]> code.delx.au - gnu-emacs/blob - src/ChangeLog
xrdb.c EMACS_INT/int audit.
[gnu-emacs] / src / ChangeLog
1 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * xrdb.c (magic_file_p): EMACS_INT/int fixup.
4
5 2010-09-25 Eli Zaretskii <eliz@gnu.org>
6
7 * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
8 (Fselect_window, window_scroll_pixel_based)
9 (window_scroll_line_based, Frecenter, Fset_window_configuration):
10 Use EMACS_INT for buffer positions.
11
12 * textprop.c (validate_interval_range, interval_of)
13 (property_change_between_p, Fadd_text_properties)
14 (set_text_properties_1, Fremove_text_properties)
15 (Fremove_list_of_text_properties, Ftext_property_any)
16 (Ftext_property_not_all, copy_text_properties)
17 (text_property_list, extend_property_ranges)
18 (verify_interval_modification): Use EMACS_INT for buffer
19 positions.
20
21 * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
22 for buffer positions.
23
24 * process.c (read_process_output, send_process)
25 (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
26 and string positions and size.
27
28 * print.c (print_object, print_string, strout): Use EMACS_INT for
29 string indices.
30
31 * minibuf.c (string_to_object): Use EMACS_INT for string position
32 and size.
33
34 * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
35
36 * lread.c <read_from_string_index, read_from_string_index_byte>
37 <read_from_string_limit, readchar_count>: Define EMACS_INT.
38 (readchar, unreadchar, read_internal_start): Use EMACS_INT for
39 buffer positions and string length.
40
41 * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
42 EMACS_INT.
43 (echo_truncate, adjust_point_for_property, read_char)
44 (gen_help_event, make_lispy_event, modify_event_symbol)
45 (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
46 for buffer positions and string length.
47
48 * keyboard.h (gen_help_event): Adjust prototype.
49
50 * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
51
52 * commands.h <last_point_position>: Declare EMACS_INT.
53
54 * xdisp.c <help_echo_pos>: Define as EMACS_INT.
55 (truncate_echo_area): Accept EMACS_INT argument.
56
57 * dispextern.h <help_echo_pos>: Declare EMACS_INT.
58
59 * lisp.h (truncate_echo_area): Adjust prototype.
60
61 * composite.c (composition_adjust_point): Return EMACS_INT.
62
63 * composite.h (composition_adjust_point): Adjust prototype.
64
65 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
66
67 * process.c (Fmake_network_process): When arg :host is 'local,
68 use address 127.0.0.1, not name "localhost". (Bug#6781)
69
70 2010-09-24 Eli Zaretskii <eliz@gnu.org>
71
72 * indent.c (Fcurrent_indentation, indented_beyond_p)
73 (compute_motion): Use EMACS_INT for buffer position variables.
74
75 * lisp.h (indented_beyond_p): Adjust prototype.
76
77 * buffer.c (overlay_strings): Return EMACS_INT.
78
79 * buffer.h (overlay_strings): Adjust prototype.
80
81 * region-cache.c (pp_cache): Adjust format to arguments.
82
83 * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
84 (call_debugger): Use EMACS_INT for specpdl_size related variables.
85 (verror): Use EMACS_INT for size of allocated buffer.
86
87 * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
88 positions.
89
90 * xdisp.c (redisplay_internal, try_window_id)
91 (set_cursor_from_row, find_first_unchanged_at_end_row): Use
92 EMACS_INT for buffer positions.
93
94 * dispextern.h (set_cursor_from_row): Adjust prototype.
95
96 * dispnew.c (increment_matrix_positions)
97 (increment_row_positions, copy_glyph_row_contents)
98 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
99 positions.
100
101 * dispextern.h (mode_line_string, marginal_area_string)
102 (increment_matrix_positions, increment_row_positions): Adjust
103 prototypes.
104
105 * data.c (Faref, Faset): Use EMACS_INT for string length and
106 positions.
107
108 * cmds.c (internal_self_insert): Use EMACS_INT for the count of
109 characters to insert.
110
111 * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
112 position and size.
113
114 * syntax.c (scan_words, update_syntax_table)
115 (prev_char_comend_first, back_comment, skip_chars)
116 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use
117 EMACS_INT for buffer and string positions.
118
119 * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
120
121 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
122 positions.
123
124 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
125
126 * scroll.c (calculate_scrolling, line_ins_del)
127 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
128 conversion.
129
130 * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
131 (region_cache_backward, region_cache_forward)
132 (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
133 conversion.
134
135 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
136
137 * eval.c (verror): Fix EMACS_INT/int conversion.
138
139 * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
140 (print_preprocess, print_check_string_charset_prop)
141 (print_object): Fix EMACS_INT/int conversion.
142
143 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
144
145 2010-09-24 Eli Zaretskii <eliz@gnu.org>
146
147 * callproc.c (Fcall_process): Use EMACS_INT for count of
148 characters read from the subprocess.
149
150 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
151 positions.
152 (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
153 positions.
154
155 * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
156 (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
157 length.
158 (advance_to_char_boundary, Fset_buffer_multibyte)
159 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
160 (overlay_touches_p, record_overlay_string, overlay_strings)
161 (recenter_overlay_lists, fix_start_end_in_overlays)
162 (modify_overlay, Fmove_overlay, report_overlay_modification)
163 (evaporate_overlays): Use EMACS_INT for buffer positions.
164
165 * lisp.h (fix_start_end_in_overlays, overlay_touches_p): Adjust
166 prototypes.
167
168 * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
169 positions.
170
171 * fns.c (Fcompare_strings, Fstring_lessp, concat)
172 (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
173 (Fsubstring_no_properties, substring_both, Ffillarray)
174 (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
175 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
176 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
177 (Fmd5): Use EMACS_INT for buffer and string positions and length
178 variables and arguments.
179
180 * lisp.h (substring_both): Adjust prototype.
181
182 2010-09-24 Juanma Barranquero <lekktu@gmail.com>
183
184 Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
185 * w32fns.c (clipboard_sequence_fn): Don't declare.
186 (globals_of_w32fns): Don't initialize it.
187
188 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
189
190 * syntax.c (back_comment): Detect the case where a 1-char comment
191 starter is also the 2nd char of a 2-char comment ender.
192
193 2010-09-23 Jan Djärv <jan.h.d@swipnet.se>
194
195 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
196
197 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
198
199 * eval.c (verror): EMACS_INT/int cleanup.
200
201 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
202 unwind_protect more than 2GB worth of functions.
203
204 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
205
206 * lisp.h: Have oblookup take EMACS_INT to allow interning big
207 string and avoid compiler warnings.
208 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
209 all users.
210
211 * lread.c (oblookup): EMACS_INT/int cleanup.
212
213 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
214
215 2010-09-23 Eli Zaretskii <eliz@gnu.org>
216
217 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
218
219 * lisp.h (clip_to_bounds): Adjust prototype.
220
221 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
222
223 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
224
225 * lisp.h: doprnt.c EMACS_INT/int cleanup.
226
227 * doprnt.c (doprnt): EMACS_INT/int cleanup.
228
229 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
230 cleanup.
231
232 * lisp.h: Change the definition of all marker.c functions that
233 take and return buffer stuff to be EMACS_INT instead of int.
234
235 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
236 (buf_charpos_to_bytepos, bytepos_to_charpos)
237 (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
238 (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
239 for all buffer positions.
240
241 2010-09-23 Chong Yidong <cyd@stupidchicken.com>
242
243 * intervals.c (traverse_intervals, rotate_right, rotate_left)
244 (split_interval_right, find_interval, next_interval)
245 (delete_node, delete_interval, interval_deletion_adjustment)
246 (adjust_intervals_for_deletion, merge_interval_right)
247 (merge_interval_left, graft_intervals_into_buffer)
248 (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
249
250 * intervals.h (traverse_intervals): Update prototype.
251
252 2010-09-23 Eli Zaretskii <eliz@gnu.org>
253
254 * indent.c (compute_motion): Use EMACS_INT for arguments to
255 region_cache_forward.
256
257 * region-cache.c (struct boundary, struct region_cache): Use
258 EMACS_INT for positions.
259 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
260 (delete_cache_boundaries, set_cache_region)
261 (invalidate_region_cache, know_region_cache)
262 (region_cache_forward, region_cache_backward, pp_cache): Use
263 EMACS_INT for buffer positions.
264
265 * region-cache.h (know_region_cache, invalidate_region_cache)
266 (region_cache_forward, region_cache_backward): Adjust prototypes.
267
268 * search.c (string_match_1, fast_c_string_match_ignore_case)
269 (looking_at_1, scan_buffer, scan_newline)
270 (find_next_newline_no_quit, find_before_next_newline)
271 (search_command, trivial_regexp_p, search_buffer, simple_search)
272 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
273 and string positions and length.
274
275 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
276 (find_before_next_newline): Adjust prototypes.
277
278 * editfns.c (transpose_markers, update_buffer_properties)
279 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
280 (get_pos_property, Fconstrain_to_field)
281 (Fline_beginning_position, Fline_end_position, Fprevious_char)
282 (Fchar_after, Fchar_before, Finsert_char)
283 (Finsert_buffer_substring, Fcompare_buffer_substrings)
284 (Fsubst_char_in_region, Fformat, Ftranspose_regions): Use
285 EMACS_INT for buffer and string position variables.
286 (Finsert_char): Protect against too large insertions.
287
288 * lisp.h (clip_to_bounds): Adjust prototype.
289
290 * intervals.c (traverse_intervals, rotate_right, rotate_left)
291 (balance_an_interval, split_interval_right, split_interval_left)
292 (find_interval, next_interval, update_interval)
293 (adjust_intervals_for_insertion, delete_node, delete_interval)
294 (interval_deletion_adjustment, adjust_intervals_for_deletion)
295 (offset_intervals, merge_interval_right, merge_interval_left)
296 (graft_intervals_into_buffer, adjust_for_invis_intang)
297 (move_if_not_intangible, get_local_map, copy_intervals)
298 (copy_intervals_to_string, compare_string_intervals)
299 (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
300 and for interval tree size.
301
302 * intervals.h (traverse_intervals, split_interval_right)
303 (split_interval_left, find_interval, offset_intervals)
304 (graft_intervals_into_buffer, copy_intervals)
305 (copy_intervals_to_string, move_if_not_intangible, get_local_map)
306 (update_interval): Adjust prototypes.
307
308 * xdisp.c (check_point_in_composition, reconsider_clip_changes):
309 Use EMACS_INT for buffer position variables and arguments.
310
311 * composite.c (get_composition_id, find_composition)
312 (run_composition_function, compose_text)
313 (composition_gstring_width, autocmp_chars)
314 (composition_update_it, Ffind_composition_internal): Use EMACS_INT
315 for buffer positions and string length variables and arguments.
316
317 * composite.h (get_composition_id, find_composition, compose_text)
318 (composition_gstring_width): Adjust prototypes.
319
320 * editfns.c (Fformat): Use EMACS_INT for string size variables.
321
322 * xdisp.c (store_mode_line_noprop, display_mode_element): Use
323 EMACS_INT for string positions.
324
325 * intervals.c (get_property_and_range): Use EMACS_INT for buffer
326 position arguments.
327
328 * intervals.h (get_property_and_range): Adjust prototype.
329
330 * character.c (parse_str_as_multibyte, str_as_multibyte)
331 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
332 (string_count_byte8, string_escape_byte8, c_string_width)
333 (strwidth, lisp_string_width, multibyte_chars_in_text): Use
334 EMACS_INT for string length variables and arguments.
335
336 * character.h (parse_str_as_multibyte, str_as_multibyte)
337 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
338 (c_string_width, strwidth, lisp_string_width): Adjust
339 prototypes.
340
341 * font.c (font_intern_prop): Use EMACS_INT for string length
342 variables.
343
344 * font.c (font_intern_prop): Use EMACS_INT for string length
345 variables.
346
347 * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
348 variables.
349
350 * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
351 (Fmake_string): Protect against too large strings.
352 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
353 (live_misc_p): Use ptrdiff_t instead of int for pointer
354 differences.
355 (string_bytes, check_sblock, check_string_free_list)
356 (allocate_string_data, compact_small_strings, Fmake_string)
357 (Fmake_bool_vector, make_string, make_unibyte_string)
358 (make_multibyte_string, make_string_from_bytes)
359 (make_specified_string_string, Fmake_list, Fmake_vector): Use
360 EMACS_INT for string length variables and arguments.
361 (find_string_data_in_pure, make_pure_string, make_pure_c_string)
362 (Fpurecopy): Use EMACS_INT for string size.
363 (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
364 for vector size.
365
366 * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
367 (make_string_from_bytes, make_specified_string_string)
368 (make_pure_string, string_bytes, check_point_in_composition):
369 Adjust prototypes.
370
371 2010-09-22 Eli Zaretskii <eliz@gnu.org>
372
373 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
374 (check_translation): Use EMACS_INT for buffer positions and
375 length.
376
377 * undo.c (record_marker_adjustment, record_delete)
378 (record_change, record_point, record_insert)
379 (record_property_change, Fprimitive_undo): Use EMACS_INT for
380 buffer positions.
381
382 * lisp.h (record_marker_adjustment, record_delete)
383 (record_change, record_point, record_insert)
384 (record_property_change, Fprimitive_undo): Adjust prototypes.
385
386 2010-09-22 Juanma Barranquero <lekktu@gmail.com>
387 Eli Zaretskii <eliz@gnu.org>
388
389 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
390
391 2010-09-22 Eli Zaretskii <eliz@gnu.org>
392
393 * minibuf.c (Fminibuffer_contents)
394 (Fminibuffer_contents_no_properties)
395 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
396 positions.
397
398 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
399 mark.
400
401 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
402 (allocate_string_data): Accept EMACS_INT for string length.
403
404 * editfns.c (Ffield_string, Ffield_string_no_properties)
405 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
406 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
407 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
408 (Ffield_end): Use EMACS_INT for buffer positions.
409
410 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
411 point with mark.
412
413 * lisp.h (allocate_string_data, make_uninit_string)
414 (make_uninit_multibyte_string, make_buffer_string)
415 (make_buffer_string_both): Adjust prototypes.
416
417 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
418
419 * xml.c: Switch to GNU indentation.
420 (make_dom): Change parse tree format to match xml.el.
421 (Fxml_parse_html_string_internal): Rename from html-parse-string.
422 (Fxml_parse_string_internal): Rename from xml-parse-string.
423
424 2010-09-22 Kenichi Handa <handa@m17n.org>
425
426 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
427 only if we are not at a composition.
428 (set_iterator_to_next): Give it->end_charpos to
429 composition_compute_stop_pos.
430 (set_iterator_to_next, next_element_from_buffer): Likewise.
431
432 * dispnew.c (buffer_posn_from_coords): Fix position when the
433 current display element is a grapheme cluster in bidi-reordered
434 region.
435
436 2010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
437
438 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
439 the regions may overlap.
440
441 2010-09-21 Juanma Barranquero <lekktu@gmail.com>
442
443 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
444
445 2010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
446
447 * emacs.c: Do not include sys/ioctl.h, not needed.
448
449 * doprnt.c: Do not include stdlib.h, config.h does it.
450 Move #include before macro definition.
451
452 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
453
454 * Makefile.in (temacs): Link using $(CC) not $(LD).
455 (LD_FIRSTFLAG): Define using autoconf.
456 (LD): Remove.
457
458 Remove HAVE_TERMIOS definitions.
459 * s/usg5-4-common.h (HAVE_TERMIOS):
460 * s/template.h (HAVE_TERMIOS):
461 * s/gnu-linux.h (HAVE_TERMIOS):
462 * s/darwin.h (HAVE_TERMIOS):
463 * s/cygwin.h (HAVE_TERMIOS):
464 * s/bsd-common.h (HAVE_TERMIOS):
465 * s/aix4-2.h (HAVE_TERMIOS):
466 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
467 defined on all non-MS platforms.
468 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
469
470 * xterm.c (xt_action_hook): Use const.
471
472 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
473
474 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
475 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
476 (gethostname) [!HAVE_SOCKETS]: Remove.
477 (SOCK_REPLACE_HANDLE): Remove macro.
478 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
479 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
480 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
481 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
482
483 2010-09-18 Eli Zaretskii <eliz@gnu.org>
484
485 * deps.mk (xml.o): Add dependencies.
486
487 * xdisp.c (Fcurrent_bidi_paragraph_direction):
488 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
489
490 * bidi.c (bidi_paragraph_init): Accept an additional argument
491 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
492 search back until a paragraph with a strong directional character
493 is found, and use that to determine paragraph's base direction.
494
495 * dispextern.h (bidi_paragraph_init): Update prototype.
496
497 2010-09-17 Eli Zaretskii <eliz@gnu.org>
498
499 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
500 of w32api >= 3.15. (Bug#6989)
501
502 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
503
504 * process.c (wait_reading_process_output): Don't message about
505 accept-process-output unless the time limit really is zero.
506
507 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
508
509 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
510 int/Lisp_Object mixup).
511
512 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
513
514 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
515 not HELP.
516
517 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
518
519 * frame.c (Ftool_bar_pixel_width): New function to expose tool
520 bar's pixel width to Lisp (Bug#7048).
521
522 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
523
524 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
525
526 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
527
528 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
529 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
530
531 2010-09-17 Kenichi Handa <handa@m17n.org>
532
533 * ftfont.c (ftfont_check_otf): Fix previous change.
534
535 2010-09-14 Kenichi Handa <handa@m17n.org>
536
537 * ftfont.c (ftfont_check_otf): Fix the case of checking just
538 existence of GSUB or GPOS.
539
540 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
541
542 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
543
544 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
545
546 * xml.c (parse_buffer): Renamed to parse_string(), since that's
547 what it does.
548 (parse_string): Return nil when the document can't be parsed.
549
550 2010-09-14 Jan Djärv <jan.h.d@swipnet.se>
551
552 * xterm.c (get_current_vm_state): New function.
553 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
554 want_fullscreen so set_wm_state calls are few (Bug#7013).
555 (x_handle_net_wm_state): Move code to get_current_vm_state and
556 call that function.
557
558 2010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
559
560 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
561
562 2010-09-14 Kenichi Handa <handa@m17n.org>
563
564 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
565 we may use designation or locking-shift.
566
567 2010-09-14 Kenichi Handa <handa@m17n.org>
568
569 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
570 sequence when the source is multibyte.
571
572 2010-09-14 Andreas Schwab <schwab@linux-m68k.org>
573
574 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
575 Don't make first argument optional. Doc fix.
576
577 2010-09-14 Leo <sdl.web@gmail.com> (tiny change)
578
579 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
580 parameters for the doc string.
581
582 2010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
583
584 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
585
586 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
587
588 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
589 (syms_of_fns): Don't defsubr Sy_or_n_p.
590 * lisp.h: Don't declare Fy_or_n_p.
591 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
592
593 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
594
595 * xml.c (Fxml_parse_buffer): New function to parse XML files.
596
597 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
598
599 * xml.c: New file.
600 (Fhtml_parse_buffer): New function to interface to the libxml2
601 html parsing function.
602
603 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
604
605 * biditype.h: Regenerate.
606
607 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
608
609 * nsimage.m (ns_load_image): Check argument types.
610
611 * image.c: Remove all uses of gcpro.
612 (xpm_load): Check all lisp types.
613 (pbm_load): Likewise.
614 (png_load): Likewise.
615 (jpeg_load): Likewise.
616 (tiff_load): Likewise.
617 (gif_load): Likewise.
618 (imagemagick_load_image): Likewise.
619 (imagemagick_load): Likewise.
620 (svg_load): Likewise.
621 (gs_load): Likewise.
622
623 2010-09-04 Eli Zaretskii <eliz@gnu.org>
624
625 * w32uniscribe.c (uniscribe_shape): Update commentary. Don't
626 try to reorder grapheme clusters, since LGSTRING should always
627 hold them in the logical order.
628 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
629 return glyph codes in the logical order.
630
631 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
632
633 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
634 (imagemagick_load_image): Fix type mismatch.
635 (Fimagemagick_types): Likewise. Doc fix.
636
637 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
638
639 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
640
641 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
642
643 * xselect.c: Remove declaration of cut-buffer objects and functions.
644 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
645 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
646 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
647 (Fx_rotate_cut_buffers_internal): Remove.
648 (syms_of_xselect): Remove defsubr of above.
649 Remove intern of QCUT_BUFFERn.
650
651 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
652
653 * cmds.c (Vblink_paren_function): Remove.
654 (internal_self_insert): Make it insert N chars at a time.
655 Don't call blink-paren-function.
656 (Fself_insert_command): Adjust accordingly.
657 (syms_of_cmds): Don't declare blink-paren-function.
658
659 2010-08-31 Kenichi Handa <handa@m17n.org>
660
661 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
662 characters.
663
664 * term.c (encode_terminal_code): Fix the previous change.
665 (produce_glyphs): Don't set it->char_to_display here.
666 Don't handle unibyte-display-via-language-environment here.
667 (produce_special_glyphs): Set temp_it.char_to_display before
668 calling produce_glyphs.
669
670 * xdisp.c (get_next_display_element): Set it->char_to_display
671 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
672 characters.
673 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
674 calling PRODUCE_GLYPHS.
675 (append_space_for_newline): Save and store it->char_to_display.
676 Set it->char_to_display before calling PRODUCE_GLYPHS.
677 (extend_face_to_end_of_line): Set it->char_to_display before
678 calling PRODUCE_GLYPHS.
679 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
680 character to its byte value.
681 (get_char_glyph_code): New function.
682 (produce_stretch_glyph): Set it2.char_to_display too before
683 calling x_produce_glyphs.
684 (x_produce_glyphs): Simplify by using the same code for ASCII and
685 non-ASCII characters. Don't set it->char_to_display here.
686 Don't handle unibyte-display-via-language-environment here. For a
687 character of no glyph, use font->space_width instead of FONT_WIDTH.
688
689 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
692
693 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
694
695 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
696
697 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * marker.c (Fcopy_marker): Make the first arg optional.
700
701 2010-08-30 Kenichi Handa <handa@m17n.org>
702
703 * composite.c (composition_update_it): Fix computing of
704 cmp_it->width.
705
706 2010-08-29 Kenichi Handa <handa@m17n.org>
707
708 * term.c (encode_terminal_code): Encode byte chars to the
709 corresponding bytes.
710
711 2010-08-29 Jan Djärv <jan.h.d@swipnet.se>
712
713 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
714
715 2010-08-26 Kenichi Handa <handa@m17n.org>
716
717 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
718 on calling composition_compute_stop_pos.
719
720 2010-08-25 Kenichi Handa <handa@m17n.org>
721
722 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
723 :otf.
724
725 * composite.c (composition_compute_stop_pos): Don't break
726 composition at PT.
727 (composition_reseat_it): Likewise. Fix calculation of character
728 position starting a composition.
729 (Fcomposition_get_gstring): Don't limit the number of components
730 for automatic composition.
731
732 2010-08-25 Kenichi Handa <handa@m17n.org>
733
734 * composite.c (composition_compute_stop_pos): In forward search,
735 pay attention to the possibility that some character after ENDPOS
736 will be composed with charactrs before ENDPOS.
737
738 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
739
740 * keyboard.c (command_loop_1): Don't clobber primary selection
741 during handle-switch-frame (Bug#6872).
742
743 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
744
745 * dbusbind.c: Accept UNIX domain sockets as bus address.
746 (Fdbus_close_bus): New function.
747 (Vdbus_registered_buses): New variable.
748 (xd_initialize): Implement string as bus address.
749 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
750 (Fdbus_get_unique_name, Fdbus_call_method)
751 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
752 (Fdbus_method_error_internal, Fdbus_send_signal)
753 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
754 check. This is done in xd_initialize_bus. Adapt doc string, if
755 necessary.
756 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
757 Vdbus_registered_buses.
758 (Vdbus_registered_objects_table): Create hash.
759
760 2010-08-22 Juri Linkov <juri@jurta.org>
761
762 * keyboard.c (Fexecute_extended_command): Move reading a command name
763 with `completing-read' to a new Elisp function `read-extended-command'.
764 Call it to read a command to `function' (bug#5364, bug#5214).
765
766 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
767
768 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
769
770 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
771
772 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
773 instead of SAFE_ALLOCA.
774
775 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
776
777 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
778 (Bug#6214).
779
780 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
781
782 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
783
784 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
785
786 * doc.c (Fsnarf_documentation): Initialize skip_file before
787 build-files test.
788
789 2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
790
791 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
792 New definitions.
793 (HAVE_TERMIO): Remove.
794
795 2010-08-22 Eli Zaretskii <eliz@gnu.org>
796
797 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
798
799 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
800 for w32.
801
802 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
803 it's done in nt/config.nt.
804
805 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
806
807 * unexcoff.c (report_error, make_hdr, write_segment)
808 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
809 Convert argument lists and prototypes to ANSI C.
810 (make_hdr, write_segment): Remove unused variables.
811 (unexec): Remove commented-out line. Initialize `new' to shut up
812 compiler warnings.
813
814 2010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
815
816 Simplify termio code.
817 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
818 HAVE_TERMIO code is obsolete.
819 Replace HAVE_TERMIOS conditionals with !DOS_NT.
820 * systty.h: Do not define HAVE_TCATTR.
821 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
822 Do not define EMACS_HAVE_TTY_PGRP. Only define
823 EMACS_GET_TTY_PGRP for !DOS_NT.
824 * sysdep.c: Include sysselect.h unconditionally. Do not include
825 sys/ioctl.h and termios.h, systty.h does it. Use
826 HAVE_SYS_UTSNAME_H instead of USG as an include guard.
827 (init_baud_rate): Remove HAVE_TERMIO code.
828 (child_setup_tty): Remove HAVE_TERMIO code.
829 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
830 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
831 (new_ltchars, new_tchars): Remove, unused.
832 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
833 code. Remove special casing for __mips__, it was a no-op. Remove
834 HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
835 (init_sys_modes): Remove HPUX special case.
836 * process.c: Include stdlib.h unconditionally. Do not include
837 fcntl.h, systty.h does it. Remove conditional code for
838 HAVE_SERIAL, it is always true.
839 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
840 always true when SIGNALS_VIA_CHARACTERS is true.
841 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
842 !WINDOWSNT means HAVE_TERMIOS.
843 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
844 conditional, which is true for all HAVE_TERMIOS systems.
845 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
846 instead of HAVE_TERMIOS.
847 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
848 EMACS_HAVE_TTY_PGRP.
849 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
850 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
851 anyway.
852
853 2010-08-21 Eli Zaretskii <eliz@gnu.org>
854
855 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
856 mirroring pixel positions.
857
858 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
859
860 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
861 write only.
862 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
863 malloc_sbrk_used, nothing uses them.
864
865 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
866 defined, unconditionally defined in lisp.h.
867
868 * term.c: Do not include <termios.h>, systty.h does it.
869
870 * s/unixware.h (HAVE_TCATTR):
871 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
872 systty.h defines it when HAVE_TERMIOS is defined.
873
874 2010-08-20 Eli Zaretskii <eliz@gnu.org>
875
876 * dispnew.c (buffer_posn_from_coords): Fix last change for text
877 terminals: add one-character offset for R2L lines.
878
879 * emacs.c <emacs_version>: Add a comment regarding
880 msdos/mainmake.v2's dependency on the syntax of this declaration.
881
882 2010-08-20 Eli Zaretskii <eliz@gnu.org>
883
884 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
885 position for R2L lines by mirroring the pixel position wrt the
886 text are box. Improve commentary.
887
888 2010-08-20 Andreas Schwab <schwab@linux-m68k.org>
889
890 * image.c (imagemagick_clear_image): Remove debugging output.
891
892 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
893
894 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
895 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
896 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
897 self-insert-face.
898 (syms_of_cmds): Initialize the new vars.
899
900 2010-08-19 Jason Rumney <jasonr@gnu.org>
901
902 * w32menu.c (set_frame_menubar): Remove call to undefined function.
903
904 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
905
906 2010-08-19 Jan Djärv <jan.h.d@swipnet.se>
907
908 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
909
910 2010-08-18 Eli Zaretskii <eliz@gnu.org>
911
912 * xterm.c (x_draw_bar_cursor):
913 * w32term.c (x_draw_bar_cursor): If the character under cursor is
914 R2L, draw the bar cursor on its right rather than on its left.
915
916 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
917
918 * eval.c (Fdefmacro): Only obey one declaration.
919
920 * casefiddle.c (casify_region): Setup gl_state.
921
922 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
923
924 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
925
926 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
927
928 * gtkutil.c (update_frame_tool_bar): Literal stings are const char*.
929
930 2010-08-18 David De La Harpe Golden <david@harpegolden.net>
931
932 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
933 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
934 QPRIMARY => NXPrimaryPboard.
935 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
936 NXPrimaryPboard => QPRIMARY.
937 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
938 NXSecondaryPboard = SecondarySelection.
939 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
940
941 2010-08-18 Joakim Verona <joakim@verona.se>
942
943 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
944 defined:
945 (imagemagick_image_p): New function to test for ImageMagic image.
946 (imagemagick_load): New function to load ImageMagick image.
947 (imagemagick_load_image): New function, helper for imagemagick_load.
948 (imagemagick-types): New function.
949 (Qimagemagick): New Lisp_object.
950 (imagemagick-render-type): New variable, decides which renderer to use.
951
952 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
955 is a string.
956
957 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
958
959 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
960 x_set_tool_bar_position handler.
961
962 2010-08-17 Eli Zaretskii <eliz@gnu.org>
963
964 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
965 x_set_tool_bar_position handler, needed to support changes from
966 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
967
968 2010-08-16 Jan Djärv <jan.h.d@swipnet.se>
969
970 * nsselect.m: include keyboard.h for QPRIMARY, remove its
971 declaration (Bug#6863).
972 (syms_of_nsselect): Don't intern QPRIMARY.
973
974 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
975
976 * keyboard.h (QPRIMARY): Declare (Bug#6864).
977
978 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
979
980 * keyboard.c (command_loop_1): Avoid setting selection twice,
981 since it's done in deactivate-mark as well.
982 (Vselect_active_regions): Change default to t. Replace `lazy'
983 with non-default value `only', meaning only set PRIMARY for
984 temporarily active regions.
985
986 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
987 select-active-regions.
988
989 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
990
991 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
992 isn't a string.
993
994 2010-08-15 Andreas Schwab <schwab@linux-m68k.org>
995
996 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
997
998 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
999
1000 * keyboard.c (parse_tool_bar_item): malloc buf.
1001 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
1002 new_lbl (Bug#6855).
1003
1004 2010-08-14 Eli Zaretskii <eliz@gnu.org>
1005
1006 * xterm.c (x_draw_stretch_glyph_string):
1007 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
1008 the cursor on the right edge of the stretch glyph.
1009
1010 * xdisp.c (window_box_right_offset, window_box_right):
1011 Fix commentary.
1012
1013 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
1014 direction when point is inside a run of whitespace characters.
1015
1016 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
1017
1018 2010-08-14 Jason Rumney <jasonr@gnu.org>
1019
1020 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
1021
1022 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1023
1024 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
1025
1026 2010-08-13 Jason Rumney <jasonr@gnu.org>
1027
1028 * w32menu.c (simple_dialog_show): Use unicode message box if available.
1029 (MessageBoxW_Proc): New function typedef.
1030 (unicode-message-box): New function pointer.
1031 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
1032
1033 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
1034
1035 * frame.h (Qtool_bar_position): Declare.
1036
1037 * xfns.c (Fx_create_frame): Call x_default_parameter for
1038 Qtool_bar_position.
1039
1040 2010-08-13 Eli Zaretskii <eliz@gnu.org>
1041
1042 * unexcoff.c: Remove the parts used when "emacs" is not defined.
1043 (report_error, report_error_1): Ditto.
1044 (write_segment): Remove "#if 0" unused code.
1045 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
1046 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
1047 (start_of_text): Remove unused function (was used only if NO_REMAP
1048 was NOT defined).
1049
1050 * msdos.c (IT_set_face): Fix format string to match argument
1051 types.
1052 (IT_write_glyphs, IT_note_mode_line_highlight)
1053 (IT_set_frame_parameters): Remove unused variables.
1054 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
1055 (IT_set_terminal_modes): Disambiguate expression in if clause.
1056 (Fmsdos_remember_default_colors): Return Qnil.
1057 (IT_set_frame_parameters): Add parens to disambiguate boolean
1058 expression for logging the cursor type to termscript.
1059 (keyboard_layout_list, keypad_translate_map)
1060 (grey_key_translate_map): Add braces in inner initializers.
1061 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
1062 (dos_rawgetc): Remove unused label.
1063 (XMenuActivate): Add braces to remove ambiguous `else'.
1064 (dos_ttraw): Always return a value.
1065 (spawnve): Declare.
1066 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
1067
1068 * dosfns.h (x_set_title): Declare.
1069
1070 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
1071 Remove unused variables.
1072
1073 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
1074 variables.
1075 (init_dosfns): Declare get_lim_data.
1076 (system_process_attributes): Declare Fget_internal_run_time.
1077
1078 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
1079 list to be consistent with menu.h.
1080
1081 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
1082 warnings due to mixing of "char *" and "const char *".
1083
1084 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1085
1086 Introduce a new comment style "c" flag.
1087 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
1088 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
1089 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
1090 (syntax_prefix_flag_p): New function.
1091 (Fstring_to_syntax): Understand new "c" flag.
1092 (Finternal_describe_syntax_value): Recognize new flag; use the
1093 SYNTAX_FLAGS_* macros.
1094 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
1095 comment style to accomodate the new styles.
1096 (back_comment, forw_comment, Fforward_comment, scan_lists)
1097 (scan_sexps_forward): Update code to obey the new comment style flag.
1098
1099 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
1100
1101 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
1102
1103 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
1104
1105 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
1106 first.
1107 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
1108
1109 * gtkutil.h (xg_check_special_colors): Declare.
1110
1111 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
1112 (xg_create_frame_widgets): Connect theme name changes to
1113 style_changed_cb.
1114
1115 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
1116 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
1117 (x_term_init): Use char[] display_opt and name_opt instead of
1118 string literal. file is const char*.
1119
1120 * xsmfns.c (NOSPLASH_OPT): Change to char[].
1121 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
1122 props. Free them at the end.
1123
1124 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
1125
1126 * xrdb.c (get_system_app): Make path const and use char *p for
1127 non-const char.
1128
1129 * xmenu.c (Fx_popup_dialog): error_name is const char*.
1130 (xmenu_show): error parameter is const char **. pane_string is const
1131 char *.
1132 (button_names): Is const char *.
1133 (xdialog_show): error_name and pane_string is const.
1134
1135 * process.h (synch_process_death): Is const char*.
1136
1137 * w32menu.c (w32_menu_show):
1138 * nsmenu.m (ns_menu_show): error parameter is const char **.
1139
1140 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
1141 is const char **.
1142
1143 * menu.c (Fx_popup_menu): error_name is const.
1144
1145 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
1146 with unsigned char and XtPointer with void *.
1147
1148 * gtkutil.h: Replace widget_value with struct _widget_value.
1149 (enum button_type, struct _widget_value): Remove and use the one from
1150 keyboard.h.
1151
1152 * gtkutil.c (get_utf8_string): Always return an allocated string.
1153 Parameter is const.
1154 (create_dialog, xg_create_one_menuitem, create_menus)
1155 (xg_item_label_same_p, xg_update_menu_item): Free result from
1156 get_utf8_string.
1157 (xg_separator_p, xg_item_label_same_p): label is const.
1158
1159 * font.h (font_open_by_name): Make name const.
1160
1161 * font.c (font_open_by_name): Make name const.
1162
1163 * floatfns.c (matherr): Use a const char* variable for x->name.
1164
1165 * emacs.c (main): Pass char[] to putenv instead of literal.
1166
1167 * callproc.c (synch_process_death): Make const.
1168 (Fcall_process): Make signame const.
1169
1170 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
1171 (addDisplayItemWithImage): Use const char*.
1172
1173 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
1174 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
1175
1176 * nsfont.m (ns_descriptor_to_entity): Use const char*.
1177
1178 * keyboard.h (_widget_value): name, value and key are const char*.
1179
1180 * unexmacosx.c (unexec_error): Use const char *.
1181
1182 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1183
1184 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1185 (font_parse_name, font_open_by_name):
1186 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1187 (font_parse_name, font_open_by_name): Remove const.
1188
1189 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1190
1191 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
1192 definition.
1193
1194 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
1195 * m/amdx86-64.h: Likewise.
1196 * m/arm.h: Likewise.
1197 * m/hp800.h: Likewise.
1198 * m/ia64.h: Likewise.
1199 * m/ibmrs6000.h: Likewise.
1200 * m/ibms390.h: Likewise.
1201 * m/intel386.h: Likewise.
1202 * m/iris4d.h: Likewise.
1203 * m/m68k.h: Likewise.
1204 * m/macppc.h: Likewise.
1205 * m/mips.h: Likewise.
1206 * m/sh3.h: Likewise.
1207 * m/sparc.h: Likewise.
1208 * m/template.h: Likewise.
1209 * m/vax.h: Likewise.
1210 * m/xtensa.h: Likewise.
1211 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
1212 WORDS_BIG_ENDIAN.
1213 * lisp.h: Likewise.
1214 * md5.c: Likewise.
1215 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
1216
1217 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1218
1219 Use const char* instead of char*.
1220 Reduce the number of warnings with -Wwrite-strings.
1221 * xrdb.c (get_environ_db, get_system_name):
1222 * unexelf.c (find_section):
1223 * term.c (string_cost, string_cost_one_line, per_line_cost)
1224 (get_named_tty, init_tty):
1225 * sysdep.c (sys_subshell):
1226 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
1227 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
1228 * search.c (Freplace_match):
1229 * process.c (Fmake_network_process, send_process, init_process):
1230 * lread.c (Fload, init_lread):
1231 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
1232 * keyboard.c (parse_tool_bar_item, struct event_head):
1233 * gtkutil.h (xg_get_font_name):
1234 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
1235 (make_widget_for_menu_item, make_menu_item, create_menus)
1236 (xg_make_tool_item):
1237 * font.c (parse_matrix, font_parse_name):
1238 * floatfns.c (rounding_driver, float_error_fn_name):
1239 * filelock.c (get_boot_time_1, lock_file_1):
1240 * fileio.c (barf_or_query_if_file_exists, check_writable):
1241 * editfns.c (get_system_name, get_operating_system_release)
1242 (Fencode_time, Fset_time_zone_rule):
1243 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
1244 * buffer.c (defvar_per_buffer): Use const.
1245
1246 2010-08-08 Kenichi Handa <handa@m17n.org>
1247
1248 * charset.c: Include <stdlib.h>.
1249 (struct charset_sort_data): New struct.
1250 (charset_compare): New function.
1251 (Fsort_charsets): New function.
1252 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
1253
1254 * coding.c (decode_coding_iso_2022): Fix checking of dimension
1255 number in CTEXT extended segment.
1256
1257 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1258
1259 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
1260 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
1261
1262 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1263
1264 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
1265 (Fhash_table_size): Fix typos in docstrings.
1266 (Fmake_hash_table): Doc fix.
1267
1268 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1269
1270 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
1271 Doc fix (bug#5625).
1272
1273 2010-08-08 Ken Brown <kbrown@cornell.edu>
1274
1275 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
1276 the MSDOS definition.
1277
1278 2010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
1279
1280 Use const char* instead of char*.
1281 * xterm.c (x_create_toolkit_scroll_bar):
1282 * xfont.c (xfont_list_pattern):
1283 * xfns.c (x_default_scroll_bar_color_parameter)
1284 (xic_create_fontsetname, x_default_font_parameter)
1285 (x_screen_planes):
1286 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
1287 (store_mode_line_string, decode_mode_spec, display_string):
1288 * menu.c (digest_single_submenu):
1289 * keymap.h (initial_define_key, initial_define_lispy_key):
1290 * keymap.c (initial_define_key, initial_define_lispy_key):
1291 * image.c (image_error, image_keyword):
1292 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
1293 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
1294 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
1295 (ftfont_list, ftfont_match):
1296 * frame.c (frame_parm_table):
1297 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1298 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1299 (font_add_log, font_deferred_log):
1300 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1301 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1302 (font_add_log, font_deferred_log):
1303 * emacs.c (argmatch):
1304 * dispextern.h (struct it):
1305 * coding.c (ENCODE_DESIGNATION):
1306 * charset.c (define_charset_internal): Use const.
1307
1308 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
1309
1310 * xrdb.c: Remove include guard.
1311 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
1312 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
1313 realloc->xrealloc instead of using #defines.
1314
1315 2010-08-08 Eli Zaretskii <eliz@gnu.org>
1316
1317 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
1318 * editfns.c (Fline_beginning_position, Fline_end_position):
1319 State in the doc strings that start and end of line are in the
1320 logical order.
1321
1322 * xdisp.c (display_line): Move the handling of overlay arrow after
1323 the call to find_row_edges. (Bug#6699)
1324
1325 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
1326
1327 * keyboard.c (command_loop_1):
1328 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
1329
1330 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * insdel.c (prepare_to_modify_buffer): Save active region text to
1333 Vsaved_region_selection.
1334
1335 * xselect.c (QPRIMARY): Move to keyboard.c.
1336
1337 * keyboard.c (Vselect_active_regions): Move from simple.el.
1338 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
1339 (command_loop_1): Set window selection prior to deactivating the mark.
1340
1341 2010-08-07 Juanma Barranquero <lekktu@gmail.com>
1342
1343 * alloc.c (lisp_malloc):
1344 * buffer.c (set_buffer_internal, set_buffer_internal_1):
1345 * charset.h (emacs_mule_charset):
1346 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
1347 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
1348 (bitch_at_user):
1349 * lisp.h (Fcheck_coding_system, Fget_text_property)
1350 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
1351 Remove duplicate declarations.
1352
1353 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1354
1355 * process.c: Simplify include logic.
1356
1357 * keyboard.h (quit_char): Add declaration.
1358 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
1359 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
1360 Add declarations.
1361 * sysdep.c:
1362 * w32.c: Remove the above declarations.
1363
1364 Remove extern declarations in .c files, .h files have them.
1365 * xterm.c:
1366 * xdisp.c:
1367 * msdos.c:
1368 * image.c:
1369 * gtkutil.c:
1370 * fileio.c:
1371 * eval.c: Remove declarations.
1372
1373 * frame.c (frame_params): Make const.
1374
1375 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
1376
1377 * emacs.c (emacs_copyright, emacs_version): Make static.
1378 (Vinitial_window_system, Vauto_save_list_file_name)
1379 (Vinhibit_redisplay): Remove declarations.
1380 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
1381 for AIX.
1382
1383 Use const for some arrays and functions.
1384 * xterm.h (xg_set_icon_from_xpm_data):
1385 * xfns.c (xg_set_icon_from_xpm_data):
1386 * term.c (fkeys):
1387 * keyboard.c (lispy_accent_keys, lispy_function_keys)
1388 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
1389 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
1390 (frame.c frame_parms):
1391 * emacs-icon.h (gnu_xpm_bits):
1392 * callint.c (callint_argfuns): Use const.
1393
1394 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1395
1396 * sysdep.c: Move include term.h last of includes (Bug#6812).
1397
1398 2010-08-06 Eli Zaretskii <eliz@gnu.org>
1399
1400 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
1401
1402 * msdos.c (IT_display_cursor): Log cursor position on termscript.
1403
1404 * .gdbinit (pgx): Display the avoid_cursor_p flag.
1405
1406 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
1407
1408 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
1409
1410 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1411
1412 * xterm.h (x_get_focus_frame): Declare.
1413
1414 * keyboard.h (poll_for_input_1): Unconditionally declare.
1415
1416 * nsterm.h (x_set_menu_bar_lines): Declare.
1417
1418 * window.c: Don't include menu.h, it depends on lots of other .h-files.
1419
1420 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
1421
1422 * window.c: Include menu.h.
1423
1424 * unexmacosx.c (print_region_list, print_regions)
1425 (build_region_list, find_emacs_zone_regions)
1426 (unexec_regions_merge, read_load_commands, dump_it)
1427 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
1428
1429 * term.c: Check HAVE_SYS_IOCTL_H.
1430
1431 * sysdep.c: Check HAVE_TERM_H.
1432
1433 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
1434
1435 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
1436 (ns_ring_bell, ns_defined_color, hide_hourglass)
1437 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
1438 Convert to ANSI C prototypes.
1439 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
1440 before code.
1441
1442 * nsterm.h : Include sysselect.h.
1443 (x_sync, x_get_focus_frame, x_set_mouse_position)
1444 (x_set_mouse_pixel_position, x_make_frame_visible)
1445 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
1446 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
1447 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
1448 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
1449 Declare.
1450
1451 * nsmenu.m (popup_activated, name_is_separator)
1452 (syms_of_nsmenu): Convert to ANSI C prototypes.
1453 (runMenuAt): Prototypes and move declarations before code.
1454
1455 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
1456
1457 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
1458 prototypes.
1459
1460 * nsfns.m (have_menus_p, ns_display_info_for_name)
1461 (x_set_cursor_type, ns_appkit_version_str)
1462 (ns_appkit_version_int, ns_do_applescript)
1463 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
1464 (syms_of_nsfns): Convert to ANSI C prototypes.
1465
1466 * menu.h (x_set_menu_bar_line): Declare.
1467 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
1468
1469 * lisp.h (fmod_float): Declare.
1470
1471 * image.c (xpm_scan, xpm_make_color_table_v)
1472 (xpm_put_color_table_v, xpm_get_color_table_v)
1473 (xpm_make_color_table_h, xpm_put_color_table_h)
1474 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
1475 (xpm_load): Convert to ANSI C prototypes.
1476
1477 * emacs.c: Include nsterm.h if HAVE_NS.
1478
1479 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
1480
1481 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1482
1483 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
1484 subprocesses, only MSDOS does not define HAVE_SOCKETS.
1485 (socket_options): Use const char* for name.
1486
1487 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
1488
1489 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
1490
1491 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
1492 Don't declare xmalloc_widget_value and digest_single_submenu.
1493
1494 * w32font.c (Qlatin): Remove declaration.
1495
1496 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
1497
1498 * dired.c (compile_pattern): Restore declaration.
1499
1500 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
1501
1502 Remove extern declarations in .c files, .h files have them.
1503 * data.c:
1504 * dired.c:
1505 * editfns.c:
1506 * filelock.c:
1507 * fns.c:
1508 * font.c:
1509 * fontset.c:
1510 * frame.c:
1511 * fringe.c:
1512 * ftfont.c:
1513 * gtkutil.c:
1514 * indent.c:
1515 * keyboard.c:
1516 * keymap.c:
1517 * lread.c:
1518 * menu.c:
1519 * print.c:
1520 * search.c:
1521 * sound.c:
1522 * window.c:
1523 * xdisp.c:
1524 * xfaces.c:
1525 * xfns.c:
1526 * xfont.c:
1527 * xftfont.c:
1528 * xmenu.c:
1529 * xterm.c: Remove declarations.
1530
1531 Cleanup syssignal.h.
1532 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
1533 (main_thread): Move down to remove #ifdef.
1534 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
1535 Remove conditional definition following unconditional ones.
1536
1537 * lisp.h: Remove HAVE_SHM code, unused.
1538 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
1539 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
1540 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
1541 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
1542 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
1543 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
1544 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
1545 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
1546 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
1547 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
1548 (Qwindow_scroll_functions, Vafter_load_alist)
1549 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
1550 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
1551 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
1552 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
1553 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
1554 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
1555 (initial_argv, last_nonmenu_event, load_in_progress)
1556 (noninteractive_need_newline, scroll_margin): Add declarations.
1557
1558 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
1559 declarations, menu.h has them.
1560 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
1561 (Vinput_method_function, Qinput_method_function)
1562 (Qevent_symbol_element_mask, last_event_timestamp):
1563 * dispextern.h (Voverflow_newline_into_fringe):
1564 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
1565 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
1566 (syms_of_w32font, syms_of_nsfont):
1567 * fontset.h (find_font_encoding, Qlatin):
1568 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
1569 (Vtool_bar_mode, set_frame_menubar):
1570 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
1571 * xterm.h (Qx_gtk_map_stock):
1572 * keymap.h (meta_prefix_char): Add declarations.
1573
1574 * term.c: Remove dead code.
1575
1576 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
1577 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
1578 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
1579 which is what was there before BSD_PGRPS was removed.
1580
1581 2010-08-05 Eli Zaretskii <eliz@gnu.org>
1582
1583 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
1584
1585 * unexcoff.c: Renamed from unexec.c.
1586
1587 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
1590
1591 2010-08-03 Johan Bockgård <bojohan@gnu.org>
1592
1593 * data.c (Flocal_variable_p): Handle variable aliases correctly.
1594 (Bug#6744)
1595
1596 2010-08-02 Jan Djärv <jan.h.d@swipnet.se>
1597
1598 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
1599 to TRUE if depth of screen is < 16.
1600
1601 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
1602 USE_GTK_TOOLTIP.
1603 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
1604 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
1605 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
1606 USE_GTK_TOOLTIP.
1607 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
1608
1609 * xterm.h (USE_GTK_TOOLTIP): New define.
1610 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
1611
1612 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
1613 to Control-D (Bug#6771).
1614
1615 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1616
1617 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
1618 Wording by Drew Adams <drew.adams@oracle.com>.
1619
1620 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
1621
1622 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
1623 ttip_lbl.
1624
1625 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
1626 calling gtk_widget_queue_draw.
1627 (x_free_frame_resources): Call xg_free_frame_widgets.
1628
1629 * xfns.c (x_gtk_use_system_tooltips): New variable.
1630 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
1631 new gtkutil tooltip functions to show the tooltip.
1632 (Fx_hide_tip): Call xg_hide_tooltip.
1633 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
1634
1635 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
1636 (xg_show_tooltip, xg_hide_tooltip): Declare.
1637
1638 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
1639 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
1640 New functions.
1641 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
1642 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
1643 Remove code that is commented out.
1644
1645 2010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1646
1647 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
1648
1649 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
1650
1651 * xselect.c (x_own_selection): Use list4.
1652
1653 2010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1654
1655 * buffer.c (Qwindow): Do not define, already defined in data.c.
1656 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
1657
1658 2010-07-29 Chad Brown <yandros@mit.edu>
1659
1660 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
1661 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
1662 * config.in: Undef HAVE_DIRENT_H.
1663 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
1664 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
1665
1666 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1667
1668 Rename s/usg5-4.h -> s/usg5-4-common.h.
1669 * s/usg5-4.h: Rename file to ...
1670 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
1671 * s/unixware.h:
1672 * s/sol2-6.h:
1673 * s/irix6-5.h: Update includes accordingly.
1674
1675 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1676
1677 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
1678
1679 * xterm.h (struct x_output): Add toolbar_top_height,
1680 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
1681 Remove toolbar_height.
1682 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
1683 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
1684 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
1685 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
1686
1687 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1688
1689 * xfns.c (x_set_tool_bar_position): New function.
1690 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
1691 (x_frame_parm_handlers): Add x_set_tool_bar_position.
1692 (syms_of_xfns): If USE_GTK, provide move-toolbar.
1693
1694 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
1695 and FRAME_TOOLBAR_LEFT_WIDTH.
1696
1697 * gtkutil.h (xg_change_toolbar_position): Declare.
1698
1699 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
1700 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1701 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
1702 (xg_create_frame_widgets): Create a hobox for placing widgets
1703 vertically. Use gtk_box_pack_start.
1704 (xg_height_or_width_changed): Renamed from xg_height_changed.
1705 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
1706 (xg_update_frame_menubar, free_frame_menubar): Change to
1707 xg_height_or_width_changed.
1708 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
1709 size correctly. Remove hardcoded 4, instead use handlebox size -
1710 toolbar size.
1711 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
1712 size correctly. Use handlebox size + toolbar size as additional size.
1713 (xg_pack_tool_bar): POS is a new parameter.
1714 Set orientation of tool bar based on pos.
1715 Only make handlebox_widget if NULL.
1716 Check if tool bar goes to vbox or hbox depending on pos.
1717 (xg_update_tool_bar_sizes): New function.
1718 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
1719 height, call xg_update_tool_bar_sizes instead.
1720 (free_frame_tool_bar): Remove from hbox or vbox depending on
1721 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
1722 (xg_change_toolbar_position): New function.
1723
1724 * frame.h (struct frame): Add tool_bar_position.
1725 (Qbottom): Declare.
1726
1727 * frame.c (Qtool_bar_position): New variable.
1728 (make_frame): Set tool_bar_position to Qtop.
1729 (frame_parms): Add tool-bar-position.
1730 (x_report_frame_params): Store tool_bar_position.
1731 (x_set_fringe_width): Reset wm size hint after fringe changes.
1732
1733 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1734
1735 Make lisp_time_argument declaration work on all systems.
1736 * lisp.h (lisp_time_argument): Move declaration ...
1737 * systime.h (lisp_time_argument): ... here
1738 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
1739
1740 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1741
1742 * vm-limit.c (POINTER): Add typedef for it.
1743 (start_of_data): Change return type from POINTER to char *.
1744
1745 * frame.h (Qtty_color_mode): Move declaration out of ifdef
1746 HAVE_WINDOW_SYSTEM.
1747
1748 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1749
1750 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
1751 Remove reference to __osf__, unused.
1752
1753 * mem-limits.h: Remove duplicated includes.
1754 (NULL): Remove definition, unused.
1755 (POINTER): Remove definition.
1756 (start_of_data): Use char* in prototype, as the function
1757 definition does.
1758
1759 Remove extern declarations from .c files, and them to .h files.
1760 * keyboard.h (Qhelp_echo, waiting_for_input)
1761 (input_available_clear_time, ignore_mouse_drag_p)
1762 (Vdouble_click_time, real_this_command, Vthis_original_command):
1763 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
1764 (Voverriding_local_map_menu_flag):
1765 * lisp.h (Qinteractive_form, use_file_dialog)
1766 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
1767 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
1768 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
1769 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
1770 (Qfunction, debug_on_next_call, Qfield)
1771 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
1772 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
1773 (Qfile_directory_p, Qinsert_file_contents)
1774 (Qcompletion_ignore_case, Qcompletion_ignore_case)
1775 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
1776 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
1777 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
1778 (Qminibuffer_prompt)
1779 (Vtemporary_file_directory,char_ins_del_vector, Qface):
1780 * xterm.h (gray_bitmap_width, gray_bitmap_height)
1781 (gray_bitmap_bits, xic_create_fontsetname):
1782 * coding.h (Vtranslation_table_for_input): Add extern declarations.
1783
1784 * xsmfns.c (Vuser_login_name):
1785 * xrdb.c (Vdouble_click_time):
1786 * xfaces.c (xic_create_fontsetname):
1787 * w32select.c (waiting_for_input):
1788 * print.c (minibuffer_auto_raise):
1789 * msdos.c (Qhelp_echo):
1790 * macros.c (real_this_command):
1791 * keymap.c (Voverriding_local_map):
1792 * xterm.c (poll_for_input_1, gray_bitmap_width)
1793 (gray_bitmap_height, gray_bitmap_bits;
1794 * xmenu.c ( Voverriding_local_map)
1795 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
1796 (use_file_dialog, Xt_app_con):
1797 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
1798 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
1799 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
1800 (Qtool_bar_lines, ignore_mouse_drag_p):
1801 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
1802 (Qrear_nonsticky, nconc2):
1803 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
1804 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
1805 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
1806 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
1807 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
1808 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
1809 (gc_in_progress):
1810 * doc.c (Voverriding_local_map, Qremap):
1811 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
1812 (Vcompletion_regexp_list):
1813 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
1814 (Qcompletion_ignore_case):
1815 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
1816 (Vhistory_length, Vthis_original_command, real_this_command)
1817 (Qface, Qminibuffer_prompt, history_delete_duplicates):
1818 * image.c (Qrisky_local_variable):
1819 * fontset.c (QCname):
1820 * fns.c (minibuffer_auto_raise, QCname):
1821 * dispnew.c (char_ins_del_cost):
1822 * composite.c (font_fill_lglyph_metrics):
1823 * cmds.c (Qface, Vtranslation_table_for_input):
1824 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
1825 * ccl.c (charset_unicode):
1826 * callproc.c (Vtemporary_file_directory):
1827 * buffer.c (emacs_strerror): Remove extern declarations.
1828
1829 * data.c (Qwindow): Make non-static, used from other files too.
1830 * frame.c (validate_x_resource_name): Remove shadow definition for i.
1831
1832 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
1833 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
1834 * s/usg5-4.h (COFF):
1835 * s/template.h:
1836 * s/msdos.h (COFF, NO_REMAP):
1837 * s/ms-w32.h (NO_REMAP):
1838 * s/hpux10-20.h (NO_REMAP):
1839 * m/sparc.h (SEGMENT_MASK):
1840 * m/m68k.h (NO_REMAP):
1841 * m/intel386.h (SEGMENT_MASK):
1842 * m/arm.h (NO_REMAP):
1843 * m/alpha.h (COFF):
1844 * m/template.h: Remove references to unused defines.
1845
1846 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
1847
1848 * xsettings.c (Ftool_bar_get_system_style): Also check for
1849 Qtext_image_horiz.
1850
1851 * xdisp.c (Qtext_image_horiz): Define.
1852 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
1853 to documentation of tool-bar-style.
1854
1855 * lisp.h (Qtext_image_horiz): Declare.
1856
1857 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
1858 style text_image_horiz.
1859
1860 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1861
1862 * emacs.c (Fkill_emacs): Remove return statement.
1863
1864 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
1865 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
1866 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
1867 local extern declarations.
1868
1869 * xmenu.c: Do not included lwlib.h, not needed.
1870
1871 * m/iris4d.h (XUINT, XSET): Remove, not needed.
1872
1873 * process.c: Move definitions earlier to minimize #ifdefs.
1874
1875 * xterm.h (x_get_customization_string, x_load_resources)
1876 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
1877 (x_check_errors, x_property_data_to_lisp, defined_color)
1878 (xic_set_xfontset, x_defined_color): Use const.
1879
1880 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
1881 (x_text_icon, x_check_errors, x_connection_closed): Use const.
1882
1883 * xselect.c (selection_data_to_lisp_data)
1884 (x_property_data_to_lisp):
1885 * xrdb.c (x_get_string_resource, file_p)
1886 (x_get_customization_string, magic_file_p, search_magic_path)
1887 (get_system_app, get_user_app, x_load_resources, x_get_resource)
1888 (x_get_string_resource): Use const.
1889
1890 * xfns.c: Include xlwmenu.h when USE_LUCID.
1891 (x_defined_color, xic_set_xfontset): Use const.
1892 (Fx_hide_tip): Remove local extern declaration.
1893
1894 * xfaces.c (Qmouse_face): Remove declaration.
1895 (face_color_gray_p, tty_defined_color, defined_color)
1896 (face_color_gray_p, face_color_supported_p): Add const.
1897
1898 * xdisp.c (do_mouse_tracking): Remove declaration.
1899 (add_to_log): Use const.
1900
1901 * minibuf.c (Qmouse_face): Remove declaration.
1902
1903 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
1904
1905 * keyboard.h (do_mouse_tracking): Add declaration.
1906
1907 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
1908 (QCdata, QCtype, Qcenter): Remove declarations.
1909
1910 * frame.c (x_get_resource_string, x_get_string_resource)
1911 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
1912 (x_default_parameter): Use const.
1913
1914 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
1915 (QCheight, QCsize, QCname): Remove declarations.
1916
1917 * emacs.c (main): Remove local extern declaration.
1918
1919 * editfns.c (region_limit, syms_of_editfns): Remove local extern
1920 declarations.
1921
1922 * dispnew.c: Remove duplicate #include <unistd.h>.
1923 (update_window, update_frame_1, init_display): Remove local extern
1924 declarations.
1925
1926 * dispextern.h (add_to_log): Remove declaration.
1927 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
1928 (x_frame_get_and_record_arg, x_default_parameter): Add const.
1929
1930 * dired.c (scmp): Add const.
1931 (directory_files_internal): Remove local extern declaration.
1932
1933 * data.c (Finteractive_form): Use const.
1934
1935 * composite.c (syms_of_composite): Remove local extern declarations.
1936
1937 * charset.c (add_to_log): Remove declaration.
1938
1939 * character.c (strwidth, parse_str_to_multibyte): Add const.
1940
1941 * character.h (strwidth, parse_str_to_multibyte): Likewise.
1942
1943 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
1944
1945 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
1946 (Lisp_Subr): Make doc and intspec constant.
1947 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
1948 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
1949 (QCheight, QCsize, QCname, QCwidth, QCforeground)
1950 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
1951 (display_arg): Add declarations.
1952
1953 2010-07-27 Christoph Scholtes <cschol2112@gmail.com>
1954
1955 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
1956
1957 * window.c (Fwindow_height): Doc fix (bug#6518).
1958
1959 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
1960
1961 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
1962
1963 2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1964
1965 * keyboard.c (Ftop_level, Fexit_recursive_edit)
1966 (Fabort_recursive_edit): Remove return statements in NO_RETURN
1967 functions.
1968
1969 * frame.h (Qtty_color_mode): Add declaration.
1970
1971 * lisp.h (Ftop_level, Fexit_recursive_edit)
1972 (Fabort_recursive_edit): Mark as NO_RETURN.
1973
1974 2010-07-26 Kenichi Handa <handa@m17n.org>
1975
1976 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
1977 number of glyphs gets smaller than the original length. (Bug#6621)
1978
1979 2010-07-26 Juanma Barranquero <lekktu@gmail.com>
1980
1981 * lread.c (unreadpure, mapatoms_1): Make static.
1982
1983 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
1984
1985 * terminfo.c (tparam): Fix prototype of tparm.
1986
1987 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
1988
1989 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
1990 find start of text segment.
1991 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
1992 is defined.
1993
1994 * callproc.c (set_initial_environment): Avoid unbalanced braces.
1995
1996 2010-07-25 Ken Brown <kbrown@cornell.edu>
1997
1998 * vm-limit.c (check_memory_limits): Fix previous change;
1999 accidentally reverted an earlier change.
2000
2001 2010-07-25 Ken Brown <kbrown@cornell.edu>
2002
2003 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
2004 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
2005
2006 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
2007
2008 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
2009 * dired.c (opendir, readdir): Fix prototypes.
2010 * editfns.c (w32_get_internal_run_time): Fix prototypes.
2011 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
2012 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
2013 (telldir): Remove declaration.
2014 * ralloc.c (real_morecore, __morecore): Fix prototypes.
2015 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
2016 * syssignal.h (strsignal): Fix prototype.
2017 * term.c (tparam): Fix prototype.
2018 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
2019 (term_get_fkeys): Set inside "#ifndef DOS_NT".
2020 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
2021 and __morecore.
2022 * w32gui.h (XParseGeometry): Fix prototype.
2023 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
2024 * w32term.c (my_set_focus): Declare inside #if 0.
2025 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
2026 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
2027 (drain_message_queue, get_next_msg, post_msg, parse_button)
2028 (ClipboardSequence_Proc): Fix prototypes.
2029 (wait_for_sync): Remove declaration.
2030
2031 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
2032
2033 * w32fns.c (w32_to_x_color): Remove, unused.
2034
2035 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
2036
2037 * lisp.h: Remove leftover P_.
2038
2039 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2040
2041 * ecrt0.c, unexalpha.c: Remove files, unused.
2042
2043 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
2044
2045 * cmds.c (internal_self_insert): Make static.
2046 * lisp.h (internal_self_insert): Remove declaration.
2047
2048 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
2049
2050 * alloc.c (free_float):
2051 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
2052 * frame.c (delete_frame_handler):
2053 * ralloc.c (reorder_bloc):
2054 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
2055 Remove unused static functions.
2056
2057 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
2058 it is called only from NS code.
2059
2060 * w32term.c (my_set_focus): #ifdef away; it is called only from
2061 "#ifdef 0" code.
2062
2063 * w32fns.c (x_edge_detection):
2064 * xfaces.c (may_use_scalable_font_p):
2065 Remove obsolete static declarations.
2066
2067 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
2068
2069 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
2070 (emacs_blocked_realloc, uninterrupt_malloc):
2071 * fringe.c (w32_reset_fringes):
2072 * image.c (convert_mono_to_color_image, lookup_rgb_color)
2073 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
2074 * sound.c (be2hs, do_play_sound):
2075 * vm-limit.c (get_lim_data, ret_lim_data):
2076 * w32term.c (x_free_frame_resources):
2077 * xfaces.c (x_create_gc, x_free_gc):
2078 Convert definitions to standard C.
2079
2080 2010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2081
2082 * eval.c (Feval, Ffuncall): Use the new names.
2083
2084 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
2085 (DEFUN): Add braces around the union initialisation and use ## to
2086 specify the right union alternative and avoid a cast.
2087
2088 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
2089
2090 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
2091
2092 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2093
2094 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
2095
2096 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
2097
2098 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
2099 is related to the menu bar (Bug#6499).
2100 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
2101
2102 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
2103
2104 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
2105
2106 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
2107
2108 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
2109 i.e. don't put back ButtonRelease (Bug#6608).
2110
2111 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
2112 instead of Window. Call xg_event_is_for_menubar when
2113 USE_GTK (Bug#6499).
2114
2115 * gtkutil.h (xg_event_is_for_menubar): Declare.
2116
2117 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
2118
2119 2010-07-16 Eli Zaretskii <eliz@gnu.org>
2120
2121 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
2122 when it's the same as the old foreground. (Bug#6609)
2123
2124 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
2125
2126 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
2127 widget is non-null (Bug#6645).
2128
2129 2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
2130
2131 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
2132 Convert old-style definition.
2133
2134 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
2135 timestamp argument.
2136
2137 2010-07-15 Eli Zaretskii <eliz@gnu.org>
2138
2139 * fringe.c (update_window_fringes): Restore mistakenly reverted
2140 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
2141
2142 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2143
2144 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
2145 (SET_SAVED_KEY_EVENT): Remove (not used).
2146 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
2147 remove size parameter.
2148 (handle_one_xevent): Check popup_activated () for menu for Xt also.
2149 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
2150 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
2151 ButtonRelease.
2152 (x_set_window_size_1): scroll_bar_actual_width is always
2153 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
2154
2155 * xdisp.c (pending_menu_activation): Remove extern declaration.
2156 (prepare_menu_bars): Remove setting of pending_menu_activation.
2157
2158 * xmenu.c (pending_menu_activation): Remove.
2159 (x_activate_menubar): Set popup_activated_flag for Xt also.
2160 Remove setting of pending_menu_activation.
2161 (set_frame_menubar): Remove check of pending_menu_activation.
2162 Declare menubar_size before code. Correct spelling in comment.
2163
2164 2010-07-14 Kenichi Handa <handa@m17n.org>
2165
2166 * font.c (font_open_entity): Cancel previous change.
2167 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
2168
2169 2010-07-13 Eli Zaretskii <eliz@gnu.org>
2170
2171 Remove subprocesses #ifdefs.
2172 * process.c <inhibit_sentinels>: Move to the common part.
2173 (Fwaiting_for_user_input_p): Move to the common part; return nil
2174 if async subprocesses aren't supported.
2175 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
2176 MS-DOS. Remove "#ifdef subprocesses".
2177 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
2178 (gettimeofday): Remove "#ifdef subprocesses".
2179 (wait_without_blocking): Remove function.
2180 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
2181 Remove "#ifdef subprocesses".
2182 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
2183 compiled on MS-DOS.
2184 * callproc.c (Fcall_process) [!MSDOS]: Don't call
2185 wait_for_termination on MS-DOS.
2186 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
2187 initialization of inhibit_sentinels.
2188 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
2189 subprocesses" conditional.
2190 * callproc.c (Fcall_process) [!subprocesses]: Don't call
2191 wait_for_termination, since `buffer' cannot be an integer when
2192 async subprocesses are not supported
2193 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
2194 for ifdefing away the call to Fprocess_status.
2195
2196 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
2197 away the entire body of the function.
2198
2199 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2200
2201 Remove subprocesses #ifdefs from term.c.
2202 * process.c (add_keyboard_wait_descriptor)
2203 (delete_keyboard_wait_descriptor): Move to common section, do
2204 nothing when subprocesses is not defined.
2205 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
2206 Remove subprocesses #ifdefs.
2207
2208 Convert maybe_fatal to standard C.
2209 * lisp.h (verror): Declare.
2210 * eval.c (verror): New function containing the code from ...
2211 (error): ... this. Call verror.
2212 * term.c (vfatal): New function containing the code from ...
2213 (fatal): ... this. Call vfatal.
2214 (maybe_fatal): Convert to standard C, use variable number of
2215 arguments. Declare as non-return.
2216 (init_tty): Fix maybe_fatal call.
2217
2218 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2219
2220 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
2221 (_scroll_bar_note_movement): Convert definitions to standard C.
2222 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
2223 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
2224
2225 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2226
2227 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
2228 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
2229 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
2230 (xaw_jump_callback, xaw_scroll_callback)
2231 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
2232 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
2233 definitions to standard C.
2234 * xmenu.c (menubar_id_to_frame, popup_get_selection)
2235 (popup_activate_callback, popup_deactivate_callback)
2236 (menu_highlight_callback, menubar_selection_callback)
2237 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
2238 (free_frame_menubar, popup_selection_callback, as)
2239 (create_and_show_popup_menu, dialog_selection_callback)
2240 (create_and_show_dialog):
2241 * xfns.c (hack_wm_protocols, x_window):
2242 * xfaces.c (x_update_menu_appearance):
2243 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
2244 (char_to_pixel_size, round_size_to_char, get_wm_shell)
2245 (set_frame_size, update_wm_hints, setup_frame_gcs)
2246 (update_various_frame_slots, update_from_various_frame_slots)
2247 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
2248 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
2249 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
2250
2251 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2252
2253 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
2254
2255 2010-07-12 Eli Zaretskii <eliz@gnu.org>
2256
2257 * process.c (setup_process_coding_systems): Move to the part
2258 shared by non-subprocesses systems, and make its body empty when
2259 subprocesses is not defined.
2260 (close_process_descs): Move to the part shared by non-subprocesses
2261 systems.
2262 (wait_reading_process_output) [!subprocesses]: Convert arg list to
2263 ANSI C.
2264
2265 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2266
2267 * editfns.c (transpose_markers): Convert old-style definition.
2268 * emacs.c (abort, shut_down_emacs, fixup_locale)
2269 (synchronize_system_time_locale)
2270 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
2271 * floatfns.c (extract_float, matherr, init_floatfns)
2272 (syms_of_floatfns): Likewise.
2273 * fns.c (make_hash_table): Likewise.
2274 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
2275 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
2276 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
2277 (ftfont_variation_glyphs): Likewise.
2278 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
2279 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
2280 * lread.c (read_filtered_event): Likewise.
2281 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
2282 * process.c (wait_reading_process_output): Likewise.
2283 * scroll.c (do_line_insertion_deletion_costs): Likewise.
2284 * search.c (search_buffer, boyer_moore): Likewise.
2285 * syntax.c (scan_sexps_forward): Likewise.
2286 * xdisp.c (try_scrolling): Likewise.
2287 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
2288 (face_at_string_position): Likewise.
2289 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
2290 * xselect.c (x_get_window_property, receive_incremental_selection)
2291 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
2292 Likewise.
2293 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
2294
2295 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2296
2297 * callproc.c (child_setup): Remove subprocesses conditional.
2298 Remove code dealing with SET_EMACS_PRIORITY, unused.
2299
2300 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2301 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
2302
2303 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
2304 (__do_global_dtors, __main): Use void in definition.
2305 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
2306 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
2307 the only users from ...
2308 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
2309 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
2310 (HAVE_VOLATILE): Remove, unused.
2311
2312 Convert more function definitions to standard C.
2313 * xdisp.c (window_box_edges, handle_single_display_spec)
2314 (display_string): Convert definition to standard C.
2315 * scroll.c (do_direct_scrolling, scrolling_1):
2316 * dispnew.c (allocate_matrices_for_frame_redisplay)
2317 (mirrored_line_dance):
2318 * coding.c (code_convert_string):
2319 * charset.c (map_charset_chars):
2320 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
2321 (Fregister_ccl_program, Fregister_code_conversion_map):
2322 * keyboard.c (kbd_buffer_nr_stored): Likewise.
2323 (head_table): Make static and const.
2324
2325 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2326
2327 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2328 (PROFILING_LDFLAGS): Set from substitution.
2329 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
2330 CFLAGS last.
2331
2332 2010-07-12 Kenichi Handa <handa@m17n.org>
2333
2334 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
2335 (shortlisp): Likewise.
2336
2337 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
2338
2339 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
2340 of FONT_ENTITY_INDEX.
2341 (Ffont_get): If KEY is :otf and the font-object doesn't have the
2342 property, get the property value dynamically.
2343 (Ffont_put): Accept font-entity and font-object too.
2344 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
2345 return value changed.
2346 (syms_of_font): Adjusted for the above change.
2347
2348 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2349
2350 * blockinput.h: Remove obsolete comment.
2351
2352 * lisp.h: Include <stddef.h>.
2353 (OFFSETOF): Don't define.
2354 (VECSIZE): Use offsetof instead of OFFSETOF.
2355 (PSEUDOVECSIZE): Likewise.
2356 * process.c (conv_sockaddr_to_lisp): Likewise.
2357 * alloc.c: Don't include <stddef.h>.
2358 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
2359
2360 * process.c: Remove obsolete comment.
2361
2362 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
2363
2364 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
2365
2366 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2367
2368 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
2369 index, rindex.
2370 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
2371 * editfns.c (Fuser_full_name, Fformat): Likewise.
2372 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
2373 * fileio.c (Ffile_symlink_p): Likewise.
2374 * filelock.c (current_lock_owner): Likewise.
2375 * font.c (font_parse_name, font_parse_family_registry): Likewise.
2376 * fontset.c (fontset_pattern_regexp): Likewise.
2377 * lread.c (read1): Likewise.
2378 * sysdep.c (init_system_name): Likewise.
2379 * xfns.c (select_visual): Likewise.
2380 * s/hpux10-20.h (index, rindex): Don't define.
2381 * s/ms-w32.h (index): Likewise.
2382 * s/usg5-4.h: Likewise.
2383
2384 * callproc.c (relocate_fd): Use F_DUPFD if defined.
2385
2386 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
2387 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
2388 (egetenv): Likewise.
2389 * doprnt.c (doprnt): Likewise.
2390 * editfns.c (set_time_zone_rule, format2): Likewise.
2391 * emacs.c (decode_env_path): Likewise.
2392 * eval.c (signal_error, error): Likewise.
2393 * insdel.c (replace_range_2): Likewise.
2394 * keyboard.c (cmd_error_internal): Likewise.
2395 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
2396 * print.c (write_string, write_string_1, print_error_message):
2397 Likewise.
2398 * vm-limit.c (warn_function, memory_warnings): Likewise.
2399 * xdisp.c (message1, message1_nolog, message_with_string)
2400 (vmessage, message, message_nolog): Likewise.
2401 * emacs.c: Remove duplicate declaration.
2402 * keyboard.h: Likewise.
2403 * lisp.h: Update prototypes.
2404
2405 * eval.c: Fix indentation problem.
2406
2407 * keyboard.c: Include "process.h"
2408
2409 * eval.c: Remove obsolete noinline declaration.
2410 * fns.c: Likewise.
2411
2412 2010-07-11 Ken Raeburn <raeburn@raeburn.org>
2413
2414 * doprnt.c (doprnt): Take a va_list argument instead of count and
2415 pointer.
2416 * eval.c (error): Change to a standard-C variadic function.
2417 * xdisp.c (vmessage): Renamed from message, made static, and
2418 changed to take a va_list argument.
2419 (message): New variadic wrapper.
2420 (message_nolog): Now a variadic function, calling vmessage.
2421 * lisp.h: Include stdarg.h for va_list.
2422 (doprnt, error, message, message_nolog): Decls updated.
2423
2424 2010-07-11 Eli Zaretskii <eliz@gnu.org>
2425
2426 * process.c (syms_of_process) <delete-exited-processes>: Define
2427 even if !subprocesses.
2428 (delete_exited_processes): Ditto.
2429
2430 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
2431 (delete_exited_processes): Don't define.
2432
2433 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2434
2435 * frame.c (make_frame): Initialize menu_bar_lines and
2436 tool_bar_lines members.
2437 (make_initial_frame, make_terminal_frame): Initialize
2438 menu_bar_lines using value of menu-bar-mode.
2439
2440 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
2441
2442 2010-07-10 Eli Zaretskii <eliz@gnu.org>
2443
2444 * process.c: Reshuffle #include's. Condition some of the global
2445 and static variables on `subprocesses'.
2446 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
2447 Leave only one implementation.
2448 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
2449 (kill_buffer_processes, Flist_system_processes)
2450 (Fprocess_attributes, init_process, syms_of_process): Unify the
2451 implementations for with subprocesses and without them.
2452
2453 2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
2454
2455 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
2456 correct size for Motif.
2457 (free_frame_menubar): Call x_set_window_size to update frame size.
2458
2459 * xfns.c (x_window): Set borderWidth to 0 for pane and
2460 EmacsFrame. Frame size calculation is wrong otherwise.
2461
2462 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
2463
2464 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
2465 allows to suppress errors when polling in Emacs' main loop.
2466 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
2467 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
2468 (Fdbus_method_error_internal, Fdbus_send_signal)
2469 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
2470 (Fdbus_register_method): Use it. (Bug#6579)
2471
2472 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2473
2474 * alloc.c: Convert DEFUNs to standard C.
2475 * buffer.c:
2476 * bytecode.c:
2477 * callint.c:
2478 * callproc.c:
2479 * casefiddle.c:
2480 * casetab.c:
2481 * category.c:
2482 * character.c:
2483 * charset.c:
2484 * chartab.c:
2485 * cmds.c:
2486 * coding.c:
2487 * composite.c:
2488 * data.c:
2489 * dbusbind.c:
2490 * dired.c:
2491 * dispnew.c:
2492 * doc.c:
2493 * dosfns.c:
2494 * editfns.c:
2495 * emacs.c:
2496 * eval.c:
2497 * fileio.c:
2498 * filelock.c:
2499 * floatfns.c:
2500 * fns.c:
2501 * font.c:
2502 * fontset.c:
2503 * frame.c:
2504 * fringe.c:
2505 * image.c:
2506 * indent.c:
2507 * insdel.c:
2508 * keyboard.c:
2509 * keymap.c:
2510 * lread.c:
2511 * macros.c:
2512 * marker.c:
2513 * menu.c:
2514 * minibuf.c:
2515 * msdos.c:
2516 * nsfns.m:
2517 * nsmenu.m:
2518 * nsselect.m:
2519 * print.c:
2520 * process.c:
2521 * search.c:
2522 * sound.c:
2523 * syntax.c:
2524 * term.c:
2525 * terminal.c:
2526 * textprop.c:
2527 * undo.c:
2528 * w16select.c:
2529 * w32console.c:
2530 * w32fns.c:
2531 * w32font.c:
2532 * w32menu.c:
2533 * w32proc.c:
2534 * w32select.c:
2535 * window.c:
2536 * xdisp.c:
2537 * xfaces.c:
2538 * xfns.c:
2539 * xmenu.c:
2540 * xselect.c:
2541 * xsettings.c:
2542 * xsmfns.c: Likewise.
2543
2544 2010-07-08 Eli Zaretskii <eliz@gnu.org>
2545
2546 * process.c (kbd_is_on_hold, hold_keyboard_input)
2547 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
2548
2549 2010-07-08 Jan Djärv <jan.h.d@swipnet.se>
2550
2551 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
2552 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
2553 unless USE_LUCID.
2554
2555 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2556
2557 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
2558 declaration.
2559
2560 Clean up include guards.
2561 * tparam.c: Remove include guards for config.h, string.h and code
2562 that assumes #ifndef emacs.
2563 * termcap.c:
2564 * unexalpha.c:
2565 * sysdep.c:
2566 * filemode.c:
2567 * filelock.c:
2568 * bidi.c: Likewise.
2569
2570 Remove prefix-args.c
2571 * prefix-args.c: Remove file.
2572 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
2573 * Makefile.in (temacs${EXEEXT}): Remove references to
2574 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
2575 (mostlyclean): Remove reference to prefix-args.
2576 (prefix-args): Remove.
2577
2578 Simplify cstart_of_data, start_of_code and related code.
2579 * mem-limits.h: Remove !emacs and _LIBC conditional code.
2580 (start_of_data): Merge into start_of_data function.
2581 * sysdep.c (start_of_text): Remove. Move simplified versions of
2582 it in the only users: unexaix.c and unexec.c.
2583 (read_input_waiting): Remove local declaration of quit_char.
2584 (start, etext): Remove declarations.
2585 (start_of_data): Merge with the version in mem-limits.h and move
2586 to vm-limits.c.
2587 * vm-limit.c (start_of_data): Merged and simplified version of the
2588 code formerly in mem-limits.h and sysdep.c.
2589 * unexec.c (start): New declaration, moved from sysdep.c.
2590 (start_of_text): Simplified version of the code formerly in sysdep.c.
2591 * unexaix.c (start_of_text): Simplified version of the code
2592 formerly in sysdep.c.
2593 * m/alpha.h (HAVE_TEXT_START): Remove.
2594 (TEXT_START): Move ...
2595 * unexalpha.c (TEXT_START): ... here.
2596 * s/hpux10-20.h (TEXT_START): Remove.
2597 * s/darwin.h (TEXT_START):
2598 * m/mips.h (TEXT_START):
2599 * m/macppc.h (HAVE_TEXT_START):
2600 * m/m68k.h (TEXT_START):
2601 * m/iris4d.h (TEXT_START):
2602 * m/intel386.h (TEXT_START):
2603 * m/ibmrs6000.h (TEXT_START):
2604 * m/ia64.h (HAVE_TEXT_START):
2605 * s/msdos.h (TEXT_START): Likewise.
2606
2607 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2608
2609 * alloc.c (overrun_check_malloc, overrun_check_realloc)
2610 (overrun_check_free, xstrdup, allocate_string)
2611 (allocate_string_data, compact_small_strings, Fmake_string)
2612 (make_unibyte_string, make_multibyte_string)
2613 (make_string_from_bytes, make_specified_string, make_float)
2614 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
2615 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
2616 memcpy, memmove, memset, memcmp.
2617 * atimer.c (start_atimer, set_alarm): Likewise.
2618 * buffer.c (clone_per_buffer_values, report_overlay_modification)
2619 (mmap_realloc, init_buffer_once): Likewise.
2620 * callint.c (Fcall_interactively): Likewise.
2621 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
2622 (getenv_internal_1): Likewise.
2623 * casefiddle.c (casify_object): Likewise.
2624 * ccl.c (ccl_driver): Likewise.
2625 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
2626 * charset.c (load_charset_map_from_file)
2627 (load_charset_map_from_file, load_charset_map_from_vector)
2628 (Fdefine_charset_internal): Likewise.
2629 * cm.c (Wcm_clear): Likewise.
2630 * coding.c (decode_eol, decode_coding_object)
2631 (Fset_coding_system_priority, make_subsidiaries): Likewise.
2632 * data.c (Faset): Likewise.
2633 * dired.c (directory_files_internal, file_name_completion_stat):
2634 Likewise.
2635 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
2636 (clear_glyph_row, copy_row_except_pointers)
2637 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
2638 (save_current_matrix, restore_current_matrix)
2639 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
2640 (mirror_line_dance, scrolling_window): Likewise.
2641 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
2642 Likewise.
2643 * doprnt.c (doprnt): Likewise.
2644 * editfns.c (Fuser_full_name, make_buffer_string_both)
2645 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
2646 * emacs.c (sort_args): Likewise.
2647 * eval.c (Fapply, Ffuncall): Likewise.
2648 * fileio.c (Ffile_name_directory, make_temp_name)
2649 (Fexpand_file_name, search_embedded_absfilename)
2650 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
2651 (auto_save_error): Likewise.
2652 * fns.c (Fstring_equal, Fcopy_sequence, concat)
2653 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
2654 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
2655 (Fmake_hash_table): Likewise.
2656 * fringe.c (Fdefine_fringe_bitmap): Likewise.
2657 * ftfont.c (ftfont_text_extents): Likewise.
2658 * getloadavg.c (getloadavg): Likewise.
2659 * image.c (define_image_type, make_image, make_image_cache)
2660 (x_create_x_image_and_pixmap, xbm_image_p)
2661 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
2662 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
2663 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
2664 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
2665 (tiff_image_p, tiff_read_from_memory, gif_image_p)
2666 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
2667 Likewise.
2668 * indent.c (scan_for_column, compute_motion): Likewise.
2669 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
2670 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
2671 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
2672 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
2673 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
2674 (store_user_signal_events, menu_bar_items, tool_bar_items)
2675 (process_tool_bar_item, append_tool_bar_item)
2676 (read_char_minibuf_menu_prompt, read_key_sequence)
2677 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
2678 Likewise.
2679 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
2680 Likewise.
2681 * lisp.h (STRING_COPYIN): Likewise.
2682 * lread.c (Fload, read1, oblookup): Likewise.
2683 * msdos.c (Frecent_doskeys): Likewise.
2684 * nsfns.m (Fx_create_frame): Likewise.
2685 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
2686 Likewise.
2687 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
2688 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
2689 Likewise.
2690 * nsmenu.m (ns_update_menubar): Likewise.
2691 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
2692 * print.c (print_unwind, printchar, strout, print_string)
2693 (print_error_message): Likewise.
2694 * process.c (conv_lisp_to_sockaddr, set_socket_option)
2695 (Fmake_network_process, Fnetwork_interface_list)
2696 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
2697 (init_process): Likewise.
2698 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
2699 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
2700 Likewise.
2701 * scroll.c (do_scrolling, do_direct_scrolling)
2702 (scrolling_max_lines_saved): Likewise.
2703 * search.c (search_buffer, wordify, Freplace_match): Likewise.
2704 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
2705 * syntax.c (skip_chars, skip_syntaxes): Likewise.
2706 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
2707 (emacs_set_tty): Likewise.
2708 * term.c (encode_terminal_code, calculate_costs)
2709 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
2710 Likewise.
2711 * termcap.c (tgetst1, gobble_line): Likewise.
2712 * termhooks.h (EVENT_INIT): Likewise.
2713 * tparam.c (tparam1): Likewise.
2714 * unexalpha.c (unexec): Likewise.
2715 * unexec.c (write_segment): Likewise.
2716 * unexmacosx.c (unexec_write_zero): Likewise.
2717 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
2718 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
2719 * w32font.c (w32font_list_family, w32font_text_extents)
2720 (w32font_list_internal, w32font_match_internal)
2721 (w32font_open_internal, compute_metrics, Fx_select_font):
2722 Likewise.
2723 * w32menu.c (set_frame_menubar, add_menu_item)
2724 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
2725 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
2726 * w32uniscribe.c (uniscribe_list_family): Likewise.
2727 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
2728 * window.c (make_window, replace_window, set_window_buffer)
2729 (Fsplit_window): Likewise.
2730 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
2731 (add_to_log, message3, x_consider_frame_title)
2732 (append_space_for_newline, extend_face_to_end_of_line)
2733 (decode_mode_spec_coding, init_glyph_string): Likewise.
2734 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
2735 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
2736 (face_attr_equal_p, make_realized_face, make_face_cache)
2737 (free_realized_faces, lookup_named_face, smaller_face)
2738 (face_with_height, lookup_derived_face)
2739 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
2740 (Finternal_set_font_selection_order, realize_default_face)
2741 (compute_char_face, face_at_buffer_position)
2742 (face_for_overlay_string, face_at_string_position, merge_faces):
2743 Likewise.
2744 * xfns.c (xic_create_fontsetname, Fx_create_frame)
2745 (Fx_window_property, x_create_tip_frame)
2746 (Fx_backspace_delete_keys_p): Likewise.
2747 * xfont.c (xfont_list, xfont_match, xfont_list_family)
2748 (xfont_text_extents): Likewise.
2749 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
2750 * xrdb.c (magic_file_p, x_get_resource): Likewise.
2751 * xselect.c (x_queue_event, x_get_window_property)
2752 (receive_incremental_selection): Likewise.
2753 * xsmfns.c (x_session_check_input): Likewise.
2754 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
2755 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
2756 Likewise.
2757 * character.h (BCOPY_SHORT): Removed.
2758 * config.in: Regenerate.
2759 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
2760 * emacs.c (main) [PROFILING]: Don't declare
2761 dump_opcode_frequencies.
2762 * lisp.h (safe_bcopy): Remove declaration.
2763 (memset) [!HAVE_MEMSET]: Declare.
2764 (memcpy) [!HAVE_MEMCPY]: Likewise.
2765 (memmove) [!HAVE_MEMMOVE]: Likewise.
2766 (memcmp) [!HAVE_MEMCMP]: Likewise.
2767 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
2768 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
2769 Don't define.
2770 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
2771 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
2772 (BCOPY_DOWNWARD_SAFE): Don't define.
2773 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
2774 (memcpy) [!HAVE_MEMCPY]: Define.
2775 (memmove) [!HAVE_MEMMOVE]: Define.
2776 (memcmp) [!HAVE_MEMCMP]: Define.
2777
2778 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
2779
2780 * process.c (kbd_is_on_hold): New variable.
2781 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
2782 New functions.
2783 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
2784 select on empty input mask.
2785 (init_process): Initialize kbd_is_on_hold to 0.
2786
2787 * process.h (hold_keyboard_input, unhold_keyboard_input)
2788 (kbd_on_hold_p): Declare.
2789
2790 * keyboard.c (input_available_signal): Declare.
2791 (kbd_buffer_nr_stored): New function.
2792 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
2793 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
2794 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
2795 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
2796 (tty_read_avail_input): If input is on hold, return.
2797 Don't read more that free slots in kbd_buffer (Bug#6571).
2798
2799 2010-07-07 Eli Zaretskii <eliz@gnu.org>
2800
2801 * msdos.h:
2802 * msdos.c:
2803 * dosfns.c:
2804 * w16select.c: Convert function definitions to ANSI C.
2805
2806 * msdos.h (ctrl_break_func, install_ctrl_break_check):
2807 Remove unused prototypes.
2808
2809 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
2810
2811 * coding.c, sysdep.c: Convert some more functions to standard C.
2812
2813 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
2814
2815 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
2816 (encode_coding_object): Use SPECPDL_INDEX.
2817 (syms_of_coding): Use DOS_NT.
2818
2819 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2820
2821 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
2822
2823 Make the function member of Lisp_Subr use standard C prototypes.
2824 * lisp.h (struct Lisp_Subr): Use a union for the function member.
2825 (DECL_ALIGN): Add a cast for the function.
2826 * eval.c (Feval, Ffuncall): Use the proper type for each type
2827 function call.
2828
2829 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
2830
2831 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
2832 fringe face id, so face-remapping-alist works (Bug#6091).
2833
2834 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
2835
2836 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
2837 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
2838 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
2839
2840 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
2841
2842 * xterm.c (x_get_keysym_name): Change type of parameter to int.
2843 * lisp.h: Declare x_get_keysym_name.
2844 * keyboard.c (modify_event_symbol): Don't declare
2845 x_get_keysym_name here.
2846
2847 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2848
2849 * ecrt0.c: Revert conversion to standard C.
2850
2851 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2852
2853 * vm-limit.c (memory_warnings):
2854 * keyboard.c (modify_event_symbol):
2855 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
2856 (round2, emacs_rint):
2857 * process.c (send_process, old_sigpipe): Convert function
2858 definitions and declarations to standard C.
2859
2860 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
2861
2862 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
2863 * xdisp.c: Convert function definitions to standard C.
2864
2865 * cm.c (cmputc): Arg C is now int, not char.
2866 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
2867
2868 2010-07-05 James Cloos <cloos@jhcloos.com>
2869
2870 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
2871
2872 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
2873 _NET_WM_ICON_NAME atoms.
2874
2875 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
2876 and _NET_WM_ICON_NAME properties, too, matching what is
2877 done in the Gtk+ case.
2878
2879 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
2880
2881 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
2882
2883 * xsmfns.c (SSDATA): New macro.
2884 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
2885 passed to strlen/strcpy/strcat.
2886 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
2887 7:th arg to XChangeProperty to (unsigned char *)
2888
2889 * xsettings.c (something_changedCB, parse_settings)
2890 (apply_xft_settings): Reformat prototype.
2891 (something_changedCB, init_gconf): Remove unused variable i.
2892 (read_settings): Remove unused variable long_len.
2893
2894 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
2895 (xg_get_image_for_pixmap, create_dialog)
2896 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
2897 (menuitem_highlight_callback, make_menu_item)
2898 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
2899 (xg_create_scroll_bar, xg_update_scrollbar_pos)
2900 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
2901 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
2902 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
2903 (xg_tool_bar_item_expose_callback): Reformat prototype.
2904 (xg_update_menubar): GList *group => GSList *group.
2905 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
2906 before use.
2907 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
2908 to GTK_IMAGE (wimage).
2909
2910 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2911
2912 * atimer.c: Use "" instead of <> for local includes for
2913 consistency with the rest of the code.
2914
2915 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
2916 * xrdb.c (get_system_name):
2917 * window.c (shrink_windows):
2918 * syntax.c (forw_comment):
2919 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
2920 (ins_del_costs):
2921 * mem-limits.h (start_of_data):
2922 * lread.c (readevalloop):
2923 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
2924 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
2925 * frame.c (x_get_focus_frame):
2926 * floatfns.c (fmod_float):
2927 * fileio.c (choose_write_coding_system):
2928 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
2929 (malloc_initialize_hook, sort_args, synchronize_locale):
2930 * doprnt.c (doprnt):
2931 * dired.c (compile_pattern):
2932 * data.c (fmod_float):
2933 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
2934 (map_char_table_for_charset):
2935 * charset.c (define_charset_internal):
2936 * alloc.c (Fgarbage_collect): Convert declarations or definitions
2937 to standard C.
2938
2939 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2940 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * lread.c (read1): Fix up last change to not mess up `c'.
2943
2944 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
2945
2946 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
2947
2948 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
2949
2950 Fix prototypes.
2951
2952 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
2953 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
2954 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
2955 arg, as required by internal_condition_case_1.
2956 * print.c (strout): Use const char* for arg PTR.
2957 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
2958 (analyse_first): Fix "const const".
2959 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
2960 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
2961 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
2962
2963 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
2964
2965 * alloc.c: Convert function definitions to standard C.
2966 * atimer.c:
2967 * bidi.c:
2968 * bytecode.c:
2969 * callint.c:
2970 * callproc.c:
2971 * casefiddle.c:
2972 * casetab.c:
2973 * category.c:
2974 * ccl.c:
2975 * character.c:
2976 * charset.c:
2977 * chartab.c:
2978 * cmds.c:
2979 * coding.c:
2980 * composite.c:
2981 * data.c:
2982 * dbusbind.c:
2983 * dired.c:
2984 * dispnew.c:
2985 * doc.c:
2986 * doprnt.c:
2987 * ecrt0.c:
2988 * editfns.c:
2989 * fileio.c:
2990 * filelock.c:
2991 * filemode.c:
2992 * fns.c:
2993 * font.c:
2994 * fontset.c:
2995 * frame.c:
2996 * fringe.c:
2997 * ftfont.c:
2998 * ftxfont.c:
2999 * gtkutil.c:
3000 * indent.c:
3001 * insdel.c:
3002 * intervals.c:
3003 * keymap.c:
3004 * lread.c:
3005 * macros.c:
3006 * marker.c:
3007 * md5.c:
3008 * menu.c:
3009 * minibuf.c:
3010 * prefix-args.c:
3011 * print.c:
3012 * ralloc.c:
3013 * regex.c:
3014 * region-cache.c:
3015 * scroll.c:
3016 * search.c:
3017 * sound.c:
3018 * strftime.c:
3019 * syntax.c:
3020 * sysdep.c:
3021 * termcap.c:
3022 * terminal.c:
3023 * terminfo.c:
3024 * textprop.c:
3025 * tparam.c:
3026 * undo.c:
3027 * unexelf.c:
3028 * window.c:
3029 * xfaces.c:
3030 * xfns.c:
3031 * xfont.c:
3032 * xftfont.c:
3033 * xgselect.c:
3034 * xmenu.c:
3035 * xrdb.c:
3036 * xselect.c:
3037 * xsettings.c:
3038 * xsmfns.c:
3039 * xterm.c: Likewise.
3040
3041 2010-07-03 Eli Zaretskii <eliz@gnu.org>
3042
3043 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
3044 frames other than the initial one. Fix reversal of colors when
3045 `reverse' is specified in the frame parameters. Call
3046 update_face_from_frame_parameter instead of
3047 internal-set-lisp-face-attribute. Initialize screen colors from
3048 initial_screen_colors[] when f->default_face_done_p is zero,
3049 instead of depending on being called with default-frame-alist as
3050 the alist argument.
3051
3052 * xfaces.c (update_face_from_frame_parameter): Move out of
3053 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
3054 with HAVE_WINDOW_SYSTEM.
3055
3056 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
3057 to menu-bar-mode, if not set in the frame parameters or in
3058 default-frame-alist.
3059
3060 * w32console.c (sys_tputs): Adjust argument list to prototype in
3061 term.c.
3062
3063 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
3064
3065 * lisp.h (memory_warnings): Fix prototype.
3066
3067 * cm.h (evalcost): Fix prototype.
3068
3069 * cm.c (evalcost): Fix arg type.
3070
3071 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3072
3073 * term.c (term_clear_mouse_face, Fidentity):
3074 * syssignal.h (signal_handler_t):
3075 * lisp.h (memory_warnings):
3076 * coding.h (preferred_coding_system):
3077 * cm.h (evalcost):
3078 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
3079
3080 2010-07-02 Eli Zaretskii <eliz@gnu.org>
3081
3082 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
3083 from prototypes.
3084
3085 * msdos.h (load_pixmap): Don't define away.
3086
3087 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
3088
3089 * lisp.h:
3090 * atimer.h: Remove define for P_.
3091
3092 * alloc.c: Remove __P and P_ from .c and .m files.
3093 * atimer.c:
3094 * buffer.c:
3095 * callint.c:
3096 * category.c:
3097 * charset.c:
3098 * chartab.c:
3099 * cm.c:
3100 * coding.c:
3101 * composite.c:
3102 * data.c:
3103 * dired.c:
3104 * dispnew.c:
3105 * doc.c:
3106 * editfns.c:
3107 * emacs.c:
3108 * eval.c:
3109 * fileio.c:
3110 * filelock.c:
3111 * fns.c:
3112 * font.c:
3113 * fontset.c:
3114 * frame.c:
3115 * ftfont.c:
3116 * ftxfont.c:
3117 * gmalloc.c:
3118 * gtkutil.c:
3119 * image.c:
3120 * indent.c:
3121 * intervals.c:
3122 * keyboard.c:
3123 * keymap.c:
3124 * lread.c:
3125 * marker.c:
3126 * menu.c:
3127 * minibuf.c:
3128 * print.c:
3129 * process.c:
3130 * scroll.c:
3131 * search.c:
3132 * sound.c:
3133 * strftime.c:
3134 * syntax.c:
3135 * sysdep.c:
3136 * term.c:
3137 * terminal.c:
3138 * textprop.c:
3139 * unexalpha.c:
3140 * w32console.c:
3141 * w32fns.c:
3142 * w32font.c:
3143 * w32menu.c:
3144 * w32term.c:
3145 * w32uniscribe.c:
3146 * window.c:
3147 * xdisp.c:
3148 * xfaces.c:
3149 * xfns.c:
3150 * xfont.c:
3151 * xftfont.c:
3152 * xmenu.c:
3153 * xselect.c:
3154 * xterm.c: Likewise.
3155
3156 Remove P_ and __P macros.
3157 * atimer.h: Remove P_ and __P macros.
3158 * buffer.h:
3159 * category.h:
3160 * ccl.h:
3161 * character.h:
3162 * charset.h:
3163 * cm.h:
3164 * coding.h:
3165 * composite.h:
3166 * dispextern.h:
3167 * disptab.h:
3168 * dosfns.h:
3169 * font.h:
3170 * fontset.h:
3171 * frame.h:
3172 * gtkutil.h:
3173 * indent.h:
3174 * intervals.h:
3175 * keyboard.h:
3176 * keymap.h:
3177 * lisp.h:
3178 * macros.h:
3179 * md5.h:
3180 * menu.h:
3181 * msdos.h:
3182 * nsterm.h:
3183 * puresize.h:
3184 * region-cache.h:
3185 * syntax.h:
3186 * syssignal.h:
3187 * systime.h:
3188 * termhooks.h:
3189 * w32font.h:
3190 * w32term.h:
3191 * widget.h:
3192 * window.h:
3193 * xgselect.h:
3194 * xsettings.h:
3195 * xterm.h: Likewise.
3196
3197 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3198
3199 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
3200
3201 Cleanup old code.
3202 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
3203 * syssignal.h: Remove code for Lynx, not supported anymore.
3204 * vm-limit.c: Remove unused code the depends on emacs not being
3205 defined and NO_LIM_DATA being defined.
3206 * mem-limits.h: Remove dead code.
3207
3208 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
3209
3210 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
3211
3212 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
3213 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
3214
3215 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
3216 parameters, they are already absolute.
3217
3218 * nsterm.m (x_set_window_size, initFrameFromEmacs):
3219 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
3220
3221 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
3222
3223 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
3224 Update FRAME_TOOLBAR_HEIGHT.
3225
3226 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
3227 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
3228
3229 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3230
3231 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
3232 check default-frame-alist.
3233
3234 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3235
3236 * process.c (create_process): Avoid using invalid file descriptors.
3237
3238 * callproc.c (child_setup): Avoid closing a file descriptor twice.
3239
3240 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
3241
3242 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
3243 Improve documentation. Return font regardless of use_system_font.
3244 (syms_of_xsettings): Improve documentation for font-use-system-font.
3245
3246 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * xfaces.c (realize_face): Garbage the frame if a face is removed
3249 (Bug#6593).
3250
3251 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
3252
3253 * keyboard.c: Remove duplicate <setjmp.h>.
3254 (read_key_sequence): Remove volatile qualifiers.
3255
3256 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3257
3258 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
3259 (struct glyph_row): New members left_fringe_offset and
3260 right_fringe_offset.
3261
3262 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
3263 specially.
3264 * w32term.c (w32_draw_fringe_bitmap): Likewise.
3265 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
3266
3267 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
3268 Take account of bitmap offset.
3269 (draw_window_fringes): Take account of window vscroll.
3270 (update_window_fringes): Likewise. Extend top-aligned top indicator
3271 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
3272 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
3273 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
3274
3275 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3276
3277 * w32fns.c (Qtooltip): Declare.
3278 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
3279
3280 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
3281
3282 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
3283 grab on just Press (Bug#6499).
3284
3285 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3286
3287 * frame.c (Qtooltip): New var.
3288 (delete_frame): Use it. Fix faulty if statement. Don't update
3289 mode line for tooltip frames. Suggested by Martin Rudalics.
3290
3291 * xfns.c (x_create_tip_frame):
3292 * w32fns.c (x_create_tip_frame): Use it.
3293
3294 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
3295
3296 * xftfont.c (xftfont_open): Check font width one by one also when
3297 spacing is dual.
3298
3299 * ftfont.c (ftfont_open): Ditto.
3300
3301 2010-06-30 Glenn Morris <rgm@gnu.org>
3302
3303 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
3304
3305 * Makefile.in (CANNOT_DUMP): Update for configure name change.
3306
3307 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
3308 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
3309 * s/darwin.h (SYSTEM_MALLOC):
3310 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
3311
3312 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
3313
3314 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
3315 (ns_get_screen): Don't assign integer to f.
3316 (Fx_display_color_cells): Declarations before statements.
3317
3318 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3319
3320 * xfns.c (x_default_font_parameter): Remove got_from_system
3321 (Bug#6526).
3322
3323 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
3324 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
3325 defines based on what configure finds.
3326
3327 * xterm.c (XTflash): Use gtk_widget_get_window.
3328 (xg_scroll_callback): Use gtk_adjustment_get_upper and
3329 gtk_adjustment_get_page_size.
3330 (handle_one_xevent): Use gtk_widget_get_mapped.
3331 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
3332 messages.
3333
3334 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
3335
3336 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
3337 HAVE_GTK_FILE_SELECTION_NEW.
3338
3339 * gtkutil.c (xg_display_open, xg_display_close): Remove
3340 HAVE_GTK_MULTIDISPLAY, it is always defined.
3341 (xg_display_open): Return type is void.
3342 (gtk_widget_set_has_window)
3343 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
3344 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
3345 (gtk_adjustment_set_page_increment)
3346 (gtk_adjustment_get_step_increment): #define these if not found
3347 by configure.
3348 (remove_submenu): New define based on Gtk+ version.
3349 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
3350 gtk_widget_get_window.
3351 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
3352 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
3353 (create_dialog): Use gtk_dialog_get_action_area and
3354 gtk_dialog_get_content_area.
3355 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
3356 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
3357 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
3358 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
3359 g_object_ref and g_object_unref.
3360 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
3361 gtk_widget_get_sensitive.
3362 (xg_update_submenu): Use remove_submenu.
3363 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
3364 properties instead to get old x and y position.
3365 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
3366 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
3367 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
3368 (xg_get_tool_bar_widgets): New function.
3369 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
3370 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
3371 (toolbar_set_orientation): New #define based on if configure
3372 finds gtk_orientable_set_orientation.
3373 (xg_create_tool_bar): Call toolbar_set_orientation.
3374 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
3375 instead of gtk_box_pack_start_defaults.
3376
3377 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3378
3379 * cmds.c (Fdelete_backward_char): Move into Lisp.
3380
3381 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
3382
3383 * s/freebsd.h (BSD4_2): Remove redundant definition.
3384 bsd-common.h defines it already.
3385
3386 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3387
3388 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
3389 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
3390 tool-bar-mode, which are now set using these X resources at
3391 startup, to determine the defaults (Bug#2249).
3392
3393 * w32fns.c (Fx_create_frame):
3394 * nsfns.m (Fx_create_frame): Likewise.
3395
3396 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
3397
3398 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
3399
3400 * gtkutil.c (xg_update_scrollbar_pos):
3401 Avoid C99 mid-block variable declaration.
3402
3403 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
3404
3405 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
3406
3407 * gtkutil.h (xg_show_scroll_bar): Remove.
3408
3409 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
3410 if height is less than scroll bar min size.
3411 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
3412
3413 * xfns.c (x_default_font_parameter): Try to open font from system
3414 before using it (bug#6478). Rename got_from_gconf to got_from_system.
3415
3416 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
3417
3418 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
3419
3420 2010-06-20 Eli Zaretskii <eliz@gnu.org>
3421
3422 * xdisp.c (try_scrolling): When scroll-conservatively is set to
3423 most-positive-fixnum, be extra accurate when scrolling window
3424 start, to avoid missing the cursor line.
3425
3426 2010-06-19 Eli Zaretskii <eliz@gnu.org>
3427
3428 * xdisp.c (try_scrolling): Compute the limit for searching point
3429 in forward scroll from scroll_max, instead of an arbitrary limit
3430 of 10 screen lines. See
3431 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
3432 and
3433 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
3434 for details.
3435
3436 2010-06-16 Glenn Morris <rgm@gnu.org>
3437
3438 * editfns.c (Fbyte_to_string): Pacify compiler.
3439
3440 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * lread.c (read1): Phase out old-style backquotes a bit more.
3443
3444 2010-06-12 Eli Zaretskii <eliz@gnu.org>
3445
3446 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
3447 bidimirror.h.
3448
3449 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
3450
3451 * bidi.c (bidi_initialize): Remove explicit initialization of
3452 bidi_type_table; include biditype.h instead. Don't support
3453 entries whose second codepoint is zero. Initialize bidi_mirror_table.
3454 (bidi_mirror_char): Use bidi_mirror_table.
3455
3456 * biditype.h: New file.
3457
3458 * bidimirror.h: New file.
3459
3460 * window.c (syms_of_window): Doc fix (bug#6409).
3461
3462 2010-06-12 Romain Francoise <romain@orebokech.com>
3463
3464 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
3465 ediff-hook.
3466
3467 2010-06-10 Glenn Morris <rgm@gnu.org>
3468
3469 * editfns.c (Fbyte_to_string): Pacify compiler.
3470
3471 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
3472
3473 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
3474
3475 * alloc.c (Fmake_byte_code): Don't access undefined argument
3476 (Bug#6517).
3477
3478 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
3479
3480 * xdisp.c (next_element_from_image): Ensure that after-strings are
3481 read the next time we hit handle_stop (Bug#1336).
3482
3483 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
3484
3485 * lread.c (read1): Signal error if #s is not followed by paren.
3486
3487 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3488
3489 * image.c (free_image): Mark frame as garbaged (Bug#6426).
3490
3491 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
3492
3493 2010-06-15 Glenn Morris <rgm@gnu.org>
3494
3495 * editfns.c (Fbyte_to_string): Pacify compiler.
3496
3497 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
3500 Check `object's type before accessing its guts.
3501
3502 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3503
3504 * s/usg5-4.h: Fix previous change.
3505 Suggested by Lawrence Mitchell <wence@gmx.li>
3506
3507 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
3508
3509 * minibuf.c (Fall_completions): Add more checks.
3510
3511 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
3512
3513 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
3514
3515 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3516
3517 * lread.c (X_OK): Remove, unused.
3518
3519 * dispnew.c: Remove obsolete comment.
3520
3521 Remove INCLUDED_FCNTL.
3522 * xterm.c (INCLUDED_FCNTL):
3523 * callproc.c (INCLUDED_FCNTL):
3524 * alloc.c (INCLUDED_FCNTL):
3525 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
3526 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
3527
3528 2010-06-07 Martin Rudalics <rudalics@gmx.at>
3529
3530 * window.c (Fselect_window): Move `record_buffer' up to the
3531 beginning of this function, so the buffer gets recorded
3532 even if the selected window does not change.
3533 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
3534
3535 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
3536
3537 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
3538 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
3539
3540 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3541
3542 Remove BSTRING related code, all platforms define it.
3543 * s/usg5-4.h (BSTRING): Remove definition.
3544 * s/template.h (BSTRING):
3545 * s/msdos.h (BSTRING):
3546 * s/ms-w32.h (BSTRING):
3547 * s/hpux10-20.h (BSTRING):
3548 * s/gnu-linux.h (BSTRING):
3549 * s/darwin.h (BSTRING):
3550 * s/cygwin.h (BSTRING):
3551 * s/bsd-common.h (BSTRING):
3552 * s/aix4-2.h (BSTRING): Likewise.
3553 * sysdep.c: Remove code depending on BSTRING not being defined.
3554
3555 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
3556
3557 Remove obsolete macro BASE_LEADING_CODE_P.
3558 * character.h (BASE_LEADING_CODE_P): Remove.
3559 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
3560 * buffer.c (Fset_buffer_multibyte):
3561 * indent.c (scan_for_column, compute_motion):
3562 * insdel.c (count_combining_before, count_combining_after):
3563 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
3564
3565 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
3566
3567 Turn `directory-sep-char' into a noop.
3568
3569 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
3570 (DIRECTORY_SEP): Define unconditionally.
3571
3572 * s/ms-w32.h (DIRECTORY_SEP): Remove.
3573
3574 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
3575 call dostounix_filename directly.
3576
3577 * fileio.c (CORRECT_DIR_SEPS): Remove.
3578 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
3579 (Fsubstitute_in_file_name): Use dostounix_filename instead.
3580 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
3581 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
3582
3583 * w32proc.c (CORRECT_DIR_SEPS): Remove.
3584 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
3585
3586 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
3587
3588 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
3589 (Bug#6346)
3590
3591 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
3592
3593 * ccl.c (Fccl_program_p): Fix typo in docstring.
3594
3595 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3596
3597 Move UNEXEC definition to autoconf.
3598 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
3599 * s/sol2-10.h (UNEXEC):
3600 * s/irix6-5.h (UNEXEC):
3601 * s/hpux10-20.h (UNEXEC):
3602 * s/gnu-linux.h (UNEXEC):
3603 * s/darwin.h (UNEXEC):
3604 * s/cygwin.h (UNEXEC):
3605 * s/bsd-common.h (UNEXEC):
3606 * s/aix4-2.h (UNEXEC):
3607 * m/alpha.h (UNEXEC): Likewise.
3608 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
3609
3610 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
3611
3612 Remove obsolete pre-unicode2 macros.
3613 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
3614 * composite.c (composition_reseat_it):
3615 * data.c (Faset):
3616 * fns.c (Ffillarray):
3617 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
3618 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
3619
3620 2010-06-03 Juri Linkov <juri@jurta.org>
3621
3622 * buffer.c (Fother_buffer): Add CHECK_FRAME.
3623 (Fswitch_to_buffer): Remove unused variable `err'.
3624
3625 2010-06-03 Glenn Morris <rgm@gnu.org>
3626
3627 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
3628
3629 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
3630 now that AH_BOTTOM does it.
3631
3632 * m/hp800.h (HAVE_ALLOCA):
3633 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
3634
3635 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
3636 Remove NOT_C_CODE tests, it is always true now.
3637
3638 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3639
3640 Fix config.h includes.
3641 * xsettings.c:
3642 * xgselect.c:
3643 * nsterm.m:
3644 * nsselect.m:
3645 * nsimage.m:
3646 * nsfont.m:
3647 * nsfns.m:
3648 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
3649 other files do.
3650
3651 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
3652
3653 * s/sol2-6.h: Remove obsolete comments.
3654
3655 Remove unnecessary alloca.h includes.
3656 * keymap.c: Do not include alloca.h, config.h does that.
3657 * sysdep.c: Likewise. Do not define fwrite, not used.
3658
3659 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3660
3661 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
3662 the HAVE_TERMIO where it belongs (bug#6149).
3663
3664 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3665
3666 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
3667 of bug#6305).
3668
3669 2010-05-30 Eli Zaretskii <eliz@gnu.org>
3670
3671 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
3672 state is always cached (bug#6306).
3673
3674 2010-05-29 Eli Zaretskii <eliz@gnu.org>
3675
3676 Fix cursor motion in bidi-reordered continued lines.
3677 * xdisp.c (try_cursor_movement): Backup to non-continuation line
3678 only after finding point's row. Fix the logic. Rewrite the loop
3679 over continuation lines in bidi-reordered buffers. Return
3680 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
3681 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
3682
3683 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
3684
3685 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
3686
3687 2010-05-28 Kenichi Handa <handa@m17n.org>
3688
3689 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
3690 Don't sheck SPEC if it is nil.
3691 (font_list_entities): Call font_delete_unmatched if
3692 Vface_ignored_fonts is non-nil. (Bug#6287)
3693
3694 2010-05-28 Glenn Morris <rgm@gnu.org>
3695
3696 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
3697
3698 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
3699
3700 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
3701 whether to trash.
3702 (internal_delete_file, Frename_file): Callers changed.
3703 (delete_by_moving_to_trash): Doc fix.
3704 (Fdelete_directory_internal): Don't move to trash.
3705
3706 * callproc.c (delete_temp_file):
3707 * buffer.c (Fkill_buffer): Callers changed.
3708
3709 * lisp.h: Update prototype.
3710
3711 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
3712
3713 * xdisp.c (redisplay_window): After redisplay, check if point is
3714 still valid before setting it (Bug#6177).
3715
3716 2010-05-27 Glenn Morris <rgm@gnu.org>
3717
3718 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
3719 Convert comments to Makefile format.
3720
3721 * Makefile.in (bootstrap-clean): No more Makefile.c.
3722
3723 2010-05-26 Glenn Morris <rgm@gnu.org>
3724
3725 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
3726 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
3727
3728 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
3729 Remove.
3730 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3731
3732 2010-05-26 Kenichi Handa <handa@m17n.org>
3733
3734 * composite.c (composition_compute_stop_pos): Fix condition for
3735 backward scanning.
3736
3737 2010-05-25 Glenn Morris <rgm@gnu.org>
3738
3739 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
3740 Move before TEMACS_LDFLAGS.
3741 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3742 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3743
3744 * Makefile.in (NOT_C_CODE): No longer define.
3745 (config.h): No longer include.
3746
3747 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
3748 variables it may reference.
3749
3750 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
3751 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
3752
3753 2010-05-25 Kenichi Handa <handa@m17n.org>
3754
3755 * dispextern.h (struct composition_it): New members rule_idx and
3756 charpos.
3757
3758 * xdisp.c (set_iterator_to_next): While scanning backward, assume
3759 that the character positions of IT point the last character of the
3760 current grapheme cluster.
3761 (next_element_from_composition): Don't change character positions
3762 of IT.
3763 (append_composite_glyph): Set glyph->charpos to
3764 it->cmp_it.charpos.
3765
3766 * composite.c (autocmp_chars): Change the first argument to RULE,
3767 and try composition with RULE only.
3768 (composition_compute_stop_pos): Record the index number of the
3769 composition rule in CMP_IT->rule_idx.
3770 (composition_reseat_it): Call autocmp_chars repeatedly until the
3771 correct rule of the composition is found.
3772 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
3773 is at the last character of the current grapheme cluster when
3774 CMP_IT->reversed_p is nonzero.
3775
3776 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * editfns.c (Fbyte_to_string): New function.
3779
3780 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3781
3782 * process.c (Fmake_network_process): Set :host to nil if it's not used.
3783 Suggested by Masatake YAMATO <yamato@redhat.com>.
3784
3785 2010-05-23 Eli Zaretskii <eliz@gnu.org>
3786
3787 * dispextern.h (init_iterator): Sync prototype with changed definition.
3788
3789 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
3790
3791 * s/netbsd.h: If terminfo is found, use it in preference to
3792 termcap. (Bug#6190) [Backport from trunk]
3793
3794 2010-05-19 Eli Zaretskii <eliz@gnu.org>
3795
3796 Redesign and reimplement bidi-aware edge positions of glyph rows.
3797
3798 * dispextern.h (struct glyph_row): New members minpos and maxpos.
3799 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
3800 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
3801 and maxpos members instead of start.pos and end.pos, respectively.
3802
3803 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
3804 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
3805 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
3806 (try_window_reusing_current_matrix, try_window_id):
3807 Use ROW->minpos rather than ROW->start.pos.
3808 (init_from_display_pos, init_iterator): Use EMACS_INT for
3809 character and byte positions.
3810 (find_row_edges): Rename from find_row_end. Accept additional
3811 arguments for minimum and maximum buffer positions seen by
3812 display_line for this row. Don't use iterator to find the
3813 position following the maximum one; instead, increment the
3814 position found by display_line directly. Fix logic; eol_pos
3815 should be tested before the rest. Handle the case of characters
3816 delivered from display vector (bug#6036). Fix tests related to
3817 it->method. Handle the truncated_on_right_p rows.
3818 (RECORD_MAX_MIN_POS): New macro.
3819 (display_line): Use it to record the minimum and maximum buffer
3820 positions for glyphs in the row being assembled. Record the
3821 position of the newline that terminates the line. If word wrap is
3822 in effect, restore minimum and maximum positions seen up to the
3823 wrap point, when iterator returns to it.
3824 (try_window_reusing_current_matrix): Give up if in bidi-reordered
3825 row and cursor not already at point. Restore original pre-bidi
3826 code for unidirectional buffers.
3827
3828 * dispnew.c (increment_row_positions, check_matrix_invariants):
3829 Increment and check row->start.pos and row->end.pos, in addition
3830 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
3831
3832 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
3833 Display truncated_on_left_p and truncated_on_right_p flags.
3834 Formatting fixes.
3835 (pmtxrows): Display the ordinal number of each row. Don't display
3836 rows beyond the last one.
3837
3838 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
3839 it is not copied by bidi_copy_it.
3840
3841 2010-05-22 Eli Zaretskii <eliz@gnu.org>
3842
3843 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
3844 (Bug#6237)
3845
3846 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
3847
3848 * image.c (Fimage_flush): Rename from image-refresh.
3849
3850 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
3851
3852 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
3853 just one window.
3854
3855 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
3856 (clear_image_cache): If the number of cached images is unusually
3857 large, decrease the cache eviction delay (Bug#6230).
3858
3859 2010-05-21 Glenn Morris <rgm@gnu.org>
3860
3861 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
3862 Move these rules to ns.mk.
3863 * ns.mk: New file.
3864
3865 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
3866
3867 * Makefile.in (CANNOT_DUMP): New, set by configure.
3868 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
3869
3870 2010-05-20 Juri Linkov <juri@jurta.org>
3871
3872 * fileio.c (Fdelete_file): Change interative spec to use
3873 `read-file-name' like in `find-file-read-args' where the default
3874 value is `default-directory' instead of `buffer-file-name'.
3875 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
3876
3877 2010-05-20 Kevin Ryde <user42@zip.com.au>
3878
3879 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
3880 (Voverriding_terminal_local_map, Vsystem_key_alist)
3881 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
3882
3883 2010-05-20 Glenn Morris <rgm@gnu.org>
3884
3885 * Makefile.in (DEPDIR): New constant.
3886 (DEPFLAGS): Set with configure, not cpp.
3887 (MKDEPDIR): New, set by configure.
3888 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
3889 (clean): Use $DEPDIR.
3890 (deps_frag): Include from configure.
3891 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
3892 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
3893
3894 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
3895 reallocation of the cache. (Bug#6210)
3896
3897 2010-05-19 Glenn Morris <rgm@gnu.org>
3898
3899 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
3900
3901 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
3902 (GNULIB_VAR): Remove.
3903 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
3904
3905 * m/ibms390x.h (LINKER):
3906 * m/macppc.h (LINKER) [GNU_LINUX]:
3907 * s/aix4-2.h (ORDINARY_LINK):
3908 * s/cygwin.h (LINKER):
3909 * s/darwin.h (ORDINARY_LINK):
3910 * s/gnu.h (ORDINARY_LINK):
3911 * s/netbsd.h (LINKER):
3912 * s/usg5-4.h (ORDINARY_LINK):
3913 Move to configure.
3914
3915 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
3916
3917 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
3918
3919 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
3920 prevent stack overflow if number of arguments is too large
3921 (Bug#6214).
3922
3923 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
3924
3925 * charset.c (load_charset_map_from_file): Don't call close after fclose.
3926
3927 2010-05-18 Glenn Morris <rgm@gnu.org>
3928
3929 * s/gnu-linux.h: Combine two conditionals.
3930
3931 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
3932 $(POST_ALLOC_OBJ).
3933
3934 * Makefile.in (RALLOC_OBJ): New, set by configure.
3935 (rallocobj): Replace with the previous variable.
3936 (otherobj): Use $RALLOC_OBJ.
3937
3938 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
3939 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
3940
3941 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
3942 (gmallocobj, vmlimitobj): Replace with previous two variables.
3943 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
3944
3945 2010-05-17 Glenn Morris <rgm@gnu.org>
3946
3947 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
3948 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
3949
3950 2010-05-16 Glenn Morris <rgm@gnu.org>
3951
3952 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
3953
3954 * Makefile.in (clean): Get rid of HAVE_NS conditional.
3955
3956 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
3957 trailing "/".
3958
3959 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
3960 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
3961
3962 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
3963 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
3964 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
3965 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
3966 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
3967
3968 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
3969 Remove ${STARTFLAGS}, nothing ever sets it.
3970
3971 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
3972
3973 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
3974
3975 2010-05-16 Glenn Morris <rgm@gnu.org>
3976
3977 * Makefile.in (LIBX_BASE): Always define.
3978
3979 * Makefile.in (LIBX_OTHER): Move out of cpp section.
3980
3981 * Makefile.in (LIBXT): Always define.
3982
3983 2010-05-15 Glenn Morris <rgm@gnu.org>
3984
3985 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
3986
3987 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
3988 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
3989
3990 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
3991
3992 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
3993 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
3994
3995 * emacs.c (main): Initialize initial-environment and
3996 process-environment before generating from env, not after.
3997
3998 Handle --version reasonably in CANNOT_DUMP configuration.
3999 * emacs.c (emacs_version, emacs_copyright): New string variables.
4000 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
4001 (syms_of_emacs): Defvar them, and initialize them from the C
4002 string variables.
4003 (main): If initialization hasn't been done, print initial version
4004 info from the C strings, instead of starting an interactive session.
4005
4006 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4007
4008 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
4009 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
4010 (bidi_paragraph_init): Remove redundant assertion that we are at
4011 the beginning of a line after call to bidi_find_paragraph_start.
4012
4013 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
4014 (syms_of_xdisp): Defsubr it.
4015
4016 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
4017
4018 * Makefile.in: Fix MSDOS-related comments.
4019
4020 2010-05-15 Glenn Morris <rgm@gnu.org>
4021
4022 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
4023 (really-lwlib, really-oldXMenu): Always define.
4024 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
4025
4026 * Makefile.in: Simplify cpp conditional.
4027
4028 * Makefile.in (${ns_appdir}): Simplify using umask.
4029
4030 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
4031
4032 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * eval.c (specbind): Remove left-over duplicate test.
4035 Disallow let-binding frame-local vars. Add comment.
4036
4037 2010-05-14 Eli Zaretskii <eliz@gnu.org>
4038
4039 Make the cache of bidi iterator states dynamically allocated.
4040 * bidi.c (bidi_cache_shrink): New function.
4041 (bidi_init_it): Call it.
4042 (bidi_cache_iterator_state): Enlarge the cache if needed.
4043
4044 * bidi.c (bidi_move_to_visually_next): Rename from
4045 bidi_get_next_char_visually. All callers changed.
4046
4047 2010-05-14 Kenichi Handa <handa@m17n.org>
4048
4049 * dispextern.h (struct composition_it): New member reversed_p.
4050
4051 * composite.c (composition_compute_stop_pos): Search backward if
4052 ENDPOS < CHARPOS.
4053 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
4054 Set CMP_IT->reversed_p.
4055 (composition_update_it): Pay attention to CMP_IT->reversed_p.
4056
4057 * xdisp.c (set_iterator_to_next):
4058 Call composition_compute_stop_pos with negative ENDPOS if we are
4059 scanning backward. Call composition_compute_stop_pos if scan
4060 direction is changed.
4061 (next_element_from_buffer): Call composition_compute_stop_pos with
4062 negative ENDPOS if we are scanning backward.
4063 (next_element_from_composition): Pay attention to
4064 IT->cmp_it.reversed_p.
4065
4066 2010-05-14 Kenichi Handa <handa@m17n.org>
4067
4068 * font.c (font_range): Return the range for the font found at first.
4069
4070 2010-05-14 Glenn Morris <rgm@gnu.org>
4071
4072 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
4073
4074 * Makefile.in (mktime, X11, register): Move undefs to configure.
4075
4076 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
4077 (MSDOS_X_OBJ): New variable.
4078 (MSDOS_SUPPORT_REAL): New constant.
4079 (MSDOS_SUPPORT): Set as a variable, not with cpp.
4080 (obj): Use MSDOS_X_OBJ.
4081 (lisp): Use MSDOS_SUPPORT as a variable.
4082
4083 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
4084 (GPM_MOUSE_SUPPORT): Now it's a constant.
4085 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
4086 not cpp.
4087
4088 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
4089 (ns_appresdir): Remove, unused.
4090
4091 * Makefile.in (SHELL): Move outside cpp section.
4092
4093 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
4094
4095 2010-05-13 Glenn Morris <rgm@gnu.org>
4096
4097 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
4098 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
4099
4100 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
4101 HAVE_WINDOW_SYSTEM must be too.
4102
4103 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
4104 (lisp): Remove WINNT_SUPPORT.
4105
4106 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
4107 Let configure set these variables (to empty) in this case as well.
4108
4109 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
4110 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
4111
4112 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
4113 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
4114 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
4115 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
4116 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
4117 the values output by configure.
4118 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
4119
4120 2010-05-12 Glenn Morris <rgm@gnu.org>
4121
4122 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
4123 (LINKER_WAS_SPECIFIED): Remove.
4124
4125 * Makefile.in (LIB_GCC): Set using configure, not cpp.
4126 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
4127 * m/arm.h (LIB_GCC) [GNU_LINUX]:
4128 * s/cygwin.h (LIB_GCC):
4129 * s/freebsd.h (LIB_GCC):
4130 * s/gnu-linux.h (LIB_GCC):
4131 * s/msdos.h (LIB_GCC):
4132 * s/netbsd.h (LIB_GCC):
4133 Move to configure.
4134
4135 2010-05-11 Karel Klic <kklic@redhat.com>
4136
4137 * ftfont.c: Fix incorrect parentheses of #if condition for
4138 definining M17N_FLT_USE_NEW_FEATURE.
4139
4140 2010-05-11 Glenn Morris <rgm@gnu.org>
4141
4142 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
4143 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
4144
4145 2010-05-10 Eli Zaretskii <eliz@gnu.org>
4146
4147 * xdisp.c (init_iterator): Don't turn on bidi reordering in
4148 unibyte buffers. See
4149 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
4150
4151 2010-05-10 Glenn Morris <rgm@gnu.org>
4152
4153 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
4154 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
4155 (LIBES): Use LIBS_SYSTEM as a variable.
4156 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
4157 * s/aix4-2.h (LIBS_SYSTEM):
4158 * s/freebsd.h (LIBS_SYSTEM):
4159 * s/hpux10-20.h (LIBS_SYSTEM):
4160 * s/sol2-6.h (LIBS_SYSTEM):
4161 * s/unixware.h (LIBS_SYSTEM):
4162 Move to configure.
4163
4164 * s/aix4-2.h (MAIL_USE_LOCKF):
4165 * s/bsd-common.h (MAIL_USE_FLOCK):
4166 * s/darwin.h (MAIL_USE_FLOCK):
4167 * s/gnu-linux.h (MAIL_USE_FLOCK):
4168 * s/irix6-5.h (MAIL_USE_FLOCK):
4169 * s/template.h (MAIL_USE_FLOCK):
4170 Move to configure.
4171
4172 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4173
4174 * Version 23.2 released.
4175
4176 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
4177
4178 * composite.c (autocmp_chars): Save point as marker before calling
4179 auto-composition-function (Bug#5984).
4180
4181 * lisp.h (restore_point_unwind): Add prototype.
4182
4183 * fileio.c (restore_point_unwind): Remove static attribute.
4184
4185 2010-05-08 Kenichi Handa <handa@m17n.org>
4186
4187 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
4188 new feature of libotf and m17n-flt.
4189 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
4190 Call OTF_check_features even if no specific feature is given.
4191 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
4192 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
4193 that OUT is NULL. Use OTF_drive_gsub_with_log and
4194 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
4195 OTF_drive_gpos.
4196 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
4197 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
4198 Setup mflt_enable_new_feature and mflt_try_otf.
4199
4200 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
4201
4202 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
4203
4204 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
4205 box and toolbar (Bug #6139).
4206 (xg_create_tool_bar): Remove comment (Bug #6139).
4207 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
4208 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
4209
4210 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
4211
4212 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
4213 Update dependencies.
4214
4215 2010-05-08 Eli Zaretskii <eliz@gnu.org>
4216
4217 * fringe.c (update_window_fringes): Set up truncation bitmaps for
4218 R2L lines.
4219
4220 2010-05-08 Glenn Morris <rgm@gnu.org>
4221
4222 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
4223
4224 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
4225 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
4226 (termcapobj): Replace with TERMCAP_OBJ.
4227 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
4228 (LIBES): Use LIBS_TERMCAP as a variable.
4229
4230 * s/freebsd.h (osreldate.h): No longer include, since this file
4231 does not use __FreeBSD_version any more.
4232
4233 * s/aix4-2.h (TERMINFO):
4234 * s/cygwin.h (TERMINFO):
4235 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4236 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
4237 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4238 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4239 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
4240 * s/irix6-5.h (TERMINFO):
4241 * s/netbsd.h (LIBS_TERMCAP):
4242 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
4243 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
4244 * s/usg5-4.h (TERMINFO):
4245 Move to configure.
4246
4247 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * eval.c (unbind_to): Don't unbind a local binding into the global
4250 binding when the local binding disappeared. Inversely, don't unbind
4251 a global binding into a newly created local binding.
4252 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
4253 can specify the frame to use, when applicable. Adjust callers.
4254
4255 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
4256 Stefan Monnier <monnier@iro.umontreal.ca>
4257
4258 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
4259
4260 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4261
4262 * w32fns.c: Include w32.h.
4263 (Fw32_shell_execute): Decode the error message before passing it
4264 to `error'. (Bug#6126)
4265
4266 * msdos.c (dos_set_window_size):
4267 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
4268 instead of `XSYMBOL (foo)->value'.
4269
4270 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4271
4272 Fix the MS-DOS build, broken by autoconfiscation.
4273
4274 * Makefile.in: Don't use Make-style comments past the "start of
4275 cpp stuff" line.
4276 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
4277
4278 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
4279 edited directly by msdos/sed1v2.inp).
4280
4281 2010-05-07 Glenn Morris <rgm@gnu.org>
4282
4283 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4284 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
4285 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
4286 move out of cpp section.
4287 * s/freebsd.h (LD_SWITCH_SYSTEM):
4288 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
4289 * s/netbsd.h (LD_SWITCH_SYSTEM):
4290 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
4291
4292 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4293
4294 Define LIB_STANDARD and START_FILES using autoconf.
4295 * s/usg5-4.h (LIB_STANDARD):
4296 * s/netbsd.h (START_FILES):
4297 * s/irix6-5.h (LIB_STANDARD):
4298 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
4299 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4300 * s/freebsd.h (START_FILES):
4301 * s/darwin.h (START_FILES):
4302 * s/cygwin.h (START_FILES):
4303 * s/aix4-2.h (LIB_STANDARD):
4304 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
4305 * Makefile.in (STARTFILES): Rename to START_FILES, define using
4306 autoconf, not cpp.
4307
4308 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
4309
4310 Remove NEED_BSDTTY and NEED_UNISTD_H.
4311 * s/hpux10-20.h (NEED_BSDTTY): Remove.
4312 * s/aix4-2.h (NEED_UNISTD_H): Remove.
4313 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
4314 <sys/ptyio.h> and <unistd.h>.
4315
4316 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
4317
4318 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
4319 * s/gnu.h (START_FILES): Remove empty definition.
4320
4321 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
4322
4323 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
4324
4325 2010-05-06 Glenn Morris <rgm@gnu.org>
4326
4327 * Makefile.in (CPP, LN_S): Remove unused variables.
4328
4329 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
4332
4333 2010-05-05 Lawrence Mitchell <wence@gmx.li>
4334
4335 * m/sparc.h: Fix typo in earlier change.
4336
4337 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 Misc tweaks.
4340 * eval.c (Fdefvaralias): Remove unintended nested if.
4341 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
4342
4343 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
4344
4345 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
4346
4347 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4348
4349 Remove BSD_PGRPS.
4350 * s/bsd-common.h (BSD_PGRPS): Remove undef.
4351 * s/gnu-linux.h (BSD_PGRPS): Remove.
4352 * term.c (dissociate_if_controlling_tty):
4353 * sysdep.c (narrow_foreground_group, widen_foreground_group)
4354 (init_sys_modes, reset_sys_modes):
4355 * emacs.c (main):
4356 * callproc.c (Fcall_process, child_setup): Remove code depending
4357 on BSD_PGRPS.
4358
4359 Remove POSIX_SIGNALS.
4360 * s/usg5-4.h (POSIX_SIGNALS):
4361 * s/netbsd.h (POSIX_SIGNALS):
4362 * s/msdos.h (POSIX_SIGNALS):
4363 * s/ms-w32.h (POSIX_SIGNALS):
4364 * s/hpux11.h (POSIX_SIGNALS):
4365 * s/gnu.h (POSIX_SIGNALS):
4366 * s/gnu-linux.h (POSIX_SIGNALS):
4367 * s/freebsd.h (POSIX_SIGNALS):
4368 * s/darwin.h (POSIX_SIGNALS):
4369 * s/cygwin.h (POSIX_SIGNALS):
4370 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
4371 * s/unixware.h:
4372 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
4373 * process.c (create_process):
4374 * syssignal.h:
4375 * sysdep.c (wait_for_termination, init_signals):
4376 * process.c (create_process):
4377 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
4378 remove all code that assumes the contrary.
4379
4380 2010-05-04 Glenn Morris <rgm@gnu.org>
4381
4382 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
4383 variable.
4384 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4385 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
4386 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4387 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
4388 LD_SWITCH_SYSTEM_tmp.
4389 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
4390 New variables, set by configure.
4391
4392 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4393 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
4394 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4395 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
4396 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
4397
4398 * s/aix4-2.h (C_SWITCH_SYSTEM):
4399 * m/alpha.h (C_SWITCH_MACHINE):
4400 Move to configure.in.
4401 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
4402 New variables, set by configure.
4403 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
4404 $c_switch_machine and $c_switch_system.
4405
4406 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4407
4408 * s/hpux10-20.h (LIB_STANDARD): New definition.
4409 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
4410 on it, not used anymore.
4411
4412 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
4413
4414 * eval.c (internal_condition_case_n): Rename from
4415 internal_condition_case_2.
4416 (internal_condition_case_2): New function.
4417
4418 * xdisp.c (safe_call): Use internal_condition_case_n.
4419
4420 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
4421 (internal_delete_file, Frename_file): Callers changed.
4422
4423 * buffer.c (Fkill_buffer):
4424 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
4425
4426 * lisp.h: Update prototypes.
4427
4428 2010-05-03 Glenn Morris <rgm@gnu.org>
4429
4430 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
4431 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
4432 (LIBXT): Set with configure, not cpp.
4433 (LIBX): Remove.
4434 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
4435
4436 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4437
4438 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
4439 The FreeBSD is not needed, the default works, Solaris version is
4440 not needed, and the remaining case is not supported by configure.
4441
4442 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
4443
4444 * xsmfns.c (CHDIR_OPT): New define.
4445 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
4446 restarting emacs.
4447
4448 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
4449 shut_down_emacs.
4450
4451 * emacs.c (USAGE1): Mention --chdir.
4452 (main): Handle --chdir.
4453 (standard_args): Add --chdir.
4454 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
4455 #5552).
4456
4457 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4458
4459 Remove LD_SWITCH_MACHINE.
4460 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
4461 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
4462
4463 Clean up IRIX code.
4464 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
4465 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
4466
4467 Clean up AIX code.
4468 * m/ibmrs6000.inp: Remove file, unused.
4469 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
4470 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
4471 definition ...
4472 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
4473
4474 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
4475 unused.
4476
4477 2010-05-01 Eli Zaretskii <eliz@gnu.org>
4478
4479 Emulate POSIX_SIGNALS on MS-Windows.
4480
4481 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
4482 (SIG_SETMASK, SIG_UNBLOCK): Define.
4483
4484 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
4485 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
4486 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
4487
4488 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
4489 New stubs.
4490
4491 Miscellaneous fixes of bidi display.
4492
4493 * xdisp.c (find_row_end): New function, refactored from display_line.
4494 (display_line): Use it.
4495 (extend_face_to_end_of_line): In almost-filled rows, extend only
4496 if the row is R2L and not continued.
4497 (display_line): Fix prepending of truncation glyphs to R2L rows.
4498 Preserve overlay and string info in row->end.
4499 (insert_left_trunc_glyphs): Support addition of left truncation
4500 glyphs to R2L rows.
4501 (set_cursor_from_row): Don't place cursor on the vertical border
4502 glyph between adjacent windows. Fix a crash when a display string
4503 is continued to the next line. Don't return zero if cursor was
4504 found by `cursor' property of a display string.
4505 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
4506 test for that explicitly.
4507
4508 2010-05-01 Glenn Morris <rgm@gnu.org>
4509
4510 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
4511 for clarity.
4512 (OTHER_OBJ): Remove.
4513 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
4514 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
4515
4516 2010-05-01 Karel Klíč <kklic@redhat.com>
4517
4518 * fileio.c (Ffile_selinux_context): Context functions may return null.
4519
4520 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
4521
4522 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
4523
4524 2010-04-30 Glenn Morris <rgm@gnu.org>
4525
4526 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
4527 (OTHER_OBJ): Define as a separate variable, for clarity.
4528
4529 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
4530
4531 * xsettings.c: include limits.h and update file comment.
4532
4533 2010-04-30 Glenn Morris <rgm@gnu.org>
4534
4535 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
4536 Set with configure, not cpp.
4537 (LIBW): Remove, replace with $TOOLKIT_LIBW.
4538
4539 * Makefile.in (mallocobj): Remove.
4540 (otherobj): Simplify using @OTHER_OBJ@.
4541
4542 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
4543 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
4544 Don't bother making nsgui.h dependency platform-specific.
4545
4546 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
4547
4548 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * process.c (read_process_output, exec_sentinel): Don't burp if the
4551 sentinel/filter kills the current buffer (bug#6060).
4552
4553 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
4554 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
4555 Remove unused var `args'.
4556 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
4557 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
4558 * doc.c (store_function_docstring): Use XSETCAR.
4559
4560 2010-04-28 Glenn Morris <rgm@gnu.org>
4561
4562 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
4563 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
4564
4565 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
4566
4567 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
4568 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
4569
4570 * Makefile.in (FONT_OBJ): New, set by configure.
4571 (FONT_DRIVERS): Use $FONT_OBJ.
4572
4573 * Makefile.in (LIBXMU): Set with configure, not cpp.
4574 * s/aix4-2.h (LIBXMU):
4575 * s/hpux10-20.h (LIBXMU):
4576 Remove definition, now set in configure.
4577
4578 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
4579
4580 * m/amdx86-64.h [i386]: Move this test to configure.in.
4581
4582 2010-04-27 Glenn Morris <rgm@gnu.org>
4583
4584 * Makefile.in (LIBXTR6): Set with configure, not cpp.
4585 * s/unixware.h (NEED_LIBW): Remove definition.
4586
4587 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
4588 (TOOLKIT_LIBW): New, set by configure.
4589 (@X_TOOLKIT_TYPE@): No longer define it.
4590
4591 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
4592 (MOTIF_LIBW): Set with configure, not cpp.
4593 * s/aix4-2.h (LIB_MOTIF):
4594 * s/gnu-linux.h (LIB_MOTIF):
4595 * s/unixware.h (LIB_MOTIF): Move to configure.in.
4596
4597 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4598
4599 Reduce CPP usage.
4600 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
4601 (obj): Use autoconf for unexec instead of cpp.
4602 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
4603 definitions and undefs. Inline definitions in the only user.
4604 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
4605
4606 2010-04-27 Glenn Morris <rgm@gnu.org>
4607
4608 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
4609 since the defaults (set by the system file) are fine in most cases.
4610 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
4611 * m/ibms390x.h (START_FILES, LIB_STANDARD):
4612 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
4613 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
4614 Remove definitions, since they are set correctly in s/gnu-linux.h.
4615 * s/freebsd.h (START_FILES, LIB_STANDARD):
4616 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4617 * s/hpux10-20.h (START_FILES):
4618 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
4619 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
4620
4621 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
4622 (MOTIF_LIBW): Use $LIBXP.
4623 (otherobj): Use $WIDGET_OBJ.
4624
4625 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4626
4627 * Makefile.in (LIBS_MACHINE): Remove, unused.
4628
4629 Use autoconf instead of cpp for LIB_MATH.
4630 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
4631 * s/cygwin.h (LIB_MATH): Likewise.
4632 * Makefile.in (LIB_MATH): Do not define with cpp.
4633 (LIBES): Use autoconf for LIB_MATH.
4634
4635 2010-04-26 Kenichi Handa <handa@m17n.org>
4636
4637 * composite.c (Ffind_composition_internal): Fix the return value
4638 for an automatic composition.
4639
4640 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4641
4642 Remove all NO_ARG_ARRAY uses.
4643 * fns.c (concat2, concat3, nconc2):
4644 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
4645 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
4646 * m/xtensa.h (NO_ARG_ARRAY):
4647 * m/template.h (NO_ARG_ARRAY):
4648 * m/sparc.h (NO_ARG_ARRAY):
4649 * m/sh3.h (NO_ARG_ARRAY):
4650 * m/mips.h (NO_ARG_ARRAY):
4651 * m/macppc.h (NO_ARG_ARRAY):
4652 * m/iris4d.h (NO_ARG_ARRAY):
4653 * m/intel386.h (NO_ARG_ARRAY):
4654 * m/ibms390x.h (NO_ARG_ARRAY):
4655 * m/ibms390.h (NO_ARG_ARRAY):
4656 * m/ibmrs6000.h (NO_ARG_ARRAY):
4657 * m/ia64.h (NO_ARG_ARRAY):
4658 * m/hp800.h (NO_ARG_ARRAY):
4659 * m/arm.h (NO_ARG_ARRAY):
4660 * m/amdx86-64.h (NO_ARG_ARRAY):
4661 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
4662
4663 2010-04-25 Eli Zaretskii <eliz@gnu.org>
4664
4665 * xdisp.c (display_line): Don't assume 2nd call to
4666 get_next_display_element cannot return zero. (Bug#6030)
4667 (iterate_out_of_display_property): New function, body from pop_it.
4668 (pop_it): Use it.
4669
4670 2010-04-24 Glenn Morris <rgm@gnu.org>
4671
4672 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
4673 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
4674 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
4675 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
4676
4677 2010-04-24 Eli Zaretskii <eliz@gnu.org>
4678
4679 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
4680 use `get_next_display_element' and `set_iterator_to_next' to
4681 advance to the next character, when looking for the character that
4682 begins the next row.
4683
4684 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
4685 definition of "struct Lisp_Symbol".
4686
4687 2010-04-24 Glenn Morris <rgm@gnu.org>
4688
4689 * Makefile.in (CRT_DIR): New variable, set by configure.
4690 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
4691 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
4692
4693 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4694
4695 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
4696
4697 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
4698
4699 Remove redundant flags.
4700 * s/freebsd.h (C_SWITCH_SYSTEM):
4701 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
4702 * s/netbsd.h (C_SWITCH_SYSTEM):
4703 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
4704 of these.
4705
4706 Simplify m/intel386.h.
4707 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
4708 user: ecrt0.c.
4709 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
4710 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
4711 the only user: s/unixware.h.
4712 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
4713 from m/intel386.h.
4714 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
4715 moved here from m/intel386.h.
4716
4717 * m/mips.h: Remove #if 0 code.
4718
4719 2010-04-23 Eli Zaretskii <eliz@gnu.org>
4720
4721 Fix display of composed characters from L2R scripts in bidi buffers.
4722 * xdisp.c (set_iterator_to_next, next_element_from_composition):
4723 After advancing IT past the composition, resync the bidi iterator
4724 with IT's position. (Bug#5977)
4725
4726 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4727
4728 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
4729 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
4730
4731 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
4734
4735 2010-04-23 Eli Zaretskii <eliz@gnu.org>
4736
4737 Support `display' text properties and overlay strings in bidi buffers.
4738 * xdisp.c (pop_it): When the stack is popped after displaying
4739 from a string, bidi-iterate to exit from the text portion covered
4740 by the `display' property or overlay. (Bug#5988, bug#5920)
4741
4742 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4743
4744 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
4745 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
4746
4747 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
4748 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
4749
4750 Simplify STARTFILES definition.
4751 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
4752 relying on Makefile.in to define it.
4753 * s/cygwin.h (START_FILES): Likewise.
4754 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
4755
4756 Clean up Solaris code.
4757 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
4758 (LIB_MOTIF): Remove, configure takes care of this.
4759 (NOT_USING_MOTIF): Remove, unused.
4760 * xrdb.c: Remove #if 0-ed #include.
4761 (SYSV): Remove conditional for old SysV.
4762 * sysdep.c (closedir): Remove conditional code for Solaris,
4763 Solaris has closedir.
4764
4765 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
4766
4767 * xsettings.c (read_and_apply_settings): Check if current_font is
4768 NULL before strcmp (Bug#6001).
4769
4770 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
4771
4772 Clean up HP-UX files.
4773 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
4774 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
4775 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
4776 * s/hpux10-20.h: ... to the only user, here.
4777
4778 2010-04-21 Eli Zaretskii <eliz@gnu.org>
4779
4780 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
4781 use buffer-local values of paragraph-start and paragraph-separate.
4782 <paragraph_start_re, paragraph_separate_re>: Rename from
4783 fallback_paragraph_start_re and fallback_paragraph_separate_re.
4784 (Bug#5992)
4785
4786 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4787
4788 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
4789 current_tool_bar_style are new.
4790 (store_config_changed_event): Rename from store_font_changed_event.
4791 (XSETTINGS_TOOL_BAR_STYLE): New define.
4792 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
4793 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
4794 HAVE_XFT.
4795 (something_changedCB): store_font_changed_event is now
4796 store_config_changed_event.
4797 (parse_settings): Rename from parse_xft_settings. Read
4798 non-xft xsettings outside #ifdef HAVE_XFT.
4799 (read_settings): Renamed from read_xft_settings.
4800 (apply_xft_settings): Take current settings as parameter. Do not
4801 call read_(xft)_settings.
4802 (read_and_apply_settings): New function.
4803 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
4804 read_and_apply_settings if there are settings to be read.
4805 (init_xsettings): Renamed from init_xfd_settings.
4806 Call read_and_apply_settings unconditionally.
4807 (xsettings_initialize): Call init_xsettings.
4808 (Ftool_bar_get_system_style): New function.
4809 (syms_of_xsettings): Define Qmonospace_font_name and
4810 Qtool_bar_style. Initialize current_tool_bar_style to nil.
4811 defsubr Stool_bar_get_system_style. Fprovide on
4812 dynamic-setting.
4813 Move misplaced HAVE_GCONF
4814
4815 * xsettings.h (Ftool_bar_get_system_style): Declare.
4816
4817 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
4818 Qtext, Qboth, Qboth_horiz are new.
4819 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
4820 Vtool_bar_style, tool_bar_max_label_size.
4821
4822 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
4823
4824 * keyboard.c: QClabel is new.
4825 (parse_tool_bar_item): Take out QClabel from tool bar items.
4826 Try to construct a label if ther is no QClabel.
4827 (syms_of_keyboard): Intern :label as QClabel.
4828
4829 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
4830 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
4831 New.
4832
4833 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
4834 dynamic-setting.el.
4835
4836 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
4837 (xg_make_tool_item, xg_show_toolbar_item): New function.
4838 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
4839 Call xg_make_tool_item to make a tool bar item.
4840 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
4841
4842 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
4843 into account for toolbars.
4844
4845 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4846
4847 * data.c (make_blv): Declarations before code (Bug#5993).
4848
4849 2010-04-21 Glenn Morris <rgm@gnu.org>
4850
4851 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
4852 Define using autoconf, not cpp.
4853 (LIBXSM): New variable, set by autoconf.
4854 (LIBXT): Use $LIBXSM.
4855
4856 2010-04-21 Dan Nicolaescu <local_user@dannlt>
4857
4858 Remove NOMULTIPLEJOBS, unused.
4859 * s/template.h (NOMULTIPLEJOBS):
4860 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
4861
4862 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
4863 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
4864 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
4865 detects -znocombreloc and passes it to the linker
4866 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
4867
4868 2010-04-21 Glenn Morris <rgm@gnu.org>
4869
4870 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
4871
4872 2010-04-21 Karel Klíč <kklic@redhat.com>
4873
4874 * Makefile.in (LIBSELINUX_LIBS): New.
4875 (LIBES): Add $LIBSELINUX_LIBS.
4876 * eval.c, lisp.h (call7): New function.
4877 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
4878 (Ffile_selinux_context, Fset_file_selinux_context):
4879 New functions.
4880 (Fcopy_file): New parameter preserve-selinux-context.
4881 (Frename_file): Preserve selinux context when renaming by copy-file.
4882
4883 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
4884 Eli Zaretskii <eliz@gnu.org>
4885
4886 Don't depend on cm.c or termcap.c on Windows, use stubs.
4887 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
4888 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
4889 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
4890 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
4891 (sys_tputs, sys_tgetstr): New stubs.
4892 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
4893 (tputs, tgetstr): New; define to sys_*.
4894
4895 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
4896
4897 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
4898
4899 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4900
4901 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
4902 Just signal a warning rather than an error when inside a let.
4903 (Fmake_variable_frame_local): Add the same test.
4904
4905 * font.c (syms_of_font): Make the style table vars read-only.
4906
4907 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
4908 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
4909
4910 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
4911
4912 2010-04-20 Eli Zaretskii <eliz@gnu.org>
4913
4914 Fix R2L paragraph display on TTY.
4915
4916 * xdisp.c (unproduce_glyphs): New function.
4917 (display_line): Use it when produced glyphs are discarded from R2L
4918 glyph rows.
4919 (append_composite_glyph): In R2L rows, prepend the glyph rather
4920 than appending it.
4921
4922 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
4923 rather than append it. Set up the resolved_level and bidi_type
4924 attributes of the appended glyph.
4925 (produce_special_glyphs): Mirror the backslash continuation
4926 character in R2L lines.
4927
4928 Implement display of R2L paragraphs in GUI sessions.
4929
4930 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
4931 append_stretch_glyph.
4932 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
4933 off-by-one error in computing x at end of text in the row.
4934 (append_stretch_glyph): In reversed row, prepend the glyph rather
4935 than append it. Set resolved_level and bidi_type of the glyph.
4936 (extend_face_to_end_of_line): If the row is reversed, prepend a
4937 stretch glyph whose width is such that the rightmost glyph will be
4938 drawn at the right margin of the window. Fix off-by-one error on
4939 TTY frames in testing whether a line needs face extension. Fix
4940 face extension at ZV. If this is the last glyph row, use
4941 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
4942 region face.
4943 (set_cursor_from_row, display_line): Use
4944 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
4945 row->continuation_lines_width.
4946 (next_element_from_buffer): Don't call bidi_paragraph_init if we
4947 are at ZV. Fixes a crash when reseated to ZV by
4948 try_window_reusing_current_matrix.
4949 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
4950 which happens with R2L glyph rows. Fixes a crash when inserting a
4951 character at end of an R2L line.
4952 (set_cursor_from_row): Don't be fooled by truncated rows: don't
4953 treat them as having zero-width characters. Improve comments.
4954 Don't reverse pos_before and pos_after for reversed glyph rows.
4955 Set cursor.x to negative value when the cursor might be on the
4956 left fringe.
4957 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
4958 left fringe, not the right one.
4959 (notice_overwritten_cursor, draw_phys_cursor_glyph)
4960 (erase_phys_cursor): For reversed cursor_row, support cursor on
4961 the left fringe.
4962
4963 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
4964 of continuation indicators on the fringes.
4965 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
4966 left fringe.
4967
4968 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
4969 draw cursor on the left fringe.
4970
4971 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
4972 cursor on the left fringe.
4973
4974 * dispnew.c (update_text_area): Handle reversed desired rows when
4975 the cursor is on the left fringe.
4976 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
4977 below, not by 0, for when the cursor is on the left fringe.
4978
4979 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
4980
4981 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
4982 widget is a scrollbar.
4983
4984 2010-04-20 Kenichi Handa <handa@m17n.org>
4985
4986 * charset.c (char_charset): Consider Vcharset_non_preferred_head
4987 only when the arg CHARSET_LIST is nil.
4988
4989 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4990
4991 Make variable forwarding explicit rather the using special values.
4992 Basically, this makes the structure of buffer-local values and object
4993 forwarding explicit in the type of Lisp_Symbols rather than use
4994 special Lisp_Objects for that. This tends to lead to slightly more
4995 verbose code, but is more C-like, simpler, and makes it easier to make
4996 sure we handled all cases, among other things by letting the compiler
4997 help us check it.
4998 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
4999 Removing forwarding objects.
5000 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
5001 (struct Lisp_Symbol): Make the various forms of variable-forwarding
5002 explicit rather than hiding them inside Lisp_Object "values".
5003 (XFWDTYPE): New macro.
5004 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
5005 (XBUFFER_LOCAL_VALUE): Remove.
5006 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
5007 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
5008 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
5009 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
5010 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
5011 Remove the Lisp_Misc_* header.
5012 (struct Lisp_Buffer_Local_Value): Redefine.
5013 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
5014 (struct Lisp_Misc_Any): Add filler to get the right size.
5015 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
5016 Lisp_Intfwd.
5017 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
5018 (DEFVAR_KBOARD): Allocate a forwarding object.
5019 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
5020 (let_shadows_global_binding_p): New function.
5021 (union Lisp_Val_Fwd): New type.
5022 (make_blv): New function.
5023 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
5024 (store_symval_forwarding, swap_in_global_binding, Fboundp)
5025 (swap_in_symval_forwarding, find_symbol_value, Fset)
5026 (let_shadows_buffer_binding_p, set_internal, default_value)
5027 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
5028 (Fkill_local_variable, Fmake_variable_frame_local)
5029 (Flocal_variable_p, Flocal_variable_if_set_p)
5030 (Fvariable_binding_locus):
5031 * xdisp.c (select_frame_for_redisplay):
5032 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
5033 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
5034 * frame.c (store_frame_param):
5035 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
5036 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
5037 value structure.
5038 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
5039 (clone_per_buffer_values): Only adjust markers into the current buffer.
5040 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
5041 (Fbuffer_local_value, set_buffer_internal_1)
5042 (swap_out_buffer_local_variables):
5043 Adapt to the new symbol value structure.
5044 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
5045 (defvar_per_buffer): Take a new arg for the fwd object.
5046 (buffer_lisp_local_variables): Return a proper alist (different fix
5047 for bug#4138).
5048 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
5049 (Fgarbage_collect): Don't handle buffer_defaults specially.
5050 (mark_object): Handle new symbol value structure rather than the old
5051 special Lisp_Misc_* objects.
5052 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
5053 * term.c (set_tty_color_mode):
5054 * bidi.c (bidi_initialize): Don't access the ->value field directly.
5055 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
5056 a buffer_local_flags.
5057 * print.c (print_object): Get rid of impossible forwarding objects.
5058
5059 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5060
5061 * bidi.c (bidi_get_type, bidi_get_category)
5062 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
5063 (bidi_type_of_next_char, bidi_level_of_next_char):
5064 Declare static. Use `INLINE' rather than `inline'.
5065
5066 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
5067
5068 * dired.c (Ffile_attributes): Fix typo in docstring.
5069
5070 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5071
5072 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
5073 NSInteger (Bug#5811).
5074
5075 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5076
5077 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
5078 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
5079
5080 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5081
5082 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
5083
5084 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5085
5086 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
5087 terminal frames (Bug#5837).
5088
5089 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5090
5091 * .gdbinit (xsubchartable): New command.
5092
5093 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5094
5095 * xdisp.c (display_line): Don't write beyond the last glyph row in
5096 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
5097 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
5098 and
5099 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
5100
5101 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5102
5103 * alloc.c (Fpurecopy): Hash-cons if requested.
5104 (syms_of_alloc): Update purify-flag docstring.
5105
5106 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
5107
5108 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
5109 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
5110
5111 2010-04-17 Eli Zaretskii <eliz@gnu.org>
5112
5113 Fix a crash when an NSM character is inserted at BEGV.
5114
5115 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
5116 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
5117 NEUTRAL_B or UNKNOWN_BT.
5118
5119 2010-04-16 Eli Zaretskii <eliz@gnu.org>
5120
5121 * xdisp.c (set_cursor_from_row): Don't consider possibility of
5122 other rows with cursor unless they are different from this row and
5123 this row is part of a continued line. (Bug#5943)
5124
5125 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5126
5127 * s/freebsd.h: Restore osreldate.h include.
5128 Suggested by Naohiro Aota.
5129
5130 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
5131
5132 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
5133
5134 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
5135
5136 * s/cygwin.h: Avoid linking against static libgcc.
5137
5138 2010-04-15 Juri Linkov <juri@jurta.org>
5139
5140 * window.c: Add Qscroll_command.
5141 Remove Vscroll_preserve_screen_position_commands.
5142 (window_scroll_pixel_based, window_scroll_line_based): Check the
5143 `scroll-command' property on the last command instead of searching
5144 the last command in Vscroll_preserve_screen_position_commands.
5145 (syms_of_window): Initialize and staticpro `Qscroll_command'.
5146 Put Qscroll_command property on Qscroll_up and Qscroll_down.
5147 (scroll-preserve-screen-position): Doc fix.
5148 (Vscroll_preserve_screen_position_commands): Remove variable.
5149
5150 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
5151
5152 * xdisp.c (message): Do not use NO_ARG_ARRAY.
5153
5154 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
5155
5156 Reduce cpp use in Makefile.in.
5157 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
5158 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
5159 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
5160 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
5161 (CRT0_COMPILE): Remove, inline it in the only user.
5162
5163 2010-04-14 Juri Linkov <juri@jurta.org>
5164
5165 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
5166 `scroll-up-command' and `M-v' from `scroll-down' to
5167 `scroll-down-command'.
5168
5169 2010-04-14 Juri Linkov <juri@jurta.org>
5170
5171 * window.c (Vscroll_preserve_screen_position_commands): New variable
5172 with the default value as the list of Qscroll_down and Qscroll_up.
5173 (window_scroll_pixel_based, window_scroll_line_based): Search the
5174 last command in the list Vscroll_preserve_screen_position_commands
5175 instead of comparing with Qscroll_up and Qscroll_down.
5176
5177 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
5178
5179 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
5180 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
5181 does that.
5182
5183 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
5184 to zero.
5185
5186 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5187
5188 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
5189
5190 Try to solve the problem of spurious EOF chars in long lines of text
5191 sent to interactive subprocesses.
5192 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
5193 (system_process_attributes): Remove unused var `ttotal'.
5194 * process.c (send_process): Don't bother breaking long line with EOF
5195 chars when talking to ttys any more.
5196 (wait_reading_process_output): Output a warning when called in such
5197 a way that it could block without being interruptible.
5198
5199 Try to detect file modification within the same second.
5200 * buffer.h (struct buffer): New field modtime_size.
5201 * buffer.c (reset_buffer): Initialize it.
5202 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
5203 (Fverify_visited_file_modtime): Check it.
5204 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
5205 (Fset_visited_file_modtime): Set (or clear) it.
5206
5207 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5208
5209 * process.c (status_notify): Remove unused var `ro'.
5210
5211 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
5212
5213 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
5214 more than one visual (Bug#5938).
5215
5216 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5217
5218 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
5219 Undefine.
5220
5221 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5222
5223 Remove C_SWITCH_SYSTEM_TEMACS.
5224 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
5225 (malloc, realloc, free): Use emacs, not temacs for conditional
5226 definition.
5227
5228 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
5229 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
5230
5231 Use autoconf, not cpp for some variables.
5232 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
5233 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
5234 (ALL_CFLAGS): Use them as make variables.
5235 (really-lwlib, really-oldXMenu): Do not pass them.
5236
5237 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
5238
5239 * xmenu.c (apply_systemfont_to_dialog): New.
5240 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
5241
5242 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5243
5244 * process.c (exec_sentinel): Preserve current-buffer.
5245
5246 * process.c (read_process_output): Move the save-current-buffer to
5247 apply to both the filter and the non-filter branches.
5248
5249 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
5250
5251 * s/msdos.h (UNEXEC): New definition.
5252
5253 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5254
5255 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
5256 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
5257
5258 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
5259 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
5260 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
5261 TRY_WINDOW_CHECK_MARGINS.
5262
5263 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5264 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
5265 width only when it is for padding.
5266
5267 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
5268
5269 * xfns.c (Fx_show_tip): Call try_window in a loop until
5270 fonts_changed_p is zero (Bug#2423).
5271
5272 2010-04-08 Eli Zaretskii <eliz@gnu.org>
5273
5274 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
5275 the end of TEXT_AREA. (Bug#5856)
5276
5277 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
5278
5279 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
5280 HAVE_GCONF.
5281
5282 2010-04-08 Eli Zaretskii <eliz@gnu.org>
5283
5284 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
5285 prev.orig_type, for resolving type of NSM. (Bug#5858)
5286
5287 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
5288
5289 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
5290 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
5291 in current_font.
5292 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
5293 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
5294 New functions.
5295 (syms_of_xsettings): Initialize current_font.
5296 defsubr Sfont_get_system_normal_font.
5297
5298 * xsettings.h (Ffont_get_system_normal_font)
5299 (xsettings_get_system_normal_font): Declare.
5300
5301 * xfns.c (extern xlwmenu_default_font): Remove.
5302 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
5303 to xlwmenu.c.
5304
5305 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
5306 menu items in UTF-8.
5307
5308 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
5309 (apply_systemfont_to_menu): New function.
5310 (set_frame_menubar, create_and_show_popup_menu): Call
5311 apply_systemfont_to_menu.
5312
5313 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
5314
5315 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
5316 FRAME_LINE_TO_PIXEL_Y.
5317
5318 * xterm.c (x_set_window_size_1): Don't add border_width/height to
5319 pixelwidth/height.
5320
5321 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
5322
5323 Simplify code for HP machines.
5324 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
5325 for GNU_LINUX, not needed.
5326 (UNEXEC, NEED_BSDTTY): Move definitions...
5327 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
5328
5329 * m/iris4d.h (UNEXEC): Move definition ...
5330 * s/irix6-5.h (UNEXEC): ... here.
5331
5332 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
5333
5334 * xfns.c (set_machine_and_pid_properties): New function.
5335 (Fx_create_frame): Call set_machine_and_pid_properties.
5336
5337 2010-04-03 Eli Zaretskii <eliz@gnu.org>
5338
5339 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
5340 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
5341 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
5342
5343 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
5344 in this function. (Bug#5703)
5345
5346 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
5347
5348 * nsterm.h: Fix last change.
5349
5350 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
5351
5352 * m/intel386.h (NO_REMAP): Move definition ...
5353 * s/msdos.h (NO_REMAP): ... here.
5354
5355 * m/vax.h (CRT0_DUMMIES): Remove, unused.
5356
5357 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
5358 used on those platforms.
5359
5360 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5361
5362 Remove extern errno declarations.
5363 * xterm.c:
5364 * xrdb.c:
5365 * w32term.c:
5366 * unexec.c:
5367 * unexaix.c:
5368 * sysdep.c:
5369 * process.c:
5370 * lread.c:
5371 * keyboard.c:
5372 * floatfns.c:
5373 * filelock.c:
5374 * fileio.c:
5375 * emacs.c (main):
5376 * ecrt0.c:
5377 * dispnew.c:
5378 * callproc.c:
5379 * buffer.c: Remove errno extern declarations.
5380 * s/netbsd.h (NEED_ERRNO): Remove.
5381
5382 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5383
5384 Remove all uses of LIBX11_SYSTEM.
5385 * Makefile.in (LIBX11_SYSTEM): Remove.
5386 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
5387 instead.
5388
5389 2010-04-01 Eli Zaretskii <eliz@gnu.org>
5390
5391 Remove support for DJGPP v1.x (bug#5813).
5392
5393 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
5394 * s/msdos.h:
5395 * unexec.c (make_hdr, copy_text_and_data):
5396 * sysdep.c (wait_for_termination, sys_subshell):
5397 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
5398 (IT_set_terminal_modes, __write, _rename, gethostname)
5399 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
5400 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
5401 the value of __DJGPP__.
5402 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
5403 compatibility code.
5404 * lread.c:
5405 * gmalloc.c (memalign):
5406 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
5407 * emacs.c (main):
5408 * dosfns.c (init_dosfns):
5409 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
5410
5411 2010-04-01 Eli Zaretskii <eliz@gnu.org>
5412
5413 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
5414 string with `cursor' property comes from an `after-string'
5415 overlay. (Bug#5816)
5416
5417 2010-04-01 Glenn Morris <rgm@gnu.org>
5418
5419 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
5420 Define as Makefile variables.
5421 (LIBX): Use above variables rather than directly using autoconf.
5422
5423 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
5424
5425 Clean up BSD_SYSTEM use.
5426 * xterm.c:
5427 * process.c:
5428 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
5429 for including <sys/ioctl.h>.
5430 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
5431 code is only used for MSDOS.
5432
5433 2010-03-31 Juri Linkov <juri@jurta.org>
5434
5435 * image.c: Add `Qextension_data'.
5436 (syms_of_image): Initialize and staticpro `Qextension_data'.
5437 (Fimage_metadata): Rename from `Fimage_extension_data'.
5438 (gif_load): Put GIF extension data to the property
5439 `Qextension_data'.
5440
5441 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5442
5443 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
5444 * nsterm.h: Fix prototype.
5445
5446 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5447
5448 * xdisp.c (highlight_trailing_whitespace): Support highlight of
5449 trailing whitespace in right-to-left rows.
5450
5451 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5452
5453 Get rid of the direct_output optimizations.
5454 * keyboard.c (nonundocount): Remove extern declaration.
5455 (command_loop_1): Remove brittle optimisation for cheap and
5456 common operations.
5457 * xdisp.c (redisplay_internal): Don't bother checking
5458 redisplay_performed_directly_p any more.
5459 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
5460 any more.
5461 * dispnew.c (redisplay_performed_directly_p)
5462 (direct_output_for_insert, direct_output_forward_char):
5463 * dispextern.h (redisplay_performed_directly_p)
5464 (direct_output_for_insert, direct_output_forward_char): Remove.
5465 * cmds.c (nonundocount): Make it static.
5466
5467 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
5468
5469 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
5470
5471 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
5472
5473 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
5474 invisible (Bug#5766).
5475
5476 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
5477
5478 * xdisp.c (x_consider_frame_title, update_window_cursor):
5479 Remove HAVE_NS conditionals.
5480 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
5481
5482 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
5483 filename for the title.
5484 (ns_set_doc_edited): Do nothing if the selected window is a
5485 minibuffer window.
5486
5487 * nsterm.h: Add prototypes for ns_set_name_as_filename and
5488 ns_set_doc_edited.
5489
5490 * nsterm.m: Remove unneeded prototype.
5491
5492 2010-03-31 Glenn Morris <rgm@gnu.org>
5493
5494 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
5495 in the DOC file. (Bug#5336)
5496
5497 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5498
5499 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
5500
5501 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5502
5503 * window.c (keys_of_window): Remove redundant/overridden bindings.
5504
5505 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5506
5507 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
5508 Restore original behavior when the iterator is not bidi_p.
5509
5510 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5511
5512 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
5513
5514 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5515
5516 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
5517 are outside the range of cached character positions.
5518
5519 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
5520
5521 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
5522
5523 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5524
5525 Initial support for bidirectional editing.
5526
5527 * Makefile.in (obj): Include bidi.o.
5528 (bidi.o): New target.
5529
5530 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
5531 ($(BLD)/bidi.$(O)): New target.
5532
5533 * bidi.c: New file.
5534
5535 * buffer.h (struct buffer): New members bidi_display_reordering
5536 and bidi_paragraph_direction.
5537
5538 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
5539 and bidi_paragraph_direction.
5540 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
5541 and bidi-paragraph-direction.
5542 (Fbuffer_swap_text): Swap the values of
5543 bidi_display_reordering and bidi_paragraph_direction.
5544
5545 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
5546 (bidi_type_t, bidi_dir_t): New types.
5547 (bidi_saved_info, bidi_stack, bidi_it): New structures.
5548 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
5549 prev_stop, base_level_stop, and eol_pos.
5550 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
5551 (IT_STACK_SIZE): Enlarge to 5.
5552 (struct glyph_row): New member reversed_p.
5553 <string_buffer_position>: Update prototype.
5554 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
5555 glyph_row if bidi_it.paragraph_dir == R2L.
5556 (struct glyph): New members resolved_level and bidi_type.
5557
5558 * dispnew.c (direct_output_forward_char): Give up if we need bidi
5559 processing or buffer's direction is right-to-left.
5560 (prepare_desired_row): Preserve the reversed_p flag.
5561 (row_equal_p): Compare the reversed_p attributes as well.
5562
5563 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
5564 bidi_init_it and set it->paragraph_embedding from the current
5565 buffer's value of bidi_paragraph_direction.
5566 (reseat_1): Initialize bidi_it.first_elt.
5567 (set_iterator_to_next, next_element_from_buffer): Use the value of
5568 paragraph_embedding to determine the paragraph direction.
5569 (set_iterator_to_next): Under bidi reordering, call
5570 bidi_get_next_char_visually. Call bidi_paragraph_init if the
5571 new_paragraph flag is set in the bidi iterator.
5572 (next_element_from_buffer): If bidi_it.first_elt is set,
5573 initialize paragraph direction and find the first character to
5574 display in the visual order. If reseated to a middle of a line,
5575 prime the bidi iterator starting at the line's beginning. Handle
5576 the situation where we overstepped stop_charpos due to
5577 non-linearity of the bidi iteration. Likewise for when we back up
5578 beyond the previous stop_charpos. When moving across stop_charpos,
5579 record it in prev_stop.
5580 (display_line): Set row->end and it->start for the next row to the
5581 next character in logical order. Always extend reversed_p rows to
5582 the end of line, even if they end at ZV. Copy the reversed_p flag
5583 to the next glyph row. Keep calling set_cursor_from_row for
5584 bidi-reordered rows even if we already have a possible candidate
5585 for cursor position. Set row_end after all the row's glyphs have
5586 been produced, by looping over the glyphs. Record the position
5587 after EOL in it->eol_pos, and use it to set end_pos of the last
5588 row produced for a continued line.
5589 <Qright_to_left, Qleft_to_right>: New variables.
5590 (syms_of_xdisp): Initialize and staticpro them.
5591 (string_buffer_position_lim): New function.
5592 (string_buffer_position): Most of code moved to
5593 string_buffer_position_lim. Last argument and return value are
5594 now EMACS_INT; all callers changed.
5595 (set_cursor_from_row): Rewritten to support bidirectional text and
5596 reversed glyph rows.
5597 (text_outside_line_unchanged_p, try_window_id): Disable
5598 optimizations if we are reordering bidirectional text and the
5599 paragraph direction can be affected by the change.
5600 (append_glyph, append_composite_glyph)
5601 (produce_image_glyph, append_stretch_glyph): Set the
5602 resolved_level and bidi_type members of each glyph.
5603 (append_glyph): If the glyph row is reversed, prepend the glyph
5604 rather than appending it.
5605 (handle_stop_backwards): New function.
5606 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
5607 (reseat): call handle_stop_backwards to recompute prev_stop and
5608 base_level_stop for the new position.
5609 (handle_invisible_prop): Under bidi iteration, skip invisible text
5610 using bidi_get_next_char_visually. If we are `reseat'ed, init the
5611 paragraph direction. Update IT->prev_stop after skipping
5612 invisible text.
5613 (move_it_in_display_line_to): New variables prev_method
5614 and prev_pos. Compare for strict equality in
5615 BUFFER_POS_REACHED_P.
5616 (try_cursor_movement): Examine all the candidate rows that occlude
5617 point, to return the best match. If rows are bidi-reordered
5618 and point moved backwards, back up to the row that is not a
5619 continuation line, and start looking for a suitable row from
5620 there.
5621
5622 * term.c (append_glyph): Reverse glyphs by pre-pending them,
5623 rather than appending, if the glyph_row's reversed_p flag is set.
5624 Set the resolved_level and bidi_type members of each glyph.
5625
5626 * .gdbinit (pbiditype): New command.
5627 (pgx): Use it to display bidi level and type of the glyph.
5628 (pitx): Display some bidi information about the iterator.
5629 (prowlims, pmtxrows): New commands.
5630
5631 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5632
5633 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
5634 * s/usg5-4.h (LIBS_DEBUG):
5635 * s/irix6-5.h (C_DEBUG_SWITCH):
5636 * s/gnu-linux.h (LIBS_DEBUG):
5637 * s/darwin.h (LIBS_DEBUG):
5638 * s/bsd-common.h (LIBS_DEBUG):
5639 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
5640 * m/iris4d.h (LIBS_DEBUG):
5641 * m/hp800.h (LIBS_DEBUG): Remove definitions.
5642
5643 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
5644 (LIBS_DEBUG): Remove definition.
5645
5646 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
5647
5648 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
5649 Windows.
5650
5651 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5652
5653 * process.c (Fmake_network_process): Don't call turn_on_atimers around
5654 `connect' (Bug#5723).
5655
5656 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
5657
5658 * process.c (Fmake_network_process): Call `select' for interrupted
5659 `connect' rather than creating new socket (Bug#5173).
5660
5661 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
5662
5663 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
5664
5665 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
5666
5667 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
5668
5669 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5670
5671 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
5672 XLoadQueryFont.
5673
5674 2010-03-24 Kenichi Handa <handa@m17n.org>
5675
5676 * coding.c (decode_coding_ccl): Fix previous change for the
5677 multibyte case.
5678 (encode_coding_ccl): Don't setup ccl program here. Fix for the
5679 case that the output buffer is fullfilled.
5680 (encode_coding): Setup ccl program here.
5681
5682 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5683
5684 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
5685
5686 Simplify LIBS_MACHINE definitions.
5687 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
5688 * m/iris4d.h (LIBS_MACHINE): Likewise.
5689 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
5690 * s/aix4-2.h (LIBS_SYSTEM): ... here.
5691 * s/netbsd.h: Remove commented out code.
5692
5693 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5694
5695 Remove dead code dealing with POSIX_SIGNALS.
5696 * atimer.c (set_alarm): Remove dead code, all USG systems define
5697 POSIX_SIGNALS.
5698 * data.c (arith_error): Likewise.
5699 * keyboard.c (input_available_signal, handle_user_signal)
5700 (interrupt_signal): Likewise.
5701 * process.c (sigchld_handler): Likewise.
5702 (create_process): Remove if 0 code. Remove HPUX conditional when
5703 !defined (POSIX_SIGNALS), it cannot be true.
5704 * syssignal.h: Remove USG5_4 and USG conditionals when
5705 !POSIX_SIGNALS, they cannot be true.
5706
5707 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
5708 NO_SOCK_SIGIO, not used anymore.
5709
5710 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
5711
5712 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
5713 support vax on BSDs.
5714
5715 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
5716 * s/aix4-2.h (ORDINARY_LINK): ... here.
5717
5718 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
5719
5720 * Makefile.in (abs_builddir): Define.
5721 (bootstrap_exe): Use it.
5722 (VPATH): Use $(srcdir) instead of @srcdir@.
5723
5724 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5725
5726 * Makefile.in (bootstrap_exe): Use an absolute name.
5727
5728 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5729
5730 Remove support for old GNU/Linux using libc version 5.
5731 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
5732 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
5733
5734 Consolidate redundant definitions in s/bsd-common.h.
5735 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5736 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5737 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
5738 doing it in all files that include this one.
5739 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5740 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5741 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5742 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5743 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5744 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5745 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5746 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5747 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5748
5749 Consolidate redundant definitions.
5750 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
5751 it's undefined in all files that include this one.
5752 (POSIX_SIGNALS): Define here instead of doing it in all files that
5753 include this one.
5754 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5755 (POSIX_SIGNALS): Do not define.
5756 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5757 (POSIX_SIGNALS): Do not define.
5758 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5759 (POSIX_SIGNALS): Do not define.
5760
5761 Remove support for old UNIX System V systems.
5762 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
5763 * s/usg-5-4-2.h: Remove.
5764
5765 Remove support for Solaris on PPC and for old versions.
5766 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
5767 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
5768 that cancel each other.
5769 * s/sol2-3.h:
5770 * s/sol2-4.h:
5771 * s/sol2-5.h: Remove.
5772 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
5773 (NO_REMAP): Remove, unused.
5774 (UNEXEC): Move definition ...
5775 * s/aix4-2.h (UNEXEC): ... here.
5776
5777 * s/openbsd.h: Remove support for non-ELF and for systems that do
5778 not support shared libraries.
5779 * s/netbsd.h:
5780 * s/freebsd.h: Likewise.
5781
5782 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5783
5784 Remove non-working support for lynxos 3.0.
5785 * s/lynxos.h: Remove file.
5786
5787 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
5788 COFF_BSD_SYMBOLS, nothing defines it anymore.
5789
5790 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5791
5792 Remove obsolete uses of HAVE_SHM.
5793 * emacs.c (standard_args):
5794 (Fdump_emacs):
5795 (syms_of_emacs): Remove code depending on HAVE_SHM.
5796
5797 * alloc.c: Remove HAVE_SHM dependent definition.
5798
5799 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
5800
5801 2010-03-18 Glenn Morris <rgm@gnu.org>
5802
5803 * emacs.c (USAGE4): Hard-code bug address.
5804 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
5805 (bug_reporting_address): Remove.
5806 (main): Don't call bug_reporting_address.
5807
5808 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
5809 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
5810
5811 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
5812
5813 * xfns.c (Fx_create_frame):
5814 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
5815 on left.
5816
5817 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
5818
5819 * editfns.c (Fformat): Account for string precision when computing
5820 field width (Bug#5710).
5821
5822 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5823
5824 * xfns.c (Fx_create_frame): Set default to Qright.
5825
5826 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
5827 all window systems.
5828
5829 2010-03-12 Eli Zaretskii <eliz@gnu.org>
5830
5831 These changes remove termcap.c from the build on Posix platforms.
5832 * Makefile.in (termcapobj): Move termcap.o from here...
5833 (MSDOS_OBJ): ...to here.
5834 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
5835 now identical to when LIBS_TERMCAP is defined.
5836
5837 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
5838
5839 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
5840
5841 * config.in: Regenerated. (See top-level ChangeLog.)
5842
5843 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5844
5845 * Branch for 23.2.
5846
5847 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5848
5849 Cleanup setup of gl_state in various parts of the code.
5850 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
5851 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
5852 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
5853 (skip_chars):
5854 * regex.c (regex_compile): Use it.
5855 (re_compile_pattern): Don't set gl_state.current_syntax_table since
5856 it's now set in regex_compile when/if we need it.
5857
5858 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 Make it possible to C-g in a tight bytecode loop again (bug#5680).
5861 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
5862 (QUIT): Use it to consolidate code and remove redundancy.
5863 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
5864
5865 * regex.c (regex_compile): Setup gl_state as well.
5866
5867 * syntax.c (skip_chars): Setup gl_state (bug#3823).
5868 (in_classes): Use CONSP before XCAR/XCDR.
5869
5870 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
5871
5872 * keymap.c (Fwhere_is_internal): Use Fequal to compare
5873 definitions, so that keyboard macros are correctly handled
5874 (Bug#5481).
5875
5876 2010-03-02 Eli Zaretskii <eliz@gnu.org>
5877
5878 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
5879 text that could be relocated inside the call to emacs_mule_char.
5880 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
5881 (CODING_DECODE_CHAR): Add a comment describing its purpose.
5882
5883 2010-03-02 Kenichi Handa <handa@m17n.org>
5884
5885 * character.c (parse_str_as_multibyte): Fix handling of the
5886 multibyte form of raw-bytes.
5887 (str_as_multibyte): Likewise.
5888
5889 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
5890 form of raw-bytes.
5891
5892 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
5893
5894 * charset.c (load_charset_map_from_file)
5895 (load_charset_map_from_vector): Zero out allocated
5896 charset_map_entries before using them.
5897
5898 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
5899
5900 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
5901
5902 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5903
5904 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
5905 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
5906
5907 2010-02-26 Kenichi Handa <handa@m17n.org>
5908
5909 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
5910
5911 * xdisp.c (reseat_to_string): Fix previous change.
5912
5913 2010-02-26 David Reitter <david.reitter@gmail.com>
5914
5915 * nsfont.m (nsfont_draw): ns_antialias_text should be a
5916 Lisp_Object (Bug#4736).
5917
5918 2010-02-25 Kenichi Handa <handa@m17n.org>
5919
5920 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
5921
5922 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
5923
5924 * xterm.c (XTflash): Move declarations before statements.
5925
5926 * gtkutil.c (xg_get_gdk_display): Remove (unused).
5927 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
5928 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
5929 (xg_create_tool_bar): Remove unused variables.
5930 (x_wm_set_size_hint): Move declarations before statements.
5931 (xg_create_frame_widgets): Remove variable grav.
5932
5933 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
5934
5935 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
5936
5937 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * term.c (fatal): Add a final \n if needed (bug#5596).
5940
5941 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
5942
5943 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
5944
5945 2010-02-18 Glenn Morris <rgm@gnu.org>
5946
5947 * callint.c (Finteractive): Doc fix.
5948
5949 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5950
5951 * coding.c (record_conversion_result):
5952 Handle CODING_RESULT_INSUFFICIENT_DST.
5953 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
5954 memory allocation error.
5955
5956 2010-02-17 Kenichi Handa <handa@m17n.org>
5957
5958 * coding.c (decode_coding_ccl): Don't setup ccl program here.
5959 Fix for the case that the output buffer is fullfilled.
5960 (decode_coding): Setup ccl program here. Keep looping when the
5961 decoder stopped because the output buffer is
5962 fullfilled (bug#5534).
5963
5964 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
5965
5966 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
5967
5968 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
5969 bug #5571.
5970 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
5971 overdrawn.
5972
5973 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
5974
5975 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
5976 doing_interact here.
5977 (ice_connection_closed): New function.
5978 (x_session_check_input, smc_die_CB, ice_io_error_handler)
5979 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
5980 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
5981 returns I/O error.
5982 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
5983 bug #5512.
5984
5985 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
5986
5987 * nsfont.m (nsfont_open): The system's value for the font descent
5988 is negative, so round it down to avoid clipping.
5989
5990 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
5991
5992 * charset.c (load_charset_map_from_file)
5993 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
5994 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
5995
5996 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
5997
5998 * charset.c (load_charset_map_from_file): Allocate large
5999 charset_map_entries structure on the heap rather than the stack.
6000 (Bug#5526).
6001
6002 2010-01-31 Kenichi Handa <handa@m17n.org>
6003
6004 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
6005 size in NAME is invalid, return -1 (Bug#5396).
6006
6007 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
6008
6009 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
6010 <deactivated@gmail.com> (Bug#3605).
6011
6012 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
6013
6014 * fileio.c (Frename_file): Correctly rename symlinks to
6015 directories (Bug#5496).
6016
6017 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
6018
6019 * nsterm.m (ns_ring_bell): Handle visible bell like X.
6020
6021 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
6022
6023 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
6024
6025 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
6026
6027 * frame.c (DEFAULT_ROWS): Change default to 35.
6028
6029 * xfns.c (x_default_font_parameter): Change default XFT font to
6030 monospace-10 (Bug#3643).
6031
6032 2010-01-29 Eli Zaretskii <eliz@gnu.org>
6033
6034 * w32inevt.c (key_event): Remove unnecessary comparison of
6035 event->uChar.AsciiChar with 128.
6036
6037 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
6038
6039 * fileio.c (Frename_file): Fix last change (Bug#5487).
6040
6041 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
6042
6043 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
6044
6045 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
6046
6047 * xfns.c (Fx_create_frame): Remove window size matching code from
6048 2010-01-15.
6049 (x_get_current_desktop, x_get_desktop_workarea): Remove.
6050
6051 2010-01-27 Jason Rumney <jasonr@gnu.org>
6052
6053 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
6054 (key_event): Use unicode for characters 128 and higher (Bug#4567).
6055
6056 2010-01-27 Kenichi Handa <handa@m17n.org>
6057
6058 * regex.c (analyse_first): Fix setting of fastmap for unibyte
6059 pattern string (Bug#4209).
6060
6061 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
6062
6063 * fileio.c (Frename_file): Call copy-directory and
6064 delete-directory for directories, in order to handle cross-device
6065 renaming (Bug#3353).
6066
6067 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
6068
6069 * xfns.c (Fx_create_frame): If frame height is too big, try
6070 sizes 24 and 10. Bug #3643.
6071
6072 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 Try and fix bug#788, hopefully for real this time.
6075 * keymap.c (shadow_lookup): Add `remap' arg.
6076 (describe_map, describe_vector): Update calls to shadow_lookup.
6077 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
6078 `remapped' so this flag is applicable to `sequence'. Be careful to
6079 perform remapping during shadow_lookup check of remapped_sequences.
6080
6081 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
6082
6083 * image.c (png_load): Use png_sig_cmp instead of the obsolete
6084 png_check_sig, which has been removed in libpng 1.4.
6085
6086 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6087
6088 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
6089 lacks this header file).
6090
6091 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6092
6093 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
6094 as in Emacs 22.
6095
6096 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6097
6098 * lisp.h (make_pure_string): String pointer arg now points to const.
6099
6100 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
6101 args now point to const.
6102
6103 2010-01-22 Eli Zaretskii <eliz@gnu.org>
6104
6105 * lread.c (Fload): Don't treat files without .elc extension as
6106 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
6107 them. (bug#5303)
6108
6109 2010-01-20 Kenichi Handa <handa@m17n.org>
6110
6111 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
6112 treat the source as actual byte sequence.
6113
6114 2010-01-19 Alan Mackenzie <acm@muc.de>
6115
6116 Fix spurious before-change-functions invocation from (insert ?\n).
6117 * textprop.c (set_text_properties): Rename parameter
6118 `signal_after_change_p' to `coherent_change_p', and make the
6119 invocation of `modify_region' conditional on it.
6120
6121 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
6122
6123 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
6124 for debug purpose.
6125 (syms_of_xsettings): Declare xft-settings.
6126
6127 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
6128
6129 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
6130
6131 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * xterm.c (event_handler_gdk): Block input (Bug#5037).
6134
6135 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
6136
6137 * emacs.c (standard_args): Adjust arg priorities to reflect how
6138 they are processed in startup.el.
6139
6140 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
6141
6142 * Makefile.in (lisp, shortlisp): Update.
6143
6144 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
6147 code, link the new kboard into all_kboard before running Lisp code,
6148 and protect the new terminal with GCPRO (Bug#5365).
6149 (x_term_init): Remove unused var `atom'.
6150 (x_delete_display, x_delete_terminal): Remove unused var `i'.
6151
6152 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
6153
6154 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
6155 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
6156 to find out usable size of the desktop. Don't make frames larger than
6157 this. Bug #3643.
6158
6159 2010-01-15 Kenichi Handa <handa@m17n.org>
6160
6161 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
6162
6163 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
6164
6165 * nsterm.m (Qnone): Define.
6166
6167 * nsfns.m (Qnone): Move definition to nsterm.m.
6168
6169 2010-01-14 Kenichi Handa <handa@m17n.org>
6170
6171 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
6172 systems.
6173
6174 2010-01-14 Kenichi Handa <handa@m17n.org>
6175
6176 Make auto-composition work on all buffers even if they are
6177 fundamental mode.
6178
6179 * composite.c (Vauto_composition_mode): New variable.
6180 (composition_compute_stop_pos): Check Vauto_composition_mode
6181 instead of Vauto_composition_function.
6182 (composition_adjust_point, Ffind_composition_internal): Likewise.
6183 (syms_of_composite): Declare Lisp variable
6184 "auto-composition-mode" here.
6185
6186 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
6187
6188 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
6189 during call to vendor-specific-keysyms (Bug#5365).
6190
6191 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6192
6193 * keyboard.c (input_available_signal) [SYNC_INPUT]:
6194 Call SIGNAL_THREAD_CHECK (Bug#5333).
6195
6196 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
6197 Call SIGNAL_THREAD_CHECK.
6198
6199 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6200
6201 Try to fix bug#5314. This is probably not the final word, tho.
6202 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
6203 recent-auto-save-p as a side-effect.
6204 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
6205 * buffer.c (Fkill_buffer, reset_buffer):
6206 * editfns.c (Fsubst_char_in_region):
6207 * fileio.c (Finsert_file_contents, Fdo_auto_save)
6208 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
6209
6210 2010-01-13 Kenichi Handa <handa@m17n.org>
6211
6212 Display buffer name, etc. in mode line by composing correctly.
6213
6214 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
6215 STRING is not nil.
6216 (display_mode_element): Adjust for the change of
6217 decode_mode_spec and display_line.
6218 (decode_mode_spec): Change arg MULTIBYTE to STRING.
6219 (display_string): Handle the case that STRING is non-null and
6220 LISP_STRING is not nil.
6221
6222 * xterm.c (x_draw_composite_glyph_string_foreground):
6223 Pay attention to s->face->overstrike.
6224
6225 * composite.c (composition_reseat_it): Don't check PT if STRING is
6226 non nil.
6227
6228 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6229
6230 * keyboard.c (read_char): Don't apply previous change when current
6231 buffer is unchanged by command execution.
6232
6233 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
6234
6235 * keyboard.c (read_char): Return after executing from special map.
6236
6237 2010-01-12 Glenn Morris <rgm@gnu.org>
6238
6239 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
6240 bug-gnu-emacs rather than emacs-pretest-bug.
6241
6242 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
6243
6244 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
6245 initializing the Lisp variables that depend on them.
6246
6247 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6248
6249 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
6250 Clear areas that will not be updated after change of menu bar lines.
6251 Clear the menu bar window's current matrix when the window gets empty.
6252
6253 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6254
6255 * intervals.h, textprop.c (extend_property_ranges): Return value
6256 and args changed. Discard properties that begin at or after the
6257 new end (Bug#5306).
6258
6259 * editfns.c (Fformat): Caller changed.
6260
6261 * nsterm.m (ns_set_default_prefs): Delete function.
6262 (syms_of_nsterm): Initialize ns_command_modifier,
6263 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
6264 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
6265
6266 * xdisp.c (pos_visible_p): Check for invisible text at the correct
6267 position (Bug#4040).
6268
6269 2010-01-09 Eli Zaretskii <eliz@gnu.org>
6270
6271 * editfns.c (Ffloat_time): Doc fix.
6272
6273 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
6274
6275 * xfns.c (Fx_create_frame): Don't create frame larger than display
6276 by default bug#3643.
6277
6278 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6279
6280 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
6281 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
6282 windows above internal border.
6283
6284 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
6285 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
6286 windows above internal border.
6287
6288 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
6289 tool bar windows specially.
6290
6291 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
6292
6293 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
6294 specially.
6295 (XTflash): Take account of menu bar height.
6296
6297 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
6298 specially.
6299
6300 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
6301
6302 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
6303 also be true before we can return early (bug #5339).
6304
6305 2010-01-06 David Reitter <david.reitter@gmail.com>
6306
6307 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
6308 (Fns_display_usable_bounds): Rewrite, computing bounds properly
6309 (Bug#3233).
6310
6311 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
6312
6313 * font.c (font_open_entity): Enable chache and call cached_font_ok
6314 for the driver if defined.
6315 (QCuser_spec): New symbol.
6316 (font_spec_from_name): Save name as user-spec.
6317 (font_load_for_lface): Keep user-spec instead of name.
6318 (font_open_by_name): Save name as user-spec.
6319 (syms_of_font): Initialize QCuser_spec.
6320 (font_clear_prop): Clear name if it exists in font (bug#5157).
6321
6322 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
6323 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
6324 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
6325
6326 * font.h (struct font_driver): Add cached_font_ok.
6327
6328 * xterm.c (x_clear_frame): Queue draw for scroll bars.
6329
6330 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
6331
6332 * xterm.c (x_new_font): Move code for setting rows/cols before
6333 resizing ...
6334 (x_set_window_size): ... to here. Bug #2568.
6335
6336 * gtkutil.c (xg_clear_under_internal_border): New function.
6337 (xg_frame_resized, xg_frame_set_char_size):
6338 Call xg_clear_under_internal_border.
6339 (xg_update_scrollbar_pos): Clear under old scroll bar position.
6340
6341 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
6342
6343 * keyboard.c (read_key_sequence): Catch keyboard switch after
6344 making a new tty frame (Bug#5095).
6345
6346 2010-01-05 Kenichi Handa <handa@m17n.org>
6347
6348 * fontset.c (fontset_find_font): Fix getting the frame pointer.
6349
6350 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
6353 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
6354 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
6355
6356 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
6357
6358 * dbusbind.c (xd_add_watch): Improve debug message.
6359 (xd_remove_watch): Improve debug message. If DATA is the session
6360 bus, unset D-Bus session environment.
6361 (Fdbus_init_bus): Pass the bus as argument to
6362 dbus_connection_set_watch_functions. (Bug#5283)
6363
6364 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6365
6366 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
6367
6368 * lread.c (syms_of_lread): Make it clearer that these are the
6369 names of loaded files (Bug#5068).
6370
6371 * eval.c (run_hook_with_args): Handle the case where the global
6372 value has the obsolete single-function form (Bug#5026).
6373
6374 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
6375
6376 * minibuf.c (Fall_completions): Minor optimization.
6377
6378 2009-12-26 Eli Zaretskii <eliz@gnu.org>
6379
6380 * .gdbinit (pgx): Fix display of composite glyphs.
6381 Display cmp.from and cmp.to as well.
6382 (pitx): Fix last change.
6383
6384 2009-12-25 Kenichi Handa <handa@m17n.org>
6385
6386 * composite.h (composition_adjust_point): Update prototype.
6387
6388 * composite.c (composition_reseat_it): Don't make a composition
6389 spanning over point.
6390 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
6391 composable characters.
6392 (composition_adjust_point): New arg NEW_PT. Callers changed.
6393
6394 * keyboard.c (command_loop_1): Force redisplay if the last point
6395 was within a composition.
6396 (adjust_point_for_property): Don't adjust point for automatic
6397 composition when called after buffer modification.
6398
6399 2009-12-19 Eli Zaretskii <eliz@gnu.org>
6400
6401 * .gdbinit (pitx): Don't use enum names, use their values.
6402 Remove reference to non-existing value GET_FROM_COMPOSITION.
6403 (pgx): Don't use enum names, use their values.
6404 (pitmethod): New helper command.
6405 (pitx): Use it to display iteration method.
6406 (pgrowit): New command.
6407
6408 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
6409
6410 Update dependencies in Makefile.in.
6411
6412 * Makefile.in (alloc.o): Depend on termhooks.h.
6413 (atimer.o): Depend on blockinput.h.
6414 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
6415 and frame.h.
6416 (callint.o): Depend on systime.h, coding.h, and composite.h.
6417 (callproc.o): Depend on buffer.h.
6418 (casefiddle.o): Don't depend on charset.h.
6419 (casetab.o): Depend on character.h.
6420 (ccl.o): Depend on composite.h.
6421 (chartab.o): Depend on ccl.h.
6422 (cm.o): Depend on dispextern.h.
6423 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
6424 (coding.o): Don't depend on $(INTERVALS_H).
6425 (composite.o): Don't depend on dispextern.h explicitly (it's in
6426 $(INTERVALS_H)). Depend on ccl.h.
6427 (data.o): Depend on systime.h, coding.h, composite.h,
6428 dispextern.h, font.h, and ccl.h.
6429 (dired.o): Depend on composite.h.
6430 (dispnew.o): Depend on coding.h. Don't depend explicitly on
6431 composite.h (it's in $(INTERVALS_H)).
6432 (doc.o): Depend on systime.h, coding.h, and composite.h.
6433 (editfns.o): Don't depend explicitly on dispextern.h.
6434 (emacs.o): Depend on frame.h and coding.h.
6435 (eval.o): Depend on coding.h, composite.h, and xterm.h.
6436 (fileio.o): Depend on frame.h and commands.h. Don't depend
6437 explicitly on dispextern.h.
6438 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
6439 composite.h.
6440 (fns.o): Don't depend on termhooks.h.
6441 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
6442 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
6443 coding.h, $(INTERVALS_H), window.h, xterm.h.
6444 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
6445 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
6446 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
6447 fontset.h, ccl.h, and ftfont.h.
6448 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6449 (gtkutil.o): Depend on dispextern.h and composite.h.
6450 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
6451 termhooks.h, and ccl.h.
6452 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
6453 (intervals.o): Depend on systime.h and coding.h.
6454 (keyboard.o): Depend on composite.h and coding.h.
6455 (keymap.o): Depend on coding.h and frame.h.
6456 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
6457 (macros.o): Depend on systime.h, coding.h, and composite.h.
6458 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
6459 and atimer.h.
6460 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
6461 dispextern.h explicitly.
6462 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
6463 Don't depend explicitly on dispextern.h and composite.h.
6464 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
6465 (regex.o): Don't depend on charset.h.
6466 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
6467 (search.o): Don't depend explicitly on composite.h.
6468 (sound.o): Depend on atimer.h and systime.h.
6469 (syntax.o): Don't depend explicitly on composite.h.
6470 (sysdep.o): Depend on coding.h and composite.h.
6471 (term.o): Depend on xterm.h and buffer.h.
6472 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
6473 (textprop.o): Don't depend on dispextern.h explicitly.
6474 (undo.o): Depend on dispextern.h.
6475 (window.o): Depend on coding.h and termhooks.h. Don't depend on
6476 dispextern.h and composite.h explicitly.
6477 (xdisp.o): Depend on ccl.h.
6478 (xfaces.o): Depend on coding.h and ccl.h.
6479 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
6480 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6481 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
6482 ftfont.h.
6483 (xgselect.o): New dependency.
6484 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
6485 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
6486 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
6487 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
6488 (xsmfns.o): Depend on frame.h and dispextern.h.
6489 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
6490 sysselect.h.
6491
6492 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
6493
6494 * font.c (Fclear_font_cache): Pass correct cache argument to
6495 font_clear_cache.
6496
6497 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
6498
6499 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
6500 twice.
6501
6502 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
6503
6504 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
6505 calling file-remote-p. Reported by Jim Meyering.
6506
6507 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
6508
6509 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
6510 avoid compiler warnings. (Bug #5217)
6511
6512 2009-12-14 Kenichi Handa <handa@m17n.org>
6513
6514 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
6515 in 8-bit encoding.
6516
6517 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
6518
6519 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
6520 tooltip windows.
6521
6522 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
6523
6524 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
6525 Xatom_net_window_type.
6526
6527 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
6528 Xatom_net_window_type.
6529
6530 * xterm.c (my_log_handler): New function.
6531 (x_term_init): Set my_log_handler as log handler during gtk_init
6532 so we can filter out buggy messages. (Bug #5120).
6533
6534 * xterm.c (xg_scroll_callback): Parameter list changed,
6535 use parameter GtkScrollType to determine scroll/line/page.
6536 Only allow dragging if a button < 4 is grabbed (bug #5177).
6537 (xg_end_scroll_callback): New function.
6538 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
6539 xg_create_scroll_bar.
6540
6541 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
6542 (scroll_end_callback): Remove.
6543 (xg_create_scroll_bar): Add parameter end_callback, bind it to
6544 button-release-event. Replace value-changed event with change-value,
6545 bug #5177.
6546 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
6547 bug #5177.
6548
6549 * gtkutil.h (XG_LAST_SB_DATA): Remove.
6550 (xg_create_scroll_bar): Add GCallback end_callback.
6551
6552 * xftfont.c (QClcdfilter): New variable.
6553 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
6554 (syms_of_xftfont): Initialize QClcdfilter.
6555
6556 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6557
6558 * xsettings.c (struct xsettings): Add member seen.
6559 (parse_xft_settings): Update member seen with what we have read.
6560 Return non-zero if Xft-settings have been parsed, 0 otherwise.
6561 (apply_xft_settings): Only update Xft settings with what member seen
6562 indicates as new.
6563
6564 2009-12-12 Eli Zaretskii <eliz@gnu.org>
6565
6566 * dispextern.h (struct text_pos): Use EMACS_INT.
6567 (struct glyph): Use EMACS_INT for charpos.
6568 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
6569 region_beg_charpos, region_end_charpos,
6570 redisplay_end_trigger_charpos, and also for
6571 iterator_stack_entry.end_charpos and
6572 iterator_stack_entry.stop_charpos.
6573
6574 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6575
6576 * gtkutil.c (scroll_end_callback): New function (bug #5177).
6577 (xg_create_scroll_bar): Call scroll_end_callback on button release
6578 event (bug #5177).
6579 (xg_event_is_for_scrollbar): != replaced with ==.
6580
6581 2009-12-12 Kenichi Handa <handa@m17n.org>
6582
6583 * ftfont.c (struct ftfont_info): New member matrix.
6584 (ftfont_open): Setup xftfont_info->matrix.
6585 (MFLTFontFT): New member matrix.
6586 (FLOOR, CEIL, ROUND): New macros.
6587 (ftfont_get_metrics): Handle matrix transformation.
6588 (ftfont_shape_by_flt): New arg matrix. Callers changed.
6589
6590 * xftfont.c (struct xftfont_info): New member matrix.
6591 (xftfont_open): Setup xftfont_info->matrix.
6592
6593 2009-12-10 Kenichi Handa <handa@m17n.org>
6594
6595 * xdisp.c (append_space_for_newline): Consider face-remapping.
6596
6597 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
6598
6599 * xsettings.c: Include "keyboard.h".
6600
6601 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
6602
6603 Fix implicit function declarations.
6604 * cmds.c: Include "frame.h".
6605 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
6606 * frame.h: Move declaration of delete_frame outside of
6607 HAVE_WINDOW_SYSTEM.
6608
6609 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
6610
6611 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
6612
6613 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
6614 GTK builds.
6615
6616 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
6617
6618 * unexelf.c (unexec): Don't search for .data twice.
6619
6620 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6621
6622 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
6623 if push failed.
6624 (handle_line_prefix): Set avoid_cursor_p here. Check return value
6625 of push_display_prop (Bug#5000).
6626
6627 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
6628 value of font_list_entities (Bug#5085).
6629
6630 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
6631
6632 Fix `string-to-number' to deal consistently with integers and floats.
6633 * lread.c (isfloat_string): New argument ignore_trailing to accept all
6634 trailing characters, not just whitespace.
6635 (read1): Pass new arg 0 to keep old behavior.
6636 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
6637 trailing chars, as it is already done for integers. Doc fixes.
6638 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
6639
6640 2009-12-04 Eli Zaretskii <eliz@gnu.org>
6641
6642 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
6643 Delete unused enumeration value.
6644
6645 2009-12-03 Eli Zaretskii <eliz@gnu.org>
6646
6647 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
6648
6649 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
6650
6651 * process.c (Fmake_network_process): Fix up the tests for
6652 "connectionless socket", so they DTRT for seqpacket sockets as well.
6653
6654 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6655
6656 * process.c (Qseqpacket): New symbol.
6657 (HAVE_SEQPACKET): New macro.
6658 (Fmake_network_process): Accept new :type `seqpacket'.
6659 (init_process): Add `seqpacket' feature when applicable.
6660 (syms_of_process): Initialize Qseqpacket.
6661
6662 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6663
6664 * font.c (font_load_for_lface, font_open_by_name): Don't store name
6665 if entity is Qnil.
6666
6667 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * print.c (print_preprocess): Preprocess the key_and_value table of
6670 hashtables, even tho they're "hidden" (bug#5082).
6671
6672 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
6673
6674 * frame.c (frame_make_pointer_invisible)
6675 (frame_make_pointer_visible): Declare f before statements.
6676
6677 2009-11-28 Eli Zaretskii <eliz@gnu.org>
6678
6679 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
6680 omitted dependencies on lisp.h.
6681
6682 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
6683
6684 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
6685 is NULL.
6686
6687 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
6688
6689 * frame.c (frame_make_pointer_invisible)
6690 (frame_make_pointer_visible): Just return if there isn't any selected
6691 frame.
6692
6693 * search.c (simple_search): Remove warning by making *p const.
6694
6695 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
6696
6697 * xdisp.c (power_letter): Remove duplicate const.
6698
6699 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
6700
6701 * term.c (delete_tty): Remove check for last terminal (bug#4970).
6702
6703 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
6704 defaults (bug #5025).
6705
6706 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6707
6708 * insdel.c (adjust_markers_for_delete): Move it in the
6709 right direction! (bug#4803)
6710
6711 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6712
6713 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
6714
6715 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
6716
6717 2009-11-24 Glenn Morris <rgm@gnu.org>
6718
6719 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
6720
6721 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
6722
6723 * Makefile.in: Must create deps for ecrt0.o in its rule.
6724
6725 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
6726 because that is what Gtk+ font dialog understands.
6727
6728 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
6729 of Fcopy_sequence.
6730 (font_open_by_name): Put name given into QCname for font-object returned.
6731
6732 * frame.c (x_set_font): Save original font name as frame parameter
6733 font-parameter.
6734
6735 * xsettings.c (set_default_xft_settings): New function.
6736 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
6737 is found.
6738
6739 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
6740
6741 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
6742 searching backwards through multibyte buffer.
6743
6744 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6745
6746 * xterm.c: #include xgselect.h.
6747 (x_initialize): Call xgselect_initialize.
6748
6749 * xsettings.c (something_changedCB): C++ comments => C comments.
6750 (init_gconf): Do not deal with any GLib file descriptors, xg_select
6751 does that now.
6752
6753 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
6754 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
6755 (scroll_bar_button_cb): Remove.
6756 (create_menus): C++ comments => C comments. Don't bind grab-notify
6757 event.
6758 (xg_create_scroll_bar): Don't bind button-press-event and
6759 button-release-event.
6760
6761 * process.c: Include xgselect.h if defined (USE_GTK) ||
6762 defined (HAVE_GCONF).
6763 (wait_reading_process_output): Call xg_select for the same condition.
6764
6765 * xgselect.c (xg_select): New function to better integrate with
6766 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
6767
6768 * xgselect.h: New file, declare xg_select, xgselect_initialize.
6769
6770 * Makefile.in (XOBJ): Add xgselect.o.
6771
6772 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
6773
6774 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
6775 Remove ignored second argument. All callers changed.
6776 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
6777 (RE_STRING_CHAR_AND_LENGTH): Likewise.
6778 * xdisp.c (string_char_and_length): Likewise.
6779
6780 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
6781
6782 * xterm.c (x_new_font):
6783 * print.c (print_object):
6784 * cmds.c (Fself_insert_command): Move declarations before statements.
6785
6786 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
6787
6788 * s/cygwin.h: Remove unneeded linker flags.
6789
6790 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
6791
6792 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
6793
6794 * xsettings.h: Declare xsettings_get_system_font.
6795
6796 * xsettings.c (xsettings_get_system_font): New function.
6797 (init_gconf): No use initiating gconf unless we have Xft also.
6798 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
6799 HAVE_GCONF.
6800
6801 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
6802 add a blank entry so it doesn't collapse into nothing.
6803
6804 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6805
6806 * lread.c (Funintern): Comment out last change.
6807
6808 2009-11-19 Richard Stallman <rms@gnu.org>
6809
6810 * lread.c (Funintern): Error if symbol is t or nil.
6811
6812 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * insdel.c (make_gap_larger): Don't make as many assumptions about the
6815 representation of Lisp integers.
6816 Reported by MJ Chan <mjchan.inbox@gmail.com>.
6817
6818 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
6819
6820 * lisp.h: Remove declaration of Ffont_get_system_font.
6821 * xfns.c: Move include of "xsettings.h".
6822 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
6823
6824 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6825
6826 * xsettings.c (something_changedCB, Ffont_get_system_font):
6827 Check use_system_font.
6828 (syms_of_xsettings): DEFVAR font-use-system-font.
6829
6830 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
6831
6832 * xfns.c (x_default_font_parameter): Remove dead assignment.
6833
6834 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
6835
6836 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6837
6838 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
6839 not have FC_LCD_*. #define them if not there.
6840
6841 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
6842
6843 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
6844
6845 * xterm.c (handle_one_xevent): Call xft_settings_event for
6846 ClientMessage, PropertyNotify and DestroyNotify.
6847 (x_term_init): If we have XFT, get DPI from Xft.dpi.
6848 Call xsettings_initialize.
6849
6850 * xftfont.c (xftfont_fix_match): New function.
6851 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
6852 Call xftfont_fix_match after XftFontMatch.
6853
6854 * xfont.c (xfont_driver): Initialize all members.
6855
6856 * xfns.c (x_default_font_parameter):
6857 Try font from Ffont_get_system_font.
6858 Do not get font from x_default_parameter if we got one from
6859 Ffont_get_system_font.
6860 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
6861
6862 * w32font.c (w32font_driver): Initialize all members.
6863
6864 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
6865
6866 * lisp.h: Declare syms_of_xsettings.
6867
6868 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
6869 Handle CONFIG_CHANGED_EVENT.
6870
6871 * ftfont.c (ftfont_filter_properties): New function.
6872
6873 * frame.c (x_set_font): Remove unused variable lval.
6874
6875 * font.h (struct font_driver): Add filter_properties.
6876
6877 * font.c (font_put_extra): Don't return if val is nil, it means
6878 boolean option is off.
6879 (font_parse_fcname): Collect all extra properties in extra_props
6880 and call filter_properties for all drivers with extra_props and
6881 font as parameter.
6882 (font_open_entity): Do not use cache, it does not pick up new
6883 fontconfig settings like hinting.
6884 (font_load_for_lface): If spec had a name in it, store it in entity.
6885
6886 * emacs.c (main): Call syms_of_xsettings.
6887
6888 * config.in: HAVE_GCONF is new.
6889
6890 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
6891 xsettings.o is new.
6892
6893 2009-11-17 Kenichi Handa <handa@m17n.org>
6894
6895 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
6896 back to the default font in case that no suitable font is found.
6897
6898 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6899
6900 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
6901 Suggested by Chad Brown <yandros@mit.edu>.
6902 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
6903
6904 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
6905
6906 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
6907
6908 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
6909
6910 * Makefile.in: Ignore errors from mkdir when creating deps directory.
6911
6912 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
6913
6914 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
6915 has a parent.
6916
6917 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
6918 dependency files in deps/. Include those files into Makefile.
6919
6920 * config.in: Generated (AUTO_DEPEND).
6921
6922 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6923
6924 * dbusbind.c (Vdbus_registered_objects_table): Rename from
6925 Vdbus_registered_functions_table, because it contains also
6926 properties. Fix docstring.
6927 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
6928
6929 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6930
6931 * alloc.c (mark_object): Don't reprocess marked strings.
6932 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
6933 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
6934
6935 2009-11-13 Kenichi Handa <handa@m17n.org>
6936
6937 * category.c (word_boundary_p): Adjust for the change of the
6938 semantics of Vword_combining_categories.
6939 (Vword_combining_categories): Describe the slight change of the
6940 semantics.
6941
6942 2009-11-13 Eli Zaretskii <eliz@gnu.org>
6943
6944 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
6945
6946 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
6947
6948 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6949
6950 * xdisp.c (syms_of_xdisp): Fix typo in last change.
6951
6952 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
6953
6954 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
6955
6956 2009-11-11 David Reitter <david.reitter@gmail.com>
6957
6958 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
6959 variables to fix 2009-11-09 change.
6960
6961 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6962
6963 * process.c (ifflag_def): Make flag_sym constant.
6964 (Fnetwork_interface_info): Use a constant pointer.
6965 (ifflag_table):
6966 * xfns.c (cursor_bits):
6967 * xdisp.c (power_letter):
6968 * termcap.c (speeds, esctab):
6969 * sysdep.c (baud_convert):
6970 * keyboard.c (lispy_accent_codes, modifier_names):
6971 * image.c (xbm_format, xpm_format, pbm_format, png_format)
6972 (jpeg_format, tiff_format, gif_format, svg_format)
6973 (interlace_start, interlace_increment, gs_format):
6974 * gtkutil.c (separator_names):
6975 * fringe.c (swap_nibble):
6976 * fns.c (base64_value_to_char, base64_char_to_value):
6977 * fileio.c (make_temp_name_tbl):
6978 * coding.c (suffixes): Make constant.
6979
6980 * frame.c (make_initial_frame):
6981 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
6982 build_string.
6983 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
6984
6985 * s/freebsd.h:
6986 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
6987
6988 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
6989 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
6990
6991 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
6992 * xterm.c (syms_of_xterm):
6993 * xfaces.c (syms_of_xfaces):
6994 * xdisp.c (syms_of_xdisp):
6995 * lread.c (syms_of_lread):
6996 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
6997 build_string.
6998
6999 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
7000
7001 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7002
7003 * fns.c (Fplist_get): Merge the active and the commented out code.
7004
7005 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
7006
7007 * keyboard.h: Declare timer_check.
7008
7009 * keyboard.c (timer_check_2): New function that does what the old
7010 timer_check did.
7011 (timer_check): Call timer_check_2 until -1 or a non-zero time is
7012 returned, i.e. don't return -1 with timers pending.
7013
7014 * process.c: Remove extern declaration of timer_check.
7015
7016 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
7017 even if timer_check returned -1.
7018
7019 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
7020 xg_dialog_data.
7021 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
7022 the event loop.
7023 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
7024 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
7025 Destroy the dialog after xg_dialog_run.
7026
7027 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7028
7029 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
7030
7031 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
7032
7033 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
7034
7035 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
7036
7037 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
7038
7039 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7040
7041 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
7042 w32menu.c, and nsmenu.m.
7043 Simplify the obsolete case where position is nil.
7044 (cleanup_popup_menu): New function, moved from nsmenu.m.
7045 (struct skp): Remove slot `notreal'.
7046 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
7047 adjust callers.
7048 (single_menu_item): Adjust call to parse_menu_item.
7049 (syms_of_menu): Defsubr x-popup-menu.
7050 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
7051 (keymap_panes): Don't export any more.
7052 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
7053 (xmenu_show): Declare.
7054 * keyboard.c (parse_menu_item): Remove arg `notreal'.
7055 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
7056 * keyboard.h (parse_menu_item): Update declaration.
7057 * xmenu.c (Fx_popup_menu): Remove.
7058 (syms_of_xmenu): Don't defsubr x-popup-menu.
7059 * w32menu.c (Fx_popup_menu): Remove.
7060 (syms_of_w32menu): Don't defsubr x-popup-menu.
7061 * nsmenu.m (cleanup_popup_menu): Remove.
7062 (ns_menu_show): Rename from ns_popup_menu and remove all the code
7063 moved to menu.c's Fx_popup_menu.
7064 (Fx_popup_menu): Remove.
7065 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
7066 menu_items (it's done in menu.c already).
7067
7068 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
7071 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
7072
7073 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7074
7075 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
7076 xmenu_show. Hide any tooltip before opening a menu.
7077 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
7078 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
7079
7080 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7081
7082 Let integers use up 2 tags to give them one extra bit and thus double
7083 their range.
7084 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
7085 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
7086 New macros.
7087 (enum Lisp_Type): Use them. Give explicit values.
7088 (Lisp_Type_Limit): Remove.
7089 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
7090 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
7091 Pay attention to USE_2_TAGS_FOR_INTS.
7092 (INTEGERP): Use LISP_INT_TAG_P.
7093 * fns.c (internal_equal): Simplify the default case.
7094 (sxhash): Use case_Lisp_Int.
7095 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
7096 any more.
7097 (Ftype_of): Use case_Lisp_Int.
7098 (store_symval_forwarding): Take into account the fact that Ints can
7099 now have more than one tag.
7100 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
7101 (buffer_slot_type_mismatch):
7102 * xfaces.c (face_attr_equal_p):
7103 * print.c (print_object):
7104 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
7105 Use case_Lisp_Int.
7106
7107 2009-11-06 Eli Zaretskii <eliz@gnu.org>
7108
7109 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
7110
7111 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
7112 warning.
7113
7114 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
7115
7116 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
7117
7118 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
7119
7120 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
7121 ButtonPressRelease and MotionNotify (bug#4870).
7122
7123 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
7124
7125 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
7126
7127 * xterm.c (syms_of_xterm):
7128 * xselect.c (syms_of_xselect):
7129 * xmenu.c (syms_of_xmenu):
7130 * xfns.c (syms_of_xfns):
7131 * xfaces.c (syms_of_xfaces):
7132 * xdisp.c (syms_of_xdisp):
7133 * window.c (syms_of_window):
7134 * w32fns.c (syms_of_w32fns):
7135 * undo.c (syms_of_undo):
7136 * textprop.c (syms_of_textprop):
7137 * terminal.c (syms_of_terminal):
7138 * syntax.c (syms_of_syntax):
7139 * sound.c (syms_of_sound):
7140 * search.c (syms_of_search):
7141 * print.c (syms_of_print):
7142 * minibuf.c (syms_of_minibuf):
7143 * macros.c (syms_of_macros):
7144 * keymap.c (syms_of_keymap, initial_define_key)
7145 (initial_define_lispy_key):
7146 * keyboard.c (syms_of_keyboard):
7147 * insdel.c (syms_of_insdel):
7148 * image.c (syms_of_image):
7149 * fringe.c (syms_of_fringe):
7150 * frame.c (syms_of_frame):
7151 * fontset.c (syms_of_fontset):
7152 * fns.c (syms_of_fns):
7153 * fns.c (syms_of_fns):
7154 * fileio.c (syms_of_fileio):
7155 * fileio.c (syms_of_fileio):
7156 * eval.c (syms_of_eval):
7157 * doc.c (syms_of_doc):
7158 * dispnew.c (syms_of_display):
7159 * dired.c (syms_of_dired):
7160 * dbusbind.c (syms_of_dbusbind):
7161 * data.c (syms_of_data):
7162 * composite.c (syms_of_composite):
7163 * coding.c (syms_of_coding):
7164 * cmds.c (syms_of_cmds):
7165 * charset.c (define_charset_internal, syms_of_character):
7166 * ccl.c (syms_of_ccl):
7167 * category.c (syms_of_category, init_category_once):
7168 * casetab.c (syms_of_casetab):
7169 * casefiddle.c (syms_of_casefiddle):
7170 * callint.c (syms_of_callint):
7171 * bytecode.c (syms_of_bytecode):
7172 * buffer.c (keys_of_buffer, syms_of_buffer):
7173 * alloc.c (syms_of_alloc):
7174 * process.c (syms_of_process, init_process):
7175 * lread.c (syms_of_lread, init_obarray):
7176 * font.c (build_style_table):
7177 * emacs.c (syms_of_emacs, main): Replace calls to intern with
7178 intern_c_string, calls to make_pure_string with
7179 make_pure_c_string. Use pure_cons instead of Fcons.
7180
7181 * process.c (socket_options): Make it const.
7182 (set_socket_option, init_process): Use a const pointer.
7183
7184 * lread.c (intern_c_string): New function.
7185 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7186 (defvar_int): Uset it. Make the name const char*.
7187
7188 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7189 (defvar_int): Update prototypes.
7190 (DEFUN, EXFUN): Support for prototypes is now required.
7191 (intern_c_string): New prototype.
7192 (struct Lisp_Subr): Make symbol_name constant.
7193
7194 * font.c (struct table_entry): Remove unused member. Make NAMES
7195 constant.
7196 (weight_table, slant_table, width_table): Make constant.
7197
7198 * emacs.c (struct standard_args): Make name and longname constant.
7199
7200 * character.h (DEFSYM): Use intern_c_string.
7201
7202 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * alloc.c (make_pure_c_string): New function.
7205
7206 * eval.c (Fautoload): Purecopy all arguments.
7207
7208 2009-11-05 Kenichi Handa <handa@m17n.org>
7209
7210 * fileio.c (Finsert_file_contents): Be sure set coding-system of
7211 the buffer in case of replace.
7212
7213 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7214
7215 * puresize.h (BASE_PURESIZE): Increase to 1620000.
7216
7217 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
7220 when applicable (bug#4851).
7221
7222 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
7223 (P_): Support for prototypes is now required.
7224
7225 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7226
7227 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
7228 (Bug#4827).
7229
7230 2009-10-30 Eli Zaretskii <eliz@gnu.org>
7231
7232 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
7233
7234 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7235
7236 * puresize.h (BASE_PURESIZE): Increase to 1470000.
7237
7238 * lread.c (Fload): Purecopy the file name when building
7239 Vpreloaded_file_list.
7240
7241 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
7242
7243 * w32fns.c (syms_of_w32fns): Change default value of
7244 w32-scroll-lock-modifier to nil. (Bug#2827)
7245
7246 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7247
7248 * minibuf.c (Fall_completions): Fix typos in docstring.
7249
7250 2009-10-26 Andreas Schwab <schwab@redhat.com>
7251
7252 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
7253
7254 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7255
7256 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
7257 For delta < 0, skip check that only makes sense when the mini-window
7258 is going to be enlarged. (Bug#4534)
7259
7260 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
7261
7262 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
7263 string in menu maps (Bug#4471).
7264
7265 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7266
7267 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
7268 FRAME_NS_VIEW on terminal frames (Bug#4765).
7269
7270 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
7271
7272 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
7273 DBUS_TYPE_UINTnn separately to get proper sign extension.
7274
7275 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
7276 can properly handle unsigned types.
7277 (make_uid, make_gid): Remove.
7278
7279 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
7280 types again.
7281
7282 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
7283 (system_process_attributes): Likewise.
7284
7285 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7286
7287 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
7288
7289 * eval.c (Fautoload): Purecopy the filename. Simplify.
7290
7291 * category.c (Fdefine_category): Purecopy docstring.
7292
7293 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
7294
7295 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
7296
7297 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
7298
7299 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7300
7301 * window.c (Fwindow_edges, Fwindow_pixel_edges)
7302 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
7303 (Bug#4775).
7304
7305 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7306
7307 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
7308 (init_fileio_once):
7309 * lisp.h (init_fileio_once): Remove.
7310 * emacs.c (main): Don't call init_fileio_once.
7311
7312 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7313
7314 * puresize.h (BASE_PURESIZE): Increase to 1430000.
7315
7316 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
7317
7318 * doprnt.c (doprnt): Fix overflow check.
7319
7320 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
7321
7322 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
7323
7324 * xterm.h (x_wait_for_event): Declare it.
7325
7326 * xterm.c (pending_event_wait): New variable.
7327 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
7328 see pending_event_wait.eventtype.
7329 (handle_one_xevent): Don't change gravity when parent changes.
7330 (x_new_font): Call change_frame_size with new rows/columns before we
7331 try to resize the frame.
7332 (x_wait_for_event): New function.
7333 (x_set_window_size_1): Don't change gravity unless change_gravity
7334 is set.
7335 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
7336 don't change frame size, instead wait for the ConfigureNotify.
7337 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
7338 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
7339 (x_initialize): Initialize pending_event_wait.
7340
7341 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
7342 size.
7343
7344 * widget.c (EmacsFrameSetValues): Add comment.
7345 (EmacsFrameSetCharSize): Just call x_set_window_size.
7346
7347 * gtkutil.c (xg_frame_set_char_size): Flush events and call
7348 x_wait_for_event.
7349 (flush_and_sync): Remove again.
7350 (xg_get_font_name): Suggest monospace if no previous font is known.
7351
7352 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7353
7354 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
7355 8th bit, since that only made sense in the ASCII world (bug#4751).
7356
7357 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7358
7359 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
7360 processing pending events when event is filtered for input method.
7361 (Bug#3681)
7362
7363 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
7364
7365 * fns.c: Add #endif accidentally removed in previous change.
7366
7367 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7368
7369 * fns.c: Remove code for unsupported system: MAC_OS.
7370 * image.c: Likewise. Include setjmp.h.
7371
7372 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
7373
7374 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
7375 pixel -1 (bug #4742).
7376
7377 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7378
7379 * process.c (create_pty): Remove conditionals for no longer
7380 supported systems: UNIPLUS and RTU.
7381
7382 * xterm.c:
7383 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
7384
7385 * alloc.c: Do not define struct catchtag.
7386 * eval.c: Move struct catchtag definition ...
7387 * lisp.h: ... here.
7388
7389 * image.c: Move png.h #include earlier to avoid warnings.
7390
7391 * xterm.c:
7392 * xsmfns.c:
7393 * xselect.c:
7394 * xrdb.c:
7395 * xmenu.c:
7396 * xftfont.c:
7397 * xfont.c:
7398 * xfns.c:
7399 * xfaces.c:
7400 * xdisp.c:
7401 * window.c:
7402 * widget.c:
7403 * w32xfns.c:
7404 * w32uniscribe.c:
7405 * w32term.c:
7406 * w32select.c:
7407 * w32reg.c:
7408 * w32proc.c:
7409 * w32menu.c:
7410 * w32inevt.c:
7411 * w32heap.c:
7412 * w32font.c:
7413 * w32fns.c:
7414 * w32console.c:
7415 * w32.c:
7416 * w16select.c:
7417 * vm-limit.c:
7418 * unexsol.c:
7419 * unexec.c:
7420 * unexcw.c:
7421 * unexaix.c:
7422 * undo.c:
7423 * tparam.c:
7424 * textprop.c:
7425 * terminfo.c:
7426 * terminal.c:
7427 * termcap.c:
7428 * term.c:
7429 * syntax.c:
7430 * sound.c:
7431 * sheap.c:
7432 * search.c:
7433 * scroll.c:
7434 * region-cache.c:
7435 * regex.c:
7436 * ralloc.c:
7437 * process.c:
7438 * print.c:
7439 * nsterm.m:
7440 * nsselect.m:
7441 * nsmenu.m:
7442 * nsimage.m:
7443 * nsfont.m:
7444 * nsfns.m:
7445 * msdos.c:
7446 * minibuf.c:
7447 * menu.c:
7448 * marker.c:
7449 * macros.c:
7450 * keymap.c:
7451 * keyboard.c:
7452 * intervals.c:
7453 * insdel.c:
7454 * indent.c:
7455 * gtkutil.c:
7456 * ftxfont.c:
7457 * ftfont.c:
7458 * fringe.c:
7459 * frame.c:
7460 * fontset.c:
7461 * font.c:
7462 * fns.c:
7463 * floatfns.c:
7464 * filelock.c:
7465 * fileio.c:
7466 * emacs.c:
7467 * editfns.c:
7468 * dosfns.c:
7469 * doprnt.c:
7470 * doc.c:
7471 * dispnew.c:
7472 * dired.c:
7473 * dbusbind.c:
7474 * data.c:
7475 * composite.c:
7476 * coding.c:
7477 * cmds.c:
7478 * cm.c:
7479 * chartab.c:
7480 * charset.c:
7481 * character.c:
7482 * ccl.c:
7483 * category.c:
7484 * casetab.c:
7485 * casefiddle.c:
7486 * callproc.c:
7487 * callint.c:
7488 * bytecode.c:
7489 * buffer.c:
7490 * atimer.c: Include setjmp.h. (Bug#4643)
7491
7492 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 Remove leftover table unibyte_to_multibyte_table.
7495 * character.c (unibyte_to_multibyte_table): Remove.
7496 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
7497 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
7498 * character.h (UNIBYTE_TO_CHAR): New macro.
7499 (MAKE_CHAR_MULTIBYTE): Use it.
7500 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
7501 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
7502 (message_dolog, set_message_1):
7503 * search.c (Freplace_match):
7504 * editfns.c (Fcompare_buffer_substrings):
7505 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
7506 (concat):
7507 * insdel.c (copy_text, count_size_as_multibyte):
7508 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
7509 * term.c (produce_glyphs):
7510 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
7511 * regex.c (RE_CHAR_TO_MULTIBYTE):
7512 * cmds.c (internal_self_insert):
7513 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
7514
7515 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
7516
7517 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7518
7519 * puresize.h (BASE_PURESIZE): Increase to 1310000.
7520
7521 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7522
7523 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
7524
7525 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7526
7527 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
7528 still needed under Tiger.
7529
7530 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
7531
7532 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
7533 __Apple__.
7534
7535 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
7536
7537 2009-10-15 Kenichi Handa <handa@m17n.org>
7538
7539 * print.c (print_object): Escape a symbol like "2E10" too.
7540
7541 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
7542
7543 Cleanups and changes for 64-bit compile under Snow Leopard.
7544 Based on suggestions by Erik Charlebois.
7545
7546 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
7547
7548 * nsfont.m (ns_char_width): Replace deprecated call.
7549 (ns_findfonts, nsfont_list_family): Use long format in printf, and
7550 cast argument.
7551 (nsfont_open): Use ns_char_width() everywhere.
7552 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
7553
7554 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
7555
7556 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
7557 where appropriate.
7558
7559 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
7560 where appropriate.
7561 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
7562 Use stringWithUTF8String.
7563 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
7564
7565 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
7566 Add formal protocol mention to inheritance.
7567 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
7568
7569 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
7570 Fix printf format.
7571 (ns_query_color): Use CGFloat where appropriate.
7572 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
7573 (EmacsScroller-mouseDown:): Use long format in printf, and cast
7574 argument.
7575
7576 * config.in (NS_HAVE_NSINTEGER): Drop.
7577
7578 * dbusbind.c (dbus-method-return-internal)
7579 (dbus-method-error-internal): Use long format in printf, and cast
7580 argument.
7581
7582 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
7583 in printf, and cast argument.
7584
7585 * process.c (list_processes_1): Use long format in printf, and
7586 cast argument.
7587
7588 2009-10-11 Glenn Morris <rgm@gnu.org>
7589
7590 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
7591
7592 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
7593
7594 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
7595 menu bar with a small width so it doesn't enlarge the frame.
7596
7597 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
7598
7599 * fontset.c (Fset_fontset_font): Fix typos in error messages.
7600
7601 2009-10-06 Glenn Morris <rgm@gnu.org>
7602
7603 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
7604 SOME_MACHINE_LISP (this enters indirectly via DOC).
7605
7606 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7607
7608 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
7609
7610 2009-10-04 Eli Zaretskii <eliz@gnu.org>
7611
7612 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
7613 Doc fix.
7614
7615 2009-10-03 Martin Rudalics <rudalics@gmx.at>
7616
7617 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
7618
7619 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7620
7621 * lisp.h (Qdelete_directory_internal): Remove, because it is not
7622 used anymore outside fileio.c.
7623
7624 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
7625
7626 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7627
7628 * lisp.h (Qdelete_directory_internal):
7629 Declare, instead of Qdelete_directory.
7630
7631 * w32fns.c (Fsystem_move_file_to_trash): Use it.
7632
7633 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * eval.c (Fcalled_interactively_p): Add `kind' argument.
7636
7637 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7638
7639 * fileio.c (Fdelete_directory_internal): Rename from
7640 Fdelete_directory. It is not a command anymore. It has no file
7641 name handler.
7642
7643 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7644
7645 * xdisp.c (get_next_display_element): Use an enum in last change.
7646
7647 2009-09-28 Kenichi Handa <handa@m17n.org>
7648
7649 * xdisp.c (get_next_display_element): Pay attention to
7650 unibyte_display_via_language_environment in handling
7651 Vnobreak_char_display.
7652
7653 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7654
7655 * nsterm.h (ns_app_name): New extern variable.
7656
7657 * nsterm.m (ns_app_name): New variable.
7658 (ns_term_init): Set and use it.
7659 (ns_term_shutdown): Use it.
7660
7661 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
7662 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
7663
7664 * nsfns.m (ns_set_name_iconic, ns_set_name)
7665 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
7666 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
7667
7668 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
7669 Remove double-casting in client_data comparison.
7670
7671 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7672
7673 * keyboard.c (make_lispy_event): Remember last wheel direction.
7674 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
7675
7676 2009-09-26 Glenn Morris <rgm@gnu.org>
7677
7678 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
7679 internal.elc. Add term/pc-win.elc.
7680 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
7681 term/x-win.elc.
7682 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
7683 term/w32-win.elc.
7684 (NS_SUPPORT): New.
7685 (lisp): Add NS_SUPPORT.
7686 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
7687
7688 2009-09-25 David Reitter <david.reitter@gmail.com>
7689
7690 * nsmenu.m (EmacsMenu-clear): Recognize application menu
7691 on Mac OS X 10.6+ (bug#4513).
7692
7693 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7694
7695 * frame.c (xrdb_get_resource): Return nil for empty string resources;
7696 some parts of Emacs code (like font selection) don't grok them.
7697 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
7698
7699 2009-09-24 Andreas Schwab <schwab@redhat.com>
7700
7701 * coding.c (decode_coding_iso_2022): Fix operator precedence.
7702
7703 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7704
7705 * dired.c (Fdirectory_files): Fix typo in docstring.
7706
7707 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7708
7709 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
7710 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
7711 (EmacsScroller-setPosition:portion:whole:): Remove -display call
7712 under GNUstep.
7713 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
7714
7715 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
7716 glyph advancement.
7717
7718 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7719
7720 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
7721 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
7722
7723 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
7724 deleted (bug #4492).
7725
7726 * nsfont.m (Vns_reg_to_script): New lisp variable.
7727 (syms_of_nsfont): Declare it.
7728 (ns_registry_to_script): New function.
7729 (ns_get_req_script): Call it.
7730 (ns_findfonts): Don't give up on non-unicode registry.
7731
7732 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
7733
7734 2009-09-20 Tom Tromey <tromey@redhat.com>
7735
7736 * eval.c (find_handler_clause): Make stack-trace-on-error work in
7737 batch mode (bug#4228).
7738
7739 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
7740
7741 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
7742 carefully. (Bug #4339)
7743
7744 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7745
7746 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
7747
7748 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7749
7750 * emacs.c (inhibit_x_resources): Update doc string for NS.
7751 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
7752 legacy code for -NXHost. Fix error printf in daemon case.
7753
7754 * nsterm.h (ns_no_defaults): Remove.
7755
7756 * nsterm.m (ns_no_defaults): Remove.
7757 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
7758 (ns_use_qd_smoothing): Remove legacy variable.
7759 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
7760 don't update the NSWindow itself.
7761 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
7762 state detection and store user rect ourselves. (Bug #3581)
7763
7764 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
7765 ns_use_qd_smoothing.
7766
7767 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
7768 platform versions. Drop support for emacs-20-style face specs.
7769 (x-close-connection): Drop PSFlush() under OS X.
7770 (x-focus-frame): Activate the app first. (Bug #4180)
7771
7772 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7773
7774 * emacs.c (inhibit_x_resources): New variable.
7775 (main) [HAVE_NS]: Don't process --quick command line option.
7776 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
7777
7778 * lisp.h (inhibit_x_resources): Declare it extern.
7779
7780 * w32reg.c (x_get_string_resource):
7781 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
7782
7783 2009-09-17 Eli Zaretskii <eliz@gnu.org>
7784
7785 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
7786 Add lisp/term/internal.elc.
7787
7788 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7789
7790 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
7791 (bug#4461).
7792
7793 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7794
7795 * puresize.h (BASE_PURESIZE): Increase to 1290000.
7796
7797 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
7798 (OBJECTS_MACHINE): Remove, unused.
7799
7800 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7801
7802 * frame.c (x_get_resource_string): Remove unused.
7803
7804 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
7805
7806 * xterm.c (x_new_font): Call change_frame_size before calling
7807 x_set_window_size, in case frame size won't change.
7808
7809 * frame.c (x_set_font): Remove dead code.
7810
7811 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7812
7813 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
7814
7815 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7816
7817 * lread.c (Fload): Don't output a message after loading an obsolete
7818 package any more (done in Lisp now).
7819
7820 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7821
7822 * fns.c (syms_of_fns): Doc fix (Bug#4227).
7823
7824 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * keymap.c (Fwhere_is_internal): Use nconc2.
7827
7828 2009-09-11 Alan Mackenzie <acm@muc.de>
7829
7830 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
7831 batch mode.
7832
7833 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
7834
7835 * xdisp.c (display_mode_element): Detect cycles.
7836
7837 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7838
7839 * keymap.c (where_is_internal): Don't erroneously return nil right after
7840 filling the cache.
7841 (where_is_internal_1): Fix up typo.
7842
7843 2009-09-11 Glenn Morris <rgm@gnu.org>
7844
7845 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
7846 share a common doc-string.
7847
7848 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7849
7850 * keymap.c (get_keymap): Return the actual keymap symbol rather than
7851 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
7852
7853 * keymap.c (QCadvertised_binding): New constant.
7854 (syms_of_keymap): Initialize it.
7855 (Fwhere_is_internal): Try and use bindings from :advertised-binding
7856 if applicable.
7857
7858 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
7861 (parse_menu_item): Streamline since bindings are recomputed all the
7862 time anyway. Don't bother checking Vdefine_key_rebound_commands any
7863 more and don't support lmenu's menu-alias any more either.
7864
7865 * keymap.c (where_is_internal_data): Make noindirect a boolean.
7866 (where_is_internal): Strip it down to only traverse the keymaps.
7867 Move the cache handling from Fwhere_is_internal to here.
7868 (Fwhere_is_internal): Move the handling of remapping and the choice of
7869 the best binding from where_is_internal to here.
7870 Unify the cached/noncached paths, so remapping is also handled
7871 correctly when the cache is used, and so the cache can be used to
7872 speed up remap-handling when applicable.
7873 Give preference to non-remapped bindings.
7874 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
7875 non-remapped bindings.
7876 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
7877 command remapping.
7878
7879 * xdisp.c (display_mode_element): Move list length limit from 50 to
7880 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
7881
7882 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
7883
7884 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
7885
7886 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7887
7888 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
7889 (Bug#4334)
7890
7891 * keymap.c (where_is_internal): Filter out shadowed remappings.
7892 Assume that where_is_internal returns unshadowed bindings to simplify
7893 the code and get rid of the gotos. Use ASIZE.
7894
7895 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
7896
7897 * xterm.c (x_focus_changed): If we get a focusout and pointer
7898 is invisible, make it visible.
7899
7900 * xterm.h: Remove condition for declaration of
7901 x_*_window_to_frame.
7902
7903 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7904
7905 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
7906 initial terminal as well.
7907
7908 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
7909
7910 * xterm.h: Rename x_non_menubar_window_to_frame to
7911 x_menubar_window_to_frame.
7912
7913 * xterm.c: Remove declarations also in xterm.h.
7914 (XTmouse_position): Do not return valid positions
7915 for clicks in the menubar and the toolbar for Gtk+.
7916
7917 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
7918 if the widget for the event has the same top level as a frame,
7919 return the frame.
7920 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
7921 internal windows, bug #4122.
7922 (x_non_menubar_window_to_frame): Remove.
7923
7924 2009-09-02 Glenn Morris <rgm@gnu.org>
7925
7926 * buffer.c (default-major-mode): Move most of the doc from here...
7927 (major-mode): ... to here.
7928
7929 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
7930
7931 * process.c (wait_reading_process_output): Keep the descriptor
7932 when pty is used by a non-child process, e.g., in I/O buffer of
7933 GDB this allows inferior to be restarted.
7934
7935 2009-08-29 Eli Zaretskii <eliz@gnu.org>
7936
7937 * xdisp.c (redisplay_internal): Remove redundant test and collapse
7938 both branches into one.
7939
7940 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7941
7942 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
7943 (main): Use enable-multibyte-characters rather than
7944 default-enable-multibyte-characters. Output a warning message when
7945 running a unibyte session.
7946
7947 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7948
7949 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
7950 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
7951 (copy_data_segment): Also copy __program_vars section.
7952 (copy_dyld_info) [LC_DYLD_INFO]: New function.
7953 (dump_it) [LC_DYLD_INFO]: Use it.
7954
7955 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
7956
7957 2009-08-28 Eli Zaretskii <eliz@gnu.org>
7958
7959 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
7960 $(SRC)/buildobj.h.
7961 (buildobj.h): Renamed from $(SRC)/buildobj.h.
7962 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
7963 $(SRC)/buildobj.h.
7964 (clean): Add buildobj.h.
7965
7966 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
7967
7968 * print.c (print_object): Set escapeflag to 1 when printing
7969 hashtable keys and values.
7970
7971 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7972
7973 * lread.c (read_integer): Use doubles (and potentially return a float
7974 number) as we do in string-to-number.
7975 (read1): Use strtol to read integers, signal errors on strtol's
7976 overflow and use floats if strtol's output is too large for
7977 Elisp integers.
7978
7979 2009-08-27 Eli Zaretskii <eliz@gnu.org>
7980
7981 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
7982 (make-buildobj-SH): Fix last change.
7983 (SRC): Move to before where it's first used.
7984
7985 2009-08-27 Kenichi Handa <handa@m17n.org>
7986
7987 * process.c (send_process): Use encode_coding_object instead of
7988 encode_coding_string to perform eol-conversion even if the string
7989 is unibyte.
7990
7991 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
7992 character.
7993
7994 * cmds.c (Fself_insert_command): Avoid unnecessay
7995 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
7996
7997 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7998
7999 * callproc.c (Fcall_process): Remove always true #if.
8000
8001 * lisp.h: Replace #if 0 code for checking with text pointing to
8002 the --enable-checking configure flag.
8003
8004 * emacs.c (main): Mention the --enable-profiling configure flag
8005 instead of using CFLAGS.
8006
8007 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
8008
8009 * Makefile.in (buildobj.h): New target.
8010 (doc.o): Depend on it.
8011 (temacs${EXEEXT}): Don't generate buildobj.lst.
8012 (mostlyclean): Delete buildobj.h, not buildobj.lst.
8013 * makefile.w32-in ($(SRC)/buildobj.h): New target.
8014 ($(BLD)/doc.$(O)): Depend on it.
8015 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
8016 provided by Eli Zaretskii.)
8017 ($(TEMACS)): Don't generate buildobj.lst.
8018 * doc.c: Include buildobj.h.
8019 (buildobj): New static variable.
8020 (Fsnarf_documentation): Use it, instead of opening and reading
8021 buildobj.lst.
8022
8023 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8024
8025 * dbusbind.c (Fdbus_call_method)
8026 (Fdbus_call_method_asynchronously): Use English numeric format for
8027 timeout values in doc string.
8028
8029 2009-08-25 Kenichi Handa <handa@m17n.org>
8030
8031 * alloc.c (mark_char_table): New function.
8032 (mark_object): Use mark_char_table for a char-table.
8033
8034 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
8035 (CHAR_TABLE_REF): Use it.
8036
8037 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
8038
8039 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
8040 before invoking the newly build emacs to check for load-path
8041 shadowing.
8042
8043 2009-08-22 Glenn Morris <rgm@gnu.org>
8044
8045 * Makefile.in (bootstrap_exe): New variable.
8046 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
8047 Use ${bootstrap_exe}.
8048
8049 2009-08-22 Eli Zaretskii <eliz@gnu.org>
8050
8051 * coding.h (encode_coding_string): Don't encode unibyte strings.
8052 (Bug#4047)
8053
8054 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
8055
8056 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
8057
8058 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
8059 intended as hotfix only.
8060 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
8061
8062 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8063
8064 * nsterm.m (ns_get_color): Update documentation properly for last
8065 change, and clean up loose ends in the code left by it. Fix
8066 longstanding bug with 16-bit hex parsing, and add support for
8067 yet another X11 format (rgb:r/g/b) for compatibility.
8068 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
8069 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
8070
8071 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8072
8073 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
8074
8075 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8076
8077 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
8078 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
8079 (xd_initialize, xd_pending_messages): Check, whether
8080 $DBUS_SESSION_BUS_ADDRESS is set.
8081
8082 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8083
8084 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
8085
8086 * nsterm.m (ns_get_color): Remove incompatible color formats again.
8087
8088 2009-08-20 Glenn Morris <rgm@gnu.org>
8089
8090 * emacs.c (system-type): Doc fix.
8091
8092 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
8095 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
8096
8097 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8098
8099 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
8100 New functions.
8101 (xd_initialize): Revert change from 2009-08-16.
8102
8103 2009-08-18 Kenichi Handa <handa@m17n.org>
8104
8105 * fontset.c (Ffontset_font): If a nil element is found in a
8106 font-group vector, return nil.
8107
8108 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8109
8110 * process.c (status_notify): Don't perform redisplay.
8111 (Fdelete_process, list_processes_1, process_send_signal):
8112 Expliticly perform redisplay.
8113 (wait_reading_process_output): Always check process status, but
8114 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
8115
8116 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
8117
8118 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
8119 (XFLOAT_INIT): New macro for storing a float value.
8120 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
8121 * fns.c (sxhash): Copy out the value of a float in order to
8122 examine its bytes.
8123 * dbusbind.c (xd_append_arg): Likewise.
8124
8125 * emacs.c (main): Don't call syms_of_data twice.
8126
8127 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
8128
8129 * dbusbind.c (xd_initialize): Add connection file descriptor to
8130 input_wait_mask, in order to let select() detect, whether a new
8131 message has been arrived.
8132 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
8133
8134 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
8135
8136 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
8137 New functions.
8138
8139 * lisp.h (xd_pending_messages): Declare.
8140
8141 * keyboard.c (readable_events): Call xd_pending_messages.
8142
8143 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8144
8145 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
8146
8147 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
8148
8149 * buffer.c (set_buffer_internal_1)
8150 (swap_out_buffer_local_variables): Check for unbound local
8151 variables (Bug#4138).
8152
8153 2009-08-14 Eli Zaretskii <eliz@gnu.org>
8154
8155 * process.c (create_pty): Fix last change.
8156
8157 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
8158
8159 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
8160 (xbm_load_image): Caller changed.
8161 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
8162
8163 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
8164
8165 * process.c (create_pty): New function.
8166 (Fstart_process): Use it to allow Emacs to just associate a pty
8167 with the buffer. See associated change in gdb-mi.el.
8168 (list_processes_1): Deal with no program name.
8169 (start_process_unwind): Use pid == -2 to mean no process.
8170
8171 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * cmds.c (nonundocount): New global variable.
8174 (keys_of_cmds): Initialize it.
8175 (Fself_insert_command): Use it to combine upto 20 sequential chars
8176 into a single undo entry, just like the Qself_insert_command code in
8177 keyboard.c does.
8178 Call frame_make_pointer_invisible, also like the Qself_insert_command
8179 code in keyboard.c does.
8180 * keyboard.c (command_loop_1): Use the new global nonundocount rather
8181 than its own local replacement for it.
8182
8183 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
8184
8185 * fns.c (concat): Don't re-set string length to its current value.
8186
8187 * coding.h (decode_coding_string, encode_coding_string):
8188 Use SBYTES macro.
8189
8190 * doprnt.c (doprnt_lisp): Delete unused function.
8191 (doprnt): Merge with doprnt1, discarding lispstrings code.
8192 * lisp.h (doprnt_lisp): Don't declare.
8193
8194 2009-08-07 Juri Linkov <juri@jurta.org>
8195
8196 * puresize.h (BASE_PURESIZE): Increase to 1270000.
8197
8198 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8199
8200 * print.c (syms_of_print): Undo previous change.
8201
8202 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
8203
8204 * lread.c (read1, syms_of_lread): Read hashtables back from the
8205 readable format.
8206
8207 * print.c (print_preprocess, print_object): Print hashtables fully
8208 and readably.
8209 (syms_of_print): Provide 'hashtable-print-readable.
8210
8211 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8212
8213 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
8214 no family set.
8215 (nsfont_open): Handle case when entity has no family.
8216
8217 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8218
8219 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
8220 element, not a list, for match case.
8221
8222 2009-07-28 Kenichi Handa <handa@m17n.org>
8223
8224 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
8225 rigidly.
8226
8227 * xfont.c (xfont_list_pattern): Don't ignore the return value of
8228 font_parse_xlfd. Check font properties more rigidly.
8229
8230 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8231
8232 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
8233 bsd-common.h.
8234
8235 2009-07-27 Kenichi Handa <handa@m17n.org>
8236
8237 * xfaces.c (face_with_height): Call font_clear_prop.
8238
8239 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
8240
8241 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
8242
8243 * xterm.c (x_term_init): Use Qx.
8244
8245 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
8246
8247 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
8248 (ns_get_color): Revert 2009-07-16 change.
8249
8250 2009-07-25 Eli Zaretskii <eliz@gnu.org>
8251
8252 * lread.c (syms_of_lread) <force_load_messages>: New variable.
8253 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
8254
8255 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
8256
8257 * coding.h (decode_coding_string, encode_coding_string):
8258 Use SCHARS macro.
8259
8260 * lread.c: Rewrite 2009-07-21 changes.
8261 (load_depth): Delete.
8262 (Qload_in_progress): New variable.
8263 (load_unwind): Don't reference load_depth or load_in_progress.
8264 (Fload): Likewise; specbind Qload_in_progress instead.
8265 (init_lread): Don't initialize load_depth.
8266 (syms_of_lread): Initialize and protect Qload_in_progress.
8267
8268 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8269
8270 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
8271
8272 2009-07-23 Yavor Doganov <yavor@gnu.org>
8273
8274 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
8275
8276 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8277
8278 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
8279 Bugs 3792, 3720, 2402.
8280 (ns_lookup_indexed_color): Check for bad index.
8281 (ns_index_color): Init unused slot to 0.
8282 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
8283 Bug 3714, possibly 3082.
8284
8285 2009-07-22 Jason Rumney <jasonr@gnu.org>
8286
8287 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
8288 Position IME window at cursor (Bug#2570).
8289 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
8290 (globals_of_w32fns): Dynamically load functions required above.
8291
8292 * w32term.c (w32_draw_window_cursor): Send message to reposition
8293 any IME window.
8294
8295 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8296
8297 * fileio.c: Revert 2009-07-16 changes.
8298 (Vauto_save_include_big_deletions): New variable.
8299 (Fdo_auto_save): Disable auto-save only if
8300 auto-save-include-big-deletions is nil.
8301
8302 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8303
8304 * xdisp.c (move_it_to): For continued lines ending in a tab, take
8305 the overflowed pixels into account (Bug#3879).
8306
8307 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
8308
8309 * lread.c (load_depth): New variable.
8310 (Fload, load_unwind, init_lread): Set it to the load recursion
8311 depth; set load_in_progress as a simple boolean based on the
8312 current load_depth. (Bug#3892)
8313
8314 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8315
8316 * nsfont.m (ns_has_attribute): Remove.
8317 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
8318
8319 2009-07-18 Juri Linkov <juri@jurta.org>
8320
8321 * process.c (Fset_process_query_on_exit_flag): Mention killing
8322 a buffer in docstring.
8323
8324 2009-07-17 Kenichi Handa <handa@m17n.org>
8325
8326 * casetab.c (shuffle): Fix the logic of setting up the cycle.
8327
8328 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8329
8330 * nsfns.m (Fns_set_alpha): Remove function.
8331 (syms_of_nsfns): Don't defsubr it.
8332
8333 * nsterm.m (ns_get_color): Remove incompatible color formats.
8334 (ns_color_to_lisp): Generate #rrggbb color format string.
8335
8336 2009-07-16 Richard Stallman <rms@gnu.org>
8337
8338 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
8339 (Fset_buffer_auto_saved): Handle save_length = -2.
8340
8341 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
8342
8343 * xterm.c (Qx_gtk_map_stock): New var.
8344
8345 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
8346 of calling intern each time.
8347
8348 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8349
8350 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
8351 does tiling.
8352
8353 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
8354
8355 2009-07-14 Kenichi Handa <handa@m17n.org>
8356
8357 * font.c (font_vconcat_entity_vectors): New function.
8358 (struct font_sort_data): New member font_driver_preference.
8359 (font_compare): Check font_driver_preference.
8360 (font_sort_entities): The format of the first argument changed.
8361 (font_delete_unmatched): Likewise.
8362 (font_list_entities): The return type changed.
8363 (font_select_entity): The format of the second argument changed.
8364 (font_find_for_lface): Adjuste for the above changes.
8365 Don't suppress the checking of C even if the repertory supports it.
8366 (Flist_fonts): Adjust for the above changes.
8367
8368 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
8369 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
8370 Reject a font who has adstyle property that is different from a
8371 langname derived from registry property.
8372 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
8373
8374 2009-07-13 Eli Zaretskii <eliz@gnu.org>
8375
8376 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
8377 local copy of dirfilename.
8378
8379 2009-07-13 Kenichi Handa <handa@m17n.org>
8380
8381 * chartab.c (sub_char_table_ref_and_range): Fix the range check
8382 against max_char.
8383
8384 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
8385 calling XSYMBOL (sym).
8386
8387 2009-07-11 Eli Zaretskii <eliz@gnu.org>
8388
8389 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
8390 New function.
8391 (directory_files_internal) [WINDOWSNT]:
8392 Bind w32-get-true-file-attributes to either t or nil, depending whether
8393 the filesystem of the directory is fast or slow.
8394
8395 * w32.c (logon_network_drive): Don't assume PATH is an absolute
8396 file name.
8397 (is_slow_fs): New function.
8398 (stat): Use it to determine whether to issue more system calls to
8399 get accurate file attributes, when w32-get-true-file-attributes is
8400 `local'.
8401
8402 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
8403
8404 * xfns.c (Fx_select_font): Remember last font selected in
8405 x_last_font_name and use that the next time. Also try the frame
8406 parameter font-parameter as default to the font dialog.
8407
8408 2009-07-10 Kenichi Handa <handa@m17n.org>
8409
8410 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
8411
8412 2009-07-09 Eli Zaretskii <eliz@gnu.org>
8413
8414 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
8415
8416 * w32.c (stat): Treat UNC file names as residing on remote
8417 drives. (Bug#3542)
8418
8419 2009-07-09 Kenichi Handa <handa@m17n.org>
8420
8421 * fontset.c (fontset_find_font): Fix previous change.
8422
8423 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
8424
8425 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
8426 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
8427 error flag.
8428
8429 2009-07-08 Kenichi Handa <handa@m17n.org>
8430
8431 * fontset.c (fontset_find_font): Fix the logic of handling
8432 charset_matched.
8433 (font_for_char): Delete unused var.
8434 (generate_ascii_font_name): Delete it.
8435
8436 * coding.h (JIS_TO_SJIS2): Fix the code range check.
8437
8438 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
8439 (encode_coding_sjis): Fix the code range check.
8440
8441 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
8442
8443 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
8444 (Fexpand_file_name): Copy string data properly (Bug#3772).
8445
8446 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
8447
8448 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
8449 first MapNotify.
8450
8451 2009-07-07 Kenichi Handa <handa@m17n.org>
8452
8453 * character.h (unibyte_has_multibyte_table): Delete extern.
8454 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
8455
8456 * charset.c (Fset_charset_priority): Update charset_unibyte.
8457 (syms_of_charset): Initialize charset_unibyte.
8458
8459 * character.c (unibyte_has_multibyte_table): Delete it.
8460 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
8461 charset_unibyte.
8462 (multibyte_char_to_unibyte_safe): Likewise.
8463 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
8464
8465 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
8466 (x_produce_glyphs): Likewise.
8467
8468 * .gdbinit (xcharset): Fix the treating $arg0.
8469
8470 2009-07-04 Eli Zaretskii <eliz@gnu.org>
8471
8472 Emulation of `getloadavg' on MS-Windows.
8473 * w32.c: Include float.h.
8474 (g_b_init_get_native_system_info, g_b_init_get_system_times)
8475 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
8476 (get_native_system_info, get_system_times): New functions.
8477 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
8478 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
8479 (globals_of_w32): Initialize g_b_init_get_native_system_info,
8480 g_b_init_get_system_times, and num_of_processors.
8481
8482 2009-07-03 Jason Rumney <jasonr@gnu.org>
8483
8484 * w32term.c (w32_initialize): Use standard types.
8485
8486 2009-07-03 Eli Zaretskii <eliz@gnu.org>
8487
8488 * dired.c (Ffile_attributes): Decode user and group names by the
8489 locale's encoding. (Bug#3443)
8490
8491 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
8492
8493 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
8494 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
8495
8496 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
8497
8498 * term.c (init_tty): Remove spurious #ifdef.
8499
8500 * m/mips.h: Mention this file is also used for netbsd.
8501 * m/pmax.h: Remove file.
8502
8503 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8504
8505 * xterm.h (struct x_display_info): Add invisible_cursor.
8506 (struct x_output): Add current_cursor.
8507
8508 * xterm.c (XTtoggle_invisible_pointer): New function.
8509 (x_define_frame_cursor): Don't define cursor if invisible or the
8510 same as before. Set current_cursor.
8511 (x_create_terminal): Set toggle_invisible_pointer_hook.
8512
8513 * xfns.c (make_invisible_cursor): New function.
8514 (x_set_mouse_color): Call make_invisible_cursor.
8515 Set current_cursor.
8516 (x_window): Set current_cursor.
8517
8518 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
8519
8520 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
8521 inserting a character.
8522 (read_avail_input): Call frame_make_pointer_visible.
8523
8524 * frame.c (Vmake_pointer_invisible): New variable.
8525 (frame_make_pointer_invisible, frame_make_pointer_visible):
8526 New functions.
8527 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
8528
8529 * frame.h: Declare frame_make_pointer_invisible and
8530 frame_make_pointer_visible.
8531 (struct frame): Add pointer_invisible.
8532
8533 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
8534
8535 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
8536 frame isn't visible.
8537 (xg_frame_resized): If width/height is -1, get size of window
8538 from X server.
8539
8540 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
8541 for MapNotify.
8542
8543 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
8544 here or call change_frame_size. Just call flush_and_sync.
8545 (flush_and_sync): Reintroduce.
8546
8547 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8548
8549 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
8550
8551 * xterm.c (x_handle_net_wm_state): Also look for sticky.
8552 (x_term_init): Initialize Xatom_net_wm_state_sticky.
8553
8554 * frame.h: Declare Qsticky.
8555
8556 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
8557
8558 * nsfns.m (ns_frame_parm_handlers): Ditto.
8559
8560 * frame.c: Declare Qsticky.
8561 (frame_parms): Add sticky.
8562
8563 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
8564
8565 * xterm.h: Declare x_set_sticky.
8566
8567 * xterm.c (x_set_sticky): New function.
8568
8569 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
8570 (xg_tool_bar_menu_proxy): Attach enter/leave events to
8571 xg_tool_bar_proxy_help_callback.
8572
8573 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
8574
8575 * frame.c: Qmaximized is new.
8576 (x_set_frame_parameters): Do not handle fullscreen specially.
8577 Only set width and height if explicitly set.
8578 (x_set_fullscreen): Handle Qmaximized.
8579 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
8580 (syms_of_frame): Initialize Qmaximized.
8581
8582 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
8583 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
8584
8585 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
8586 for Expose event. Add call to x_check_fullscreen for MapNotify event.
8587 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
8588 set gravity to NorthWestGravity when USE_GTK.
8589 (set_wm_state): New function.
8590 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
8591 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
8592 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
8593 or the case when no window manager is running. That means remove calls
8594 to x_real_positions and x_fullscreen_adjust.
8595
8596 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
8597 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
8598 flush_and_sync.
8599 (xg_height_changed): New function.
8600 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
8601 and gtk_window_set_policy. Set frame gravity after parsing the
8602 geometry string.
8603 (xg_update_frame_menubar, free_frame_menubar)
8604 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
8605 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
8606 Remove calls to xg_frame_set_char_size.
8607
8608 2009-07-01 Kenichi Handa <handa@m17n.org>
8609
8610 * keyboard.c (decode_keyboard_code): New function.
8611 (tty_read_avail_input): Decode the input bytes if necessary.
8612
8613 * coding.c (setup_coding_system):
8614 Initialize coding->carryover_bytes to 0.
8615 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
8616 use Qno_conversion.
8617
8618 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8619
8620 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
8621
8622 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
8623
8624 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
8625
8626 2009-06-30 Jason Rumney <jasonr@gnu.org>
8627
8628 * w32term.c (w32_initialize): Use GetModuleHandle for library that
8629 is already loaded.
8630 Set user model ID if supported (bug#1849).
8631
8632 2009-06-29 Jim Meyering <meyering@redhat.com>
8633
8634 Remove useless if-before-xfree test.
8635 * nsfont.m (nsfont_close): Remove useless test.
8636 * term.c (delete_tty): Likewise.
8637 * w32.c (system_process_attributes): Likewise.
8638 * w32font.c (w32font_close): Likewise.
8639 * xfaces.c (x_free_gc): Likewise.
8640 * xselect.c (buffer): Likewise.
8641
8642 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
8643
8644 * process.c (send_process): Keep decoded string in a local
8645 variable and protect it from GC. (Bug#3521)
8646
8647 2009-06-28 Eli Zaretskii <eliz@gnu.org>
8648
8649 * term.c (create_tty_output) [MSDOS]: #ifdef away.
8650 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
8651
8652 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
8653
8654 * xdisp.c (start_display, handle_face_prop)
8655 (move_it_vertically_backward, cursor_row_fully_visible_p)
8656 (redisplay_window, try_window_id, produce_image_glyph):
8657 Delete some #ifdef-ed out code chunks that are now obsolete.
8658
8659 * xterm.c (x_update_window_begin, x_new_focus_frame)
8660 (x_scroll_bar_handle_click, handle_one_xevent)
8661 (handle_one_xevent, XTread_socket, x_focus_on_frame)
8662 (x_make_frame_visible, x_make_frame_invisible)
8663 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
8664 code chunks that are now obsolete.
8665
8666 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
8667
8668 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
8669 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
8670 for hours, when optimzation is enabled.
8671 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
8672 (xd_read_message): Make them static.
8673
8674 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
8675
8676 * term.c (turn_on_face): Allow simultaneously bold and dim
8677 terminal faces (Bug#3530).
8678
8679 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
8680
8681 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
8682
8683 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
8684 truncation glyphs (Bug#3686).
8685
8686 2009-06-27 Glenn Morris <rgm@gnu.org>
8687
8688 * m/pmax.h: Restore file, with only netbsd portions.
8689
8690 2009-06-26 David Reitter <david.reitter@gmail.com>
8691
8692 * nsterm.m (keydown): Avoid infinite loop.
8693
8694 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
8695
8696 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
8697 the arg FORCE_SYMBOL.
8698
8699 2009-06-25 Kenichi Handa <handa@m17n.org>
8700
8701 * fontset.c (fontset_find_font): When a usable rfont_def is found
8702 in a fallback font-group, make it the first element of the group.
8703
8704 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
8705
8706 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
8707
8708 2009-06-24 Kenichi Handa <handa@m17n.org>
8709
8710 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
8711 set for C.
8712 (fontset_font): Record the availability of a font for C both in
8713 the realized fontsets of the current one and the default one.
8714
8715 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8716
8717 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
8718 conditional, it is always defined on AIX.
8719
8720 2009-06-23 Miles Bader <miles@gnu.org>
8721
8722 * window.c (Vrecenter_redisplay): New variable.
8723 (syms_of_window): Initialize it.
8724 (Qtty): New extern declaration.
8725 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
8726
8727 2009-06-23 Jim Meyering <meyering@redhat.com>
8728
8729 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
8730 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
8731 pointer dereferences are guaranteed to be valid.
8732
8733 2009-06-23 Kenichi Handa <handa@m17n.org>
8734
8735 * emacs.c (main): Call init_font ().
8736
8737 * font.h (Vfont_log): Extern it.
8738 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
8739
8740 * font.c (font_sort_entities, font_list_entities)
8741 (font_matching_entity, font_open_entity)
8742 (font_close_object): Change font_add_log to FONT_ADD_LOG.
8743 (Vfont_log): Delete static.
8744 (font_log_env_checked): Delete this variable.
8745 (font_add_log): Don't check font_log_env_checked.
8746 (font_deferred_log): Check Vfont_log.
8747 (init_font): New function.
8748
8749 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
8750
8751 * w32font.c: Change font_add_log to FONT_ADD_LOG.
8752
8753 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
8754
8755 * xfont.c: Change font_add_log to FONT_ADD_LOG.
8756
8757 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
8758 (face_for_char): Don't call font_deferred_log here.
8759 (font_for_char): Likewise.
8760
8761 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
8762
8763 * w32term.c (x_draw_glyph_string): Use the glyph string's width
8764 rather than its background_width for drawing the overline and
8765 underline (Bug#489).
8766
8767 * xterm.c (x_draw_glyph_string): Use the glyph string's width
8768 rather than its background_width for drawing the overline and
8769 underline (Bug#489).
8770 (xg_default_icon_file): New variable.
8771 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
8772 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
8773
8774 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
8775 (load_overlay_strings): Remove externs.
8776 (fast_find_position): Function deleted.
8777 (mouse_face_from_buffer_pos): New function, based on
8778 fast_find_position. Correctly handle before-strings,
8779 display-strings, and after-strings (Bug#1220).
8780 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
8781
8782 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
8783
8784 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
8785 (move_it_in_display_line_to, move_it_in_display_line_to)
8786 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
8787
8788 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
8789
8790 * Branch for 23.1.
8791
8792 2009-06-21 Jason Rumney <jasonr@gnu.org>
8793
8794 * w32term.c (keyboard_codepage): New static variable.
8795 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
8796 (w32_read_socket) [WM_CHAR]: Use it to decode character
8797 input (bug#3237).
8798 (w32_initialize): Initialize it.
8799 (codepage_for_locale): New function.
8800
8801 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
8802
8803 * process.c (status_message): Pass Faset index argument as a lisp
8804 object, so as to work with USE_LISP_UNION_TYPE.
8805
8806 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8807
8808 * coding.c (Ffind_coding_systems_region_internal):
8809 Cache checked characters.
8810
8811 2009-06-18 Kenichi Handa <handa@m17n.org>
8812
8813 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
8814
8815 2009-06-18 Andreas Schwab <aschwab@redhat.com>
8816
8817 * xdisp.c (redisplay_internal): Check that the frame is still
8818 live after redisplay of its windows.
8819 (redisplay_windows): Check that the window is still live.
8820
8821 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
8822
8823 * coding.c (detect_coding_utf_16): Fix previous change.
8824
8825 2009-06-16 Kenichi Handa <handa@m17n.org>
8826
8827 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
8828 UTF-16 by checking the dispersion of Eth and Oth bytes.
8829
8830 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
8831
8832 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
8833
8834 2009-06-15 Kenichi Handa <handa@m17n.org>
8835
8836 * process.c (status_message): Fix previous change. Be sure to
8837 decode a localized string.
8838
8839 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8840
8841 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
8842 add comment explaining why.
8843
8844 2009-06-14 Sidney Markowitz <sidney@sidney.com>
8845
8846 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
8847
8848 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
8849
8850 * nsfont.m (ns_attribute_value): Remove.
8851 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
8852 (ns_has_attribute): Shrink the normal range.
8853 (ns_findfonts): Don't worry about requested spec in determining
8854 need for synthItal.
8855 (ns_get_covering_families): Retain scriptToFamilies.
8856
8857 2009-06-14 Seiji Zenitani <zenitani@mac.com>
8858
8859 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
8860
8861 2009-06-11 Kenichi Handa <handa@m17n.org>
8862
8863 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
8864 overhang for the static composition case.
8865
8866 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8867
8868 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
8869 overhang for the automatic composition case.
8870
8871 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
8872 composition case.
8873
8874 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
8875
8876 * xdisp.c (get_next_display_element): When handling wrap-prefix
8877 and line-prefix, treat \n as a control character (bug#3502).
8878
8879 2009-06-10 Kenichi Handa <handa@m17n.org>
8880
8881 * font.c (font_parse_family_registry): Fix for one-char foundry.
8882 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
8883
8884 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
8885
8886 * process.c (status_message): Fix handling of multibyte signal
8887 string (Bug#3499).
8888
8889 2009-06-09 Jim Meyering <meyering@redhat.com>
8890
8891 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
8892 color name is missing.
8893
8894 2009-06-09 Kenichi Handa <handa@m17n.org>
8895
8896 * charset.c (Fmap_charset_chars): In docstring, state clearly that
8897 FROM-CODE and TO-CODE are codepoints of CHARSET.
8898
8899 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
8900
8901 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
8902
8903 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
8904
8905 Changes to support :script/:lang/:otf in NS font driver.
8906 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
8907 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
8908 indicate not part of font driver interface, and change callers.
8909 (ns_get_family): Remove pointless null check.
8910 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
8911 ns_spec_to_descriptor, ns_descriptor_to_entity.
8912 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
8913 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
8914 (ns_spec_to_descriptor, ns_descriptor_to_entity)
8915 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
8916 (ns_get_req_script, ns_accumulate_script_ranges)
8917 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
8918 New functions.
8919 (nsfont_list, nsfont_match): Use ns_findfonts.
8920 (nsfont_open): Use font descriptor instead of traits.
8921 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
8922 (dump_glyphstring): Rename to ns_dump_glyphstring.
8923
8924 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
8925
8926 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
8927
8928 * fontset.c (fontset_from_font): Remove NS-specific code.
8929
8930 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
8931
8932 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
8933 nonactive windows.
8934
8935 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
8936
8937 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
8938
8939 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
8940
8941 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
8942
8943 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
8944
8945 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
8946 account for the overflowing of newlines into the last glyph on the
8947 display line (Bug#3482).
8948
8949 2009-06-05 David Reitter <david.reitter@gmail.com>
8950
8951 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
8952 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
8953 Fns_selection_exists_p, Fns_selection_owner_p.
8954
8955 2009-06-03 Jason Rumney <jasonr@gnu.org>
8956
8957 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
8958 available. (Bug#3379)
8959
8960 2009-05-29 Kenichi Handa <handa@m17n.org>
8961
8962 * coding.c (get_translation_table):
8963 Check Venable_character_translation.
8964
8965 2009-05-26 David Reitter <david.reitter@gmail.com>
8966
8967 * nsterm.m (ns_raise_frame): Only raise frame if visible.
8968 (x_make_frame_visible): Move frame to front rather than calling
8969 ns_raise_frame().
8970 (keyDown:): Do not swallow events that aren't re-sent if frame
8971 isn't key window.
8972 (drawRect:): Do not set visibility/iconified flags because
8973 drawRect may be called by NSView even if the frame is hidden.
8974
8975 * nsfns.m (Fx_create_frame): Follow other ports in
8976 determining visibility; default to t. Ensure async_visible is set.
8977
8978 2009-05-23 Eli Zaretskii <eliz@gnu.org>
8979
8980 * dired.c (Ffile_attributes): Doc fix.
8981
8982 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
8983
8984 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
8985
8986 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8987
8988 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
8989 and xfont_scratch_props.
8990 (syms_of_xfont): Do it here instead.
8991 (xfont_find_ccl_program): Delete, unused.
8992 (xfont_open): Delete unused var `i'.
8993
8994 2009-05-21 Kenichi Handa <handa@m17n.org>
8995
8996 * fontset.c (Qlatin): Don't make it static.
8997
8998 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
8999 New functions.
9000 (xfont_scripts_cache, xfont_scratch_props): New variables.
9001 (Qlatin, Vscalable_fonts_allowed): Extern it.
9002 (xfont_list_pattern): Argument changed. Callers changed.
9003 Check Vscalable_fonts_allowed. Check the support of a script.
9004 (xfont_list): Don't reject a font spec with :script property.
9005 (xfont_has_char): Fix setting of encoding.
9006 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
9007 xfont_scratch_props.
9008
9009 2009-05-19 Kenichi Handa <handa@m17n.org>
9010
9011 * font.c (font_sort_entities): Rename from font_sort_entites.
9012 Callers changed.
9013
9014 2009-05-18 Kenichi Handa <handa@m17n.org>
9015
9016 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
9017
9018 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9019
9020 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
9021 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
9022
9023 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9024
9025 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
9026 (x_delete_terminal): Dissociate resource database from display and
9027 then call XrmDestroyDatabase before closing display.
9028
9029 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9030
9031 * nsterm.m (ns_read_socket): Remove unused variable.
9032 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
9033 whether selected frame is viable before raising it (based on patch
9034 by David Reitter), and improve commentary.
9035 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9036
9037 2009-05-15 Kenichi Handa <handa@m17n.org>
9038
9039 * font.c (Ffont_spec): Check arguments.
9040
9041 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
9042
9043 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
9044 weight when testing attributes (Bug#3282).
9045
9046 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9047
9048 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
9049 what we expect to get in the next ConfigureNotify event.
9050
9051 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
9052 before Xft one (Bug#1696).
9053
9054 2009-05-07 David Reitter <david.reitter@gmail.com>
9055
9056 * nsfns.m (Fx_display_planes): Compute bitplanes using
9057 NSBitsPerPixelFromDepth (Bug#3207).
9058
9059 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
9060
9061 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
9062
9063 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
9064
9065 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
9066
9067 2009-05-07 David Reitter <david.reitter@gmail.com>
9068
9069 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
9070 Respect mouse face background.
9071
9072 2009-05-07 David Reitter <david.reitter@gmail.com>
9073
9074 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
9075 Mouse movement/highlight: bracket drawing operations
9076 in ns_update_begin and ns_update_end.
9077
9078 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * nsfns.m (ns_get_screen): Rewrite.
9081 Don't presume selected-frame is of type `ns'.
9082
9083 * font.c (font_update_drivers): Sanity fallback to avoid disabling
9084 all drivers.
9085
9086 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
9087
9088 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9089
9090 * keyboard.h (add_user_signal): Fix typo in extern.
9091
9092 * lisp.h (add_user_signal): Remove extern.
9093
9094 * unexelf.c (unexec): Consider a section to precede the .bss section
9095 if its addresses overlap that of .bss.
9096 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
9097 instead of dumping process.
9098
9099 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
9102
9103 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9104
9105 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
9106
9107 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9108
9109 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
9110 any statements.
9111
9112 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
9113
9114 * process.c (read_process_output): Make sure the current buffer is
9115 always restored.
9116
9117 * coding.c (record_conversion_result): Don't modify
9118 Vlast_code_conversion_error for successful result.
9119 (alloc_destination): Don't clobber conversion result. (Bug#1650)
9120
9121 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9122
9123 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
9124 (load_charset_map): Remove unnecessary code.
9125
9126 2009-04-30 David Reitter <david.reitter@gmail.com>
9127
9128 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
9129 through f24.
9130
9131 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
9132
9133 * xfaces.c (face_at_buffer_position): New arg base_face_id.
9134
9135 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
9136 face_at_buffer_position.
9137 (face_before_or_after_it_pos, get_next_display_element)
9138 (note_mouse_highlight): Update face_at_buffer_position call.
9139
9140 * term.c (term_mouse_highlight):
9141 * msdos.c (IT_note_mouse_highlight):
9142 * fontset.c (Finternal_char_font):
9143 * font.c (font_at, font_range): Update face_at_buffer_position call.
9144
9145 * dispextern.h (face_at_buffer_position): Update prototype.
9146
9147 2009-04-30 Kenichi Handa <handa@m17n.org>
9148
9149 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
9150
9151 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
9152
9153 * callproc.c (Fcall_process): Fix GC protection. Make sure
9154 current buffer is always restored.
9155
9156 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9157
9158 * atimer.c (init_atimer): Also clear stopped_atimers.
9159
9160 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
9161
9162 * process.c (create_process): Clean up merger residues of
9163 2008-07-17 change.
9164
9165 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
9166
9167 * lread.c (Vread_circle): New variable.
9168 (read1): Disable recursive read if Vread_circle is nil.
9169
9170 2009-04-29 Kenichi Handa <handa@m17n.org>
9171
9172 * fontset.h (set_default_ascii_font): Delete extern.
9173
9174 * fontset.c (set_default_ascii_font): Delete this unused function.
9175
9176 * frame.c (x_set_font): When ARG is a font-object, check if the
9177 font-object matches with the ASCII font-spec of the frame's
9178 fontset. If not, create a new fontset for the frame. (Bug #3075)
9179
9180 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
9181
9182 * fns.c (Flocale_info): Protect vector from GC during decoding.
9183
9184 * process.c (Fstart_process): Protect argv strings from GC during
9185 encoding.
9186
9187 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
9188
9189 * sysdep.c: Include <ctype.h>.
9190
9191 2009-04-27 David Reitter <david.reitter@gmail.com>
9192
9193 * nsfont.m (nsfont_open): Remove unused variable shrink.
9194 Remove commented-out code.
9195
9196 2009-04-26 Johan Bockgård <bojohan@gnu.org>
9197
9198 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
9199
9200 2009-04-25 Jason Rumney <jasonr@gnu.org>
9201
9202 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
9203
9204 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9205
9206 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
9207 Swap bytes in short integer if fringe bitmap width > 8.
9208
9209 2009-04-23 Kenichi Handa <handa@m17n.org>
9210
9211 * xfaces.c (Fx_list_fonts): If a font size is specified in
9212 PATTERN, set it in returned scalable fonts.
9213
9214 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
9215
9216 * keyboard.c (Fset_input_meta_mode): Doc fix.
9217
9218 * dispnew.c (Fsend_string_to_terminal): Doc fix.
9219
9220 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
9221
9222 * coding.c (Fterminal_coding_system): Doc fix.
9223
9224 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
9225 (Fx_display_pixel_height, Fx_display_planes)
9226 (Fx_display_color_cells, Fx_server_max_request_size)
9227 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9228 (Fx_display_mm_height, Fx_display_mm_width)
9229 (Fx_display_backing_store, Fx_display_visual_class)
9230 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
9231 Doc fixes, replacing "terminal id" with "terminal object".
9232 (check_x_display_info): Handle terminal objects instead of
9233 terminal ids.
9234
9235 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
9236 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
9237 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
9238 Doc fixes, replacing "terminal id" with "terminal object".
9239
9240 2009-04-21 Kenichi Handa <handa@m17n.org>
9241
9242 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
9243 (font_score): Check AVGWIDTH too.
9244
9245 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
9246 worst case.
9247 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
9248 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
9249
9250 2009-04-19 Jason Rumney <jasonr@gnu.org>
9251
9252 The following changes fix Bug#3005 for wide glyphs on each platform,
9253 without reintroducing Bug#1258 for stretch glyphs.
9254
9255 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
9256 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
9257 get_phys_cursor_geometry.
9258
9259 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
9260 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
9261 using get_phys_cursor_geometry.
9262
9263 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
9264 correctly calculated.
9265
9266 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
9267
9268 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
9269 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
9270 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
9271 is deprecated.
9272
9273 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
9274
9275 * font.c (font_put_frame_data): Use xfree instead of free.
9276
9277 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
9278
9279 * w32font.c (Qja, Qko): Remove declarations.
9280 (syms_of_w32font): Don't DEFSYM them.
9281
9282 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
9283
9284 * font.c (Qja, Qko): Move definitions here from ftfont.c.
9285
9286 * font.h (Qja, Qko): Extern them.
9287
9288 * ftfont.c (Qja, Qko): Remove declarations.
9289
9290 * xfont.c (Qja, Qko): Remove declarations.
9291
9292 2009-04-17 Kenichi Handa <handa@m17n.org>
9293
9294 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
9295 string from a vector to handle Latin-1 characters correctly.
9296
9297 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
9298 entity even if the cache hits.
9299
9300 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
9301
9302 * search.c (boyer_moore): Use zero as marker value for a possible
9303 match instead of depending on overflow behavior. (Bug#2844)
9304
9305 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
9306 * lisp.h: Adjust prototypes.
9307
9308 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
9309
9310 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
9311 change (Bug#3003).
9312
9313 2009-04-16 Kenichi Handa <handa@m17n.org>
9314
9315 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
9316
9317 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
9318 adstyle.
9319
9320 * ftfont.c (Qja, Qko): Don't make them static.
9321 (enum ftfont_cache_for): New enum.
9322 (fc_charset_table): Undo the previous change.
9323 (ftfont_get_latin1_charset): Delete it.
9324 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
9325 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
9326 non-scarable font, try to get AVERAGE_WIDTH.
9327 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
9328 Change ft_face_cache from a list of a hash-table. Don't check
9329 `ja' and `ko' adstyle here.
9330 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
9331 FTFONT_CACHE_FOR_CHARET.
9332 (ftfont_get_charset): Undo the previous change.
9333 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
9334 (ftfont_close): Likewise.
9335 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
9336
9337 * font.c (font_sort_entites): Change the meaning of the arg
9338 BEST-ONLY. Don't optimize for VEC of lenght 1.
9339 (font_select_entity): Just return the value of font_sort_entites.
9340
9341 * xfaces.c (merge_face_vectors): Reflect font properties in
9342 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
9343 font_clear_prop if a face attribute doesn't change.
9344
9345 * charset.h (charset_ksc5601): Extern it.
9346
9347 * charset.c (charset_ksc5601): New variable.
9348 (Fdefine_charset_internal): Set charset_ksc5601.
9349 (init_charset_once): Initialize charset_ksc5601 to -1.
9350
9351 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
9352
9353 * fileio.c (history_delete_duplicates): Remove unused declaration.
9354
9355 * callint.c (history_delete_duplicates): New declaration.
9356 (Fcall_interactively): Remove command history duplicates when
9357 history_delete_duplicates is true.
9358
9359 2009-04-14 Eli Zaretskii <eliz@gnu.org>
9360
9361 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
9362
9363 2009-04-14 Kenichi Handa <handa@m17n.org>
9364
9365 * font.c (Ffont_info): Fix docstring. Fix the second element of
9366 the returned value (bug#2949).
9367
9368 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
9369
9370 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
9371
9372 2009-04-14 Kenichi Handa <handa@m17n.org>
9373
9374 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
9375 encoding charset is ascii_compatible.
9376
9377 * charset.c (Fdefine_charset_internal): Make charset
9378 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
9379 code_offset is 0, and covers all ASCII characters.
9380
9381 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9382
9383 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
9384 (ns_string_to_pasteboard_internal):
9385 * nsmenu.m (process_dialog):
9386 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
9387 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
9388 * lisp.h (Fx_load_color_file): Declare.
9389
9390 2009-04-13 Kenichi Handa <handa@m17n.org>
9391
9392 * font.c (font_delete_unmatched): Preserve the order of list elements.
9393 (font_select_entity): Suppress the code to optimize for the same
9394 kind of fonts.
9395 (font_load_for_lface): Get a font that supports at least ASCII
9396 characters.
9397
9398 * ftfont.c (Qja, Qko): New variables.
9399 (fc_charset_table): Delete uniquifier data for iso8859-1.
9400 (ftfont_get_latin1_charset): New function.
9401 (get_adstyle_property): New function.
9402 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
9403 bitmap fonts.
9404 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
9405 Delete iso-8859-1 range from the charset of fonts whose adstyle is
9406 `ko' or `ja'.
9407 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
9408 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
9409 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
9410 property.
9411 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
9412 (syms_of_ftfont): DEFSYM Qja and Qko.
9413
9414 2009-04-09 Kenichi Handa <handa@m17n.org>
9415
9416 * charset.c (map_charset_chars): For a charset of `superset'
9417 method, fix calculation of code range.
9418
9419 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
9420 from the list of extra properties.
9421 (font_clear_prop): Be sure to delete `:name' font property.
9422
9423 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9424
9425 * dispnew.c (redraw_overlapping_rows): Fix detection of
9426 overlapping for topmost and bottommost rows.
9427
9428 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
9429
9430 2009-04-06 Jason Rumney <jasonr@gnu.org>
9431
9432 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
9433
9434 2009-04-06 Kenichi Handa <handa@m17n.org>
9435
9436 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
9437
9438 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
9439
9440 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9441
9442 * ftfont.c (ftfont_open): Fix checking of the return value of
9443 FT_Load_Char. Fix setting font->underline_thickness.
9444
9445 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
9446
9447 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
9448 (Fterminal_parameters, Fterminal_parameter)
9449 (Fset_terminal_parameter): In doc string, refer to terminal
9450 objects rather than terminal ids.
9451
9452 2009-04-04 Eli Zaretskii <eliz@gnu.org>
9453
9454 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
9455 ret_lim_data. (Bug#2867)
9456
9457 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
9458
9459 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
9460 so they don't get wider than the window, matching 2006-01-23
9461 change to the partner function in xdisp.c (Bug#2800).
9462
9463 2009-04-03 Kenichi Handa <handa@m17n.org>
9464
9465 * print.c (print_object): Make each lowest sub_char_table start a
9466 new line (Bug#2866).
9467
9468 2009-04-02 Kenichi Handa <handa@m17n.org>
9469
9470 * fontset.c (fontset_font): Record no-font when a fontset
9471 explicitly tells not to try another font-specs.
9472
9473 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
9474
9475 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
9476
9477 2009-03-30 Kenichi Handa <handa@m17n.org>
9478
9479 * fontset.c (fontset_from_font): Specify only registry in a
9480 font-spec for all characters supported by that registry.
9481
9482 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
9483 even if HAVE_M17N_FLT is not defined.
9484
9485 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
9486
9487 * ftfont.c: Conditionalize prototyping and use of
9488 ftfont_variation_glyphs.
9489
9490 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * frame.c (delete_frame): Work around compiler bug.
9493
9494 * editfns.c (general_insert_function): Adjust to insdel.c changes.
9495 * insdel.c (prepare_to_modify_buffer, signal_before_change):
9496 Some more EMACS_INT.
9497 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
9498
9499 * xdisp.c (dump_glyph): Fix typo.
9500
9501 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
9502 (adjust_markers_gap_motion, adjust_markers_for_delete)
9503 (adjust_markers_for_insert, adjust_point)
9504 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
9505 (make_gap, copy_text, count_size_as_multibyte, insert)
9506 (insert_and_inherit, insert_before_markers)
9507 (insert_before_markers_and_inherit, insert_1)
9508 (count_combining_before, count_combining_after, insert_1_both)
9509 (insert_from_string, insert_from_string_before_markers)
9510 (insert_from_string_1, insert_from_gap, insert_from_buffer)
9511 (insert_from_buffer_1, adjust_after_replace)
9512 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
9513 (replace_range_2, del_range, del_range_1, del_range_byte)
9514 (del_range_both, del_range_2, modify_region)
9515 (prepare_to_modify_buffer, signal_before_change)
9516 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
9517 for buffer positions and sizes.
9518 * lisp.h: Adjust prototypes accordingly.
9519
9520 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
9521 (non_regular_inserted, non_regular_nbytes, read_non_regular)
9522 (Finsert_file_contents): Use EMACS_INT for buffer positions.
9523
9524 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
9525
9526 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
9527
9528 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
9529 lines and columns so we keep the same pixel height and width.
9530
9531 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
9532 the property _NET_WM_STATE has changed.
9533 (x_handle_net_wm_state): New function to update frame parameter
9534 fullscreen.
9535 (x_term_init): Initialize atoms for _NET_WM_STATE.
9536
9537 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
9538
9539 2009-03-27 Kevin Ryde <user42@zip.com.au>
9540
9541 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
9542 Gpm_GetEvent as an error that justifies closing the filedescriptor.
9543 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
9544 (Fgpm_mouse_stop): Pass that new parameter.
9545 * termhooks.h (close_gpm): Adjust prototype.
9546
9547 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9548
9549 * lisp.h (Fx_focus_frame): Declare.
9550
9551 * callint.c (Fcall_interactively): For '^' just delegate the work to
9552 handle-shift-selection.
9553 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
9554
9555 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
9556
9557 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
9558
9559 * data.c (Qinteractive_form): New variable.
9560 (Finteractive_form): Use it.
9561
9562 * eval.c (Fcommandp): Use Qinteractive_form.
9563
9564 2009-03-24 Jason Rumney <jasonr@gnu.org>
9565
9566 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
9567 Calculate total size precisely. Decode environment variables
9568 before substituting. (Bug#38)
9569
9570 2009-03-24 Kenichi Handa <handa@m17n.org>
9571
9572 * font.c (find_font_encoding): Return Qnil for unsupported
9573 encoding (Bug#2722).
9574
9575 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
9576
9577 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
9578 that gdpy is set.
9579
9580 2009-03-22 Alan Mackenzie <acm@muc.de>
9581
9582 * callint.c (Finteractive): Clarify the doc string - even
9583 promptless elements need \n separators.
9584
9585 2009-03-22 Jason Rumney <jasonr@gnu.org>
9586
9587 * w32term.c (syms_of_w32term): Doc fix for
9588 x-use-underline-position-properties.
9589
9590 2009-03-21 Eli Zaretskii <eliz@gnu.org>
9591
9592 * w32.c (getpwuid): Change argument type to unsigned.
9593 (struct w32_id): Change type of `rid' member to unsigned.
9594 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
9595 argument ID to unsigned. All callers changed.
9596 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
9597
9598 2009-03-20 Eli Zaretskii <eliz@gnu.org>
9599
9600 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
9601 negative, produce a float value.
9602
9603 * dired.c (make_uid, make_gid): New functions.
9604 (Ffile_attributes): Use them to avoid negative UID and GID.
9605
9606 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
9607
9608 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
9609 (syms_of_keyboard) <command-hook-internal, input-method-function>:
9610 Fix typos in docstrings.
9611
9612 2009-03-19 Kenichi Handa <handa@m17n.org>
9613
9614 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
9615 changed, use font_load_for_lface to get a new font object.
9616 Call free_realized_fontset after handling ASCII font change.
9617
9618 * frame.c (x_set_font): Handle the case that ARG is a cons.
9619
9620 2009-03-19 Glenn Morris <rgm@gnu.org>
9621
9622 * fileio.c (Fsubstitute_in_file_name): Doc fix.
9623
9624 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
9625
9626 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
9627
9628 2009-03-19 Kenichi Handa <handa@m17n.org>
9629
9630 * charset.c (load_charset_map_from_file): When a mapfile can't be
9631 loaded, signal an error.
9632
9633 2009-03-18 Eli Zaretskii <eliz@gnu.org>
9634
9635 * dired.c (Ffile_attributes): Make sure UID and GID are always
9636 positive, even if the value is too large for a positive EMACS_INT.
9637 Doc fix.
9638
9639 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
9640
9641 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9642
9643 * xmenu.c (xdialog_show): Move Fredisplay call ...
9644 (Fx_popup_dialog): ... here.
9645
9646 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9647
9648 * dired.c (file_name_completion): Disable the first optimization just
9649 installed, since it is not implemented correctly.
9650
9651 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9652
9653 * dired.c (file_name_completion): Check completion-ignored-extensions
9654 only if the entry can affect bestmatch.
9655 Stop the search early, as Ftry_completion already does.
9656
9657 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
9658
9659 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
9660
9661 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
9662
9663 * keyboard.c (parse_menu_item): Don't display remappings as menu
9664 equivalent bindings (Bug#788).
9665
9666 2009-03-15 Jason Rumney <jasonr@gnu.org>
9667
9668 * w32term.h (WM_EMACS_PAINT): New message.
9669 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
9670 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
9671 before passing to lisp thread. (Bug#950)
9672
9673 2009-03-14 David Reitter <david.reitter@gmail.com>
9674
9675 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
9676 variable as it was never reset.
9677 (ns_term_init): Remove initialization of Lisp-settable defaults
9678 and ns_expand_space.
9679 (-setPanelFromDefaultValues): Remove ns_expand_space.
9680 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
9681 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
9682 i.e. no additional spacing, similar to Carbon port.
9683
9684 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
9685 * nsfns.m (ns-popup-prefs-panel): Remove.
9686
9687 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
9688
9689 * sound.c (alsa_configure): Remove call to deprecated
9690 snd_pcm_sw_params_set_xfer_align.
9691
9692 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
9693
9694 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
9695 after clicking in a detached tool bar.
9696 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
9697
9698 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9699
9700 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
9701 int/Lisp_Object mixup).
9702
9703 2009-03-13 Kenichi Handa <handa@m17n.org>
9704
9705 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
9706 Handle NAME nil and t correctly. Callers changed.
9707 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
9708 (set_fontset_font): Change ARG to a vector. Handle range_list in
9709 ARG correctly.
9710 (Fset_fontset_font): Fix the case that TARGET is both a script
9711 name and charset name. Adjust the arg to set_fontset_font for
9712 the above change.
9713 (fontset_from_font): Fix previous change.
9714 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
9715 entry. If FONTSET is the default fontset, don't set the extra
9716 slot of the returning char-table.
9717
9718 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
9719
9720 * nsfns.m (Fx_close_connection): Doc fix.
9721 (Fns_do_applescript): Reflow docstring.
9722 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
9723 (Fx_display_pixel_width, Fx_display_pixel_height)
9724 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
9725 Fix typos in docstrings.
9726 (Fns_set_alpha): Fix typos in error messages.
9727
9728 2009-03-12 David Reitter <david.reitter@gmail.com>
9729
9730 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
9731 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
9732 were used for such events.
9733
9734 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
9735 (toggleToolbar, performDragOperation, runHelp): Use it.
9736
9737 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
9738 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
9739
9740 2009-03-11 Kenichi Handa <handa@m17n.org>
9741
9742 * font.h (font_open_by_spec): Extern it.
9743
9744 * font.c (font_open_by_spec): New function.
9745 (font_open_by_name): Use font_open_by_spec.
9746
9747 * frame.c (x_set_font): When ARG is a font-object, don't alter the
9748 fontset of the frame.
9749
9750 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
9751 modify the default font of frames that use this fontset.
9752 (num_auto_fontsets): New variable.
9753 (fontset_from_font): Use num_auto_fontsets to decide a fontset
9754 name. Be sure to set FONTSET_ASCII to the correct font name.
9755 (update_auto_fontset_alist): New function.
9756
9757 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
9758
9759 * makefile.w32-in: Update dependencies.
9760
9761 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9762
9763 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
9764
9765 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9766
9767 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
9768
9769 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
9770
9771 * lread.c (Feval_buffer): Doc fix.
9772
9773 2009-03-09 Kenichi Handa <handa@m17n.org>
9774
9775 * charset.c (Qfile_name_handler_alist): Extern it.
9776 (load_charset_map_from_file): Temporarily bind
9777 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
9778
9779 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
9780
9781 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
9782 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
9783
9784 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9785
9786 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
9787 (x_set_window_size): Change back to calculated method of setting
9788 toolbar height under Cocoa. (Bug#2546)
9789 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
9790 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
9791
9792 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
9793
9794 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
9795 accelerator in parens under GNUstep.
9796
9797 2009-03-06 Kenichi Handa <handa@m17n.org>
9798
9799 These changes are to detect incorrect composition sequence without
9800 looking ahead the source. (Bug#2370)
9801
9802 * coding.h: Include "composite.h".
9803 (enum compisition_state): New enum.
9804 (struct compisition_status): New struct.
9805 (struct iso_2022_spec): New member cmp_status.
9806 (struct emacs_mule_spec): New struct.
9807 (struct coding_system): New members ctext_extended_segment_len and
9808 embedded_utf_8. Change the union member
9809 spec.emacs_mule_full_support to spec.emacs_mule.
9810
9811 * coding.c (CODING_ISO_CMP_STATUS): New macro.
9812 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
9813 (MAX_ANNOTATION_LENGTH): Define to 5.
9814 (ADD_COMPOSITION_DATA): New arg nbytes.
9815 (emacs_mule_char): New arg cmp_status.
9816 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
9817 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
9818 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
9819 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
9820 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
9821 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
9822 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
9823 (EMACS_MULE_COMPOSITION_END): New macro.
9824 (emacs_mule_finish_composition): New function.
9825 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
9826 (decode_coding_emacs_mule): Avoid long looking ahead while
9827 handling composition.
9828 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
9829 (ENCODE_COMPOSITION_RULE): New macro.
9830 (finish_composition): New function.
9831 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
9832 (DECODE_COMPOSITION_START): New implementation.
9833 (DECODE_COMPOSITION_END): Likewise.
9834 (STORE_COMPOSITION_RULE): New macro.
9835 (decode_coding_iso_2022): Avoid long looking ahead while handling
9836 composition, CTEXT extended segment, and embedded UTF-8.
9837 (setup_coding_system): For a coding of type iso-2022, reset
9838 CODING_ISO_EXTSEGMENT_LEN (coding) and
9839 CODING_ISO_EMBEDDED_UTF_8 (coding).
9840 (get_translation): Delete arguments last_block, from_nchars,
9841 to_nchars. Callers changed.
9842 (produce_chars): Don't modify charbuf. Adjusted for the change of
9843 get_translation.
9844 (produce_composition): Adjust for the new annotation sequence.
9845 (handle_composition_annotation): Likewise.
9846 (consume_chars): Adjust for the change of get_translation.
9847
9848 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
9849
9850 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
9851
9852 2009-03-05 Kenichi Handa <handa@m17n.org>
9853
9854 * font.c (font_select_entity): New function.
9855 (font_find_for_lface): Use font_select_entity to select a font.
9856
9857 * fontset.c (fontset_find_font): If a font found without
9858 restricting to the characters C doesn't support C, try to find a
9859 font with C restriction.
9860
9861 2009-03-04 Nikolaj Schumacher <me@nschum.de>
9862
9863 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
9864
9865 2009-03-04 Jason Rumney <jasonr@gnu.org>
9866
9867 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
9868 characters that have already been read. (Bug#2569)
9869
9870 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
9871 Log an error message if check_image_size failed.
9872 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
9873 (gs_load): Mention max-image-size in size error message. (Bug#2560)
9874
9875 2009-03-02 Eli Zaretskii <eliz@gnu.org>
9876
9877 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
9878 when decoding process output.
9879
9880 2009-03-01 Richard M Stallman <rms@gnu.org>
9881
9882 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
9883
9884 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
9885
9886 2009-02-28 Eli Zaretskii <eliz@gnu.org>
9887
9888 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
9889 (decode_coding_emacs_mule, decode_coding_iso_2022)
9890 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9891 (decode_coding_raw_text, decode_coding_charset)
9892 (setup_coding_system, decode_eol, decode_coding, consume_chars):
9893 Honor inhibit-eol-conversion. (Bug #2186)
9894
9895 2009-02-28 Jason Rumney <jasonr@gnu.org>
9896
9897 * coding.c (detect_coding_charset): If not checking latin extra,
9898 fail on characters between 0x80 and 0xA0. (Bug#2354)
9899
9900 2009-02-28 Eli Zaretskii <eliz@gnu.org>
9901
9902 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
9903 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
9904
9905 2009-02-27 Glenn Morris <rgm@gnu.org>
9906
9907 * callint.c (Finteractive): Doc fix.
9908
9909 2009-02-27 Kenichi Handa <handa@m17n.org>
9910
9911 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
9912
9913 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
9914
9915 * font.c (font_style_to_value): Set value for unknown symbols to
9916 100 instead of 255.
9917 (weight_table, slant_table, width_table): Treat "unspecified" as
9918 the default value.
9919
9920 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
9921
9922 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
9923
9924 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
9925
9926 * lread.c (Fload): Stop checking Vloads_in_progress and signal
9927 error as soon as a recursive load is detected.
9928
9929 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9930
9931 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
9932 before caching.
9933
9934 2009-02-24 Kenichi Handa <handa@m17n.org>
9935
9936 * fontset.c (fontset_find_font): Fix the condition for checking
9937 unavailable font.
9938
9939 2009-02-24 Glenn Morris <rgm@gnu.org>
9940
9941 * xfaces.c (Finternal_set_font_selection_order): Remove leading
9942 whitespace that confuses documentation.
9943
9944 2009-02-23 Miles Bader <miles@gnu.org>
9945
9946 * process.c (Flist_system_processes, Fprocess_attributes)
9947 (syms_of_process): Rename `system-process-attributes' to
9948 `process-attributes'.
9949
9950 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
9951
9952 * coding.h (struct coding_system): Make safe_charsets a pointer to
9953 unsigned char.
9954 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
9955 being 255.
9956 (SAFE_CHARSET_P): Likewise.
9957 (setup_iso_safe_charsets): Properly setup safe_charsets.
9958 (Fdefine_coding_system_internal): Likewise.
9959 (setup_coding_system): Likewise. Remove unneeded casts.
9960 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
9961 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
9962 unneeded casts.
9963
9964 * insdel.c (del_range_2): Don't modify gap contents when called
9965 from decode_coding_object. (Bug#1809)
9966
9967 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
9968
9969 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
9970 Qfont_object.
9971 (Ftype_of): Recognize font objects.
9972
9973 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
9974
9975 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
9976 moved to data.c.
9977
9978 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9979
9980 * nsterm.m (x_make_frame_invisible): Unset async_visible,
9981 async_iconified. Based on a patch by Christian Lynbech
9982 <christian.lynbech@tieto.com>.
9983 (EmacsView-windowDidMiniaturize:): Unset async_visible.
9984
9985 2009-02-20 Glenn Morris <rgm@gnu.org>
9986
9987 * syntax.c (Fskip_chars_forward): Fix doc typo.
9988
9989 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
9990
9991 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
9992
9993 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
9994
9995 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
9996
9997 2009-02-19 Kenichi Handa <handa@m17n.org>
9998
9999 * coding.c (detect_coding): Preserve coding->mode.
10000 Don't overflow coding->carryover. (Bug#2370)
10001
10002 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
10003
10004 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
10005
10006 2009-02-18 Kenichi Handa <handa@m17n.org>
10007
10008 * font.c (font_check_otf_features): Fix handling of `nil' element.
10009 (Ffont_spec): Describe :lang and :otf in the docstring.
10010
10011 2009-02-16 Andreas Schwab <schwab@suse.de>
10012
10013 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
10014 string.
10015
10016 2009-02-16 Kenichi Handa <handa@m17n.org>
10017
10018 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
10019 (Bug#1723)
10020
10021 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
10022
10023 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
10024
10025 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
10026 (handle_line_prefix): Suppress wrapping of wrap prefixes.
10027
10028 2009-02-14 Eli Zaretskii <eliz@gnu.org>
10029
10030 * msdos.c (MAX_SCREEN_BUF): New macro.
10031 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
10032 Encode the entire run of glyphs sharing the same face, instead of
10033 doing that one glyph at a time (fixes a bug with displaying
10034 double-size characters).
10035
10036 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
10037
10038 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
10039
10040 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
10041 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
10042 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
10043
10044 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
10045 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
10046
10047 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * keyboard.c (adjust_point_for_property): Allow stopping between two
10050 invisible areas.
10051
10052 2009-02-12 Jason Rumney <jasonr@gnu.org>
10053
10054 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
10055 (add_font_entity_to_list): Call check_face_name even when family
10056 is unspecified.
10057
10058 * w32term.c (x_display_pixel_height, x_display_pixel_width):
10059 Release DC when finished. Use NULL window to refer to desktop.
10060 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
10061
10062 * w32font.c (add_font_entity_to_list): Fix check for substituted
10063 raster fonts. (Bug#2219)
10064
10065 2009-02-12 Kenichi Handa <handa@m17n.org>
10066
10067 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
10068 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
10069 (autocmp_chars): Use fast_looking_at. Don't compose more
10070 characters than MAX_COMPOSITION_COMPONENTS.
10071 (find_automatic_composition): While looking forward and backward,
10072 check static composition. Fix where to stop looking forward.
10073 (composition_adjust_point): Fix checking of static composition.
10074 (Fcomposition_get_gstring): Pay attention to
10075 MAX_COMPOSITION_COMPONENTS.
10076
10077 * lisp.h (fast_looking_at): Extern it.
10078
10079 * search.c (fast_looking_at): New function.
10080
10081 * term.c (encode_terminal_code): Adjust for the change of
10082 <struct glyph>.u.cmp.to.
10083 (append_composite_glyph): Likewise.
10084
10085 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
10086 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
10087 composition.
10088 (append_composite_glyph): Adjust for the change of
10089 <strcut glyph>.u.cmp.to.
10090
10091 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
10092
10093 * casetab.c (init_casetab_once):
10094 * coding.c (ALLOC_CONVERSION_WORK_AREA):
10095 * font.c (font_update_lface):
10096 * fontset.c (Fnew_fontset):
10097 * ftfont.c (ftfont_drive_otf):
10098 * xfont.c (xfont_open):
10099 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
10100
10101 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10102
10103 * fileio.c (Fwrite_region): !NILP -> CONSP.
10104
10105 2009-02-10 Andreas Schwab <schwab@suse.de>
10106
10107 * process.c (send_process): Properly relocate pointer into data
10108 when using encoded data. (Bug#2272)
10109
10110 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
10111
10112 * coding.c (detect_coding_charset): Fix previous change.
10113
10114 2009-02-08 Jason Rumney <jasonr@gnu.org>
10115
10116 * w32fns.c (w32_hide_hourglass): Handle case where frame
10117 disappeared while hourglass was displayed. (Bug #2193)
10118
10119 2009-02-07 Andreas Schwab <schwab@suse.de>
10120
10121 * unexelf.c (unexec): Fix error message.
10122
10123 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
10124
10125 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
10126 when modal window is active. (Bug #2152)
10127 (applicationShouldTerminate:): Remove now-unneeded while loop
10128 around NSRunAlertPanel.
10129
10130 * nsmenu.m (popupSession): New file-global variable.
10131 (pop_down_menu): End the popupSession before closing dialog.
10132 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
10133 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
10134 don't query NSApp for events (just sleep instead).
10135
10136 2009-02-07 Eli Zaretskii <eliz@gnu.org>
10137
10138 * coding.c (syms_of_coding) <translation-table-for-input>:
10139 Modify doc string to discourage use for character code unification.
10140
10141 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10142
10143 * atimer.c (run_timers): Update pending_atimers.
10144
10145 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
10146
10147 * image.c (svg_load_image): Fix last change.
10148
10149 * xfns.c (Fx_create_frame): Signal an error if no font is
10150 found (Bug#2147).
10151
10152 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
10153
10154 * character.c (syms_of_character) <script-representative-chars>:
10155 Fix typo in docstring.
10156
10157 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10158
10159 * nsmenu.m (pop_down_menu): New function.
10160 (ns_popup_dialog): Call it on unwind.
10161 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
10162 call timer_check() (Bug#2154).
10163 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
10164 handling_signal is set.
10165 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
10166
10167 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
10168
10169 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
10170
10171 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
10172
10173 * keyboard.c (poll_for_input_1, handle_async_input):
10174 Set handling_signal under HAVE_NS.
10175
10176 2009-02-04 Glenn Morris <rgm@gnu.org>
10177
10178 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
10179
10180 2009-02-04 Kenichi Handa <handa@m17n.org>
10181
10182 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
10183
10184 * charset.c (Fchar_charset): New optional arg restriction.
10185
10186 * coding.h (coding_system_charset_list): Extern it.
10187
10188 * coding.c (coding_system_charset_list): New function.
10189
10190 * composite.c: Include coding.h and termhooks.h.
10191 (composition_gstring_p): Fix for the terminal case.
10192 (composition_gstring_width): Likewise.
10193 (fill_gstring_body): Likewise.
10194 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
10195 the frame.
10196 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
10197 is within a composition.
10198 (Fcomposition_get_gstring): Fix the terminal case.
10199
10200 * term.c (encode_terminal_code): Fix handling of composition.
10201 (produce_composite_glyph): For static composition, get pixel_width
10202 from struct composition.
10203
10204 2009-02-02 Andreas Schwab <schwab@suse.de>
10205
10206 * unexelf.c (unexec): Handle unaligned bss offset.
10207
10208 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10209
10210 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
10211 XT,w32read_socket changes to ns_read_socket.
10212
10213 * keyboard.c (handle_interrupt): Don't call
10214 quit_throw_to_read_char() under NS.
10215
10216 * blockinput.h: Remove NS-specific code.
10217
10218 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
10219
10220 * dispnew.c (window_change_signal): Don't try to get the size of a
10221 suspended tty frame.
10222 * term.c (Fresume_tty): Resize if the size has changed while the
10223 tty was suspended.
10224
10225 * alloc.c (mark_stack): Properly conditionalize previous change.
10226
10227 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
10228
10229 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
10230 * w32term.c (w32_read_socket) [SYNC_INPUT]:
10231 Remove; this code is not used on Windows.
10232
10233 2009-01-30 Eli Zaretskii <eliz@gnu.org>
10234
10235 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
10236 EOLs that also has stray ^M characters.
10237
10238 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
10239
10240 * atimer.c (run_timers, alarm_signal_handler):
10241 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
10242 * w32inevt.c (w32_console_read_socket):
10243 * w32term.c (w32_read_socket):
10244 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
10245
10246 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
10247
10248 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
10249 Initialize it as a relative filename pattern.
10250 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
10251 (Fcall_process_region): Simplify temp file creation using
10252 temporary-file-directory.
10253
10254 2009-01-29 Eli Zaretskii <eliz@gnu.org>
10255
10256 * msdos.c: Rename pending_signals to msdos_pending_signals.
10257 (sig_suspender, sigprocmask): Adjust.
10258
10259 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
10260
10261 * keyboard.c (pending_signals): New var.
10262 (poll_for_input, input_available_signal, init_keyboard): Set it.
10263 (process_pending_signals): New function.
10264
10265 * lisp.h (QUIT): Check pending_signals instead of
10266 interrupt_input_pending. Use process_pending_signals.
10267
10268 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
10269
10270 * process.c (wait_reading_process_output): Use process_pending_signals.
10271
10272 * sysdep.c (emacs_write): Use process_pending_signals.
10273
10274 * xterm.c (XTread_socket): Update pending_signals.
10275
10276 * w32term.c (w32_read_socket): Update pending_signals.
10277
10278 * w32inevt.c (w32_console_read_socket): Update pending_signals.
10279
10280 2009-01-29 Kenichi Handa <handa@m17n.org>
10281
10282 * xftfont.c (xftfont_has_char): New function.
10283 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
10284
10285 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
10286
10287 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
10288 under GNUstep.
10289 (ns_query_color): New declaration.
10290
10291 * nsterm.m (ns_confirm_quit): New variable.
10292 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
10293 (EmacsApp-applicationShouldTerminate:): Use it.
10294 (EmacsPrefsController): Let user set it.
10295 (ns_query_color): New function.
10296 (ns_defined_color): Use it.
10297 (ns_initialize): Drop.
10298 (ns_term_init): Add two lines from ns_initialize(), and set
10299 input_interrupt_mode to nil.
10300
10301 * image.c (svg_load_image): Don't right-shift background RGB when
10302 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
10303
10304 2009-01-28 Kenichi Handa <handa@m17n.org>
10305
10306 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10307 (fontset_get_font_group): Remember that no font-group is specified
10308 for C.
10309
10310 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
10311
10312 * fns.c (concat): Check for string overflow (bug#1787).
10313
10314 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
10315 Quadruple undo limits (bug#1501).
10316
10317 2009-01-27 Kenichi Handa <handa@m17n.org>
10318
10319 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
10320 directly use GT_Get_Char_index.
10321
10322 * xftfont.c (struct xftfont_info): New member `index'.
10323
10324 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10325 (Ffontset_font): Adjust for the change of fontset entry.
10326
10327 2009-01-26 Kenichi Handa <handa@m17n.org>
10328
10329 * fontset.c (fontset_find_font): Fix handling of non-cons return
10330 value of fontset_get_font_group.
10331 (fontset_font): Revert last change.
10332
10333 2009-01-26 Jason Rumney <jasonr@gnu.org>
10334
10335 * w32font.c (w32font_list_internal): Return quickly if registry is
10336 unknown. Simplify final return.
10337 (add_font_entity_to_list): Break complex logic down into more
10338 manageable chunks. Move unknown registry check to
10339 w32font_list_internal.
10340
10341 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
10342
10343 Changes to remove Feval calls from GUI under NS.
10344
10345 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
10346 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
10347 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
10348
10349 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
10350 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
10351 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
10352 instead of NON_ASCII_KEYSTROKE_EVENT.
10353 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
10354 (EmacsApp-applicationShouldTerminate:): Query user.
10355 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
10356 instead of Feval.
10357
10358 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
10359
10360 * keyboard.c (kbd_buffer_get_event): Check for it.
10361 (keys_of_keyboard): Define lispy keys for
10362 ns-put/unput-working-text.
10363
10364 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
10365 versions.
10366 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
10367
10368 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
10369
10370 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
10371 setting current_buffer directly. (Bug#2044)
10372
10373 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
10374
10375 * fontset.c (fontset_font): If we know there is no font, don't do
10376 any work. (Bug#1952, bug#1990).
10377
10378 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
10379
10380 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10381
10382 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
10383 (ns_no_defaults): New declaration.
10384 (main): Use it.
10385
10386 * nsterm.h (ns_no_defaults): New declaration.
10387
10388 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
10389
10390 * nsterm.m (ns_no_defaults): New variable.
10391 (ns_initialize): Don't read defaults when ns_no_defaults.
10392 (EmacsView-readSelectionFromPasteboard:)
10393 (writeSelectionToPasteboard:types:): New stubbed-out methods for
10394 NSServicesRequests protocol. (Bug#1435)
10395 (ns_dumpglyphs_stretch): New function.
10396 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
10397 of 2008-11-15 to other terms. (Bug#615)
10398
10399 * nsimage.m (setPixmapData:): Set to ignore image DPI.
10400
10401 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
10402
10403 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
10404 call for Sparc64.
10405
10406 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10407
10408 * nsfns.m:
10409 * nsgui.h:
10410 * nsmenu.m:
10411 * nsselect.m:
10412 * nsterm.h:
10413 * nsterm.m: Remove '23' comments that indicated code added during
10414 update from emacs-20 -> emacs-23.
10415
10416 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10417
10418 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
10419 ns_alternate_modifier. (Bug#1217)
10420
10421 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
10422 Display all shortcuts, including those w/o super modifier.
10423
10424 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
10425
10426 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
10427
10428 * fileio.c (Vwrite_region_post_annotation_function)
10429 (Vwrite_region_annotation_buffers): New vars.
10430 (build_annotations_unwind): Just reset
10431 Vwrite_region_annotation_buffers.
10432 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
10433 Call write-region-post-annotation-function.
10434 (build_annotations): Add to Vwrite_region_annotation_buffers if
10435 buffer changes.
10436
10437 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10438
10439 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
10440 Tiger.
10441 * nsfns.m (ns_do_applescript):
10442 Conditionalize typeUTF16ExternalRepresentation on Tiger.
10443
10444 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
10445
10446 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
10447
10448 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10449
10450 * nsmenu.m (NSMENUPROFILE): Change #if style.
10451
10452 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
10453
10454 * nsterm.m (x_set_frame_alpha): Add prototype.
10455 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
10456 handle Ctrl-tab. (Bug#1841)
10457 (ns_get_color): Use unsigned long long for scanned hex string value.
10458 (ns_term_shutdown): Abort on non SIGTERM signals.
10459 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
10460 (EmacsPrefsController-setPanelFromDefaultValues): New function.
10461 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
10462 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
10463 (ns_defined_color): Fix settings of the XColor variable fields:
10464 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
10465
10466 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
10467 DPI. (Bug#1316)
10468 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
10469 values in onTiger section.
10470
10471 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
10472
10473 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
10474 Check return value of font_spec_from_name.
10475 (Fx_list_fonts): Doc fix. (Bug#1951)
10476
10477 * font.c (font_spec_from_name): Return Qnil if font name could not
10478 be parsed.
10479 (font_parse_name): Treat a `?' character as part of an XLFD.
10480
10481 * fns.c (Fsubstring): Doc fix.
10482
10483 2009-01-19 Kenichi Handa <handa@m17n.org>
10484
10485 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
10486 (ftfont_list): Likewise.
10487
10488 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
10489
10490 * dbusbind.c (Fdbus_register_signal):
10491 * process.c (conv_sockaddr_to_lisp):
10492 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
10493
10494 * callproc.c (Fgetenv_internal): Doc fix.
10495
10496 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
10497
10498 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
10499 it is not even used.
10500
10501 2009-01-16 Glenn Morris <rgm@gnu.org>
10502
10503 * font.c (Ffont_variation_glyphs): Silence compiler.
10504
10505 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
10506
10507 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
10508 Reported by David Robinow <drobinow@gmail.com>.
10509
10510 2009-01-15 Kenichi Handa <handa@m17n.org>
10511
10512 * coding.c (detect_coding_system): Fix handling of null_byte_found.
10513
10514 2009-01-14 Jason Rumney <jasonr@gnu.org>
10515
10516 * frame.c (x_set_font): Always store a font to the font parameter,
10517 never a fontset. (Bug#1562)
10518
10519 2009-01-14 Kenichi Handa <handa@m17n.org>
10520
10521 * coding.c (TWO_MORE_BYTES): New macro.
10522 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
10523
10524 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
10525
10526 * font.c (font_clear_prop): If clearing the family, clear the font
10527 width index too.
10528
10529 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
10530
10531 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
10532
10533 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
10534 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
10535 functions, use sizeof.
10536
10537 2009-01-12 Martin Rudalics <rudalics@gmx.at>
10538
10539 * keyboard.c (read_char): Fix case where last_nonmenu_event
10540 returned a bad value with submenus. (Bug#447)
10541
10542 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
10543
10544 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
10545 family, clear the font width index too.
10546
10547 2009-01-11 Jason Rumney <jasonr@gnu.org>
10548
10549 * keyboard.c (cmd_error_internal): Exit when errors occur before
10550 frame creation and not in daemon mode. (Bug#1836)
10551
10552 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
10553
10554 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
10555 of a display vector, backtrack.
10556 (try_window_reusing_current_matrix): Check glyph type before
10557 referencing charpos member.
10558
10559 2009-01-10 Eli Zaretskii <eliz@gnu.org>
10560
10561 Fix Bug #876:
10562
10563 * coding.c (inhibit_null_byte_detection): New variable.
10564 (detect_coding, detect_coding_system): Don't pay attention to null
10565 bytes if inhibit_null_byte_detection is non-zero.
10566 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
10567 <inhibit-iso-escape-detection>: Doc fix.
10568
10569 2009-01-09 Jason Rumney <jasonr@gnu.org>
10570
10571 * w32font.c (add_font_entity_to_list): Don't report unknown
10572 Windows charset as any unrecognized registry. (Bug#1548)
10573 Only report Unicode Plane 2 fonts as unicode-sip.
10574
10575 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
10576
10577 * xfaces.c (Fx_font_family_list): Delete function.
10578 Move compatibility version to faces.el.
10579
10580 * font.c (Ffont_family_list): Return a list of strings, not symbols.
10581
10582 2009-01-09 Martin Rudalics <rudalics@gmx.at>
10583
10584 * frame.c (x_set_frame_parameters): Remember requested value for
10585 fullscreen before it's reset by the parameter handler.
10586
10587 2009-01-09 Glenn Morris <rgm@gnu.org>
10588
10589 * keyboard.c (last_command_char): For clarity, rename to...
10590 (last_command_event): ... and update all users.
10591 (last_input_char): For clarity, rename to...
10592 (last_input_event): ... and update all users.
10593 (last-command-char, last-input-char): Move to subr.el as aliases.
10594 * cmds.c, commands.h: Update for last_command_char rename.
10595
10596 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
10597
10598 * font.c (font_open_for_lface): Handle unspecified height attribute.
10599
10600 2009-01-08 Jason Rumney <jasonr@gnu.org>
10601
10602 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
10603 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
10604 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
10605 Don't declare.
10606 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
10607 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
10608
10609 2009-01-07 Kenichi Handa <handa@m17n.org>
10610
10611 * fileio.c (Finsert_file_contents): In the case of replace,
10612 remember the coding system used for decoding in
10613 coding_system (Bug#1039).
10614
10615 * coding.c (decode_coding_utf_8): Check byte_after_cr before
10616 breaking the loop. (Bug#870)
10617 (decode_coding_utf_16, decode_coding_emacs_mule)
10618 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10619 (decode_coding_charset): Likewise.
10620
10621 2009-01-05 Martin Rudalics <rudalics@gmx.at>
10622
10623 * frame.c (x_set_frame_parameters): Make sure height (width) get
10624 applied when fullwidth (fullheight) is set. (Bug#1522)
10625
10626 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
10627
10628 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
10629 (utc_base): Declare as ULONGLONG, not long double.
10630 (convert_time_raw): Delete.
10631 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
10632 (initialize_utc_base): New function.
10633 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
10634 (convert_from_time_t): Use initialize_utc_base; compute result with
10635 64-bit arithmetic.
10636 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
10637
10638 2009-01-03 Eli Zaretskii <eliz@gnu.org>
10639
10640 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
10641 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
10642 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
10643 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
10644 [!subprocesses]: Define.
10645 (syms_of_process) [!subprocesses]: Intern and staticpro them.
10646 (Flist_system_processes, Fsystem_process_attributes)
10647 [!subprocesses]: Call list_system_processes and
10648 system_process_attributes instead of returning Qnil.
10649
10650 * dosfns.c (system_process_attributes, list_system_processes):
10651 New functions.
10652
10653 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
10654
10655 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
10656 Don't use the default (no-op) implementation.
10657
10658 2009-01-03 Jason Rumney <jasonr@gnu.org>
10659
10660 * keyboard.c (parse_modifiers_uncached): Wheel events are
10661 clicks (bug#687).
10662
10663 * w32term.c (x_query_colors, x_query_color): New functions.
10664
10665 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
10666 (svg_load_image): Cast returned pointers from dynamically loaded
10667 functions. Eliminate W32 specific code.
10668
10669 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
10670
10671 * nsfns.m (x_set_foreground_color, x_set_background_color)
10672 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
10673 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
10674 x_ prefix instead of ns_. Update references.
10675 (syms_of_nsfns): Add a FIXME comment.
10676
10677 * nsterm.m (x_set_cursor_type): New prototype.
10678 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
10679
10680 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
10681 for Solaris instead of incorrectly providing Qutime and Qcutime.
10682
10683 2009-01-02 Eli Zaretskii <eliz@gnu.org>
10684
10685 * w32.c (process_times): Compute sum of utime and stime.
10686 (system_process_attributes): Add Qtime to the alist.
10687
10688 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
10689 and add them to the alist.
10690
10691 * process.c (top level) <Qtime, Qctime>: New variables.
10692 (syms_of_process): staticpro them.
10693 (Fsystem_process_attributes): Add their documentation to the doc
10694 string.
10695
10696 * process.h: Declare Qtime and Qctime.
10697
10698 2009-01-02 Jason Rumney <jasonr@gnu.org>
10699
10700 * image.c (Qgobject): New symbol.
10701 (syms_of_image): Initialize it.
10702 (init_svg_functions): Load some functions from gobject library.
10703
10704 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
10705
10706 * frame.c (make_terminal_frame): Remove redundant code and useless
10707 block.
10708
10709 2009-01-01 Andreas Schwab <schwab@suse.de>
10710
10711 * process.c (conv_sockaddr_to_lisp): Add workaround for
10712 getsockname bug on BSD.
10713
10714 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
10715
10716 * xfns.c (x_create_tip_frame): Set border width of the X window.
10717
10718 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
10719
10720 2009-01-01 Jason Rumney <jasonr@gnu.org>
10721
10722 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
10723 Don't block input, as per earlier xterm.c changes.
10724
10725 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
10726
10727 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
10728 (ns_appkit_version_int): New function.
10729 (x-server-version): Use ns_appkit_version_int and follow 21+
10730 convention of returning 3 integers.
10731
10732 2008-12-30 Kenichi Handa <handa@m17n.org>
10733
10734 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
10735 (CHAR_SURROGATE_PAIR_P): New macro.
10736
10737 * font.h (struct font_driver): New member get_variation_glyphs.
10738
10739 * font.c (font_range): Don't require a font for a variation selector.
10740 (Ffont_variation_glyphs): New function.
10741 (syms_of_font): Defsubr it.
10742
10743 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
10744 ftfont_variation_glyphs.
10745 (setup_otf_gstring): New function.
10746 (ftfont_drive_otf): Use it.
10747 (ftfont_shape_by_flt): Handle variation selector.
10748 (ftfont_variation_glyphs): New function.
10749
10750 2008-12-30 Martin Rudalics <rudalics@gmx.at>
10751
10752 * frame.c (Vemacs_iconified): Remove.
10753
10754 2008-12-30 Jason Rumney <jasonr@gnu.org>
10755
10756 * frame.c (store_frame_param, x_get_arg): Enable newer code on
10757 WINDOWSNT too, as related changes have already been synced. (Bug#117)
10758
10759 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
10760
10761 * indent.c (Fvertical_motion): Don't advance iterator if we have
10762 reseated to the desired position.
10763
10764 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
10765 checking for pos match.
10766
10767 2008-12-30 Kenichi Handa <handa@m17n.org>
10768
10769 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
10770 just get the low 8-bit of the code.
10771
10772 * font.c (font_intern_prop): Validate str as multibyte.
10773
10774 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10775
10776 * dispextern.h (struct face): Move lface and hash from the middle
10777 of bitfields.
10778
10779 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
10780
10781 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10782
10783 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
10784 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
10785 instead of intervals.h.
10786
10787 2008-12-26 Andreas Schwab <schwab@suse.de>
10788
10789 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
10790 cons.
10791
10792 2008-12-26 Martin Rudalics <rudalics@gmx.at>
10793
10794 * textprop.c (Qminibuffer_prompt): New variable.
10795 (syms_of_textprop): Initialize it.
10796 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
10797 in minibuffer-prompt face. (Bug#1662)
10798
10799 2008-12-25 Jason Rumney <jasonr@gnu.org>
10800
10801 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
10802
10803 2008-12-24 Jason Rumney <jasonr@gnu.org>
10804
10805 * ralloc.c (r_alloc_reset_variable): New function.
10806
10807 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
10808 record of what points where. (Bug#716)
10809
10810 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
10811
10812 * minibuf.c (read_minibuf): Follow the non-interactive case when
10813 running as a daemon, before detaching.
10814
10815 2008-12-22 Andreas Schwab <schwab@suse.de>
10816
10817 * buffer.c (init_buffer): Use realloc instead of xrealloc.
10818 * gtkutil.c (free_widget_value): Use xfree instead of free.
10819
10820 2008-12-22 Martin Rudalics <rudalics@gmx.at>
10821
10822 * frame.c (delete_frame): New function derived from
10823 Fdelete_frame to handle Qnoelisp value for FORCE argument.
10824 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
10825 (Fdelete_frame): Call delete_frame. Remove line from doc-string
10826 saying that FORCE non-nil doesn't run `delete-frame-functions'.
10827 * frame.h: Extern delete_frame.
10828 * window.c (window_loop):
10829 * terminal.c (delete_terminal):
10830 * xterm.c (x_connection_closed):
10831 * xfns.c (Fx_hide_tip):
10832 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
10833
10834 2008-12-21 Jason Rumney <jasonr@gnu.org>
10835
10836 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
10837 when character maps to .notdef character.
10838
10839 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10840
10841 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
10842
10843 2008-12-20 Jason Rumney <jasonr@gnu.org>
10844
10845 * frame.c (Fmake_terminal_frame): Raise an error when called from
10846 a graphical frame on Windows. (Bug#1325)
10847
10848 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
10849
10850 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
10851
10852 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
10853
10854 * minibuf.c (Fread_buffer): Doc fix.
10855
10856 2008-12-20 Jason Rumney <jasonr@gnu.org>
10857
10858 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
10859 server name in UNC paths. (Bug#719)
10860
10861 * coding.c (decode_coding): Clear chars_at_source flag when using
10862 charbuf. (Bug#1035)
10863
10864 2008-12-19 Daniel Engeler <engeler@gmail.com>
10865
10866 * sysdep.c (serial_configure): Fix typo.
10867
10868 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
10869
10870 * sysdep.c: Include alloca.h.
10871 (system_process_attributes): Add implementation for Solaris.
10872
10873 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
10874
10875 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
10876
10877 Reorganize implementation of Flist_system_processes and
10878 Fsystem_process_attributes. No functional changes.
10879 * process.c: Don't #include pwd.h, grp.h and limits.h.
10880 (Flist_system_processes): Just call list_system_processes.
10881 (Fsystem_process_attributes): Just call system_process_attributes.
10882 (procfs_list_system_processes, time_from_jiffies)
10883 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
10884 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
10885
10886 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
10887 (list_system_processes): Rename from
10888 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
10889 Provide a do nothing implementation.
10890 (system_process_attributes): Rename from
10891 procfs_list_system_processes.
10892 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
10893 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
10894
10895 * w32.c (list_system_processes): Rename from
10896 w32_list_system_processes.
10897 (system_process_attributes): Rename from
10898 w32_system_process_attributes.
10899
10900 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
10901
10902 * process.h (w32_list_system_processes)
10903 (w32_system_process_attributes): Remove.
10904 (list_system_processes, system_process_attributes):
10905 New prototypes.
10906
10907 2008-12-19 Kenichi Handa <handa@m17n.org>
10908
10909 * xfont.c (xfont_decode_coding_xlfd): New function.
10910 (xfont_encode_coding_xlfd): New function.
10911 (xfont_list_pattern): Decode XLFD by iso-8859-1.
10912 (xfont_list): Decode and encode XLFD by iso-8859-1.
10913 (xfont_match): Likewise.
10914 (xfont_list_family): Likewise.
10915 (xfont_open): Likewise.
10916
10917 * ftfont.c (ftfont_open): Generate a multibyte string if given
10918 names are utf-8.
10919
10920 * xftfont.c (xftfont_open): Generate a multibyte string if given
10921 names are utf-8.
10922
10923 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
10924
10925 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
10926 changed.
10927 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
10928 clicked on a detached tool bar button.
10929
10930 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
10931
10932 * emacs.c (main): Print and error and exit when no data is read
10933 from the pipe.
10934
10935 2008-12-17 Jason Rumney <jasonr@gnu.org>
10936
10937 * w32font.c (w32font_has_char): Always return -1.
10938
10939 2008-12-16 Kenichi Handa <handa@m17n.org>
10940
10941 * font.c (font_open_entity): Fix previous change.
10942
10943 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
10944
10945 * process.c: Include <limits.h>.
10946
10947 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
10948
10949 * font.c (font_update_drivers): Fix mistake in reconstructing the
10950 driver list.
10951
10952 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
10953
10954 * font.c (font_clear_cache): Fix format of font cache data.
10955
10956 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
10957
10958 * xftfont.c (xftfont_open): Free Xft font pattern if
10959 XftFontOpenPattern fails.
10960
10961 * xterm.c (x_free_frame_resources): Remove extraneous call to
10962 free_frame_faces.
10963
10964 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
10965
10966 * xterm.c (x_delete_display): Move xim_close_dpy call to
10967 x_delete_terminal.
10968 (x_delete_terminal): Call xim_close_dpy.
10969
10970 2008-12-13 Jason Rumney <jasonr@gnu.org>
10971
10972 * w32font.c (intern_font_name): New function.
10973 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
10974 (w32font_open_internal, Fx_select_font): Decode font name.
10975 (fill_in_logfont, list_all_matching_fonts): Encode font name.
10976
10977 * w32font.h (intern_font_name): Declare new function.
10978
10979 * w32uniscribe.c (add_opentype_font_name_to_list):
10980 Use intern_font_name.
10981
10982 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
10983
10984 * frame.c (Fdelete_frame): Call free_font_driver_list.
10985
10986 * font.c (free_font_driver_list): Implement missing function.
10987
10988 * w32term.c (w32_term_init): Don't initialize the image cache
10989 here; it will be done in init_frame_faces.
10990
10991 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
10992 (struct x_display_info): Remove unused member null_pixel. New
10993 member xim_callback_data.
10994
10995 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
10996 (xim_initialize): Save pointer to callback function data.
10997 (xim_close_dpy): Free callback function data. Call XCloseIM,
10998 reverting 2008-11-04 change by David Smith.
10999 (x_term_init): Don't initialize the image cache here; it will be
11000 done in init_frame_faces. Remove ancient "null_pixel" cruft.
11001 (x_delete_display): Free x_dnd_atoms member.
11002
11003 2008-12-13 Kenichi Handa <handa@m17n.org>
11004
11005 * font.c (font_rescale_ratio): Moved from xfaces.c.
11006 Argument type changed. Handle a font-spec too.
11007 (font_score): Check Vface_font_rescale_alist.
11008 (font_open_entity): Likewise. (Bug#1547)
11009
11010 * xfaces.c (font_rescale_ratio): Moved to font.c.
11011
11012 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11013
11014 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
11015
11016 2008-12-12 Jason Rumney <jasonr@gnu.org>
11017
11018 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
11019 Vwindow_system_version to the real w32 major version.
11020
11021 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
11022
11023 * term.c (init_tty): Move setting the terminal name before the
11024 potential user: maybe_fatal.
11025
11026 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
11027
11028 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
11029 all callers changed. Call free_frame_faces to free the face cache.
11030
11031 2008-12-11 Jason Rumney <jasonr@gnu.org>
11032
11033 * w32font.c (fill_in_logfont): Don't assume symbol script means
11034 SYMBOL_CHARSET. (Bug#547)
11035
11036 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
11037 size for surrogates. (Bug#1096, bug#872)
11038
11039 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11040
11041 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
11042
11043 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11044
11045 * process.c (Fsystem_process_attributes, syms_of_process):
11046 Fix typo in name of Ssystem_process_attributes.
11047 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
11048
11049 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11050
11051 * syntax.c (Fmodify_syntax_entry): Doc fix.
11052
11053 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
11054
11055 * font.c (Ffont_spec): Move usage to end of docstring.
11056
11057 2008-12-10 Jason Rumney <jasonr@gnu.org>
11058
11059 * w32font.c (Qcham): New symbol.
11060 (font_supported_scripts): Add cham, and comments for other new
11061 scripts in bitfield from OpenType spec.
11062 (add_font_entity_to_list): Limit unicode-sip fonts to those that
11063 contain characters beyond the bmp.
11064
11065 2008-12-10 Kenichi Handa <handa@m17n.org>
11066
11067 * ftfont.c (fc_charset_table): Add "unicode-sip".
11068 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
11069 Qunicode_sip.
11070
11071 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
11072
11073 * coding.c (QCdefault_char): Rename from QCdefalut_char.
11074 (Fcoding_system_put): Use QCdefault_char.
11075 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
11076
11077 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
11078
11079 * xftfont.c (syms_of_xftfont): Fix typo.
11080
11081 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
11082
11083 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11084
11085 * emacs.c (main): Close daemon_pipe on exec.
11086
11087 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
11088
11089 * termchar.h (struct tty): New members termcap_term_buffer and
11090 termcap_strings_buffer.
11091
11092 * term.c (encode_terminal_code): Free any previous memory blocks
11093 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
11094 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
11095 All callers changed.
11096 (init_tty): Store termcap data and string buffers in new struct
11097 tty members termcap_term_buffer and termcap_strings_buffer.
11098 (delete_tty): Free them.
11099 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
11100
11101 2008-12-07 Seiji Zenitani <zenitani@mac.com>
11102
11103 * nsfns.m (ns_set_background_color): Remove code duplication.
11104 It was a substitute for face-transparency on OS X 10.3.
11105
11106 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
11107
11108 * coding.c (make_conversion_work_buffer): Disable buffer
11109 modification hooks in the work buffer.
11110
11111 2008-12-05 Eli Zaretskii <eliz@gnu.org>
11112
11113 * process.c (procfs_system_process_attributes): If `nread' has a
11114 negative value, assign zero to it.
11115
11116 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
11117
11118 * eval.c (Vdebug_on_error): Doc fix.
11119
11120 2008-12-05 Kenichi Handa <handa@m17n.org>
11121
11122 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
11123 second character is a combining character.
11124
11125 2008-12-05 Eli Zaretskii <eliz@gnu.org>
11126
11127 * process.c (procfs_system_process_attributes): Don't use cmd,
11128 cmdsize, and q without initializing them first.
11129
11130 2008-12-04 Jason Rumney <jasonr@gnu.org>
11131
11132 * w32font.c (w32font_draw): Initialize orig_clip before getting
11133 it, and delete it when finished.
11134
11135 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
11136
11137 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
11138 case when running as a daemon before detaching.
11139
11140 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
11141
11142 * w32.c (init_environment): Don't unload library shell32.dll.
11143
11144 2008-12-03 Kenichi Handa <handa@m17n.org>
11145
11146 * font.c (font_at): Set `multibyte' at first.
11147
11148 * coding.c (decode_coding_charset): Check type of an element of
11149 vector VALIDS.
11150 (encode_coding_emacs_mule): Be sure to set `code'.
11151
11152 * fontset.c (face_for_char): Handle invalid charset property correctly.
11153 (font_for_char): Likewise.
11154
11155 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
11156
11157 * font.c (Fopen_font): Compute pixel size correctly.
11158 (font_update_lface): Handle fonts with corrupted size specs,
11159 i.e. non-int and non-float.
11160
11161 * ftfont.c (ftfont_match): Initialize entity variable.
11162 (ftfont_resolve_generic_family): Avoid using uninitialized var.
11163 (ftfont_list_family): Initialize list var earlier.
11164
11165 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
11166
11167 * xterm.c (x_draw_glyph_string): Fall back on
11168 underline_minimum_offset for underline position.
11169
11170 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11171
11172 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
11173
11174 * character.c (c_string_width): Specify the type for LEN.
11175
11176 2008-12-03 Kenichi Handa <handa@m17n.org>
11177
11178 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
11179 (decode_coding_utf_8): Likewise.
11180 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
11181 (produce_chars): Initialize consumed_chars to 0.
11182
11183 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
11184
11185 * keyboard.c (make_lispy_position): Only use PT if the selected
11186 window is current.
11187
11188 2008-12-02 Andreas Schwab <schwab@suse.de>
11189
11190 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
11191
11192 * doprnt.c (doprnt1): Fix size of charbuf.
11193
11194 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
11195
11196 * keyboard.c (timer_check): Revert last change.
11197
11198 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
11199
11200 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
11201
11202 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
11203
11204 * makefile.w32-in: Update dependencies.
11205 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
11206
11207 2008-12-01 Andreas Schwab <schwab@suse.de>
11208
11209 * font.c (register_font_driver): Use xmalloc.
11210 (font_put_frame_data): Likewise.
11211
11212 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
11213
11214 * xfaces.c (realize_x_face): Make abort condition clearer.
11215
11216 * gtkutil.c (update_frame_tool_bar): Initialize variable.
11217
11218 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
11219
11220 * keyboard.c (timer_check): After a timer runs, ensure that the
11221 selected window's buffer is current.
11222
11223 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
11224
11225 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
11226 It was accidentally restored by the Unicode merge.
11227
11228 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
11229
11230 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
11231
11232 * w32proc.c: Include "coding.h".
11233 (Fw32_short_file_name): Encode filename passed to Windows API.
11234 (Fw32_long_file_name): Encode filename passed to Windows API and
11235 decode back the result. (Bug#1433)
11236
11237 2008-11-29 Kenichi Handa <handa@m17n.org>
11238
11239 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
11240 not before accessing it.
11241
11242 * charset.c (Fdefine_charset_internal): After calculating
11243 min_char, max_char, and fastmap, copy the charset structure again.
11244 (encode_char): Fix the previous change.
11245
11246 2008-11-28 Seiji Zenitani <zenitani@mac.com>
11247
11248 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
11249
11250 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
11251
11252 * nsterm.m (x_set_frame_alpha): New function.
11253
11254 2008-11-27 Eli Zaretskii <eliz@gnu.org>
11255
11256 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
11257
11258 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
11259
11260 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
11261 pointer to check_face_name.
11262
11263 2008-11-27 Kenichi Handa <handa@m17n.org>
11264
11265 * category.h (SET_CATEGORY_SET): Call set_category_set.
11266 (set_category_set): Extern it.
11267
11268 * category.c (hash_get_category_set): New function.
11269 (Fmodify_category_entry): Adjusted for the change of
11270 char_table_ref_and_range. Call hash_get_category_set to get a
11271 category set to store in the table.
11272
11273 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
11274 Funify_charset.
11275
11276 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
11277 (DECODE_CHAR): Check if the decoder vector is ready.
11278 (ENCODE_CHAR): Check if the encoder char-table is ready.
11279 (maybe_unify_char): Extern it.
11280
11281 * charset.c (Vchar_unified_charset_table): Delete it.
11282 (inhibit_load_charset_map): New variable.
11283 (temp_charset_work): New variable.
11284 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
11285 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
11286 New macros.
11287 (load_charset_map): Meaning of control_flag changed. If
11288 inhibit_load_charset_map is nonzero, setup a table in
11289 temp_charset_work.
11290 (load_charset): New argument control_flag.
11291 (map_charset_for_dump): New function.
11292 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
11293 map_charset_for_dump.
11294 (Fdefine_charset_internal): If the charset method is MAP, load
11295 mapping tables by calling load_charset.
11296 (Funify_charset): Don't load a mapping table but directly set
11297 Vchar_unify_table.
11298 (maybe_unify_char): New function.
11299 (decode_char): Don't handle the deleted method MAP_DEFERRED.
11300 Handle the case of inhibit_load_charset_map being nonzero.
11301 (encode_char): Don't handle the deleted method MAP_DEFERRED.
11302 Handle the case of inhibit_load_charset_map being nonzero.
11303 (Fclear_charset_maps): Just free temp_charset_work.
11304 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
11305 variable.
11306
11307 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
11308 change of char_table_ref_and_range.
11309 (char_table_ref_and_range): Change the meaning of argument FROM
11310 and TO. Now the caller must provide initial values for *FROM
11311 and *TO.
11312
11313 * fontset.c (fontset_add): Adjusted for the change of
11314 char_table_ref_and_range.
11315 (fontset_get_font_group): Likewise.
11316 (Ffontset_info): Likewise.
11317
11318 * keymap.c (describe_vector): Adjusted for the change of
11319 char_table_ref_and_range. For char-table, put boundary between
11320 non-ASCII and 8-bit characters.
11321
11322 * print.c (print_object): For bool-vector, delete unnecessary
11323 check of ASCII_BYTE_P.
11324
11325 2008-11-26 Jason Rumney <jasonr@gnu.org>
11326
11327 * w32font.c (w32font_open_internal): Don't include external
11328 leading in font height. (Bug#879)
11329
11330 2008-11-26 Glenn Morris <rgm@gnu.org>
11331
11332 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
11333 redefinition with ifdef. (Bug#1383)
11334
11335 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11336
11337 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
11338
11339 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
11340
11341 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
11342 New EmacsView methods.
11343 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
11344 Fixes bug #1048,1357,1414.
11345
11346 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11347
11348 Fix bug #1362.
11349 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
11350 is not an indexed color.
11351 * nsterm.m (free_indexed_color): Add argument checking.
11352 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
11353
11354 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
11355
11356 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
11357 Document confirm-after-completion value for
11358 minibuffer-completion-confirm.
11359
11360 2008-11-24 Jason Rumney <jasonr@gnu.org>
11361
11362 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
11363 warning.
11364
11365 2008-11-23 Jason Rumney <jasonr@gnu.org>
11366
11367 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
11368 restored before returning.
11369
11370 * w32font.c (check_face_name): New function.
11371 (add_font_entity_to_list): Use it to filter out common substituted
11372 fonts. (Bug#642)
11373
11374 2008-11-22 Martin Rudalics <rudalics@gmx.at>
11375
11376 * buffer.c (Fswitch_to_buffer): Reword and mention new option
11377 confirm-nonexistent-file-or-buffer in doc-string.
11378
11379 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11380
11381 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
11382 Fix copy/paste typo. Add checks.
11383
11384 2008-11-21 Kenichi Handa <handa@m17n.org>
11385
11386 * coding.c (detect_coding_iso_2022): Reject invalid composition
11387 sequence.
11388 (DECODE_COMPOSITION_START): If the current source is the last
11389 block, and the current composition doesn't end, regard this
11390 sequence as invalid.
11391 (decode_coding_iso_2022): Handle invalid composition sequence.
11392
11393 2008-11-20 Martin Rudalics <rudalics@gmx.at>
11394
11395 * window.c (coordinates_in_window): Don't return
11396 ON_VERTICAL_BORDER for the rightmost position of a mode/header
11397 line when the window is not the rightmost one. (Bug#1372)
11398
11399 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
11400
11401 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
11402
11403 2008-11-15 Eli Zaretskii <eliz@gnu.org>
11404
11405 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
11406 and bright_bg if noninteractive is non-zero.
11407
11408 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11409
11410 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
11411 x_draw_glyph_string_background.
11412
11413 * w32term.c (x_draw_glyph_string): Likewise.
11414
11415 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
11416
11417 * xterm.c (x_draw_glyph_string): Stop drawing the background of
11418 the next glyph string once past the overhang width.
11419
11420 * nsterm.m (ns_draw_glyph_string): Likewise.
11421
11422 * w32term.c (x_draw_glyph_string): Likewise.
11423
11424 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
11425
11426 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
11427 double file close.
11428
11429 2008-11-14 Martin Rudalics <rudalics@gmx.at>
11430
11431 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
11432 dedicated status of window before attempting to display another
11433 buffer in it.
11434
11435 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
11436
11437 * msdos.c (Fmsdos_long_file_names):
11438 (syms_of_msdos) <dos-unsupported-char-glyph>:
11439 * dosfns.c (Fint86): Fix typos in docstrings.
11440
11441 2008-11-14 Eli Zaretskii <eliz@gnu.org>
11442
11443 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
11444
11445 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11446
11447 * puresize.h (BASE_PURESIZE): Increase to 1260000.
11448
11449 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
11450
11451 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
11452
11453 * frame.h: Negative alpha means "don't touch".
11454
11455 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
11456
11457 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
11458
11459 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11460
11461 * hftctl.c:
11462 * chpdef.h:
11463 * acldef.h: Remove files used only for systems no longer supported.
11464
11465 * Makefile.in: Fix .o alphabetical ordering.
11466 (hftctl.o): Remove dependency, file removed.
11467 (keymap.o, print.o): Depend on charset.h.
11468
11469 2008-11-10 Kenichi Handa <handa@m17n.org>
11470
11471 * character.c (Fget_byte): Fix and make it faster for unibyte target.
11472
11473 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
11474
11475 * dired.c (file_name_completion): If completion_ignore_case is
11476 enabled, ignore case when checking completion-regexp-list.
11477
11478 2008-11-08 Eli Zaretskii <eliz@gnu.org>
11479
11480 * vm-limit.c (get_lim_data): Fix last change.
11481
11482 2008-11-08 Kenichi Handa <handa@m17n.org>
11483
11484 * character.c (Fget_byte): New function.
11485 (syms_of_character): Defsubr Fget_byte.
11486
11487 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
11488
11489 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
11490 cursor position is valid after scrolling.
11491
11492 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
11493
11494 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
11495
11496 2008-11-06 Glenn Morris <rgm@gnu.org>
11497
11498 * xterm.c (handle_one_xevent): Don't let popup menus cause
11499 mouse-autoselect-window related window switching. (Bug#1261)
11500
11501 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
11502
11503 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
11504
11505 2008-11-04 Andreas Schwab <schwab@suse.de>
11506
11507 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
11508
11509 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
11510
11511 * xfns.c (Fx_wm_set_size_hint): New function.
11512
11513 2008-11-03 Martin Rudalics <rudalics@gmx.at>
11514
11515 * textprop.c (Fprevious_single_char_property_change): Return 0
11516 when there's no change in a string. (Bug#1301)
11517
11518 2008-11-02 Martin Rudalics <rudalics@gmx.at>
11519
11520 * frame.c (do_switch_frame): New argument NORECORD passed to
11521 Fselect_window.
11522 (Fselect_frame): New argument NORECORD passed to
11523 do_switch_frame.
11524 (Fset_frame_selected_window): New argument NORECORD passed to
11525 Fselect_frame.
11526 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
11527 in call of do_switch_frame.
11528 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
11529 Handle NORECORD argument in call of Fselect_frame.
11530 * lisp.h (do_switch_frame, Fselect_frame)
11531 (Fset_frame_selected_window): Adjust declarations.
11532 * window.c (select_frame_norecord): New function.
11533 (run_window_configuration_change_hook): Use it and call
11534 Fselect_frame with NORECORD set.
11535 (Fselect_window): Pass NORECORD to Fselect_frame.
11536 (Fset_window_configuration): Handle NORECORD argument in call of
11537 do_switch_frame.
11538 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
11539 Fset_frame_selected_window.
11540 * keyboard.c (command_loop_1): Handle NORECORD in call of
11541 Fselect_frame (currently ifdefd).
11542
11543 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
11544
11545 * emacs.c (USAGE2): Untabify.
11546
11547 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11548
11549 * composite.c (fill_gstring_header): Fix copy/paste typo.
11550
11551 2008-10-31 Martin Rudalics <rudalics@gmx.at>
11552
11553 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
11554 (Fother_window): Rename argument and rewrite doc-string.
11555 (select_window_norecord): Fix return value. (Bug#1276)
11556
11557 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
11558
11559 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
11560 new frames overriding foreground for tooltips. Based on similar patch
11561 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
11562
11563 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
11564
11565 * emacs.c (Fdaemon_initialized): Initialize nfd.
11566
11567 2008-10-29 Martin Rudalics <rudalics@gmx.at>
11568
11569 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
11570 (Fwindow_text_height): Clarify doc-strings.
11571 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
11572 doc-string of window-scroll-functions.
11573
11574 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11575
11576 * category.c (syms_of_category): Fix typo in docstring.
11577
11578 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
11579
11580 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
11581 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
11582 Fix typos in docstrings.
11583
11584 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
11585
11586 * emacs.c (daemon_pipe): Make non-static.
11587 (IS_DAEMON): Move definition ...
11588 * lisp.h (IS_DAEMON): ... here.
11589 (daemon_pipe): Declare.
11590 (is_daemon): Remove.
11591 * dispnew.c (init_display): Use IS_DAEMON.
11592
11593 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11594
11595 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
11596 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
11597
11598 * emacs.c (is_daemon): Remove.
11599 (main): Don't set is_daemon.
11600 (IS_DAEMON): New macro.
11601 (Fdaemonp, Fdaemon_initialized): Use it.
11602 (Fdaemon_initialized): Write a char into the pipe to make sure the
11603 parent exits.
11604 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
11605
11606 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
11607
11608 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
11609 over-sized glyph, draw it with the default glyph width.
11610
11611 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11612 glyph, draw it with the default glyph width.
11613
11614 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11615 glyph, draw it with the default glyph width.
11616
11617 * xdisp.c (try_scrolling): When computing the distance from the
11618 scroll margin to PT, try moving some distance past the window
11619 bottom before giving up.
11620
11621 2008-10-27 Martin Rudalics <rudalics@gmx.at>
11622
11623 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
11624 (Fset_window_buffer): Explain in doc-string that a window can be
11625 "strongly" dedicated to its buffer.
11626
11627 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
11628
11629 * emacs.c (daemon_name): New variable.
11630 (main): Deal with --daemon=SERVER_NAME.
11631 (Fdaemonp): Return a name if one was passed to --daemon.
11632
11633 2008-10-26 Romain Francoise <romain@orebokech.com>
11634
11635 * emacs.c (daemon_pipe): New variable.
11636 (main): Create a pipe before forking, make the parent exit only after
11637 the child has closed its end of the pipe. Move closing the
11638 descriptors ...
11639 (Fdaemon_initialized): ... here. New function.
11640
11641 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11642
11643 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
11644 the previous unoptimized table.
11645
11646 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
11647 the distinction between non-nil and non-t value of `dedicated'.
11648
11649 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
11650
11651 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
11652 read_char_minibuf_menu_text is large enough to hold the menu string.
11653
11654 2008-10-25 Martin Rudalics <rudalics@gmx.at>
11655
11656 * window.c (Fget_buffer_window, Fdelete_windows_on)
11657 (Freplace_buffer_in_windows): Make buffer argument optional and
11658 rename to buffer_or_name.
11659
11660 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
11661
11662 * xdisp.c (handle_single_display_spec, handle_display_prop):
11663 Undo 2005-05-16 change.
11664 (handle_stop): Pop iterator if it's loaded with an empty string.
11665 (get_overlay_strings_1): Don't save iterator if it's loaded with
11666 an empty string (bug#1201).
11667
11668 2008-10-24 Kenichi Handa <handa@m17n.org>
11669
11670 * ftfont.c (ftfont_otf_features): Fix previous change.
11671 (ftfont_otf_capability): Check FeatureList.FeatureCount before
11672 calling ftfont_otf_features.
11673
11674 2008-10-24 Kenichi Handa <handa@m17n.org>
11675
11676 * font.c (font_match_p): Fix for the case that a vector of
11677 characters is in script-representative-chars.
11678
11679 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
11680
11681 * dbusbind.c (xd_in_read_queued_messages): New variable.
11682 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
11683 (xd_read_queued_messages): Catch Qdbus_error from the macros.
11684 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
11685 macro. (Bug#1186)
11686
11687 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
11688
11689 * s/sol2-10.h: New file.
11690
11691 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
11692
11693 * xdisp.c (fill_glyph_string): Fix typo in source (though the
11694 poor beast has survived 9+ years and the jump from xterm.c!).
11695
11696 2008-10-23 Martin Rudalics <rudalics@gmx.at>
11697
11698 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
11699 Reword doc-string.
11700 (Fbury_buffer): In doc-string say what happens to the buffer's window.
11701
11702 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
11703
11704 * character.c (syms_of_character) <script-representative-chars>:
11705 <unicode-category-table>: Doc fixes.
11706
11707 2008-10-23 Noah Friedman <friedman@splode.com>
11708
11709 * coding.c (make_conversion_work_buffer): Check that
11710 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
11711 Fget_buffer_create.
11712
11713 2008-10-23 Kenichi Handa <handa@m17n.org>
11714
11715 * font.c (font_add_log): Check the values of extra properties.
11716
11717 2008-10-22 Martin Rudalics <rudalics@gmx.at>
11718
11719 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
11720 Reword doc-string.
11721 (Fset_window_parameter): Use NILP.
11722 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
11723 (Frecenter): Use "selected" instead of "current" window in doc-strings.
11724
11725 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
11726
11727 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
11728
11729 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11730
11731 * nsfns.m (ns_appkit_version): New function.
11732 (x-server-version): Use it.
11733 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
11734 (x-server-vendor): Don't check_ns().
11735
11736 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
11737
11738 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
11739
11740 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
11741 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
11742
11743 2008-10-22 Kenichi Handa <handa@m17n.org>
11744
11745 * syntax.c (scan_words): Call word_boundary_p instead of comparing
11746 scripts.
11747
11748 * category.c (word_boundary_p): Check scripts instead of charset.
11749 Handle nil value in word-separating-categories and
11750 word-combining-categories.
11751 (syms_of_category): Fix docstrings of word-separating-categories
11752 and word-combining-categories.
11753
11754 2008-10-21 Eli Zaretskii <eliz@gnu.org>
11755
11756 * coding.c (Fencode_coding_region, Fdecode_coding_region)
11757 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
11758
11759 2008-10-21 Martin Rudalics <rudalics@gmx.at>
11760
11761 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
11762 Rename arg "buffer" to "buffer_or_name".
11763 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
11764 it optional.
11765 (no_switch_window): Remove since the return value is not used.
11766 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
11767 Consider window as dedicated when Fwindow_dedicated_p returns a
11768 non-nil value.
11769 * lisp.h: Remove prototype for no_switch_window.
11770
11771 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
11772
11773 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
11774 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
11775
11776 2008-10-21 Kenichi Handa <handa@m17n.org>
11777
11778 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
11779 check Vlatin_extra_code_table.
11780
11781 2008-10-20 Eli Zaretskii <eliz@gnu.org>
11782
11783 * fileio.c (Fset_file_modes): Doc fix.
11784
11785 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
11786
11787 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
11788 in arrays.
11789
11790 2008-10-19 Martin Rudalics <rudalics@gmx.at>
11791
11792 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
11793 Mention kill-buffer in doc-string.
11794 (Fset_window_buffer): Reinsert tem check removed in last commit.
11795 (Fenlarge_window, Fshrink_window): Have argument names and
11796 doc-string follow Elisp manual more closely.
11797
11798 2008-10-18 Eli Zaretskii <eliz@gnu.org>
11799
11800 * fileio.c (Fset_file_modes): Doc fix.
11801
11802 2008-10-18 Martin Rudalics <rudalics@gmx.at>
11803
11804 * window.c (Fwindow_width, Fset_window_start)
11805 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
11806 (Fdelete_windows_on, Freplace_buffer_in_windows):
11807 Make doc-strings follow code and Elisp manual more closely.
11808 (Fwindow_dedicated_p): Make window argument optional.
11809 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
11810 (Fset_window_buffer): Respect any non-nil dedicated value for
11811 window. Rename "buffer" argument to "buffer_or_name".
11812
11813 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
11814
11815 * m/sh3.h: New file, machine description for SuperH.
11816
11817 2008-10-17 Martin Rudalics <rudalics@gmx.at>
11818
11819 * window.c (Fsplit_window): Rename arg horflag to horizontal.
11820
11821 2008-10-17 Kenichi Handa <handa@m17n.org>
11822
11823 * ftfont.c (ftfont_otf_features): Fix indexing
11824 gsub_gpos->FeatureList.Feature. Check the validity of indices.
11825
11826 2008-10-16 Magnus Henoch <mange@freemail.hu>
11827
11828 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
11829 (Fdbus_call_method_asynchronously): Ditto.
11830 This change makes C-h f display the argument list.
11831
11832 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
11833
11834 * fileio.c (Fexpand_file_name): Doc fix.
11835
11836 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
11837 of :foreground and :background equivalent to unspecified (20.x
11838 compatibility).
11839
11840 2008-10-15 Eli Zaretskii <eliz@gnu.org>
11841
11842 * buffer.c (syms_of_buffer): Doc fix.
11843
11844 2008-10-14 Kenichi Handa <handa@m17n.org>
11845
11846 * font.c (font_clear_prop): When clearing font width, clear the
11847 average width field too.
11848
11849 2008-10-12 Andreas Schwab <schwab@suse.de>
11850
11851 * ftfont.c (ftfont_shape_by_flt): Make static.
11852 * ftfont.h (ftfont_shape_by_flt): Don't declare.
11853
11854 * font.c: Don't include <m17n-flt.h>.
11855
11856 2008-10-10 Eli Zaretskii <eliz@gnu.org>
11857
11858 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
11859
11860 2008-10-09 Eli Zaretskii <eliz@gnu.org>
11861
11862 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
11863 away code.
11864
11865 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
11866
11867 * dispnew.c (update_text_area): Avoid looping due to large glyph
11868 overhangs (bug#1070).
11869
11870 2008-10-09 Kenichi Handa <handa@m17n.org>
11871
11872 * fontset.c (face_for_char): If face->fontset is negative, just
11873 return ascii_face.
11874
11875 * font.c (font_delete_unmatched): Fix previous change.
11876 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
11877
11878 2008-10-09 Martin Rudalics <rudalics@gmx.at>
11879
11880 * frame.c (Fraise_frame): On text-only terminals select frame in
11881 order to make it visible. (Bug#1061)
11882
11883 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
11884
11885 * fontset.c (fontset_find_font): Check frame validity.
11886
11887 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
11888
11889 * gtkutil.c (xg_display_open): Reset default display if none exists.
11890 (xg_display_close): Allow Emacs to close all displays (bug#985).
11891
11892 2008-10-06 Andreas Schwab <schwab@suse.de>
11893
11894 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
11895
11896 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
11897
11898 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
11899
11900 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
11901
11902 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
11903 during initialization.
11904
11905 2008-10-04 Eli Zaretskii <eliz@gnu.org>
11906
11907 * xdisp.c (redisplay_internal): If frame switched, redisplay the
11908 whole thing on MSDOS frames as well as on a TTY.
11909
11910 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
11911 well as for TTY.
11912 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
11913 well as on a TTY.
11914
11915 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
11916 as well as for TTY.
11917
11918 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
11919
11920 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
11921 MSDOS frames as well.
11922
11923 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
11924
11925 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
11926 correct arguments.
11927 * menu.c (find_and_return_menu_selection): Add cast.
11928
11929 2008-10-03 Glenn Morris <rgm@gnu.org>
11930
11931 * emacs.c (USAGE1): Add --daemon.
11932
11933 2008-10-02 Eli Zaretskii <eliz@gnu.org>
11934
11935 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
11936 100, so it's in percents as advertised.
11937
11938 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
11939
11940 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
11941 (ns_output.current_cursor, ns_output.desired_cursor)
11942 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
11943 (FRAME_NEW_CURSOR_COLOR): Remove.
11944
11945 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
11946 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
11947 enumeration (HOLLOW_BOX_CURSOR, etc.).
11948
11949 * nsterm.m (ns_frame_rehighlight): Remove commented code.
11950 (draw_window_cursor): Simplify code.
11951 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
11952 Don't change cursor type. In latter, call rehighlight instead of doing
11953 updates manually.
11954 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
11955 Use core Emacs cursor types.
11956
11957 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
11958
11959 2008-10-02 Martin Rudalics <rudalics@gmx.at>
11960
11961 * process.c (Faccept_process_output): Fix doc-string.
11962
11963 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11964
11965 * gmalloc.c (__sbrk): Also define for uClibc.
11966
11967 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
11968 for uClibc.
11969
11970 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11971
11972 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
11973 styles.
11974 (nsfont_open): Reenable the cache.
11975
11976 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11977
11978 * font.c (font_matching_entity): Reflect ATTRS in font selection.
11979 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
11980
11981 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
11982
11983 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
11984 a suspended terminal.
11985
11986 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
11987
11988 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
11989
11990 2008-09-30 Eli Zaretskii <eliz@gnu.org>
11991
11992 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
11993
11994 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
11995
11996 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
11997 in a continued line coincides with a line beginning.
11998
11999 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
12000
12001 * nsfont.m (nsfont_trait_distance): Fix bug.
12002 (nsfont_list): Return a list rather than a vector (syncs with Handa
12003 changes of 2008-05-14).
12004 (nsfont_open): Improve logging.
12005
12006 2008-09-29 Andreas Schwab <schwab@suse.de>
12007
12008 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
12009
12010 2008-09-28 Martin Rudalics <rudalics@gmx.at>
12011
12012 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
12013 name as char-resolve-modifiers.
12014 Reported by: Markus Triska <markus.triska@gmx.at>
12015
12016 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
12017
12018 * dispnew.c (init_display): Return earlier when running as a daemon.
12019
12020 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12021
12022 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
12023
12024 2008-09-27 Eli Zaretskii <eliz@gnu.org>
12025
12026 * composite.c (Fcomposition_get_gstring)
12027 (Fcompose_region_internal, Fcompose_string_internal)
12028 (Ffind_composition_internal): Doc fix.
12029 (syms_of_composite) <compose-chars-after-function>: Doc fix.
12030 (syms_of_composite) <auto-composition-function>: Doc fix.
12031 (syms_of_composite) <composition-function-table>: Doc fix.
12032
12033 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
12034
12035 * search.c (wordify): New argument for lax word-ends.
12036 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
12037
12038 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12039
12040 * lisp.h (is_daemon): Declare.
12041 * dispnew.c (init_display): Do not try to initialize the terminal
12042 when running as a daemon.
12043
12044 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
12045
12046 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
12047 x_display_pixel_height.
12048
12049 2008-09-22 Martin Rudalics <rudalics@gmx.at>
12050
12051 * undo.c (record_point): Don't call Fundo_boundary for first
12052 change. (Bug#731)
12053
12054 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
12055
12056 * emacs.c (Fdaemonp): Doc fix.
12057
12058 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
12059
12060 * emacs.c (main): Place #ifdef in the proper place.
12061
12062 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12063
12064 * emacs.c (standard_args): Add --daemon.
12065 (main): Disconnect from the terminal when --daemon is passed.
12066 (is_daemon): New variable.
12067 (Fdaemonp): New function.
12068 (syms_of_emacs): Defsubr it.
12069
12070 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
12071
12072 * xdisp.c (get_next_display_element): Handle string display
12073 correctly when checking for the end of a box run.
12074
12075 2008-09-20 Glenn Morris <rgm@gnu.org>
12076
12077 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
12078 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
12079 (Frename_file): Avoid copying to trash if a rename involves
12080 a delete. (Bug#964).
12081
12082 2008-09-20 Eli Zaretskii <eliz@gnu.org>
12083
12084 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
12085 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
12086 frames as well as termcap frames.
12087 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
12088 get_named_tty.
12089
12090 2008-09-19 Eli Zaretskii <eliz@gnu.org>
12091
12092 * process.c (procfs_system_process_attributes): Fix cmdline in
12093 case /proc/PID/cmdline is empty.
12094
12095 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
12096 x_display_pixel_height.
12097
12098 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
12099
12100 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
12101
12102 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12103 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
12104
12105 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
12106
12107 * dispextern.h (struct it): Move line_wrap away from the middle of
12108 bitfields. Move voffset in struct iterator_stack_entry after the
12109 bitfields. Move tab_width near after another short.
12110
12111 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
12112
12113 * frame.h (struct frame): Move alpha from the middle of bitfields.
12114
12115 * window.h (struct window): Move frozen_window_start_p after the
12116 rest of the bitfields to reduce padding.
12117
12118 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
12119
12120 * xterm.h (x_display_info): Remove `height' and `width' members.
12121
12122 * nsterm.h (ns_display_info): Remove `height' and `width' members.
12123
12124 * w32term.h (w32_display_info): Remove `height', `width',
12125 `height_in', and `width_in' members.
12126
12127 * xterm.c (x_display_pixel_height, x_display_pixel_width):
12128 New functions.
12129 (x_calc_absolute_position): Use them.
12130 (x_term_init): Omit removed `height' and `width' members.
12131
12132 * w32term.c (x_display_pixel_height, x_display_pixel_width):
12133 New functions.
12134 (w32_read_socket, x_calc_absolute_position): Use them.
12135 (w32_initialize_display_info, w32_term_init): Omit removed members
12136 of w32_display_info.
12137
12138 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
12139 New functions.
12140 (ns_initialize_display_info): Omit removed members of ns_display_info.
12141
12142 * xterm.c (x_display_pixel_height, x_display_pixel_width):
12143 New functions.
12144 (x_calc_absolute_position): Use them.
12145 (x_term_init): Omit removed `height' and `width' members.
12146
12147 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12148 (compute_tip_xy):
12149 * frame.c (x_fullscreen_adjust):
12150 * xmenu.c (menu_position_func): Use x_display_pixel_height and
12151 x_display_pixel_width.
12152
12153 2008-09-18 Kenichi Handa <handa@m17n.org>
12154
12155 * composite.c (fill_gstring_header): Don't check FROM and TO here.
12156 (composition_compute_stop_pos): Fix handling of static composition.
12157 (Fcomposition_get_gstring): Check FROM and TO at first.
12158
12159 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12160
12161 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
12162 mixup (YAILOM).
12163
12164 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
12165
12166 * indent.c (Fvertical_motion): Use position reported by iterator
12167 instead of PT for determining screen motion (bug#943).
12168
12169 2008-09-17 Romain Francoise <romain@orebokech.com>
12170
12171 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
12172
12173 2008-09-17 Kenichi Handa <handa@m17n.org>
12174
12175 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
12176
12177 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
12178 if necessary.
12179
12180 2008-09-16 Kenichi Handa <handa@m17n.org>
12181
12182 * coding.c (make_conversion_work_buffer): Avoid calling
12183 Fget_buffer_create if it is not necessary.
12184
12185 2008-09-15 Martin Rudalics <rudalics@gmx.at>
12186
12187 * window.c (Fselect_window): Don't update window_select_count and
12188 use_time when norecord is not nil.
12189
12190 2008-09-14 Kenichi Handa <handa@m17n.org>
12191
12192 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
12193 specpdl_ptr.
12194
12195 2008-09-12 Kenichi Handa <handa@m17n.org>
12196
12197 * indent.c (scan_for_column): Don't handle automatic composition
12198 if the current buffer is not associated with a window.
12199
12200 * composite.c (composition_reseat_it): If the current buffer is
12201 not associated with a window, ignore the automatic composition.
12202 (find_automatic_composition): Likewise.
12203
12204 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12205
12206 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
12207 (Fgpm_mouse_stop): Use it.
12208 * termhooks.h (close_gpm): Declare.
12209 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
12210 connection if Gpm_GetEvent fails.
12211
12212 * window.c (set_window_buffer): Always preserve current-buffer.
12213
12214 2008-09-12 Glenn Morris <rgm@gnu.org>
12215
12216 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
12217
12218 2008-09-11 Glenn Morris <rgm@gnu.org>
12219
12220 * charset.c (charset-map-path): Doc fix.
12221
12222 2008-09-10 Kenichi Handa <handa@m17n.org>
12223
12224 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
12225
12226 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
12227 compose a grapheme cluster with the preceding base glyph.
12228
12229 * composite.c (composition_compute_stop_pos): Fix previous change.
12230 Reset cmp_it->id to -1 at first.
12231
12232 2008-09-10 Glenn Morris <rgm@gnu.org>
12233
12234 * Makefile.in (character.o, chartab.o): Fix config.h typo.
12235
12236 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
12237
12238 * keyboard.c (read_key_sequence): Reapply translation maps when
12239 switching keyboards.
12240
12241 2008-09-09 Kenichi Handa <handa@m17n.org>
12242
12243 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
12244 characters.
12245
12246 * composite.c (FORWARD_CHAR): Fix calculation
12247 of (POSITION).pos_byte.
12248 (composition_compute_stop_pos): Limit the search of composition to
12249 at most 500 characters ahead. If we reach the limit or find a
12250 newline, set cmp_it->ch to -2 and return 0.
12251 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
12252
12253 2008-09-08 Kenichi Handa <handa@m17n.org>
12254
12255 * indent.c (Fvertical_motion): Be sure to set
12256 it_overshoot_expected if it.cmp_it.id is non-negative.
12257
12258 2008-09-07 Andreas Schwab <schwab@suse.de>
12259
12260 * callproc.c (Fcall_process): Don't hold references to string data
12261 across garbage collection. Move initialisation of new_argv down
12262 to avoid compiler bug.
12263
12264 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12265
12266 * process.c (Fsystem_process_attributes): Doc fix.
12267
12268 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
12269
12270 * callproc.c (Fcall_process): Canonicalize current directory name.
12271
12272 * xdisp.c (move_it_to): When moving by vpos, ensure that the
12273 iterator advances to the next line if the current line ends in a
12274 continued tab.
12275
12276 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
12277
12278 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
12279 member to point to cmp_from.
12280
12281 * xdisp.c: Doc fix for references to gidx data member.
12282
12283 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12284
12285 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
12286
12287 2008-09-07 Kenichi Handa <handa@m17n.org>
12288
12289 * composite.c (FORWARD_CHAR): Check STOP after
12290 incrementing (POSITION).pos.
12291
12292 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12293
12294 * process.c (Fsystem_process_attributes): Doc fix.
12295
12296 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
12297
12298 * keyboard.c (Ftop_level): Doc fix.
12299
12300 2008-09-06 Eli Zaretskii <eliz@gnu.org>
12301
12302 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
12303 minibuffer, don't let lower part of menu invade the echo area.
12304
12305 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
12306 "char *q" to access menu text and advance through it. Revert the
12307 change that displayed ">" instead of ASCII character 0x10.
12308
12309 2008-09-05 Eli Zaretskii <eliz@gnu.org>
12310
12311 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
12312 toggle boxes and radio buttons on MS-DOS as well.
12313
12314 2008-09-05 Kenichi Handa <handa@m17n.org>
12315
12316 * composite.c (autocmp_chars): Check lookback count.
12317 (composition_compute_stop_pos): Set cmp_it->lookback.
12318 (composition_reseat_it): Check lookback count.
12319 (struct position_record): New struct.
12320 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
12321 (find_automatic_composition): New function.
12322 (composition_adjust_point): Use find_automatic_composition.
12323
12324 * dispextern.h (struct composition_it): New member lookback.
12325
12326 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
12327
12328 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
12329 if moving by a single line.
12330
12331 2008-09-02 Andreas Schwab <schwab@suse.de>
12332
12333 * xterm.c (x_delete_display): Fix merge error.
12334
12335 * fileio.c (Fexpand_file_name): Remove unused variables.
12336
12337 2008-09-02 Eli Zaretskii <eliz@gnu.org>
12338
12339 * fileio.c (Fexpand_file_name): Copy argument `name' into local
12340 storage on all platforms, not just on DOS_NT.
12341
12342 2008-09-02 Jason Rumney <jasonr@gnu.org>
12343
12344 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
12345 Ensure mouse is not grabbed after menu is finished.
12346
12347 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
12348
12349 * xfaces.c (Finternal_set_alternative_font_family_alist)
12350 (Finternal_set_alternative_font_registry_alist): Properly copy
12351 entire alist structure.
12352
12353 2008-09-01 Kenichi Handa <handa@m17n.org>
12354
12355 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
12356 representative chars of the script is a vector.
12357 (ftfont_list): Handle the case where the representative chars of
12358 the script is a vector.
12359
12360 * character.c (syms_of_character): Docstring of
12361 script-representative-chars fixed.
12362
12363 2008-08-31 Eli Zaretskii <eliz@gnu.org>
12364
12365 * msdos.c (BUILD_CHAR_GLYPH): New macro.
12366 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
12367 the menu. Allocate larger buffer for `text', to account for
12368 possible ^C characters.
12369
12370 2008-08-31 Martin Rudalics <rudalics@gmx.at>
12371
12372 * xdisp.c (prepare_menu_bars): Don't call
12373 Vwindow_size_change_functions with arg Qt.
12374
12375 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12376
12377 * font.h (font_range):
12378 * fileio.c (report_file_error):
12379 * composite.c (composition_update_it): Yet another int/Lisp_Object
12380 mixup (YAILOM).
12381
12382 2008-08-30 Glenn Morris <rgm@gnu.org>
12383
12384 * data.c (Fmake_variable_frame_local): Doc fix.
12385
12386 * frame.c (Fmodify_frame_parameters): Doc fix.
12387
12388 2008-08-30 Eli Zaretskii <eliz@gnu.org>
12389
12390 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
12391 needed by GetTokenInformation.
12392 (w32_system_process_attributes): Check return values of all system
12393 APIs.
12394
12395 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
12396 only when the state changes.
12397 (IT_update_begin, IT_update_end): Add termscript trace.
12398
12399 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
12400 clipboard is unavailable. Set dst to NULL if it doesn't point to
12401 malloc'ed data.
12402 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
12403 passing random values to xfree.
12404
12405 * dispnew.c (init_display): Set `tty's association in frame's
12406 parameters alist to the name of the terminal device, if that is known.
12407
12408 2008-08-29 Jason Rumney <jasonr@gnu.org>
12409
12410 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
12411
12412 2008-08-29 Eli Zaretskii <eliz@gnu.org>
12413
12414 * composite.c (fill_gstring_body): Avoid compiler warnings.
12415
12416 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
12417 LGLYPH_SET_CODE to avoid compiler warnings.
12418
12419 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
12420
12421 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
12422
12423 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
12424 LGLYPH_SET_CODE.
12425
12426 2008-08-29 Kenichi Handa <handa@m17n.org>
12427
12428 * fileio.c (report_file_error): Don't downcase the first character
12429 of errstring if it is still unibyte.
12430
12431 2008-08-29 Kenichi Handa <handa@m17n.org>
12432
12433 These changes are to re-implement the automatic composition so
12434 that it doesn't use text properties.
12435
12436 * Makefile.in (ftfont.o): Depend on composite.h.
12437 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
12438
12439 * character.h (Vunicode_category_table): Extern it.
12440
12441 * character.c (Vunicode_category_table): New variable.
12442 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
12443
12444 * chartab.c (optimize_sub_char_table): Perform more greedy
12445 optimization.
12446
12447 * composite.h (enum composition_method):
12448 Delete COMPOSITION_WITH_GLYPH_STRING.
12449 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
12450 (Vcomposition_function_table): Extern it.
12451 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
12452 (composition_gstring_put_cache, composition_gstring_from_id)
12453 (composition_gstring_p, composition_gstring_width)
12454 (composition_compute_stop_pos, composition_reseat_it)
12455 (composition_update_it, composition_adjust_point): Extern them.
12456 (Fcomposition_get_gstring): EXFUN it.
12457
12458 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
12459 (Vcomposition_function_table)
12460 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
12461 (gstring_hash_table, gstring_work, gstring_work_headers):
12462 New variables.
12463 (gstring_lookup_cache, composition_gstring_put_cache)
12464 (composition_gstring_from_id, composition_gstring_p)
12465 (composition_gstring_width, fill_gstring_header)
12466 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
12467 (composition_reseat_it, composition_update_it)
12468 (composition_adjust_point, Fcomposition_get_gstring): New functions.
12469 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
12470 and gstring_work_headers. DEFVAR_LISP composition-function-table.
12471 Defsubr composition_get_gstring.
12472
12473 * dispextern.h (struct glyph): New union u.cmp. Delete the member
12474 cmp_id.
12475 (struct glyph_string): Delete the member gidx. New members
12476 cmp_id, cmp_from, and cmp_to.
12477 (enum it_method): Delete GET_FROM_COMPOSITION.
12478 (struct composition_it): New struct.
12479 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
12480 Delete c, len, cmp_id, cmp_len in u.comp.
12481
12482 * font.h (enum lgstring_indices): Delete it.
12483 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
12484 (enum lglyph_indices): Likewise.
12485 (font_range): Adjust extern.
12486 (font_fill_lglyph_metrics): Extern it.
12487
12488 * font.c (QCf): New variable.
12489 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12490 (font_prepare_composition): Delete this function.
12491 (font_range): Type and arguments changed.
12492 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
12493 (font_fill_lglyph_metrics): New function.
12494 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
12495 (syms_of_font): DEFSYM QCf. Delete defsubr for
12496 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
12497 Defsubr Sfont_shape_gstring.
12498
12499 * fontset.h (font_for_char): Extern it.
12500
12501 * fontset.c (font_for_char): New function.
12502
12503 * ftfont.c: Include composite.h.
12504 (ftfont_resolve_generic_family): Add langset "en" to pattern.
12505 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12506
12507 * indent.c: Include composite.h and dispextern.h.
12508 (check_composition): Delete this function.
12509 (scan_for_column): Handle composition by
12510 composition_compute_stop_pos, composition_reseat_it, and
12511 composition_update_it.
12512 (compute_motion): Likewise.
12513 (Fvertical_motion): Fix checking of composition.
12514
12515 * keyboard.c (adjust_point_for_property): Check composition by
12516 composition_adjust_point.
12517
12518 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
12519 struct glyph_string.
12520
12521 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
12522 (append_composite_glyph): Adjust for the change of struct it and
12523 struct glyph.
12524 (produce_composite_glyph): Likewise.
12525
12526 * w32term.c (x_draw_composite_glyph_string_foreground):
12527 Adjust for the change of struct glyph_string.
12528 (x_draw_glyph_string): Likewise.
12529
12530 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
12531 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12532
12533 * xdisp.c: Include font.h.
12534 (it_props): Delete the entry for Qauto_composed.
12535 (init_iterator): Initialize it->cmp_it.id to -1.
12536 (compute_stop_pos): Call composition_compute_stop_pos.
12537 (face_before_or_after_it_pos): Adjust for the change of struct it.
12538 (handle_auto_composed_prop): Delete it.
12539 (handle_composition_prop): Handle only static composition.
12540 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
12541 from xassert. Initialize it->cmp_it.stop_pos.
12542 (push_it): Adjust for the change of struct it.
12543 (pop_it): Likewise.
12544 (get_next_element): Delete next_element_from_composition.
12545 (CHAR_COMPOSED_P): New macro.
12546 (get_next_display_element): For automatic composition, get a face
12547 from the font in the glyph-string.
12548 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
12549 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
12550 (next_element_from_string): Check if the character at the current
12551 position is composed by CHAR_COMPOSED_P.
12552 (next_element_from_buffer): Likewise.
12553 (next_element_from_composition): Adjust for the change of struct it.
12554 Update it->cmp_it.
12555 (dump_glyph): Adjust for the change of struct glyph.
12556 (fill_composite_glyph_string): Adjust for the change of struct
12557 it and struct glyph. Don't handle automatic composition here.
12558 (fill_gstring_glyph_string): New function.
12559 (x_get_glyph_overhangs): Handle automatic composition.
12560 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
12561 (BUILD_GSTRING_GLYPH_STRING): New macro.
12562 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
12563 automatic composition.
12564 (append_composite_glyph): Adjust for the change of struct it and
12565 struct glyph.
12566 (x_produce_glyphs): Adjust for the change of struct it.
12567
12568 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
12569 the change of struct glyph_string.
12570 (x_draw_glyph_string): Likewise.
12571
12572 2008-08-29 Glenn Morris <rgm@gnu.org>
12573
12574 * buffer.c (word-wrap): Doc fix.
12575 * xdisp.c (truncate-partial-width-windows): Doc fix.
12576 Increase default to 50.
12577
12578 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
12579
12580 * xdisp.c (update_tool_bar_unwind): New function.
12581 (update_tool_bar): Temporarily set selected frame before building
12582 tool-bar items.
12583
12584 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
12585
12586 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
12587 snprintf, respectively.
12588 (xd_append_arg): Convert strings with Fstring_make_unibyte.
12589
12590 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
12591
12592 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
12593 LDFLAGS to GNUstep CC invocation.
12594
12595 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
12596
12597 * indent.c (Fvertical_motion): Revert last change. Handle the
12598 general case where we are moving forward, and PT spans multiple
12599 screen lines.
12600
12601 * eval.c (find_handler_clause): Temporarily increase
12602 max-lisp-eval-depth while printing the backtrace buffer, to
12603 guarantee that help-mode code can run.
12604
12605 2008-08-27 Eli Zaretskii <eliz@gnu.org>
12606
12607 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
12608 colors under -rv.
12609 (IT_set_frame_parameters): Don't swap foreground and background
12610 colors if `(reverse . t)' is present in the frame properties.
12611 (internal_terminal_init): Call init_frame_faces only for the
12612 initial frame.
12613
12614 2008-08-27 Andreas Schwab <schwab@suse.de>
12615
12616 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
12617
12618 2008-08-27 Andreas Schwab <schwab@suse.de>
12619
12620 * search.c (search_buffer): Set char_base to zero only at the end.
12621
12622 2008-08-27 Kenichi Handa <handa@m17n.org>
12623
12624 * fileio.c (report_file_error): Fix handling of multibyte error string.
12625
12626 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
12627
12628 * xterm.c (x_term_init): Temporarily hide the partially
12629 initialized terminal while calling vendor-specific-keysyms.
12630
12631 2008-08-26 Eli Zaretskii <eliz@gnu.org>
12632
12633 * msdos.c (internal_terminal_init): Most initializations done only
12634 once, especially initial_screen_colors[] and termscript open.
12635
12636 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
12637
12638 * eval.c (Fcondition_case): Doc fix.
12639
12640 * widgetprv.h (EmacsFramePart): Change font member to the new font
12641 struct.
12642
12643 * widget.c: Include character.h and font.h for XSETFONT.
12644 (setup_frame_gcs): Compute X font id from font struct, just once.
12645
12646 2008-08-26 Eli Zaretskii <eliz@gnu.org>
12647
12648 * term.c (get_named_tty): Fix last change.
12649
12650 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
12651
12652 * indent.c (Fvertical_motion): If moving forward starting from a
12653 multi-line string, move the iterator to the last line of that string.
12654
12655 2008-08-25 Eli Zaretskii <eliz@gnu.org>
12656
12657 * frame.c (do_switch_frame): Mark previously displayed frame as
12658 obscured for FRAME_MSDOS_P frames as well.
12659
12660 2008-08-24 Eli Zaretskii <eliz@gnu.org>
12661
12662 * frame.c (make_terminal_frame): Initialize f->terminal,
12663 f->terminal->reference_count, and scroll bars on MS-DOS as well.
12664 Set the top frame to newly created frame.
12665 (Fmake_terminal_frame): Reuse the_only_display_info.
12666
12667 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
12668 estimating available memory.
12669
12670 2008-08-23 David Reitter <david.reitter@gmail.com>
12671
12672 * nsterm.m (ns_draw_window_cursor): Don't call
12673 NSDisableScreenUpdates and NSEnableScreenUpdates on
12674 non-NS_IMPL_COCOA systems.
12675
12676 2008-08-23 Andreas Schwab <schwab@suse.de>
12677
12678 * process.c (procfs_system_process_attributes): Fix use of
12679 uninitialized variables.
12680
12681 2008-08-23 Eli Zaretskii <eliz@gnu.org>
12682
12683 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
12684
12685 * dispnew.c (init_display): Remove MS-DOS specific conditions for
12686 calling tty-set-up-initial-frame-faces.
12687
12688 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
12689 Allow MSDOS frames along with X frames.
12690
12691 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
12692 addition to output_termcap.
12693
12694 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
12695
12696 * termchar.h (FRAME_TTY): Support output_msdos_raw.
12697 (struct tty_display_info) [MSDOS]: Add fields related to mouse
12698 highlight.
12699
12700 * process.c [!subprocesses]: Define QCname.
12701 (syms_of_process): Intern and staticpro it.
12702
12703 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
12704 Adjust for changes in encoding/decoding routines.
12705 Use encode_coding_object and decode_coding_object instead of
12706 encode_coding and decode_coding.
12707
12708 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
12709
12710 * dosfns.c: Include frame.h before termhooks.h.
12711 (dos_cleanup): Use CURTTY ()->termscript instead of a global
12712 variable termscript.
12713
12714 * s/msdos.h (USER_FULL_NAME): Define.
12715 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
12716
12717 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
12718 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
12719 pw->pw_gecos.
12720
12721 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
12722 SELECTED_FRAME as additional (1st) argument.
12723 (tty_read_avail_input): Handle output_msdos_raw in
12724 addition to output_termcap.
12725
12726 * msdos.c: Include frame.h before termhooks.h.
12727 (mouse_on, mouse_off, mouse_moveto, mouse_init)
12728 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
12729 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
12730 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
12731 (IT_set_terminal_modes, IT_reset_terminal_modes)
12732 (IT_set_frame_parameters): Use tty->termscript instead of a global
12733 variable termscript.
12734 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
12735 global variable terminal_coding. Don't refer to
12736 Vnonascii_translation_table.
12737 (internal_terminal_init): Set Vwindow_system in current_kboard.
12738 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
12739 Announce date and time of session start, if termscript is open.
12740 Don't zero out the_only_display_info (it is done in
12741 term.c:init_tty). Open termscript only of not already open.
12742 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
12743 here instead of dos_ttraw. Don't initialize display if this is an
12744 initial tty. Don't set FRAME_FONT.
12745 (Vwindow_system_version): Bump to 23.
12746 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
12747 is available, set up mouse_position_hook.
12748 (dos_ttraw, IT_set_terminal_modes): If called with initial
12749 terminal, do nothing.
12750 (IT_set_frame_parameters): Handle the Qtty_type frame
12751 parameter by calling internal_terminal_init.
12752 (dos_set_window_size, show_mouse_face)
12753 (clear_mouse_face, IT_note_mode_line_highlight)
12754 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
12755 (dos_rawgetc): Use tty_display_info instead of x_display_info.
12756 (initialize_msdos_display): New function.
12757 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
12758 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
12759 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
12760 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
12761 Accept additional argument: a pointer to a frame. Update all callers.
12762 (request_sigio, unrequest_sigio): Don't define, now defined on
12763 sysdep.c.
12764 (IT_write_glyphs): Rewrite to use encode_terminal_code.
12765
12766 * term.c [MSDOS]: Include msdos.h.
12767 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
12768 conditional to DOS_NT. Allow only one call to this function in a
12769 session. Don't allocate a new struct tty_display_info; instead,
12770 reuse the_only_display_info. Call get_tty_size to get screen
12771 dimensions. Call init_baud_rate to set bad_rate.
12772 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
12773 (Fsuspend_tty) [MSDOS]: Don't close input and output.
12774 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
12775 (get_tty_terminal, get_named_tty, Ftty_type)
12776 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
12777 output_termcap.
12778 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
12779 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
12780 only when subprocesses are supported.
12781
12782 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
12783 f->output_data.x.
12784 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
12785 terminal devices.
12786
12787 * msdos.h: Remove definition of struct x_display_info and struct
12788 x_output.
12789 (FRAME_FONT): Use output_data.tty.
12790 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
12791 (struct x_display_info): Rename from display_info. Update all users in
12792 msdos.c.
12793 (struct x_output): Remove background_pixel and foreground_pixel.
12794 (the_only_display_info): Rename from the_only_x_display.
12795 (dos_ttraw): Update prototype.
12796
12797 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
12798 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
12799
12800 2008-08-23 Jason Rumney <jasonr@gnu.org>
12801
12802 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
12803 (fn_TIFFSetDirectory): New library function used.
12804 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
12805 (tiff_load): Use :index to select among multiple images. Set count
12806 property when multiple images exist.
12807 (gif_format): Use :index, not :image.
12808
12809 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
12810
12811 * xdisp.c (try_scrolling): Check INT_MAX instead of
12812 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
12813 to obtain INT_MAX.
12814
12815 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
12816
12817 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
12818
12819 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
12820
12821 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
12822 GNUstep library location.
12823
12824 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
12825
12826 * xfaces.c (x_update_menu_appearance): Check validity of menu font
12827 before using it.
12828
12829 * puresize.h (BASE_PURESIZE): Increase to 1250000.
12830
12831 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
12832
12833 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
12834 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
12835 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
12836 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
12837 (EmacsApp-cursor_blink_handler): Remove declaration.
12838 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
12839 match 01 Feb 2008 changes in xterm.c.
12840 (ns_read_socket): Add cast to avoid warning.
12841 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
12842 GNUstep.
12843
12844 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
12845
12846 * xselect.c (x_get_foreign_selection): Return nil if desired
12847 selection could not be obtained, instead of signalling an error.
12848
12849 2008-08-20 David Reitter <david.reitter@gmail.com>
12850
12851 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
12852 * nsterm.m: Remove ns-specific code for cursor blinking.
12853 (ns_draw_window_cursor): Clear cursor properly rather than
12854 redrawing the area. Respect width of bar cursors.
12855 These changes enable the use of generic blink-cursor-mode and
12856 generic cursor types in NS and support smooth cursor movements (do
12857 not blink off after command).
12858 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
12859 Nextstep, too.
12860
12861 2008-08-19 Kenichi Handa <handa@m17n.org>
12862
12863 * font.c (Vfont_log_deferred): New variable.
12864 (font_add_log): Check Vfont_log_deferred.
12865 (font_deferred_log): New function.
12866
12867 * font.h (font_deferred_log): Extern it.
12868
12869 * fontset.c (reorder_font_vector): Use encoding charset of fonts
12870 for sorting.
12871 (face_for_char): Use deferred log.
12872
12873 2008-08-18 Kenichi Handa <handa@m17n.org>
12874
12875 * fontset.c (face_for_char): Add font log.
12876
12877 * font.c (font_add_log): Add the font properties :script, :lang,
12878 and :otf in the log.
12879
12880 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
12881
12882 * xdisp.c: Remove dead code.
12883 (handle_invisible_prop, next_overlay_string): Defer call to
12884 setup_for_ellipsis.
12885 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
12886
12887 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
12888
12889 * xfaces.c (lookup_derived_face): Properly handle possible zero
12890 return value of get_lface_attributes.
12891 (merge_faces): Don't tell lookup_derived_face to signal an error
12892 if face is not found.
12893
12894 * dired.c (Fdirectory_files): Doc fix.
12895
12896 * process.c (make_process): Initialize kill_without_query struct
12897 member.
12898
12899 2008-08-15 Eli Zaretskii <eliz@gnu.org>
12900
12901 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
12902 Alternative calculation of totphys for Visual Studio 6.
12903
12904 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
12905
12906 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
12907 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
12908 All users changed.
12909 (stat): Only root directory passed to GetDriveType. Allow RAM
12910 disk as well as local fixed disk when w32-get-true-file-attributes
12911 is set to `local'.
12912 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
12913 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
12914 (w32_cached_id, w32_add_to_cache): New functions.
12915 (get_name_and_id): Look account names in the cache before calling
12916 lookup_account_sid.
12917 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
12918 New initialization flags.
12919 (globals_of_w32): Initialize them to zero.
12920 (w32_system_process_attributes): Use w32_cached_id and
12921 w32_add_to_cache.
12922
12923 2008-08-14 Lawrence Mitchell <wence@gmx.li>
12924
12925 * lread.c (Fread_char, Fread_char_exclusive): If no character
12926 event is read before timeout is reached, return nil, rather than
12927 converting to a number.
12928
12929 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
12930
12931 * fns.c (use_dialog_box): Doc fix.
12932
12933 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
12934 on OS X.
12935
12936 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
12937
12938 * frame.c (Qns_parse_geometry): New var.
12939 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
12940
12941 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
12942
12943 * xdisp.c (x_produce_glyphs): Handle the case when font has no
12944 space character in calculating tabs.
12945
12946 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
12947
12948 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
12949
12950 2008-08-10 Glenn Morris <rgm@gnu.org>
12951
12952 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
12953 silence gcc "limited range of data type" warnings in some
12954 make_fixnum_or_float calls.
12955
12956 2008-08-09 Eli Zaretskii <eliz@gnu.org>
12957
12958 * w32.c (w32_system_process_attributes): If the process does not
12959 exist, return nil.
12960
12961 * w32.c: Include thelp32.h, psapi.h and coding.h.
12962 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
12963 declarations.
12964 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
12965 (Process32Next_Proc): New typedefs.
12966 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
12967 (g_b_init_process32_next, g_b_init_open_thread_token)
12968 (g_b_init_impersonate_self, g_b_init_revert_to_self)
12969 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
12970 (g_b_init_get_process_working_set_size)
12971 (g_b_init_global_memory_status_ex): New static variables.
12972 (globals_of_w32): Initialize them.
12973 (create_toolhelp32_snapshot, process32_first, process32_next)
12974 (open_thread_token, impersonate_self, revert_to_self)
12975 (get_process_memory_info, get_process_working_set_size)
12976 (global_memory_status, global_memory_status_ex): New wrapper
12977 functions.
12978 (w32_list_system_processes, w32_system_process_attributes)
12979 (enable_privilege, restore_privilege, ltime, process_times):
12980 New functions.
12981 (convert_time_raw): New function.
12982 (convert_time): Remove conversion of FILETIME into time in 100
12983 nsec units, call convert_time_raw instead.
12984
12985 * process.h (w32_list_system_processes, w32_system_process_attributes):
12986 Add prototypes.
12987 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
12988 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
12989 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
12990 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
12991
12992 * process.c (Fsystem_process_attributes): Doc fix.
12993
12994 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
12995
12996 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
12997 a continued multi-char glyph; if so, advance to the actual glyph.
12998
12999 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13000
13001 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
13002
13003 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
13004 (.m.o): Use it.
13005 * config.in: Regenerate.
13006
13007 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
13008
13009 * xdisp.c (redisplay_window): Revert last change.
13010 (try_window): Check bottom scroll margin too.
13011
13012 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13013
13014 * config.in: Regenerate.
13015
13016 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
13017 -list-load-path-shadows'.
13018 (nsgui.h): Reduce number of things depending on it.
13019
13020 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
13021
13022 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
13023 instead of window-end which does the wrong thing at eob.
13024 (try_cursor_movement): Minor optimization.
13025 (redisplay_window): If scroll margin is defined, don't assume
13026 window doesn't need scrolling.
13027
13028 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13029
13030 * config.in: Regenerate.
13031
13032 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
13033 (mostlyclean): Don't delete *.d under NS.
13034
13035 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
13036
13037 2008-08-06 Kenichi Handa <handa@m17n.org>
13038
13039 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
13040
13041 2008-08-06 Andreas Schwab <schwab@suse.de>
13042
13043 * config.in: Regenerate.
13044
13045 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
13046
13047 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
13048 forcing a window start.
13049
13050 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
13051 (auto_save_1): Update modtime when auto-save-list-file-name is on.
13052
13053 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13054
13055 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
13056 argument.
13057
13058 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
13059
13060 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
13061 <scroll-down-aggressively, before-change-functions>:
13062 <after-change-functions>: Reflow docstrings.
13063
13064 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13065 Ken Raeburn <raeburn@gnu.org>
13066
13067 Dock menu customization, based on a patch by Ken Raeburn, plus some
13068 other fixes.
13069 * nsmenu.m (dockMenu): New variable.
13070 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
13071
13072 * nsterm.h (dockMenu): Declare.
13073
13074 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
13075 (ns_term_init): Initialize dockMenu.
13076 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
13077 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
13078 left.
13079
13080 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
13081
13082 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
13083
13084 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
13085
13086 * config.in: Regenerate.
13087
13088 2008-08-04 Seiji Zenitani <zenitani@mac.com>
13089
13090 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
13091
13092 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
13093
13094 * nsterm.h (find_and_call_menu_selection): Fix prototype.
13095
13096 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13097
13098 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
13099
13100 * keyboard.h: Comment an #endif.
13101
13102 * lisp.h (have_menus_p): Adjust comment.
13103
13104 * menu.c (find_and_return_menu_selection): Fix comparison with
13105 client_data.
13106
13107 * nsmenu.m (popup_activated_flag): New variable.
13108 (popup_activated): New function.
13109 (menu-or-popup-active-p): New exported lisp definition.
13110 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
13111 when popup done.
13112 (ns_popup_dialog): Set popup_activated_flag.
13113
13114 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
13115 version for GNUstep (handled by conditional typedef in nsterm.m).
13116 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
13117 in rgb.txt).
13118
13119 * process.c (init_process): Use DARWIN_OS, not DARWIN.
13120
13121 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
13122
13123 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
13124
13125 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
13126 shortcircuit if popup_activated like GTK and X toolkit.
13127
13128 * m/inter386.h: Change DARWIN to DARWIN_OS.
13129
13130 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
13131 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
13132 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
13133 comment on NO_SOCK_SIGIO.
13134
13135 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
13136
13137 * nsterm.m (windowDidResize): Remove stopModal call.
13138
13139 2008-08-03 Andreas Schwab <schwab@suse.de>
13140
13141 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
13142 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
13143
13144 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
13145
13146 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
13147 Don't use uninitialized pointer variable when using getrlimit.
13148
13149 2008-08-02 Jason Rumney <jasonr@gnu.org>
13150
13151 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
13152
13153 2008-08-02 Eli Zaretskii <eliz@gnu.org>
13154
13155 * alloc.c (NSTATICS): Bump to 0x640.
13156
13157 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
13158
13159 * lisp.h: Add prototype for directory_files_internal.
13160
13161 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
13162 New functions.
13163 (syms_of_process): Defsubr them. Add initializations for various
13164 Q* symbols used in procfs_system_process_attributes.
13165 (procfs_list_system_processes, procfs_system_process_attributes)
13166 [HAVE_PROCFS]: New functions.
13167 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
13168 (procfs_get_total_memory): New functions.
13169
13170 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
13171
13172 * xfaces.c (Fx_load_color_file): Fix previous change;
13173 it is #ifdef WINDOWSNT, not WINDOWS_NT.
13174
13175 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
13176
13177 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
13178
13179 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13180
13181 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
13182
13183 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
13184
13185 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
13186
13187 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
13188 define NSApplicationDelegateReplySuccess.
13189 (EmacsView -converstationIdentifier): Use long instead of
13190 NSInteger for GNUstep, since it doesn't have NSInteger.
13191
13192 * xmenu.c: Revert last change.
13193
13194 * keyboard.h: Fix last change.
13195
13196 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
13197
13198 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
13199 on Windows.
13200
13201 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13202
13203 Warning clearing and clean-up in NS port.
13204 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
13205 Add prototypes.
13206 * nsgui.h (FACE_DEFAULT): Remove, unused.
13207 (XGCValues): Change colors to unsigned long.
13208 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
13209 nsterm.m.
13210 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
13211 (ns_list_fonts): Remove, unused.
13212 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
13213 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
13214 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
13215 (nsfont_draw): Compare face colors to 0, not nil.
13216 * nsmenu.m (struct widget_value): Drop unneeded declaration.
13217 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
13218 (-addSubmenuWithTitle:): Use NSMenuItem class.
13219 (ns_popup_menu): Use NO, not NULL, for enabled setting.
13220 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
13221 (ns_clip_to_row): Make gc arg a BOOL.
13222 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
13223 ns_clip_to_row() call.
13224 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
13225 used). Cast FRAME_FONT assignments.
13226 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
13227 (ns_string_to_lispmod): Change arg to const char.
13228 (ns_term_init): Use NSMenuItem class.
13229 (EmacsApp -openFile:): Move to different section of file.
13230 (EmacsApp -application:openFiles:): Don't return a value, call
13231 -replyToOpenOrPrint:.
13232 (EmacsView -keyDown:): Fix up cast.
13233 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
13234 (EmacsView -menuDown:): Cast tag in call to
13235 find_and_call_menu_selection().
13236 (ns_list_fonts): Remove, unused.
13237 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
13238 (ns_fontname_to_xlfd): Make static.
13239 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
13240 Remove prototypes (now in keyboard.h).
13241 (next_menubar_widget_id): Remove, unused.
13242 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
13243 Remove prototypes (now in keyboard.h).
13244 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
13245
13246 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
13247
13248 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
13249 (floatfns.o): Depend on syssignal.h.
13250 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
13251
13252 * systty.h: Fix previous change that removed BSD_TERMIOS.
13253 Add comments to #ifdefs.
13254
13255 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13256
13257 * w32fns.c (w32-load-color-file): Remove.
13258 (x-open-connection): Use renamed Fx_load_color_file.
13259 * xfaces.c (x-load-color-file): Add.
13260 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
13261 Emacs.clr.
13262 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
13263
13264 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
13265
13266 * dbusbind.c (Fdbus_call_method_asynchronously)
13267 (Fdbus_method_error_internal): New defuns.
13268 (xd_read_message): Handle also reply messages.
13269 (Vdbus_registered_functions_table): Extend docstring.
13270
13271 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
13272
13273 * keyboard.c (gobble_input): Fix previous change.
13274
13275 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13276
13277 * bitmaps/README:
13278 * xfns.c:
13279 * termcap.c:
13280 * term.c:
13281 * syswait.h:
13282 * systty.h:
13283 * systime.h:
13284 * syssignal.h:
13285 * sysdep.c:
13286 * process.h:
13287 * process.c:
13288 * print.c:
13289 * ndir.h:
13290 * lread.c:
13291 * keyboard.c:
13292 * getpagesize.h:
13293 * floatfns.c:
13294 * fileio.c:
13295 * emacs.c:
13296 * doc.c:
13297 * dispnew.c:
13298 * dired.c:
13299 * data.c:
13300 * callproc.c:
13301 * buffer.c:
13302 * README:
13303 * Makefile.in:
13304 * s/template.h:
13305 * s/msdos.h:
13306 * m/vax.h: Remove VMS support.
13307 * s/vms.h:
13308 * vlimit.h:
13309 * uaf.h:
13310 * temacs.opt:
13311 * param.h:
13312 * ioctl.h: Remove file.
13313
13314 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13315
13316 * s/ms-w32.h (MULTI_KBOARD): Remove.
13317 * xterm.c:
13318 * xselect.c:
13319 * xfns.c:
13320 * window.c:
13321 * w32term.c:
13322 * w32fns.c:
13323 * terminal.c:
13324 * termhooks.h:
13325 * term.c:
13326 * sysdep.c:
13327 * keyboard.h:
13328 * keyboard.c:
13329 * frame.h:
13330 * frame.c:
13331 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
13332 * config.in: Regenerate.
13333
13334 2008-07-30 Jason Rumney <jasonr@gnu.org>
13335
13336 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
13337
13338 * w32font.c (w32font_encode_char): Leave as unicode if in range.
13339 (w32font_open_internal): Get unicode version of textmetrics.
13340 Don't enable or disable glyph indices here.
13341 (w32font_open): Disable use of glyph indices.
13342
13343 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
13344
13345 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
13346
13347 * minibuf.c (Vread_buffer_function): Doc fix.
13348
13349 2008-07-30 John Paul Wallington <jpw@pobox.com>
13350
13351 * minibuf.c (read_buffer_completion_ignore_case): New var.
13352 (Fread_buffer): Use it.
13353
13354 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
13355
13356 * systty.h (sensemode): Remove empty #if. Remove reference to
13357 BSD_TERMIOS, unused.
13358
13359 * sysdep.c: Remove reference to DGUX.
13360 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
13361
13362 * config.in: Regenerate.
13363
13364 2008-07-30 Jason Rumney <jasonr@gnu.org>
13365
13366 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
13367
13368 2008-07-29 Jason Rumney <jasonr@gnu.org>
13369
13370 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
13371 is populated.
13372 (uniscribe_encode_char): Always use uniscribe.
13373 Avoid using context if cache is populated.
13374
13375 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
13376
13377 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
13378 open menu.
13379
13380 * gtkutil.c (menu_nav_ended): Remove.
13381 (create_menus): Remove signal connect for menu_nav_ended.
13382
13383 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
13384
13385 * xdisp.c (redisplay_window): Check return value of
13386 compute_window_start_on_continuation_line before forcing a window
13387 start.
13388
13389 2008-07-28 Jason Rumney <jasonr@gnu.org>
13390
13391 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
13392
13393 * w32term.c (w32_enable_unicode_output, cleartype_active):
13394 Remove obsolete display options.
13395 (x_draw_glyph_string_background): Don't use old cleartype_active
13396 workaround.
13397 (w32_initialize): Remove cleartype_active initialization.
13398 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
13399
13400 2008-07-28 Andreas Schwab <schwab@suse.de>
13401
13402 * lisp.h (init_weak_hash_tables, syms_of_font)
13403 (xd_read_queued_messages, syms_of_dbusbind): Declare.
13404 (remove_hash_entry): Don't declare.
13405 * eval.c (maybe_call_debugger): Make static and move before use.
13406 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
13407 * xdisp.c: Include "gtkutil.h" if USE_GTK.
13408 * xterm.h (x_set_frame_alpha): Declare.
13409
13410 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
13411
13412 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
13413 (create_menus): Connect selection-done to menu_nav_ended.
13414
13415 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13416
13417 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
13418 Set Vx_resource_name to a fallback. Replace read of 'buffered'
13419 parameter with read of 'alpha' one.
13420 (Qns_frame_parameter): Remove.
13421 * nsselect.m (selection-coding-system)
13422 (next-selection-coding-system, Vselection_coding_system)
13423 (Vnext_selection_coding_system): Drop.
13424
13425 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13426
13427 * nsfns.m (do-applescript, do_applescript): Rename to
13428 ns-do-applescript, ns_do_applescript, and move within file.
13429
13430 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13431
13432 Remove support for Mac Carbon.
13433 * mactoolbox.c:
13434 * macterm.h:
13435 * macterm.c:
13436 * macselect.c:
13437 * macmenu.c:
13438 * macgui.h:
13439 * macfns.c:
13440 * mac.c: Remove file.
13441 * s/darwin.h:
13442 * m/intel386.h:
13443 * xfaces.c:
13444 * xdisp.c:
13445 * window.c:
13446 * tparam.c:
13447 * termhooks.h:
13448 * termcap.c:
13449 * term.c:
13450 * syssignal.h:
13451 * sysselect.h:
13452 * sysdep.c:
13453 * process.c:
13454 * lread.c:
13455 * lisp.h:
13456 * keyboard.c:
13457 * image.c:
13458 * fringe.c:
13459 * frame.h:
13460 * frame.c:
13461 * fontset.c:
13462 * font.h:
13463 * font.c:
13464 * fns.c:
13465 * fileio.c:
13466 * emacs.c:
13467 * dispnew.c:
13468 * dispextern.h:
13469 * config.in:
13470 * atimer.c:
13471 * Makefile.in: Remove code for Carbon.
13472
13473 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13474
13475 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
13476
13477 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13478
13479 * macterm.h (kCGBitmapByteOrder32Host): New define for
13480 non-universal SDKs.
13481
13482 * image.c (mac_create_cg_image_from_image, image_load_image_io)
13483 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13484
13485 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
13486 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13487
13488 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
13489
13490 * w32inevt.c: Include dispextern.h.
13491
13492 2008-07-26 Andreas Schwab <schwab@suse.de>
13493
13494 * print.c (print_object): Fix off-by-one in last change.
13495
13496 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
13497
13498 * term.c (syms_of_term): Don't initialize default_orig_pair,
13499 default_set_foreground and default_set_background on Windows.
13500
13501 2008-07-25 Jason Rumney <jasonr@gnu.org>
13502
13503 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
13504 ScriptItemize. Clean up return value checking. Remove unused
13505 variables.
13506 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
13507 shaping engine.
13508
13509 * w32font.c (w32font_has_char): Handle the case where we can't
13510 determine the script for a character.
13511
13512 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
13513
13514 * term.c (syms_of_term): Initialize default_orig_pair,
13515 default_set_foreground, and default_set_background.
13516
13517 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
13518 clash (bug#86).
13519 (getloadavg): Callers changed.
13520
13521 * image.c (svg_load_image): Fix last change.
13522 (svg_load_image): Use rsvg_handle_get_dimensions to check that
13523 image size is valid. Use g_object_unref instead of deprecated
13524 rsvg_handle_free to free rsvg handle.
13525 (x_from_xcolors): Don't initialize pixmap (silence compiler).
13526
13527 2008-07-25 Jason Rumney <jasonr@gnu.org>
13528
13529 * w32font.c (w32font_encode_char): Encode characters outside BMP as
13530 surrogates before looking up glyph index.
13531 (w32font_text_extents): Encode as surrogates if falling back to
13532 functions that need UTF-16 wide chars.
13533
13534 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
13535 BMP as surrogates before looking up glyph index.
13536
13537 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
13538
13539 * image.c (svg_load_image): Check for failure in return value of
13540 rsvg_handle_get_pixbuf. Free rsvg handle when done.
13541
13542 2008-07-25 Jason Rumney <jasonr@gnu.org>
13543
13544 * w32font.c (Fx_select_font): Reverse sense of second arg.
13545
13546 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
13547
13548 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
13549 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
13550
13551 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
13552 (PURESIZE): Use it.
13553
13554 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13555
13556 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
13557 * m/alpha.h (TEXT_END):
13558 * m/ibmrs6000.h (TEXT_END):
13559 * m/macppc.h (TEXT_END):
13560 * s/darwin.h (TEXT_END):
13561 * s/msdos.h (TEXT_END): Remove, unused.
13562 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
13563 * s/cygwin.h: Remove comment.
13564
13565 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
13566 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
13567 * m/intel386.h (DOT_GLOBAL_START):
13568 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
13569 (USG): Remove, file not used on USG platforms.
13570
13571 * Makefile.in (HAVE_X11): Remove empty #else.
13572
13573 2008-07-24 Andreas Schwab <schwab@suse.de>
13574
13575 * fileio.c (Finsert_file_contents): Properly adjust undo list
13576 after format conversion.
13577
13578 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
13579
13580 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
13581 (menu_nav_ended): Remove.
13582 (create_menus): Remove signal connect for menu_nav_ended.
13583 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
13584 create_menus.
13585 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
13586
13587 2008-07-23 Jason Rumney <jasonr@gnu.org>
13588
13589 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
13590 with opened font.
13591 (w32font_open): Set font type to gdi.
13592
13593 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
13594
13595 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
13596
13597 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
13598 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
13599 defines it.
13600 * unexec.c (ADDR_CORRECT): Define unconditionally.
13601
13602 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
13603
13604 * unexec.c: Remove code depending on !COFF and USG, the file is
13605 not used for such systems.
13606
13607 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
13608 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
13609 (LD_SWITCH_SYSTEM_1): Remove, update users.
13610
13611 * s/darwin.h (DATA_END):
13612 * m/intel386.h (DATA_END):
13613 * m/ibmrs6000.h (DATA_END):
13614 * m/alpha.h (DATA_END): Remove, unused.
13615
13616 * config.in: Regenerate.
13617 * s/ms-w32.h (subprocesses): Define unconditionally.
13618 * s/template.h (subprocesses): Update comment.
13619 * s/vms.h (subprocesses):
13620 * s/usg5-4.h (subprocesses):
13621 * s/hpux10-20.h (subprocesses):
13622 * s/gnu-linux.h (subprocesses):
13623 * s/cygwin.h (subprocesses):
13624 * s/bsd-common.h (subprocesses):
13625 * s/aix4-2.h (subprocesses):
13626 * s/darwin.h (subprocesses): Do not define, defined by default now.
13627
13628 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
13629 Remove all references.
13630 (temacs): Add GNUstep specific ld flags.
13631
13632 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
13633 similarly to what X does.
13634
13635 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13636
13637 * nsfns.m (x-list-fonts): Remove.
13638 (syms_of_nsfns): Drop the x-list-fonts declaration.
13639 * nsterm.m: Get rid of remaining "//" comments.
13640
13641 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
13642
13643 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
13644
13645 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
13646 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
13647 (Fns_own_selection_internal, Fx_disown_selection_internal)
13648 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
13649
13650 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
13651 ... */' style of docstrings. Doc fixes.
13652
13653 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13654
13655 * terminfo.c (UP, BC, PC): Undo previous change.
13656
13657 * nsfns.m: Rename ns prefixed functions/variables to the
13658 corresponding x versions. Update references.
13659
13660 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
13661
13662 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
13663
13664 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13665
13666 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
13667 Remove forwarding functions.
13668 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
13669 non-static.
13670 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
13671 non-static.
13672 (ns_frame_parm_handlers): Use the new names.
13673 (syms_of_nsfns): Move to the end of file.
13674
13675 * nsterm.m (syms_of_nsterm): Move to the end of file.
13676
13677 * dispnew.c (init_display): Remove code for X10.
13678
13679 2008-07-22 Jason Rumney <jasonr@gnu.org>
13680
13681 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
13682 bare drive.
13683
13684 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13685
13686 * nsterm.m (syms_of_nsterm): Remove debugging println.
13687
13688 2008-07-22 David Reitter <david.reitter@gmail.com>
13689
13690 * nsfns.m (do_applescript, F_do_applescript): NS version of the
13691 Carbon implementation of the same functionality: execute arbitrary
13692 AppleScript code.
13693
13694 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
13695
13696 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
13697 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
13698 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
13699 (Fx_display_mm_height, Fx_display_mm_width)
13700 (Fx_display_backing_store, Fx_display_visual_class)
13701 (Fx_display_save_under, Fx_open_connection)
13702 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
13703 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
13704 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
13705 (Fx_display_pixel_width, Fx_display_pixel_height)
13706 (Fx_display_usable_bounds, Fx_display_planes)
13707 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
13708 ... */' style of docstrings.
13709
13710 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13711
13712 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
13713 on this platform.
13714 (mips):
13715 * m/iris4d.h (mips): Do not define.
13716 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
13717
13718 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
13719
13720 * image.c:
13721 * nsfns.m:
13722 * nsselect.m:
13723 * nsterm.h:
13724 * nsterm.m: Rename ns prefixed functions/variables to the
13725 corresponding x versions. Update references.
13726
13727 * m/ibms390x.h (NO_REMAP): Do not undefine.
13728
13729 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
13730
13731 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
13732
13733 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
13734 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
13735 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
13736 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
13737 (Fns_display_mm_height, Fns_display_mm_width)
13738 (Fns_display_backing_store, Fns_display_visual_class)
13739 (Fns_display_save_under, Fns_open_connection)
13740 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
13741 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
13742 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
13743 (Fns_display_pixel_width, Fns_display_pixel_height)
13744 (Fns_display_usable_bounds, Fx_display_planes)
13745 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
13746
13747 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
13748
13749 * print.c (print_object): Check print_depth before searching for
13750 circularities.
13751
13752 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
13753
13754 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
13755 only sprintf.
13756
13757 2008-07-21 Kenichi Handa <handa@m17n.org>
13758
13759 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
13760
13761 2008-07-20 Andreas Schwab <schwab@suse.de>
13762
13763 * syntax.c (find_start_pos, find_start_value)
13764 (find_start_value_byte, find_start_begv, find_defun_start)
13765 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
13766
13767 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13768
13769 * s/sol2-3.h: Insert contents of s/sol2.h.
13770 (LD_SWITCH_SYSTEM): Remove redundant definition.
13771 * s/sol2.h: Remove, unused.
13772
13773 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13774
13775 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
13776
13777 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13778
13779 * Makefile.in (ns_appdir): Fix typo in find command.
13780
13781 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13782
13783 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
13784
13785 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
13786 added not supported anymore.
13787
13788 * s/usg5-4-2.h (LIBS_SYSTEM):
13789 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
13790
13791 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
13792 * s/lynxos.h (GETPGRP_NO_ARG):
13793 * s/hpux10-20.h (NO_SIOCTL_H):
13794 * s/gnu.h (GETPGRP_NO_ARG):
13795 * s/gnu-linux.h (NO_SIOCTL_H):
13796 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
13797 * s/cygwin.h (GETPGRP_NO_ARG):
13798 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
13799 (C_DEBUG_SWITCH): Remove duplicate definition.
13800
13801 * m/ibms390.h: Remove boilerplate comments.
13802
13803 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
13804
13805 * process.c (HAVE_SERIAL): Consolidate ifdefs.
13806 (wait_reading_process_output): Remove code for SunOS, platform not
13807 supported anymore. Use SOLARIS2 instead of sun.
13808
13809 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13810
13811 * font.c (font_open_by_name): Under NS, default lface height to zero.
13812 (font_open_for_lface): Under NS, set size based on frame fontsize.
13813 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
13814 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
13815
13816 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13817
13818 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
13819 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
13820 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
13821 YES/NO.
13822 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
13823 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
13824 * Makefile.in (clean): Clear out build destination dir.
13825
13826 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13827
13828 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
13829 xterm, xselect.
13830 * lisp.h: Remove declaration of hash_remove.
13831 * nsgui.h: Remove redefinitions of hash_remove.
13832 * fns.c (hash_remove): Rename to hash_remove_from_table.
13833
13834 2008-07-19 Seiji Zenitani <zenitani@mac.com>
13835
13836 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
13837 strdup() the family UTF8String before modifying it.
13838
13839 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13840
13841 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
13842 NS_FACE_BACKGROUND with 0 instead of nil.
13843 * nsfont.m (nsfont_draw): Same.
13844
13845 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
13846
13847 * nsfns.m (ns_set_background_color): Fix crash.
13848
13849 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
13850
13851 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
13852
13853 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
13854
13855 * puresize.h (BASE_PURESIZE): Increase to 1240000.
13856
13857 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13858
13859 * gtkutil.c: Include <config.h> instead of "config.h".
13860
13861 * lisp.h (Foverlay_buffer): Add EXFUN.
13862
13863 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
13864 child process to complete child_setup. Undo 2005-09-21 change.
13865
13866 * s/darwin.h: Mention setsid after vfork.
13867
13868 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13869
13870 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
13871 Depend on macgui.h.
13872
13873 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
13874 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
13875
13876 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
13877 and f19.
13878 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
13879
13880 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
13881 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
13882 Remove enumerators.
13883
13884 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
13885 Check if FACE_FROM_ID returns NULL.
13886
13887 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
13888
13889 * w32inevt.c (change_frame_size): Remove extern declaration.
13890 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
13891 change_frame_size.
13892
13893 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
13894
13895 * getloadavg.c: Revert last change (2008-07-15).
13896
13897 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
13898
13899 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
13900 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
13901 from configure.
13902
13903 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
13904
13905 * s/sol2.h:
13906 * s/sol2-4.h: Reorganize conditionals.
13907
13908 * ecrt0.c: Remove code depending on m68000, not used anymore.
13909
13910 * fns.c (hash_remove): Make static.
13911 * lisp.h (hash_remove): Don't prototype.
13912
13913 * m/ibmrs6000.h:
13914 * m/ibms390x.h:
13915 * m/macppc.h: Remove boilerplate comments.
13916
13917 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
13918 Solaris, which does not need them.
13919
13920 * m/vax.h: Remove comments about unsupported systems.
13921
13922 * s/darwin.h: Reorganize ifdefs.
13923
13924 2008-07-17 Andreas Schwab <schwab@suse.de>
13925
13926 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
13927
13928 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
13929
13930 Use SDATA. Follow coding convention of placing operators at
13931 beginning of next line rather than end of previous line, and placing
13932 spaces around infix operators.
13933
13934 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
13935 in case it was defined already.
13936 USE @GNUSTEP_MAKEFILES@ rather than envvars.
13937 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
13938 ns_default.
13939 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
13940 Lisp_Objects.
13941 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
13942 (ns_defined_color, ns_color_to_lisp): Declare.
13943 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
13944 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
13945 it's accepted even with USE_LISP_UNION_TYPE.
13946 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
13947 (update_frame_tool_bar): Remove apparently obsolete tests for
13948 non-integerness of f->tool_bar_lines.
13949 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
13950 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
13951 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
13952 (nsfont_open): Don't confuse NULL for Qnil.
13953 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
13954 * menu.h (find_and_call_menu_selection):
13955 * menu.c (find_and_call_menu_selection): Use just int for vector size.
13956 (find_and_return_menu_selection): Always return something.
13957 * frame.h: Include dispextern.h for Display_Info.
13958 (display_x_get_resource): Declare.
13959
13960 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
13961
13962 * syntax.c: Remove stdio.h include accidentally introduced in
13963 Emacs.app commit.
13964 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
13965 NS_IMPL_COCOA.
13966 * keyboard.c (handle_async_input, input_available_signal): Remove
13967 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
13968
13969 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
13970
13971 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
13972 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
13973 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
13974 Use SDATA.
13975
13976 * keymap.c: Remove all NS-specific code.
13977 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
13978 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
13979 where_is_preferred_modifier, return a different value depending on how
13980 preferred is the binding.
13981 (where_is_internal): Adjust accordingly.
13982 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
13983 Adjust to new preferred_sequence_p.
13984 (syms_of_keymap): Declare `where-is-preferred-modifier'.
13985 * keyboard.c (parse_solitary_modifier): Not static any more.
13986 * keyboard.h (parse_solitary_modifier): Declare.
13987
13988 2008-07-16 Andreas Schwab <schwab@suse.de>
13989
13990 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
13991 of easymenu.
13992
13993 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
13994
13995 * xdisp.c (move_it_in_display_line): Account for word wrap, so
13996 that we don't move off the line.
13997
13998 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
13999
14000 * keyboard.c (Qsuper): Remove.
14001 (parse_menu_item): Don't call where_is_internal specially for NS.
14002
14003 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14004
14005 * s/gnu-linux.h: Remove boilerplate comments.
14006
14007 * m/alpha.h (__ELF__): Consolidate conditions.
14008
14009 * m/m68k.h (linux): Use GNU_LINUX instead.
14010 Remove boilerplate comments.
14011
14012 * m/intel386.h: Undo refactoring from previous change.
14013 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
14014 too, remove dead code.
14015 (linux): Use GNU_LINUX instead.
14016
14017 2008-07-16 Jason Rumney <jasonr@gnu.org>
14018
14019 * w32gui.h: Repeat 26 June changes lost by last change.
14020
14021 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14022
14023 * systty.h: Remove code for Aix on 386, unsupported platform.
14024
14025 * s/ms-w32.h: Remove boilerplate comments.
14026 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
14027
14028 * s/gnu-linux.h (TERM): Remove support.
14029 (HAVE_SYSVIPC): Remove, unused.
14030 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
14031 for this system.
14032
14033 * process.c: Remove support for IRIS, unused.
14034 Remove support for TERM, not relevant anymore.
14035
14036 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
14037 used with the definition.
14038
14039 * s/aix4-2.h (static): Do not undef.
14040
14041 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
14042 only used on Aix.
14043 (HAVE_SYSVIPC): Remove, unused.
14044
14045 * m/hp800.h (CANNOT_DUMP): Do not undef.
14046
14047 * m/alpha.h: Fix comment.
14048
14049 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
14050 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
14051 used by this configuration.
14052 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
14053 * unexec.c: Remove code depending on HPUX and
14054 USG_SHARED_LIBRARIES, not used with this file. Remove code
14055 depending on IRIS, unused. Remove if 0-ed code.
14056
14057 * s/template.h: Remove comments about static.
14058
14059 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
14060 Remove if 0-ed code.
14061 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
14062 were the same as the default.
14063 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
14064 Remove boilerplate comments.
14065 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
14066 (HAVE_SYSVIPC): Remove, unused.
14067 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
14068
14069 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14070 Remove boilerplate comments.
14071 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14072 Remove boilerplate comments.
14073 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14074 Remove boilerplate comments.
14075 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
14076
14077 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
14078 USG systems which do not use DATA_SEG_BITS.
14079 Refactor code. Remove boilerplate comments.
14080
14081 * m/ibms390.h:
14082 * m/m68k.h:
14083 * s/bsd-common.h:
14084 * s/cygwin.h:
14085 * s/darwin.h:
14086 * s/freebsd.h:
14087 * s/gnu.h:
14088 * s/msdos.h: Remove boilerplate comments.
14089
14090 * m/iris4d.h: Remove boilerplate comments and code for systems that
14091 do not use this file.
14092 (IRIS_4D): Remove, unused.
14093
14094 * m/mips.h: Remove boilerplate comments and code for systems that
14095 do not use this file.
14096 (SIGN_EXTEND_CHAR):
14097 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
14098 * unexmips.c: Remove file, unused.
14099
14100 * editfns.c (Fuser_full_name): Replace the only use of
14101 USER_FULL_NAME with its value.
14102 * config.in: Regenerate.
14103
14104 2008-07-16 David Reitter <david.reitter@gmail.com>
14105
14106 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
14107 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
14108
14109 2008-07-16 Glenn Morris <rgm@gnu.org>
14110
14111 * emacs.c (system-type): Doc fix.
14112
14113 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
14114
14115 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
14116 If the cache doesn't work, let's fix it, rather than work around it.
14117
14118 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14119
14120 * Makefile.in: Correct additions for nsfont.o in last commit.
14121 * nsfont.m: New file (forgot last commit).
14122
14123 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
14124
14125 * callproc.c (set_initial_environment): Initialize
14126 Vprocess_environment under CANNOT_DUMP (fixes crash when
14127 batch-compiling for bootstrap).
14128
14129 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
14130 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14131
14132 * frame.c (make_initial_frame): Call init_frame_faces(f) in
14133 CANNOT_DUMP case -- fix crash due to different init order.
14134
14135 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14136
14137 Changes and additions for NeXTstep windowing system (Cocoa and
14138 GNUstep) support.
14139
14140 * Makefile.in:
14141 * config.in: Support defines and build commands for NS port.
14142 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
14143 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
14144 * dispextern.h: Include nsgui.h and add needed typedefs under NS
14145 windowing.
14146 (struct face): Add synth_ital field.
14147 * dispnew.c: Include nsterm.h when compiling under NS windowing.
14148 (init_display): Initialize Vinitial_window_system to "ns" when so
14149 compiled.
14150 * emacs.c: Include GSConfig.h when compiling under GNUstep.
14151 (display_arg): Use under NS.
14152 (main): Under NS, allocate autorelease pool and handle command line
14153 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
14154 (standard_args): Add NS-specific args.
14155 (shut_down_emacs): Shut down NS terminal if compiled under NS.
14156 * font.c (DEFAULT_ENCODING): New variable.
14157 (font_find_for_lface): Use it.
14158 (syms_of_font): Load syms_of_nsfont under NS.
14159 * font.h: Declare nsfont_driver when compiled under NS.
14160 * fontset.c: When compiling under NS, include nsterm.h.
14161 (fontset_from_font): Autoconstruct fontset under NS.
14162 * frame.c (various): Under NS, include nsterm.h, add Qns window system
14163 symbol, document and use it.
14164 (do_switch_frame): When for_deletion under Cocoa, add
14165 Fraise_frame(Qnil).
14166 (x_set_frame_parameters): Ensure font attribute changes are picked up.
14167 (x_get_arg): Allow "yes" and "no" as boolean values.
14168 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
14169 Qright under Cocoa.
14170 (focus-follows-mouse): Default to 0 under NS.
14171 * frame.h (enum output_method): Add output_ns.
14172 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
14173 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
14174 (FRAME_WINDOW_P): NS-specific definition.
14175 * fringe.c (max_used_fringe_bitmap): Make public.
14176 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
14177 (getloadavg): Use NeXT code under descendant OS's.
14178 * image.c (includes and header section, x_create_bitmap_from_data)
14179 (x_create_bitmap_from_file, free_bitmap_record, image_background)
14180 (image_background_transparent, x_clear_image_1)
14181 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
14182 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
14183 (x_to_xcolors, x_from_xcolors, x_disable_image)
14184 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
14185 other GUIs, including XPM support using code originally written for
14186 Carbon GUI.
14187 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
14188 using NS API.
14189 (image_ascent): Use font metrics macros instead of direct struct field
14190 access.
14191 * keyboard.c (includes): Add nsterm.h when compiling under NS.
14192 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
14193 Also, handle NS as GTK for menu bar purposes.
14194 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
14195 toolkit where they differ.
14196 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
14197 use cachelist, still needed under NS.
14198 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
14199 (struct widget_value): Define it here for menu.c.
14200 * keymap.c (includes): Include modifier internals.
14201 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
14202 NS.
14203 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
14204 support for preferring sequences using certain modifiers, specified by
14205 the FIRSTONLY argument.
14206 * lisp.h (hash_remove): Rename to avoid name clash when compiling
14207 under NS GNUstep implementation.
14208 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
14209 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
14210 * menu.c: Include nsterm.h under NS.
14211 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
14212 (free_menubar_widget_tree_value, update_submenu_strings)
14213 (find_and_call_menu_selection): Treat NS as X and NT.
14214 (find_and_return_menu_selection): New function, used for popup menus.
14215 * nsgui.h:
14216 * nsterm.h:
14217 * nsfns.m:
14218 * nsimage.m:
14219 * nsmenu.m:
14220 * nsselect.m:
14221 * nsterm.m: New files.
14222 * process.c (wait_reading_process_output): Under NS, call ns_select()
14223 instead of plain select().
14224 * syntax.c (char_quoted): Under NS, avoid a crash when called near
14225 beginning of buffer.
14226 * sysselect.h (init_process): Rename when compiling under Cocoa to
14227 avoid name conflict.
14228 * termhooks.h (display_info): Add ns_display_info to union.
14229 * terminal.c (Fterminal_live_p): Add ns to terminal types.
14230 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
14231 COCOA environment.
14232 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
14233 unexec() signature. (Note, this will dump, but the resulting file
14234 crashes; unexosx is used instead; keeping around for reference and
14235 possible aid in getting dump working under GNUstep.)
14236 * w32gui.h (button_type, widget_value): Remove definitions (now in
14237 keyboard.h).
14238 * window.c: Include nsterm.h when compiling under NS.
14239 * xdisp.c (includes): Include nsterm.h when compiling under NS.
14240 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
14241 other GUI windowing systems.
14242 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
14243 GTK.
14244 (x_consider_frame_title): Under NS, set icon type and frame
14245 modified-state indicator; use ns_set_name_as_filename() when using
14246 formatted title.
14247 (update_window_cursor): Make public when compiling under NS.
14248 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
14249 (hourglass_atimer, Vhourglass_delay
14250 * xfaces.c (header section, init_frame_faces, clear_font_table)
14251 (defined_color, unload_color, x_face_list_fonts)
14252 (prepare_face_for_display): Add NS support parallel to other GUIs.
14253 Emulate GCs like other non-X GUIs.
14254 (split_font_name): Don't lowercase font name under NS.
14255 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
14256 under NS.
14257 * s/darwin.h: Add support for compilation under NS.
14258
14259 2008-07-15 Jason Rumney <jasonr@gnu.org>
14260
14261 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
14262 (w32_show_hourglass): Rename from show_hourglass.
14263 (w32_hide_hourglass): Rename from hide_hourglass.
14264 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
14265 (Vhourglass_delay): Declare extern.
14266 (hourglass_started): Remove.
14267
14268 * xdisp.c (Vhourglass_delay): Remove static.
14269 (hourglass_started, start_hourglass, cancel_hourglass):
14270 Don't include these versions on WINDOWSNT.
14271
14272 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14273
14274 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
14275 variables (formerly in xfns.c).
14276 (show_hourglass, hide_hourglass): New prototypes (same).
14277 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
14278 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
14279 in xfns.c).
14280 (syms_of_xdisp): Declare/initialize display-hourglass,
14281 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
14282 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
14283 formerly in xfns.c.
14284 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14285 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14286 (start_hourglass, cancel_hourglass): Remove.
14287 (show_hourglass, hide_hourglass): Remove prototypes and static
14288 modifiers.
14289 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
14290 hourglass_atimer, hourglass_shown_p declaration/initialization.
14291 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14292 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14293 (start_hourglass, cancel_hourglass): Remove.
14294 (show_hourglass, hide_hourglass): Remove prototypes and static
14295 modifiers.
14296 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
14297 hourglass_atimer, hourglass_shown_p declaration/initialization.
14298 * w32fns.c (display_hourglass_p, Vhourglass_delay)
14299 (DEFAULT_HOURGLASS_DELAY): Remove.
14300 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
14301 hourglass_shown_p declaration/initialization.
14302
14303 2008-07-14 Jason Rumney <jasonr@gnu.org>
14304
14305 * w32fns.c (w32_get_arg): Remove wrapper function.
14306 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
14307 directly.
14308 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
14309
14310 2008-07-14 Kenichi Handa <handa@m17n.org>
14311
14312 * xfont.c (xfont_open): Add workaround for X's bug.
14313
14314 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14315
14316 * fontset.c: Include <stdio.h> unconditionally.
14317
14318 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
14319
14320 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
14321 for filtering.
14322
14323 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
14324
14325 * s/vms.h: Use __GNUC__ instead of _GNUC_.
14326
14327 * m/macppc.h:
14328 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
14329
14330 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
14331 (SPECIAL_EMACS_INT):
14332 * m/ia64.h (SPECIAL_EMACS_INT):
14333 * m/amdx86-64.h (SPECIAL_EMACS_INT):
14334 * s/gnu.h (NLIST_STRUCT):
14335 * s/aix4-2.h (X11R5_INHIBIT_I18N):
14336 * s/gnu-linux.h (LINUX):
14337 * s/msdos.h (HAVE_FACES):
14338 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
14339
14340 * systty.h:
14341 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
14342 anymore.
14343
14344 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
14345
14346 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
14347 always defined as int.
14348
14349 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
14350 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
14351 * s/gnu-linux.h (HAVE_WAIT_HEADER):
14352 * s/freebsd.h (HAVE_WAIT_HEADER):
14353 * s/bsd-common.h (HAVE_UNION_WAIT):
14354 * s/aix4-2.h (HAVE_WAIT_HEADER):
14355 * m/mips.h (HAVE_UNION_WAIT):
14356 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
14357 (COFF, static): Do not define, they are undefined later in the file.
14358
14359 * process.c (update_status): Don't use a union.
14360 (status_convert):
14361 (sigchld_handler): Use int instead of WAITTYPE.
14362
14363 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
14364
14365 * indent.c (Fvertical_motion): Restore hscroll before moving to
14366 goal column.
14367
14368 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
14369
14370 * lisp.h: Remove left over code.
14371
14372 2008-07-11 Andreas Schwab <schwab@suse.de>
14373
14374 * lisp.h: Fix logic in last change.
14375
14376 * menu.h: New file.
14377 * menu.c: Include it.
14378 * xmenu.c: Likewise.
14379 * Makefile.in: Update dependencies.
14380
14381 2008-07-11 Kenichi Handa <handa@m17n.org>
14382
14383 * fontset.c (fontset_from_font): Cancel the previous change.
14384
14385 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
14386
14387 * lisp.h:
14388 * w32heap.c:
14389 * emacs.c:
14390 * alloc.c: Replace all references of NO_UNION_TYPE with
14391 USE_LISP_UNION_TYPE.
14392
14393 * m/xtensa.h (NO_UNION_TYPE):
14394 * m/vax.h (NO_UNION_TYPE):
14395 * m/template.h (NO_UNION_TYPE):
14396 * m/sparc.h (NO_UNION_TYPE):
14397 * m/mips.h (NO_UNION_TYPE):
14398 * m/macppc.h (NO_UNION_TYPE):
14399 * m/m68k.h (NO_UNION_TYPE):
14400 * m/iris4d.h (NO_UNION_TYPE):
14401 * m/intel386.h (NO_UNION_TYPE):
14402 * m/ibms390x.h (NO_UNION_TYPE):
14403 * m/ibms390.h (NO_UNION_TYPE):
14404 * m/ibmrs6000.h (NO_UNION_TYPE):
14405 * m/ia64.h (NO_UNION_TYPE):
14406 * m/hp800.h (NO_UNION_TYPE):
14407 * m/arm.h (NO_UNION_TYPE):
14408 * m/amdx86-64.h (NO_UNION_TYPE):
14409 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
14410 defining it the same.
14411
14412 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
14413
14414 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
14415
14416 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14417
14418 * fileio.c:
14419 * sysdep.c:
14420 * systty.h:
14421 * m/ibmrs6000.h:
14422 * m/iris4d.h:
14423 * s/aix4-2.h:
14424 * s/freebsd.h:
14425 * s/gnu-linux.h:
14426 * s/hpux10-20.h:
14427 * s/hpux11.h:
14428 * s/netbsd.h:
14429 * s/sol2-3.h:
14430 * s/sol2-4.h:
14431 * s/sol2.h:
14432 * s/usg5-4.h:
14433 * s/vms.h: Remove references to unused variables.
14434
14435 2008-07-10 Andreas Schwab <schwab@suse.de>
14436
14437 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
14438 pattern before matching the generic family.
14439
14440 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14441
14442 * unexec.c:
14443 * s/vms.h:
14444 * s/usg5-4-2.h:
14445 * s/sol2-5.h:
14446 * s/freebsd.h:
14447 * s/darwin.h: Remove dead code.
14448
14449 * m/template.h:
14450 * m/sparc.h:
14451 * m/mips.h:
14452 * m/m68k.h:
14453 * m/iris4d.h:
14454 * m/intel386.h:
14455 * m/ibms390x.h:
14456 * m/ibms390.h:
14457 * m/ia64.h:
14458 * m/hp800.h:
14459 * m/arm.h:
14460 * m/amdx86-64.h: Remove dead code and references to unused
14461 and compiler defined symbols.
14462
14463 * unexmips.c:
14464 * unexelf.c: Remove references to desupported systems.
14465
14466 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
14467
14468 * m/powermac.h: Remove boilerplate comments.
14469 (NO_REMAP): Remove unused definition.
14470
14471 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
14472 define them.
14473
14474 2008-07-10 Kenichi Handa <handa@m17n.org>
14475
14476 * xfont.c (xfont_open): Log the reason of failure.
14477
14478 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
14479
14480 * fontset.c (fontset_get_font_group):
14481 * font.c (font_check_otf): Specify argument types.
14482
14483 2008-07-09 Kenichi Handa <handa@m17n.org>
14484
14485 * coding.c (detect_coding_utf_8): Set detect_info->found only when
14486 non-ASCII char is found.
14487
14488 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
14489 (reorder_font_vector): Change the arg preferred_family to font.
14490 Prefer the spec matching with font.
14491 (fontset_get_font_group): New function.
14492 (fontset_find_font): Change the format of an element of a realized
14493 fontset. Use fontset_get_font_group.
14494 (fontset_font): Try the current fontset, the default fontset, the
14495 fallbacks of the current fontset, and the fallbacks of the default
14496 fontset in this order.
14497 (face_for_char): Delete the shortcut to use the current font.
14498 (fontset_from_font): Don't set fonts for Latin in the fontset.
14499
14500 * font.h (font_make_object, font_match_p): Adjust prototypes.
14501
14502 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
14503
14504 * font.c (font_make_object): New arg entity and pixelsize.
14505 (font_check_otf_features, font_check_otf): New functions.
14506 (font_match_p): Check :lang, :script, and :otf properties.
14507
14508 * xfont.c (xfont_open): Adjust it for the change of
14509 font_make_object.
14510 (xfont_text_extents): Fix initial setting of metrics.
14511
14512 * ftfont.c (struct ftfont_info): New member index, delete member
14513 fc_charset_idx. Make the member order compatible with struct
14514 xftfont_info.
14515 (fc_charset_table): Change charset names to registry names.
14516 (ftfont_pattern_entity): Delete the args registry and
14517 fc_charset_idx. Change the value of :font-entity property
14518 to (FONTNAME . INDEX). Always set :registry property to
14519 `iso10646-1'.
14520 (struct ftfont_cache_data): New struct.
14521 (ftfont_lookup_cache): New arg for_face.
14522 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
14523 (ftfont_driver): Set the member otf_capability.
14524 (ftfont_get_charset): Adjust it for the change of
14525 fc_charset_table.
14526 (OTF_TAG_SYM): New macro.
14527 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
14528 for the change of fc_charset_table.
14529 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
14530 ftfont_pattern_entity. Add FC_INDEX to objset.
14531 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
14532 and ftfont_pattern_entity.
14533 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
14534 font_make_object, struct ftfont_info.
14535 (ftfont_has_char): Use ftfont_get_fc_charset.
14536 (ftfont_otf_features, ftfont_otf_capability): New functions.
14537 (ftfont_shape): Use ftfont_get_otf.
14538 (ftfont_text_extents): Fix initial setting of metrics.
14539
14540 * xftfont.c (struct xftfont_info): New member ft_size. Make the
14541 member order compatible with struct ftfont_info.
14542 (xftfont_open): Add FC_CHARSET to the pattern. Set
14543 xftfont_info->ft_size. Don't unlock the face. Check BDF
14544 properties if appropriate.
14545 (xftfont_close): Unlock the face.
14546 (xftfont_anchor_point, xftfont_shape): Deleted.
14547 (syms_of_xftfont): Don't set members anchor_point and shape of
14548 xftfont_driver.
14549
14550 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
14551 font_make_object.
14552
14553 * w32font.c (w32font_open): Adjust it for the change of
14554 font_make_object.
14555 (w32font_open_internal): Don't set properties of font_object here.
14556
14557 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
14558
14559 * macfns.c (x_create_tip_frame):
14560 * w32fns.c (x_create_tip_frame):
14561 * xfns.c (x_create_tip_frame): Pass parameter argument to
14562 face-set-after-frame-default.
14563
14564 * xfaces.c (Finternal_merge_in_global_face): Save merged
14565 attributes for the default face back into the face vector.
14566
14567 2008-07-08 Andreas Schwab <schwab@suse.de>
14568
14569 * fontset.h: Declare fontset_from_font. Don't declare
14570 new_fontset_from_font and fontset_from_font_name.
14571 * xterm.c: Include "fontset.h".
14572 * Makefile.in (xterm.o): Update dependencies.
14573
14574 2008-07-08 Glenn Morris <rgm@gnu.org>
14575
14576 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
14577 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
14578
14579 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
14580
14581 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
14582 (x_set_frame_parameters): Don't bind it.
14583
14584 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
14585
14586 * w32fns.c (map_w32_filename): Declare extern.
14587
14588 2008-07-07 Jason Rumney <jasonr@gnu.org>
14589
14590 * w32term.c (WS_EX_LAYERED): Define if not already.
14591
14592 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
14593
14594 * xfaces.c (set_font_frame_param): Don't try to set the font
14595 parameter if it is still unspecified in the lface.
14596
14597 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
14598
14599 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
14600 face if it didn't already exist.
14601
14602 * xdisp.c (try_window_id): Give up if word-wrapping is on.
14603
14604 2008-07-05 Andreas Schwab <schwab@suse.de>
14605
14606 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
14607
14608 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
14609
14610 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
14611 word-wrapping.
14612 (IT_DISPLAYING_WHITESPACE): New macro.
14613 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
14614 when word-wrapping. Simplify word-wrapping logic. Use correct
14615 pixel positions when saving copies of the iterator.
14616 (display_line): Use proper wrap point if the last character on a
14617 line was preceded by whitespace.
14618
14619 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14620
14621 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
14622
14623 2008-07-04 Kenichi Handa <handa@m17n.org>
14624
14625 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
14626
14627 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
14628
14629 2008-07-02 Jason Rumney <jasonr@gnu.org>
14630
14631 * xfns.c (syms_of_xfns): Only define x-select-font when both
14632 HAVE_FREETYPE and USE_GTK.
14633
14634 * xdisp.c (next_element_from_display_vector): Move assignment out
14635 of if statement.
14636
14637 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
14638
14639 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
14640
14641 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
14642 (syms_of_fileio): Initialize and export them.
14643 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
14644
14645 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
14646 (Fsystem_move_file_to_trash): New function.
14647 (syms_of_w32fns): Export it to lisp.
14648
14649 2008-07-01 Jason Rumney <jasonr@gnu.org>
14650
14651 * w32font.c (w32font_text_extents): Don't count overhang as part
14652 of width.
14653
14654 2008-06-30 Miles Bader <miles@gnu.org>
14655
14656 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
14657 Add `avoid_cursor_p' field.
14658
14659 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
14660 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
14661 (append_glyph, append_composite_glyph, produce_image_glyph)
14662 (append_stretch_glyph): Initialize avoid_cursor_p.
14663 (get_it_property): Rename from `get_line_height_property'.
14664 (x_produce_glyphs): Use get_it_property.
14665 (handle_line_prefix, push_display_prop): New functions.
14666 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
14667 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
14668 New variables.
14669 (syms_of_xdisp): Initialize them.
14670
14671 2008-06-30 Kenichi Handa <handa@m17n.org>
14672
14673 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
14674 XftDefaultSubstitute (they are called in XftFontMatch).
14675 (xftfont_open): Fix args to ftfont_font_format.
14676
14677 * ftfont.c (fc_charset_table): New member lang.
14678 (ftfont_resolve_generic_family): New arg pattern.
14679 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
14680 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
14681 (ftfont_open): Fix args to ftfont_font_format.
14682 (ftfont_font_format): New arg filename.
14683
14684 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
14685
14686 * xfaces.c (Finternal_merge_in_global_face): If default face was
14687 modified, realize it again. Update the font face attribute.
14688
14689 2008-06-29 Jason Rumney <jasonr@gnu.org>
14690
14691 * w32term.c (x_set_frame_alpha): Fix logic.
14692
14693 2008-06-29 Kenichi Handa <handa@m17n.org>
14694
14695 * fontset.c (Finternal_char_font): Return font-object instead of
14696 font-name.
14697
14698 * composite.c (get_composition_id): Fix the width calculation for TAB.
14699
14700 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14701
14702 * indent.c (Fvertical_motion): Properly handle float column arg.
14703
14704 2008-06-28 Jason Rumney <jasonr@gnu.org>
14705
14706 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
14707 (pfnSetLayeredWindowAttributes): New function pointer.
14708 (w32_initialize): Initialize it when supported.
14709 (x_set_frame_alpha): New function.
14710
14711 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
14712 (w32_frame_parm_handlers): Set alpha handler.
14713
14714 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
14715
14716 2008-06-27 Jason Rumney <jasonr@gnu.org>
14717
14718 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
14719 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
14720 (w32_to_x_charset, x_to_w32_charset)
14721 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
14722 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
14723 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
14724 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
14725 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
14726 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
14727 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
14728 (Qw32_charset_unicode): Remove.
14729 (syms_of_w32fns): Update for above changes.
14730
14731 * w32font.c (w32_to_x_charset, x_to_w32_charset)
14732 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
14733 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
14734 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
14735 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
14736 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
14737 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
14738 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
14739 (syms_of_w32font): Update for above changes.
14740
14741 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
14742
14743 * s/usg5-4.h: Fix previous change: keep the correct branch of a
14744 removed #if.
14745 (USG_SHARED_LIBRARIES): Remove duplicate definition.
14746
14747 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
14748 Eli Zaretskii <eliz@gnu.org>
14749
14750 * makefile.w32-in (LOCAL_FLAGS):
14751 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
14752
14753 * sysdep.c (_spawnlp, _getpid):
14754 Declare with explicit _cdecl instead of _CRTAPI1.
14755
14756 * editfns.c (Fget_internal_run_time):
14757 Check for WINDOWSNT with #ifdef, not #if.
14758
14759 2008-06-26 Jason Rumney <jasonr@gnu.org>
14760
14761 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
14762
14763 * w32term.c (x_draw_glyph_string_foreground)
14764 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
14765 Use FONT_HANDLE macro.
14766 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
14767
14768 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
14769 (uniscribe_encode_char): Use FONT_HANDLE macro.
14770
14771 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
14772 (w32font_text_extents): Use precast w32_font.
14773 (w32font_close): Free cached metrics.
14774 (w32font_open_internal): Allocate space for name on stack.
14775
14776 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
14777
14778 * xdisp.c (extend_face_to_end_of_line): Fix last change.
14779
14780 2008-06-26 Jason Rumney <jasonr@gnu.org>
14781
14782 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
14783 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
14784
14785 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
14786
14787 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
14788
14789 2008-06-26 Jason Rumney <jasonr@gnu.org>
14790
14791 * w32bdf.c, w32bdf.h: Remove obsolete files.
14792
14793 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
14794
14795 * w32gui.h: Don't include w32bdf.h.
14796 (XCharStruct, enum w32_char_font_type, W32FontStruct):
14797 Remove obsolete font support.
14798
14799 * w32font.h (struct w32font_info): Remove compat_w32_font.
14800 Add hfont member.
14801 (FONT_COMPAT): Remove obsolete macro.
14802
14803 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
14804 (w32font_encode_char, w32font_text_extents): Use new hfont member.
14805 (w32font_open_internal): Remove compat code. Set new hfont member.
14806 (Fx_select_font): Use new hfont member.
14807
14808 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
14809 (uniscribe_encode_char): Use new hfont member.
14810
14811 * w32term.c (x_draw_glyph_string_foreground)
14812 (x_draw_composite_glyph_string_foreground): Use new hfont member.
14813 (x_draw_glyph_string): Use metrics in w32font_info.
14814
14815 2008-06-26 Kenichi Handa <handa@m17n.org>
14816
14817 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
14818
14819 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
14820
14821 * unexnext.c:
14822 * m/ews4800.h:
14823 * m/hp9000s300.h:
14824 * m/ibm370aix.h:
14825 * m/mips-siemens.h:
14826 * m/ncr386.h:
14827 * m/next.h:
14828 * m/pmax.h:
14829 * m/powerpcle.h:
14830 * m/tandem-s2.h:
14831 * s/386bsd.h:
14832 * s/bsd386.h:
14833 * s/bsd4-1.h:
14834 * s/bsd4-2.h:
14835 * s/bsdos2-1.h:
14836 * s/bsdos2.h:
14837 * s/bsdos3.h:
14838 * s/bsdos4.h:
14839 * s/nextstep.h:
14840 * s/ultrix4-3.h:
14841 * s/usg5-0.h:
14842 * s/usg5-2-2.h:
14843 * s/usg5-2.h:
14844 * s/usg5-4-3.h:
14845 * s/ux4800.h:
14846 * s/uxpds.h:
14847 * s/uxpv.h: Remove support for obsolete systems.
14848 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
14849 Remove, insert contents in s/hpux10-20.h.
14850 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
14851 Remove, insert contents in s/aix4-2.h.
14852 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
14853 * s/bsd4-3.h: Rename to ...
14854 * s/bsd-common.h: ... this.
14855 * data.c:
14856 * doc.c:
14857 * ecrt0.c:
14858 * emacs.c:
14859 * fileio.c:
14860 * floatfns.c:
14861 * keyboard.c:
14862 * mem-limits.h:
14863 * print.c:
14864 * process.c:
14865 * sysdep.c:
14866 * syssignal.h:
14867 * systty.h:
14868 * syswait.h:
14869 * term.c:
14870 * unexec.c:
14871 * unexelf.c:
14872 * unexhp9k800.c:
14873 * m/hp800.h:
14874 * m/ibmrs6000.h:
14875 * m/mips.h:
14876 * m/vax.h:
14877 * s/darwin.h:
14878 * s/freebsd.h:
14879 * s/gnu.h:
14880 * s/ms-w32.h:
14881 * s/msdos.h:
14882 * s/netbsd.h:
14883 * s/template.h: Remove references to obsolete variables.
14884
14885 * Makefile.in: Add dependencies for all unexec files.
14886 (admindir): Remove unused variable.
14887 (UNEXEC_SRC): Remove references.
14888
14889 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
14890
14891 * xfns.c (x_default_font_parameter): If Xft is available, first
14892 try Monospace-12 for the default font.
14893
14894 2008-06-25 Jason Rumney <jasonr@gnu.org>
14895
14896 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
14897
14898 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
14899
14900 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
14901
14902 * buffer.c (syms_of_buffer): Remove default-word-wrap.
14903
14904 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
14905
14906 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
14907 <scroll-conservatively>: Fix typo in docstring.
14908
14909 * xselect.c (Fx_send_client_event): Doc fix.
14910
14911 2008-06-25 Kenichi Handa <handa@m17n.org>
14912
14913 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
14914
14915 * font.c (font_parse_fcname): Remove unused variables.
14916 (font_sort_entites): Delete the arg SPEC. Caller changed.
14917 Fix for the case of ! best_only.
14918 (font_delete_unmatched): Check DPI and AVGWIDTH too.
14919
14920 * lisp.h (Fstring_to_unibyte): EXFUN it.
14921
14922 * character.h (str_to_unibyte): Extern it.
14923
14924 * character.c (str_to_unibyte): New function.
14925
14926 * fns.c (Fstring_to_unibyte): New function.
14927 (syms_of_fns): Defsubr it.
14928
14929 2008-06-24 Kenichi Handa <handa@m17n.org>
14930
14931 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
14932 DPI too.
14933 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
14934
14935 2008-06-24 Andreas Schwab <schwab@suse.de>
14936
14937 * Makefile.in (${lispsource}loaddefs.el): Rename from
14938 ../lisp/loaddefs.el.
14939 (bootstrap-clean): Do what distclean does but don't remove
14940 Makefile.
14941 (distclean): Depend on bootstrap-clean and remove Makefile.
14942
14943 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
14944
14945 * buffer.h (struct buffer): New member word_wrap.
14946
14947 * buffer.c (syms_of_buffer): New variables default-word-wrap and
14948 word-wrap.
14949 (init_buffer_once): Initialize them.
14950
14951 * dispextern.h (struct it): Replace bool truncate_lines_p with a
14952 line_wrap enum possessing three possible values.
14953
14954 * termopts.h: Replace truncate_partial_width_windows with
14955 Vtruncate_partial_width_windows.
14956
14957 * dispnew.c (direct_output_for_insert): Avoid direct output when
14958 inserting a space with word wrap on.
14959
14960 * indent.c (compute_motion): Obey integer values of
14961 truncate-partial-width-windows.
14962
14963 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
14964 replacing truncate_partial_width_windows.
14965 (init_iterator): If Vtruncate_partial_width_windows is an integer,
14966 truncate only if the window width is below that integer.
14967 (start_display, resize_mini_window, produce_stretch_glyph)
14968 (display_string, move_it_in_display_line_to): Use line_wrap.
14969 (back_to_previous_visible_line_start, reseat_1): Reset
14970 string_from_display_prop_p.
14971 (display_line): Extend default face to end of line when wrapping.
14972
14973 2008-06-24 Kim F. Storm <storm@cua.dk>
14974
14975 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
14976 to wrap continued lines at word boundaries.
14977
14978 2008-06-24 Jason Rumney <jasonr@gnu.org>
14979
14980 * font.c (Ffont_face_attributes): Multiply pixel size before point
14981 conversion to avoid multiplying rounding error.
14982
14983 2008-06-23 Jason Rumney <jasonr@gnu.org>
14984
14985 * w32term.c (x_draw_glyph_string_background)
14986 (x_draw_glyph_string): Remove old bdf font code.
14987
14988 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
14989
14990 2008-06-22 Kenichi Handa <handa@m17n.org>
14991
14992 * font.c (font_find_for_lface): Try the adstyle specified in
14993 the property of LFACE_FONT of LFACE (if any).
14994
14995 2008-06-21 Seiji Zenitani <zenitani@mac.com>
14996 Ryo Yoshitake <ryo@shiftmode.net>
14997
14998 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
14999
15000 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
15001
15002 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
15003 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
15004 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
15005 (witness-emacs): Remove.
15006 (lisp, shortlisp): Move loaddefs.el earlier.
15007 (mostlyclean): Forget about witness-emacs.
15008
15009 2008-06-22 Glenn Morris <rgm@gnu.org>
15010
15011 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
15012 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
15013
15014 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15015
15016 * Makefile.in (PRECOMP): Remove.
15017 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
15018 (witness-emacs): Run `compile-first'.
15019 (.el.elc): Use the new compile-onefile target.
15020
15021 2008-06-21 Kenichi Handa <handa@m17n.org>
15022
15023 * xftfont.c (xftfont_open): Handle QCembolden only when
15024 FC_EMBOLDEN is defined.
15025
15026 2008-06-21 Andreas Schwab <schwab@suse.de>
15027
15028 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
15029 (.el.elc): Likewise.
15030
15031 2008-06-21 Miles Bader <miles@gnu.org>
15032
15033 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
15034 build dir, not the lisp source dir.
15035
15036 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15037
15038 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
15039 (bootstrapclean): Remove.
15040 (.el.elc): New rule.
15041 (PRECOMP): New var.
15042 (../lisp/subdirs.el): Remove.
15043 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
15044 (witness-emacs): New target.
15045 (mostlyclean): Remove witness-emacs as well.
15046 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
15047 Add witness-emacs dependency.
15048
15049 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
15050
15051 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
15052 defined by the font.
15053
15054 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15055
15056 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
15057 (bootstrap-clean): New target that keeps TAGS around.
15058 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
15059 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
15060
15061 2008-06-20 Jason Rumney <jasonr@gnu.org>
15062
15063 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
15064 Remove obsolete font code.
15065
15066 * w32font.c (font_matches_spec): Use csb bitfield from font signature
15067 to determine language support.
15068
15069 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15070
15071 * sysdep.c (cfsetspeed): New fun extracted from the code.
15072 (cfmakeraw): Move before first use.
15073
15074 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
15075
15076 * sysdep.c (cfmakeraw): Provide fallback implementation.
15077 (serial_configure): Provide fallback implementation of cfsetspeed.
15078
15079 2008-06-20 Kenichi Handa <handa@m17n.org>
15080
15081 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
15082 the pattern.
15083
15084 * fontset.c (fontset_from_font): Copy font_spec before changing
15085 the elements.
15086
15087 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
15088
15089 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15090
15091 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
15092 for explicit `font' parameters.
15093
15094 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
15095
15096 2008-06-19 Kenichi Handa <handa@m17n.org>
15097
15098 * frame.c: Include <ctype.h>.
15099 (x_set_font_backend): Allow spacing characters in the X resource
15100 for FontBackend.
15101
15102 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
15103
15104 * w32fns.c, xfns.c (Qfont_param): New var.
15105 (syms_of_w32fns): Initialize it.
15106 (x_default_font_parameter): Record explicit `font' into
15107 `font-parameter'.
15108
15109 2008-06-18 Kenichi Handa <handa@m17n.org>
15110
15111 * font.c (font_parse_xlfd): Fix previous change.
15112 (font_parse_fcname): Don't use :fc-unknown-spec.
15113 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
15114 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
15115 (font_add_log): Prepend the driver name to the resulting fonts.
15116
15117 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
15118 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
15119 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
15120
15121 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
15122 (QCembolden): New variables.
15123 (syms_of_xftfont): DEFSYM them.
15124 (xftfont_open): Call XftFontMatch. Don't trust the result of
15125 XftTextExtents8 if the pixel_size is less than 5.
15126
15127 2008-06-18 Andreas Schwab <schwab@suse.de>
15128
15129 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
15130 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
15131
15132 2008-06-18 Jason Rumney <jasonr@gnu.org>
15133
15134 * w32font.c (w32font_list, w32font_match): Add logging.
15135
15136 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
15137
15138 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
15139
15140 * font.c (font_parse_fcname): Store divider characters for
15141 unknown-spec list. For known key symbols, intern using correct
15142 symbol name.
15143
15144 2008-06-17 Kenichi Handa <handa@m17n.org>
15145
15146 * xfaces.c (realize_default_face): If the frame is not on window
15147 system, set the fontset of face to nil.
15148
15149 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
15150
15151 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
15152
15153 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
15154
15155 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
15156 (build_font_name_from_vector): Delete externs.
15157
15158 * xfaces.c (struct font_name): Don't declare.
15159
15160 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
15161
15162 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
15163
15164 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
15165
15166 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
15167
15168 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
15169
15170 * font.c (Ffont_spec): Fix usage in docstring.
15171 (Ffont_face_attributes): Doc fix.
15172
15173 2008-06-16 Andreas Schwab <schwab@suse.de>
15174
15175 * font.c (Ffont_face_attributes): Fix definition.
15176
15177 2008-06-16 Jason Rumney <jasonr@gnu.org>
15178
15179 * font.h (font_style_symbolic_from_value): Remove.
15180
15181 * font.c (font_style_symbolic_from_value): Remove.
15182 (font_style_symbolic): Revert to pre 2008-06-13 version.
15183
15184 * w32font.c (w32_to_fc_weight): New function.
15185 (w32font_full_name, logfont_to_fcname): Use it.
15186
15187 2008-06-16 Kenichi Handa <handa@m17n.org>
15188
15189 * font.c (font_check_object): Delete it.
15190 (font_clear_cache): Check if a font-object is alive.
15191 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
15192 font-object to nil.
15193 (font_close_object): Don't check FONT_CLOSE_OBJECT.
15194 (font_at): Don't call font_check_object.
15195 (Ffont_get): Return a symbol for :weight, :slant, and :width.
15196
15197 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15198
15199 * puresize.h (BASE_PURESIZE): Increase to 1230000.
15200
15201 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
15202
15203 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
15204
15205 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
15206
15207 * font.c (font_parse_fcname): Only one decimal point.
15208 (font_unparse_fcname): Handle data in family and foundry indices
15209 as symbols, not strings.
15210 (font_unparse_gtkname, Ffont_face_attributes): New functions.
15211
15212 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
15213
15214 * font.h (font_unparse_gtkname): Add prototype.
15215
15216 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
15217
15218 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
15219
15220 2008-06-15 Andreas Schwab <schwab@suse.de>
15221
15222 * font.c (font_update_drivers): Fix crash when no drivers match.
15223
15224 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15225
15226 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
15227 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
15228
15229 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15230
15231 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
15232
15233 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15234
15235 * process.c (Fserial_process_configure, Fprocess_send_eof):
15236 Use EQ to compare Lisp_Objects.
15237
15238 2008-06-13 Jason Rumney <jasonr@gnu.org>
15239
15240 * w32fns.c (Fw32_select_font): Remove old font API function.
15241
15242 * w32font.c (logfont_to_fcname): New function.
15243 (Fx_select_font): New font dialog function compatible with
15244 GTK/fontconfig version.
15245
15246 * font.c (font_style_symbolic_from_value): New function.
15247 (font_style_symbolic): Use it.
15248
15249 * font.h (font_style_symbolic_from_value): Declare new function.
15250
15251 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
15252
15253 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
15254 <font-width-table>: Fix typos in docstrings.
15255
15256 2008-06-13 Daniel Engeler <engeler@gmail.com>
15257
15258 These changes add serial port access.
15259 * process.c: Add HAVE_SERIAL.
15260 (Fdelete_process, Fprocess_status, Fset_process_buffer)
15261 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
15262 (list_processes_1, select_wrapper, Fstop_process)
15263 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
15264 (status_notify): Modify to handle serial processes.
15265 [HAVE_SERIAL] (Fserial_process_configure)
15266 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
15267 New functions.
15268 * process.h (struct Lisp_Process): Add `type'.
15269 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
15270 New functions.
15271 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
15272 serial ports.
15273 (serial_open, serial_configure): New functions.
15274 * w32.h: Add FILE_SERIAL.
15275 (struct _child_process): Add ovl_read, ovl_write.
15276
15277 2008-06-13 Kenichi Handa <handa@m17n.org>
15278
15279 * dispextern.h (enum lface_attribute_index): New member
15280 LFACE_FOUNDRY_INDEX.
15281
15282 * font.c (font_score): Delete arg alternate_families. Check only
15283 weight, slant, width, and size. Ignore the difference of alias
15284 style symbols.
15285 (font_sort_entites): Adjust for the above change. Reflect the
15286 order of font-driver to scores.
15287 (font_list_entities): Don't check alternate_familes here.
15288 (font_clear_prop): Handle foundry.
15289 (font_update_lface): Don't parse "foundry-family" form here.
15290 Handle FONT_FOUNDRY_INDEX.
15291 (font_find_for_lface): Likewise. Handle alternate families here.
15292 If registry is nil, try iso8859-1 and ascii-0.
15293 (font_open_for_lface): Pay attention to size in ENTITY.
15294 (font_open_by_name): Simplify by calling font_load_for_lface.
15295 (free_font_driver_list): Delete it.
15296 (font_update_drivers): Preserve the order of backends.
15297 (syms_of_font): Setting of sort_shift_bits adjusted for the change
15298 of font_score and font_sort_entites.
15299 (font_update_sort_order): Likewise.
15300
15301 * xfaces.c (LFACE_FOUNDRY): New macro.
15302 (check_lface_attrs): Check foundry.
15303 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
15304 (merge_face_vectors): Check foundry.
15305 (merge_face_ref): Likewise.
15306 (Finternal_set_lisp_face_attribute): Likewise.
15307 (x_update_menu_appearance): Likewise.
15308 (Finternal_get_lisp_face_attribute): Likewise.
15309 (lface_hash): Likewise.
15310 (lface_same_font_attributes_p): Likewise.
15311 (x_supports_face_attributes_p): Likewise.
15312 (tty_supports_face_attributes_p): Likewise.
15313 (Finternal_set_alternative_font_family_alist): Intern strings.
15314 (Finternal_set_alternative_font_registry_alist): Downcase strings.
15315 (realize_default_face): Set LFACE_FOUNDRY (lface).
15316
15317 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
15318 font-driver at first.
15319
15320 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
15321
15322 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15323
15324 * lread.c (Fload): Use xfree, not free on saved_doc_string.
15325
15326 2008-06-12 Jim Meyering <meyering@redhat.com>
15327
15328 Make unexec_free handle NULL the same way free does.
15329 * unexmacosx.c (unexec_free): Ignore a NULL argument.
15330
15331 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
15332
15333 * character.h (CHAR_TO_BYTE_SAFE): New macro.
15334 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
15335 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
15336 (WEAK_ALIAS): Simplify.
15337 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
15338 when searching a unibyte buffer.
15339
15340 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
15341
15342 * xfns.c (Fx_select_font): Rename from x-font-dialog.
15343
15344 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
15345
15346 * w32font.c: Include ctype.h.
15347
15348 2008-06-11 Jason Rumney <jasonr@gnu.org>
15349
15350 * w32font.c (w32font_encode_char): Detect missing glyphs that are
15351 misreported as space.
15352 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
15353 as aliases for registry iso10646-1.
15354
15355 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
15356
15357 * buffer.c (clone_per_buffer_values): Skip `name'.
15358
15359 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
15360
15361 * font.c (font_parse_fcname): Fix last change; accept decimal
15362 points in font size.
15363
15364 2008-06-10 Jason Rumney <jasonr@gnu.org>
15365
15366 * w32uniscribe.c (add_opentype_font_name_to_list):
15367 Skip non unicode fonts.
15368
15369 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
15370
15371 * xfns.c (Fx_font_dialog): New function.
15372
15373 * gtkutil.c (xg_dialog_response_cb): Rename from
15374 xg_file_response_callback.
15375 (pop_down_dialog): Rename from pop_down_file_dialog.
15376 (xg_get_file_name): Callers changed.
15377 (xg_get_font_name): New function.
15378
15379 * gtkutil.h (xg_get_font_name): Insert prototype.
15380
15381 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15382
15383 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
15384 x_underline_minimum_display_offset.
15385 (syms_of_xdisp): Declare it here rather than in xterm.c.
15386 * dispextern.h (underline_minimum_offset): Declare it.
15387 * w32term.c (x_draw_glyph_string): Use it.
15388 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
15389 (syms_of_xterm): Don't declare it any more.
15390 (x_draw_glyph_string): Adjust to the new name.
15391
15392 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
15393
15394 * xterm.c (x_underline_minimum_display_offset): New var.
15395 (x_draw_glyph_string): Use it.
15396 (syms_of_xterm): Declare it.
15397
15398 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
15399
15400 * font.c (font_parse_fcname): Accept GTK-style font names too.
15401
15402 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15403
15404 * dired.c (file_name_completion): Don't return t if the match is exact
15405 but with different capitalization.
15406 * minibuf.c (Ftry_completion): Simplify.
15407
15408 * window.c (Vwindow_point_insertion_type): New var.
15409 (set_window_buffer): Use it.
15410 (syms_of_window): Init and export it to Lisp.
15411
15412 2008-06-10 Kenichi Handa <handa@m17n.org>
15413
15414 * font.h (font_intern_prop): Prototype adjusted.
15415
15416 * font.c (font_intern_prop): New arg force_symbol.
15417 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
15418 Adjust for the change of font_intern_prop.
15419
15420 * ftfont.c (ftfont_pattern_entity):
15421 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
15422 (w32_registry):
15423 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
15424 the change of font_intern_prop.
15425
15426 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
15427
15428 * w32menu.c (digest_single_submenu): Declare extern.
15429
15430 2008-06-09 Jason Rumney <jasonr@gnu.org>
15431
15432 * w32term.c (x_make_frame_visible): Use alternate restore flags.
15433
15434 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
15435 (parse_single_submenu): Remove.
15436 (digest_single_submenu): Remove.
15437 (syms_of_w32menu): Don't initialise variables that have moved
15438 to menu.c.
15439 (set_frame_menubar): Sync with version in xmenu.c.
15440 (w32_menu_show): Sync with xmenu_show in xmenu.c.
15441
15442 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
15443 Make static again.
15444
15445 2008-06-09 Jason Rumney <jasonr@gnu.org>
15446
15447 Changes to w32 files related to the move of common menu code
15448 to menu.c on 2008-06-08 by Chong Yidong.
15449
15450 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
15451 defs to w32gui.h.
15452 (single_keymap_panes, push_menu_item, push_menu_pane):
15453 Make globally visible.
15454
15455 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
15456 (local_free, malloc_widget_value, free_widget_value)
15457 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
15458 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
15459 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
15460 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
15461 (menu_items, menu_items_allocated, menu_items_used)
15462 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
15463 (init_menu_items, finish_menu_items, discard_menu_items)
15464 (grow_menu_items, push_submenu_start, push_submenu_end)
15465 (push_left_right_boundary, push_menu_pane, push_menu_item)
15466 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
15467 (free_menubar_widget_tree_value, parse_single_submenu)
15468 (update_submenu_strings): Remove functions.
15469 (xmalloc_widget_value): Remove and declare extern.
15470
15471 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
15472 (OBJ1): Build it.
15473
15474 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
15475 (local_heap, local_alloc, local_free, malloc_widget_value)
15476 (free_widget_value): Define here.
15477
15478 2008-06-09 Kenichi Handa <handa@m17n.org>
15479
15480 * font.h (Qascii_0): Extern it.
15481
15482 * font.c (Qascii_0): New variable.
15483 (syms_of_font): DEFSYM it.
15484 (font_open_by_name): If the registry "iso8859-1" fails, try also
15485 "ascii-0".
15486
15487 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
15488
15489 2008-06-08 Kenichi Handa <handa@m17n.org>
15490
15491 * .gdbinit (xfont): New command.
15492
15493 2008-06-08 Andreas Schwab <schwab@suse.de>
15494
15495 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
15496 * Makefile.in (menu.o): Update dependencies.
15497
15498 * Makefile.in (obj): Always add menu.o.
15499 * emacs.c (main): Always call syms_of_menu.
15500 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
15501
15502 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
15503
15504 * Makefile.in: Compile menu.c.
15505
15506 * lisp.h: Declare syms_of_menu.
15507
15508 * emacs.c (main): Call syms_of_menu.
15509
15510 * keyboard.h: Relocate platform-independent menu definitions from
15511 xmenu.c.
15512
15513 * menu.c: New file. Relocate platform-independent menu
15514 definitions from xmenu.c. Suggested by Adrian Robert.
15515
15516 * xmenu.c: Remove platform-independent menu definitions.
15517 (menu_items, menu_items_inuse, menu_items_allocated)
15518 (menu_items_used, menu_items_n_panes)
15519 (menu_items_submenu_depth): Move to keyboard.h.
15520 (init_menu_items, finish_menu_items, unuse_menu_items)
15521 (discard_menu_items, restore_menu_items, save_menu_items)
15522 (grow_menu_items, push_submenu_start, push_submenu_end)
15523 (push_left_right_boundary, push_menu_pane, push_menu_item)
15524 (keymap_panes, single_keymap_panes, single_menu_item)
15525 (list_of_panes, list_of_items, find_and_call_menu_selection)
15526 (xmalloc_widget_value, free_menubar_widget_value_tree)
15527 (parse_single_submenu, digest_single_submenu)
15528 (update_submenu_strings): Move to menu.c.
15529
15530 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
15531
15532 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
15533
15534 2008-06-06 Miles Bader <miles@gnu.org>
15535
15536 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
15537 face, not frame default.
15538
15539 2008-06-05 Martin Rudalics <rudalics@gmx.at>
15540
15541 * window.c (pop_up_windows, pop_up_frames)
15542 (display_buffer_reuse_frames, Vpop_up_frame_function)
15543 (Vdisplay_buffer_function, Veven_window_heights)
15544 (Vspecial_display_buffer_names, Vspecial_display_regexps)
15545 (Vspecial_display_function, Vsame_window_buffer_names)
15546 (Vsame_window_regexps, split_height_threshold)
15547 (Vsplit_window_preferred_function): Move those vars to window.el.
15548 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
15549 (Fdisplay_buffer): Move those functions to window.el.
15550 (syms_of_window): Remove corresponding declarations.
15551 (display_buffer): New function.
15552 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
15553 * dispnew.c (Flast_nonminibuf_frame): New function.
15554 * buffer.c (Fpop_to_buffer): Move to window.el.
15555
15556 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15557
15558 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
15559
15560 2008-06-05 Kenichi Handa <handa@m17n.org>
15561
15562 * coding.c (detect_coding): Fix previous change.
15563 (detect_coding_system): Likewise.
15564
15565 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15566
15567 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
15568
15569 * keymap.c (Vminibuffer_local_filename_must_match_map):
15570 Rename from Vminibuffer_local_must_match_filename_map.
15571 (syms_of_keymap):
15572 * minibuf.c (Fcompleting_read): Adjust accordingly.
15573 * commands.h: Rename declaration as well.
15574
15575 2008-06-05 Kenichi Handa <handa@m17n.org>
15576
15577 * font.c (Ffont_spec): Don't use font_parse_family_registry for
15578 family name.
15579 (Ffont_put): Likewise.
15580
15581 * fontset.c (fontset_find_font): Call font_open_for_lface with the
15582 current font-spec.
15583
15584 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
15585 is unspecified.
15586
15587 * xfaces.c (realize_x_face): If the font-related face attributes
15588 are the same as those of default face, realize a new fontset from
15589 default->fontset.
15590 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
15591
15592 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15593
15594 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
15595 (move_it_in_display_line): New wrapper.
15596
15597 * window.c (window_scroll_pixel_based_preserve_x)
15598 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
15599 (window_scroll_pixel_based, window_scroll_line_based):
15600 Use them to preserve column positions.
15601 (syms_of_window): Initialize them.
15602
15603 * indent.c (Fvertical_motion): Extend first arg to allow passing an
15604 (HPOS . VPOS) pair.
15605
15606 * dispextern.h (move_it_in_display_line): Declare.
15607
15608 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
15609
15610 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
15611 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
15612 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
15613
15614 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
15615
15616 * window.c (Fset_window_parameter): Doc fix.
15617 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
15618
15619 2008-06-04 Joakim Verona <joakim@verona.se>
15620
15621 * window.h (struct window): Add new member window_parameters.
15622
15623 * window.c (Fwindow_parameters, Fwindow_parameter)
15624 (Fset_window_parameter): New defuns.
15625 (syms_of_window): Defsubr the new defuns.
15626 (make_window): Initialize window_parameters to nil.
15627
15628 2008-06-04 John Paul Wallington <jpw@pobox.com>
15629
15630 * eval.c (Fdefmacro): Doc fix.
15631
15632 2008-06-04 Kenichi Handa <handa@m17n.org>
15633
15634 * coding.c (detect_coding): Fix handling of coding->head_ascii.
15635 Be sure to call setup_coding_system when we find a proper coding system.
15636 (detect_coding_system): Fix handling of coding->head_ascii.
15637
15638 2008-06-03 Andreas Schwab <schwab@suse.de>
15639
15640 * font.c (font_prop_validate_spacing): Fix last change.
15641
15642 2008-06-03 Kenichi Handa <handa@m17n.org>
15643
15644 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
15645 (font_parse_fcname): Fix handling of unknown key.
15646
15647 * xfont.c (xfont_list): Try an alias.
15648
15649 * charset.c (char_charset): Return NULL if the arg charset_list is
15650 specified and C doesn't belong to any of them.
15651
15652 2008-06-02 Chip Coldwell <coldwell@redhat.com>
15653
15654 * font.c (font_pixel_size): Don't take cdr of an integer.
15655
15656 2008-06-02 Jim Meyering <meyering@redhat.com>
15657
15658 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
15659 * alloc.c (xfree): Return right away for a NULL arg.
15660 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
15661 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
15662 * mac.c (create_apple_event_from_event_ref): Likewise.
15663 (create_apple_event_from_drag_ref, cfstring_create_normalized):
15664 Likewise.
15665 * doprnt.c (doprnt1): Likewise.
15666 * frame.c (frame): Likewise.
15667 * keyboard.c (wipe_kboard): Likewise.
15668 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
15669 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
15670 * term.c (tty_default_color_capabilities, maybe_fatal)
15671 (delete_tty): Likewise.
15672 * w16select.c (string): Likewise.
15673 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
15674 * w32bdf.c (w32_free_bdf_font): Likewise.
15675 * w32fns.c (w32_unload_font): Likewise.
15676 * w32font.c (w32font_close): Likewise.
15677 * window.c (size_window): Likewise.
15678 * xselect.c (receive_incremental_selection): Likewise.
15679 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
15680 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
15681 * w32.c (stat): Likewise.
15682
15683 Remove useless if-before-free tests.
15684 * editfns.c (Fset_time_zone_rule): Likewise.
15685 * lread.c (nosuffix): Likewise.
15686 * ralloc.c (get_bloc): Likewise.
15687 * regex.c (reg_free): Likewise.
15688 * xftfont.c (xftfont_open, xftfont_close): Likewise.
15689 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
15690 * xsmfns.c (smc_save_yourself_CB): Likewise.
15691
15692 2008-06-02 Kenichi Handa <handa@m17n.org>
15693
15694 * font.c (font_find_for_lface): Handle float font size.
15695 (font_open_for_lface): Likewise.
15696
15697 * xfaces.c (x_supports_face_attributes_p): Check face->font before
15698 comparing the properties.
15699
15700 2008-06-01 Jason Rumney <jasonr@gnu.org>
15701
15702 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
15703 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
15704 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
15705 Don't add empty script list.
15706 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
15707
15708 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
15709
15710 * Makefile.in (dot, dotdot): Remove, update users.
15711 ".." has been used elsewhere in the file for a long time.
15712 (LIBXT_STATIC): Remove conditional based on unused variable.
15713
15714 2008-06-01 Miles Bader <miles@gnu.org>
15715
15716 * xfaces.c (Vface_remapping_alist): New variable.
15717 (syms_of_xfaces): Initialize it.
15718 (enum named_merge_point_kind): New type.
15719 (struct named_merge_point): Add `named_merge_point_kind' field.
15720 (push_named_merge_point): Make cycle detection respect different
15721 named-merge-point kinds.
15722 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
15723 Remove face-name alias resolution.
15724 (lface_from_face_name): New definition using
15725 `lface_from_face_name_no_resolve'.
15726 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
15727 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
15728 (get_lface_attributes): New definition that layers face-remapping on
15729 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
15730 (lookup_basic_face): New function.
15731 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
15732 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
15733 `get_lface_attributes'.
15734 (face_at_buffer_position): Use `lookup_basic_face' to lookup
15735 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
15736 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
15737
15738 * xdisp.c (init_iterator): Pass base_face_id through
15739 `lookup_basic_face' when we actually use it as a face-id.
15740 (handle_single_display_prop): Use `lookup_basic_face' to lookup
15741 DEFAULT_FACE_ID.
15742
15743 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
15744 lookup the initial face-id.
15745
15746 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
15747
15748 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
15749
15750 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
15751 (Fremove_text_properties): Fix typos in docstrings.
15752
15753 2008-05-31 Kenichi Handa <handa@m17n.org>
15754
15755 * font.c (font_list_entities): Fix the car part of data to be
15756 stored in the cache.
15757
15758 * ftfont.c (ftfont_font_format): Don't use strcasestr.
15759
15760 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15761
15762 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
15763 Add a `test' argument so another predicate than `equal' can be used.
15764 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
15765 (map_char_table): Remove unused vars `c' and `i'.
15766 * lisp.h (Foptimize_char_table): Adjust declaration.
15767 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
15768
15769 2008-05-30 Kenichi Handa <handa@m17n.org>
15770
15771 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
15772 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
15773 defined.
15774
15775 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15776
15777 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
15778 (Fmake_variable_frame_local): Disallow mixing buffer-local and
15779 frame-local settings for the same variable.
15780
15781 2008-05-30 Kenichi Handa <handa@m17n.org>
15782
15783 * fontset.c (Ffont_info): Move to font.c.
15784 (syms_of_fontset): Delete defsubr of Sfont_info.
15785
15786 * font.c (font_style_to_value, font_score): Delete casting of the
15787 args to xstcasecmp.
15788 (register_font_driver): Increment num_font_drivers only when
15789 registering the driver globally.
15790 (Ffont_info): Move from fontset.c. Handle a font object too.
15791 (syms_of_font): Defsubr Sfont_info.
15792
15793 2008-05-29 Kenichi Handa <handa@m17n.org>
15794
15795 * coding.h (enum define_coding_utf8_arg_index): New enum.
15796 (enum coding_attr_index): Change coding_attr_utf_16_bom to
15797 coding_attr_utf_bom.
15798 (enum utf_bom_type): Rename from utf_16_bom_type.
15799 (struct utf_16_spec): Adjust for the above change.
15800 (struct coding_system): Add utf_8_bom in `spec' union.
15801
15802 * coding.c (CODING_UTF_8_BOM): New macro.
15803 (enum coding_category): Delete coding_category_utf_8, add
15804 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
15805 coding_category_utf_8_sig.
15806 (CATEGORY_MASK_UTF_8): Delete it.
15807 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
15808 (CATEGORY_MASK_UTF_8_SIG): New macros.
15809 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
15810 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
15811 CATEGORY_MASK_UTF_8_SIG.
15812 (CATEGORY_MASK_UTF_8): New macro.
15813 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
15814 (detect_coding_utf_8): Check BOM.
15815 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
15816 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
15817 (encode_coding_utf_16): Likewise.
15818 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
15819 (detect_coding, detect_coding_system): Handle utf-8-auto.
15820 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
15821 (syms_of_coding): Fix setting up of Vcoding_category_table.
15822
15823 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
15824
15825 * process.c (Faccept_process_output): If `millisec' is non-nil,
15826 `seconds' default to 0.
15827 (wait_reading_process_output): Also return non-nil if we read output
15828 from a non-running process.
15829
15830 2008-05-29 Jason Rumney <jasonr@gnu.org>
15831
15832 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
15833 `raster' specified.
15834 (add_font_entity_to_list): Allow non-opentype truetype fonts back
15835 in the uniscribe backend, but disallow any font that has no
15836 unicode subrange support.
15837
15838 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
15839
15840 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
15841 Fix typos in docstrings.
15842
15843 2008-05-29 Kenichi Handa <handa@m17n.org>
15844
15845 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
15846 (Fx_family_fonts): Set frame correctly.
15847
15848 2008-05-28 Jason Rumney <jasonr@gnu.org>
15849
15850 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
15851
15852 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15853
15854 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
15855 calling build_annotations.
15856
15857 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
15858
15859 * coding.c (Fdecode_coding_region, Fencode_coding_region)
15860 (Fencode_coding_string):
15861 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
15862 <latin-extra-code-table>: Fix typos in docstrings.
15863 (syms_of_coding) <coding-system-alist>: Doc fix.
15864 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
15865
15866 2008-05-28 Kenichi Handa <handa@m17n.org>
15867
15868 * fontset.c (Ffont_info): Don't call font_close_object.
15869
15870 * font.c (font_parse_family_registry): Use Ffont_put to validate
15871 foundry and family.
15872 (font_delete_unmatched): Don't check spacing.
15873 (font_list_entities): Add spacing to the spec to list fonts.
15874
15875 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
15876 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
15877
15878 * coding.c (encode_coding_raw_text): Fix previous change.
15879 (encode_coding_object): When the dst_object is a buffer and is
15880 different from src_object, move gap to PT.
15881
15882 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
15883
15884 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
15885
15886 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15887
15888 * coding.c (encode_coding_raw_text): Set coding->produced_char for
15889 all branches. Compute it differently.
15890
15891 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
15892
15893 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
15894
15895 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
15896 into "else if () ... else ...".
15897
15898 2008-05-27 Jason Rumney <jasonr@gnu.org>
15899
15900 * w32font.c (w32font_open_internal): Determine if glyph indices
15901 are likely to work here.
15902
15903 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
15904
15905 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
15906 draw overlap glyphs with appropriate highlighting.
15907
15908 2008-05-27 Kenichi Handa <handa@m17n.org>
15909
15910 * xfont.c (xfont_open): Fix calculation of font->average_width.
15911
15912 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15913
15914 * casefiddle.c (casify_object): Try to guess better whether the
15915 argument is a byte or a char.
15916
15917 2008-05-26 Andreas Schwab <schwab@suse.de>
15918
15919 * xselect.c (x_reply_selection_request): Properly handle format == 32.
15920 Always send multiples of format size.
15921
15922 * xterm.c (x_set_frame_alpha): Fix type mismatch.
15923
15924 2008-05-26 Jason Rumney <jasonr@gnu.org>
15925
15926 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
15927 (compute_metrics): Don't set failure if we just cleared the cache.
15928 (w32_weight_table): Remove unused variable.
15929 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
15930 backwards compatibility.
15931
15932 2008-05-25 Kenichi Handa <handa@m17n.org>
15933
15934 * w32term.c (x_draw_glyph_string):
15935 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
15936
15937 * xfaces.c: Delete unused function prototypes.
15938 (xstrlwr, font_frame): Delete them.
15939 (clear_face_cache): Delete unused variable.
15940
15941 * xftfont.c (xftfont_open): Delete unused variable.
15942 If underline_thickness is not 1, adjust underline_position.
15943
15944 * ftxfont.c (ftxfont_open): Delete unused variable.
15945
15946 * fontset.c (face_for_char): Optimize for the case of no charset
15947 property.
15948
15949 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
15950 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
15951 (otf_open, font_otf_capability, generate_otf_features)
15952 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
15953 Comment out by surrounding "#if 0" and "#endif" for the moment.
15954 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
15955 (syms_of_font): Codes for accessing above commented out.
15956
15957 2008-05-24 Eli Zaretskii <eliz@gnu.org>
15958
15959 * w32proc.c: Include dispextern.h.
15960
15961 * w32.c: Include dispextern.h.
15962
15963 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
15964
15965 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
15966 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
15967 Fix typos in docstrings.
15968
15969 2008-05-23 Jason Rumney <jasonr@gnu.org>
15970
15971 * xsmfns.c: Remove includes that are already included by config.h.
15972
15973 2008-05-23 Kenichi Handa <handa@m17n.org>
15974
15975 * charset.c (Qemacs, charset_emacs): New variables.
15976 (char_charset): Fix for non-Unicode characters.
15977 (syms_of_charset): Define charset_emacs.
15978
15979 * w32term.c (x_draw_glyph_string): Be sure to update
15980 s->underline_thickness and s->underline_position. Be sure to draw
15981 underline within the current line area.
15982
15983 * xterm.c (x_draw_glyph_string): Be sure to update
15984 s->underline_thickness and s->underline_position. Be sure to draw
15985 underline within the current line area.
15986
15987 * fontset.c: Delete unused variables and add casting for char *
15988 throughout the file.
15989 (fontset_font): Try the fallback fonts of the current fontset
15990 before consulting the default fontset.
15991
15992 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
15993
15994 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
15995
15996 2008-05-22 Jason Rumney <jasonr@gnu.org>
15997
15998 * font.c: Don't include strings.h.
15999
16000 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
16001
16002 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
16003 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
16004 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
16005 to call xstrcasecmp.
16006
16007 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
16008
16009 * fontset.c (fs_query_fontset): Use xstrcasecmp.
16010
16011 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
16012
16013 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
16014
16015 2008-05-22 Kenichi Handa <handa@m17n.org>
16016
16017 * puresize.h (BASE_PURESIZE): Increase to 1220000.
16018
16019 * font.c (font_prop_validate_style): Adjust for the format
16020 change of font_style_table.
16021
16022 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
16023 two args.
16024
16025 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
16026 two args.
16027
16028 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16029
16030 * minibuf.c (keys_of_minibuf): Delete.
16031 * lisp.h (keys_of_minibuf): Delete.
16032 * emacs.c (main): Don't call keys_of_minibuf.
16033
16034 2008-05-22 Kenichi Handa <handa@m17n.org>
16035
16036 * ftfont.c (ftfont_resolve_generic_family): Rename from
16037 ftfont_list_generic_family. Return a single family for each
16038 generic family.
16039 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
16040 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
16041 Call font_add_log.
16042 (ftfont_match): Call font_add_log.
16043
16044 * font.h (Ffont_xlfd_name): EXFUN adjusted.
16045 (FONT_DEBUG): Define it.
16046 (font_add_log): Extern it.
16047 (font_assert): Rename from xassert.
16048
16049 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
16050 (xfont_list_family): Call font_add_log.
16051 (xfont_match): Likewise.
16052 (memq_no_quit): Delete.
16053
16054 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
16055 call of Ffont_xlfd_name.
16056
16057 * xfaces.c (struct table_entry, slant_table, weight_table)
16058 (swidth_table): Move to font.c.
16059
16060 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
16061 xassert are changed to font_assert. Delete many unused variables.
16062 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
16063 New variables.
16064 (struct table_entry): Move from xfaces.c and modified.
16065 (weight_table, slant_table, width_table): Move from xfaces.c and
16066 contents adjusted for the change of struct table_entry.
16067 (font_style_to_value, font_style_symbolic): Adjust for the
16068 format change of font_style_table.
16069 (font_parse_family_registry): Don't overwrite existing foundry and
16070 family of font_spec.
16071 (font_score): Fix calculation of diff for sizes.
16072 (font_sort_entites): Call font_add_log.
16073 (font_delete_unmatched): Return a newly created list.
16074 (font_list_entities): Fix previous change. Call font_add_log.
16075 (font_matching_entity, font_open_entity, font_close_entity):
16076 Call font_add_log.
16077 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
16078 (Finternal_set_font_style_table): Delete.
16079 (BUILD_STYLE_TABLE): New macro.
16080 (build_style_table): New function.
16081 (Vfont_log, font_log_env_checked): New variables.
16082 (font_add_log): New function.
16083 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
16084 Declare Lisp variables "font-weight-table", "font-slant-table",
16085 "font-width-table", and "font-log". Initialize font_style_table.
16086
16087 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
16088
16089 * xterm.c (x_set_frame_alpha): Move declarations before statements.
16090
16091 2008-05-21 Seiji Zenitani <zenitani@mac.com>
16092 Ryo Yoshitake <ryo@shiftmode.net>
16093
16094 * frame.c (Qalpha): Add a new frame parameter `alpha'.
16095 (Vframe_alpha_lower_limit): New variable.
16096 (x_set_alpha): New function.
16097
16098 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
16099
16100 * xfns.c (x-create-frame, Qalpha):
16101 Initialize the frame parameter `alpha'.
16102 * xterm.c (OPAQUE, OPACITY): New.
16103 (x_set_frame_alpha): New function.
16104 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
16105
16106 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
16107 * w32fns.c (w32_frame_parm_handlers): Likewise.
16108
16109 2008-05-20 Jason Rumney <jasonr@gnu.org>
16110
16111 * w32font.c (add_font_entity_to_list): Don't add non-opentype
16112 truetype fonts to opentype list.
16113
16114 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
16115
16116 * fontset.c (Ffontset_info): Doc fix.
16117 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
16118 <ignore-relative-composition>: Fix typos in docstrings.
16119
16120 * font.c (syms-of-font) <font-encoding-alist>:
16121 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
16122 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
16123 (Ffont_otf_alternates): Doc fixes.
16124
16125 2008-05-20 Kenichi Handa <handa@m17n.org>
16126
16127 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
16128 font.h through out the file.
16129 (FONT_DRIVERS): Rename from FONTOBJ.
16130 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
16131 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
16132
16133 * emacs.c (main): Call syms_of_font unconditionally.
16134
16135 * font.h (find_font_encoding): Extern it.
16136
16137 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
16138 fontset.c.
16139 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
16140 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
16141 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
16142 only when HAVE_WINDOW_SYSTEM is defined.
16143 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
16144 when HAVE_WINDOW_SYSTEM is defined.
16145
16146 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
16147 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
16148
16149 * xfaces.c: Include font.h unconditionally.
16150 (merge_face_ref, merge_face_vectors)
16151 (Finternal_set_lisp_face_attribute): Cancel the previous change.
16152
16153 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16154
16155 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
16156 indirect_variable.
16157 * eval.c (lisp_indirect_variable): New fun.
16158 (Fuser_variable_p): Use it.
16159
16160 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16161
16162 * lisp.h (indirect_variable):
16163 * data.c (indirect_variable, let_shadows_buffer_binding_p):
16164 Use Lisp_Symbol pointers rather than Lisp_Object.
16165 Adjust callers.
16166 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
16167 To this end, change calling-convention.
16168
16169 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
16170 if some non-hidden buffers are selected by string&pred.
16171
16172 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
16173
16174 * process.c (wait_reading_process_output): Always check status
16175 when in batch mode.
16176
16177 2008-05-19 Kenichi Handa <handa@m17n.org>
16178
16179 * font.c (font_list_entities): Fix handling of cache.
16180 (font_matching_entity): Likewise.
16181
16182 * ftfont.c (cs_iso8859_1): Delete.
16183 (ft_face_cache): New variable.
16184 (struct ftfont_info): New member fc_charset_idx.
16185 (ftfont_build_basic_charsets): Delete.
16186 (fc_charset_table): New variable.
16187 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
16188 . FC_CHARSET_IDX) as :font-entity property in the font entity.
16189 Callers changed.
16190 (ftfont_lookup_cache, ftfont_get_charset): New functions.
16191 (ftfont_spec_pattern): New argument fc_charset_idx.
16192 Check registry more rigidly. Change callers.
16193 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
16194 change of :font-entity property of the font.
16195
16196 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
16197 property of the font.
16198
16199 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
16200
16201 * coding.c (Fcoding_system_p): Rename argument to match docstring.
16202 (Funencodable_char_position, Fcheck_coding_systems_region)
16203 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
16204 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
16205 (Ffind_operation_coding_system, Fset_coding_system_priority)
16206 (Fcoding_system_eol_type): Doc fixes.
16207
16208 2008-05-17 Glenn Morris <rgm@gnu.org>
16209
16210 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
16211
16212 2008-05-16 Eli Zaretskii <eliz@gnu.org>
16213
16214 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
16215 and st_gid.
16216
16217 * frame.c (Fdelete_frame): Don't call font_update_drivers if
16218 HAVE_WINDOW_SYSTEM is not defined.
16219
16220 * xfaces.c (merge_face_ref, merge_face_vectors)
16221 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
16222 HAVE_WINDOW_SYSTEM is defined.
16223 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
16224
16225 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16226
16227 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
16228
16229 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16230
16231 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
16232
16233 2008-05-15 Kenichi Handa <handa@m17n.org>
16234
16235 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
16236 preference.
16237
16238 2008-05-15 Glenn Morris <rgm@gnu.org>
16239
16240 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
16241
16242 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
16243
16244 * fns.c (init_fns): Don't initialize weak_hash_tables here.
16245 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
16246
16247 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
16248
16249 2008-05-15 Kenichi Handa <handa@m17n.org>
16250
16251 * ftfont.c (ftfont_list): Downcase family name to check generic
16252 families.
16253
16254 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
16255 font-spec for QCfont value.
16256
16257 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
16258 buffer. Check the return value of it.
16259
16260 2008-05-14 Jason Rumney <jasonr@gnu.org>
16261
16262 * w32term.c (w32_get_glyph_overhangs): Remove.
16263 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
16264
16265 2008-05-14 Kenichi Handa <handa@m17n.org>
16266
16267 * font.c (font_prop_validate): Make nil a valid value.
16268 (font_clear_cache): Check if the cached vector of entities is nil
16269 or not.
16270
16271 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16272
16273 * emacs.c (main_thread): Conditionalize on
16274 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16275 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
16276
16277 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
16278 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
16279 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16280
16281 2008-05-14 Kenichi Handa <handa@m17n.org>
16282
16283 * coding.c (detect_coding_iso_2022): Ignore a coding category that
16284 has no corresponding coding system.
16285
16286 2008-05-14 Jason Rumney <jasonr@gnu.org>
16287
16288 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
16289
16290 * w32font.h (w32font_open_internal): Update declaration.
16291
16292 * w32font.c (w32font_open_internal): Change last argument from
16293 w32font_info struct to font object. Fill in font object from
16294 font_entity. Get Outline metrics if possible. Use them to
16295 calculate underline position and thickness. Use xlfd name as name
16296 property. Don't set codepage.
16297 (w32font_open): Pass font_object to w32font_open_internal. Don't
16298 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
16299 (w32font_draw): Use s->font.
16300 (clear_cached_metrics): Don't clear non-existent blocks.
16301
16302 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
16303 font was not found.
16304 (x_draw_glyph_string): Use underline position and thickness from font.
16305
16306 * w32uniscribe.c (uniscribe_open): Pass font_object to
16307 w32font_open_internal.
16308
16309 2008-05-14 Kenichi Handa <handa@m17n.org>
16310
16311 These changes are to delete all legacy font-handling codes, and
16312 make Emacs use only font-backends.
16313
16314 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
16315 (frame.o, image.o, print.o): Depend on $(FONTSRC).
16316
16317 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
16318
16319 * charset.h (Vcharset_non_preferred_head)
16320 (Vcurrent_iso639_language): Extern them.
16321
16322 * charset.c (Vcharset_non_preferred_head): New variable.
16323 (Vcurrent_iso639_language): New variable.
16324 (syms_of_charset): Declare it as a Lisp variable.
16325 (char_charset): Don't check non preferred charsets. As a last
16326 resort, return charset_unicode.
16327 (Fset_charset_priority): Update Vcharset_non_preferred_head.
16328
16329 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
16330 conditionals. Don't check enable_font_backend. Delete all codes
16331 used only when USE_FONT_BACKEND is not defined.
16332
16333 * dispextern.h (struct glyph_string): Change type of `font' to
16334 `struct font *'.
16335 (struct glyph_string): New member underline_position and
16336 underline_thickness.
16337 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
16338 (struct face): Change type of `font' to `struct font *'. Remove
16339 members `font_name', `font_info_id'.
16340 (per_char_metric, encode_char): Delete externs.
16341 (calc_pixel_width_or_height): Adjust the prototype.
16342
16343 * emacs.c (enable_font_backend): Delete extern.
16344 (main): Don't set enable_font_backend. Don't check the command
16345 line argument "-disable-font-backend".
16346
16347 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
16348 (enum font_property_index): New members FONT_DPI_INDEX,
16349 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
16350 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
16351 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
16352 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
16353 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
16354 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
16355 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
16356 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
16357 (struct font_spec, struct font_entity): New structs.
16358 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
16359 (struct font): Many members from old "struct font_info" moved to
16360 here. Members font and entity deleted.
16361 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
16362 the new font-related objects.
16363 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
16364 (CHECK_FONT_GET_OBJECT): Likewise.
16365 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
16366 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
16367 (struct font_driver): New members case_sensitive anc check. Type
16368 of the member list and open changed.
16369 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
16370 (font_symbolic_width, font_find_object, font_get_spec)
16371 (font_set_lface_from_name): Delete extern.
16372 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
16373
16374 * font.c: Include <strings.h>.
16375 (enable_font_backend): Delete it.
16376 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
16377 (CHECK_VALIDATE_FONT_SPEC): Delete it.
16378 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
16379 (null_string): Delete it.
16380 (null_vector): Make it static.
16381 (font_family_alist): Delete it.
16382 (Qnormal): Extern it.
16383 (QCextra, QClanguage): Delete it.
16384 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
16385 (font_make_spec, font_make_entity, font_make_object)
16386 (font_intern_prop): Renamed from intern_downcase. Don't downcase
16387 the string. Callers changed.
16388 (font_pixel_size): Adjusted for the format change of font-related
16389 objects.
16390 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
16391 (font_style_to_value, font_style_symbolic): New function.
16392 (build_font_family_alist): Delete it.
16393 (font_registry_charsets): Use Fassoc_string instead of
16394 assq_no_quit.
16395 (font_prop_validate_symbol): Don't return null_string.
16396 (font_prop_validate_style): Adjusted for the change of
16397 style-related values in a font vector.
16398 (font_property_table): Delete entries for QClanguage and
16399 QCantialias, add entries for QCavgwidth.
16400 (get_font_prop_index): Delete the 2nd argument FROM.
16401 (font_prop_validate): Arguments changed.
16402 (font_put_extra): Adjusted for the change of font-related objects.
16403 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
16404 (font_parse_fcname, font_unparse_fcname)
16405 (font_prepare_composition): Likewise.
16406 (font_parse_family_registry): Renamed from font_merge_old_spec.
16407 (otf_open): Delete the 1st arg entity.
16408 (font_otf_capability): Adjusted for the above change.
16409 (font_score): New arg alternate_families. Adjusted for the change
16410 of font-related objects.
16411 (font_sort_entites): New arg best_only.
16412 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
16413 Delete them.
16414 (font_match_p): Check alternate families.
16415 (font_find_object): Delete it.
16416 (font_check_object): New function.
16417 (font_clear_cache): Adjusted for the change of font-related objects.
16418 (font_delete_unmatched): New arg.
16419 (font_list_entities): Call font_driver->list with a spec that
16420 doesn't specify style-related properties.
16421 (font_matching_entity): Arguments changed. Caller changed.
16422 (font_open_entity): Adjusted for the change of font-related objects.
16423 (font_close_object, font_has_char, font_encode_char)
16424 (font_get_name, font_get_spec): Likewise.
16425 (font_spec_from_name, font_clear_prop, font_update_lface):
16426 New functions.
16427 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
16428 (font_prepare_for_face, font_done_for_face, font_open_by_name)
16429 (font_at): Adjusted for the change of font-related objects.
16430 (font_range): New function.
16431 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
16432 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
16433 (Fcopy_font_spec, Fmerge_font_spec): New function.
16434 (Ffont_family_list): Renamed from list-families.
16435 (Finternal_set_font_style_table): Arguments changed.
16436 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
16437 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
16438 change of font-related objects.
16439 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
16440
16441 * fontset.h (struct font_info): Delete it. Most members go to
16442 struct font.
16443 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
16444 (enum FONT_SPEC_INDEX): Delete it.
16445 (font_info, list_fonts_func, load_font_func, query_font_func)
16446 (set_frame_fontset_func, find_ccl_program_func)
16447 (get_font_repertory_func, new_fontset_from_font_name): Delete
16448 externs.
16449 (fontset_from_font_name): Extern it.
16450 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
16451 (FONT_INFO_FROM_FACE): Deleted.
16452 (face_for_font): Adjust prototype.
16453
16454 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
16455 conditionals. Don't check enable_font_backend. Delete all codes
16456 used only when USE_FONT_BACKEND is not defined.
16457 (get_font_info_func, list_font_func, load_font_func)
16458 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
16459 (get_font_repertory_func): Delete them.
16460 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
16461 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
16462 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
16463 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
16464 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
16465 (fontset_compare_rfontdef): New function.
16466 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
16467 rfont-defs by qsort. Adjusted for the change of font-group vector.
16468 (load_font_get_repertory): Deleted.
16469 (fontset_find_font): Use new macros to ref/set elements of
16470 font-def and rfont-def.
16471 (fontset_font): Fix the timing of remembering that no font for C.
16472 (free_face_fontset): Do nothing if the face has no fontset.
16473 (face_suitable_for_char_p): Use new macros to ref/set elements of
16474 rfont-def.
16475 (face_for_char): Likewise. Call face_for_char with font_object.
16476 (fs_load_font): Delete. Delete #pragma surrounding it.
16477 (fs_query_fontset): Use strcasecmp instead of strcmp.
16478 (generate_ascii_font_name): Adjusted for the format change of
16479 font-spec.
16480 (Fset_fontset_font): Likewise. Use new macros to set elements of
16481 font-def.
16482 (Fnew_fontset): Use font_unparse_xlfd to generate
16483 FONTSET_ASCII (fontset).
16484 (new_fontset_from_font_name): Deleted.
16485 (fontset_from_font): Renamed from new_fontset_from_font. Check if
16486 a fontset is already created for the font. FIx updating of
16487 Vfontset_alias_alist.
16488 (fontset_ascii_font): Deleted.
16489 (Ffont_info): Adjusted for the format change of font-spec.
16490 (Finternal_char_font): Likewise.
16491 (Ffontset_info): Likewise.
16492 (syms_of_fontset): Don't check load_font_func.
16493
16494 * fns.c (internal_equal): Handle PREV_FONT.
16495
16496 * frame.h: Delete USE_FONT_BACKEND conditional.
16497
16498 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
16499 conditionals. Don't check enable_font_backend. Delete all codes
16500 used only when USE_FONT_BACKEND is not defined.
16501 (x_set_font): Call x_new_font, not x_new_fontset2.
16502 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
16503 already set for the frame.
16504
16505 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
16506 a font-entity by font_make_entity. Use font_intern_prop instead
16507 of intern_downcase. Use FONT_SET_STYLE to set a style-related
16508 font property. If a font is scalable, set avgwidth property to 0.
16509 Set font-entity property by font_put_extra.
16510 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
16511 (ffont_driver): Adjusted for the change of struct font_driver.
16512 (ftfont_spec_pattern): New function.
16513 (ftfont_list): Return a list, not vector.
16514 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
16515 (ftfont_list_family): Don't downcase names.
16516 (ftfont_free_entity): Deleted.
16517 (ftfont_open): Return a font-object. Adjusted for the change of
16518 struct font. Get underline_thickness and underline_position from
16519 font property. Don't update dpyinfo->smallest_font_height and
16520 dpyinfo->smallest_char_width.
16521 (ftfont_close): Don't free `struct font'.
16522 (ftfont_has_char): Adjusted for the format change of font-entity.
16523 (ftfont_encode_char, ftfont_text_extents): Likewise.
16524
16525 * ftxfont.c (ftxfont_list): Return a list, not vector.
16526 (ftxfont_open): Return a font-object. Adjusted for the change of
16527 struct font. Get underline_thickness and underline_position from
16528 font property. Don't update dpyinfo->smallest_font_height and
16529 dpyinfo->smallest_char_width.
16530 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
16531 (ftxfont_draw): Adjusted for the change of struct font.
16532
16533 * image.c (image_ascent): Don't include "charset.h". Include
16534 "character.h" and "font.h".
16535
16536 * lisp.h (enum pvec_type): New member PREV_FONT.
16537 (Fassoc_string): EXFUN it.
16538
16539 * print.c: Include font.h.
16540 (print_object): Handle font-related objects.
16541
16542 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
16543 conditionals. Don't check enable_font_backend. Delete all codes
16544 used only when USE_FONT_BACKEND is not defined.
16545 (handle_auto_composed_prop): Do nothing if it->f is not on a
16546 window system. Check how many following characters can be
16547 displayed by the same font.
16548 (calc_pixel_width_or_height): Type of the 4th arg is changed to
16549 'struct font *'.
16550 (get_char_face_and_encoding): Assign the whole encoding task to
16551 the `encode-char' method of a font driver.
16552 (fill_composite_glyph_string): Adjusted for the change of `struct
16553 face' and `struct glyph_string'.
16554 (fill_glyph_string): Likewise.
16555 (get_per_char_metric): Arguments changed.
16556 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
16557 and `struct glyph_string'.
16558 (produce_stretch_glyph, calc_line_height_property)
16559 (x_produce_glyphs): Likewise.
16560
16561 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
16562 conditionals. Don't check enable_font_backend. Delete all codes
16563 used only when USE_FONT_BACKEND is not defined. Use
16564 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
16565 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
16566 (Qp): Extern them.
16567 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
16568 Deleted.
16569 (struct font_name): Deleted.
16570 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
16571 (compare_fonts_by_sort_order): New function.
16572 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
16573 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
16574 Deleted.
16575 (Fx_family_fonts): Use font_list_entities, and sort fonts by
16576 compare_fonts_by_sort_order.
16577 (Fx_font_family_list): Call Ffont_family_list.
16578 (face_numeric_value, face_numeric_weight, face_numeric_slant)
16579 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
16580 (face_symbolic_slant, face_symbolic_swidth)
16581 (split_font_name_into_vector, build_font_name_from_vector)
16582 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
16583 (font_rescale_ratio, split_font_name, build_font_name)
16584 (free_font_names, sort_fonts, x_face_list_fonts)
16585 (face_font_available_p, sorted_font_list, cmp_font_names)
16586 (font_list_1, concat_font_list, font_list, remove_duplicates):
16587 Deleted.
16588 (Fx_list_fonts): Use Ffont_list.
16589 (LFACE_AVGWIDTH): Deleted.
16590 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
16591 by FONTP.
16592 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
16593 (set_lface_from_font_name): Delete it.
16594 (set_lface_from_font): Renamed from
16595 set_lface_from_font_and_fontset. Caller changed. Don't set
16596 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
16597 for face.
16598 (merge_face_vectors): Copy font-spec if necessary.
16599 Clear properties of the font-spec if necessary.
16600 (merge_face_ref): Clear properties of the font-spec if necessary.
16601 (Finternal_set_lisp_face_attribute): Likewise.
16602 (set_font_frame_param): Use font_load_for_lface to load a
16603 font-object, and call Fmodify_frame_parameters with it.
16604 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
16605 font name by Ffont_xlfd_name.
16606 (Finternal_lisp_face_attribute_values): Don't check QCweight,
16607 QCslant, and QCwidth.
16608 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
16609 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
16610 Compare fonts by EQ.
16611 (lookup_non_ascii_face): Deleted.
16612 (face_for_font): The 2nd argument changed.
16613 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
16614 Check atomic font properties by case insensitive.
16615 (realize_non_ascii_face): Set face->overstrike correctly.
16616 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
16617 (dump_realized_face): Get font name from
16618 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
16619
16620 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
16621 conditionals. Don't check enable_font_backend. Delete all codes
16622 used only when USE_FONT_BACKEND is not defined.
16623 (xic_create_xfontset): Original code deleted and renamed from
16624 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
16625 (x_make_gc): Don't set GCFont in GCs.
16626 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
16627 opened by "fixed".
16628 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
16629 find_ccl_program_func, query_font_func, set_frame_fontset_func,
16630 get_font_repertory_func.
16631
16632 * xfont.c: Include <stdlib.h> and "ccl.h".
16633 (struct xfont_info): New structure.
16634 (xfont_query_font): Deleted.
16635 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
16636 moved from xterm.c.
16637 (xfont_driver): Adjusted for the change of struct font_driver.
16638 (compare_font_names): New function.
16639 (xfont_list_pattern): Sort font names case insensitively. Make
16640 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
16641 (xfont_list): Return a list, not vector.
16642 (xfont_match): If the font doesn't have QCname property, generate
16643 a name from the other font properties.
16644 (xfont_open): Return a font-object. Adjusted for the change of
16645 struct font. Get underline_thickness and underline_position from
16646 font property. Don't update dpyinfo->smallest_font_height and
16647 dpyinfo->smallest_char_width.
16648 (xfont_close): Don't free struct font.
16649 (xfont_prepare_face): Adjusted for the change of struct font.
16650 (xfont_done_face): Deleted.
16651 (xfont_has_char): Adjusted for the change of struct font.
16652 (xfont_encode_char, xfont_draw): Likewise.
16653 (xfont_check): New function.
16654
16655 * xftfont.c (xftfont_list): Adjusted for the change of `list'
16656 callback function.
16657 (xftfont_match): Adjusted for the format change of font-entity.
16658 (xftfont_open): Adjusted for the format change of font-entity and
16659 font-object. Adjusted for the change of struct font. Return a
16660 font-object. Don't update dpyinfo->smallest_font_height and
16661 dpyinfo->smallest_char_width.
16662 (xftfont_close): Block input while calling XftFontClose.
16663 (xftfont_prepare_face): Don't block input while calling
16664 xftfont_get_colors. Adjusted for the change of struct font.
16665 (xftfont_shape): Return value of error case fixed.
16666
16667 * xrdb.c (x_load_resources): Don't setup a fontset resource.
16668
16669 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
16670 conditionals.
16671 (FONT_WIDTH): Return (f)->max_width.
16672 (struct x_display_info): Delete member `font'.
16673 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
16674 (x_find_ccl_program, x_get_font_repertory): Delete externs.
16675 (struct x_output): Change type of `font' to `struct font *'.
16676
16677 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
16678 conditionals. Don't check enable_font_backend. Delete all codes
16679 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
16680 (x_per_char_metric, x_encode_char): Deleted.
16681 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
16682 (x_compute_glyph_string_overhangs): Adjusted for the change of
16683 `struct face'.
16684 (x_draw_glyph_string_foreground)
16685 (x_draw_composite_glyph_string_foreground): Likewise.
16686 (x_draw_glyph_string): Likewise. Use font->underline_position and
16687 font->underline_thickness.
16688 (x_new_font): Renamed from x_new_fontset2.
16689 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
16690 (x_check_font): Call `check' method of a font driver.
16691 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
16692 (x_query_font, x_get_font_repertory): Deleted.
16693 (x_find_ccl_program): Renamed and moved to xfont.c.
16694 (x_redisplay_interface): Adjusted for the change of `struct
16695 redisplay_interface'.
16696
16697 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
16698 conditionals. Don't check enable_font_backend. Delete all codes
16699 used only when USE_FONT_BACKEND is not defined. Surround non-used
16700 code by "#ifdef OLD_FONT" and "endif".
16701 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
16702
16703 * w32font.h (struct w32font_info): New member.
16704 (FONT_COMPAT): New macro.
16705 (w32font_open_internal): Prototype adjusted.
16706
16707 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
16708 OLD_FONT" and "endif".
16709
16710 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
16711 conditionals. Don't check enable_font_backend. Delete all codes
16712 used only when USE_FONT_BACKEND is not defined.
16713 (w32font_open): Return a font-object. Make a font-object by
16714 font_make_object. Adjusted for the change of struct w32font_info.
16715 (w32font_close): Don't free struct font. Adjusted for the change
16716 of struct w32font_info.
16717 (w32font_encode_char, w32font_text_extents, w32font_draw):
16718 Adjusted for the change of struct w32font_info.
16719 (w32font_draw): Likewise.
16720 (w32font_list_internal): Return a list, not vector.
16721 (w32font_open_internal): Change the 4th arg to font-object.
16722 Adjusted for the change of struct w32font_info and font-object format.
16723 (add_font_name_to_list): Don't downcase names.
16724 (w32_enumfont_pattern_entity): Make a font-entity by
16725 font_make_entity. Adjusted for the format change of font-entity.
16726 Use FONT_SET_STYLE to set a style-related font property. If a
16727 font is scalable, set avgwidth property to 0. Set font-entity
16728 property by font_put_extra.
16729 (font_matches_spec): Adjusted for the format change of font-entity.
16730 (w32_weight_table, w32_decode_weight): New variables.
16731 (w32_encode_weight): New function.
16732 (fill_in_logfont): Adjusted for the format change of font-spec.
16733 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
16734 weight value.
16735 (w32font_driver): Adjusted for the change of struct font_driver.
16736
16737 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
16738 conditionals. Don't check enable_font_backend. Surround non-used
16739 code by "#ifdef OLD_FONT" and "endif".
16740 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
16741 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
16742
16743 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
16744 conditionals. Don't check enable_font_backend. Delete all codes
16745 used only when USE_FONT_BACKEND is not defined. Surround non-used
16746 code by "#ifdef OLD_FONT" and "endif".
16747
16748 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
16749 (uniscribe_open): Return value changed to font-object.
16750 Adjusted for the format change of font-object.
16751 (uniscribe_otf_capability): Adjusted for the change of struct font.
16752 (add_opentype_font_name_to_list): Don't downcase names.
16753 (uniscribe_font_driver): Adjusted for the change of struct
16754 font_driver.
16755
16756 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
16757
16758 * dispnew.c (update_frame_1): Check if tty output is still valid
16759 before flushing it.
16760
16761 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
16762
16763 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
16764 to Gtk+ menus.
16765
16766 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16767
16768 * dired.c (file_name_completion): Tweak the code so as to always do it
16769 in a single pass. Tighten the scope of some variables.
16770
16771 * dired.c (Qdefault_directory): New var.
16772 (file_name_completion): Use it instead of Fexpand_file_name.
16773 (syms_of_dired): Initialize it.
16774
16775 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16776
16777 * fileio.c (double_dollars): Remove dead code.
16778
16779 2008-05-10 Eli Zaretskii <eliz@gnu.org>
16780
16781 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
16782 Mention w32-get-true-file-attributes in doc string.
16783
16784 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
16785
16786 2008-05-09 Glenn Morris <rgm@gnu.org>
16787
16788 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
16789 2008-04-23.
16790
16791 2008-05-09 Eli Zaretskii <eliz@gnu.org>
16792
16793 Support for reporting owner and group of each file on MS-Windows:
16794 * dired.c (stat_uname, stat_gname): New functions, with special
16795 implementation for w32.
16796 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
16797
16798 * w32.c: Rename the_passwd_* to dflt_passwd_*.
16799 (dflt_group_name): New static variable.
16800 (dflt_group): Rename from the_group.
16801 (init_user_info): Init dflt_group fields. Get user's group name
16802 from LookupAccountSid.
16803 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
16804 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
16805 New initialization states.
16806 (globals_of_w32): Initialize them to zero. Initialize the default
16807 group name to "None".
16808 (GetFileSecurity_Name): New global var, the name of the function
16809 to call for GetFileSecurity.
16810 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
16811 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
16812 (get_file_security, get_security_descriptor_owner)
16813 (get_security_descriptor_group, is_valid_sid)
16814 (get_file_security_desc, get_rid, get_name_and_id)
16815 (get_file_owner_and_group): New functions.
16816 (stat): Use get_file_security_desc and get_file_owner_and_group to
16817 report the owner and primary group of each file. Don't ignore the
16818 high 32 bits of file's size, now that st_size is 64-bit wide.
16819 Fix test when to get true file attributes.
16820 (init_user_info): Use get_rid instead of equivalent inline code.
16821 (fstat): Don't ignore the high 32 bits of file's size.
16822
16823 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
16824
16825 * image.c (png_load): Use correct bit-depth for setting background
16826 color.
16827
16828 2008-05-08 Eli Zaretskii <eliz@gnu.org>
16829
16830 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
16831 epa-hook.elc.
16832
16833 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
16834
16835 * font.c (Ffont_match_p): Don't use `iff' in docstring.
16836
16837 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
16838
16839 * macfns.c (Fx_create_frame): Make a copy of frame parameters
16840 because the original parameters are in pure storage now.
16841 (mac_window): Remove unused params. Update callers.
16842
16843 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16844
16845 * lread.c (substitute_object_recurse): Use lower-level primitives.
16846 Don't signal errors when traversing sub-char-tables.
16847 Don't loop over all the possible characters when traversing char-tables.
16848
16849 * print.c (print_preprocess): Add sub-char-tables to the print-table,
16850 just like we do in print.c.
16851
16852 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16853
16854 * minibuf.c (Ftry_completion): Remove code left over from when we used
16855 scmp instead of Fcompare_strings.
16856
16857 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
16858
16859 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
16860
16861 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16862
16863 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
16864 Create bitmap context in native byte order.
16865
16866 * macterm.c (XDrawLine)
16867 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
16868 context in native byte order.
16869
16870 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16871
16872 * config.in: Regenerate.
16873
16874 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
16875 New definitions for Image I/O support.
16876 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
16877 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
16878 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
16879 (mac_data_provider_release_data, image_load_image_io)
16880 [USE_MAC_IMAGE_IO]: New functions.
16881 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
16882 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
16883 (init_image_func_pointer) [MAC_OSX]: Remove function.
16884 (image_load_quartz2d) [MAC_OSX]: Check availability of
16885 CGImageCreateWithPNGDataProvider at compile time.
16886 Use lowercase `false' for boolean constant.
16887 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
16888 Use image_load_image_io.
16889 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
16890 Don't check MyCGImageCreateWithPNGDataProvider.
16891 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
16892 Don't call init_image_func_pointer.
16893
16894 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
16895
16896 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
16897 Make variable non-static.
16898 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
16899 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
16900
16901 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
16902 (RED_FROM_ULONG): Mask off higher bits.
16903 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
16904
16905 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
16906 Include AvailabilityMacros.h.
16907 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
16908 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
16909
16910 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16911
16912 * chartab.c (Fset_char_table_range): If range is t, really set all
16913 chars to that value.
16914
16915 2008-05-03 Eli Zaretskii <eliz@gnu.org>
16916
16917 * dired.c (Ffile_attributes): Don't allow the device number become
16918 negative.
16919
16920 2008-05-02 Daiki Ueno <ueno@unixuser.org>
16921
16922 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
16923
16924 2008-05-02 Juri Linkov <juri@jurta.org>
16925
16926 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
16927 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
16928 DEFAULT argument as a list of default values in docstrings.
16929
16930 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
16931
16932 * puresize.h (BASE_PURESIZE): Increase to 1210000.
16933
16934 2008-05-01 Martin Rudalics <rudalics@gmx.at>
16935
16936 * dispnew.c (change_frame_size_1): Preserve small windows when
16937 shrinking frames by calling set_window_height|width with third
16938 arg 2.
16939
16940 * window.h (struct window): Replace field too_small_ok by field
16941 resize_proportionally.
16942
16943 * window.c (make_window): Initialize resize_proportionally.
16944 (enlarge_window): Temporarily set resize_proportionally to make
16945 sure that shrink_windows does scale the window proportionally.
16946 (shrink_windows): When window has resize_proportionally set try
16947 to shrink it proportionally by stealing from other windows.
16948 (struct saved_window, Fset_window_configuration)
16949 (compare_window_configurations): Handle resize_proportionally.
16950 (WINDOW_TOTAL_SIZE): New macro.
16951 (window_min_size, shrink_windows, size_window): Use it.
16952 (check_min_window_sizes): Remove. Invalid values of
16953 window-min-height|width are handled by window_min_size_2 now.
16954 (size_window, Fsplit_window, enlarge_window)
16955 (adjust_window_trailing_edge, grow_mini_window): Don't call
16956 check_min_window_sizes.
16957 (window_min_size_2, window_min_size_1, window_min_size):
16958 New argument safe_p for retrieving "safe" minimum sizes.
16959 (Fdisplay_buffer, Fsplit_window, enlarge_window)
16960 (adjust_window_trailing_edge, grow_mini_window):
16961 Adjust arguments of window_min_size... functions.
16962 (shrink_windows): Argument min_size removed. New argument
16963 safe_p allows shrinking windows to their safe minimum sizes.
16964 Calculate minimum size and decide whether a window shall be
16965 deleted for each window individually.
16966 (size_window): When nodelete_p equals 2, tell shrink_windows to
16967 delete windows only if their new minimum size is no more safe.
16968 (shrink_window_lowest_first): Call window_min_size_1 to make
16969 sure to preserve modeline of bottom-most window when resizing
16970 the minibuffer.
16971 (Fset_window_configuration, Fcurrent_window_configuration)
16972 (compare_window_configurations): Do not handle
16973 window-min-height|width any more.
16974 (syms_of_window): Clarify window-min-height|width doc-strings.
16975
16976 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
16977
16978 * dired.c (file_name_completion): Fix up the encoding/decoding issue
16979 some more. Copy some of the code from Ftry_completions.
16980 Remove special case code that dates back to initial revision when the
16981 slash was only added when necessary and that can't trigger nowadays.
16982
16983 2008-04-27 Kenichi Handa <handa@m17n.org>
16984
16985 * font.c (font_prop_validate): Signal `error' instead of `font'.
16986
16987 2008-04-29 Jason Rumney <jasonr@gnu.org>
16988
16989 * w32fns.c (Fw32_battery_status): New defun.
16990 (syms_of_w32fns): Defsubr it.
16991
16992 2008-04-28 Andreas Schwab <schwab@suse.de>
16993
16994 * dired.c (file_name_completion): Fix another mixing of encoded
16995 and decoded names.
16996
16997 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
16998
16999 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
17000
17001 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
17002
17003 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
17004
17005 2008-04-27 Andreas Schwab <schwab@suse.de>
17006
17007 * dired.c (file_name_completion): Fix inappropriate mixing of
17008 encoded and decoded names.
17009
17010 * xterm.c (XTread_socket): Fix use of uninitialized variable.
17011
17012 * puresize.h (BASE_PURESIZE): Increase to 1200000.
17013
17014 2008-04-26 Eli Zaretskii <eliz@gnu.org>
17015
17016 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
17017 2008-03-31, it's not needed anymore with `struct stat' definition
17018 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
17019 for the same reasons.
17020
17021 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
17022
17023 * m/sparc.h: Additional redefinitions for GNU/Linux.
17024
17025 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17026
17027 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
17028 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
17029 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
17030 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
17031 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17032 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
17033 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17034 Likewise.
17035
17036 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
17037 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
17038 (mac_ax_number_of_characters): Add externs.
17039 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17040 [USE_MAC_TSM]: Likewise.
17041 (mac_handle_text_input_event) [MAC_OSX]:
17042 Handle kEventTextInputOffsetToPos for no active input area case.
17043 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17044 (mac_handle_document_access_event)
17045 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
17046 (install_application_handler) [MAC_OSX]: Register handlers for
17047 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17048 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17049 Register mac_handle_document_access_event.
17050
17051 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
17052 Make functions non-static.
17053
17054 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17055
17056 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
17057 (read_file_name_completion_ignore_case, insert_default_directory)
17058 (Qdefault_directory): Move to minibuffer.el.
17059 (Fread_file_name): Call the new `read-file-name' instead.
17060
17061 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17062
17063 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
17064 Make function non-static.
17065 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
17066 Remove function.
17067 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17068 Move to mactoolbox.c.
17069 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
17070
17071 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
17072 (mac_rect_make): New macro.
17073
17074 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
17075 instead of float.
17076 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17077 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
17078 (XSetBackground) [USE_CG_DRAWING]: Likewise.
17079 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
17080 CGRectMake.
17081 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17082 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
17083 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
17084 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17085 instead of WindowRef in argument type.
17086 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
17087 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
17088 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
17089 instead of DISPLAY. All uses changed.
17090 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
17091 (x_calc_absolute_position): Simplify so as not to use
17092 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
17093
17094 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17095 instead of WindowRef in argument type.
17096 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
17097 [TARGET_API_MAC_CARBON]: Remove externs.
17098 (create_apple_event, mac_event_parameters_to_lisp)
17099 [TARGET_API_MAC_CARBON]: Add externs.
17100
17101 * mactoolbox.c (Vmac_ts_script_language_on_focus)
17102 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
17103 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
17104 is clicked.
17105 (x_activate_menubar): Remove extern for saved_menu_event_location.
17106 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17107 Move from mac.c.
17108
17109 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17110
17111 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
17112 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
17113
17114 2008-04-23 Jason Rumney <jasonr@gnu.org>
17115
17116 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
17117 attributes only for local files.
17118
17119 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
17120 default to Qlocal.
17121
17122 2008-04-22 Juri Linkov <juri@jurta.org>
17123
17124 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
17125 read-buffer-to-switch instead of using the letter "B".
17126
17127 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17128
17129 * fileio.c (Qdefault_directory): New variable.
17130 (Fread_file_name): Use it to pass `dir' to the completion functions.
17131
17132 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
17133
17134 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
17135
17136 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17137
17138 * keyboard.c (Vpre_help_message): Remove.
17139 (show_help_echo): Remove default C code.
17140
17141 * dired.c (directory_files_internal, file_name_completion):
17142 Only call ENCODE_FILE if the string is indeed decoded.
17143
17144 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17145
17146 * Makefile.in (TOOLKIT_DEFINES): Remove.
17147 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
17148
17149 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17150
17151 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
17152 (mactoolbox.o): New target.
17153
17154 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
17155 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
17156
17157 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
17158 Use mac_set_frame_window_background instead of XSetWindowBackground.
17159 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
17160 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
17161 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
17162 instead of SetWindowTitleWithCFString.
17163 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
17164 Move function to mactoolbox.c.
17165 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
17166 Use mac_set_window_modified instead of SetWindowModified.
17167 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
17168 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
17169 (Fx_focus_frame): Use mac_front_non_floating_window instead of
17170 FrontNonFloatingWindow. Use mac_activate_window instead of
17171 ActivateWindow. Use mac_active_non_floating_window instead of
17172 ActiveNonFloatingWindow.
17173 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
17174 Use mac_show_hourglass and mac_hide_hourglass.
17175 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
17176 instead of GetGlobalMouse.
17177 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
17178 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
17179 Use mac_bring_window_to_front instead of BringToFront.
17180 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
17181 mactoolbox.c.
17182 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
17183 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
17184 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
17185 mactoolbox.c.
17186
17187 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
17188 (XtPointer): Move typedef from macmenu.c.
17189 (enum button_type): Move enum from macmenu.c.
17190 (widget_value): Move typedef from macmenu.c.
17191 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
17192 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17193 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17194 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17195 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17196 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17197 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17198 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
17199 (Selection): Move typedef from macselect.c.
17200 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
17201 macterm.c.
17202 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
17203 (mac_is_window_collapsed, mac_bring_window_to_front)
17204 (mac_send_window_behind, mac_hide_window, mac_show_window)
17205 (mac_collapse_window, mac_front_non_floating_window)
17206 (mac_active_non_floating_window, mac_activate_window)
17207 (mac_move_window_structure, mac_move_window, mac_size_window)
17208 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
17209
17210 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
17211 (enum mac_menu_kind): Move enum to mactoolbox.c.
17212 (min_menu_id): Move variable to mactoolbox.c.
17213 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
17214 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
17215 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
17216 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
17217 [TARGET_API_MAC_CARBON]: Likewise.
17218 (XtPointer): Move typedef to macgui.h.
17219 (enum button_type): Move enum to macgui.h.
17220 (widget_value): Move typedef to macgui.h.
17221 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17222 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17223 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17224 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17225 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17226 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17227 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
17228 (popup_activated_flag): Make variable non-static.
17229 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
17230 (add_menu_item, fill_menu, dispose_menus):
17231 Move functions to mactoolbox.c.
17232 (restore_show_help_function, menu_target_item_handler)
17233 (install_menu_target_item_handler, mac_handle_dialog_event)
17234 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
17235 [TARGET_API_MAC_CARBON]: Likewise.
17236 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
17237 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17238 (find_and_call_menu_selection, name_is_separator): Make function
17239 non-static.
17240 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
17241 to mactoolbox.c.
17242 (set_frame_menubar): Don't call install_menu_quit_handler.
17243 (menu_item_selection): New variable.
17244 (mac_menu_show): Use create_and_show_popup_menu.
17245 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
17246 selection but set variable menu_item_selection. All uses changed.
17247 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
17248 Call install_menu_quit_handler. Move to mactoolbox.c.
17249
17250 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
17251 (Selection): Move typedef to macgui.h.
17252 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
17253 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
17254 Make variables non-static.
17255 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17256 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
17257 Make functions non-static.
17258 (Vmac_service_selection) [MAC_OSX]: Likewise.
17259 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
17260 (mac_valid_selection_target_p, mac_clear_selection)
17261 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17262 (mac_put_selection_value, mac_selection_has_target_p)
17263 (mac_get_selection_value, mac_get_selection_target_list)
17264 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
17265 Move functions to mactoolbox.c.
17266 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
17267 Likewise.
17268 (copy_scrap_flavor_data, mac_handle_service_event)
17269 (install_service_handler) [MAC_OSX]: Likewise.
17270 (syms_of_macselect) <Vmac_dnd_known_types>:
17271 Use mac_dnd_default_known_types.
17272
17273 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
17274 Move to mactoolbox.c.
17275 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
17276 (Fx_selection_owner_p): Add EXFUN.
17277 (install_window_handler, remove_window_handler, XSetWindowBackground):
17278 Remove externs.
17279 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
17280 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
17281 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
17282 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
17283 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
17284 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
17285 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
17286 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
17287 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
17288 (create_and_show_popup_menu, mac_get_selection_from_symbol)
17289 (mac_valid_selection_target_p, mac_clear_selection)
17290 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17291 (mac_put_selection_value, mac_selection_has_target_p)
17292 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
17293 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
17294 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
17295 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17296 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
17297 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17298 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
17299 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17300 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17301
17302 * mactoolbox.c: New file.
17303
17304 2008-04-18 Jason Rumney <jasonr@gnu.org>
17305
17306 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
17307
17308 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17309
17310 * character.c (Fmultibyte_char_to_unibyte):
17311 Return latin1 chars unchanged.
17312
17313 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
17314 relocated if it points to `name'.
17315
17316 2008-04-17 Kenichi Handa <handa@m17n.org>
17317
17318 * data.c (Faset): Allow setting a multibyte character in an
17319 ASCII-only unibyte string.
17320
17321 * lisp.h (STRING_SET_MULTIBYTE): New macro.
17322
17323 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17324
17325 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
17326 done in config.h.
17327
17328 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
17329
17330 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
17331 (Fchar_direction): Add usage in the docstring.
17332
17333 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
17334
17335 * keyboard.c (read_key_sequence): Remove always-true checks.
17336
17337 2008-04-14 Jason Rumney <jasonr@gnu.org>
17338
17339 * w32font.c (w32font_open_internal): Set max_bounds.descent in
17340 compatibility struct, for better underline positioning.
17341
17342 2008-04-13 David Hansen <david.hansen@gmx.net>
17343
17344 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
17345 string.
17346
17347 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17348
17349 * m/hp800.h (XUINT, XSET): Remove.
17350
17351 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
17352
17353 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
17354 previous change.
17355
17356 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17357
17358 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
17359 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
17360
17361 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
17362
17363 * keymap.h (map_keymap_canonical): Declare.
17364 * xmenu.c (single_keymap_panes): Use it.
17365
17366 2008-04-11 Glenn Morris <rgm@gnu.org>
17367
17368 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
17369 set the target's value to that of the alias.
17370
17371 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
17372
17373 * term.c (set_tty_color_mode): Left over typo.
17374
17375 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
17376
17377 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
17378 only after check for file name handler functions. Signal, when
17379 native functionality is not supported.
17380 (syms_of_fileio): Declare it unconditionally.
17381
17382 2008-04-10 Jason Rumney <jasonr@gnu.org>
17383
17384 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
17385 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
17386
17387 * w32.c (logon_network_drive): Also logon to remote drives that
17388 are mapped to drive letters.
17389
17390 2008-04-10 Glenn Morris <rgm@gnu.org>
17391
17392 * xdisp.c (truncate-partial-width-windows): Doc fix.
17393
17394 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17395
17396 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
17397 Move functions to minibuffer.el.
17398 (syms_of_fileio): Don't declare them.
17399
17400 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17401
17402 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
17403 (syms_of_minibuf): Remove its initialization.
17404
17405 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
17406
17407 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
17408
17409 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
17410
17411 2008-04-09 Jason Rumney <jasonr@gnu.org>
17412
17413 * makefile.w32-in (distclean): Delete makefile too.
17414 (maintainer-clean): New target.
17415
17416 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
17417
17418 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
17419 for new font backend and composite cases.
17420
17421 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
17422
17423 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
17424 Most of the code moved to run_timers.
17425 (do_pending_atimers): Call run_timers.
17426 (run_timers): New function.
17427
17428 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
17429 run atimers.
17430
17431 * process.c (wait_reading_process_output): The same as above.
17432
17433 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17434
17435 * minibuf.c (last_exact_completion): Remove variable.
17436 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
17437 (complete_and_exit_1, complete_and_exit_2)
17438 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
17439 (Fdisplay_completion_list, display_completion_list_1)
17440 (Fminibuffer_completion_help, Fself_insert_and_exit)
17441 (Fexit_minibuffer, Fminibuffer_message): Move functions to
17442 minibuffer.el.
17443 (syms_of_minibuf): Remove corresponding initializations.
17444
17445 * keyboard.c (Qdeactivate_mark): New var.
17446 (command_loop_1): Use it to call `deactivate-mark'.
17447 (syms_of_keyboard): Initialize it.
17448
17449 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
17450 to another frame.
17451 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
17452 Don't call set_tty_color_mode.
17453 (store_frame_param): Reset previous_frame rather than call
17454 set_tty_color_mode.
17455 * term.c (set_tty_color_mode): Rewrite.
17456 * dispextern.h (set_tty_color_mode): New type.
17457 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
17458
17459 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17460
17461 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
17462 for generic chars, which do not exist any more in emacs-unicode.
17463
17464 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
17465
17466 * coding.c (detect_coding_emacs_mule)
17467 (Ffind_operation_coding_system): Fix typo.
17468
17469 2008-04-08 Jason Rumney <jasonr@gnu.org>
17470
17471 * w32uniscribe.c (SNAME): Extract only symbol name.
17472
17473 * w32font.h (struct w32_metric_cache): New struct.
17474 (w32font_info): Use it.
17475 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
17476 (CACHE_BLOCKSIZE): New constants.
17477
17478 * w32font.c (Qja, Qko, Qzh): New symbols.
17479 (syms_of_w32font): Initialise them.
17480 (font_matches_spec): Use them to filter by language.
17481 (recompute_cached_metrics): Remove function.
17482 (compute_metrics, clear_cached_metrics): New functions.
17483 (w32font_encode_char): Use them to manage metric cache.
17484 (w32font_text_extents): Cache metrics for all glyphs on demand.
17485 Delay converting glyph indices to WORD until needed.
17486 (w32font_open_internal): Initialize metric cache to empty.
17487 (registry_to_w32_charset): Charset should always be a symbol.
17488 (fill_in_logfont, list_all_matching_fonts): Family should
17489 always be a symbol.
17490
17491 2008-04-06 Jason Rumney <jasonr@gnu.org>
17492
17493 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
17494 Give up if glyph indices not supported. Use uniscribe obtained
17495 ABC widths for individual metrics. Map glyph clusters back to
17496 characters using fClusterStart flag. Return number of glyphs
17497 produced, not chars processed.
17498 (uniscribe_shape): Map char at FROM to current glyph.
17499
17500 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17501
17502 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
17503 Use SetMenuItemHierarchicalMenu.
17504
17505 2008-04-05 Jason Rumney <jasonr@gnu.org>
17506
17507 * image.c (pbm_load): Allow color values up to 65535.
17508 Throw an error if max_color_idx is outside the supported range.
17509 Report an error when image size is invalid.
17510 Read two bytes at a time when raw images have max_color_idx above 255.
17511
17512 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
17513
17514 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
17515 append "CCL: Quitted" when the CCL program is quitted.
17516 (setup_ccl_program): Initialize ccl->quit_silently to zero.
17517
17518 * ccl.h (struct ccl_program): New member quit_silently.
17519
17520 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
17521
17522 * search.c (compile_pattern_1): Treat non-nil and non-string of
17523 search-spaces-regexp as nil.
17524
17525 * minibuf.c (Fassoc_string): Tweak docstring.
17526
17527 2008-04-05 Eli Zaretskii <eliz@gnu.org>
17528
17529 * dired.c (Ffile_attributes): Support inode numbers wider than 32
17530 bits. Remove ugly WINDOWSNT-specific kludge introduced on
17531 2008-03-14 to force inode be positive.
17532
17533 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
17534 _S_* ones, since we now use our own sys/stat.h.
17535 (stat, fstat): Don't mangle the inode number.
17536 (init_user_info): Don't restrict UID and GID to 0-60000 range.
17537
17538 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17539
17540 * frame.h (struct frame): Give one more bit to `visible' since we use
17541 values larger than 1 to indicate obscured frames on ttys.
17542
17543 * keymap.c (Qkeymap_canonicalize): New var.
17544 (Fmap_keymap_internal): New fun.
17545 (describe_map): Use keymap-canonicalize.
17546
17547 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
17548 (Fundo_boundary): Set them.
17549 (syms_of_undo): Initialize them.
17550 (record_point): Use them instead of last_point_position*.
17551 (last_undo_buffer): Change type.
17552
17553 2008-04-04 Jason Rumney <jasonr@gnu.org>
17554
17555 * w32font.c (w32font_text_extents): Use font's ascent and descent.
17556 (recompute_cached_metrics): Don't set ascent and descent per char.
17557
17558 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
17559 (uniscribe_check_otf): Add GC protection before consing.
17560 Rearrange loop for counting features.
17561
17562 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17563
17564 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
17565 buffer with byte-size of source buffer.
17566
17567 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
17568
17569 * callint.c (Fcall_interactively): Handle temporary region even
17570 when shift-select-mode is off.
17571
17572 2008-04-03 Jason Rumney <jasonr@gnu.org>
17573
17574 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
17575
17576 2008-04-03 Kenichi Handa <handa@m17n.org>
17577
17578 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
17579 (CATEGORY_MASK_UTF_16): Likewise.
17580 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
17581 binary file.
17582 (detect_coding): Add null-byte detection for a binary file.
17583 (detect_coding_system): Likewise.
17584
17585 2008-04-03 Jason Rumney <jasonr@gnu.org>
17586
17587 * w32uniscribe.c: New file.
17588
17589 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
17590
17591 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
17592
17593 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
17594 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
17595 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
17596 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
17597 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
17598 (Qphonetic): New symbols.
17599 (syms_of_w32font): Initialize them.
17600 (font_supported_scripts): Use them.
17601 (w32font_list_family): List all charsets.
17602 (w32font_text_extents, recompute_cached_metrics): Fix metric
17603 calculations.
17604 (w32_enumfont_pattern_entity): Make full_type a DWORD.
17605 Give opentype fonts their own format.
17606 (font_matches_spec): New arguments backend and logfont.
17607 Handle :otf spec for uniscribe backend.
17608 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
17609 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
17610
17611 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
17612 font backend.
17613 (globals_of_w32fns): Initialize uniscribe font backend.
17614
17615 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
17616 dependencies.
17617 (w32uniscribe.$(O)): New file to build.
17618 (FONT_OBJ): Include w32uniscribe.$(O).
17619 (LIBS): Add uniscribe libraries.
17620
17621 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
17622
17623 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
17624
17625 * callint.c (Vshift_select_mode): New var.
17626 (Finteractive): Document new ^ spec.
17627 (Fcall_interactively): Call handle-shift-selection if the ^ spec
17628 is present.
17629
17630 * keyboard.c (Vthis_command_keys_shift_translated): New var.
17631 (command_loop_1): Avoid running the direct display versions of
17632 forward-char and backward-char if shift-selection may occur.
17633 (read_key_sequence): Set Vthis_command_keys_shift_translated if
17634 shift-translation takes place.
17635
17636 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
17637 avoid clobbering by define-minor-mode.
17638
17639 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
17640 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
17641
17642 * syntax.c (Fforward_word): Add ^ interactive spec.
17643
17644 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
17645 (Fscroll_right): Add ^ interactive spec.
17646
17647 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17648
17649 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
17650
17651 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
17652
17653 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
17654
17655 2008-03-31 Juri Linkov <juri@jurta.org>
17656
17657 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
17658
17659 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
17660
17661 * gtkutil.c (xg_set_geometry): Fix indentation.
17662 (xg_resize_outer_widget): Remove.
17663 (x_wm_size_hint_off): Fix indentation.
17664 (xg_frame_set_char_size): Call flush_and_sync after
17665 gtk_window_resize.
17666 (x_wm_set_size_hint): Pass NULL as geometry window to
17667 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
17668 Add menu bar and tool bar height to base height.
17669 (xg_update_frame_menubar, free_frame_menubar)
17670 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
17671 (update_frame_tool_bar, free_frame_tool_bar):
17672 Change xg_resize_outer_widget to xg_frame_set_char_size.
17673
17674 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
17675
17676 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
17677 (Fdbus_call_method): New parameter TIMEOUT.
17678 (dbus-send-signal): Optimize UNGCPRO call.
17679
17680 2008-03-29 Juri Linkov <juri@jurta.org>
17681
17682 * window.c (Fdisplay_buffer): Move call to
17683 Vsplit_window_preferred_function out of conditions that check
17684 if window is eligible for vertical splitting.
17685 When Vsplit_window_preferred_function is non-nil, call it and use
17686 its non-nil return value as window. Otherwise, continue doing
17687 vertical splitting using Fsplit_window with arg horflag=nil.
17688 (syms_of_window) <Vsplit_window_preferred_function>: Change the
17689 default value from `split-window' to nil.
17690
17691 2008-03-29 Juri Linkov <juri@jurta.org>
17692
17693 * callint.c (Fcall_interactively): Revert 2008-03-16 change
17694 for interactive code letters 'b' and 'B'.
17695
17696 2008-03-29 Eli Zaretskii <eliz@gnu.org>
17697
17698 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
17699 multibyte string.
17700
17701 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17702
17703 * keyboard.c (pending_funcalls): New var.
17704 (timer_check): Run it.
17705 (syms_of_keyboard): Initialize it.
17706 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
17707 (Vdelete_terminal_functions): New vars.
17708 (syms_of_terminal): Initialize them.
17709 (Fdelete_terminal): Run delete-terminal-functions.
17710 * xdisp.c (safe_eval): Rewrite.
17711 (safe_call2): New fun.
17712 * frame.c (Qdelete_frame_functions): New var.
17713 (syms_of_frame): Initialize it.
17714 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
17715 * lisp.h (safe_call2, pending_funcalls): Declare.
17716
17717 2008-03-28 Andreas Schwab <schwab@suse.de>
17718
17719 * indent.c (Fmove_to_column): Move declaration before statements.
17720
17721 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
17722
17723 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
17724 (struct frame): Use bit fields for boolean vars.
17725
17726 * process.c (server_accept_connection): Simplify naming.
17727 (emacs_get_tty_pgrp): Use SDATA.
17728
17729 * coding.c (decode_coding_object): Fix last change.
17730
17731 2008-03-27 Jason Rumney <jasonr@gnu.org>
17732
17733 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
17734
17735 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
17736
17737 * charset.c (Fdefine_charset_internal): Change the way of
17738 registering charsets in Vcharset_order_list.
17739 (syms_of_charset): Make the charset `eight-bit' supplementary.
17740
17741 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
17742
17743 * regex.c (EXTEND_BUFFER): Change order of pointer addition
17744 operations, to avoid having the difference between pointers
17745 overflow.
17746
17747 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17748
17749 * indent.c (check_display_width): New fun.
17750 (scan_for_column): Use it.
17751
17752 * data.c (syms_of_data): Mark most-positive-fixnum and
17753 most-negative-fixnum as constants.
17754
17755 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
17756
17757 * indent.c (scan_for_column): Extract from current_column_1.
17758 Merge with the same code from Fmove_to_column.
17759 (current_column_1, Fmove_to_column): Use it.
17760
17761 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
17762
17763 * keymap.c (map_keymap_internal): New fun.
17764 (map_keymap): Use it.
17765 (Fmap_keymap_internal): New fun.
17766 (Fmap_keymap): Remove left-out test from before make_save_value.
17767
17768 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
17769
17770 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
17771 Use XCAR/XCDR.
17772
17773 * process.h (struct Lisp_Process): Remove filter_multibyte.
17774 * process.c (QCfilter_multibyte): Remove.
17775 (setup_process_coding_systems): Don't use filter_multibyte.
17776 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
17777 (read_process_output): Don't adjust multibyteness to filter_multibyte.
17778 (Fset_process_filter_multibyte): Change the coding-system to
17779 approximate the previous behavior.
17780 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
17781 coding-system.
17782
17783 * coding.c (decode_coding_object): When not decoding into a buffer,
17784 obey the coding system's preference of (uni|multi)byte.
17785
17786 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17787
17788 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
17789 every char is changed and has a different byte-length.
17790 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
17791 Fix int -> EMACS_INT.
17792
17793 2008-03-23 David Hansen <david.hansen@gmx.net>
17794
17795 * dbusbind.c (xd_read_message): Remove extra copying of message
17796 strings. Check for NULL `interface' or `member'.
17797
17798 2008-03-22 Eli Zaretskii <eliz@gnu.org>
17799
17800 * w32.c (readdir): If FindFirstFile/FindNextFile return in
17801 cFileName a file name that includes `?' characters, use the 8+3
17802 alias in cAlternateFileName instead.
17803
17804 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
17805
17806 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
17807
17808 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17809
17810 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
17811 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
17812 work on current_buffer only instead (that was already the case
17813 for some of the code anyway).
17814 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
17815 (temp_set_point, temp_set_point_both): Use EMACS_INT.
17816 (SET_PT, SET_PT_BOTH): Adjust.
17817 * intervals.h (set_point, temp_set_point, set_point_both)
17818 (temp_set_point_both): Remove redundant declarations.
17819
17820 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17821
17822 * fileio.c (Finsert_file_contents):
17823 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
17824 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
17825 when buffer != current_buffer anyway.
17826
17827 2008-03-20 Andreas Schwab <schwab@suse.de>
17828
17829 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
17830 as default.
17831
17832 2008-03-19 Jason Rumney <jasonr@gnu.org>
17833
17834 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
17835 (syms_of_w32fns): Initialize them.
17836 (HOURGLASS_ID): New constant.
17837 (x_window_to_frame): Don't check hourglass_window.
17838 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
17839 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
17840 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
17841 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
17842 Only change the cursor if hourglass is not active.
17843 (Fx_create_frame): Initialize frame's current_cursor.
17844 (hourglass_atimer): Remove.
17845 (hourglass_started): New function.
17846 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
17847 (show_hourglass): Adapt to w32, changing argument to frame.
17848
17849 * w32term.h (struct w32_output): Remove hourglass_window.
17850 Add current_cursor.
17851
17852 * eval.c (call_debugger, Fsignal):
17853 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
17854 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
17855 (Fexecute_extended_command, cancel_hourglass_unwind):
17856 * minibuf.c (read_minibuf):
17857 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
17858
17859 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
17860
17861 * window.c (run_funs): New fun.
17862 (run_window_configuration_change_hook): Use it to run the buffer-local
17863 and the global part of the hook.
17864
17865 * xdisp.c (format_mode_line_unwind_data): Add window argument.
17866 (unwind_format_mode_line): Restore selected window.
17867 (x_consider_frame_title, Fformat_mode_line): Set selected window.
17868
17869 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17870
17871 * editfns.c (Fchar_equal): Check they are valid characters.
17872
17873 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
17874
17875 2008-03-17 Andreas Schwab <schwab@suse.de>
17876
17877 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
17878 against a charset.
17879
17880 * lisp.h (Fbuffer_list): Declare.
17881
17882 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
17883
17884 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
17885 handlebox_widget is != 0.
17886
17887 2008-03-16 Juri Linkov <juri@jurta.org>
17888
17889 * callint.c (Fcall_interactively): For interactive code letters
17890 'b' and 'B' put the buffer list into the list of default "future"
17891 values of the minibuffer.
17892
17893 2008-03-16 Andreas Schwab <schwab@suse.de>
17894
17895 * keyboard.c (read_key_sequence): Fix downcasing of letters with
17896 modifiers.
17897
17898 * regex.c (re_match_2_internal): Correct matching of a charset
17899 against latin-1 characters.
17900
17901 2008-03-16 Kenichi Handa <handa@m17n.org>
17902
17903 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
17904 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
17905 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
17906 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
17907 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
17908 CHAR_STRING_ADVANCE.
17909 (produce_chars): Fix for the case that the source and the
17910 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
17911 instead of CHAR_STRING_ADVANCE.
17912 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
17913 STRING_CHAR_ADVANCE.
17914
17915 2008-03-15 Andreas Schwab <schwab@suse.de>
17916
17917 * regex.c (re_match_2_internal): Correct matching of eight bit
17918 characters in unibyte strings.
17919
17920 2008-03-15 Martin Rudalics <rudalics@gmx.at>
17921
17922 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
17923 at end of range when it coincides with the end of the buffer.
17924
17925 2008-03-14 Eli Zaretskii <eliz@gnu.org>
17926
17927 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
17928
17929 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
17930
17931 2008-03-14 Jason Rumney <jasonr@gnu.org>
17932
17933 * editfns.c (initial_tz): New variable.
17934 (syms_of_editfns): Initialize it.
17935 (Fset_time_zone_rule): Set it when first called.
17936 Use it when TZSTRING is nil.
17937
17938 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
17939 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
17940 (monitor_from_point_fn, get_monitor_info_fn): New globals.
17941 (globals_of_w32fns): Initialize them.
17942 (compute_tip_xy): Use them to position tooltips.
17943
17944 2008-03-14 Glenn Morris <rgm@gnu.org>
17945
17946 * emacs.c (main): Revert previous change.
17947 (standard_args): Revert -internal-script back to -scriptload,
17948 and remove the long-option form.
17949
17950 2008-03-13 Glenn Morris <rgm@gnu.org>
17951
17952 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
17953 Remove option -enable-font-backend.
17954
17955 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17956
17957 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
17958
17959 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
17960
17961 * xterm.c (x_connection_closed): For GTK: If this is the last
17962 terminal just exit without closing the display.
17963
17964 2008-03-11 Jason Rumney <jasonr@gnu.org>
17965
17966 * w32font.c (w32font_full_name): Use floor to round.
17967
17968 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
17969
17970 * sound.c (alsa_configure): Declare vol at beginning of block.
17971
17972 * fontset.c (Ffontset_info): Remove extra semicolon.
17973
17974 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17975
17976 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
17977 size of resulting string.
17978
17979 2008-03-10 Jason Rumney <jasonr@gnu.org>
17980
17981 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
17982
17983 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17984
17985 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
17986 Don't pretend as if characters with display property haven't been
17987 consumed for string-replacing-string case.
17988
17989 2008-03-08 Kim F. Storm <storm@cua.dk>
17990
17991 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
17992 (get_next_display_element, next_element_from_string)
17993 (next_element_from_ellipsis, next_element_from_buffer): Use it.
17994
17995 2008-03-08 Andreas Schwab <schwab@suse.de>
17996
17997 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
17998
17999 2008-03-06 Jason Rumney <jasonr@gnu.org>
18000
18001 * w32font.c (w32_registry): Take font_type argument. Use ANSI
18002 when charset not specified. Only translate ANSI to unicode when
18003 font_type is truetype.
18004 (w32font_coverage_ok): New function.
18005 (add_font_entity_to_list): Use it to filter unsuitable fonts.
18006
18007 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
18008
18009 * lread.c (Fread_char): Resolve modifiers.
18010 (Fread_char_exclusive): Likewise.
18011
18012 * character.c (char_resolve_modifier_mask): New function.
18013 (char_string): Use char_resolve_modifier_mask.
18014 (Fchar_resolve_modifiers): New function.
18015 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
18016 function.
18017
18018 2008-03-04 Jason Rumney <jasonr@gnu.org>
18019
18020 * makefile.w32-in: Always include w32font.c in the build.
18021 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
18022
18023 2008-03-04 Andreas Schwab <schwab@suse.de>
18024
18025 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
18026 (versionclean): Likewise.
18027
18028 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
18029
18030 * .cvsignore: Add oo.
18031
18032 2008-03-03 Andreas Schwab <schwab@suse.de>
18033
18034 * coding.c (decode_coding_object): Inhibit gap shrinking while
18035 decoding in place.
18036
18037 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
18038
18039 * w32term.c: Remove unused include "gnu.h".
18040 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
18041
18042 * gnu.h: Rename to ...
18043 * emacs-icon.h: ... this.
18044 * xterm.c: Use emacs-icon.h instead of gnu.h.
18045 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
18046
18047 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
18048
18049 * w32font.c: Include math.h.
18050
18051 2008-03-03 Jason Rumney <jasonr@gnu.org>
18052
18053 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
18054 Compute options separately.
18055 (w32font_open_internal): Set glyph_idx before caching metrics.
18056
18057 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
18058 Define if system headers don't.
18059 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
18060 (w32font_encode_char): Don't declare here.
18061
18062 * w32font.c (Quniscribe, QCformat): New symbols.
18063 (syms_of_w32font): Define them.
18064 (w32font_has_char): Indicate uncertainty.
18065 (w32font_encode_char): Encode as glyph point. Make static.
18066 (recompute_cached_metrics): New function.
18067 (w32font_open_internal): Use it. Set font to use glyph points
18068 initially. Set format based on type of font.
18069 (w32font_text_extents, w32font_draw): Optionally use glyph points.
18070 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
18071 on it. Set format based on information available here.
18072 (add_font_entity_to_list): Identify backend based on opentype_only.
18073
18074 2008-03-02 Andreas Schwab <schwab@suse.de>
18075
18076 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
18077
18078 * coding.c (decode_coding_big5, produce_chars):
18079 Fix typos in last change.
18080
18081 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
18082
18083 * gnu.h: New icon.
18084
18085 2008-03-02 Kenichi Handa <handa@m17n.org>
18086
18087 * coding.c (decode_coding_utf_8): When eol-type of CODING is
18088 `dos', don't decode '\r' if that is the last in the source.
18089 (decode_coding_utf_16, decode_coding_emacs_mule)
18090 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18091 (decode_coding_raw_text, decode_coding_charset): Likewise.
18092 (produce_chars): Don't decode EOL here. Use EMACS_INT.
18093
18094 2008-03-01 Jason Rumney <jasonr@gnu.org>
18095
18096 * w32font.c (w32font_full_name): Report point size for scalable fonts.
18097
18098 2008-03-01 Kim F. Storm <storm@cua.dk>
18099
18100 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
18101
18102 2008-03-01 Jason Rumney <jasonr@gnu.org>
18103
18104 * w32font.c (w32font_full_name): New function.
18105 (w32font_open_internal): Use it.
18106
18107 2008-03-01 Kim F. Storm <storm@cua.dk>
18108
18109 * dispnew.c (line_draw_cost): Fix invalid glyph check.
18110
18111 2008-03-01 Jason Rumney <jasonr@gnu.org>
18112
18113 * font.c (font_unparse_fcname): Increase len when style is a symbol.
18114
18115 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
18116
18117 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
18118 xg_frame_resized when the event is for the edit widget.
18119
18120 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
18121
18122 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
18123 set_char_size.
18124 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
18125 operations on widgets here. Just set frame size if needed.
18126 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
18127 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
18128 (x_wm_set_size_hint): Set size hints on the edit widget only, not
18129 the whole frame.
18130 (xg_create_tool_bar): Move attachment of the tool bar to
18131 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
18132 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
18133
18134 2008-03-01 Jason Rumney <jasonr@gnu.org>
18135
18136 * w32fns.c (w32_msg_pump): Disable debug code.
18137
18138 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18139
18140 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
18141
18142 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
18143
18144 * xdisp.c (next_overlay_string): Don't set
18145 overlay_strings_at_end_processed_p if we're currently reading from
18146 a display string.
18147
18148 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
18149
18150 * xdisp.c (get_overlay_strings_1): Fix typo.
18151
18152 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
18153
18154 * xdisp.c (get_overlay_strings_1): Add missing argument type.
18155
18156 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
18157
18158 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
18159
18160 * xdisp.c (display_mode_element): Cancel the previous change.
18161 (decode_mode_spec): Likewise.
18162 (handle_auto_composed_prop): Don't make composition if it->string
18163 is a string.
18164
18165 2008-02-27 Kim F. Storm <storm@cua.dk>
18166
18167 * lisp.h (GLYPH): Change type from int to struct with separate char
18168 and face_id members.
18169 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
18170 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
18171 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
18172 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
18173 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
18174 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
18175 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
18176 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
18177 handle new Lisp glyph code encoding, either an integer or a cons.
18178
18179 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
18180 (GLYPH_ALIAS): Delete.
18181 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
18182 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
18183 (GLYPH_FROM_CHAR): Replace macro by ...
18184 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
18185
18186 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
18187 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
18188 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
18189 (GLYPH_INVALID_P): New macro.
18190 (spec_glyph_lookup_face): Update prototype.
18191
18192 * dispnew.c (line_draw_cost): Adapt to new glyph type.
18193 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
18194 new glyph code encoding.
18195 (spec_glyph_lookup_face): No return value; update passed glyph instead.
18196 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
18197
18198 * xdisp.c (get_next_display_element, next_element_from_display_vector):
18199 Adapt to new glyph type and new glyph code encoding.
18200
18201 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
18202
18203 * indent.c (current_column, current_column_1, Fmove_to_column)
18204 (compute_motion): Adapt to new glyph code encoding.
18205
18206 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
18207
18208 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
18209
18210 * process.c (wait_reading_process_output): Check for window
18211 changes caused by timers.
18212 Suggested by Johan Bockgård.
18213
18214 2008-02-27 Glenn Morris <rgm@gnu.org>
18215
18216 * emacs.c (USAGE1): Add `--disable-font-backend'.
18217
18218 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
18219
18220 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
18221 is made to the buffer.
18222
18223 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18224
18225 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
18226 (face_at_string_position):
18227 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
18228 (face_at_string_position):
18229 * xdisp.c (display_string, next_overlay_change):
18230 * buffer.h (overlays_at):
18231 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
18232 Update callers.
18233
18234 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
18235
18236 * editfns.c (Fformat): Doc fix.
18237
18238 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
18239
18240 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
18241 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
18242 (Ffont_otf_alternates, Fquery_font): Doc fixes.
18243
18244 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18245
18246 * buffer.c (Fbuffer_swap_text): New function.
18247 (syms_of_buffer): Defsubr it.
18248
18249 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
18250
18251 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
18252
18253 2008-02-25 Jason Rumney <jasonr@gnu.org>
18254
18255 * w32font.c (w32font_draw): Draw one character at a time when padding.
18256
18257 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18258
18259 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
18260 Handle a nil arg. Use run_window_configuration_change_hook.
18261 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
18262 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
18263 Use run_window_configuration_change_hook.
18264
18265 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18266
18267 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
18268 1-pixel width.
18269
18270 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18271
18272 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
18273 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
18274 if the glyph in the font is zero pixel with.
18275
18276 * dispextern.h (struct glyph_string): New member padding_p.
18277
18278 * w32font.c (w32font_draw): Pay attention to s->padding_p.
18279
18280 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
18281
18282 * xfont.c (xfont_draw): Pay attention to s->padding_p.
18283
18284 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
18285
18286 * font.c: If the font driver doesn't have `shape' function, return Qnil.
18287
18288 2008-02-25 Jason Rumney <jasonr@gnu.org>
18289
18290 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
18291
18292 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18293
18294 Allow fine-grained image-cache flushing.
18295 * dispextern.h (struct image): Add `dependencies' field.
18296 (clear_image_caches): Change arg to Lisp_Object.
18297 * image.c (make_image): Initialize `dependencies' field.
18298 (clear_image_cache): Change arg to allow fine-grained flushing.
18299 Perform the flush even if image-cache-eviction-delay is nil.
18300 (clear_image_caches): Change arg to Lisp_Object.
18301 (Fclear_image_cache): Expand meaning of the argument.
18302 (mark_image): Mark `dependencies' field.
18303 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
18304 (lface_hash): Use XHASH rather than XFASTINT.
18305 (face_at_buffer_position): Fix int -> EMACS_INT position.
18306 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
18307 (select_frame_for_redisplay): Remove code duplication.
18308 (redisplay_internal): Adapt arg to call to clear_image_caches.
18309
18310 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
18311
18312 * s/vms4-0.h:
18313 * s/vms4-2.h:
18314 * s/vms4-4.h:
18315 * s/vms5-5.h: Remove, unused.
18316
18317 * s/irix5-2.h:
18318 * s/irix6-0.h:
18319 * s/riscos5.h:
18320 * s/mach-bsd4-3.h:
18321 * m/mips4.h: Remove files for obsolete systems.
18322
18323 * Makefile.in:
18324 * filelock.c:
18325 * unexmips.c:
18326 * m/hp9000s300.h:
18327 * m/iris4d.h:
18328 * s/aix3-1.h:
18329 * s/hpux.h:
18330 * s/msdos.h:
18331 * s/usg5-0.h:
18332 * s/usg5-2-2.h:
18333 * s/usg5-2.h:
18334 * s/usg5-3.h: Remove references to obsolete variables.
18335
18336 * s/irix5-0.h: Remove, move all the contents ...
18337 * s/irix6-5.h: ... here. Simplify.
18338 * config.in: Regenerate.
18339
18340 2008-02-24 Jason Rumney <jasonr@gnu.org>
18341
18342 * w32term.c (x_draw_glyph_string_background): Clear the background
18343 manually when cleartype is in use.
18344 (x_draw_glyph_string_foreground): Draw text transparently when
18345 cleartype is in use.
18346
18347 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
18348 a font into it unless we have to.
18349
18350 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18351
18352 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
18353 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
18354
18355 2008-02-18 Jason Rumney <jasonr@gnu.org>
18356
18357 * w32fns.c (Fw32_shell_execute): Encode parameters.
18358
18359 2008-02-09 Eli Zaretskii <eliz@gnu.org>
18360
18361 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
18362
18363 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
18364
18365 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
18366
18367 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
18368
18369 * xterm.c (x_set_offset): Don't change the gravity if
18370 CHANGE_GRAVITY is -1.
18371
18372 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
18373
18374 * fileio.c (auto_save_error_occurred): New var.
18375 (auto_save_error): Set it.
18376 (Fdo_auto_save): Don't overwrite the error message if an auto-save
18377 error occurred.
18378
18379 2008-02-23 Eli Zaretskii <eliz@gnu.org>
18380
18381 * w32.c (globals_of_w32): Add initializations for
18382 g_b_init_get_sid_sub_authority and
18383 g_b_init_get_sid_sub_authority_count.
18384
18385 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
18386
18387 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
18388 (font_parse_xlfd): Use them for sanity check.
18389 (Finternal_set_font_style_table): Make sure the table is bijective.
18390
18391 Consolidate the image_cache to the terminal struct.
18392 * termhooks.h (P_): Remove redundant def.
18393 (struct terminal): New field `image_cache'.
18394 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
18395 of FRAME_X_IMAGE_CACHE.
18396 * xterm.h (struct x_display_info): Remove image_cache field.
18397 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18398 * w32term.h (struct w32_display_info): Remove image_cache field.
18399 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18400 * macterm.h (struct mac_display_info): Remove image_cache field.
18401 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18402 * xterm.c (x_term_init):
18403 * w32term.c (w32_term_init):
18404 * macterm.c (mac_term_init): Set the image_cache in the terminal.
18405 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
18406 Remove declarations.
18407 (clear_image_caches, mark_image_cache): New declarations.
18408 * xfaces.c (clear_face_cache):
18409 * xdisp.c (redisplay_internal): Use clear_image_caches.
18410 * image.c (clear_image_cache): Don't check that a frame is on
18411 a window-system before checking if it shares the same cache.
18412 (clear_image_caches): New function.
18413 (Fclear_image_cache): Use it.
18414 (mark_image): Move from allo.c.
18415 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
18416 * alloc.c (mark_image, mark_image_cache): Move to image.c.
18417 (mark_object): Don't call mark_image_cache for frames.
18418 (mark_terminals): Call mark_image_cache.
18419
18420 * lisp.h (Fdelete_terminal): Declare.
18421
18422 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
18423 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
18424 wrong_type_argument.
18425
18426 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18427
18428 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
18429 malayalam.el, and tamil.el. Add sinhala.el.
18430
18431 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18432
18433 * xterm.c (x_connection_closed): Consolidate identical tests.
18434 (x_delete_terminal): Don't crash if called via x_connection_closed.
18435
18436 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18437
18438 * xdisp.c (decode_mode_spec): New arg string.
18439 (display_mode_element): Adjust for the above change.
18440
18441 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18442
18443 * callint.c (Fcall_interactively): Use AREF.
18444
18445 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18446
18447 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
18448
18449 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
18450
18451 * xfns.c (Fx_show_tip): Set string to " " if empty.
18452
18453 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18454
18455 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
18456 with Qt.
18457
18458 2008-02-17 Kenichi Handa <handa@m17n.org>
18459
18460 * ftfont.c (ftfont_shape): Return Lispy number.
18461
18462 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
18463 for GCs.
18464 (Finternal_set_font_selection_order): Call font_update_sort_order
18465 only when enable_font_backend is set.
18466 (realize_x_face): Set face->font_info to that of default face only
18467 when enable_font_backend is set.
18468
18469 * xdisp.c (handle_composition_prop): Set it->c to the fist
18470 character of the composed region.
18471 (fill_composite_glyph_string): Set base_face->font_info to
18472 s->font_info. Get a face for ascii from base_face->ascii_face.
18473 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
18474 with a face already decided.
18475 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
18476 non-negative.
18477 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
18478 call font_prepare_composition unconditionally.
18479
18480 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
18481
18482 * xterm.h (struct x_display_info): New member font.
18483
18484 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
18485 (x_set_mouse_face_gc, x_new_font): Likewise.
18486 (x_term_init): Setup display_info->font.
18487 (x_delete_terminal): Free display_info->font.
18488
18489 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
18490
18491 * ftxfont.c (ftxfont_default_fid): Delete it.
18492 (ftxfont_open): Set xfont->fid to 0.
18493 (ftxfont_end_for_frame): Clear data specific to the frame and the
18494 font-driver.
18495
18496 * xftfont.c (xftfont_default_fid): Delete it.
18497 (xftfont_open): Set xfont->fid to 0.
18498
18499 * fontset.c (FONTSET_OBJLIST): New macro.
18500 (fontset_find_font): Update font-object list of the fontset.
18501 (free_realized_fontset): New function.
18502 (free_face_fontset): Call free_realized_fontset.
18503 (Ffont_info): Call font_close_object only when enable_font_backend
18504 is set.
18505
18506 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
18507 [HAVE_NTGUI]: Include w32term.h.
18508 [MAC_OS]: Include macterm.ch.
18509 (font_otf_ValueRecord): Use make_number.
18510 (font_finish_cache): Fix handling of reference count.
18511 (font_clear_cache): Update num_fonts.
18512 (font_open_entity): Update smallest_char_width and
18513 smallest_font_height of the frame.
18514 (font_close_object): Update num_fonts.
18515 (Fclear_font_cache): Fix finding the target cache data.
18516
18517 2008-02-16 Glenn Morris <rgm@gnu.org>
18518
18519 * fontset.c (Finternal_char_font): Fix compilation warning.
18520
18521 2008-02-16 Eli Zaretskii <eliz@gnu.org>
18522
18523 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
18524 instead of char arrays. Enlarge the size of array passed to
18525 get_token_information.
18526
18527 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
18528 warnings.
18529
18530 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18531
18532 * .gdbinit: Don't set `args', it breaks gdb --args.
18533
18534 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18535
18536 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
18537 within a narrowed buffer.
18538
18539 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
18540
18541 * coding.c (decode_coding_object, encode_coding_object):
18542 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
18543
18544 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18545
18546 * coding.c (coding_set_destination): Use BEG_BYTE rather than
18547 hardcoding 1.
18548 (detect_coding_system):
18549 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
18550 (string_char_to_byte, string_byte_to_char, insert_from_gap):
18551 * insdel.c (insert_from_gap):
18552 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
18553 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
18554 (string_to_multibyte):
18555 * character.c (chars_in_text, multibyte_chars_in_text):
18556 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
18557
18558 * character.h (FETCH_STRING_CHAR_ADVANCE)
18559 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
18560 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
18561 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
18562
18563 * casefiddle.c (casify_region): Only call after-change and composition
18564 functions on the part of the region that was changed.
18565
18566 * keyboard.c (read_avail_input):
18567 * frame.c (Fdelete_frame): Call Fdelete_terminal.
18568
18569 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18570
18571 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
18572 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
18573
18574 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
18575
18576 * w32menu.c (push_submenu_start, push_submenu_end)
18577 (push_left_right_boundary, push_menu_pane, push_menu_item):
18578 * keyboard.c (read_key_sequence): Don't pass args with side effects
18579 to AREF, it fails when compiling with -DENABLE_CHECKING.
18580
18581 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
18582
18583 * Makefile.in (${lispsource}international/charprop.el):
18584 Delete this target.
18585
18586 * search.c (boyer_moore): Fix incorrect synching of the trunk and
18587 emacs-unicode-2.
18588
18589 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18590
18591 * terminal.c (Fdelete_terminal): Clean up the `force' path.
18592
18593 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18594
18595 * frame.c (Qnoelisp): New symbol.
18596 (syms_of_frame): Initialize it.
18597 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
18598 harmless Elisp code, from a strong `force' from x_connection_closed.
18599 * frame.h (Qnoelisp): Declare.
18600 * xterm.c (x_connection_closed): Pass `noelisp'.
18601
18602 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
18603 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
18604 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
18605 rather than `int' for the type of `type'.
18606
18607 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18608
18609 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
18610
18611 * Makefile.in (GNUC): Remove support for gcc-1.x.
18612
18613 2008-02-10 Richard Stallman <rms@gnu.org>
18614
18615 * lisp.h (ASET): Use AREF, not ASLOT.
18616
18617 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18618
18619 * lisp.h (ASET): Check bounds.
18620
18621 2008-02-10 Glenn Morris <rgm@gnu.org>
18622
18623 * buffer.c (mode-name): Doc fix.
18624
18625 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18626
18627 * Makefile.in:
18628 * emacs.c:
18629 * gmalloc.c:
18630 * keyboard.c:
18631 * lisp.h:
18632 * m/ibm370aix.h:
18633 * process.c:
18634 * regex.c:
18635 * s/hpux.h:
18636 * sysdep.c:
18637 * sysselect.h:
18638 * systty.h:
18639 * unexec.c:
18640 * w32term.c:
18641 * xsmfns.c:
18642 * xterm.c: Remove code that deals with obsolete variables.
18643
18644 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
18645
18646 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
18647 nothing else needs it anymore.
18648
18649 2008-02-09 Eli Zaretskii <eliz@gnu.org>
18650
18651 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
18652 instead of unibyte_char_to_multibyte.
18653
18654 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18655
18656 * s/gnu-linux.h: Remove commented out code.
18657
18658 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
18659
18660 * Makefile.in: Update what RMS says about using autoconf.
18661 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
18662 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
18663 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
18664 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
18665
18666 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18667
18668 * keymap.c (Fkey_description): Move side effect outside of macro call.
18669
18670 * xfaces.c (Finternal_make_lisp_face):
18671 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
18672
18673 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
18674 (syms_of_fontset): Use ASET.
18675
18676 * fns.c (concat): Move side effect outside of macro call.
18677 (hash_clear): Use ASET.
18678
18679 2008-02-08 Richard Stallman <rms@gnu.org>
18680
18681 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
18682 If FORCE, and frame has a surrogate minibuffer for another frame,
18683 delete the other frame first.
18684
18685 2008-02-07 Timo Savola <timo.savola@iki.fi>
18686
18687 * xterm.c (x_detect_focus_change): Handle embed client message.
18688 (handle_one_xevent): Ditto.
18689 (handle_one_xevent): If embedded and we get a button press/release,
18690 request focus.
18691 (xembed_set_info, xembed_send_message): New functions.
18692 (x_make_frame_visible): Call xembed_set_info if embedded.
18693 (x_make_frame_invisible): Call xembed_set_info if embedded.
18694 (x_term_init): Initialize Xatom_XEMBED.
18695 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
18696 (x_iconify_frame): Ditto.
18697
18698 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
18699 (enum xembed_info, enum xembed_message, enum xembed_focus)
18700 (enum xembed_modifier, enum xembed_accelerator): New.
18701 (xembed_set_info, xembed_send_message): Declare.
18702 (FRAME_X_EMBEDDED_P): New.
18703
18704 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
18705 gtk_plug_new.
18706
18707 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
18708 window ID of a frame.
18709 (x_window): Reparent frame if embedded.
18710 (Fx_create_frame): Don't set border width if embedded.
18711
18712 * emacs.c (USAGE3): Add --parent-id.
18713 (standard_args): Ditto.
18714
18715 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
18716
18717 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
18718
18719 2008-02-07 Jim Meyering <meyering@redhat.com>
18720
18721 Use "do...while (0)", not "if (1)...else" in macro definitions.
18722 The latter provokes a warning from gcc about the empty else, when
18723 followed by ";". Also, without that trailing semicolon, it would
18724 silently swallow up any following statement.
18725 * syntax.h (SETUP_SYNTAX_TABLE)
18726 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
18727 * buffer.h (DECODE_POSITION): Likewise.
18728 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
18729 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
18730 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
18731 (FETCH_CHAR_ADVANCE): Likewise.
18732 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
18733
18734 2008-02-07 Jim Meyering <meyering@redhat.com>
18735
18736 * lread.c [lint]: Don't include <sys/inode.h>.
18737
18738 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
18739
18740 * xselect.c (x_handle_dnd_message):
18741 * xmenu.c (digest_single_submenu, xmenu_show):
18742 * xdisp.c (with_echo_area_buffer_unwind_data)
18743 (format_mode_line_unwind_data, unwind_format_mode_line)
18744 (display_menu_bar):
18745 * eval.c (Ffetch_bytecode):
18746 * doc.c (store_function_docstring):
18747 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
18748 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
18749 * buffer.c (add_overlay_mod_hooklist): Use ASET.
18750
18751 2008-02-07 Kenichi Handa <handa@m17n.org>
18752
18753 * ftxfont.c (ftxfont_open): Don't set
18754 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
18755
18756 * ftfont.c (ftfont_open): Fix previous change.
18757
18758 2008-02-06 Jason Rumney <jasonr@gnu.org>
18759
18760 * w32font.c (w32font_text_extents): Fill in lbearing metric.
18761 Use cached metrics for ASCII characters.
18762 (w32font_open_internal): Don't set font's owning_frame.
18763 Cache metrics for ASCII characters.
18764
18765 * w32font.h (struct w32font_info): Add ascii_metrics.
18766 Remove owning_frame.
18767
18768 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
18769
18770 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
18771 to negative value.
18772
18773 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
18774
18775 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
18776
18777 * charset.c (syms_of_charset): Set QCtest and Qeq.
18778
18779 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18780
18781 * process.c (Fstart_process):
18782 * callproc.c (Fcall_process): Handle the case where
18783 Funhandled_file_name_directory returns nil.
18784
18785 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
18786 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
18787 * font.c (check_gstring): Use them and AREF to access the vector before
18788 we know it's really a gstring.
18789 (Ffont_shape_text): Fix typo.
18790 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
18791
18792 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
18793 Declare.
18794
18795 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
18796
18797 2008-02-05 Jason Rumney <jasonr@gnu.org>
18798
18799 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
18800 Set smallest_font_height and smallest_char_width in display info.
18801
18802 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
18803
18804 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
18805
18806 2008-02-05 Miles Bader <miles@gnu.org>
18807
18808 * xfaces.c (get_lface_attributes, merge_named_face)
18809 (lookup_named_face, lookup_derived_face, realize_named_face):
18810 Revert 2008-02-01 change by cyd@stupidchicken.com.
18811
18812 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
18813
18814 * fontset.c (Ffontset_info): Handle the case of inhibitting the
18815 fallback fonts.
18816 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
18817
18818 2008-02-04 Jason Rumney <jasonr@gnu.org>
18819
18820 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
18821 set full_name.
18822 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
18823
18824 2008-02-03 Jason Rumney <jasonr@gnu.org>
18825
18826 * makefile.w32-in (OBJ1): Include font.o here.
18827 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
18828
18829 2008-02-02 Jason Rumney <jasonr@gnu.org>
18830
18831 * makefile.w32-in (temacs): Bump EMHEAP to 21.
18832
18833 2008-02-01 Jason Rumney <jasonr@gnu.org>
18834
18835 * s/cygwin.h: Define VIRT_ADDR_VARIES.
18836
18837 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
18838
18839 2008-02-01 Andreas Schwab <schwab@suse.de>
18840
18841 * Makefile.in (shortlisp, lisp): Update for rename of
18842 ../lisp/language/myanmar.el.
18843
18844 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
18845
18846 * xfaces.c (get_lface_attributes): Delete function.
18847 (merge_named_face, lookup_named_face, lookup_derived_face)
18848 (realize_named_face): Call lface_from_face_name directly, and use
18849 the fact that merge_face_vectors does not alter its FROM argument.
18850
18851 2008-02-01 Jason Rumney <jasonr@gnu.org>
18852
18853 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
18854 input in the default locale. Handle non-Unicode multibyte input.
18855
18856 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18857
18858 * fontset.c (reorder_font_vector): Exclude nil elements from the
18859 font group. Don't try multiple fonts.
18860 (fontset_font): Adjust for the above change.
18861 (Finternal_char_font): Return nil if the found font doesn't
18862 contain the character ch.
18863
18864 * Makefile.in (lisp, shortlisp): Add cham.el.
18865
18866 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18867
18868 * font.h (FONTP): Make it return 1 also for a font-object.
18869
18870 * .gdbinit (xfontset): New function.
18871
18872 * font.c (font_find_for_lface): Check if the character C is
18873 supported or not only for the first font.
18874
18875 * fontset.c (reorder_font_vector): Fix typo.
18876 (fontset_find_font): Don't add a font-spec specifying a script.
18877 Use 0 (not Qt) for the indication of empty font-group. Change the
18878 format of RFONT-DEF. Return Qt if no font in the font-group
18879 support the character.
18880 (fontset_font): Adjust for the above change. If no font was
18881 found the character, remember that.
18882 (face_for_char): Adjust for the change of RFONT-DEF.
18883 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
18884 no font for the target.
18885 (Finternal_char_font): Adjust for the change of RFONT-DEF.
18886
18887 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18888
18889 * font.c (font_load_for_face): Handle the case that the font in
18890 face->lface is a string.
18891
18892 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18893
18894 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
18895
18896 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18897
18898 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
18899 Fix previous change. If the frame is not on a window system,
18900 signal an error.
18901
18902 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18903
18904 * coding.c (decode_coding_object, encode_coding_object): Adjust
18905 marker positions after conversion.
18906
18907 * lisp.h (struct Lisp_Marker): New member need_adjustment.
18908
18909 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18910
18911 * font.c (font_find_for_lface): Fix the handling of the return
18912 value of font_has_char.
18913 (Ffont_shape_text): Fix previous change.
18914
18915 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
18916 (fontset_ref_and_range): Delete it.
18917 (fontset_find_font): Call char_table_ref_and_range instead of
18918 FONTSET_REF_AND_RANGE.
18919 (make_fontset): Don't setup font groups of Latin here.
18920 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
18921 (new_fontset_from_font): Make the specified font the default for
18922 all Latin characters.
18923
18924 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18925
18926 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
18927 is on a window system before accessing the fontset of the frame.
18928
18929 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18930
18931 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
18932
18933 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
18934 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
18935
18936 * font.c (Ffont_shape_text): If the font driver doesn't have a
18937 shaper function, make zero-width glyphs to have at least one-pixel
18938 width. Fix setting of `to' field of glyphs.
18939
18940 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18941
18942 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
18943 glyphs.
18944
18945 * font.h (struct font_driver): Improve docstring of member `shape'.
18946
18947 2008-02-01 Kenichi Handa <handa@m17n.org>
18948
18949 * composite.c (syms_of_composite): Fix docstring of
18950 auto-composition-function.
18951
18952 * font.h (LGLYPH_SIZE): New macro.
18953
18954 * font.c (Ffont_fill_gstring): Stop filling when a character not
18955 supported by the font is found.
18956 (Ffont_shape_text): When a shape callback function returns nil,
18957 try at most two more times with larger gstring.
18958 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
18959
18960 * xdisp.c (handle_auto_composed_prop): Change the argument to
18961 auto-composition-function.
18962
18963 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
18964 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
18965 Lispy glyph and store it in the lgstring.
18966
18967 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
18968
18969 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
18970
18971 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18972
18973 * font.c (Ffont_shape_text): Avoid unnecessary composition.
18974
18975 * fontset.c (Vfont_encoding_charset_alist): New variable.
18976 (syms_of_fontset): DEFVAR it.
18977 (reorder_font_vector, fontset_find_font): Optimize for the case of
18978 no need of reordering.
18979 (face_for_char): Map the charset property by
18980 Vfont_encoding_charset_alist.
18981
18982 2008-02-01 Jason Rumney <jasonr@gnu.org>
18983
18984 * w32font.c (logfonts_match): Don't check adstyle here.
18985 (font_matches_spec): Check here against physical font instead.
18986 (add_font_entity_to_list): Avoid some substitutions.
18987
18988 * font.c (font_parse_fcname): Default weight and slant to normal.
18989 (font_score): Prefer normal fonts if weight or slant unspecified.
18990 (font_score) [WINDOWSNT]: Scale weight difference down to closer
18991 match freetype scores.
18992
18993 2008-02-01 Jason Rumney <jasonr@gnu.org>
18994
18995 * w32font.c (w32font_text_extents): Don't use the frame stored in the
18996 font, as it may have been deleted.
18997 (w32_enumfont_pattern_entity): Map generic family to adstyle using
18998 most common hyphenless variation.
18999 (logfonts_match): Check generic family.
19000 (font_matches_spec): Don't check generic family here.
19001 (fill_in_logfont): Set generic family based on adstyle.
19002
19003 * w32font.h (w32font_get_cache): Update declaration.
19004
19005 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19006
19007 * ftfont.c (ftfont_get_cache): Adjust the argument type.
19008
19009 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
19010 If none of the new drivers are available, call font_update_drivers
19011 with the old drivers.
19012
19013 * w32font.c (w32font_get_cache): Adjust the argument type.
19014
19015 * xfont.c (xfont_get_cache): Adjust the argument type.
19016
19017 * font.h (struct font_driver): Change argument type of get_cache.
19018
19019 * xftfont.c (xftfont_start_for_frame): Delete prototype.
19020
19021 * font.c (Ffont_get): Fix arguments to Fassoc.
19022 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
19023 (font_clear_cache): New function.
19024 (font_list_entities, font_matching_entity): Use font_get_cache.
19025 (font_update_drivers): Call font_clear_cache when finishing a driver.
19026
19027 * fontset.c (fontset_find_font): Fix previous change.
19028
19029 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19030
19031 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
19032 dpyinfo->font_table.
19033 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
19034 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
19035
19036 * font.c (font_at): Handle the case that the arg C is negative.
19037 Handle the unibyte case.
19038 (Ffont_at): Call font_at with the arg C -1.
19039
19040 * xdisp.c (handle_auto_composed_prop): Don't get a character at
19041 the position here, and call font_at with the arg C -1.
19042 Don't check the range of the existing composition at the point.
19043
19044 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19045
19046 * fontset.c (fontset_add): New args charset_id and family.
19047 Change caller.
19048 (load_font_get_repertory, fontset_find_font): Assume that
19049 font_spec is always a font-spec object.
19050 (Fset_fontset_font): Always store a font-spec object in a fontset.
19051
19052 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
19053 instead of get_property_and_range.
19054
19055 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19056
19057 * xftfont.c (struct xftfont_info): Delete the member ft_face.
19058 (xftfont_open): Don't keep locking face.
19059 (xftfont_close): Don't unlock face.
19060 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
19061
19062 * fontset.c (fontset_find_font): Don't prefer a font of
19063 supplementary charset.
19064
19065 2008-02-01 Kenichi Handa <handa@m17n.org>
19066
19067 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
19068 script, langsys_tag to langsys, new member script.
19069 (OTF_TAG_STR): Terminate by '\0'.
19070 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
19071 listing to the script specified in that property. Fix arg to
19072 OTF_check_features.
19073
19074 2008-02-01 Jason Rumney <jasonr@gnu.org>
19075
19076 * w32font.h: New file.
19077
19078 * w32font.c: Include it.
19079 (struct w32font_info): Add owning_frame field. Move to w32font.h.
19080 (w32font_open): Set owning_frame.
19081 (w32font_text_extents): Use owning_frame.
19082 (struct font_callback_data): Add opentype_only field.
19083 (add_font_entity_to_list): Use it to filter fonts.
19084 Don't check against full name.
19085 (w32font_list_internal): New function.
19086 (w32font_list): Use it.
19087 (w32font_match_internal): New function.
19088 (w32font_match): Use it.
19089 (w32font_open_internal): New function.
19090 (w32font_open): Use it.
19091 (w32font_get_cache, w32font_close, w32font_has_char)
19092 (w32font_encode_char, w32font_text_extents, w32font_draw):
19093 Make non-static.
19094
19095 * makefile.w32-in (w32font.o): Depend on w32font.h.
19096
19097 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19098
19099 * charset.c (Fdefine_charset_internal): Record a supplementary
19100 charset at the tail of Vcharset_order_list.
19101
19102 * font.c (Ffont_shape_text): Fix the return value.
19103
19104 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
19105
19106 * xdisp.c (handle_auto_composed_prop): Fix previous change.
19107
19108 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19109
19110 * ftfont.c (struct OpenTypeSpec): New struct.
19111 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
19112 (ftfont_get_open_type_spec): New function.
19113 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
19114
19115 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
19116
19117 2008-02-01 Jason Rumney <jasonr@gnu.org>
19118
19119 * w32font.c (add_font_entity_to_list): Compare only the beginning
19120 of full name.
19121
19122 2008-02-01 Kenichi Handa <handa@m17n.org>
19123
19124 * xdisp.c (handle_auto_composed_prop): Simplify the code.
19125 Never return HANDLED_RECOMPUTE_PROPS.
19126
19127 2008-02-01 Kenichi Handa <handa@m17n.org>
19128
19129 * font.c (font_gstring_produce): Delete it.
19130
19131 * composite.h (COMPOSITION_METHOD):
19132 Handle COMPOSITION_WITH_GLYPH_STRING.
19133
19134 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19135
19136 * xfont.c (Qx): Delete.
19137 (syms_of_xfont): Don't initialize Qx.
19138
19139 * composite.h (enum composition_method):
19140 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
19141
19142 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19143
19144 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
19145 (choose_face_font): Accept new form of font-spec.
19146
19147 * frame.h (font_driver_list): Declare it unconditionally.
19148 (struct frame): Define members font_driver_list and font_data_list
19149 unconditionally.
19150
19151 * fontset.c: Include "font.h" unconditionally.
19152 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
19153 (Fset_fontset_font): Accept a font-spec object.
19154
19155 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
19156 PIXEL_SIZE part a wild card.
19157
19158 * dispextern.h (struct glyph_string): Define members clip and
19159 num_clips unconditionally.
19160 (struct face): Define members font_info and extra unconditionally.
19161
19162 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
19163 ftfont_info only when HAVE_LIBOTF is defined.
19164
19165 2008-02-01 Andreas Schwab <schwab@suse.de>
19166
19167 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
19168 and end.
19169
19170 2008-02-01 Jason Rumney <jasonr@gnu.org>
19171
19172 * w32font.c (w32font_driver): Add new fields.
19173
19174 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19175
19176 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
19177 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
19178 (LIBES): Add @M17N_FLT_CFLAGS@.
19179
19180 * composite.c (compose_text): Don't treat the new style
19181 composition specially.
19182
19183 * emacs.c (main): Call syms_of_font unconditionally.
19184
19185 * font.h (FONT_ENTITY_NOT_LOADABLE)
19186 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
19187 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
19188 (struct font_driver): New member shape.
19189 (font_registry_charsets): Extern it.
19190 (font_find_for_lface, font_prepare_composition): Adjust prototype.
19191 (font_otf_capability, font_drive_otf): Delete their externs.
19192
19193 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
19194 (font_charset_alist, font_registry_charsets): Move from xfont.c
19195 and rename.
19196 (font_prop_validate_otf): New function.
19197 (font_property_table): Register it for QCotf.
19198 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
19199 (font_drive_otf): Delete.
19200 (font_prepare_composition): New arg F. Adjust for the change of
19201 lispy gstring.
19202 (font_find_for_lface): New arg C.
19203 (font_load_for_face): Adjust for the change of font_find_for_lface.
19204 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
19205 lispy gstring.
19206 (Ffont_shape_text): New function.
19207 (Fopen_font): If the font size is not given, use 12-pixel.
19208 (Ffont_at): New arg STRING.
19209 (syms_of_font): Initialize font_charset_alist.
19210 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
19211 conditionally.
19212
19213 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
19214 fonts of the same font-spec. Change the format of RFONT-DEF.
19215 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
19216 Adjust for the change of RFONT-DEF.
19217 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
19218
19219 * ftfont.h: New file.
19220
19221 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
19222 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19223 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19224 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
19225 font_otf_capability and font_drive_otf, set ftfont_shape.
19226 (ftfont_list): Adjust for the change of :otf property value.
19227 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
19228 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
19229 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
19230 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19231 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
19232 (otf_gstring, gstring, m17n_flt_initialized): New variables.
19233
19234 * w32term.c (x_draw_composite_glyph_string_foreground):
19235 Adjust for the change of lispy gstring.
19236
19237 * xdisp.c (handle_composition_prop): Adjust for the change of
19238 lispy gstring. Call a function for auto-composition with the
19239 third arg it->window.
19240 (fill_composite_glyph_string): Adjust for the change of lispy string.
19241 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
19242
19243 * xfaces.c (set_font_frame_param): Adjust for the change of
19244 font_find_for_lface.
19245
19246 * xfont.c (x_font_charset_alist): Move to font.c and rename.
19247 (xfont_registry_charsets): Likewise. Change caller.
19248 (syms_of_xfont): Don't handle x_font_charset_alist.
19249
19250 * xftfont.c: Include "ftfont.h".
19251 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19252 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19253 (xftfont_close) [HAVE_LIBOTF]: Close otf.
19254 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19255 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
19256 Set xftfont_driver.shape to xftfont_shape.
19257
19258 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
19259 the change of lispy gstring.
19260
19261 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19262
19263 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
19264
19265 2008-02-01 Jason Rumney <jasonr@gnu.org>
19266
19267 * w32font.c (w32font_draw): Fill background manually.
19268
19269 2008-02-01 Jason Rumney <jasonr@gnu.org>
19270
19271 * font.c (Qfontp): Remove unused symbol.
19272 (QCantialias): New symbol.
19273 (syms_of_font): Define it.
19274 (font_property_table): Set a validator for QCantialias.
19275
19276 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
19277 Define if not already.
19278 (QCfamily): Share with xfaces.c.
19279 (Qstandard, Qsubpixel, Qnatural): New symbols.
19280 (syms_of_w32font): Define them. Don't define QCfamily here.
19281 (w32_antialias_type, lispy_antialias_type): New functions.
19282 (w32_enumfont_pattern_entity): New arg requested_font.
19283 Set antialias parameter if non-default was requested.
19284 (fill_in_logfont): Fill in lfQuality if :antialias specified.
19285
19286 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19287
19288 * lread.c (read1): Undo the previous change.
19289
19290 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
19291
19292 * frame.c (Fdelete_frame): Call font_update_drivers only when
19293 USE_FONT_BACKEND is defined.
19294
19295 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19296
19297 * font.h (struct font_bitmap): New member bits_per_pixel.
19298 (struct font_driver): New members start_for_frame and end_for_frame.
19299 (struct font_data_list): New struct.
19300 (font_put_frame_data, font_get_frame_data): Extern them.
19301
19302 * frame.h (struct frame): New member font_data_list.
19303
19304 * font.c (font_update_drivers): Call driver->start_for_frame and
19305 driver->end_for_frame at proper timings.
19306 (font_put_frame_data, font_get_frame_data): New functions.
19307 (Ffont_spec): Add usage in the docstring.
19308
19309 * frame.c (make_frame): Initialize f->font_data_list to NULL.
19310 (Fdelete_frame): Call font_update_drivers.
19311
19312 * xftfont.c (struct xftface_info): Delete the member xft_draw.
19313 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
19314 (xftfont_get_xft_draw): New function.
19315 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
19316 (xftfont_end_for_frame): New function.
19317 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
19318
19319 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
19320 Change argument. Cache GCs in the per-frame data.
19321 (struct ftxfont_frame_data): New struct.
19322 (ftxfont_draw_bitmap): New arg gc_fore and flush.
19323 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
19324 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
19325 (ftxfont_end_for_frame): New function.
19326 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
19327
19328 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
19329
19330 2008-02-01 Kenichi Handa <handa@m17n.org>
19331
19332 * xselect.c (Vselection_coding_system)
19333 (Vnext_selection_coding_system): Delete them.
19334 (syms_of_xselect): Don't declare selection-coding-system and
19335 next-selection-coding-system. They are declared in select.el.
19336
19337 2008-02-01 Jason Rumney <jasonr@gnu.org>
19338
19339 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
19340
19341 * w32fns.c: Include imm.h.
19342 (get_composition_string_fn, get_ime_context_fn): New optional
19343 system functions.
19344 (globals_of_w32fns): Load them from imm32.dll.
19345 (ignore_ime_char): New flag.
19346 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
19347 WM_IME_ENDCOMPOSITION messages.
19348
19349 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
19350 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
19351
19352 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19353
19354 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
19355 (READCHAR_REPORT_MULTIBYTE): New macro.
19356 (readchar): New 2nd arg MULTIBYTE.
19357 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
19358 Make symbol's name multibyte according to the multibyteness of the
19359 source.
19360
19361 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19362
19363 * xfaces.c (face_for_overlay_string): Call lookup_face with
19364 correct arguments (fix of synching with the trunk).
19365
19366 2008-02-01 Kenichi Handa <handa@m17n.org>
19367
19368 * font.c (font_prop_validate_symbol, font_prop_validate_style)
19369 (font_prop_validate_non_neg, font_prop_validate_spacing):
19370 Delete argument prop_index.
19371 (font_property_table): Change arguments to validater. Change Callers.
19372 (font_lispy_object): Delete.
19373 (font_at): Use font_find_object instead fo font_lispy_object.
19374
19375 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19376
19377 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
19378 and file names.
19379
19380 2008-02-01 Jason Rumney <jasonr@gnu.org>
19381
19382 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
19383 (font_matches_spec): Remove debug output.
19384 (add_font_entity_to_list): Avoid using substituted fonts.
19385
19386 2008-02-01 Jason Rumney <jasonr@gnu.org>
19387
19388 * doc.c (Fsnarf_documentation):
19389 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
19390
19391 2008-02-01 Miles Bader <miles@gnu.org>
19392
19393 * dispextern.h (struct glyph_row): Only define "clip" field if
19394 HAVE_WINDOW_SYSTEM is defined.
19395
19396 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19397
19398 Fix up multi-tty merge.
19399
19400 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
19401 and indentation.
19402
19403 * xfaces.c (free_realized_face, clear_face_gcs):
19404 Include font_done_for_face in the input_blocked section, just in case.
19405
19406 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
19407 (get_char_face_and_encoding): Undo last change and remove the *other*
19408 duplicate definition (i.e. keep the one that's better scoped and that
19409 includes code for the font-backend).
19410
19411 * terminal.c (create_terminal): Default keyboard_coding to
19412 `no-conversion' and terminal_coding to `undecided'.
19413
19414 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
19415
19416 * fontset.c (free_realized_fontsets): Check that the table entry does
19417 contain a fontset before trying to compare it to `base'.
19418
19419 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
19420 syms_of_charset, and syms_of_coding earlier because init_window_once
19421 now needs Vcoding_system_hash_table to be setup.
19422
19423 * coding.h (default_buffer_file_coding): Remove.
19424
19425 * coding.c (default_buffer_file_coding): Remove.
19426 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
19427 than ->symbol, and use the terminal-local coding system.
19428 (syms_of_coding): Don't setup the coding-systems that are not
19429 terminal-local.
19430 (Fdefine_coding_system_internal): Use XCAR/XCDR.
19431
19432 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
19433 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
19434
19435 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
19436 in chartab.c and were re-added here by mistake.
19437 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
19438
19439 * doc.c (Fsnarf_documentation):
19440 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
19441 src to etc.
19442
19443 * ChangeLog.10: Add mistakenly removed entry.
19444
19445 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
19446
19447 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
19448
19449 2008-02-01 Miles Bader <miles@gnu.org>
19450
19451 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
19452 Add extra args to FACE_FOR_CHAR.
19453
19454 2008-02-01 Kenichi Handa <handa@m17n.org>
19455
19456 * keymap.c (where_is_internal_1): If key is a cons, store the copy
19457 in sequence.
19458
19459 * chartab.c (map_sub_char_table, map_char_table): If the range
19460 contains just one character, call the function with that character
19461 even if the depth is not 3.
19462
19463 2008-02-01 Jason Rumney <jasonr@gnu.org>
19464
19465 * w32font.c (w32font_text_extents): Calculate metrics for the
19466 whole string.
19467
19468 2008-02-01 Jason Rumney <jasonr@gnu.org>
19469
19470 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
19471
19472 2008-02-01 Jason Rumney <jasonr@gnu.org>
19473
19474 * w32term.c (x_set_glyph_string_clipping): Use
19475 get_glyph_string_clip_rects.
19476 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19477 Adjust for the change of struct glyph_string.
19478
19479 * w32font.c (w32font_draw): Do clipping here.
19480
19481 2008-02-01 Kenichi Handa <handa@m17n.org>
19482
19483 * xftfont.c (xftfont_draw): Adjust for the change of struct
19484 glyph_string.
19485
19486 * xterm.c (x_set_glyph_string_clipping): Use
19487 get_glyph_string_clip_rects.
19488 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19489 Adjust for the change of struct glyph_string.
19490
19491 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
19492 the resulting clip(s}.
19493 (expose_overlaps): Add arg r. Change callers. Set it to
19494 row->clip temporarily.
19495 (expose_window): Redraw rows overlapping the exposed area.
19496
19497 * dispextern.h (struct glyph_row): New member clip.
19498 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
19499 clip_height, new member clip, and num_clips.
19500
19501 2008-02-01 Kenichi Handa <handa@m17n.org>
19502
19503 * data.c (Fchar_or_string_p): Fix docstring.
19504
19505 2008-02-01 Kenichi Handa <handa@m17n.org>
19506
19507 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
19508 create a temporary XftDraw object.
19509
19510 2008-02-01 Kenichi Handa <handa@m17n.org>
19511
19512 * font.c (Ffontp): Fix docstring.
19513
19514 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
19515 strong evidence of ISO-2022.
19516
19517 2008-02-01 Kenichi Handa <handa@m17n.org>
19518
19519 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
19520 SYNTAX_ENTRY_FOLLOW_PARENT.
19521
19522 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19523
19524 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
19525 its type.
19526 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
19527 Update to the new type of weak_hash_tables and next_weak.
19528
19529 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
19530 a plain C pointer to Lisp_Hash_Table.
19531
19532 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
19533 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
19534 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
19535 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
19536 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
19537 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
19538 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
19539 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
19540 (GC_EQ): Remove since they've been identical to their non-GC_
19541 alter-egos ever since the markbit was eradicated.
19542
19543 * alloc.c:
19544 * buffer.c:
19545 * buffer.h:
19546 * data.c:
19547 * fileio.c:
19548 * filelock.c:
19549 * fns.c:
19550 * frame.h:
19551 * lisp.h:
19552 * macterm.c:
19553 * print.c:
19554 * process.c:
19555 * w32fns.c:
19556 * w32menu.c:
19557 * w32term.c:
19558 * xfns.c:
19559 * xmenu.c:
19560 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
19561
19562 2008-02-01 Kenichi Handa <handa@m17n.org>
19563
19564 * chartab.c (map_sub_char_table): Make it work for the top-level
19565 char-table. Fix handling of parent char-table.
19566 (map_char_table): Adjust for the above change.
19567
19568 2008-02-01 Jason Rumney <jasonr@gnu.org>
19569
19570 * w32font.c (Qgdi): Rename from Qw32.
19571
19572 2008-02-01 Jason Rumney <jasonr@gnu.org>
19573
19574 * w32bdf.c (get_quoted_string): Make function static.
19575
19576 2008-02-01 Kenichi Handa <handa@m17n.org>
19577
19578 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
19579 bigger ascent and descent than those of the font, use them as
19580 font's ascent and descent.
19581
19582 2008-02-01 Kenichi Handa <handa@m17n.org>
19583
19584 * Makefile.in (${lispsource}international/charprop.el): Move this
19585 target within "#ifdef HAVE_UNIDATA" and "#endif".
19586
19587 2008-02-01 Kenichi Handa <handa@m17n.org>
19588
19589 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
19590 (shortlisp): Add ../lisp/language/tai-viet.el.
19591
19592 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
19593
19594 * Makefile.in (${lispsource}international/charprop.el): Depend on
19595 temacs${EXEEXT}.
19596
19597 2008-02-01 Jason Rumney <jasonr@gnu.org>
19598
19599 * w32font.c (w32font_close): Delete the GDI font object.
19600
19601 * w32menu.c: Include character.h.
19602
19603 * w32proc.c: Likewise.
19604
19605 * w32select.c: Likewise.
19606
19607 * makefile.w32-in (w32proc.o): Depend on character.h.
19608
19609 2008-02-01 Jason Rumney <jasonr@gnu.org>
19610
19611 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
19612
19613 * w32menu.c (syms_of_w32menu): Likewise.
19614
19615 * w32proc.c (syms_of_ntproc): Likewise.
19616
19617 * w32select.c (syms_of_w32select): Likewise.
19618
19619 * w32term.c (syms_of_w32term): Likewise.
19620
19621 2008-02-01 Jason Rumney <jasonr@gnu.org>
19622
19623 * w32font.c (w32font_draw): Delete brush after using it.
19624
19625 2008-02-01 Jason Rumney <jasonr@gnu.org>
19626
19627 * w32font.c (w32font_open): Don't set font_idx.
19628 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
19629 to font settings.
19630 (w32font_draw): Fill background explicitly.
19631
19632 2008-02-01 Jason Rumney <jasonr@gnu.org>
19633
19634 * w32term.c (w32_initialize): Don't call w32font_initialize.
19635
19636 * w32font.c (w32font_info): Remove subranges.
19637 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
19638 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
19639 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
19640 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
19641 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
19642 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
19643 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
19644 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
19645 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
19646 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
19647 New symbols.
19648 (font_callback_data): New struct.
19649 (w32font_list, w32font_match): Use it.
19650 (w32font_open): Don't populate subranges.
19651 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
19652 (w32font_encode_char): Always return unicode code-point as-is.
19653 (w32font_text_extents): Supply a transformation matrix to
19654 GetGlyphOutline. Never look up by glyph index. Avoid looping
19655 twice. Use unicode version of GetTexExtentPoint32 instead of
19656 glyph index version.
19657 (set_fonts_frame): Remove.
19658 (w32_enumfont_pattern_entity): Add frame parameter, use it to
19659 set frame parameter. Use backward compatible fake foundries.
19660 Save generic family in extra slot under QCfamily. Make width slot
19661 constant. Save QCspacing value. Save list of scripts instead of
19662 binary subranges.
19663 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
19664 (add_font_entity_to_list): Use font_callback_data struct. Filter
19665 unwanted fonts.
19666 (add_one_font_entity_to_list): Use font_callback_data struct.
19667 (w32_registry): Default to iso10646_1.
19668 (fill_in_logfont): Use dpi from extra slot. Don't bother with
19669 string font registries. Don't fill in font name if it is a generic
19670 family name, fill family instead. Use spacing, family and script
19671 extra info to fill pitch, family and charset fields.
19672 (list_all_matching_fonts): Use font_callback_data struct.
19673 (unicode_range_for_char): Remove.
19674 (font_supported_scripts): New function.
19675 (w32font_initialize): Remove.
19676 (syms_of_w32font): Update which symbols are defined.
19677
19678 2008-02-01 Jason Rumney <jasonr@gnu.org>
19679
19680 * font.c (font_pixel_size): Reverse assq_no_quit args.
19681
19682 * w32term.h (FONT_WIDTH): Report max width, not average.
19683 (FONT_MAX_WIDTH): Remove.
19684 (FONT_AVG_WIDTH): New macro.
19685
19686 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
19687 redefinition of FONT_WIDTH.
19688
19689 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
19690 (w32_cache_char_metrics): Use FONT_WIDTH.
19691
19692 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
19693
19694 2008-02-01 Jason Rumney <jasonr@gnu.org>
19695
19696 * w32font.c (w32font_open): Make lfHeight negative.
19697
19698 * w32fns.c (x_default_font_parameter): Use new style font name.
19699 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
19700
19701 2008-02-01 Jason Rumney <jasonr@gnu.org>
19702
19703 * w32font.c (QCsubranges): New symbol.
19704 (w32font_open, w32font_has_char): Get subranges from subproperty
19705 of extra.
19706 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
19707 (syms_of_w32font): Define :subranges symbol.
19708
19709 * font.c (font_put_extra): Expose externally.
19710
19711 * font.h (font_put_extra): Move declaration from font.c.
19712
19713 * font.c (Ffont_get): Use font driver to determine otf capability.
19714 (adjust_anchor): Check if driver defines anchor_point before using.
19715
19716 * w32font.c (w32font_open): Handle size, height and pixel_size better.
19717 (w32font_draw): Use options.
19718 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
19719 Fix detection of truetype fonts.
19720 (registry_to_w32_charset): Handle charsets other than iso8859-1
19721 expressed as lisp symbols.
19722 (w32_registry): Express charset as lisp symbol.
19723 (fill_in_logfont): Reverse pixel and point height logic.
19724 Don't set width here. Set quality to default.
19725
19726 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
19727 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
19728
19729 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
19730 Remove redundant loop and allocation.
19731
19732 * makefile.w32-in (font.o, w32font.o): New objects.
19733 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
19734 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
19735
19736 * xdisp.c (fill_composite_glyph_string): Make the first arg to
19737 STORE_XCHARB a valid l-value.
19738
19739 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
19740 calculations for non-Truetype fonts.
19741 (x_draw_glyph_string): Sync with xterm.c.
19742 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
19743 Remove redundant code.
19744 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
19745
19746 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
19747 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
19748
19749 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
19750 (x_to_w32_charset, w32_to_x_charset): Expose externally.
19751
19752 * w32font.c: New file for w32 font backend.
19753
19754 2008-02-01 Kenichi Handa <handa@m17n.org>
19755
19756 * term.c: Don't include "buffer.h" twice.
19757
19758 2008-02-01 Kenichi Handa <handa@m17n.org>
19759
19760 * character.c (Funibyte_string): New function.
19761 (syms_of_character): Defsubr it.
19762
19763 2008-02-01 Jason Rumney <jasonr@gnu.org>
19764
19765 * w32term.c [USE_FONT_BACKEND]:
19766 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
19767 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
19768 (x_draw_glyph_string, x_draw_glyph_string_foreground)
19769 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
19770 (x_free_frame_resources): Sync with xterm.c.
19771
19772 2008-02-01 Andreas Schwab <schwab@suse.de>
19773
19774 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
19775 char-table size.
19776
19777 2008-02-01 Kenichi Handa <handa@m17n.org>
19778
19779 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
19780
19781 2008-02-01 Kenichi Handa <handa@m17n.org>
19782
19783 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
19784 font_otf_gpos, add font_drive_otf.
19785
19786 * fontset.c (fontset_find_font): Pay attention to font size
19787 specified for a font.
19788 (reorder_font_vector): Check contents of font_def.
19789
19790 * font.c (struct otf_list): Delete it.
19791 (otf_list): Make it a lisp variable.
19792 (otf_open): Use lispy otf_list.
19793 (generate_otf_features): Rename from parse_gsub_gpos_spec.
19794 (check_otf_features): New function.
19795 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
19796 New functions.
19797 (font_drive_otf): New function merging font_otf_gsub and
19798 font_otf_gpos.
19799 (font_open_for_lface): New arg spec. Change argument order.
19800 (font_load_for_face): Adjust for the change of font_open_for_lface.
19801 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
19802 Ffont_otf_gpos.
19803 (syms_of_font): Staticpro otf_list. Delete defsubr of
19804 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
19805
19806 * xfaces.c (set_font_frame_param): Adjust for the change of
19807 font_open_for_lface.
19808
19809 * font.h (font_open_for_lface): Adjust prototype.
19810 (struct font_driver): Delete members otf_gsub and otf_gpos, add
19811 member otf_drive.
19812 (font_otf_gsub, font_otf_gpos): Delete externs.
19813 (font_drive_otf): Extern it.
19814
19815 2008-02-01 Kenichi Handa <handa@m17n.org>
19816
19817 * font.c (font_at): If the window W is not on a window system,
19818 return Qnil.
19819
19820 * coding.c (produce_chars, encode_coding): Don't call
19821 insert_from_gap if no characters to produce.
19822
19823 2008-02-01 Kenichi Handa <handa@m17n.org>
19824
19825 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
19826 Fclear_face_cache.
19827
19828 * xfaces.c (face_for_font): Check also face->font==font->font.font.
19829
19830 2008-02-01 Miles Bader <miles@gnu.org>
19831
19832 * emacs.c (main): Change default value of `enable_font_backend' to 1.
19833 Parse "--disable-font-backend" option.
19834 (standard_args): Add "--disable-font-backend" option.
19835
19836 2008-02-01 Kenichi Handa <handa@m17n.org>
19837
19838 * fontset.c (fontset_find_font): New function.
19839 (fontset_font): Use fontset_find_font.
19840 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
19841 Register the specified font for all Latin characters.
19842 (new_fontset_from_font): Register the specified font for all Latin
19843 characters.
19844 (dump_fontset): For a realized fontset, include the base fontset
19845 name in the returned vector.
19846
19847 2008-02-01 Kenichi Handa <handa@m17n.org>
19848
19849 * character.h (CHAR_STRING): Cast C to unsigned on calling
19850 char_string.
19851
19852 * character.c (char_string): Type of arg C changed to unsigned.
19853 Signal an error if C is an invalid character code.
19854
19855 * editfns.c (general_insert_function, Fchar_to_string):
19856 Use CHARACTERP, not INTEGERP.
19857
19858 2008-02-01 Kenichi Handa <handa@m17n.org>
19859
19860 * character.h (MIN_MULTIBYTE_LEADING_CODE)
19861 (MAX_MULTIBYTE_LEADING_CODE): New macros.
19862
19863 * regex.c (analyse_first): Fix for multibyte characters in "case
19864 charset:" and "case categoryspec:".
19865
19866 2008-02-01 Andreas Schwab <schwab@suse.de>
19867
19868 * Makefile.in (LIBES): Move standard libraries to the end.
19869
19870 2008-02-01 Kenichi Handa <handa@m17n.org>
19871
19872 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
19873 nonzero, don't shrink the buffer nextb.
19874
19875 * buffer.h (struct buffer_text): New member inhibit_shrinking.
19876
19877 * coding.c (coding_alloc_by_making_gap): New arg offset.
19878 (alloc_destination): Call coding_alloc_by_making_gap with the arg
19879 offset.
19880 (decode_coding_iso_2022): Update coding->safe_charsets.
19881 (decode_coding_gap): Temporarily set
19882 current_buffer->text->inhibit_shrinking to 1.
19883
19884 2008-02-01 Kenichi Handa <handa@m17n.org>
19885
19886 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
19887 indexing into elements of s->cmp and s->char2b.
19888
19889 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
19890
19891 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
19892
19893 2008-02-01 Kenichi Handa <handa@m17n.org>
19894
19895 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
19896 target_multibyte instead of multibyte.
19897 (re_match_2_internal): Call bcmp_translate with target_multibyte.
19898 (bcmp_translate): Change the argument name from multibyte to
19899 target_multibyte.
19900
19901 2008-02-01 Kenichi Handa <handa@m17n.org>
19902
19903 These changes are to compile a regexp into a pattern that can be
19904 used both for multibyte and unibyte targets.
19905
19906 * Makefile.in (search.o): Depend on charset.h.
19907
19908 * character.c (multibyte_char_to_unibyte_safe): New function.
19909
19910 * search.c: Include "charset.h".
19911 (compile_pattern_1): Delete argument multibyte. Don't set
19912 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
19913 (compile_pattern): Don't compare cp->buf.target_multibyte.
19914 Compare cp->buf.charset_unibyte.
19915 (compile_pattern): Set cp->buf.target_multibyte.
19916
19917 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
19918
19919 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
19920
19921 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
19922 multibyte. Change callers.
19923 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
19924 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
19925 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
19926 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
19927 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
19928 (regex_compile): Make the compiled pattern usable both for
19929 multibyte and unibyte targets.
19930 (analyse_first): Make the fastmap usable both for multibyte and
19931 unibyte targets.
19932 (TRANSLATE_VIA_MULTIBYTE): Delete.
19933 (re_match_2_internal): Pay attention to the case that the
19934 multibyteness of bufp and target may be different.
19935
19936 2008-02-01 Kenichi Handa <handa@m17n.org>
19937
19938 * xdisp.c (x_produce_glyphs): When a font is not found, make the
19939 empty box occupy at least one column width.
19940
19941 2008-02-01 Miles Bader <miles@gnu.org>
19942
19943 * Makefile.in: Remove redundant HAVE_XFT clause.
19944
19945 2008-02-01 Kenichi Handa <handa@m17n.org>
19946
19947 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
19948
19949 2008-02-01 Kenichi Handa <handa@m17n.org>
19950
19951 * fontset.c (Finternal_char_font): Fix for the case of POSITION
19952 being nil.
19953
19954 2008-02-01 Kenichi Handa <handa@m17n.org>
19955
19956 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
19957
19958 2008-02-01 Kenichi Handa <handa@m17n.org>
19959
19960 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
19961
19962 2008-02-01 Kenichi Handa <handa@m17n.org>
19963
19964 * search.c (simple_search): Fix previous change.
19965
19966 2008-02-01 Kenichi Handa <handa@m17n.org>
19967
19968 * xftfont.c (ftfont_font_format): Extern declaration.
19969
19970 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
19971
19972 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
19973 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
19974
19975 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
19976 (ftfont_font_format): Fix previous change.
19977
19978 * font.h (Ffont_xlfd_name): EXFUN it.
19979
19980 * font.c (font_parse_xlfd): Fix the array size of `f'.
19981 (register_font_driver): Use EQ to compare driver->type.
19982
19983 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
19984 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
19985 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
19986
19987 2008-02-01 Kenichi Handa <handa@m17n.org>
19988
19989 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
19990 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
19991
19992 2008-02-01 Kenichi Handa <handa@m17n.org>
19993
19994 * xfont.c (xfont_open): Set font->format.
19995
19996 * xftfont.c (xftfont_open): Set font->format.
19997
19998 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
19999 (ftfont_list): Include FC_FONTFORMAT in FcObject.
20000 (ftfont_open): Set font->format.
20001 (ftfont_font_format): New function.
20002
20003 * font.h (struct font): New member format.
20004
20005 * font.c (Qopentype): New variable.
20006 (syms_of_font): Defsym it.
20007 (Fquery_font): Change the format of the last element of the return
20008 value.
20009
20010 2008-02-01 Kenichi Handa <handa@m17n.org>
20011
20012 * xfns.c (xic_create_xfontset): Try the default fontset name as a
20013 last resort.
20014
20015 2008-02-01 Kenichi Handa <handa@m17n.org>
20016
20017 * coding.c (detect_coding_charset): Fix detection of multi-byte
20018 charset.
20019
20020 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
20021
20022 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
20023
20024 2008-02-01 Kenichi Handa <handa@m17n.org>
20025
20026 * xdisp.c (get_next_display_element): Set it->face_id for the
20027 first component of a composition.
20028 (x_produce_glyphs): Check if the font is changed or not for composition.
20029
20030 2008-02-01 Kenichi Handa <handa@m17n.org>
20031
20032 * fontset.c (Qlatin): New variable.
20033 (syms_of_fontset): Define it as a lisp symbol.
20034 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
20035
20036 2008-02-01 Kenichi Handa <handa@m17n.org>
20037
20038 * font.c (font_unparse_fcname): Pay attention to the case that
20039 some of font property is a null string.
20040
20041 2008-02-01 Kenichi Handa <handa@m17n.org>
20042
20043 * term.c: Include "composite.h".
20044 (encode_terminal_code): Output all components of composition.
20045 Check the size of encode_terminal_src.
20046 (produce_glyphs): For composition, call produce_composite_glyph.
20047 (append_composite_glyph, produce_composite_glyph): New functions.
20048
20049 * xdisp.c (x_produce_glyphs): In handling composition, if a font
20050 is not found, get font_info from the current ascii face.
20051
20052 2008-02-01 Kenichi Handa <handa@m17n.org>
20053
20054 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
20055 buffer-file-name to Qnil before calling insert_from_buffer.
20056
20057 * font.c (font_unparse_fcname): Pay attention to the case that
20058 foundry is a null string.
20059
20060 2008-02-01 Kenichi Handa <handa@m17n.org>
20061
20062 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
20063
20064 * font.c (Qunicode_sip): New variable.
20065 (syms_of_font): Declare it as a Lisp symbol.
20066
20067 * font.h (Qunicode_sip): Extern it.
20068
20069 2008-02-01 Kenichi Handa <handa@m17n.org>
20070
20071 * composite.c (get_composition_id): Pay attention to TAB component.
20072
20073 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
20074 TAB. Adjust for the change of s->char2b which always points to
20075 the first element of allocated memory.
20076
20077 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
20078
20079 * xdisp.c (handle_composition_prop): Set it->c to the first
20080 non-TAB component.
20081 (fill_composite_glyph_string): Change argument.
20082 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
20083 (x_produce_glyphs): Fix handling of left/right padding.
20084
20085 2008-02-01 Kenichi Handa <handa@m17n.org>
20086
20087 * coding.c (detect_coding_system): Fix for handling off
20088 inhibit_iso_escape_detection. Fix for the case that no coding
20089 system is defined for a specific coding category.
20090
20091 2008-02-01 Kenichi Handa <handa@m17n.org>
20092
20093 * font.c (font_matching_entity): Delete unused local var.
20094
20095 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
20096 opening a font.
20097
20098 * fileio.c (Finsert_file_contents): On recovering a file, assume
20099 Unix-like eol.
20100 (choose_write_coding_system): On auto-saving a file, force
20101 Unix-like eol.
20102
20103 * coding.c (setup_coding_system): Fix setting of
20104 coding->common_flags based on eol_type.
20105 (coding_inherit_eol_type): If PARENT is not nil, be sure to
20106 inherit from it.
20107
20108 2008-02-01 Kenichi Handa <handa@m17n.org>
20109
20110 * alloc.c (NSTATICS): Increas to 0x600.
20111
20112 2008-02-01 Kenichi Handa <handa@m17n.org>
20113
20114 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
20115 (ftfont_list): Don't check :name property.
20116 (ftfont_match): New function.
20117 (ftfont_pattern_entity): If the pattern doesn't contain
20118 FC_SPACING, don't assume FC_MONO.
20119
20120 * font.h (struct font_driver): New member `match'.
20121 (font_update_drivers): Adjust prototype.
20122
20123 * font.c (font_parse_fcname, font_parse_name): Don't change :name
20124 property of FONT.
20125 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
20126 them unconditionally.
20127 (font_matching_entity): New function.
20128 (font_open_by_name): Try font_matching_entity if exact match is
20129 not found.
20130 (font_update_drivers): Delete the arg FONT. Return a list of
20131 actually used backends. Don't free faces, font caches here.
20132 Don't store data in frame parameters. Don't call x_set_font.
20133 (Ffont_spec): Store :name property as is.
20134 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
20135 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
20136 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
20137 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
20138 Call font->driver->otf_gsub instead of font_otf_gsub.
20139
20140 * frame.c (x_set_font_backend): Do more works that were done in
20141 font_update_drivers before.
20142
20143 * xfont.c (xfont_match): New function.
20144 (xfont_driver): Set xfont_driver.match to xfont_match.
20145 (xfont_draw): Set font in GC if necessary.
20146
20147 * ftxfont.c (ftxfont_match): New function.
20148 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
20149
20150 * xftfont.c (xftfont_match): New function.
20151 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
20152
20153 2008-02-01 Kenichi Handa <handa@m17n.org>
20154
20155 * font.h (struct font): New member scalable.
20156 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
20157 (font_otf_gsub): Adjust prototype.
20158
20159 * font.c (font_otf_capability): Fix handling of the default langsys.
20160 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
20161 Check the contents of SPEC.
20162 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
20163 (check_gstring): New function.
20164 (REPLACEMENT_CHARACTER): New macro.
20165 (font_otf_gsub): New arg alternate_subst. Be sure to set all
20166 glyph codes of GSTRING.
20167 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
20168 (font_prepare_composition): Set cmp->glyph_len.
20169 (font_open_entity): Set font->scalable.
20170 (Ffont_get): Handle :otf property.
20171 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
20172 functions.
20173 (Fquery_font): Use font->font.full_name.
20174 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
20175 Sfont_otf_alternates.
20176
20177 * ftfont.c (ftfont_open): Set font->font.full_name and
20178 font->font.name properly. Fix calculation of font->font.height
20179 and font->min_width.
20180
20181 * ftxfont.c (ftxfont_create_gcs): New function.
20182 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
20183 (ftxfont_draw_backgrond): Fix filling region.
20184 (ftxfont_default_fid): New function.
20185 (ftxfont_open): Set xfont->fid to the return value of
20186 ftxfont_default_fid.
20187 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
20188 (ftxfont_done_face): Free only GCs that are created by
20189 ftxfont_create_gcs.
20190 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
20191
20192 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
20193 Clip to src->width, etc (not src->clip_XXX).
20194
20195 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
20196 FontBackend frame parameter.
20197
20198 2008-02-01 Kenichi Handa <handa@m17n.org>
20199
20200 * font.h (struct font_driver_list): New member `on'.
20201 (Fclear_font_cache): EXFUN it.
20202 (font_update_drivers): Extern it.
20203
20204 * font.c (font_unparse_fcname): Fix typo (swidth->width).
20205 (font_list_entities): Check driver_list->on.
20206 (register_font_driver): Initialize `on' member to 0.
20207 (font_update_drivers): New function.
20208 (Fclear_font_cache): Check driver_list->on.
20209
20210 * frame.h (Qfont_backend): Extern it.
20211 (x_set_font_backend): Extern it.
20212
20213 * frame.c (Qfont_backend): New variable.
20214 (frame_parms): New element for font-backend.
20215 (x_set_font_backend): New function.
20216
20217 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
20218 FontBackend frame parameter.
20219 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
20220 x_set_font_backend.
20221
20222 * xfont.c (xfont_list): Don't try listing by :name property if the
20223 name is not for XLFD.
20224
20225 2008-02-01 Kenichi Handa <handa@m17n.org>
20226
20227 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
20228 (LGLYPH_SET_TO): New macros.
20229 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
20230 element of G is vector or not.
20231 (font_at): Extern it.
20232
20233 * font.c: Include window.h.
20234 (font_lispy_object): New function.
20235 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
20236 end of valid glyph.
20237 (font_close_object): Fix getting (struct font *).
20238 (font_at): New function.
20239 (Ffont_get): If FONT is a font-object, get entity from it.
20240 (Ffont_make_gstring): Initialize elements of glyphs with nil.
20241 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
20242 range check.
20243 (Ffont_at): New function.
20244 (syms_of_font): Defsubr Sfont_at.
20245
20246 * xdisp.c (it_props): Move the entry for Qauto_composed to just
20247 before the entry for Qcomposition.
20248 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
20249 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
20250 the font in gstring.
20251 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
20252 LGLYPH_FORM (g) to detect the end of valid glyph.
20253 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
20254 we are composing with gstring.
20255
20256 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
20257 Check if adjustment is vector or not.
20258
20259 * Makefile.in (font.o): Make it depends on window.h.
20260
20261 2008-02-01 Kenichi Handa <handa@m17n.org>
20262
20263 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
20264 adjustment is vector or not.
20265
20266 2008-02-01 Miles Bader <miles@gnu.org>
20267
20268 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
20269
20270 2008-02-01 Kenichi Handa <handa@m17n.org>
20271
20272 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
20273 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
20274 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
20275
20276 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
20277 (DEVICE_DELTA): Fix typo.
20278 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
20279 LGLYPH format.
20280
20281 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
20282 the change of LGLYPH format.
20283
20284 2008-02-01 Kenichi Handa <handa@m17n.org>
20285
20286 * ftfont.c (ftfont_list): Fix typo.
20287 (ftfont_build_basic_charsets): Don't include letters with diacritics.
20288
20289 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20290
20291 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
20292
20293 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
20294 xftface_info is non-NULL.
20295
20296 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20297
20298 * ftfont.c (ftfont_list): Move misplaced #endif.
20299
20300 2008-02-01 Kenichi Handa <handa@m17n.org>
20301
20302 * ftfont.c (ftfont_list): Pay attention to the case that
20303 FC_CAPABILITY is not defined.
20304
20305 2008-02-01 Kenichi Handa <handa@m17n.org>
20306
20307 * xftfont.c (xftfont_open): Set charset related members to -1.
20308
20309 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
20310 QCname.
20311 (ftfont_open): Set charset related members to -1.
20312
20313 * fontset.c (Votf_script_alist): New variable.
20314 (syms_of_fontset): Initialize it.
20315 (fontset_font): Delete unused variable.
20316
20317 * fontset.h (Votf_script_alist): Extern it.
20318
20319 * font.c (font_find_for_lface): Optimize code.
20320
20321 * font.h (font_close_object, font_merge_old_spec): Extern them.
20322
20323 2008-02-01 Kenichi Handa <handa@m17n.org>
20324
20325 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
20326 (syms_of_font): Initialize them.
20327 (font_pixel_size): Allow float value in dpi.
20328 (font_prop_validate_type): Delete.
20329 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
20330 Change caller.
20331 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
20332 (font_prop_validate_extra): Delete.
20333 (font_prop_validate_spacing): New function.
20334 (font_property_table): Add elements for all known properties.
20335 (get_font_prop_index): Rename from check_font_prop_name. New
20336 argument FROM. Change caller.
20337 (font_prop_validate): Validate all known properties.
20338 (font_put_extra): Delete argument force. Change caller.
20339 (font_expand_wildcards): Make it static. Fix the way of shrinking
20340 the possible range.
20341 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
20342 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
20343 Change caller.
20344 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
20345 (font_parse_fcname): Delete argument merge. Fix parsing of point
20346 size. Don't validate properties values here. Change caller.
20347 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
20348 (font_open_by_name): Delete unused variable.
20349 (Ffont_spec): Likewise. Validate property values.
20350 (Ffont_match_p): New function.
20351
20352 * font.h (QCscalable): Extern it.
20353 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
20354
20355 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
20356
20357 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
20358 (xfont_list_pattern): New function.
20359 (xfont_list): Use xfont_list_pattern.
20360
20361 2008-02-01 Kenichi Handa <handa@m17n.org>
20362
20363 * font.h (Flist_fonts): EXFUN it.
20364
20365 2008-02-01 Jason Rumney <jasonr@gnu.org>
20366
20367 * w32term.c (w32_initialize): Add back smoothing_type and
20368 smoothing_enabled definitions.
20369
20370 2008-02-01 Kenichi Handa <handa@m17n.org>
20371
20372 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
20373 s->face->font on determining underline position.
20374
20375 2008-02-01 Kenichi Handa <handa@m17n.org>
20376
20377 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
20378 (font_has_char): Accept font-object too.
20379 (font_find_for_lface): Try at first with a size specified in face.
20380
20381 2008-02-01 Kenichi Handa <handa@m17n.org>
20382
20383 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
20384 font_open_by_name.
20385
20386 2008-02-01 Kenichi Handa <handa@m17n.org>
20387
20388 * font.h (QCspacing, QCdpi): Extern them.
20389 (enum font_spacing): New enum.
20390 (FONT_PIXEL_SIZE_QUANTUM): New macro.
20391
20392 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
20393 (QCspacing, QCdpi): New variables.
20394 (syms_of_font): Initialize them.
20395 (font_pixel_size): New function.
20396 (font_put_extra): New function.
20397 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
20398 in FONT_EXTRA.
20399 (font_parse_fcname): Handle enumerated values (e.g. bold).
20400 Fix handling font size. Add QCname property that contains only
20401 unknown properties.
20402 (font_score): Change argument. Change caller. Pay attention to
20403 FONT_PIXEL_SIZE_QUANTUM.
20404 (font_sort_entites, font_list_entities, font_find_for_lface)
20405 (font_open_for_lface, font_open_by_name): Fix handling of font size.
20406 (Ffont_spec): Add QCname property that contains only unknown properties.
20407
20408 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
20409 include weight in listing pattern, instead check weight of each
20410 listed font. Don't include scalable in pattern. Pay attention to
20411 FONT_PIXEL_SIZE_QUANTUM.
20412
20413 2008-02-01 Kenichi Handa <handa@m17n.org>
20414
20415 * font.c (font_parse_fcname): Fix parsing of point-size.
20416 (font_unparse_fcname): Produce symbolic names for style properties.
20417 (font_list_entities): Handle float size correctly.
20418 (font_open_by_name): Prefer `normal' property values if the name
20419 doesn't specify them.
20420
20421 * fontset.c (Finternal_char_font): Use font_get_name, not
20422 Ffont_xlfd_name.
20423
20424 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
20425 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
20426 pattern. Don't force scalable.
20427
20428 * xftfont.c (xftfont_open): For generating a name, start from
20429 96-byte buffer.
20430
20431 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20432
20433 * frame.h (x_new_fontset2): Fix prototype.
20434
20435 2008-02-01 Kenichi Handa <handa@m17n.org>
20436
20437 * font.h (struct font_driver): Delete member parse_name.
20438 (font_match_p, font_get_spec, font_parse_fcname)
20439 (font_unparse_fcname): Extern them.
20440 (font_get_name): Adjust prototype.
20441
20442 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
20443 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
20444 (font_expand_wildcards): Fix handling ENCODING field. Avoid
20445 unnecessary checks for weight, slant, and swidth.
20446 (font_parse_fcname): New function.
20447 (font_unparse_fcname): New function.
20448 (font_parse_name): New function.
20449 (font_match_p): New function.
20450 (font_get_name): Change return value to Lisp string.
20451 (font_get_spec): New function.
20452 (Qunspecified, Qignore_defface): Don't extern them.
20453 (font_find_for_lface): Assume that LFACE is fully specified.
20454 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
20455 object, use it for FACE.
20456 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
20457 driver->parse_name.
20458 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
20459
20460 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
20461 prototype.
20462
20463 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
20464 argument F. Don't call Fnew_fontset. Instead, directly call
20465 make_fontset.
20466
20467 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
20468
20469 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
20470 of x_new_fontset2.
20471
20472 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
20473 (Qsans__serif): New variables.
20474 (ftfont_generic_family_list): New variable.
20475 (syms_of_ftfont): Initialize the above variables.
20476 (ftfont_pattern_entity): Delete argument NAME.
20477 (ftfont_list_generic_family): New function.
20478 (ftfont_parse_name): Delete this function.
20479 (ftfont_list): Try generic family only when FcFontList found no font.
20480 (ftfont_list_family): Fix args to FcObjectSetBuild.
20481
20482 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
20483 object in attrs[LFACE_FONT_INDEX].
20484 (set_lface_from_font_name): Cancel all changes for font-backend.
20485 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
20486 function.
20487 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
20488 font object in QCfont attribute.
20489 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
20490 (realize_default_face) [USE_FONT_BACKEND]: Call
20491 set_lface_from_font_and_fontset.
20492
20493 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
20494 "fixed", and signal error here if no suitable font was found.
20495
20496 * xfont.c (xfont_parse_name): Delete this function.
20497
20498 * xftfont.c (xftfont_open): Change coding style of error
20499 handling. Generate fontconfig's fontname pattern.
20500
20501 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
20502 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
20503
20504 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
20505 Both args FONTSET and FONT_OBJECT must be existing ones.
20506
20507 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20508
20509 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
20510
20511 2008-02-01 Kenichi Handa <handa@m17n.org>
20512
20513 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
20514
20515 * font.h (struct font): Fix typo.
20516
20517 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
20518 XLFD_XXX_INDEX.
20519 (enum xlfd_field_mask): New enum.
20520 (intern_font_field): Changed argument. Change caller. If digits
20521 are followed by non-digits, return a symbol.
20522 (font_expand_wildcards): New function.
20523 (font_parse_xlfd): Fix wildcard handling.
20524 (Ffont_spec): If :name is specified, reflect the info in the other
20525 properties.
20526
20527 * ftfont.c (ftfont_pattern_entity): Fix typo.
20528 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
20529 locale.
20530
20531 2008-02-01 Kenichi Handa <handa@m17n.org>
20532
20533 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
20534
20535 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
20536 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
20537 registry doesn't specify encoding part.
20538 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
20539 (font_open_by_name): At first try parsing the name.
20540 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
20541 as Lisp symbols.
20542
20543 * fontset.c (reorder_font_vector): Pay attention to the case that
20544 the 3rd element of font_def is nil.
20545 (fontset_font): For the default fontset, append one more fontset
20546 elements for a script-based font specification. Don't add script
20547 attribute on finding a font.
20548 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
20549 font name.
20550 (fontset_ascii_font): If a font can't be opened, return nil.
20551
20552 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
20553 (ftfont_pattern_entity): New function.
20554 (ftfont_get_cache): Assume that freetype_font_cache is already
20555 initialized.
20556 (ftfont_list): Handle the case that a file is specified in font
20557 name. Use ftfont_pattern_entity to generate entities.
20558 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
20559 (syms_of_ftfont): Initialize freetype_font_cache.
20560
20561 * xftfont.c (xftfont_open): Make the font name fontconfig's
20562 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
20563 (xftfont_close): Free font->font.name if not NULL.
20564
20565 * xfont.c (xfont_list): If script is specified for a font, return
20566 null_vector.
20567 (xfont_list_family): Declare argument type.
20568
20569 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
20570 name, set LFACE_FONT (lface) to nil.
20571
20572 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
20573 return Qnil.
20574
20575 2008-02-01 Kenichi Handa <handa@m17n.org>
20576
20577 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
20578 (standard_args): Add "-enable-font-backend".
20579
20580 2008-02-01 Kenichi Handa <handa@m17n.org>
20581
20582 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
20583 (struct xftdraw_list, xftdraw_list): Delete them.
20584 (register_xftdraw, check_xftdraw): Delete them.
20585 (xftfont_prepare_face): Don't call register_xftdraw.
20586 (xftfont_done_face): Don't call check_xftdraw.
20587 (xftfont_draw): Get background color only when with_background is
20588 nonzero.
20589
20590 * xfont.c (xfont_encode_char): Fix calculation of char2b.
20591
20592 2008-02-01 Kenichi Handa <handa@m17n.org>
20593
20594 These changes are for the new font handling codes.
20595
20596 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
20597 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
20598 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
20599 (FONTSRC, FONTOBJ): New variables.
20600 (obj): Add $(FONTOBJ).
20601 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
20602 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
20603 @LIBOTF_LIBS@.
20604 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
20605 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
20606
20607 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
20608
20609 * character.h (Vscript_representative_chars): Extern it.
20610
20611 * character.c (Vscript_representative_chars): New variable.
20612 (syms_of_character): Declare it as a Lisp variable.
20613
20614 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
20615 enable_font_backend is nonzero, accept the composition method
20616 COMPOSITION_WITH_GLYPH_STRING.
20617
20618 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
20619 enumeration COMPOSITION_WITH_GLYPH_STRING.
20620
20621 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
20622 members clip_x, clip_y, clip_width, and clip_height.
20623 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
20624
20625 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
20626 --enable-font-backend. Call syms_of_font.
20627
20628 * fns.c (assoc_no_quit): New function.
20629
20630 * fontset.h (FONT_INFO_FROM_FACE): New macro.
20631 (face_for_font, new_fontset_from_font)
20632 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
20633
20634 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
20635 (fontset_font, fontset_ascii, face_for_char)
20636 (make_fontset_for_ascii_face, Ffont_info)
20637 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
20638 is nonzero, use font-backend mechanism.
20639 (find_font_encoding): Make it non-static.
20640 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
20641 New functions.
20642
20643 * frame.h (struct frame): New members resx and resy.
20644 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
20645 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
20646
20647 * frame.c [USE_FONT_BACKEND]: Include "font.h".
20648 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
20649
20650 * lisp.h (assoc_no_quit): Extern it.
20651
20652 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
20653 Through out the file, use FONT_INFO_FROM_FACE instead of
20654 FONT_INFO_FROM_ID, use get_per_char_metric instead of
20655 rif->per_char_metric.
20656 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
20657 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
20658 (get_glyph_face_and_encoding, fill_composite_glyph_string)
20659 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
20660 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
20661 nonzero, use font-backend mechanism.
20662 (get_per_char_metric): New function.
20663
20664 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
20665 (set_lface_from_font_name)
20666 (set_font_frame_param, free_realized_face)
20667 (prepare_face_for_display, clear_face_gcs)
20668 (Finternal_set_font_selection_order, realize_x_face)
20669 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
20670 font-backend mechanism.
20671 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
20672 (load_face_font) [USE_FONT_BACKEND]: Abort.
20673 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
20674 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
20675
20676 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
20677 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
20678 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
20679 nonzero, register all available font drivers. Call
20680 x_default_font_parameter for deciding a font.
20681 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
20682
20683 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
20684 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
20685 (x_set_glyph_string_clipping_exactly)
20686 (x_compute_glyph_string_overhangs)
20687 (x_draw_glyph_string_foreground)
20688 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
20689 (x_free_frame_resources) [USE_FONT_BACKEND]: If
20690 enable_font_backend is nonzero, use font-backend mechanism.
20691 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
20692
20693 2008-02-01 Kenichi Handa <handa@m17n.org>
20694
20695 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
20696 system_eol_type.
20697 (syms_of_coding): Initialize system_eol_type.
20698
20699 * process.c (Fset_process_coding_system): Inherit system's eol
20700 format if necessary.
20701
20702 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20703
20704 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
20705
20706 2008-02-01 Kenichi Handa <handa@m17n.org>
20707
20708 * coding.c (decode_eol): Pay attention to buffer relocation in
20709 del_range_2.
20710 (decode_coding): Call decode_eol before restoring undo_list.
20711
20712 2008-02-01 Kenichi Handa <handa@m17n.org>
20713
20714 * charset.c (Fdefine_charset_internal): Fix setting of
20715 emacs_mule_bytes.
20716
20717 2008-02-01 Kenichi Handa <handa@m17n.org>
20718
20719 * keyboard.c (read_char): Check if C is a character or not before
20720 looking up Vkeyboard_translate_table.
20721
20722 2008-02-01 Kenichi Handa <handa@m17n.org>
20723
20724 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
20725 condition to terminate the loop.
20726
20727 2008-02-01 Kenichi Handa <handa@m17n.org>
20728
20729 * coding.c (produce_composition): Compare charbuf[i] instead of
20730 args[i] against 0.
20731 (Fterminal_coding_system): Use EQ to compare Lisp objects.
20732
20733 2008-02-01 Kenichi Handa <handa@m17n.org>
20734
20735 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
20736 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
20737 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
20738 detect_coding.
20739 (emacs_mule_char): Handle old style (Emacs 20) component character
20740 of a composition.
20741 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
20742 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
20743 composition rule.
20744 (decode_coding_emacs_mule): Handle invalid bytes correctly.
20745
20746 2008-02-01 Kenichi Handa <handa@m17n.org>
20747
20748 * coding.c (encode_coding_ccl): Allocate destination dynamically
20749 when necessary.
20750
20751 2008-02-01 Kenichi Handa <handa@m17n.org>
20752
20753 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
20754 the loop. When quitted, show a proper error message.
20755
20756 2008-02-01 Kenichi Handa <handa@m17n.org>
20757
20758 * xterm.c (x_set_glyph_string_clipping_exactly): Set
20759 src->clip_head and src->clip_tail temporarily instead of src->hl.
20760
20761 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
20762 character sequence.
20763 (Fccl_execute_on_string): Use ASET, not XSET.
20764
20765 2008-02-01 Kenichi Handa <handa@m17n.org>
20766
20767 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
20768
20769 2008-02-01 Kenichi Handa <handa@m17n.org>
20770
20771 * coding.c (decode_coding): Fix the condition of terminating the
20772 decoding loop.
20773
20774 2008-02-01 Kenichi Handa <handa@m17n.org>
20775
20776 * data.c (Faset): On setting a character bigger than 255 in a
20777 unibyte string, signal an error instead of make the string multibyte.
20778
20779 2008-02-01 Kenichi Handa <handa@m17n.org>
20780
20781 * charset.c (map_charset_chars): Fix for ascii-compatible charset
20782 made by a mapping table.
20783
20784 2008-02-01 Kenichi Handa <handa@m17n.org>
20785
20786 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
20787 not.
20788 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
20789 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
20790
20791 * xterm.c (x_draw_composite_glyph_string_foreground): Check
20792 s->face is NULL or not.
20793
20794 2008-02-01 Kenichi Handa <handa@m17n.org>
20795
20796 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
20797 (x_draw_glyph_string): Fix drawing of right_overhang and
20798 left_overhang around/on cursor.
20799
20800 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
20801
20802 2008-02-01 Kenichi Handa <handa@m17n.org>
20803
20804 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
20805
20806 2008-02-01 Kenichi Handa <handa@m17n.org>
20807
20808 * coding.c (Fdefine_coding_system_internal)
20809 (Fdefine_coding_system_alias): Avoid a duplicated element in
20810 Vcoding_system_alist.
20811
20812 2008-02-01 Kenichi Handa <handa@m17n.org>
20813
20814 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
20815
20816 * coding.c (Qcoding_system_define_form): New variable.
20817 (syms_of_coding): Intern and staticpro it.
20818 (Fcoding_system_p): Check Qcoding_system_define_form.
20819 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
20820
20821 * coding.h (CODING_SYSTEM_P): If ID is not available, call
20822 Fcoding_system_p.
20823 (CHECK_CODING_SYSTEM): If ID is not available, call
20824 Fcheck_coding_system.
20825 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
20826 Try also Fcheck_coding_system.
20827
20828 2008-02-01 Kenichi Handa <handa@m17n.org>
20829
20830 * coding.c (code_conversion_restore): GCPRO arg.
20831
20832 2008-02-01 Kenichi Handa <handa@m17n.org>
20833
20834 * character.c (lisp_string_width): Check multibyteness of STRING.
20835
20836 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20837
20838 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
20839 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
20840 (decode_mac_font_name): Use decode_coding_c_string instead of
20841 decode_coding.
20842 (x_load_font): Initialize fontp->fontset to -1. Set
20843 fontp->encoding_type.
20844
20845 2008-02-01 Kenichi Handa <handa@m17n.org>
20846
20847 * search.c (search_buffer): Give up BM search on case-fold-search
20848 if one of a target character has a case-equivalence of different
20849 byte length even if that target character is an ASCII.
20850 (simple_search): Fix calculation of byte length of matched text.
20851 (boyer_moore): Fix handling of case-equivalent multibyte characters.
20852
20853 2008-02-01 Kenichi Handa <handa@m17n.org>
20854
20855 * coding.c (decode_coding): Fix handling of invalid bytes.
20856
20857 2008-02-01 Kenichi Handa <handa@m17n.org>
20858
20859 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
20860 Unicode characters.
20861
20862 2008-02-01 Kenichi Handa <handa@m17n.org>
20863
20864 * coding.c (encode_coding_object): If a pre-write-conversion
20865 function makes a new buffer, kill it.
20866
20867 2008-02-01 Kenichi Handa <handa@m17n.org>
20868
20869 * coding.c (QCascii_compatible_p): New variable.
20870 (syms_of_coding): Initialize it.
20871 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
20872 calling string_char.
20873 (record_conversion_result): Add `default:' case.
20874 (coding_charset_list): Delete unused variable `coding_type'.
20875 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
20876 property in the plist of the coding system.
20877 (Fcoding_system_put): Check QCascii_compatible_p.
20878
20879 2008-02-01 Miles Bader <miles@gnu.org>
20880
20881 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
20882 removed calculation of frame `f', as it's now used.
20883
20884 2008-02-01 Kenichi Handa <handa@m17n.org>
20885
20886 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
20887 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
20888 (UNIDATA): New variable.
20889 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
20890 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
20891 $(RUN_TEMACS) unconditionally.
20892
20893 2008-02-01 Kenichi Handa <handa@m17n.org>
20894
20895 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
20896 (admindir): New variable.
20897 ($(lispsource)international/charprop.el): New target.
20898
20899 2008-02-01 Miles Bader <miles@gnu.org>
20900
20901 * character.c (chars-in-region): Remove obsolete function.
20902 (syms_of_character): Remove its initialization.
20903
20904 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
20905
20906 * w32select.c (validate_coding_system)
20907 (setup_windows_coding_system): New functions.
20908 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
20909 setup_windows_coding_system.
20910 (setup_config, Fw32_get_clipboard_data): Use
20911 validate_coding_system.
20912 (Fx_selection_exists): Move call to setup_config to a place
20913 where signals are allowed.
20914
20915 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
20916 (Fcheck_coding_system): Add declarations.
20917
20918 2008-02-01 Kenichi Handa <handa@m17n.org>
20919
20920 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
20921
20922 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20923
20924 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
20925 string as the second argument for x_new_fontset.
20926
20927 2008-02-01 Kenichi Handa <handa@m17n.org>
20928
20929 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
20930 (encode_coding_object): Use safe_call instead of call2.
20931
20932 2008-02-01 Kenichi Handa <handa@m17n.org>
20933
20934 * fontset.c (Fset_fontset_font): Check family element of a given vector.
20935
20936 * Makefile.in (lisp): Include charprop.el.
20937
20938 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20939
20940 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
20941 Not sure if it's unnecessary.
20942
20943 2008-02-01 Steven Tamm <steventamm@mac.com>
20944
20945 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
20946 some possibly unnecessary fontset checking code that crashed
20947 when creating a new frame.
20948
20949 2008-02-01 Kenichi Handa <handa@m17n.org>
20950
20951 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
20952 lookup_face.
20953
20954 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
20955
20956 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
20957
20958 2008-02-01 Kenichi Handa <handa@m17n.org>
20959
20960 * coding.c: Cancel the change done in HEAD on 2008-02-01.
20961 (coding_charset_list): New function.
20962
20963 * coding.h (coding_charset_list): Extern it.
20964
20965 2008-02-01 Kenichi Handa <handa@m17n.org>
20966
20967 * fontset.c (Fset_fontset_font): Call find_font_encoding with
20968 concatenation of family and registry.
20969
20970 2008-02-01 Kenichi Handa <handa@m17n.org>
20971
20972 * character.h (BYTE8_STRING): Fix typo.
20973
20974 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
20975 string to multibyte (sync to HEAD).
20976
20977 * casefiddle.c (casify_region): Handle changes in byte-length
20978 using replace_range_2 (sync to HEAD).
20979
20980 2008-02-01 Andreas Schwab <schwab@suse.de>
20981
20982 * chartab.c (map_char_table): GCPRO table and arg.
20983
20984 2008-02-01 Kenichi Handa <handa@m17n.org>
20985
20986 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
20987 already at limit.
20988
20989 2008-02-01 Kenichi Handa <handa@m17n.org>
20990
20991 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
20992 instead of fast_c_string_match_ignore_case.
20993 (find_font_encoding): Change argument to Lisp_Object. Use
20994 fast_string_match_ignore_case instead of
20995 fast_c_string_match_ignore_case. Change caller.
20996
20997 2008-02-01 Kenichi Handa <handa@m17n.org>
20998
20999 * xdisp.c (get_next_display_element): In unibyte case, decide to
21000 display in octal form by checking a character by
21001 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
21002
21003 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
21004
21005 * character.c (unibyte_has_multibyte_table): New variable.
21006
21007 * character.h (unibyte_has_multibyte_table): Extern it.
21008 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
21009
21010 2008-02-01 Kenichi Handa <handa@m17n.org>
21011
21012 * coding.c (encode_coding_iso_2022): Fix handling of charset
21013 annotation.
21014
21015 2008-02-01 Kenichi Handa <handa@m17n.org>
21016
21017 * coding.c (setup_coding_system): If coding_system is nil, use
21018 Qundecided.
21019 (Fterminal_coding_system): Return nil if terminal coding system is
21020 `undecided'.
21021 (syms_of_coding): Define coding-system `undecided' here. Setup
21022 terminal_coding as `undecided'.
21023
21024 2008-02-01 Kenichi Handa <handa@m17n.org>
21025
21026 * xdisp.c (message_dolog, set_message_1): Call
21027 unibyte_char_to_multibyte with arg type int.
21028
21029 * lread.c (read1): Fix reading of a char-table.
21030
21031 * print.c (print_object): Include sub char-table in circularities
21032 detection.
21033
21034 2008-02-01 Kenichi Handa <handa@m17n.org>
21035
21036 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
21037 Append the found sequences in car of ARGS instead of prepending.
21038
21039 2008-02-01 Kenichi Handa <handa@m17n.org>
21040
21041 * fileio.c (report_file_error): Make a unibyte string from
21042 strerror (errorno).
21043 (Fsubstitute_in_file_name): Fix the arg to
21044 unibyte_char_to_multibyte. It is evaluated twice.
21045
21046 2008-02-01 Kenichi Handa <handa@m17n.org>
21047
21048 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
21049
21050 2008-02-01 Kenichi Handa <handa@m17n.org>
21051
21052 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
21053 BOM is not found.
21054 (detect_coding, detect_coding_system): Optimization for ISO-2022
21055 when no 8-bit data is found.
21056
21057 2008-02-01 Jason Rumney <jasonr@gnu.org>
21058
21059 * w32fns.c (x_to_w32_font): Update to use new coding struct.
21060
21061 2008-02-01 Kenichi Handa <handa@m17n.org>
21062
21063 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
21064 CHARS.
21065
21066 2008-02-01 Steven Tamm <steventamm@mac.com>
21067
21068 * macterm.c (mac_encode_char): Add charset argument and update
21069 to use encoding_type.
21070 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
21071 switch to pure fontset.
21072 (decode_mac_font_name): Temporarily remove decoding.
21073 (x_font_name_to_mac_font_name): Temporarily remove encoding.
21074 (x_load_font): Temporarily remove encoding.
21075
21076 2008-02-01 Kenichi Handa <handa@m17n.org>
21077
21078 * xfaces.c (Fface_font): If frame is not on a window system,
21079 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
21080 refer to face->font.
21081 (split_font_name_into_vector, build_font_name_from_vector)
21082 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
21083 when HAVE_WINDOW_SYSTEM is defined.
21084
21085 2008-02-01 Kenichi Handa <handa@m17n.org>
21086
21087 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
21088 (x_produce_glyphs): Fix setting of members of cmp in case
21089 cmp->glyph_len is zero.
21090
21091 * fontset.c (Fset_fontset_font): Fix docstring.
21092 (Ffontset_info): Make it backward compatible. New arg ALL.
21093
21094 2008-02-01 Kim F. Storm <storm@cua.dk>
21095
21096 * process.c (read_process_output): Grow decoding_buf when needed;
21097 this could cause a crash in allocate_string and compact_small_strings.
21098
21099 2008-02-01 Kenichi Handa <handa@m17n.org>
21100
21101 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
21102
21103 2008-02-01 Kenichi Handa <handa@m17n.org>
21104
21105 * coding.c (setup_coding_system): Set coding->common_flags
21106 correctly for raw-text.
21107 (consume_chars): On encoding unibyte text by raw-text, don't check
21108 multibyte form.
21109 (encode_coding): On encoding by raw-text, never use translation tables.
21110
21111 * fileio.c (e_write): Short cut for the case of no encoding.
21112
21113 2008-02-01 Kenichi Handa <handa@m17n.org>
21114
21115 * coding.c (detect_coding, detect_coding_system): Delete unused
21116 variables.
21117
21118 2008-02-01 Kenichi Handa <handa@m17n.org>
21119
21120 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
21121 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
21122
21123 2008-02-01 Kenichi Handa <handa@m17n.org>
21124
21125 * coding.c (Ffind_coding_systems_region_internal): Include
21126 raw-text and no-conversion in the result.
21127
21128 2008-02-01 Kenichi Handa <handa@m17n.org>
21129
21130 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
21131 (load_font_get_repertory): Delete unnecessary check of ENCODING of
21132 FONT_DEF.
21133 (font_def_arg, add_arg, from_arg, to_arg): New args.
21134 (set_fontset_font): Change argument.
21135 (Fset_fontset_font): Fix for the case that TARGET is a script
21136 name and charset name.
21137 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
21138
21139 2008-02-01 Kenichi Handa <handa@m17n.org>
21140
21141 * fontset.c (fontset_font): Rename from fontset_face. Change return
21142 value.
21143 (face_suitable_for_char_p, face_for_char): Adjust for the change
21144 of fontset_font.
21145 (make_fontset_for_ascii_face): Fix setting of the fontset element
21146 for ASCII.
21147 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
21148 to get a font name.
21149 (Ffontset_info): Adjust for the change of fontset_font.
21150
21151 * coding.c (emacs_mule_char): Check invalid code more rigidly.
21152
21153 * character.h (LEADING_CODE_LATIN_1_MIN)
21154 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
21155
21156 2008-02-01 Kenichi Handa <handa@m17n.org>
21157
21158 * editfns.c (check_translation): New function.
21159 (Ftranslate_region_internal): Handle M:N mapping.
21160
21161 2008-02-01 Kenichi Handa <handa@m17n.org>
21162
21163 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
21164
21165 2008-02-01 Kenichi Handa <handa@m17n.org>
21166
21167 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
21168 goto invalid_code.
21169 (decode_coding_iso_2022): Fix handling of invalid designation.
21170
21171 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
21172 after calling code_conversion_save.
21173
21174 2008-02-01 Kenichi Handa <handa@m17n.org>
21175
21176 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
21177
21178 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
21179
21180 * fontset.c: Include "intervals.h".
21181 (fontset_face): Fix comparing of Lisp_Objects.
21182 (free_face_fontset, new_fontset_from_font_name): Fix
21183 Lisp_Object/int mixup.
21184
21185 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
21186
21187 * coding.c: Add many prototypes for static functions.
21188 (get_translation_table): Allow max_lookup to be NULL.
21189 (decode_coding, Ffind_coding_systems_region_internal)
21190 (Funencodable_char_position, Fcheck_coding_systems_region): Call
21191 get_translation_table with max_lookup NULL.
21192
21193 2008-02-01 Kenichi Handa <handa@m17n.org>
21194
21195 * coding.c (get_translation_table): Declare it as Lisp_Object.
21196 (LOOKUP_TRANSLATION_TABLE): New macro.
21197 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
21198 instead of CHAR_TABLE_REF.
21199
21200 2008-02-01 Kenichi Handa <handa@m17n.org>
21201
21202 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
21203 annotation data format.
21204 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
21205 Change arguments FROM and TO to single argument NCHARS. Change caller.
21206 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
21207 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21208 (decode_coding_ccl, decode_coding_charset): Pay attention to
21209 coding->charbuf_used.
21210 (get_translation): New function.
21211 (produce_chars): New arguments translation_table and last_block.
21212 Translate characters here. Return number of carryover chars.
21213 Change caller.
21214 (produce_composition): New argument pos. Change caller.
21215 Adjust for the change of annotation data format.
21216 (produce_charset, produce_annotation): Likewise.
21217 (decode_coding, encode_coding): Don't call translate_chars.
21218 (consume_chars): New arg translation_table. Change caller.
21219 (translate_chars): Delete.
21220 (syms_of_coding): Make translation-table's number of extra slots 2.
21221
21222 2008-02-01 Kenichi Handa <handa@m17n.org>
21223
21224 * search.c (simple_search): Fix setting this_pos_byte in backward
21225 search.
21226
21227 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
21228 byte sequence.
21229 (detect_coding_ccl): Fix setting of the variable valids.
21230
21231 2008-02-01 Kenichi Handa <handa@m17n.org>
21232
21233 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
21234
21235 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
21236
21237 * editfns.c (Ftranslate_region_internal): Rename from
21238 Ftranslate_region. Accept a char-table in TABLE.
21239 (syms_of_editfns): Defsubr Stranslate_region_internal.
21240
21241 * xfaces.c (set_lface_from_font_name): If a font is specified for
21242 a frame, generate a fontset from the font.
21243 (build_scalable_font_name): If the scalable font is requested for
21244 a specific size, don't change that size.
21245 (try_font_list): Try a scalable font also in the case that a
21246 pattern string is specified.
21247
21248 2008-02-01 Kenichi Handa <handa@m17n.org>
21249
21250 * xfaces.c (Fface_font): New optional arg CHARACTER.
21251
21252 2008-02-01 Kenichi Handa <handa@m17n.org>
21253
21254 * charset.h (CHARSET_OFFSET): New macro.
21255
21256 2008-02-01 Kenichi Handa <handa@m17n.org>
21257
21258 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
21259
21260 * fontset.c (fontset_face): Handle the case that repertory is a
21261 char-table.
21262 (find_font_encoding): Return nil for unknown encoding.
21263 (Fset_fontset_font): Ignore a font of unknown encoding.
21264
21265 2008-02-01 Kenichi Handa <handa@m17n.org>
21266
21267 * keymap.c (describe_vector): Handle default value of a char table.
21268
21269 * fontset.c (fontset_face): Handle fallback fonts correctly.
21270 (Ffontset_info): Return infomation about fallback fonts.
21271
21272 2008-02-01 Kenichi Handa <handa@m17n.org>
21273
21274 * fontset.c (FONTSET_DEFAULT): New macro.
21275 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
21276 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
21277 the case that it is nil.
21278 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
21279 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
21280
21281 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
21282 subset or superset.
21283
21284 2008-02-01 Kenichi Handa <handa@m17n.org>
21285
21286 * emacs.c (main): Call init_charset after syms_of_XXX.
21287
21288 * charset.c (Vcharset_map_directory): Delete.
21289 (Vcharset_map_path): New variable.
21290 (load_charset_map_from_file): Use Vcharset_map_path instead.
21291 (init_charset): Initialize Vcharset_map_path.
21292 (syms_of_charset): Delete declaration of "charset-map-directory",
21293 add declaration of "charset-map-path".
21294
21295 2008-02-01 Kenichi Handa <handa@m17n.org>
21296
21297 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
21298 ASCII only string.
21299
21300 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
21301
21302 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
21303 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
21304
21305 2008-02-01 Kenichi Handa <handa@m17n.org>
21306
21307 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
21308
21309 * coding.c (QCmnemonic, QCdefalut_char)
21310 (QCdecode_translation_table, QCencode_translation_table)
21311 (QCpost_read_conversion, QCpre_write_conversion): New variables.
21312 (get_translation_table): Return a list of translation tables if
21313 necessary.
21314 (decode_coding): Call get_translation_table with ENCODEP 0.
21315 (char_encodable_p): If translation_table is non-nil, always call
21316 translate_char.
21317 (Fdefine_coding_system_internal): Accept list of translation
21318 tables as :encode-translation-table and :decode-translation-table.
21319 (Fcoding_system_put): New function.
21320 (syms_of_coding): Declare new symbols. Defsubr
21321 Scoding_system_put.
21322 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
21323 typically JISX0212.
21324
21325 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
21326 when the charset is superset type.
21327
21328 * character.c (translate_char): Accept list of translation tables.
21329
21330 2008-02-01 Kenichi Handa <handa@m17n.org>
21331
21332 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
21333 (CODING_ATTR_TRANS_TBL): New macro.
21334
21335 * coding.c (get_translation_table): New function.
21336 (translate_chars): Fix the bug of skipping annotation data.
21337 (decode_coding, encode_coding): Utilize get_translation_table.
21338 (char_encodable_p, Funencodable_char_position): Translate char if
21339 necessary.
21340 (Ffind_coding_systems_region_internal)
21341 (Fcheck_coding_systems_region): Setup translation table for encode
21342 in a coding system attribute vector in advance.
21343 (Fdefine_coding_system_internal): Allow a symbol as translation
21344 table. For shift-jis type coding system, allow 4th charset.
21345
21346 2008-02-01 Kenichi Handa <handa@m17n.org>
21347
21348 * coding.c (decode_coding_sjis): Check the first byte rigidly.
21349
21350 * xdisp.c (get_next_display_element): Pass -1 as POS to
21351 FACE_FOR_CHAR if displaying a C-string.
21352
21353 2008-02-01 Kenichi Handa <handa@m17n.org>
21354
21355 * composite.c (get_composition_id): Handle xoff and yoff in a
21356 composition rule.
21357
21358 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
21359 (struct composition): New member lbearing and rbearing.
21360
21361 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
21362 (x_get_glyph_overhangs): Handle a composition glyph.
21363 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
21364
21365 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
21366 composition glyph.
21367
21368 2008-02-01 Kenichi Handa <handa@m17n.org>
21369
21370 * print.c: Include charset.h.
21371 (Vprint_charset_text_property): New variable.
21372 (Qdefault): Extern it.
21373 (PRINT_STRING_NON_CHARSET_FOUND)
21374 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
21375 (print_check_string_result): New variable.
21376 (print_check_string_charset_prop): New function.
21377 (print_prune_charset_plist): New variable.
21378 (print_prune_string_charset): New function.
21379 (print_object): Call print_prune_string_charset if
21380 Vprint_charset_text_property is not t.
21381 (print_interval): Print nothing if interval->plist is nil.
21382 (syms_of_print): Declare Vprint_charset_text_property as a lisp
21383 variable. Init and staticpro print_prune_charset_plist.
21384
21385 2008-02-01 Kenichi Handa <handa@m17n.org>
21386
21387 * fontset.c (new_fontset_from_font_name): Use the specified font
21388 for all characters in the new fontset.
21389
21390 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21391 OBJECT args.
21392
21393 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
21394 OBJECT args for composition too.
21395
21396 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21397 OBJECT args.
21398
21399 2008-02-01 Kenichi Handa <handa@m17n.org>
21400
21401 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
21402
21403 * fontset.c (reorder_font_vector): Adjust for the change of
21404 FONT_DEF format.
21405 (fontset_face): New arg id. Change caller.
21406 (face_for_char): New args pos and object.
21407 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
21408 (fs_query_fontset): Check NAME by Fassoc too.
21409 (Fset_fontset_font): Allow non-XLFD font name.
21410 (Ffontset_info): Adjust for the change of FONT_DEF format.
21411
21412 * fontset.h (face_for_char): Adjust prototype.
21413
21414 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
21415 (append_space, extend_face_to_end_of_line)
21416 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
21417 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
21418
21419 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
21420 POS and OBJECT args.
21421
21422 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
21423 POS and OBJECT args.
21424
21425 2008-02-01 Jason Rumney <jasonr@gnu.org>
21426
21427 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
21428 of GlobalAlloc'ed memory.
21429
21430 2008-02-01 Kenichi Handa <handa@m17n.org>
21431
21432 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
21433
21434 * charset.h (charset_table_used): Delete extern.
21435
21436 * charset.c (charset_table_used): Make it static.
21437 (map_charset_chars): Fix args to c_function with.
21438
21439 * chartab.c (map_sub_char_table_for_charset): Fix args to
21440 c_function with.
21441
21442 * coding.h (enum coding_result_code): Delete
21443 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
21444
21445 * coding.c (Qinsufficient_source, Qinconsistent_eol)
21446 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
21447 (Vlast_code_conversion_error): New variables.
21448 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
21449 (ONE_MORE_BYTE): Record error if any instead of signaling an
21450 error. If non-ASCII multibyte char is found, return the negative
21451 value of the code. All callers changed to check it.
21452 (ONE_MORE_BYTE_NO_CHECK): Likewise.
21453 (record_conversion_result): New function. Change all codes setting
21454 coding->result to call this function.
21455 (detect_coding_utf_8, decode_coding_utf_8)
21456 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
21457 Don't use the local variable incomplete.
21458 (emacs_mule_char): Change the second arg to `const'.
21459 (decode_coding): Fix of flushing out unprocessed data.
21460 (make_conversion_work_buffer): Fix making of a work buffer.
21461 (decode_coding_object): Return coding->dst_object.
21462
21463 * fontset.c (set_fontset_font): Fix args.
21464
21465 * lisp.h (CHARACTERBITS): Define as 22.
21466
21467 * process.c (send_process): Be sure to set coding->src_multibyte.
21468
21469 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
21470
21471 2008-02-01 Kenichi Handa <handa@m17n.org>
21472
21473 * xdisp.c (handle_auto_composed_prop): Give limit to
21474 Fnext_single_char_property_change.
21475
21476 2008-02-01 Kenichi Handa <handa@m17n.org>
21477
21478 * composite.c (syms_of_composite): Don't make the composition hash
21479 table weak.
21480
21481 * fontset.c (Fset_fontset_font): Fix docstring.
21482
21483 * lisp.h (detect_coding_system): Adjust prototype.
21484
21485 * fileio.c (kill_workbuf_unwind): Delete this function.
21486 (Finsert_file_contents): Adjust the call of detect_coding_system.
21487 Get conversion_buffer by code_conversion_save. Use the macro
21488 CODING_MAY_REQUIRE_DECODING. After decoding, update
21489 coding_system.
21490
21491 * coding.h (make_conversion_work_buffer): Delete extern.
21492 (code_conversion_save): Extern it.
21493
21494 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
21495 (CODING_GET_INFO): Delete argument eol_type. Change callers.
21496 (decode_coding_utf_8): Don't do eol converion.
21497 (detect_coding_utf_16): Check coding->src_chars, not
21498 coding->src_bytes. Add heuristics for those that have no signature.
21499 (decode_coding_emacs_mule, decode_coding_iso_2022)
21500 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
21501 Don't do eol converion.
21502 (adjust_coding_eol_type): Return a new coding system.
21503 (detect_coding): Don't detect eol. Fix for utf-16 detection.
21504 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
21505 each change.
21506 (decode_coding): Pay attention to undo_list. Do eol conversion for
21507 all types of coding-systems (if necessary).
21508 (Vcode_conversion_work_buf_list): Delete it.
21509 (Vcode_conversion_reused_workbuf): Rename from
21510 Vcode_conversion_reused_work_buf.
21511 (Vcode_conversion_workbuf_name): New variable.
21512 (reused_workbuf_in_use): New variable.
21513 (make_conversion_work_buffer): Delete the arg DEPTH.
21514 (code_conversion_restore): Change argument to cons.
21515 (code_conversion_save): Delete the argument BUFFER. Change callers.
21516 (detect_coding_system): New argument src_chars. Change callers.
21517 Fix for utf-16 detection.
21518 (init_coding_once): Don't use ISO_carriage_return.
21519 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
21520 reused_workbuf_in_use.
21521
21522 2008-02-01 Kenichi Handa <handa@m17n.org>
21523
21524 * keymap.c (store_in_keymap): Pay attention to the case that idx
21525 is a cons specifying a character range.
21526
21527 2008-02-01 Kenichi Handa <handa@m17n.org>
21528
21529 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
21530 HANDLED_RECOMPUTE_PROPS.
21531
21532 * coding.c (Fdefine_coding_system_internal): Fix checking of
21533 ascii compatibility.
21534
21535 2008-02-01 Kenichi Handa <handa@m17n.org>
21536
21537 * charset.c (find_charsets_in_text): Delete unused locale variable.
21538 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
21539
21540 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
21541 Resync charset_list to Vemacs_mule_charset_list.
21542
21543 * keymap.c (store_in_keymap): Pay attention to the case that idx
21544 is a cons specifying a character range.
21545
21546 2008-02-01 Kenichi Handa <handa@m17n.org>
21547
21548 * composite.c (update_compositions): Bind inhibit-read-only, etc
21549 to t before calling remove-list-of-text-properties.
21550
21551 * print.c (print_object): Always print ASCII chars as is.
21552
21553 2008-02-01 Kenichi Handa <handa@m17n.org>
21554
21555 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
21556
21557 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
21558 is a char table.
21559
21560 2008-02-01 Kenichi Handa <handa@m17n.org>
21561
21562 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
21563
21564 2008-02-01 Kenichi Handa <handa@m17n.org>
21565
21566 * xfaces.c (set_lface_from_font_name): Fix for the case that
21567 FONTNAME is not fontset name.
21568
21569 2008-02-01 Kenichi Handa <handa@m17n.org>
21570
21571 * fns.c (base64_encode_1): Fix previous change.
21572
21573 2008-02-01 Kenichi Handa <handa@m17n.org>
21574
21575 * fontset.c (set_fontset_font): New function.
21576 (Fset_fontset_font): If a font is specified for a charset, use
21577 map_charset_chars to store the font spec in a fontset.
21578
21579 2008-02-01 Kenichi Handa <handa@m17n.org>
21580
21581 * fontset.c (fontset_face): Create a fallback fontset on demand.
21582 (make_fontset): Don't create a fallback fontset here.
21583 (free_face_fontset): Free a fallback fontset (if any) too.
21584 (n_auto_fontsets): Delete this variable.
21585 (auto_fontset_alist): New variable.
21586 (new_fontset_from_font_name): Check auto_fontset_alist.
21587 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
21588 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
21589 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
21590 Defsubr Sfontset_list_all.
21591
21592 2008-02-01 Kenichi Handa <handa@m17n.org>
21593
21594 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
21595
21596 2008-02-01 Kenichi Handa <handa@m17n.org>
21597
21598 * fontset.c (Fnew_fontset): Check NAME more rigidly.
21599
21600 2008-02-01 Kenichi Handa <handa@m17n.org>
21601
21602 * editfns.c (Fgoto_char): Fix docstring.
21603
21604 2008-02-01 Kenichi Handa <handa@m17n.org>
21605
21606 * insdel.c (insert_from_gap): Adjust intervals correctly.
21607
21608 2008-02-01 Jason Rumney <jasonr@gnu.org>
21609
21610 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
21611 (pfnGetFontUnicodeRanges): New dynamically loaded function.
21612 (w32_initialize): Try to load it.
21613 (x_get_font_repertory): Use it if available.
21614 (w32_encode_char): Add shortcut for unicode output.
21615
21616 * w32fns.c (w32_load_system_font): Default charset to -1.
21617 (x_to_w32_charset): Match all fonts for unicode.
21618 (w32_to_x_charset): New parameter matching. Don't return partial
21619 or wildcard charsets.
21620 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
21621 (w32_codepage_for_font): Return CP_UNICODE for unicode.
21622 (w32_to_x_font): Match charset to real charset.
21623 (enum_font_cb2): Always list unicode versions.
21624
21625 * makefile.w32-in (temacs): Increase EMHEAP.
21626
21627 2008-02-01 Jason Rumney <jasonr@gnu.org>
21628
21629 * w32term.c (w32_encode_char): New charset parameter.
21630 font_info.encoding becomes encoding_type.
21631 (x_get_font_repertory): New function. Warning: stub only!
21632 (x_new_font): Return quickly if font already set.
21633 (x_new_fontset): fontsetname parameter is Lisp_Object.
21634 Use new fs_query_fontset. Try new_fontset_from_font_name.
21635 Use fontset_name for return value.
21636
21637 * w32term.h: Declare x_get_font_repertory.
21638
21639 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
21640 place of find_charset_in_text. Use encode_coding_object in place
21641 of encode_coding.
21642 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
21643 decode_coding.
21644
21645 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
21646 of x_new_fontset.
21647 (w32_load_system_font): Initialize charset as unicode.
21648 font_info.encoding becomes encoding_type.
21649 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
21650 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
21651 (syms_of_w32fns): Set get_font_repertory_func.
21652
21653 * w32console.c: Include character.h. Use terminal_encode_buffer
21654 from term.c.
21655 (write_glyphs): Use new version of encode_terminal_code. Use
21656 encode_coding_object in place of encode_coding.
21657
21658 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
21659 encoding becomes encoding_type.
21660
21661 * term.c (terminal_encode_buffer): Make externally visible.
21662
21663 * makefile.w32-in: Add character.h dependancies.
21664 (character.o, chartab.o): New targets.
21665
21666 2008-02-01 Kenichi Handa <handa@m17n.org>
21667
21668 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
21669 CODING_ID_EOL_TYPE.
21670
21671 2008-02-01 Andreas Schwab <schwab@suse.de>
21672
21673 * coding.c (produce_chars): Revert last change.
21674
21675 2008-02-01 Kenichi Handa <handa@m17n.org>
21676
21677 * charset.h (charset_unicode): Extern it.
21678
21679 * charset.c (string_xstring_p): Check by (C >= 0x100).
21680 (find_charsets_in_text): Change format of the arc CHARSETS. New
21681 arg MULTIBYTE.
21682 (Ffind_charset_region, Ffind_charset_string): Adjust for the
21683 change of find_charsets_in_text.
21684 (Fsplit_char): Fix doc. Never return unknown.
21685
21686 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
21687
21688 * coding.c (Fdefine_coding_system_alias): Update
21689 Vcoding_system_list.
21690
21691 * fontset.c (load_font_get_repertory): Pay attention to the case
21692 that ENCODING of a font is specified by a char-table.
21693
21694 * xterm.c (x_get_font_repertory): Handle the case that the
21695 encoding of font is other than Unicode.
21696
21697 2008-02-01 Kenichi Handa <handa@m17n.org>
21698
21699 * term.c (encode_terminal_code): Don't handle glyph-table. Check
21700 if a character is encodable by the terminal coding system. If
21701 not, produces proper number of `?'s. Update
21702 terminal_encode_buffer and terminal_encode_buf_size if necessary.
21703 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
21704
21705 2008-02-01 Kenichi Handa <handa@m17n.org>
21706
21707 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
21708 variables.
21709 (encode_terminal_code): Change argument. Encode multiple
21710 characters at once. Store the result of encoding in
21711 terminal_encode_buffer.
21712 (write_glyphs, insert_glyphs): Adjust for the change of
21713 encode_terminal_code.
21714 (term_init): Initialize terminal_encode_buffer and
21715 terminal_encode_buf_size.
21716
21717 * coding.c (consume_chars): If coding->src_object is nil, don't
21718 check annotation.
21719
21720 2008-02-01 Kenichi Handa <handa@m17n.org>
21721
21722 * character.c (char_string): Use ASCII_CHAR_P instead of
21723 SINGLE_BYTE_CHAR_P.
21724
21725 2008-02-01 Kenichi Handa <handa@m17n.org>
21726
21727 * xdisp.c (handle_auto_composed_prop): Check if the last
21728 characters of auto-composed region is newly composed with the
21729 following characters.
21730 (handle_composition_prop): Fix checking of point being inside
21731 composition.
21732
21733 2008-02-01 Kenichi Handa <handa@m17n.org>
21734
21735 * fns.c (concat): Don't change multibyteness of the result by
21736 concatenating an 8-bit character.
21737
21738 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
21739 multibyteness of the result when newelt is an 8-bit character.
21740
21741 2008-02-01 Dave Love <fx@gnu.org>
21742
21743 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
21744 EMACS_INT.
21745
21746 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
21747
21748 * xfaces.c (face_numeric_value): Declare dim size_t.
21749 (Finternal_lisp_face_equal_p): Remove unused f.
21750
21751 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
21752 (MATRIX_ROW): Remove unused vars.
21753 (draw_glyphs, x_insert_glyphs, fast_find_position)
21754 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
21755 byte/char counts.
21756
21757 * regex.c (regex_compile): Remove unused var.
21758
21759 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
21760
21761 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
21762 (Faccessible_keymaps, where_is_internal): Remove unused vars.
21763
21764 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
21765
21766 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
21767
21768 * fileio.c (Fwrite_region): Remove unused var.
21769
21770 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
21771 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
21772
21773 * composite.c (Fremove_list_of_text_properties): Declare.
21774
21775 * coding.c (inhibit_pre_post_conversion): Remove (unused).
21776 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
21777 (coding_inherit_eol_type): Remove unused attrs.
21778 (detect_coding): Cast arg of detect_eol.
21779
21780 * charset.c (syms_of_charset): Remove unused var p.
21781 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
21782 byte/char counts.
21783
21784 * casetab.c (set_case_table): Remove unused var.
21785
21786 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
21787 unused vars.
21788
21789 2008-02-01 Dave Love <fx@gnu.org>
21790
21791 * xterm.c (x_bitmap_mask): Declare.
21792
21793 2008-02-01 Dave Love <fx@gnu.org>
21794
21795 * xterm.c (x_term_init): Fix type error.
21796
21797 * lisp.h: Add Funibyte_char_to_multibyte.
21798
21799 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
21800 (Fset_coding_system_priority): Doc fix.
21801
21802 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
21803
21804 * indent.c (check_composition): Make start and end EMACS_INT.
21805
21806 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
21807
21808 * xdisp.c (handle_composition_prop, check_point_in_composition):
21809 Make buffer positions EMACS_INT.
21810
21811 * composite.c (find_composition, run_composition_function)
21812 (update_compositions, Ffind_composition_internal): Make buffer
21813 positions EMACS_INT.
21814
21815 * composite.h (find_composition, update_compositions): Make
21816 position args EMACS_INT.
21817
21818 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
21819
21820 * intervals.c (get_property_and_range):
21821 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
21822
21823 * unexalpha.c: Don't include varargs.h.
21824
21825 2008-02-01 Dave Love <fx@gnu.org>
21826
21827 * coding.h (ENCODE_UTF_8): New.
21828
21829 * Makefile.in (gtkutil.o): Depend on coding.h.
21830
21831 * coding.c (Fset_coding_system_priority): Doc fix.
21832
21833 2008-02-01 Kenichi Handa <handa@m17n.org>
21834
21835 * fileio.c (Finsert_file_contents): Call setup_coding_system in
21836 the case of auto saving.
21837
21838 2008-02-01 Andreas Schwab <schwab@suse.de>
21839
21840 * chartab.c (map_char_table, map_char_table_for_charset): Protect
21841 `range' from GC.
21842
21843 2008-02-01 Kenichi Handa <handa@m17n.org>
21844
21845 * coding.c (decode_coding_sjis): Check bytes more rigidly.
21846
21847 2008-02-01 Kenichi Handa <handa@m17n.org>
21848
21849 * fileio.c (choose_write_coding_system): Return a decided coding system.
21850 (Fwrite_region): Set Vlast_coding_system_used to the return value
21851 of choose_write_coding_system.
21852
21853 2008-02-01 Kenichi Handa <handa@m17n.org>
21854
21855 * charset.c (Fset_charset_priority): Pay attention to duplicated
21856 arguments.
21857
21858 * coding.c (QCcategory): New variable.
21859 (syms_of_coding): Defsym it. Set all elements of
21860 Vcoding_category_table and their symbol values.
21861 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
21862 coding-category-XXX, and coding-category-list.
21863 (Fdefine_coding_system_internal): Add category in the plist.
21864
21865 2008-02-01 Kenichi Handa <handa@m17n.org>
21866
21867 * callproc.c (Fcall_process): Handle carryover correctly.
21868
21869 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
21870 (raw_text_coding_system): Check NILP (coding_system).
21871 (coding_inherit_eol_type): Check NILP (coding_system) and
21872 NILP (parent).
21873 (consume_chars): Fix for the case of raw-text.
21874
21875 * process.c (read_process_output): Handle carryover correctly.
21876
21877 2008-02-01 Dave Love <fx@gnu.org>
21878
21879 * regex.c (re_search_2): Fix last change.
21880
21881 2008-02-01 Kenichi Handa <handa@m17n.org>
21882
21883 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
21884 target_multibyte. Even in a unibyte case, return a converted
21885 multibyte char.
21886 (GET_CHAR_AFTER): New macro.
21887 (PATFETCH): Translate via multibyte char.
21888 (HANDLE_UNIBYTE_RANGE): Delete this macro.
21889 (SETUP_MULTIBYTE_RANGE): New macro.
21890 (regex_compile): Setup compiled code so that its multibyteness
21891 matches that of a target. Fix the handling of "[X-YZ]" using
21892 SETUP_MULTIBYTE_RANGE.
21893 (analyse_first) <charset>: For filling fastmap for all multibyte
21894 characters, don't check by BASE_LEADING_CODE_P.
21895 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
21896 the same as RE_MULTIBYTE_P (bufp) now.
21897 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
21898 (TARGET_CHAR_AND_LENGTH): Delete this macro.
21899 (TRANSLATE_VIA_MULTIBYTE): New macro.
21900 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
21901 It is the same as RE_MULTIBYTE_P (bufp) now.
21902 <exactn>: Translate via multibyte.
21903 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
21904 translate it.
21905 <charset, charset_not>: Fetch a character by
21906 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
21907 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
21908 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
21909 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
21910 by GET_CHAR_AFTER.
21911 (bcmp_translate): Likewise.
21912
21913 * search.c (compile_pattern): Check the member target_multibyte,
21914 not the member multibyte of buf.
21915
21916 * lread.c (read1): While reading a string, set force_singlebyte
21917 and force_multibyte correctly.
21918
21919 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
21920 up of unibyte_to_multibyte_table.
21921
21922 2008-02-01 Kenichi Handa <handa@m17n.org>
21923
21924 * coding.c (setup_coding_system): If coding has
21925 post-read-conversion or pre-write-conversion, set
21926 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
21927 respectively.
21928 (decode_coding_gap): Run post-read-conversion if any.
21929
21930 * fileio.c (Finsert_file_contents): Even if we read into a
21931 unibyte buffer, check if we must decode the result or not.
21932
21933 2008-02-01 Kenichi Handa <handa@m17n.org>
21934
21935 * coding.c (make_conversion_work_buffer): Change the work buffer
21936 name to the same one as that of Emacs 21.
21937
21938 2008-02-01 Kenichi Handa <handa@m17n.org>
21939
21940 * coding.h (make_conversion_work_buffer): Adjust prototype.
21941 (code_conversion_restore): Don't extern it.
21942
21943 * coding.c (detected_mask): Delete unused variable.
21944 (decode_coding_iso_2022): Pay attention to the byte sequence of
21945 CTEXT extended segment, and retain those bytes as is.
21946 (decode_coding_ccl): Delete unused variable `valids'.
21947 (setup_coding_system): Delete unused variable `category'.
21948 (consume_chars): Delete unused variable `category'. Make it work
21949 for non-multibyte case.
21950 (make_conversion_work_buffer): Change argument.
21951 (saved_coding): Delete unused variable.
21952 (code_conversion_restore): Don't check saved_coding->destination.
21953 (code_conversion_save): New function.
21954 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
21955 instead of record_unwind_protect.
21956 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
21957 (detect_coding_system): Delete unused variable `mask'.
21958 (Fdefine_coding_system_internal): Delete unused variable id.
21959
21960 * fileio.c (kill_workbuf_unwind): New function.
21961 (Finsert_file_contents): On replacing, call
21962 make_conversion_work_buffer with correct args, and call
21963 record_unwind_protect with the first arg kill_workbuf_unwind.
21964
21965 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
21966
21967 2008-02-01 Kenichi Handa <handa@m17n.org>
21968
21969 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
21970 (fontset_add): Fix for the case that TO is less than TO1.
21971 (Ffontset_info): Don't use fallback fontset on checking the
21972 default fontset.
21973 (dump_fontset): New function for debugging.
21974
21975 * coding.c (Fdefine_coding_system_internal): Fix for the case that
21976 coding_type is Qcharset.
21977
21978 2008-02-01 Kenichi Handa <handa@m17n.org>
21979
21980 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
21981 (map_char_table): Don't inherit the value from the parent on
21982 initializing VAL. Adjust for the above change.
21983
21984 2008-02-01 Kenichi Handa <handa@m17n.org>
21985
21986 * coding.c (Qsignature, Qendian): Delete these variables.
21987 (syms_of_coding): Don't initialize them.
21988 (CATEGORY_MASK_UTF_16_AUTO): New macro.
21989 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
21990 detect_info->found.
21991 (decode_coding_utf_16): Don't detect BOM here.
21992 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
21993 is NOT utf_16_without_bom.
21994 (setup_coding_system): For a coding system of type utf-16, check
21995 if the attribute :endian is Qbig or not (not nil or not), and set
21996 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
21997 (detect_coding): If coding type is utf-16 and BOM detection is
21998 required, detect it.
21999 (Fdefine_coding_system_internal): For a coding system of type
22000 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
22001
22002 2008-02-01 Kenichi Handa <handa@m17n.org>
22003
22004 * coding.c (coding_set_source): Fix for the case that the current
22005 buffer is different from coding->src_object.
22006 (decode_coding_object): Don't use the conversion work buffer if
22007 DST_OBJECT is a buffer.
22008
22009 2008-02-01 Dave Love <fx@gnu.org>
22010
22011 * lread.c (read_emacs_mule_char) [len==2]: Index
22012 emacs_mule_charset correctly.
22013
22014 2008-02-01 Dave Love <fx@gnu.org>
22015
22016 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
22017 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
22018 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
22019 treated specially.)
22020 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
22021 (detected_mask): Remove Big5 bits.
22022
22023 2008-02-01 Kenichi Handa <handa@m17n.org>
22024
22025 The following changes are to make the font rescaling facility
22026 compatible with Emacs 21.
22027
22028 * xfaces.c (Vface_font_rescale_alist): Rename from
22029 Vface_resizing_fonts.
22030 (struct font_name): Rename member resizing_ratio to rescale_ratio.
22031 (font_rescale_ratio): Rename from font_resizing_ratio.
22032 (split_font_name): Set font->rescale_ratio.
22033 (better_font_p): Pay attention to font->rescale_ratio.
22034 (build_scalable_font_name): Likewise. Change RESX, and RESY
22035 fields.
22036 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
22037
22038 2008-02-01 Kenichi Handa <handa@m17n.org>
22039
22040 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
22041 (Qutf_16_le): Remove these variables.
22042 (syms_of_coding): Don't DEFSYM them.
22043 (decode_coding_utf_16): Fix handling of BOM.
22044 (encode_coding_utf_16): Fix handling of BOM.
22045
22046 2008-02-01 Kenichi Handa <handa@m17n.org>
22047
22048 * fileio.c (Finsert_file_contents): On replacing, before decoding
22049 the file into the work buffer, set point of the work buffer to the end.
22050
22051 2008-02-01 Dave Love <fx@gnu.org>
22052
22053 * coding.c (Fcheck_coding_systems_region): Fix type errors.
22054
22055 2008-02-01 Dave Love <fx@gnu.org>
22056
22057 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22058 and fix C types.
22059
22060 2008-02-01 Kenichi Handa <handa@m17n.org>
22061
22062 * xdisp.c (SKIP_GLYPHS): New macro.
22063 (set_cursor_from_row): Pay attention to string display properties.
22064
22065 * category.c (copy_category_entry): Fix for the case that RANGE
22066 is an integer.
22067
22068 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
22069
22070 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
22071
22072 2008-02-01 Kenichi Handa <handa@m17n.org>
22073
22074 * charset.c (Fcharset_id_internal): New function.
22075 (syms_of_charset): Defsubr it.
22076
22077 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
22078 with the last arg charset_list acquired from coding.
22079 (Fdefine_coding_system_internal): For ccl-based coding system, fix
22080 the attribute coding_attr_ccl_valids.
22081
22082 * coding.h (enum define_coding_ccl_arg_index): Set the first
22083 member coding_arg_ccl_decoder to coding_arg_max.
22084
22085 * ccl.h (ccl_driver): Adjust prototype.
22086
22087 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
22088 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
22089 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
22090 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
22091 last arg Qnil.
22092
22093 2008-02-01 Kenichi Handa <handa@m17n.org>
22094
22095 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
22096 call encode_char.
22097
22098 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
22099
22100 2008-02-01 Dave Love <fx@gnu.org>
22101
22102 * composite.c (syms_of_composite): Make composition_hash_table weak.
22103
22104 2008-02-01 Kenichi Handa <handa@m17n.org>
22105
22106 * dispextern.h (check_face_attributes, generate_ascii_font_name)
22107 (font_name_registry): Don't extern them.
22108 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
22109
22110 * fontset.h (Qfontset): Don't extern it.
22111 (new_fontset_from_font_name): Extern it.
22112
22113 * fontset.c: Give 8 extra slots to fontset objects.
22114 (Qfontset_info): New variable.
22115 (syms_of_fontset): Defsym it.
22116 (FONTSET_FALLBACK): New macro.
22117 (fontset_face): Try also the default fontset.
22118 (make_fontset): Realize a fallback fontset from the default fontset.
22119 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
22120 using split_font_name_into_vector and build_font_name_from_vector.
22121 (Fset_fontset_font): Access the elements of font_spec by enum
22122 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
22123 name by using split_font_name_into_vector.
22124 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
22125 generate a proper font name from the fontset name. Update
22126 Vfontset_alias_alist.
22127 (n_auto_fontsets): New variable.
22128 (new_fontset_from_font_name): New function.
22129 (Ffont_info): Store the information about fonts generated from the
22130 default fontset in the first extra slot of the returned char-table.
22131
22132 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
22133 (font_name_registry): Delete function.
22134 (split_font_name_into_vector): New function.
22135 (build_font_name_from_vector): New function.
22136 (font_list): The argument REGISTRY is now a list of registry names.
22137 (choose_face_font): If we are choosing an ASCII font, and ATTRS
22138 specifies an explicit font name, return the name as is. Make a
22139 list of registy names.
22140
22141 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
22142 of x_new_fontset.
22143 (Fx_create_frame): Don't call x_new_fontset here. Just use
22144 x_list_fonts to check the existence of fonts.
22145
22146 * xterm.h (x_new_fontset): Adjust prototype.
22147
22148 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
22149 string. Use new_fontset_from_font_name to create a fontset from a
22150 font name.
22151
22152 2008-02-01 Kenichi Handa <handa@m17n.org>
22153
22154 * syntax.c (Vfind_word_boundary_function_table): New name for
22155 Vnext_word_boundary_function_table.
22156 (find-word-boundary-function-table): New name for
22157 next-word-boundary-function-table.
22158
22159 2008-02-01 Dave Love <fx@gnu.org>
22160
22161 * Makefile.in: Fix some dependencies.
22162
22163 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
22164 set it to nil before returning.
22165
22166 * composite.c (update_compositions): Fix type error.
22167
22168 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
22169
22170 2008-02-01 Kenichi Handa <handa@m17n.org>
22171
22172 * xterm.c (x_new_font): Optimize for the case that the font is
22173 already set for the frame.
22174
22175 2008-02-01 Kenichi Handa <handa@m17n.org>
22176
22177 * chartab.c (char_table_ascii): Check if the char table contents
22178 is sub-char-table or not.
22179 (char_table_set, char_table_set_range): Fix argument to
22180 char_table_ascii.
22181
22182 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
22183 (detect_coding_utf_8, detect_coding_utf_16)
22184 (detect_coding_emacs_mule, detect_coding_iso_2022)
22185 (detect_coding_sjis, detect_coding_big5)
22186 (detect_coding_ccl, detect_coding_charset): Change argument MASK
22187 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
22188 sequence is valid in this coding system. Change callers.
22189 (MAX_ANNOTATION_LENGTH): New macro.
22190 (ADD_ANNOTATION_DATA): New macro.
22191 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
22192 ADD_ANNOTATION_DATA. Change the format of annotation data.
22193 (ADD_CHARSET_DATA): New macro.
22194 (emacs_mule_char): New argument ID. Change callers.
22195 (decode_coding_emacs_mule, decode_coding_iso_2022)
22196 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
22197 Produce charset annotation data in coding->charbuf.
22198 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
22199 to charset annotation data in coding->charbuf.
22200 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
22201 coding->common_flags if the coding system is iso-2022 based and
22202 uses designation.
22203 (produce_composition): Adjust for the new annotation data format.
22204 (produce_charset): New function.
22205 (produce_annotation): Handle charset annotation.
22206 (handle_composition_annotation, handle_charset_annotation): New
22207 functions.
22208 (consume_chars): Handle charset annotation. Utilize the above two
22209 functions.
22210 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
22211 buffer, get the deleted text as a string and set
22212 coding->src_object to that string.
22213 (detect_coding, detect_coding_system): Use the new struct
22214 coding_detection_info.
22215
22216 * coding.h (struct coding_detection_info): New structure.
22217 (struct coding_system): Adjust prototype of the member `detector'.
22218 (CODING_ANNOTATE_CHARSET_MASK): New macro.
22219
22220 2008-02-01 Kenichi Handa <handa@m17n.org>
22221
22222 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
22223
22224 2008-02-01 Dave Love <fx@gnu.org>
22225
22226 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
22227 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
22228 to new local and nullify apropos_accumulate before returning.
22229 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
22230
22231 2008-02-01 Kenichi Handa <handa@m17n.org>
22232
22233 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
22234 correctly.
22235
22236 2008-02-01 Dave Love <fx@gnu.org>
22237
22238 * fns.c (Flanginfo): Call synchronize_system_time_locale.
22239
22240 2008-02-01 Kenichi Handa <handa@m17n.org>
22241
22242 The following changes are to make character composition happen
22243 automatically on displaying.
22244
22245 * Makefile.in (lisp, shortlisp): Add composite.elc.
22246
22247 * composite.h (Qauto_composed, Vauto_composition_function)
22248 (Qauto_composition_function): Extern them.
22249
22250 * composite.c (Vcomposition_function_table)
22251 (Qcomposition_function_table): Delete variables.
22252 (Qauto_composed, Vauto_composition_function)
22253 (Qauto_composition_function): New variables.
22254 (run_composition_function): Don't call
22255 compose-chars-after-function.
22256 (update_compositions): Clear `auto-composed' text property.
22257 (compose_chars_in_text): Delete this function.
22258 (syms_of_composite): Staticpro Qauto_composed and
22259 Qauto_composition_function. Declare Vauto_composition_function as
22260 a Lisp variable.
22261
22262 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
22263
22264 * xdisp.c (it_props): Add an entry for Qauto_composed.
22265 (handle_auto_composed_prop): New function.
22266
22267 * xselect.c (selection_data_to_lisp_data): Don't call
22268 compose_chars_in_text.
22269
22270 2008-02-01 Dave Love <fx@gnu.org>
22271
22272 * keyboard.c (read_char): Modify checking around use of
22273 Vkeyboard_translate_table.
22274
22275 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22276 and fix C types.
22277
22278 2008-02-01 Kenichi Handa <handa@m17n.org>
22279
22280 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
22281 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
22282 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
22283 the case that the last byte is '\r' correctly.
22284 (decode_coding): Flush out the unprocessed data correctly.
22285 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
22286
22287 2008-02-01 Dave Love <fx@gnu.org>
22288
22289 * xterm.c (XTread_socket): Fix changes for defined keysyms.
22290 Add XK_ISO... case.
22291 (xaw_scroll_callback): Revert last change.
22292
22293 2008-02-01 Kenichi Handa <handa@m17n.org>
22294
22295 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
22296
22297 2008-02-01 Kenichi Handa <handa@m17n.org>
22298
22299 * xfaces.c (Vface_resizing_fonts): New variable.
22300 (struct font_name): New member `resizing_ratio'.
22301 (font_resizing_ratio): New function.
22302 (split_font_name): Set font->resizing_ratio.
22303 (better_font_p): Pay attention to font->resizing_ratio.
22304 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
22305 RESX, and RESY fields.
22306 (try_alternative_families): Try scalable fonts if
22307 Vscalable_fonts_allowed is not Qt.
22308 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
22309
22310 2008-02-01 Dave Love <fx@gnu.org>
22311
22312 * xterm.c (xaw_scroll_callback): Cast correctly.
22313
22314 2008-02-01 Dave Love <fx@gnu.org>
22315
22316 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
22317 (lispy_kana_keys): Comment out.
22318 (make_lispy_event) [XK_kana_A]: Comment out.
22319
22320 * xterm.c (xaw_scroll_callback): Cast call_data.
22321 (XTread_socket): Deal with ASCII keysyms.
22322 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
22323
22324 2008-02-01 Dave Love <fx@gnu.org>
22325
22326 * xterm.c (Vx_keysym_table): New.
22327 (syms_of_xterm): Initialize it.
22328 (XTread_socket): Use it.
22329 From head: Eliminate incorrect optimization that tried to avoid
22330 decoding the output of X*LookupString.
22331 (x_get_font_repertory): Delete charset declaration.
22332
22333 2008-02-01 Kenichi Handa <handa@m17n.org>
22334
22335 * coding.c (detect_coding_charset): If only ASCII bytes are found,
22336 return 0.
22337 (Fdefine_coding_system_internal): Setup
22338 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
22339
22340 2008-02-01 Dave Love <fx@gnu.org>
22341
22342 * coding.c (Fcheck_coding_system): Doc fix.
22343
22344 * editfns.c (Finsert_byte): Return a proper value.
22345
22346 2008-02-01 Kenichi Handa <handa@m17n.org>
22347
22348 * coding.c (decode_coding): Fix args to translate_chars. Pay
22349 attention to Vstandard_translation_table_for_decode.
22350 (encode_coding): Fix args to translate_chars. Pay attention to
22351 Vstandard_translation_table_for_encode.
22352
22353 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
22354 SINGLE_BYTE_CHAR_P.
22355
22356 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
22357 not by SINGLE_BYTE_CHAR_P.
22358
22359 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
22360 SINGLE_BYTE_CHAR_P.
22361
22362 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
22363 SINGLE_BYTE_CHAR_P.
22364
22365 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
22366 by SINGLE_BYTE_CHAR_P.
22367
22368 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
22369 SINGLE_BYTE_CHAR_P.
22370
22371 2008-02-01 Dave Love <fx@gnu.org>
22372
22373 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
22374
22375 2008-02-01 Dave Love <fx@gnu.org>
22376
22377 * fns.c (Flanginfo): Fix typo.
22378
22379 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
22380
22381 2008-02-01 Kenichi Handa <handa@m17n.org>
22382
22383 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
22384 (detect_coding_emacs_mule, detect_coding_iso_2022)
22385 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
22386 incomplete byte sequence. Don't update *mask when correctly detected.
22387 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
22388 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
22389 (detect_coding, detect_coding_system): Adjust for the changes above.
22390
22391 2008-02-01 Kenichi Handa <handa@m17n.org>
22392
22393 * character.c (char_string): Rename from
22394 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
22395 (string_char): Rename from string_char.
22396
22397 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
22398 if C is greater than MAX_3_BYTE_CHAR.
22399 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
22400 string_char instead of string_char_with_unification.
22401
22402 2008-02-01 Dave Love <fx@gnu.org>
22403
22404 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
22405
22406 2008-02-01 Kenichi Handa <handa@m17n.org>
22407
22408 * keymap.c (push_key_description): Pay attention to force_multibyte.
22409
22410 * regex.c (re_search_2): Fix for the case of unibyte buffer.
22411
22412 2008-02-01 Dave Love <fx@gnu.org>
22413
22414 * charset.c (define_charset_internal): Rename `supprementary'.
22415
22416 * Makefile.in (lisp, shortlisp): Remove latin-N.
22417
22418 2008-02-01 Dave Love <fx@gnu.org>
22419
22420 * xfns.c (x_window, x_window): Use use_xim.
22421
22422 * xterm.c (use_xim): Initialize.
22423 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
22424 (x_term_init): Maybe set use_xim.
22425
22426 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
22427
22428 2008-02-01 Kenichi Handa <handa@m17n.org>
22429
22430 * search.c (search_buffer): Fix case-fold-search of multibyte
22431 characters.
22432 (boyer_moore): Rename the last argument to char_high_bits.
22433
22434 2008-02-01 Kenichi Handa <handa@m17n.org>
22435
22436 * xdisp.c (display_string): Fix for the case of zero width glyph.
22437
22438 * xfns.c (x_set_font): Change the error message of the case that
22439 x_new_fontset returns Qt.
22440
22441 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
22442 (Finternal_set_lisp_face_attribute): Use signal_error for the
22443 error of invalid fontset.
22444
22445 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
22446 fontset, return Qt.
22447
22448 2008-02-01 Dave Love <fx@gnu.org>
22449
22450 * unexelf.c (unexec): Make .got handling not SGI-specific.
22451
22452 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
22453
22454 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
22455
22456 * keyboard.c (read_key_sequence): Fix type error.
22457
22458 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
22459 type error.
22460
22461 * fontset.c (fontset_add): Return Lisp_Object.
22462
22463 2008-02-01 Dave Love <fx@gnu.org>
22464
22465 * charset.h (charset_ordered_list_tick): Declare extern.
22466
22467 2008-02-01 Kenichi Handa <handa@m17n.org>
22468
22469 The following changes (and some of 2008-02-01 changes of mine) are
22470 for handling syntax, category, and case conversion for unibyte
22471 characters by converting them to multibyte on the fly. With these
22472 changes, we don't have to setup syntax and case tables for unibyte
22473 characters in each language environment.
22474
22475 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
22476 multibyte if necessary.
22477
22478 * bytecode.c (Fbyte_code): Likewise.
22479
22480 * character.h (LEADING_CODE_LATIN_1_MIN)
22481 (LEADING_CODE_LATIN_1_MAX): New macros.
22482 (unibyte_to_multibyte_table): Extern it.
22483 (unibyte_char_to_multibyte): New macro.
22484 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
22485 (CHAR_LEADING_CODE): New macro.
22486 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
22487
22488 * character.c (unibyte_to_multibyte_table): New variable.
22489 (unibyte_char_to_multibyte): Move to character.h and define as macro.
22490 (multibyte_char_to_unibyte): If C is an eight-bit character,
22491 convert it to the corresponding byte value.
22492
22493 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
22494 not 1, signals an error. Update the elements of
22495 unibyte_to_multibyte_table.
22496 (init_charset_once): Initialize unibyte_to_multibyte_table.
22497 (syms_of_charset): Define the charset `iso-8859-1'.
22498
22499 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
22500 as is without converting it to unibyte. In a unibyte buffer,
22501 convert C to multibyte before checking the syntax.
22502
22503 * lisp.h (unibyte_char_to_multibyte): Delete extern.
22504
22505 * minibuf.c (Fminibuffer_complete_word): Use the macro
22506 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
22507
22508 * regex.h (struct re_pattern_buffer): New member target_multibyte.
22509
22510 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
22511 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
22512 that is zero, convert an eight-bit char to multibyte.
22513 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
22514 non-emacs case.
22515 (PATFETCH): Convert an eight-bit char to multibyte.
22516 (HANDLE_UNIBYTE_RANGE): New macro.
22517 (regex_compile): Setup the compiled pattern for multibyte chars
22518 even if the given regex string is unibyte. Use PATFETCH_RAW
22519 instead of PATFETCH in many places. To handle `charset'
22520 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
22521 only for ASCII chars.
22522 (analyse_first) <exactn>: Simplify because the compiled pattern
22523 is multibyte.
22524 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
22525 <charset>: Use CHAR_LEADING_CODE to get leading codes.
22526 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
22527 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
22528 multibyte always 1.
22529 (re_search_2): In emacs, set the locale variable multibyte to 1,
22530 otherwise to 0. New local variable target_multibyte. Check it
22531 to decide the multibyteness of STR1 and STR2. If
22532 target_multibyte is zero, convert unibyte chars to multibyte
22533 before translating and checking fastmap.
22534 (TARGET_CHAR_AND_LENGTH): New macro.
22535 (re_match_2_internal): In emacs, set the locale variable multibyte
22536 to 1, otherwise to 0. New local variable target_multibyte. Check
22537 it to decide the multibyteness of STR1 and STR2. Use
22538 TARGET_CHAR_AND_LENGTH to fetch a character from D.
22539 <charset, charset_not>: If multibyte is nonzero, check fastmap
22540 only for ASCII chars. Call bcmp_translate with
22541 target_multibyte, not with multibyte.
22542 <begline>: Declare the local variable C as `unsigned'.
22543 (bcmp_translate): Change the last arg name to target_multibyte.
22544
22545 * search.c (compile_pattern_1): Don't adjust the multibyteness of
22546 the regexp pattern and the matching target. Set cp->buf.multibyte
22547 to the multibyteness of the regexp pattern. Set
22548 cp->but.target_multibyte to the multibyteness of the matching target.
22549 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
22550 FETCH_STRING_CHAR_ADVANCE.
22551 (Freplace_match): Convert unibyte chars to multibyte.
22552
22553 * syntax.c (char_quoted, back_comment, scan_words)
22554 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
22555 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
22556 unibyte chars to multibyte.
22557 (skip_chars): Delete the arg syntaxp, and move the code for
22558 handling syntaxes to skip_syntaxes. Change callers.
22559 Fix the case that the multibyteness of STRING and the current
22560 buffer doesn't match.
22561 (skip_syntaxes): New function.
22562 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
22563 SINGLE_BYTE_CHAR_P.
22564
22565 2008-02-01 Kenichi Handa <handa@m17n.org>
22566
22567 * xfaces.c (QCfontset): New variable.
22568 (LFACE_FONTSET): New macro.
22569 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
22570 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
22571 (Finternal_set_lisp_face_attribute)
22572 (Finternal_get_lisp_face_attribute): Handle QCfontset.
22573 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
22574 check also LFACE_FONTSET_INDEX.
22575 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
22576 attrs[LFACE_FONT_INDEX].
22577 (syms_of_xfaces): Intern and staticpro QCfontset.
22578
22579 * dispextern.h (enum lface_attribute_index): New member
22580 LFACE_FONTSET_INDEX.
22581
22582 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
22583
22584 2008-02-01 Kenichi Handa <handa@m17n.org>
22585
22586 * coding.c (coding_set_destination): Fix coding->destination for
22587 the case converting a region.
22588 (encode_coding_utf_8): Encode eight-bit chars as single byte.
22589 (encode_coding_object): Fix coding->dst_pos and
22590 coding->dst_pos_byte for the case converting a region.
22591
22592 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
22593
22594 * character.h (BYTE8_STRING): New macro.
22595
22596 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
22597
22598 2008-02-01 Kenichi Handa <handa@m17n.org>
22599
22600 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
22601 characters by octal form.
22602
22603 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
22604
22605 * buffer.h (_fetch_multibyte_char_len): Delete extern.
22606 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
22607 _fetch_multibyte_char_len.
22608 (FETCH_CHAR_AS_MULTIBYTE): New macro.
22609
22610 * casetab.c (set_canon, set_identity, shuffle): Simplify.
22611
22612 * casefiddle.c (casify_object): Simplify. Handle the case that
22613 the case conversion change the byte length.
22614 (casify_region): Likewise.
22615
22616 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
22617
22618 * character.c (_fetch_multibyte_char_len): Delete this variable.
22619 (syms_of_character): Setup Vprintable_chars.
22620
22621 * editfns.c (Fchar_equal): Fix for the unibyte case.
22622 (Finsert_byte): New function.
22623 (syms_of_editfns): Defsubr it.
22624
22625 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
22626 of direct code 0x3ffff.
22627
22628 * search.c (Freplace_match): Fix for the unibyte case.
22629
22630 2008-02-01 Kenichi Handa <handa@m17n.org>
22631
22632 * lread.c (safe_to_load_p): Fix the logic.
22633
22634 * syntax.c (scan_words): Don't treat characters belonging to
22635 different scripts as constituting a word.
22636
22637 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22638
22639 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
22640
22641 * emacs.c (main): In the case of --unibyte, instead of aborting on
22642 finding non-empty buffer, make it unibyte.
22643
22644 2008-02-01 Kenichi Handa <handa@m17n.org>
22645
22646 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
22647 to create a fontset.
22648
22649 2008-02-01 Dave Love <fx@gnu.org>
22650
22651 * character.c (Funibyte_char_to_multibyte): Doc fix.
22652
22653 * xfns.c [HAVE_STDLIB_H]: Fix last change.
22654
22655 2008-02-01 Kenichi Handa <handa@m17n.org>
22656
22657 * fontset.c (fontset_add): Make the type `int'.
22658 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
22659
22660 * character.c (unibyte_char_to_multibyte)
22661 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
22662 charset_unibyte, not charset_primary.
22663
22664 * charset.h (charset_unibyte): Extern it instead of charset_primary.
22665
22666 * charset.c (charset_unibyte): Rename from charset_primary.
22667 (Funibyte_charset): Rename from Fprimary_charset.
22668 (Fset_unibyte_charset): Rename from Fset_primary_charset.
22669 (syms_of_charset): Adjust for the above changes.
22670
22671 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
22672 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
22673 it->multibyte_p is zero.
22674
22675 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
22676 Delete extern.
22677
22678 2008-02-01 Kenichi Handa <handa@m17n.org>
22679
22680 * coding.c (Fdefine_coding_system_internal): Fix category setting
22681 for a coding system of type iso-2022.
22682
22683 2008-02-01 Kenichi Handa <handa@m17n.org>
22684
22685 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
22686
22687 2008-02-01 Kenichi Handa <handa@m17n.org>
22688
22689 * syntax.c (Vnext_word_boundary_function_table): New variable.
22690 (next-word-boundary-function-table): Declare it as a Lisp variable
22691 in syms_of_syntax.
22692 (scan_words): Call functions in Vnext_word_boundary_function_table
22693 if any.
22694
22695 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
22696
22697 * fontset.c (fs_load_font): If fontp->charset is not negative,
22698 return fontp without setting its members.
22699
22700 2008-02-01 Dave Love <fx@gnu.org>
22701
22702 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
22703
22704 * m/sparc.h (HAVE_ALLOCA): Delete.
22705
22706 * s/irix6-5.h: Don't include strings.h.
22707 (bcopy, bzero, bcmp): Don't undef.
22708
22709 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
22710
22711 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
22712 (TIOCSIGSEND): Don't test IRIX6.
22713 (bcopy, bzero, bcmp): Define conditionally.
22714
22715 2008-02-01 Kenichi Handa <handa@m17n.org>
22716
22717 * buffer.c (Qas, Qmake, Qto): New variables.
22718 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
22719 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
22720
22721 * callproc.c (Fcall_process): Don't call insert_1_both directly if
22722 we are inserting a process output into a multibyte buffer.
22723
22724 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
22725 multibyte_char_to_unibyte.
22726
22727 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
22728 by the primary charset, make it eight-bit char.
22729 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
22730
22731 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
22732 (charset_8_bit__control, charset_8_bit_graphic)
22733 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
22734 (define_charset_internal): New function.
22735 (syms_of_charset): Call define_charset_internal for pre-defined
22736 charsets.
22737
22738 * charset.h (charset_8_bit): Extern it.
22739
22740 * coding.c (make_conversion_work_buffer): Adjust for the change
22741 of Fset_buffer_multibyte.
22742 (encode_coding_raw_text): Increment p0 in the loop.
22743
22744 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
22745
22746 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
22747 for the change of Fset_buffer_multibyte.
22748
22749 * fns.c (Fstring_to_multibyte): New function.
22750 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
22751
22752 2008-02-01 Dave Love <fx@gnu.org>
22753
22754 * xfns.c (x_put_x_image): Declare args.
22755
22756 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
22757 (try_font_list): Declare an arg.
22758
22759 * xdisp.c (message2_nolog, set_message): Declare an arg.
22760
22761 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
22762
22763 * syntax.c (scan_sexps_forward): Declare an arg.
22764
22765 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
22766 Declare an arg.
22767
22768 * lisp.h (Fnew_fontset): Declare.
22769
22770 * keymap.c (push_key_description): Call CHARACTERP correctly.
22771
22772 * fontset.c (fontset_add): Declare args. Call make_number correctly.
22773 (face_for_char): Delete unused vars.
22774 (Fset_fontset_font): Doc fix. Delete unused vars.
22775
22776 * doc.c (Fsubstitute_command_keys): Delete unused vars.
22777
22778 * composite.c (update_compositions): Declare arg.
22779
22780 * cm.c (calccost, cmgoto): Declare args.
22781
22782 * charset.c: Remove `emacs' conditional. Doc fixes.
22783 (map_char_table_for_charset): Declare.
22784
22785 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
22786
22787 * ccl.c: Remove `emacs' conditional.
22788
22789 2008-02-01 Kenichi Handa <handa@m17n.org>
22790
22791 The following changes are to allow specifying multiple font
22792 patterns for a character range (specified by script or charset).
22793
22794 * Makefile.in (abbrev.o): Depend on syntax.h.
22795 (xfaces.o): Depend on charset.h.
22796
22797 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
22798 SINGLE_BYTE_CHAR_P.
22799
22800 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
22801
22802 * character.h (Vchar_script_table): Extern it.
22803
22804 * character.c (Vscript_alist): Delete.
22805 (Vchar_script_table, Qchar_script_table): New variable.
22806 (syms_of_character): Declare Vchar_script_table as a lisp variable
22807 and initialize it.
22808
22809 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
22810 have property char-table-extra-slots, make no extra slot.
22811
22812 * dispextern.h (struct face): Delete member `charset'.
22813 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
22814 SINGLE_BYTE_CHAR_P.
22815 (choose_face_font, lookup_non_ascii_face, font_name_registry):
22816 Add prototypes.
22817 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
22818 (generate_ascii_font_name): Rename from generate_ascii_font.
22819
22820 * fontset.h (get_font_repertory_func): New prototype.
22821 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
22822 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
22823
22824 * fontset.c (Qprepend, Qappend): New variables.
22825 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
22826 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
22827 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
22828 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
22829 (fontset_ref_and_range, fontset_add, reorder_font_vector)
22830 (load_font_get_repertory): New functions.
22831 (fontset_set): Delete.
22832 (fontset_face): New arg FACE. Return face ID, not face.
22833 Complete re-write to handle new fontset structure. Change caller.
22834 (free_face_fontset): Use ASET istead of AREF (X) = Y.
22835 (face_for_char): Don't call lookup_face.
22836 (make_fontset_for_ascii_face): New arg FACE.
22837 (fs_load_font): New arg CHARSET_ID. Don't check
22838 Vfont_encoding_alist here.
22839 (find_font_encoding): New function.
22840 (list_fontsets): Use STRINGP, not ! NILP.
22841 (accumulate_script_ranges): New function.
22842 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
22843 re-written to handle new fontset structure.
22844 (Ffontset_font): Return a copy of element.
22845 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
22846 docstring of font-encoding-alist.
22847
22848 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
22849 (Fset_fotset_font): Fix arguments to 5.
22850
22851 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
22852
22853 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
22854 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22855 (highlight_trailing_whitespace): Adjust for the change of
22856 lookup_named_face.
22857
22858 * xfaces.c: Include charset.h.
22859 (load_face_font): Delete argument C. Change caller.
22860 (generate_ascii_font_name): Rename from generate_ascii_font.
22861 (font_name_registry): New function.
22862 (cache_face): Store ascii faces before non-ascii faces in buckets.
22863 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
22864 Lookup only ascii faces.
22865 (lookup_non_ascii_face): New function.
22866 (lookup_named_face): Delete argument C. Change caller.
22867 (lookup_derived_face): Delete argument C. Change caller.
22868 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
22869 a string, just call font_list with it.
22870 (choose_face_font): Delete arguments FACE and C. New arg
22871 FONT_SPEC. Change caller.
22872 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
22873 Change caller.
22874 (realize_non_ascii_face): New function.
22875 (realize_x_face): Call load_face_font here.
22876 (realize_tty_face): Delete argument C. Change caller.
22877 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
22878 get a face ID.
22879 (dump_realized_face): Don't print charset of FACE.
22880
22881 * xfns.c (x_set_font): Always call x_new_fontset and
22882 store_frame_parameter.
22883 (Fx_create_frame): Call x_new_fontset, not x_new_font.
22884 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
22885
22886 * xterm.h (x_get_font_repertory): Extern it.
22887
22888 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
22889 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
22890 it->multibyte_p is zero.
22891 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22892 (x_new_fontset): If FONTSETNAME doesn't match any existing
22893 fontsets, create a new one.
22894 (x_get_font_repertory): New function.
22895
22896 2008-02-01 Kenichi Handa <handa@m17n.org>
22897
22898 * coding.c (Ffind_coding_systems_region_internal): Detect an
22899 ASCII only string correctly.
22900
22901 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
22902 version is 0.
22903
22904 2008-02-01 Kenichi Handa <handa@m17n.org>
22905
22906 * lread.c: Include "coding.h".
22907 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
22908 (load_each_byte, unread_char): New variables.
22909 (readchar_backlog): Delete.
22910 (readchar): Return a character unless load_each_byte is nonzero.
22911 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
22912 cons. If unread_char is not -1, simply return it.
22913 (unreadchar): Handle the case that readcharfun is
22914 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
22915 (read_multibyte): Delete.
22916 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
22917 (read_emacs_mule_char): New functions.
22918 (Fload): Even if the file doesn't have the extension ".elc", if
22919 safe_to_load_p returns a positive version number, assume that the
22920 file contains bytecompiled code. If the version is less than 22,
22921 load the file while decoding multibyte sequences by emacs-mule.
22922 (readevalloop): Don't use readchar_backlog.
22923 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
22924 (Fread_from_string): Pay attention to the case that STREAM is a cons.
22925 (read_escape): Delete the arg BYTEREP.
22926 (read1): Set load_each_byte to 1 temporarily while handling
22927 #@NUMBER. Don't call read_multibyte.
22928 (read_vector): Call Fread with a cons. If readcharfun is
22929 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
22930 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
22931 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
22932 and Qload_force_doc_strings.
22933
22934 2008-02-01 Kenichi Handa <handa@m17n.org>
22935
22936 * xdisp.c (face_before_or_after_it_pos): Call
22937 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
22938
22939 2008-02-01 Kenichi Handa <handa@m17n.org>
22940
22941 * character.h (TRAILING_CODE_P): New macro.
22942 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
22943 (string_char_with_unification): Fix prototype.
22944 (Vscript_alist): Extern it.
22945
22946 * character.c (Vscript_alist): New variable.
22947 (string_char_with_unification, str_as_unibyte)
22948 (string_escape_byte8): Add `const' to local variables.
22949 (syms_of_character): Declare script-alist as a Lisp variable.
22950
22951 * charset.h (Vcharset_ordered_list): Extern it.
22952 (charset_ordered_list_tick): Extern it.
22953 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
22954 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
22955 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
22956 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
22957 (Funify_charset): Adjust for the change of Funify_charset.
22958
22959 * charset.c (charset_ordered_list_tick): New variable.
22960 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
22961 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
22962 deunify instead of unify a charset.
22963 (string_xstring_p): Add `const' to local variables.
22964 (find_charsets_in_text): Add `const' to arguments and local variables.
22965 (encode_char): Adjust for the change of Funify_charset. Fix
22966 detecting of invalid code.
22967 (Fset_charset_priority): Increment charset_ordered_list_tick.
22968 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
22969 and TO_CODE.
22970
22971 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
22972 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
22973 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
22974 (decode_coding_ccl, consume_chars)
22975 (Ffind_coding_systems_region_internal)
22976 (Fcheck_coding_systems_region): Add `const' to local variables.
22977
22978 * print.c (print_object): Use octal form for printing the
22979 contents of a bool vector.
22980
22981 2008-02-01 Dave Love <fx@gnu.org>
22982
22983 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
22984 <version == 20>: Refuse to load.
22985
22986 2008-02-01 Dave Love <fx@gnu.org>
22987
22988 * fns.c: Move coding.h.
22989 (Qcodeset, Qdays, Qmonths): New.
22990 (concat): Use CHARACTERP instead of INTEGERP.
22991 (Flocale_codeset): Delete.
22992 (Flanginfo): New function.
22993 (syms_of_fns): Change accordingly.
22994
22995 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
22996
22997 2008-02-01 Dave Love <fx@gnu.org>
22998
22999 * casetab.c (init_casetab_once, init_casetab_once): Fix
23000 CHAR_TABLE_SET call.
23001
23002 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
23003
23004 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
23005
23006 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
23007 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
23008 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
23009
23010 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
23011
23012 * coding.c (ENCODE_DESIGNATION, decode_eol)
23013 (make_conversion_work_buffer, code_conversion_restore)
23014 (Fdefine_coding_system_internal): Convert Lisp types.
23015 (code_conversion_restore): Use EQ, not ==.
23016 (Fencode_coding_string): Fix code_convert_string call.
23017
23018 * coding.h (code_convert_region): Fix prototype.
23019
23020 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
23021
23022 * fontset.c (fontset_ref, fontset_set, fs_load_font)
23023 (Ffontset_info): Convert Lisp types.
23024
23025 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
23026
23027 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
23028
23029 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
23030
23031 * chartab.c: Include "...h", not <...h> in some cases.
23032
23033 * callproc.c (Fcall_process): Remove unused variables.
23034
23035 2008-02-01 Dave Love <fx@gnu.org>
23036
23037 * coding.c (Fset_coding_system_priority): Allow null arg list.
23038
23039 2008-02-01 Dave Love <fx@gnu.org>
23040
23041 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
23042 (Fself_insert_and_exit): Use CHARACTERP.
23043
23044 * callproc.c (Fcall_process): Remove unused vars.
23045
23046 * xterm.c (XTread_socket): Add extra dead keysyms.
23047
23048 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
23049
23050 * dispextern.h: Remove prototypes for redraw_frame,
23051 redraw_garbaged_frames.
23052
23053 * cmds.c (Fself_insert_command): Use CHARACTERP.
23054
23055 * chartab.c (make_sub_char_table): Remove unused var.
23056 (Fset_char_table_default, Fmap_char_table): Doc fix.
23057
23058 * keymap.c (access_keymap): Remove generic char code.
23059 (push_key_description): Use CHARACTERP.
23060
23061 2008-02-01 Dave Love <fx@gnu.org>
23062
23063 * charset.c: Doc fixes.
23064 (Funify_charset): Extra checking.
23065
23066 2008-02-01 Dave Love <fx@gnu.org>
23067
23068 * lread.c: Remove some unused variables.
23069 (safe_to_load_p): If safe, return the magic number version byte.
23070 (Fload): Maybe use load-with-code-conversion.
23071
23072 2008-02-01 Kenichi Handa <handa@m17n.org>
23073
23074 * category.c (Fmodify_category_entry): Don't modify the contents
23075 of category_set for characters out of the range. Avoid
23076 unnecessary modification.
23077
23078 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
23079 Vchar_unify_table. The default value of the table is now nil.
23080
23081 * character.c (syms_of_character): Setup Vchar_width_table for
23082 eight-bit-control and raw-byte chars.
23083
23084 * charset.h (enum define_charset_arg_index): Delete
23085 charset_arg_parents and add charset_arg_subset and
23086 charset_arg_superset.
23087 (enum charset_attr_index): Delete charset_parents and add
23088 charset_subset and charset_superset.
23089 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
23090 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
23091 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
23092 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
23093 (CHARSET_SUPERSET): New macros.
23094 (charset_work): Extern it.
23095 (ENCODE_CHAR): Use charset_work.
23096 (CHAR_CHARSET_P): Adjust for the change of encoder format.
23097 (map_charset_chars): Extern it.
23098
23099 * charset.c (load_charset_map): Set the default value of encoder
23100 and deunifier char-tables to nil.
23101 (map_charset_chars): Change argument. Change callers. Use
23102 map_char_table_for_charset instead of map_char_table.
23103 (Fmap_charset_chars): New optional args from_code and to_code.
23104 (Fdefine_charset_internal): Adjust for the change of
23105 `define-charset' (:parents -> :subset or :superset).
23106 (charset_work): New variable.
23107 (encode_char, syms_of_charset): Adjust for the change of
23108 Fdefine_charset_internal.
23109 (Ffind_charset_string): Setup the vector `charsets' correctly.
23110
23111 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
23112 the previous change.
23113 (char_table_ref_and_range): Adjust for the above change.
23114 (map_sub_char_table_for_charset): New function.
23115 (map_char_table_for_charset): New function.
23116
23117 * keymap.c (describe_vector): Handle a char-table directly here.
23118 (describe_char_table): Delete.
23119
23120 * lisp.h (map_charset_chars): Delete.
23121
23122 2008-02-01 Dave Love <fx@gnu.org>
23123
23124 * fns.c (count_combining): Comment out (unused).
23125 (Flocale_codeset): New.
23126 (syms_of_fns): Defsubr it.
23127
23128 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
23129 (size_t): Remove.
23130
23131 2008-02-01 Dave Love <fx@gnu.org>
23132
23133 * Makefile.in (chartab.o): Depend on charset.h.
23134
23135 2008-02-01 Kenichi Handa <handa@m17n.org>
23136
23137 * character.c (syms_of_character): Set the default value of
23138 Vprintable_chars to Qnil.
23139
23140 2008-02-01 Dave Love <fx@gnu.org>
23141
23142 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
23143
23144 2008-02-01 Kenichi Handa <handa@m17n.org>
23145
23146 * charset.c (load_charset_map): Handle the case that from < to
23147 correctly.
23148
23149 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
23150 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
23151 Pay attention to raw-8-bit chars.
23152
23153 2008-02-01 Kenichi Handa <handa@m17n.org>
23154
23155 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
23156 It is not bytecompiled now.
23157
23158 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
23159 (charset_jisx0208): New variables.
23160 (Fdefine_charset_internal): Setup them if appropriate.
23161 (init_charset_once): Initialize them to -1.
23162
23163 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
23164 (charset_jisx0208): Extern them.
23165
23166 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
23167 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
23168 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
23169 (setup_iso_safe_charsets): Fix arguments to Fassq.
23170 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
23171 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
23172 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
23173 (encode_coding_iso_2022): Change the 1st arg to
23174 ENCODE_ISO_CHARACTER to a variable.
23175
23176 2008-02-01 Kenichi Handa <handa@m17n.org>
23177
23178 * charset.h (enum define_charset_arg_index): New enums
23179 charset_arg_min_code and charset_arg_max_code.
23180 (struct charset): New member char_index_offset.
23181
23182 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
23183 Take charset->char_index_offset into account.
23184 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
23185 args[charset_arg_max_code]. Setup charset.char_index_offset.
23186 (syms_of_charset): Fix args to Fdefine_charset_internal.
23187
23188 2008-02-01 Dave Love <fx@gnu.org>
23189
23190 * coding.c (decode_coding_utf_8): Reject overlong sequences.
23191
23192 2008-02-01 Dave Love <fx@gnu.org>
23193
23194 * coding.c: Doc fixes.
23195 (Fcoding_system_aliases): Fix return value.
23196 (Qmac): Remove (duplicated) definition.
23197
23198 2008-02-01 Dave Love <fx@gnu.org>
23199
23200 * charset.c (Fcharset_priority_list, Fset_charset_priority):
23201 New functions.
23202
23203 * character.c (Fstring): Doc fix.
23204
23205 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
23206
23207 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
23208 (font-encoding-alist): Doc fix.
23209
23210 2008-02-01 Dave Love <fx@gnu.org>
23211
23212 * term.c (costs_set): Declare static, non-initialized for pcc.
23213 (encode_terminal_code): Remove unused var.
23214
23215 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
23216 for K&R.
23217
23218 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
23219
23220 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
23221 (suffixes): Move out of make_subsidiaries for K&R.
23222
23223 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
23224
23225 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
23226
23227 2008-02-01 Dave Love <fx@gnu.org>
23228
23229 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
23230
23231 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
23232
23233 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
23234
23235 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
23236
23237 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
23238
23239 2008-02-01 Kenichi Handa <handa@m17n.org>
23240
23241 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
23242 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
23243
23244 2008-02-01 Kenichi Handa <handa@m17n.org>
23245
23246 * coding.c (decode_coding_charset): Adjust for the change of
23247 Fdefine_coding_system_internal.
23248 (Fdefine_coding_system_internal): For a coding system of
23249 `charset' type, store a list of charset IDs in
23250 `charset_attr_charset_valids' element of coding attributes.
23251
23252 2008-02-01 Kenichi Handa <handa@m17n.org>
23253
23254 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
23255 (emacs_mule_char): New arg src. Delete arg `composition'. Change
23256 caller. Handle 2-byte and 3-byte charsets correctly.
23257 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
23258 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
23259 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
23260 (DECODE_EMACS_MULE_21_COMPOSITION): Call
23261 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
23262 sequence.
23263 (decode_coding_emacs_mule): Handle composition correctly. Rewind
23264 `src' and `consumed_chars' correctly before calling emacs_mule_char.
23265 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
23266 and alt&rule composition.
23267 (decode_coding_iso_2022): Handle composition correctly.
23268 (init_coding_once): Setup emacs_mule_bytes for private charsets.
23269
23270 * charset.c (Fdefine_charset_internal): Fix bug for the case of
23271 re-defining a charset. If the charset has :emacs-mule-id, setup
23272 emacs_mule_bytes.
23273 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
23274
23275 2008-02-01 Kenichi Handa <handa@m17n.org>
23276
23277 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
23278 (encode_coding_big5, encode_coding_charset): If coding requires safe
23279 encoding, produce a character specified by
23280 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
23281
23282 2008-02-01 Dave Love <fx@gnu.org>
23283
23284 * xterm.c (XSetIMValues): Declare.
23285
23286 * process.c: Conditionally include sys/wait.h, pty.h.
23287
23288 * print.c (print_object): Fix print format for 64-bit systems.
23289
23290 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
23291
23292 * buffer.c (emacs_strerror): Declare.
23293
23294 * fontset.c (Fclear_face_cache): Declare.
23295 (accumulate_font_info): Comment-out (unused).
23296 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
23297 variables.
23298
23299 * character.h (string_escape_byte8): Declare.
23300
23301 * charset.c (load_charset_map, load_charset_map_from_file): Remove
23302 unused vars.
23303 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
23304 (Fmap_charset_chars): Doc fix.
23305
23306 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
23307 (Fset_coding_system_priority, Fset_coding_system_priority)
23308 (Fdefine_coding_system_internal): Doc fix.
23309
23310 2008-02-01 Dave Love <fx@gnu.org>
23311
23312 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
23313
23314 2008-02-01 Kenichi Handa <handa@m17n.org>
23315
23316 * character.c (string_escape_byte8): Make multibyte string with
23317 correct size.
23318
23319 * charset.c (Fmake_char): Delete unnecessary code.
23320
23321 2008-02-01 Kenichi Handa <handa@m17n.org>
23322
23323 * xfns.c (x_encode_text): Allocate coding.destination here, and
23324 call encode_coding_object with dst_object Qnil.
23325
23326 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
23327 multibyte form correctly.
23328
23329 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
23330 against Vfont_encoding_alist.
23331
23332 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
23333 handling of charset list.
23334 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
23335 (decode_coding_object): Move point to coding->dst_pos before
23336 calling post-read-conversion function.
23337 (encode_coding_object): Give correct arguments to
23338 pre-write-conversion. Ignore the return value of
23339 pre-write-conversion function. Pay attention to the case that
23340 pre-write-conversion changes the current buffer. If dst_object is
23341 Qt, even if coding->src_bytes is zero, allocate at least one byte
23342 to coding->destination.
23343
23344 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
23345
23346 * charset.c (Fmake_char): Make it more backward compatible.
23347 (Fmap_charset_chars): Fix docstring.
23348
23349 2008-02-01 Dave Love <fx@gnu.org>
23350
23351 * coding.c: Doc fixes.
23352 (Fdefine_coding_system_alias): Use names, not symbols, in
23353 coding-system-alist.
23354
23355 2008-02-01 Kenichi Handa <handa@m17n.org>
23356
23357 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
23358 of calling free_realized_face.
23359
23360 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
23361
23362 * charset.c (read_hex): Don't treat SPC as a comment starter.
23363 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
23364 (Fdecode_char): Fix typo.
23365
23366 2008-02-01 Kenichi Handa <handa@m17n.org>
23367
23368 * charset.h (struct charset): New member `code_space_mask'.
23369
23370 * coding.c (coding_set_source): Delete the local variable beg_byte.
23371 (encode_coding_charset, Fdefine_coding_system_internal):
23372 Delete the local variable charset.
23373 (Fdefine_coding_system_internal): Setup
23374 attrs[coding_attr_charset_valids] correctly.
23375
23376 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
23377 member to check if CODE is valid or not.
23378 (Fdefine_charset_internal): Initialize `code_space_mask' member.
23379 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
23380 is within the range of charset->min_code and carset->max_code.
23381
23382 2008-02-01 Dave Love <fx@gnu.org>
23383
23384 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
23385
23386 * dispextern.h (generate_ascii_font): Fix return type.
23387
23388 * xfaces.c (generate_ascii_font): Fix arg declaration.
23389
23390 * coding.c (coding_inherit_eol_type)
23391 (Fset_terminal_coding_system_internal)
23392 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
23393
23394 2008-02-01 Kenichi Handa <handa@m17n.org>
23395
23396 * coding.c (decode_coding_charset, encode_coding_charset): Handle
23397 multiple charsets correctly.
23398
23399 2008-02-01 Kenichi Handa <handa@m17n.org>
23400
23401 * search.c (boyer_moore): Fix handling of multibyte character
23402 translation.
23403
23404 * xdisp.c (display_mode_element): When the variable `elt' is
23405 changed, update `this' and `lisp_string'.
23406
23407 2008-02-01 Kenichi Handa <handa@m17n.org>
23408
23409 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
23410
23411 * callproc.c (Fcall_process): Be sure to give the current buffer
23412 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
23413
23414 * charset.c (struct charset_map_entries): New struct.
23415 (load_charset_map): Rename from parse_charset_map. New args
23416 entries and n_entries. Change caller.
23417 (load_charset_map_from_file): Rename from load_charset_map.
23418 Change caller. New arg control_flag. Call load_charset_map at
23419 the tail.
23420 (load_charset_map_from_vector): New function.
23421 (Fdefine_charset_internal): Setup charset.compact_codes_p.
23422 (encode_char): If the charset is compact, change a character index
23423 to a code point.
23424
23425 * coding.c (coding_alloc_by_making_gap): Check the case that the
23426 source and destination are the same correctly.
23427 (decode_coding_raw_text): Set coding->consumed_char and
23428 coding->consumed to 0.
23429 (produce_chars): If coding->chars_at_source is nonzero, update
23430 coding->consumed_char and coding->consumed before calling
23431 alloc_destination.
23432 (Fdefine_coding_system_alias): Register ALIAS in
23433 Vcoding_system_alist.
23434 (syms_of_coding): Define `no-conversion' coding system at the tail.
23435
23436 * fileio.c (Finsert_file_contents): Set coding_system instead of
23437 val. If the current buffer is multibyte, always call
23438 decode_coding_gap.
23439
23440 * xfaces.c (try_font_list): Give higher priority to fontset's
23441 family than face's family.
23442
23443 2008-02-01 Kenichi Handa <handa@m17n.org>
23444
23445 * callproc.c (Fcall_process): Be sure to give the current buffer
23446 to decode_coding_c_string.
23447
23448 * xfaces.c (try_font_list): Give a family specified in a fontset
23449 higher priority than a family specified in a face.
23450
23451 2008-02-01 Kenichi Handa <handa@m17n.org>
23452
23453 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
23454 Fix arguments to insert_from_buffer.
23455
23456 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
23457
23458 2008-02-01 Kenichi Handa <handa@m17n.org>
23459
23460 * coding.c (produce_chars): Set the variable `multibytep' correctly.
23461 (decode_coding_gap): Set coding->dst_multibyte correctly.
23462
23463 2008-02-01 Kenichi Handa <handa@m17n.org>
23464
23465 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
23466 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
23467 (encode_coding_utf_16): Substitute coding->default_char for
23468 non-Unicode characters.
23469 (decode_coding): Don't call record_insert here.
23470 (setup_coding_system): Initialize `surrogate' of
23471 coding->spec.utf_16 to 0.
23472 (EMIT_ONE_BYTE): Fix for multibyte case.
23473
23474 * insdel.c (insert_from_gap): Call record_insert.
23475
23476 2008-02-01 Kenichi Handa <handa@m17n.org>
23477
23478 * casefiddle.c (casify_region): Fix multibyte case.
23479
23480 * character.c (c_string_width): Add return type `int'.
23481 (char_string_with_unification): Delete arg ADVANCED.
23482
23483 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
23484 (CHAR_STRING): Adjust for the change of char_string_with_unification.
23485 (CHAR_STRING_ADVANCE): Make it do-while statement.
23486
23487 * chartab.c (sub_char_table_set_range): Optimize for the case
23488 DEPTH == 3. Add workaround code for a GCC optimization bug.
23489
23490 * charset.c (parse_charset_map): Remove an unused variable.
23491
23492 * coding.c: Delete unused variables.
23493
23494 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
23495 earlier. If inserted is zero and the coding system doesn't
23496 require flushing, don't call decode_coding_gap.
23497
23498 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
23499
23500 2008-02-01 Kenichi Handa <handa@m17n.org>
23501
23502 The following changes are for using Unicode as an internal
23503 character model, and use UTF-8 format for buffer/string
23504 representation.
23505
23506 * .gdbinit (xchartable): Adjust for the change of char table structure.
23507 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
23508
23509 * Makefile.in (obj): Add character.o and chartab.o.
23510 (lisp, shortlisp): Remove utf-8.elc.
23511 (*.o): For many files, change dependency on charset.h to
23512 character.h, and add dependency on character.h.
23513 (character.o, chartab.o): New targets.
23514
23515 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
23516 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
23517 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
23518 of "charset.h".
23519
23520 * dired.c, filelock.c: Include "character.h".
23521
23522 * alloc.c: Include "character.h" instead of "charset.h".
23523 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
23524 (syms_of_alloc): Remove defsubr for Smake_char_table.
23525
23526 * buffer.c: Include "character.h" instead of "charset.h", don't
23527 include "coding.h".
23528 (Fset_buffer_multibyte): Adjust for UTF-8.
23529
23530 * buffer.h: EXFUN Fbuffer_live_p.
23531
23532 * callproc.c: Include "character.h" instead of "charset.h".
23533 (Fcall_process): Big change for the new code-conversion APIs.
23534
23535 * casetab.c: Include "character.h" instead of "charset.h".
23536 (set_canon, set_identity, shuffle): Adjust for the new
23537 map_char_table spec.
23538 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
23539 accessing the char table structure.
23540
23541 * chartab.c: New file that implements char table.
23542
23543 * category.c: Include "character.h".
23544 (copy_category_entry): New function.
23545 (copy_category_table): Call map_char_table and copy_category_entry.
23546 (Fmake_category_table): Initialize all top-level slots.
23547 (char_category_set): New function.
23548 (modify_lower_category_set): Delete.
23549 (Fmodify_category_entry): Call char_table_ref_and_range.
23550
23551 * category.h (CATEGORY_SET): Just call char_category_set.
23552
23553 * ccl.c: Include "character.h".
23554 (Qccl, Qcclp): New variables.
23555 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
23556 it's less than 256.
23557 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
23558 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
23559 and DST type.
23560 (ccl_driver): Change types of argument, adjust code accordingly.
23561 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
23562 ccl_driver.
23563 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
23564
23565 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
23566 New members src_multibyte, dst_multibyte, consumed, and produced.
23567 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
23568 (CODING_SPEC_CCL_PROGRAM): New macro.
23569 (ccl_driver): Update prototype.
23570 (Qccl, Qcclp, Fccl_program_p): Extern them.
23571 (CHECK_CCL_PROGRAM): New macro.
23572
23573 * character.c, character.h, chartab.c: New files.
23574
23575 * charset.c: Mostly re-written. Move character and multibyte sequence
23576 handling codes to character.c.
23577
23578 * charset.h: Mostly re-written. Move character and multibyte sequence
23579 handling codes to character.h.
23580
23581 * coding.c, coding.h: Mostly re-written.
23582
23583 * composite.c: Include "character.h" instead of "charset.h".
23584 (CHAR_WIDTH): Move to character.h.
23585 (HASH_KEY, HASH_VALUE): Delete.
23586
23587 * composite.h (enum composition_method): Change order of enumeration
23588 symbols.
23589
23590 * data.c: Include "character.h" instead of "charset.h".
23591 (Faref): Call CHAR_TABLE_REF for a char table.
23592 (Faset): Call CHAR_TABLE_SET for a char table.
23593
23594 * dispextern.h (free_realized_face, check_face_attribytes)
23595 (generate_ascii_font): Extern them.
23596 (free_realized_multibyte_face): Delete extern.
23597
23598 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
23599 table structure.
23600
23601 * editfns.c: Include "character.h" instead of "charset.h".
23602 (Fchar_to_string): Always call CHAR_STRING.
23603
23604 * emacs.c (main): Call init_charset_once, init_charset,
23605 syms_of_chartab, and syms_of_character.
23606
23607 * fileio.c: Include "character.h" instead of "charset.h".
23608 (Finsert_file_contents): Big change for the new code-conversion API.
23609 (choose_write_coding_system, Fwrite_region): Likewise.
23610 (build_annotations_2): Delete.
23611 (e_write): Big change for the new code-conversion API.
23612
23613 * fns.c: Include "character.h" instead of "charset.h".
23614 (copy_sub_char_table): Move to chartab.c.
23615 (Fcopy_sequence): Call copy_char_table for a char table.
23616 (concat): Delete codes calling count_multibyte.
23617 (string_char_to_byte, string_byte_to_char): Adjust for the new
23618 multibyte form.
23619 (internal_equal): Adjust for the change of char table structure.
23620 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
23621 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
23622 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
23623 (char_table_translate, optimize_sub_char_table)
23624 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
23625 chartab.c.
23626 (char_table_ref_and_index): Delete.
23627 (HASH_KEY, HASH_VALUE): Move to lisp.h.
23628 (Fmd5): Call preferred_coding_system instead of accessing
23629 Vcoding_category_list. Adjust for the new code-conversion API.
23630 (syms_of_fns): Move defsubr for char table related functions to
23631 chartab.c.
23632
23633 * fontset.c: Mostly re-written.
23634
23635 * fontset.h (struct font_info): Change type of the member encoding_type.
23636 (enum FONT_SPEC_INDEX): New enum.
23637 (fontset_font_pattern, fs_load_font): Update prototype.
23638 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
23639
23640 * indent.c: Include "character.h" instead of "charset.h".
23641 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
23642
23643 * insdel.c: Include "character.h" instead of "charset.h".
23644 (copy_text): Don't refer to Vnonascii_translation_table.
23645 (insert_from_gap): New function.
23646
23647 * keyboard.c: Include "character.h" instead of "charset.h".
23648 (command_loop_1): Never call direct_output_forward_char before
23649 a non-ASCII character.
23650 (read_char): If Vkeyboard_translate_table is a char table, always
23651 translate a character.
23652
23653 * keymap.c: Include "character.h".
23654 (store_in_keymap): Handle the case that IDX is a cons.
23655 (Fdefine_key): Handle the case that KEY is a cons and the car part
23656 is also a cons (range).
23657 (push_key_description): Adjust for the new character code.
23658 (describe_vector): Call describe_char_table for a char table.
23659 (describe_char_table): New function.
23660
23661 * keymap.h (describe_char_table): Extern it.
23662
23663 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
23664 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
23665 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
23666 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
23667 Delete.
23668 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
23669 structure.
23670 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
23671 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
23672 (CHARTAB_SIZE_BITS_3): New macros.
23673 (chartab_size): Extern it.
23674 (struct Lisp_Char_Table): Re-design.
23675 (struct Lisp_Sub_Char_Table): New structure.
23676 (HASH_KEY, HASH_VALUE): Move from fns.c.
23677 (CHARACTERBITS): Define as 22.
23678 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
23679 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
23680 (GC_SUB_CHAR_TABLE_P): New macro.
23681 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
23682 (code_convert_string_norecord): Deleted extern.
23683 (init_character_once, syms_of_character, init_charset)
23684 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
23685
23686 * lread.c: Include "character.h".
23687 (read_multibyte): New arg NBYTES.
23688 (read_escape): Change the meaning of returned *BYTEREP.
23689 (to_multibyte): Delete.
23690 (read1): Adjust the handling of char table and string.
23691
23692 * print.c: Include "character.h" instead of "charset.h".
23693 (print_string): Convert 8-bit raw bytes to octal form by
23694 string_escape_byte8.
23695 (print_object): Adjust for the new multibyte form. Print 8-bit
23696 raw bytes always in octal form. Handle sub char table correctly.
23697
23698 * process.c: Include "character.h" instead of "charset.h".
23699 (read_process_output, send_process): Adjust for the new
23700 code-conversion API.
23701
23702 * puresize.h (BASE_PURESIZE): Increase.
23703
23704 * regex.c: Include "character.h" instead of "charset.h".
23705 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
23706 (regex_compile): Accept a range whose starting and ending
23707 character have different leading bytes.
23708 (analyse_first): Adjust for the above change.
23709
23710 * search.c: Include "character.h" instead of "charset.h".
23711 (search_buffer, boyer_moore): Adjust for the new multibyte form.
23712 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
23713
23714 * syntax.c: Include "character.h" instead of "charset.h".
23715 (syntax_parent_lookup): Delete.
23716 (Fmodify_syntax_entry): Accept a cons as CHAR.
23717 (skip_chars): Adjust for the new multibyte form.
23718 (init_syntax_once): Call char_table_set_range instead of directly
23719 accessing the structure of a char table.
23720
23721 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
23722 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
23723 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
23724 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
23725
23726 * term.c: Include "buffer.h" and "character.h".
23727 (encode_terminal_code, write_glyphs): Adjust for the new
23728 code-conversion API.
23729 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
23730
23731 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
23732
23733 * xdisp.c: Include "character.h".
23734 (get_next_display_element): Adjust for the new multibyte form.
23735 (disp_char_vector): Adjust for the new char table structure.
23736 (decode_mode_spec_coding): Adjust for the new structure of
23737 coding system.
23738 (decode_mode_spec): Adjust for the new code-conversion API.
23739
23740 * xfaces.c: Include "character.h" instead of "charset.h".
23741 (load_face_font): Adjust for the change of choose_face_font and
23742 FS_LOAD_FONT.
23743 (generate_ascii_font): New function.
23744 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
23745 (set_font_frame_param): Adjust for the change of choose_face_font.
23746 (free_realized_face): Make it public.
23747 (free_realized_faces_for_fontset): Rename from
23748 free_realized_multibyte_face. Free also faces realized for ASCII.
23749 (choose_face_font): Change arguments. Adjust for the change of
23750 fontset_font_pattern and FS_LOAD_FONT.
23751
23752 * xfns.c: Include "character.h".
23753 (x_encode_text): Adjust for the new code-conversion API.
23754
23755 * xselect.c: Don't include "charset.h".
23756 (selection_data_to_lisp_data): Adjust for the new code conversion API.
23757
23758 * xterm.c: Include "character.h".
23759 (x_encode_char): New argument CHARSET. Change caller.
23760 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
23761 Call ENCODE_CHAR instead of SPLIT_CHAR.
23762 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
23763 CHAR_WIDTH instead of CHARSET_WIDTH.
23764 (XTread_socket): Adjust for the new code-conversion API.
23765 (x_new_font): Adjust for the change of FS_LOAD_FONT.
23766 (x_load_font): Adjust for the change of struct font.
23767
23768 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
23769
23770 * xfaces.c (face_at_buffer_position): Remove unused vars.
23771
23772 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23773
23774 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
23775 Fix overflow checking.
23776
23777 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23778
23779 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
23780 Cancel previous change.
23781
23782 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
23783
23784 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
23785 ccl->eight_bit_control. Fix check for buffer overflow.
23786 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
23787 (ccl_driver): Initialize extra_bytes to 0.
23788
23789 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
23790
23791 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
23792 return it ORed with ctrl_modifier.
23793
23794 2008-01-29 Miles Bader <miles@gnu.org>
23795
23796 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
23797
23798 2008-01-28 Jason Rumney <jasonr@gnu.org>
23799
23800 * w32.c (stat): Don't double check for networked drive.
23801
23802 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
23803
23804 * window.c (run_window_configuration_change_hook): New function.
23805 Code extracted from set_window_buffer. Set the selected frame.
23806 (set_window_buffer): Use it.
23807 * window.h (run_window_configuration_change_hook): Declare.
23808 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
23809
23810 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
23811
23812 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
23813
23814 * Makefile.in: Remove references to unused macros.
23815
23816 2008-01-26 Eli Zaretskii <eliz@gnu.org>
23817
23818 * w32.c (g_b_init_get_sid_sub_authority)
23819 (g_b_init_get_sid_sub_authority_count): New static variables.
23820 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
23821 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
23822 (init_user_info): Use them to retrieve uid and gid.
23823 Use 500/513, the Windows defaults, as Administrator's uid/gid.
23824 (fstat): Use pw_uid and pw_gid from the_passwd structure for
23825 st_uid and st_gid of the file.
23826
23827 2008-01-26 Jason Rumney <jasonr@gnu.org>
23828
23829 * w32.c (logon_network_drive): New function.
23830 (stat): Use it.
23831
23832 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
23833
23834 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
23835 invisible text covered with an ellipsis.
23836
23837 2008-01-25 Richard Stallman <rms@gnu.org>
23838
23839 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
23840 jump back to beginning. Move some other initializations after that.
23841 (Qwindow_text_change_functions, Vwindow_text_change_functions):
23842 New variables.
23843 (syms_of_xdisp): Init them.
23844
23845 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
23846
23847 * buffer.c (reset_buffer_local_variables):
23848 Implement `permanent-local-hook'.
23849 (Qpermanent_local_hook): New variable.
23850 (syms_of_buffer): Init and staticpro it.
23851
23852 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
23853
23854 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
23855
23856 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
23857
23858 * fns.c (Fclrhash): Return TABLE.
23859
23860 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23861
23862 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
23863 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
23864 is set even without positional changes.
23865 (x_scroll_bar_clear): Set bar->redraw_needed_p.
23866
23867 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
23868
23869 2008-01-23 Jason Rumney <jasonr@gnu.org>
23870
23871 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
23872
23873 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
23874 the unicode range available in MULE by locale-coding-system.
23875 Improve dbcs lead byte detection. Set event timestamp and modifiers
23876 earlier.
23877
23878 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23879
23880 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
23881 [MAC_OSX] (init_mac_osx_environment): Initialize it.
23882 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
23883 when used on child processes.
23884
23885 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
23886
23887 * dbusbind.c (Fdbus_method_return_internal): Rename from
23888 Fdbus_method_return.
23889 (Fdbus_unregister_object): Move to dbus.el.
23890 (Fdbus_call_method, Fdbus_method_return_internal)
23891 (Fdbus_send_signal): Improve debug messages.
23892
23893 2008-01-20 Martin Rudalics <rudalics@gmx.at>
23894
23895 * undo.c (undo_inhibit_record_point): New variable.
23896 (syms_of_undo): Initialize it.
23897 (record_point): Don't record point when undo_inhibit_record_point
23898 is set.
23899
23900 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
23901
23902 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
23903
23904 * xdisp.c (Qauto_hscroll_mode): New var.
23905 (syms_of_xdisp): Initialize it.
23906 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
23907 window's buffer.
23908 (hscroll_windows): Don't check automatic_hscrolling_p here.
23909
23910 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
23911 vscroll if we're setting window-buffer to the value it already has.
23912
23913 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
23914
23915 * m/intel386.h: Remove references to XENIX.
23916
23917 2008-01-17 Andreas Schwab <schwab@suse.de>
23918
23919 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
23920 instead of HAVE_X86_64_LIB64_DIR.
23921 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
23922
23923 2008-01-17 Glenn Morris <rgm@gnu.org>
23924
23925 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
23926 to HAVE_X86_64_LIB64_DIR.
23927
23928 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
23929
23930 * s/irix3-3.h:
23931 * s/irix4-0.h:
23932 * s/386-ix.h:
23933 * s/domain.h:
23934 * s/hpux9-x11r4.h:
23935 * s/hpux9shxr4.h: Remove files for systems no longer supported.
23936
23937 * sysdep.c: Remove code containing references to symbols defined
23938 by unsupported systems.
23939
23940 2008-01-16 Glenn Morris <rgm@gnu.org>
23941
23942 * coding.c (select-safe-coding-system-function): Doc fix.
23943
23944 2008-01-15 Glenn Morris <rgm@gnu.org>
23945
23946 * config.in: Revert 2008-01-13 change: this is a generated file.
23947
23948 2008-01-13 Tom Tromey <tromey@redhat.com>
23949
23950 * lisp.h: Fix typo.
23951
23952 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
23953
23954 * m/sequent-ptx.h:
23955 * m/sequent.h:
23956 * s/ptx.h:
23957 * s/ptx4-2.h:
23958 * s/ptx4.h: Remove files for systems no longer supported.
23959
23960 * callproc.c (Fcall_process): Fix previous change.
23961
23962 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
23963
23964 * unexsunos4.c: Remove file, system not supported anymore.
23965
23966 * m/mips.h:
23967 * m/intel386.h:
23968 * callproc.c:
23969 * config.in:
23970 * ecrt0.c:
23971 * emacs.c:
23972 * fileio.c:
23973 * frame.c:
23974 * getpagesize.h:
23975 * keyboard.c:
23976 * lread.c:
23977 * process.c:
23978 * puresize.h:
23979 * sysdep.c:
23980 * systty.h:
23981 * syswait.h:
23982 * unexec.c:
23983 * xdisp.c:
23984 * alloc.c: Remove code containing references to symbols defined by
23985 unsupported systems.
23986
23987 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
23988
23989 * coding.c (detect_coding_mask): Fix previous change.
23990
23991 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
23992
23993 * coding.c (detect_coding_iso2022): New arg
23994 latin_extra_code_state. Allow Latin extra codes only
23995 when *latin_extra_code_state is nonzero.
23996 (detect_coding_mask): If there is a NULL byte, detect the encoding
23997 as UTF-16 or binary. If Latin extra codes exist, detect the
23998 encoding as ISO-2022 only when there's no other proper encoding is
23999 found.
24000
24001 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24002
24003 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
24004 #ifdef MAC_OS.
24005
24006 2008-01-08 Richard Stallman <rms@gnu.org>
24007
24008 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
24009
24010 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
24011
24012 * keyboard.c (parse_menu_item): Don't enclose key bindings on
24013 menu bar in parentheses.
24014
24015 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
24016
24017 * m/7300.h:
24018 * m/acorn.h:
24019 * m/alliant-2800.h:
24020 * m/alliant.h:
24021 * m/alliant1.h:
24022 * m/alliant4.h:
24023 * m/altos.h:
24024 * m/amdahl.h:
24025 * m/apollo.h:
24026 * m/att3b.h:
24027 * m/aviion-intel.h:
24028 * m/aviion.h:
24029 * m/celerity.h:
24030 * m/clipper.h:
24031 * m/cnvrgnt.h:
24032 * m/convex.h:
24033 * m/cydra5.h:
24034 * m/delta88k.h:
24035 * m/dpx2.h:
24036 * m/dual.h:
24037 * m/elxsi.h:
24038 * m/f301.h:
24039 * m/gould-np1.h:
24040 * m/gould.h:
24041 * m/i860.h:
24042 * m/ibmps2-aix.h:
24043 * m/ibmrt-aix.h:
24044 * m/ibmrt.h:
24045 * m/irist.h:
24046 * m/is386.h:
24047 * m/isi-ov.h:
24048 * m/mega68.h:
24049 * m/mg1.h:
24050 * m/news-r6.h:
24051 * m/news-risc.h:
24052 * m/news.h:
24053 * m/nh3000.h:
24054 * m/nh4000.h:
24055 * m/ns16000.h:
24056 * m/ns32000.h:
24057 * m/nu.h:
24058 * m/orion.h:
24059 * m/orion105.h:
24060 * m/paragon.h:
24061 * m/pfa50.h:
24062 * m/plexus.h:
24063 * m/pyramid.h:
24064 * m/pyrmips.h:
24065 * m/sh3el.h:
24066 * m/sps7.h:
24067 * m/sr2k.h:
24068 * m/stride.h:
24069 * m/sun1.h:
24070 * m/sun2.h:
24071 * m/sun3-68881.h:
24072 * m/sun3-fpa.h:
24073 * m/sun3-soft.h:
24074 * m/sun3.h:
24075 * m/sun386.h:
24076 * m/symmetry.h:
24077 * m/tad68k.h:
24078 * m/tahoe.h:
24079 * m/targon31.h:
24080 * m/tek4300.h:
24081 * m/tekxd88.h:
24082 * m/tower32.h:
24083 * m/tower32v3.h:
24084 * m/ustation.h:
24085 * m/wicat.h:
24086 * m/xps100.h:
24087 * s/cxux.h:
24088 * s/cxux7.h:
24089 * s/dgux.h:
24090 * s/dgux4.h:
24091 * s/dgux5-4-3.h:
24092 * s/dgux5-4r2.h:
24093 * s/esix.h:
24094 * s/esix5r4.h:
24095 * s/hiuxmpp.h:
24096 * s/hiuxwe2.h:
24097 * s/iris3-5.h:
24098 * s/iris3-6.h:
24099 * s/isc2-2.h:
24100 * s/isc3-0.h:
24101 * s/isc4-0.h:
24102 * s/isc4-1.h:
24103 * s/newsos5.h:
24104 * s/newsos6.h:
24105 * s/osf1.h:
24106 * s/osf5-0.h:
24107 * s/riscix1-1.h:
24108 * s/riscix12.h:
24109 * s/sco4.h:
24110 * s/sco5.h:
24111 * s/sunos4-0.h:
24112 * s/sunos4-1.h:
24113 * s/sunos413.h:
24114 * s/sunos4shr.h:
24115 * s/umax.h:
24116 * s/unipl5-2.h:
24117 * s/xenix.h:
24118 * cxux-crt0.s:
24119 * unexapollo.c:
24120 * unexconvex.c:
24121 * unexenix.c:
24122 * unexsni.c: Remove files for systems no longer supported.
24123
24124 * m/intel386.h: Remove references to unsupported systems.
24125
24126 * w32.c (get_emacs_configuration): Remove reference to i860.
24127
24128 * sysdep.c: Remove dead code.
24129
24130 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
24131
24132 * s/rtu.h:
24133 * m/masscomp.h: Remove files. Platform is obsolete.
24134
24135 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
24136
24137 * dbusbind.c (Fdbus_method_return): New function.
24138 (xd_read_message): Add the serial number to the event.
24139 (Fdbus_register_method): Activate the function.
24140
24141 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24142
24143 * keyboard.c (read_key_sequence): Fix typo.
24144
24145 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
24146
24147 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
24148 (xd_signature, xd_append_arg): Handle element type detection for
24149 empty arrays.
24150 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
24151 SDATA () calls; this must be solved more general.
24152 (Fdbus_register_signal): Use SBYTES instead of strlen.
24153
24154 2008-01-03 Magnus Henoch <magnus@zemdatav>
24155
24156 * dbusbind.c (xd_append_arg): Use unsigned char instead of
24157 unsigned int for byte values (necessary for big-endian platform).
24158 (Fdbus_call_method): Handle the case of no returned arguments.
24159
24160 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
24161
24162 * dbusbind.c (xd_read_message): Use non-static input_event struct.
24163
24164 2007-12-31 Magnus Henoch <mange@freemail.hu>
24165
24166 * dbusbind.c (xd_signature): Signature of variant is just "v".
24167
24168 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
24169
24170 * dbusbind.c: Fix several errors and compiler warnings.
24171 Reported by Tom Tromey <tromey@redhat.com>.
24172 (XD_ERROR, XD_DEBUG_MESSAGE)
24173 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
24174 (xd_append_arg): Part for basic D-Bus types rewritten.
24175 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
24176 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
24177 appropriate.
24178 (xd_read_message): Return Qnil. Don't signal an error; it is not
24179 useful during event reading.
24180 (Fdbus_register_signal): Signal an error if the check for
24181 FUNCTIONP fails.
24182 (Fdbus_register_method): New function. The implementation is not
24183 complete, the call of the function signals an error therefore.
24184 (Fdbus_unregister_object): New function, renamed from
24185 Fdbus_unregister_signal. The initial check signals an error, if
24186 the object is not well formed.
24187
24188 2007-12-30 Richard Stallman <rms@gnu.org>
24189
24190 * textprop.c (get_char_property_and_overlay):
24191 Signal error if POSITION is out of range in a buffer.
24192
24193 2007-12-29 Martin Rudalics <rudalics@gmx.at>
24194
24195 * w32fns.c (Fx_create_frame): Make copy of frame parameters
24196 because the original parameters are in pure storage now.
24197
24198 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24199
24200 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
24201
24202 2007-12-22 Eli Zaretskii <eliz@gnu.org>
24203
24204 * callint.c (syms_of_callint) <command-history>: Add reference to
24205 history-length in the doc string.
24206
24207 2007-12-17 Jason Rumney <jasonr@gnu.org>
24208
24209 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
24210 before passing as wParam.
24211
24212 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
24213
24214 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
24215 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
24216 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
24217 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
24218 as number.
24219 (Fdbus_call_method): Fix docstring.
24220
24221 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
24222
24223 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
24224 New macros.
24225 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
24226 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
24227 Simplify.
24228 (xd_signature): New function.
24229 (xd_append_arg): Compute also signatures. Major rewrite.
24230 (xd_retrieve_arg): Make debug messages friendly.
24231 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
24232 Check for signatures of arguments.
24233
24234 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
24235
24236 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
24237 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
24238 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
24239 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
24240 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
24241 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
24242 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
24243 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
24244 (xd_retrieve_value): Remove. Functionality included in ...
24245 (xd_append_arg): New function.
24246 (Fdbus_call_method, Fdbus_send_signal): Apply it.
24247
24248 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
24249
24250 * dbusbind.c (top): Include <stdio.h>.
24251 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
24252 dbus_message_new_method_call and dbus_message_new_signal.
24253 (Fdbus_register_signal): Rename unique_name to uname.
24254 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
24255 non-existing unique name. Fix typos in matching rule. Return an
24256 object which is useful in Fdbus_unregister_signal.
24257 (Fdbus_unregister_signal): Reimplementation, in order to remove
24258 only the corresponding entry.
24259 (Vdbus_registered_functions_table): Change the order of entries.
24260 Apply these changes in xd_read_message and Fdbus_register_signal.
24261
24262 2007-12-16 Andreas Schwab <schwab@suse.de>
24263
24264 * fileio.c (Finsert_file_contents): Fix overflow check to not
24265 depend on undefined integer overflow.
24266
24267 2007-12-14 Jason Rumney <jasonr@gnu.org>
24268
24269 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
24270 for characters above 127.
24271
24272 2007-12-13 Jason Rumney <jasonr@gnu.org>
24273
24274 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
24275 before dereferencing array.
24276 (lookup_vk_code): Remove zero comparison.
24277
24278 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
24279
24280 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
24281 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
24282 Use `unsigned int' instead of `uint'.
24283 (xd_read_message, Fdbus_register_signal): Split expressions into
24284 multiple lines before operators "&&" and "||", according to the
24285 GNU Coding Standards.
24286
24287 2007-12-14 Eli Zaretskii <eliz@gnu.org>
24288
24289 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
24290
24291 2007-12-12 Juri Linkov <juri@jurta.org>
24292
24293 * buffer.c (Frename_buffer): In interactive spec replace
24294 `read-buffer' with `read-string' that uses `buffer-name-history'
24295 as history, and the current buffer's name as default.
24296
24297 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
24298
24299 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
24300 manipulating the backtrace manually.
24301 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
24302 (struct backtrace, backtrace_list): Remove.
24303 (command_loop_1): Remove dead var `no_direct'.
24304
24305 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
24306 preserve non-built-in buffer-local variables.
24307 (Fkill_all_local_variables): Don't re-create&re-set permanent
24308 buffer-local variables.
24309
24310 2007-12-09 Juri Linkov <juri@jurta.org>
24311
24312 * buffer.c (Frename_buffer): Change interactive spec from "s" to
24313 Lisp code that uses `read-buffer' with current buffer as default.
24314
24315 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
24316
24317 * dbusbind.c (xd_read_message): Generate an event for every
24318 registered handler. There might be several handlers registered
24319 for the same signal.
24320 (Fdbus_register_signal): Don't overwrite a registration for the
24321 same signal. Add a new registration if handlers are different.
24322 (Vdbus_registered_functions_table): Rework doc string.
24323
24324 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
24325
24326 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
24327 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
24328 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
24329 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
24330 Unify argument lists.
24331 (xd_read_message, Fdbus_register_signal): Reorder and extend event
24332 arguments and hash table keys. Use unique name for service.
24333 (Fdbus_unregister_signal): Remove checks.
24334 (Vdbus_registered_functions_table): Fix doc string.
24335
24336 2007-12-05 Magnus Henoch <mange@freemail.hu>
24337
24338 * process.c (make_process): Initialize pty_flag to 0.
24339
24340 2007-12-05 Jason Rumney <jasonr@gnu.org>
24341
24342 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
24343 specified XBMs.
24344
24345 2007-12-05 Richard Stallman <rms@gnu.org>
24346
24347 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
24348
24349 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24350
24351 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
24352 New variable.
24353 (mac_try_close_socket) [MAC_OSX]: New function.
24354 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
24355 Update cfsockets_for_select. Replace invalid CFRunLoop source.
24356
24357 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
24358 Use mac_try_close_socket.
24359
24360 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24361
24362 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
24363 reloc_base.
24364 (copy_dysymtab): Compute relocation base here.
24365 (rebase_reloc_address) [__ppc64__]: New function.
24366 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
24367 changed.
24368
24369 2007-12-05 Jason Rumney <jasonr@gnu.org>
24370
24371 * w32proc.c (sys_spawnve): Quote args with wildcards.
24372
24373 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24374
24375 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
24376 __objc_* sections.
24377 (unrelocate) [_LP64]: Set relocation base to address of data segment.
24378
24379 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
24380
24381 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
24382 Move check for Vdbus_registered_functions_table to
24383 xd_read_queued_messages.
24384 (xd_read_queued_messages): Protect xd_read_message calls by
24385 internal_condition_case_1.
24386
24387 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
24388
24389 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
24390 Qdbus_system_bus and Qdbus_session_bus, respectively.
24391 (Vdbus_intern_symbols): Remove.
24392 (Vdbus_registered_functions_table): New hash table.
24393 (XD_SYMBOL_INTERN_SYMBOL): Remove.
24394 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
24395 Rewrite in order to manage registered functions by hash table
24396 Vdbus_registered_functions_table.
24397
24398 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
24399
24400 * xterm.c: Update URL to Window Manager Specification in comment.
24401
24402 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
24403
24404 * config.in (HAVE_DBUS): Add.
24405
24406 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
24407 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
24408 (obj): Add $(DBUS_OBJ).
24409 (LIBES): Add $(DBUS_LIBS).
24410 (dbusbind.o): New target.
24411
24412 * dbusbind.c: New file.
24413
24414 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
24415
24416 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
24417 (Qdbus_event): New Lisp symbol.
24418 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
24419 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
24420 (keys_of_keyboard): Define dbus-event.
24421
24422 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
24423
24424 2007-12-01 Richard Stallman <rms@gnu.org>
24425
24426 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
24427
24428 2007-11-30 Jason Rumney <jasonr@gnu.org>
24429
24430 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
24431 (w32con_reset_terminal_modes): Clear screen buffer.
24432 (w32_face_attributes): Don't use color indexes that are out of range.
24433 Only reverse the default colors.
24434
24435 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
24436 WINDOWSNT.
24437
24438 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
24439
24440 2007-11-29 Jason Rumney <jasonr@gnu.org>
24441
24442 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
24443 (w32_face_attributes): Use Vtty_defined_color_alist to determine
24444 if the terminal colors are initialized.
24445 (unspecified_fg, unspecified_bg): Remove unused declarations.
24446
24447 2007-11-29 Andreas Schwab <schwab@suse.de>
24448
24449 * keyboard.c (apply_modifiers): Fix typo.
24450
24451 2007-11-29 Richard Stallman <rms@gnu.org>
24452
24453 * keymap.c (Fcurrent_local_map): Doc fix.
24454
24455 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
24456
24457 * s/gnu-kfreebsd.h: New file.
24458
24459 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
24460
24461 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
24462 Don't cast redundantly.
24463
24464 * keyboard.c (KEY_TO_CHAR): New macro.
24465 (parse_modifiers, apply_modifiers): Accept integer arguments.
24466 (read_key_sequence): Use them to unify the "shift->unshift" mapping
24467 for chars and symbol keys.
24468 After doing such remapping, apply function-key-map again.
24469
24470 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
24471
24472 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
24473 compiled anymore.
24474
24475 2007-11-26 Andreas Schwab <schwab@suse.de>
24476
24477 * process.c (list_processes_1): Fix indentation level of the
24478 command column.
24479
24480 2007-11-23 Andreas Schwab <schwab@suse.de>
24481
24482 * editfns.c (Fformat): Handle %c specially since it requires the
24483 argument to be of type int.
24484
24485 2007-11-23 Markus Triska <markus.triska@gmx.at>
24486
24487 * emacs.c (main): Call init_editfns before init_process, since
24488 init_process sets Vprocess_connection_type depending on OS release.
24489
24490 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
24491
24492 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
24493 (find_symbol_value): Use do_symval_forwarding.
24494
24495 * data.c (set_internal): Set the value in the `cons-cell' (for
24496 Buffer_Local_values) not only for frame-local variables.
24497
24498 2007-11-22 Andreas Schwab <schwab@suse.de>
24499
24500 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
24501 values to sprintf.
24502 * keymap.c (Fsingle_key_description): Likewise.
24503 * print.c (print_object): Likewise.
24504
24505 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
24506
24507 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
24508 file for image is nil.
24509
24510 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
24511
24512 * term.c: Include stdarg.h.
24513 (fatal): Implement using varargs.
24514 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
24515
24516 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24517
24518 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
24519 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
24520 Update call to buffer_slot_type_mismatch.
24521 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
24522 (buffer_slot_type_mismatch): Update.
24523 * buffer.c (buffer_local_types): Remove.
24524 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
24525 (defvar_per_buffer): Set the type in the buffer_objfwd.
24526
24527 2007-11-21 Jason Rumney <jasonr@gnu.org>
24528
24529 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
24530 CreateFileMapping returns NULL on failure.
24531
24532 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24533
24534 * search.c (Fset_match_data): Remove the `evaporate' feature.
24535 (unwind_set_match_data): Don't use the `evaporate' feature.
24536
24537 2007-11-21 Jason Rumney <jasonr@gnu.org>
24538
24539 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
24540
24541 * w32console.c (w32con_write_glyphs): Remove unused variables.
24542
24543 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
24544
24545 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
24546
24547 * s/darwin.h (MULTI_KBOARD): Remove.
24548
24549 * macfns.c (x_create_tip_frame, Fx_create_frame)
24550 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
24551
24552 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
24553
24554 * buffer.c (Fbuffer_local_value): Remove redundant test.
24555 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
24556 than in `current-buffer' to match the comment.
24557 Do the swap using swap_in_global_binding.
24558
24559 * data.c (store_symval_forwarding, set_internal):
24560 * eval.c (specbind): Remove dead code.
24561
24562 * coding.c (detect_coding, Fupdate_coding_systems_internal):
24563 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
24564 Since we do not want to see internal Lisp_*fwd objects here.
24565
24566 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
24567
24568 * sysdep.c (init_system_name): Use getaddrinfo if available.
24569
24570 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
24571 (x_scroll_bar_note_movement): start, end, with, height in struct
24572 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
24573
24574 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
24575
24576 * puresize.h (BASE_PURESIZE): Increase to 1190000.
24577
24578 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
24579
24580 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
24581 This undoes Richard's change of 14-Oct-2002.
24582
24583 * alloc.c (allocate_other_vector):
24584 * lisp.h (allocate_other_vector): Remove.
24585
24586 * window.c (struct save_window_data): Move non-lisp data to the end
24587 and make it `int' rather than Lisp_Object.
24588 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
24589 Done wrap/unwrap integer values.
24590 (Fset_window_configuration, compare_window_configurations):
24591 Update use of fields to their new types.
24592
24593 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
24594 Turn integer fields into `int'. Merge x_window_low and x_window_high.
24595 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
24596 (SET_SCROLL_BAR_X_WINDOW): Remove.
24597 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
24598 Access the new x_window field directly.
24599 * xterm.c (x_scroll_bar_create): Use a pseudovector.
24600 Don't wrap/unwrap integers into Lisp_Objects.
24601 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
24602 (x_scroll_bar_report_motion):
24603 Don't wrap/unwrap integers into Lisp_Objects.
24604 (x_term_init): Use SDATA.
24605 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
24606 (x_scroll_bar_set_handle, x_scroll_bar_remove)
24607 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
24608 (x_scroll_bar_report_motion, x_scroll_bar_clear):
24609 * xfns.c (x_set_background_color):
24610 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
24611 Access the new x_window field directly.
24612
24613 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
24614 (allocate_pseudovector): Make non-static.
24615
24616 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
24617 (allocate_pseudovector): Declare.
24618 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
24619
24620 2007-11-15 Andreas Schwab <schwab@suse.de>
24621
24622 * editfns.c (Fformat): Correctly format EMACS_INT values.
24623 Also take precision into account when formatting an integer.
24624
24625 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
24626
24627 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
24628
24629 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
24630 (syms_of_keyboard): Defsubr it.
24631
24632 * data.c (swap_in_global_binding): Fix longstanding bug where
24633 store_symval_forwarding was not called with the right second argument,
24634 thus causing objfwd-ing from being dropped.
24635
24636 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
24637
24638 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
24639 (Fx_display_pixel_height, Fx_display_planes)
24640 (Fx_display_color_cells, Fx_server_max_request_size)
24641 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24642 (Fx_display_visual_class, Fx_display_save_under):
24643 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
24644 (Fx_display_pixel_height, Fx_display_planes)
24645 (Fx_display_color_cells, Fx_server_max_request_size)
24646 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
24647 (Fx_display_mm_height, Fx_display_mm_width)
24648 (Fx_display_backing_store, Fx_display_visual_class)
24649 (Fw32_select_font, Fx_display_save_under):
24650 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
24651 (Fx_display_pixel_height, Fx_display_planes)
24652 (Fx_display_color_cells, Fx_server_max_request_size)
24653 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24654 (Fx_display_save_under): Fix typos in docstrings.
24655
24656 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
24657
24658 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
24659 corresponding to deleted entries; they are an implementation detail.
24660 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
24661 Remove variables.
24662 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
24663 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
24664 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
24665 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
24666 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
24667 (Fw32_define_rgb_color, Fw32_load_color_file)
24668 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
24669 Fix typos in docstrings.
24670 (Fx_server_version): Reflow docstring.
24671 (Fw32_shell_execute): Doc fixes.
24672
24673 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
24674
24675 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
24676 if w32_parse_hot_key returned nil.
24677
24678 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
24679
24680 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
24681
24682 2007-11-09 Jason Rumney <jasonr@gnu.org>
24683
24684 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
24685
24686 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
24687
24688 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
24689 Remove W32_SCROLL_BAR_CLICK_EVENT.
24690
24691 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
24692 Add MULTIMEDIA_KEY_EVENT.
24693
24694 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
24695 (lispy_multimedia_keys) [WINDOWSNT]: New array.
24696 (make_lispy_event) [WINDOWSNT]: Use it to translate
24697 MULTIMEDIA_KEY_EVENT.
24698
24699 * w32term.h (WM_APPCOMMAND): Define if not already.
24700 (GET_APPCOMMAND_LPARAM): Likewise.
24701
24702 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
24703 WM_APPCOMMAND.
24704
24705 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
24706 (syms_of_w32fns): Export and initialize it.
24707 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
24708
24709 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
24710
24711 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
24712 twice.
24713
24714 * xdisp.c (handle_face_prop): Fix last change.
24715
24716 2007-11-09 Richard Stallman <rms@gnu.org>
24717
24718 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
24719 not just for after-strings and before-strings.
24720 Call face_for_overlay_string and pass the overlay to it.
24721 (handle_display_prop): Determine whether property came from an overlay.
24722 Pass OVERLAY arg to handle_single_display_spec.
24723 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
24724 (load_overlay_strings): Fill in it->string_overlays.
24725 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
24726
24727 * xfaces.c (face_for_overlay_string): Function renamed from
24728 face_at_buffer_position_no_overlays, and add arg OVERLAY.
24729
24730 * dispextern.h (struct it): New elt string_overlays.
24731 New elt from_overlay, also in stack.
24732 Rearrange a few elements.
24733 (face_for_overlay_string): Decl renamed from
24734 face_at_buffer_position_no_overlays, and add argument.
24735
24736 2007-11-09 Richard Stallman <rms@gnu.org>
24737
24738 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
24739 to get the base face for an overlay string.
24740
24741 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
24742
24743 * xfaces.c (face_at_buffer_position_no_overlays): New function.
24744
24745 * xdisp.c (handle_stop): Move some code out of loop.
24746
24747 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24748
24749 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
24750 Fix conversion from Lisp object to ATSUFontID.
24751
24752 2007-11-09 Jason Rumney <jasonr@gnu.org>
24753
24754 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
24755
24756 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24757
24758 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
24759 Don't assume regions are aligned to page boundary.
24760 (print_load_command_name): Add LC_UUID if defined.
24761
24762 2007-11-09 Richard Stallman <rms@gnu.org>
24763
24764 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
24765
24766 2007-11-07 Jason Rumney <jasonr@gnu.org>
24767
24768 * s/windows95.h: Remove.
24769
24770 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
24771
24772 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
24773 abort with a message on unhandled store_type values.
24774
24775 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
24776
24777 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
24778 Remove HAVE_X11R5 and HAVE_X11R4.
24779
24780 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
24781
24782 * Makefile.in: Remove references to sunfns.c and sunfns.o.
24783
24784 2007-11-01 Johan Bockgård <bojohan@gnu.org>
24785
24786 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
24787 Don't set s->stippled_p here, since it has already been set by
24788 x_set_glyph_string_gc from x_draw_glyph_string.
24789
24790 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
24791
24792 * sunfns.c: Remove file.
24793
24794 * m/sun386.h:
24795 * m/sun2.h:
24796 * m/sparc.h: Remove Sun windows code.
24797
24798 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
24799
24800 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
24801 (init_keyboard): Set current_kboard's window-system to nil.
24802 (tty_read_avail_input): Typo.
24803 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
24804
24805 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
24806
24807 * s/usg5-4.h:
24808 * s/usg5-3.h:
24809 * s/ptx.h:
24810 * m/is386.h:
24811 * m/ibmps2-aix.h:
24812 * Makefile.in: Remove all mentions of X10.
24813
24814 * dispnew.c (syms_of_display): Don't mention version 10.
24815
24816 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
24817
24818 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
24819 ($(BLD)/abbrev.$(O)): Remove.
24820
24821 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
24822
24823 Rewrite abbrev.c in Elisp.
24824 * image.c (Qcount): Don't declare as extern.
24825 (syms_of_image): Initialize and staticpro `Qcount'.
24826 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
24827 * emacs.c (main): Don't call syms_of_abbrev.
24828 * Makefile.in (obj): Remove abbrev.o.
24829 (abbrev.o): Remove.
24830 * abbrev.c: Remove.
24831
24832 2007-10-26 Martin Rudalics <rudalics@gmx.at>
24833
24834 * window.c (window_min_size_2): Don't count header-line.
24835
24836 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
24837
24838 * frame.h (struct frame): Move all bit fields after the first bit
24839 field to take advantage of the available space. Group all the
24840 chars together to reduce wasted space due to padding.
24841
24842 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
24843
24844 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
24845
24846 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
24847 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
24848 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
24849 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
24850 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
24851 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
24852 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
24853 (last_marked, mark_object_loop_halt): Make static.
24854
24855 * frame.c (syms_of_frame) <delete-frame-functions>:
24856 Fix typo in docstring.
24857
24858 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
24859
24860 * w32.c (init_environment): Fix tiny memory leak.
24861 (w32_get_resource): Remove unused variable `ok'.
24862
24863 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
24864
24865 Make `window-system' into a keyboard-local variable (rather than
24866 frame-local as done originally by multi-tty).
24867
24868 * keyboard.h (struct kboard): Add Vwindow_system.
24869 * keyboard.c (init_kboard): Set a default for Vwindow_system.
24870 (mark_kboards): Mark Vwindow_system.
24871
24872 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
24873 (init_display): Don't set the obsolete `window-system' frame-param.
24874
24875 * xterm.c (x_term_init):
24876 * w32term.c (w32_create_terminal):
24877 * term.c (init_tty): Set Vwindow_system.
24878 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
24879 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
24880
24881 * xfns.c (Fx_create_frame, x_create_tip_frame):
24882 * w32fns.c (Fx_create_frame, x_create_tip_frame):
24883 * macfns.c (Fx_create_frame):
24884 Don't set the obsolete `window-system' frame-param.
24885
24886 * frame.h (Qwindow_system): Remove.
24887 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
24888 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
24889
24890 2007-10-24 Richard Stallman <rms@gnu.org>
24891
24892 * frame.c (x_figure_window_size): For fullscreen case,
24893 set USPosition | PPosition without clobbering rest of window_prompting.
24894
24895 * keyboard.c (Fcurrent_idle_time): Doc fix.
24896
24897 * print.c (Fwith_output_to_temp_buffer): Doc fix.
24898
24899 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
24900
24901 * process.c (unwind_request_sigio): Only define if __ultrix__.
24902
24903 * callproc.c (child_setup): Remove spurious *.
24904
24905 * lisp.h (Fget_text_property): Declare.
24906 (have_menus_p): Declare it here rather than in sys-dep header files.
24907 * macterm.h (have_menus_p):
24908 * msdos.h (have_menus_p):
24909 * xterm.h (have_menus_p): Remove.
24910
24911 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
24912 (Fmake_variable_frame_local): Just check the variable's const-ness
24913 rather than checking nil or t.
24914
24915 2007-10-22 Jason Rumney <jasonr@gnu.org>
24916
24917 * w32fns.c: Include math.h.
24918 (w32_abort): Declaration moved to nt/config.nt.
24919
24920 * s/ms-w32.h (HAVE_STDLIB_H): Define.
24921 (abort): Redefinition moved to nt/config.nt.
24922
24923 * m/windowsnt.h: Remove.
24924
24925 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
24926
24927 * emacs.c (Fdump_emacs): Fix typo in message.
24928 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
24929 <installation-directory>: Reflow docstring.
24930
24931 2007-10-22 Juri Linkov <juri@jurta.org>
24932
24933 * minibuf.c: Allow minibuffer default to be a list of default values.
24934 With empty input use the first element of this list as returned default.
24935 (string_to_object)
24936 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
24937 (read_minibuf): If defalt is cons, set histstring to its car.
24938 (Fread_string): If default_value is cons, set val to its car.
24939 (Fread_buffer): If def is cons, use its car.
24940 (Fcompleting_read): If defalt is cons, set val to its car.
24941
24942 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
24943
24944 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
24945
24946 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
24947
24948 * doc.c (Fdocumentation): Check for advice in all cases.
24949
24950 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
24951
24952 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
24953
24954 2007-10-19 Richard Stallman <rms@gnu.org>
24955
24956 * doc.c (Fdocumentation): Check for and handle an advised function.
24957
24958 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
24959
24960 * process.c (Fset_process_filter): Doc fix.
24961
24962 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
24963
24964 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
24965 which caused key-translation-map to applied repeatedly (thus breaking
24966 double-mode).
24967
24968 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
24969
24970 * xselect.c (x_own_selection, x_handle_selection_clear)
24971 (x_clear_frame_selections):
24972 * w32menu.c (list_of_panes, list_of_items):
24973 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
24974 * textprop.c (validate_plist, interval_has_all_properties)
24975 (interval_has_some_properties, interval_has_some_properties_list)
24976 (add_properties, text_property_list):
24977 * process.c (Fget_buffer_process, list_processes_1, status_notify):
24978 * minibuf.c (Fassoc_string):
24979 * macselect.c (x_own_selection, x_clear_frame_selections)
24980 (Fx_disown_selection_internal):
24981 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
24982 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
24983
24984 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
24985
24986 * process.c: Link to libs for calling res_init() if available.
24987 (Fmake_network_process): Call res_init() before getaddrinfo or
24988 gethostbyname, if possible.
24989
24990 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
24991
24992 * lread.c (read1): Set pvectype for char_tables.
24993
24994 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
24995 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
24996 Add type checks.
24997 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
24998
24999 * alloc.c (free_misc): Use XMISCTYPE.
25000 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
25001
25002 2007-10-17 Glenn Morris <rgm@gnu.org>
25003
25004 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
25005 (syms_of_minibuf): Add Qcompletion_ignore_case.
25006 * dired.c (Qcompletion_ignore_case): Change to external.
25007 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
25008 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
25009 (Fread_file_name): Use it rather than intern'ing.
25010
25011 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
25012 (Fread_coding_system): Ignore case of user input.
25013
25014 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25015
25016 * xdisp.c (handle_display_prop): Ignore display specs after
25017 replacing one when string text is being replaced.
25018 (handle_single_display_spec): Pretend as if characters with display
25019 property haven't been consumed only when buffer text is being replaced.
25020
25021 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
25022
25023 * xfns.c (Fx_create_frame, Fx_display_list):
25024 * window.c (window_fixed_size_p, enlarge_window)
25025 (shrink_window_lowest_first):
25026 * macterm.c (init_font_name_table):
25027 * macfns.c (Fx_create_frame, Fx_display_list):
25028 * lread.c (close_load_descs):
25029 * keyboard.c (read_char_x_menu_prompt):
25030 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
25031 * coding.c (code_convert_region_unwind): Test the type of an object
25032 rather than just !NILP before extracting data from it.
25033
25034 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
25035
25036 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
25037 (XMISCANY): New macro.
25038 (XMISCTYPE): Use it.
25039 (struct Lisp_Misc_Any): New type.
25040 (union Lisp_Misc): Use it.
25041 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
25042 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
25043 (find_symbol_value, set_internal, default_value, Fset_default)
25044 (Fmake_variable_buffer_local, Fmake_local_variable)
25045 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
25046 (Flocal_variable_if_set_p, Fvariable_binding_locus):
25047 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
25048 * alloc.c (allocate_buffer): Set the size and tag.
25049 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
25050 Use XMISCANY.
25051 (die): Follow the GNU convention for error messages.
25052 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
25053 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
25054 tag any more.
25055 (set_buffer_internal_1):
25056 * frame.c (store_frame_param):
25057 * eval.c (specbind):
25058 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
25059
25060 * doc.c (Fsnarf_documentation): Simplify.
25061
25062 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
25063
25064 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
25065 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
25066
25067 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
25068
25069 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
25070
25071 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
25072
25073 * eval.c (do_autoload): Don't save autoloads.
25074
25075 * data.c (Ffset): Save autoload of the function being set.
25076
25077 2007-10-07 John Paul Wallington <jpw@pobox.com>
25078
25079 * xfns.c (x_create_tip_frame): Set the `display-type' frame
25080 parameter before setting up faces.
25081
25082 2007-10-13 Eli Zaretskii <eliz@gnu.org>
25083
25084 * ccl.c (Fregister_code_conversion_map):
25085 * keyboard.c (append_tool_bar_item): Reformat last change.
25086
25087 * lisp.h (eabs): Rename from `abs'. All callers changed.
25088
25089 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
25090
25091 * buffer.c (add_overlay_mod_hooklist):
25092 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
25093 * fontset.c (make_fontset):
25094 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
25095 (append_tool_bar_item):
25096 * macmenu.c (grow_menu_items):
25097 * w32menu.c (grow_menu_items):
25098 * xmenu.c (grow_menu_items): Use larger_vector.
25099
25100 2007-10-13 Eli Zaretskii <eliz@gnu.org>
25101
25102 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
25103 selected frame'' on MSDOS).
25104
25105 2007-10-12 Martin Rudalics <rudalics@gmx.at>
25106
25107 * frame.c (Qexplicit_name): New variable.
25108 (x_report_frame_params): Report it in parameter alist.
25109 (syms_of_frame): Intern and staticpro it.
25110
25111 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
25112
25113 * macfns.c (x_create_tip_frame): Set terminal for frame.
25114
25115 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
25116
25117 * frame.c (Qenvironment): Remove.
25118 (syms_of_frame) <Qenvironment>: Don't initialize.
25119 (Fdelete_frame): Don't treat the `environment' param specially.
25120 * frame.h (Qenvironment): Don't declare.
25121 * callproc.c (set_initial_environment): Don't set unused frame param.
25122
25123 * frame.c (Fframe_with_environment): Remove.
25124 (syms_of_frame) <Sframe_with_environment>: Don't declare.
25125
25126 * lisp.h (Fframe_with_environment): Don't declare.
25127
25128 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
25129
25130 * indent.c (indent_tabs_mode, last_known_column)
25131 (last_known_column_modified): Make static.
25132 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
25133
25134 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
25135
25136 * puresize.h (BASE_PURESIZE): Increase to 1170000.
25137
25138 2007-10-09 Jason Rumney <jasonr@gnu.org>
25139
25140 * w32term.c (x_set_window_size): Disable code that attempts to tell
25141 Lisp code about a size change before it actually happens.
25142
25143 2007-10-09 Richard Stallman <rms@gnu.org>
25144
25145 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
25146 return HANDLED_RETURN.
25147
25148 2007-10-08 Martin Rudalics <rudalics@gmx.at>
25149
25150 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
25151 when there's an unread command event.
25152
25153 * frame.c (focus_follows_mouse): Move here from frame.el to allow
25154 window autoselection act appropriately when leaving selected frame.
25155 (syms_of_frame): Initialize focus_follows_mouse.
25156 * frame.h (focus_follows_mouse): Extern it.
25157 * macterm.c (XTread_socket): When focus_follows_mouse is nil
25158 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
25159 * msdos.c (dos_rawgetc): Likewise.
25160 * w32term.c (w32_read_socket): Likewise.
25161 * xterm.c (handle_one_xevent): Likewise.
25162 * xdisp.c (syms_of_xdisp): In doc-string of
25163 mouse-autoselect-window mention focus-follows-mouse.
25164
25165 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25166
25167 * macterm.c (mac_load_query_font): Fix missing return value.
25168 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
25169 Add BLOCK_INPUT.
25170
25171 2007-10-08 Richard Stallman <rms@gnu.org>
25172
25173 * xdisp.c (get_window_cursor_type): Implement documented behavior
25174 for cursor-in-non-selected-windows = t.
25175
25176 2007-10-08 Jason Rumney <jasonr@gnu.org>
25177
25178 * w32.c (w32_get_resource): Always close registry keys.
25179
25180 2007-10-08 Jason Rumney <jasonr@gnu.org>
25181
25182 * makefile.w32-in (LIBS): Add COMCTL32.
25183
25184 * w32fns.c (globals_of_w32fns): Init common controls.
25185
25186 2007-10-08 Richard Stallman <rms@gnu.org>
25187
25188 * image.c (our_memory_buffer): Rename from omfib_buffer.
25189
25190 2007-10-08 Richard Stallman <rms@gnu.org>
25191
25192 * buffer.c (Foverlays_at): Doc fix.
25193
25194 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
25195
25196 * fns.c (Fplist_put): Preserve uneven tail data.
25197
25198 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
25199
25200 * termhooks.h (enum event_kind): Remove trailing comma.
25201
25202 * frame.h (enum): Remove trailing comma.
25203
25204 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
25205
25206 * w32proc.c (delete_child): Don't terminate threads of zombies.
25207
25208 2007-10-08 Martin Rudalics <rudalics@gmx.at>
25209
25210 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
25211
25212 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
25213 last-repeatable-command.
25214 (init_kboard): Initialize Vlast_repeatable_command.
25215 (command_loop_1): Set it to real_this_command unless that was
25216 bound to an input event.
25217 (mark_kboards): Mark it.
25218
25219 2007-10-08 Richard Stallman <rms@gnu.org>
25220
25221 * eval.c (condition-case): Doc fix.
25222
25223 2007-10-08 Masatake YAMATO <jet@gyve.org>
25224
25225 * xfaces.c (tty_supports_face_attributes_p): Fix code
25226 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
25227 was copied and not edited.
25228
25229 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
25230
25231 Add new `input-decode-map' keymap and use it for terminal
25232 escape sequences.
25233 * keyboard.h (struct kboard): Add Vinput_decode_map.
25234 Remove Vlocal_key_translation_map.
25235 * keyboard.c (read_key_sequence): Add support for input-decode-map.
25236 (init_kboard): Init input-decode-map.
25237 Replace local-key-translation-map back with key-translation-map.
25238 (syms_of_keyboard): Declare input-decode-map.
25239 Remove local-key-translation-map. Update docstrings.
25240 (mark_kboards): Mark Vinput_decode_map.
25241 Don't mark Vlocal_key_translation_map.
25242 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
25243 Replace local-key-translation-map back with key-translation-map.
25244 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
25245 Bind in input-decode-map rather than function-key-map.
25246
25247 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
25248 This was made redundant by the previous introduction of XSETPVECTYPE.
25249
25250 2007-10-09 Richard Stallman <rms@gnu.org>
25251
25252 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
25253
25254 2007-09-29 Richard Stallman <rms@gnu.org>
25255
25256 * eval.c (internal_condition_case_2, internal_condition_case_1)
25257 (internal_condition_case): Reenable abort if x_catching_errors ()
25258 to see if that really happens and why.
25259
25260 2007-10-06 Andreas Schwab <schwab@suse.de>
25261
25262 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
25263
25264 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
25265
25266 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
25267
25268 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
25269
25270 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
25271
25272 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
25273
25274 * window.h (struct window):
25275 * window.c (struct save_window_data, struct saved_window):
25276 * termhooks.h (struct terminal):
25277 * process.h (struct Lisp_Process):
25278 * frame.h (struct frame):
25279 * buffer.h (struct buffer):
25280 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
25281 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
25282 The size field of (pseudo)vectors is now unsigned.
25283 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
25284
25285 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
25286 Turn `count' into an integer.
25287
25288 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
25289 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
25290 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
25291 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
25292 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
25293
25294 * alloc.c (allocate_pseudovector): New fun.
25295 (ALLOCATE_PSEUDOVECTOR): New macro.
25296 (allocate_window, allocate_terminal, allocate_frame)
25297 (allocate_process): Use it.
25298 (mark_vectorlike): New function.
25299 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
25300 (mark_terminals): Use it.
25301 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
25302 (Fmake_byte_code): Use XSETPVECTYPE.
25303
25304 * frame.c (Fframe_parameters): Minor simplification.
25305
25306 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
25307
25308 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
25309
25310 * buffer.c (Fget_buffer_create, init_buffer_once):
25311 * lread.c (defsubr):
25312 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
25313
25314 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
25315 defined differently in the m/*.h files.
25316 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
25317 (XSETPVECTYPE): New macro.
25318 (XSETPSEUDOVECTOR): Use it.
25319
25320 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
25321 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
25322
25323 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
25324 * lread.c (defvar_per_buffer):
25325 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
25326
25327 * window.c (candidate_window_p): Only consider as visible frames that
25328 are on the same terminal.
25329
25330 * m/ibms390x.h (MARKBIT): Remove unused macro.
25331
25332 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
25333
25334 * lread.c (Fload): Fix typo in docstring.
25335
25336 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
25337
25338 * floatfns.c (Fexpt): Manually check for overflows, so that a power
25339 of a non-zero value can't yield zero.
25340
25341 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
25342
25343 * term.c (term_clear_mouse_face, term_mouse_highlight)
25344 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
25345
25346 * print.c (safe_debug_print): Use XHASH.
25347
25348 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
25349 Lisp elements such as tags.
25350 (XHASH): New macro.
25351 (EQ): Use it.
25352 (SREF, SSET, STRING_COPYIN): Use SDATA.
25353 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
25354
25355 * alloc.c (mark_terminal): Remove left-over declaration.
25356 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
25357 (allocate_vectorlike): Remove type argument. Adjust callers.
25358 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
25359 Only handle the one remaining MEM_TYPE_VECTORLIKE.
25360
25361 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
25362 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
25363 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
25364 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
25365 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
25366 Use them.
25367
25368 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
25369 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
25370 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
25371
25372 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
25373
25374 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
25375 loaded by default.
25376
25377 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
25378
25379 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
25380 on this tty.
25381 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
25382
25383 * term.c (mouse_face_window): Rename from Qmouse_face_window.
25384 Update all users.
25385 (handle_one_term_event): Use Gpm_DrawPointer.
25386 (Fgpm_mouse_start): Rename from Fterm_open_connection.
25387 Signal errors instead of returning nil. Always return nil.
25388 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
25389 Make it a noop if gpm-mouse was not activated.
25390 (syms_of_term): Update names.
25391
25392 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
25393
25394 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
25395 (init_sys_modes): Check that gpm_tty is the current tty.
25396
25397 * alloc.c (allocate_terminal): Set the vector size to only count the
25398 lisp fields. Initialize those to nil.
25399 (mark_object): Don't treat terminals specially.
25400 (mark_terminal): Remove.
25401 (mark_terminals): Use mark_object instead.
25402
25403 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
25404 the GC to the beginning.
25405
25406 * indent.h:
25407 * indent.c: Use EMACS_INT for ints coming from Elisp data.
25408
25409 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
25410
25411 2007-09-25 Jason Rumney <jasonr@gnu.org>
25412
25413 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
25414
25415 * w32console.c (create_w32cons_output): Remove.
25416
25417 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
25418
25419 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
25420 (reset_sys_modes): Use reset_terminal_modes_hook.
25421
25422 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
25423
25424 * eval.c (do_autoload): Don't output any message.
25425
25426 2007-09-24 Juri Linkov <juri@jurta.org>
25427
25428 * emacs.c (standard_args): Change priority of "--no-splash"
25429 from 40 to 3. Add "--no-desktop" with the same priority.
25430
25431 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
25432
25433 * alloc.c (gc_sweep): Check cons cell mark bits word by word
25434 and optimize the case where they are all 1.
25435
25436 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
25437
25438 * lisp.h (abs): Define if not defined.
25439 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
25440 Don't define `abs', since it's defined in lisp.h.
25441
25442 2007-09-22 Eli Zaretskii <eliz@gnu.org>
25443
25444 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
25445 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
25446 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
25447 (init_tty): Use DEV_TTY instead of "/dev/tty".
25448 [WINDOWSNT]: No need to protect from NAME arg being null.
25449
25450 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25451
25452 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
25453 up the tty state.
25454
25455 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25456
25457 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
25458 (gpm_tty): Change its type.
25459 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
25460 (gpm_tty): Change its type and initialize it.
25461 (Fterm_open_connection): Check the frame is indeed a tty.
25462 Use the new gpm_tty.
25463 (Fterm_close_connection): Use the new gpm_tty.
25464 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
25465 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
25466
25467 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
25468
25469 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
25470 underline_color, to draw strike-through.
25471
25472 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25473
25474 * lisp.h (allocate_terminal): Declare.
25475
25476 * window.c (candidate_window_p): Consider frames that are being placed
25477 by the user as somewhere between visible and iconified.
25478 (window_loop): Prefer windows on the current frame.
25479 (Fselect_window): Move the use of select-frame to the beginning so we
25480 can just delegate all the work (it'll call us back anyway).
25481
25482 * frame.c (Qdisplay_environment_variable):
25483 * frame.h (Qdisplay_environment_variable): Delete.
25484
25485 * .gdbinit (xbacktrace): Print the arg's address rather than the value
25486 of the first arg, since that value may be a union.
25487
25488 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
25489 parameter rather than Qdisplay_environment_variable. If all else
25490 fails, look for DISPLAY in initial-environment.
25491
25492 2007-09-21 Glenn Morris <rgm@gnu.org>
25493
25494 * Makefile.in (emacstool): Remove target.
25495 (lisp, shortlisp): Remove termdev.elc.
25496
25497 2007-09-21 Markus Triska <markus.triska@gmx.at>
25498
25499 * xterm.c (x_delete_display): Compile session management conditionally.
25500
25501 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
25502
25503 * callproc.c (getenv_internal_1): New function.
25504 (getenv_internal): Use it.
25505 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
25506
25507 * terminal.c (get_terminal): Don't accept ints to represent terminals.
25508 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
25509 (Fset_terminal_parameter): Work with dead terminals as well.
25510 (Fmodify_terminal_parameters): Remove.
25511
25512 * terminal.c (get_terminal): Handle terminals.
25513 Make sure the terminal returned is live.
25514 (create_terminal): Use allocate_terminal.
25515 (mark_terminals): Move to alloc.c.
25516 (delete_terminal): Use terminal->name as liveness status.
25517 NULL out fields after freeing their contents.
25518 Don't deallocate the object.
25519 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
25520 rather than an int.
25521 (Fterminal_live_p): Accept non-integer arguments.
25522 (Fterminal_list): Return terminal objects rather than an ints.
25523
25524 * alloc.c (enum mem_type): New member for `terminal' objects.
25525 (allocate_terminal): New function.
25526 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
25527 Handle terminals.
25528 (mark_terminal): New fun.
25529 (mark_terminals): Move from terminal.c.
25530
25531 * term.c (get_tty_terminal): Don't treat output_initial specially.
25532 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
25533 (delete_tty): Use terminal->name as liveness status.
25534
25535 * termhooks.h (struct terminal): Make it into a pseudovector.
25536 Remove `deleted' replaced by checking `name's nullness.
25537
25538 * print.c (print_object): Handle terminals.
25539
25540 * lisp.h (enum pvec_type): New `terminal' pseudovector.
25541 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
25542
25543 * frame.c (make_terminal_frame):
25544 * keyboard.c (tty_read_avail_input):
25545 * w32term.c (x_delete_terminal):
25546 * xfns.c (Fx_create_frame, x_create_tip_frame):
25547 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
25548
25549 2007-09-20 Glenn Morris <rgm@gnu.org>
25550
25551 * process.c (Fmake_network_process): Doc fix.
25552
25553 2007-09-19 Jason Rumney <jasonr@gnu.org>
25554
25555 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
25556
25557 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
25558
25559 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
25560 Fix a C warning regarding variable constness.
25561
25562 * xterm.c (handle_one_xevent): Fix a C warning.
25563
25564 2007-09-18 Jason Rumney <jasonr@gnu.org>
25565
25566 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
25567
25568 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
25569
25570 * gtkutil.c (gdpy_def): New variable.
25571 (xg_initialize): Initialize gdpy_def.
25572 (xg_display_close): If no other display exists, set gdpy_def to a
25573 new connection.
25574
25575 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
25576
25577 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
25578 when we have no file name for the icon.
25579 (xg_tool_bar_expose_callback): Remove.
25580 (xg_create_tool_bar): Don't connect expose signal to
25581 xg_tool_bar_expose_callback.
25582 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
25583
25584 2007-09-16 Andreas Schwab <schwab@suse.de>
25585
25586 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
25587 values instead of zapping them.
25588
25589 2007-09-14 Glenn Morris <rgm@gnu.org>
25590
25591 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
25592 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
25593 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
25594 scope and rename to omfib_buffer for clarity.
25595 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
25596
25597 2007-09-14 Kenichi Handa <handa@m17n.org>
25598
25599 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
25600
25601 2007-09-13 Jason Rumney <jasonr@gnu.org>
25602
25603 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
25604
25605 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
25606
25607 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
25608 (mac_term_init): Call here instead, passing rif.
25609
25610 2007-09-13 Glenn Morris <rgm@gnu.org>
25611
25612 * s/hpux.h: No longer define `static' as nothing.
25613
25614 2007-09-13 Johan Bockgård <bojohan@gnu.org>
25615
25616 * callint.c (Fcall_interactively): Remove unused var `fun'.
25617
25618 2007-09-12 Romain Francoise <romain@orebokech.com>
25619
25620 * window.c (prefer_window_split_horizontally, display_buffer):
25621 Revert 2007-09-08 change.
25622
25623 2007-09-12 Glenn Morris <rgm@gnu.org>
25624
25625 * alloca.c: Remove file.
25626 * Makefile.in (alloca): Do not undef.
25627 (allocaobj, alloca.o): Remove.
25628 (otherobj): Remove allocaobj.
25629 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
25630 * regex.c (C_ALLOCA): Remove all references and code that was only
25631 used when this was defined.
25632 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
25633 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
25634 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
25635
25636 * Makefile.in (SOURCES, unlock, relock): Delete.
25637
25638 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
25639 (menu_grab_callback): All uses changed.
25640
25641 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
25642 (x_reply_selection_request): All uses changed.
25643
25644 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
25645
25646 * lread.c (load_warn_old_style_backquotes): Change message to look
25647 better when it appears in the middle of byte-compiler messages.
25648
25649 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
25650
25651 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
25652
25653 * xterm.c (x_create_terminal): Add comment.
25654
25655 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
25656
25657 2007-09-10 Richard Stallman <rms@gnu.org>
25658
25659 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
25660
25661 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
25662
25663 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
25664 (DEFUN): Document `intspec', use it instead of `prompt'.
25665
25666 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
25667
25668 * data.c (Finteractive_form): If the interactive specification starts
25669 with a `(', use it as a Lisp form.
25670
25671 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
25672 name and file modes.
25673
25674 * callint.c (Fcall_interactively): Comment fixes.
25675
25676 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
25677
25678 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
25679 and compiled functions.
25680
25681 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
25682
25683 * window.c (prefer_window_split_horizontally): New variable.
25684 (display_buffer): Consider splitting window horizontally depending
25685 on prefer_window_split_horizontally.
25686
25687 2007-09-08 Eli Zaretskii <eliz@gnu.org>
25688
25689 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
25690
25691 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25692
25693 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
25694
25695 * frame.c (x_set_frame_parameters): Check number is positive before
25696 using XFASTINT.
25697
25698 * window.c (freeze_window_start): Don't presume selected_window holds
25699 a window object.
25700 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
25701
25702 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
25703
25704 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
25705
25706 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25707
25708 * window.c (Vsplit_window_preferred_function): New var.
25709 (Fdisplay_buffer): Use it.
25710 (syms_of_window): Export, and initialize it.
25711
25712 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
25713
25714 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
25715
25716 2007-09-06 Glenn Morris <rgm@gnu.org>
25717
25718 * gtkutil.c (menu_grab_callback) <cnt>:
25719 * xselect.c (x_reply_selection_request) <cnt>: Move static
25720 variable to file scope.
25721
25722 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25723
25724 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
25725 consistent values of selected_frame and selected_window.
25726
25727 2007-09-04 Jason Rumney <jasonr@gnu.org>
25728
25729 * w32console.c (initialize_w32_display): Zero unused hooks.
25730
25731 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
25732
25733 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
25734 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
25735
25736 2007-09-04 Jason Rumney <jasonr@gnu.org>
25737
25738 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
25739 in w32console.c. Set up input. Remove XXX comments that have been
25740 confirmed as correct.
25741
25742 * s/ms-w32.h (MULTI_KBOARD): Define.
25743
25744 * w32console.c (one_and_only_w32cons): Remove.
25745 (initialize_w32_display): Take terminal argument.
25746
25747 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
25748 initialize_w32_display.
25749 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
25750
25751 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
25752
25753 * keyboard.c (discard_mouse_events): Discard it.
25754 (make_lispy_event): Translate it to a lisp event.
25755 (lispy_wheel_names): Add wheel-left and right events.
25756 (syms_of_keyboard): Enlarge wheel_syms.
25757
25758 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
25759 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
25760
25761 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
25762
25763 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
25764 from WM_MOUSEHWHEEL.
25765 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
25766
25767 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
25768 terminal.
25769
25770 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
25771 keyboard for the terminal.
25772
25773 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
25774
25775 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
25776 (Vresume_tty_hook): Rename from Vresume_tty_functions.
25777 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
25778 and resume-tty-function to resume-tty-hook.
25779 (Fsuspend_tty, Fresume_tty): Use new names.
25780
25781 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
25782
25783 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
25784 if it starts with "n:".
25785
25786 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
25787
25788 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
25789
25790 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
25791
25792 * frame.h:
25793 * frame.c (Qterm_environment_variable): Remove.
25794 (syms_of_frame): Don't init and staticpro it.
25795
25796 * callproc.c (getenv_internal): Remove special case for $TERM.
25797
25798 * callproc.c (Vinitial_environment): New variable.
25799 (set_initial_environment): Initialize it.
25800 (syms_of_callproc): Declare it.
25801 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
25802 TERM under which a process runs is never related to the TERM in which
25803 Emacs is running.
25804
25805 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
25806
25807 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
25808 * s/darwin.h: ... do it here.
25809
25810 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
25811
25812 * lisp.h (set_initial_environment): Rename from set_global_environment.
25813
25814 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
25815 removed by mistake on the multi-tty branch.
25816
25817 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
25818 (Fmodify_frame_parameters): Return a value.
25819
25820 * image.c (png_load): Comment-out var only used in commented-out code.
25821
25822 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
25823 before passing it to mark_object.
25824
25825 * xfaces.c (internal_resolve_face_name): Return a value.
25826 (internal_resolve_face_name, resolve_face_name_error): Comment out.
25827
25828 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
25829 (x_icon): Comment-out var only used in commented-out code.
25830
25831 2007-08-29 Romain Francoise <romain@orebokech.com>
25832
25833 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
25834 QUIT hasn't been provided.
25835
25836 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
25837
25838 * callproc.c (child_setup, getenv_internal): Use the
25839 display-environment-variable and term-environment-variable frame params.
25840 (set_initial_environment): Initialise Vprocess_environment.
25841
25842 * config.in: Disable multi-keyboard support on a mac.
25843
25844 * frame.c (Qterm_environment_variable)
25845 (Qdisplay_environment_variable): New variables.
25846 (syms_of_frame): Intern and staticpro them.
25847 (Fmake_terminal_frame): Disable output method test.
25848
25849 * frame.h: Declare them here.
25850
25851 * macfns.c (x_set_mouse_color): Get rif from the frame.
25852 (x_set_tool_bar_lines): Don't use updating_frame.
25853 (mac_window): Add 2 new parameters for consistency with other systems.
25854 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
25855 frame parameters following what is done in X11 and w32. Don't use
25856 FRAME_MAC_DISPLAY_INFO.
25857 (Fx_open_connection, start_hourglass): Remove window-system check.
25858 (x_create_tip_frame): Get the keyboard from the terminal.
25859
25860 * macmenu.c: Reorder includes.
25861 (Fx_popup_menu): Use terminal specific mouse_position_hook.
25862
25863 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
25864 terminal parameter.
25865 (x_clear_frame): Add a frame parameter.
25866 (note_mouse_movement): Get rif from the frame.
25867 (mac_term_init): Initialize the terminal.
25868 (mac_initialize): Make static and move terminal initialization ...
25869 (mac_create_terminal): ... to this new function.
25870
25871 * macterm.h (struct mac_display_info): Add terminal.
25872 (mac_initialize): Delete declaration.
25873
25874 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
25875
25876 * sysdep.c: Comment out text after #endif.
25877
25878 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
25879 is defined. Better initialize ttys in windows. Use terminal
25880 specific mouse_position_hook.
25881
25882 * termhooks.h (union display_info): Add mac_display_info.
25883
25884 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
25885 Set the default minibuffer frame, window_system and the rest of the
25886 frame parameters following what is done in X11.
25887
25888 * w32term.c (w32_initialize): Make static.
25889
25890 * xselect.c (x_handle_selection_clear): Only access
25891 terminal->kboard when MULTI_KBOARD is defined.
25892
25893 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
25894 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
25895
25896 2007-08-29 Jason Rumney <jasonr@gnu.org>
25897
25898 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
25899 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
25900
25901 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
25902 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
25903
25904 * keyboard.c (restore_kboard_configuration): Only define when
25905 MULTI_KBOARD defined.
25906
25907 * makefile.w32-in: Update dependancies from Makefile.in.
25908 (OBJ1): Add terminal.$(O)
25909
25910 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
25911 Don't define function body.
25912 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
25913
25914 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
25915
25916 * w32.c (request_sigio, unrequest_sigio): Remove.
25917
25918 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
25919 (w32con_clear_frame, w32con_clear_end_of_line)
25920 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
25921 (w32con_delete_glyphs, w32con_set_terminal_window)
25922 (scroll_line, w32_sys_ring_bell): Add frame arg.
25923 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
25924 Add terminal arg.
25925 (PICK_FRAME): Remove.
25926 (w32con_write_glyphs): Use frame specific terminal coding.
25927 (one_and_only_w32cons): New global variable.
25928 (initialize_w32_display): Use it for storing hooks.
25929 (create_w32cons_output): New function.
25930
25931 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
25932 arg a frame.
25933
25934 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
25935 Set window_system.
25936 (x_set_tool_bar_lines): Don't use updating_frame.
25937 (Fx_create_frame): Set terminal and ref count.
25938 (Fx_open_connection): Remove window-system check.
25939
25940 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
25941
25942 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
25943 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
25944 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
25945 Add frame arg.
25946 (x_delete_terminal, w32_create_terminal): New functions.
25947 (w32_term_init): Create a terminal.
25948 (w32_initialize): Move terminal specific initialization to
25949 w32_create_terminal.
25950
25951 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
25952 (w32_clear_rect, w32_clear_area): Use background from frame.
25953 (w32_display_info): Add terminal.
25954 (w32_sys_ring_bell, x_delete_display): Declare here.
25955
25956 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
25957
25958 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
25959
25960 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
25961
25962 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
25963 Fix get_named_tty calls for the controlling tty.
25964
25965 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
25966
25967 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
25968
25969 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
25970
25971 * term.c (tty_insert_glyphs): Add missing first parameter.
25972
25973 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
25974
25975 * buffer.c (Fbuffer_list, Fbury_buffer):
25976 Take frame->buried_buffer_list into account.
25977
25978 * cm.c (current_tty): New variable, for cmputc().
25979 (cmputc): Use it.
25980 (cmcheckmagic): Add tty parameter, look up terminal streams there.
25981 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
25982 (cmgoto): Add tty parameter. Pass it on to calccost().
25983 Use emacs_tputs() instead of tputs().
25984
25985 * cm.h (emacs_tputs): New macro to set current_tty, and then call
25986 tputs().
25987 (current_tty): New variable, for cmputc().
25988 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
25989
25990 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
25991 (internal_condition_case, internal_condition_case_1)
25992 (internal_condition_case_2): Don't abort when x_catching_errors.
25993
25994 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
25995 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
25996 prevent crashes caused by bogus longjmps in read_char.
25997
25998 * keymap.h (Fset_keymap_parent): Add EXFUN.
25999
26000 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
26001 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26002 Remove redundant definition.
26003
26004 * macfns.c (x_set_mouse_color, x_make_gc):
26005 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26006
26007 * w32term.c (x_free_frame_resources):
26008 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26009 (w32_initialize): Use the accessor macros for terminal characteristics.
26010
26011 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
26012 Use the accessor macros for terminal characteristics.
26013 * msdos.c (internal_terminal_init): Use the accessor macros for
26014 terminal characteristics.
26015 (ScreenVisualBell, internal_terminal_init):
26016 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26017
26018 * termopts.h (no_redraw_on_reenter): Declare.
26019
26020 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
26021 (mark_terminals, mark_ttys): Declare.
26022 (Fgarbage_collect): Call them.
26023 (mark_object): Mark buried_buffer_list.
26024
26025 * prefix-args.c: Include stdlib.h for exit.
26026
26027 * syssignal.h: Add comment.
26028
26029 * indent.c: Include stdio.h.
26030
26031 * window.h (Vinitial_window_system): Declare.
26032 (Vwindow_system): Delete declaration.
26033
26034 * fontset.c (Finternal_char_font): Use FRAME_RIF.
26035
26036 * image.c (lookup_image): Don't initialize `c' until the xasserts
26037 have been run.
26038
26039 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
26040 FRAME_FOREGROUND_PIXEL.
26041
26042 * print.c (print_preprocess): Don't lose print_depth levels while
26043 iterating.
26044
26045 * widget.c (update_from_various_frame_slots):
26046 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26047
26048 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
26049 frames.
26050 (window_internal_height): Remove bogus make_number call.
26051 (init_window_once): Call make_terminal_frame with two zero parameters.
26052
26053 * fileio.c (Fread_file_name): Update comment.
26054
26055 * callint.c (Fcall_interactively):
26056 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
26057 Make sure it is correctly unwound.
26058
26059 * xsmfns.c (x_session_close): New function.
26060
26061 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
26062 Delete declarations.
26063
26064 * xterm.h: Remove declaration for x_fully_uncatch_errors.
26065 (x_output): Remove background_pixel and foreground_pixel fields.
26066 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
26067 (x_delete_device, x_session_close): Declare.
26068
26069 * lread.c: Include setjmp.h. Update declaration of `read_char'.
26070 (read_filtered_event): Call `read_char' with a local
26071 `wrong_kboard_jmpbuf'.
26072
26073 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
26074 Don't call single_kboard_state. Use FRAME_RIF.
26075
26076 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
26077 systems.
26078
26079 * lisp.h (set_process_environment): Rename to `set_global_environment'.
26080 (Fframe_with_environment, Fset_input_meta_mode)
26081 (Fset_quit_char): EXFUN.
26082 (x_create_device, tty_output, terminal, tty_display_info): Declare.
26083 (init_sys_modes, reset_sys_modes): Update prototypes.
26084 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
26085
26086 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
26087 Vlocal_key_translation_map, and Vkeyboard_translate_table.
26088 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
26089 Delete declarations.
26090 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
26091 (temporarily_switch_to_single_kboard, tty_read_avail_input):
26092 New declarations.
26093
26094 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
26095 already does that during init_display(). Call syms_of_keymap
26096 before syms_of_keyboard. Call `syms_of_terminal'.
26097 Call set_initial_environment, not set_process_environment.
26098 (shut_down_emacs): Call reset_all_sys_modes() instead of
26099 reset_sys_modes().
26100
26101 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
26102 (internal_resolve_face_name, resolve_face_name_error): New functions.
26103 (resolve_face_name): Protect against loops and errors thrown by Fget.
26104 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
26105 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
26106
26107 * scroll.c: Replace CURTTY() with local variables throughout the
26108 file (where applicable).
26109 (calculate_scrolling, calculate_direct_scrolling)
26110 (scrolling_1, scroll_cost): Use the accessor macros for terminal
26111 characteristics.
26112
26113 * keymap.c (Vfunction_key_map): Remove.
26114 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
26115 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
26116 (Vkey_translation_map): Remove.
26117 (syms_of_keymap): Remove DEFVAR for key-translation-map.
26118 (Fdescribe_buffer_bindings)
26119 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
26120 Update for terminal-local key-translation-map.
26121
26122 * Makefile.in (callproc.o): Update dependencies.
26123 (lisp, shortlisp): Add termdev.elc.
26124 (obj): Add terminal.o.
26125 (terminal.o): Add dependencies.
26126 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
26127 (data.o, fns.o): Add termhooks.h dependency.
26128 (SOME_MACHINE_LISP): Add dnd.elc.
26129 (minibuf.o): Fix typo.
26130 Update dependencies.
26131
26132 * data.c (do_symval_forwarding, store_symval_forwarding)
26133 (find_symbol_value): Use the selected frame's keyboard, not
26134 current_kboard.
26135
26136 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
26137 Vwindow_system.
26138
26139 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
26140 Fmenu_bar_open.
26141 (syms_of_xmenu): Update defsubr.
26142 (mouse_position_for_popup, Fx_popup_menu)
26143 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
26144 (set_frame_menubar, free_frame_menubar)
26145 (create_and_show_popup_menu, xmenu_show)
26146 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
26147 an X frame.
26148
26149 * xselect.c (x_own_selection): Abort if not an X frame.
26150 (some_frame_on_display): Check if it is an X frame.
26151 (x_handle_selection_clear): Deal with MULTI_KBOARD.
26152
26153 * coding.c: Include frame.h and termhooks.h.
26154 (terminal_coding, keyboard_coding): Delete.
26155 (Fset_terminal_coding_system_internal)
26156 (Fset_keyboard_coding_system_internal)
26157 (Fkeyboard_coding_system)
26158 (Fterminal_coding_system): Add a terminal parameter.
26159 Get terminal_coding from the terminal.
26160 (init_coding_once): Don't call setup_coding_system here.
26161
26162 * dispextern.h (set_scroll_region, turn_off_insert)
26163 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
26164 (tty_clear_end_of_line, tty_setup_colors)
26165 (delete_tty, updating_frame)
26166 (produce_special_glyphs, produce_glyphs, write_glyphs)
26167 (insert_glyphs): Remove.
26168 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
26169 (tty_turn_off_highlight, get_tty_size): Add declaration.
26170 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
26171
26172 * frame.h (enum output_method): Add output_initial.
26173 (struct x_output): Delete.
26174 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26175 Access foreground_pixel and background_pixel directly from the frame.
26176 (tty_display): Delete.
26177 (struct frame): Add buried_buffer_list, foreground_pixel,
26178 background_pixel and terminal. Delete kboard.
26179 (union output_data): Add tty.
26180 (FRAME_KBOARD): Get the kboard from the terminal.
26181 (FRAME_INITIAL_P): New macro.
26182 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
26183 (Qterm_environment_variable, Qdisplay_environment_variable)
26184 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
26185 New declarations.
26186
26187 * termchar.h (tty_output, tty_display_info): New structures.
26188 (tty_list): Declare.
26189 (FRAME_TTY, CURTTY): New macros.
26190 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
26191 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
26192 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
26193 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
26194
26195 * callproc.c: Include frame.h and termhooks.h, for terminal
26196 parameters.
26197 (add_env): New function.
26198 (child_setup): Use it.
26199 (child_setup, getenv_internal): Handle the new Vprocess_environment.
26200 (getenv_internal): Fix get_terminal_param call.
26201 (Fgetenv_internal, egetenv): Update doc.
26202 (syms_of_callproc): Initialize Vprocess_environment to nil.
26203 Register and initialize them. Remove obsolete defvars. Update doc
26204 strings.
26205 (child_setup): Handle Vlocal_environment_variables.
26206 (getenv_internal): Add terminal parameter.
26207 Handle Vlocal_environment_variables.
26208 (Fgetenv_internal): Add terminal parameter.
26209 (child_setup, getenv_internal, Fgetenv_internal): Store the local
26210 environment in a frame (not terminal) parameter. Update doc strings.
26211 (set_initial_environment): Rename from set_global_environment.
26212 Store Emacs environment in initial frame parameter.
26213
26214 * xdisp.c (redisplay_internal): Update references to
26215 `previous_terminal_frame'.
26216 (display_mode_line, Fformat_mode_line): Replace calls to
26217 `push_frame_kboard' with `push_kboard'.
26218 (get_glyph_string_clip_rects): Add extra parentheses and
26219 braces to prevent compiler warnings.
26220 (calc_pixel_width_or_height): Add xassert to check that the
26221 frame is alive. Don't call `lookup_image' on a termcap frame.
26222 (message2_nolog, message3_nolog, redisplay_internal)
26223 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
26224 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
26225 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
26226 (Fx_display_pixel_width, Fx_display_pixel_height)
26227 (Fx_display_planes, Fx_display_color_cells)
26228 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
26229 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
26230 (Fx_display_backing_store, Fx_display_visual_class)
26231 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
26232 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
26233
26234 * xfns.c (x_set_foreground_color x_set_background_color)
26235 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
26236 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26237 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
26238 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
26239 terminal that is being deleted.
26240 (Fx_create_frame): Use `store_frame_param' to set `window-system'
26241 frame parameter, and make sure it overrides any user-supplied setting.
26242 (Fx_close_connection, Fx_synchronize): Unify argument names with
26243 the rest of the DEFUNs.
26244
26245 * dispnew.c (Fsend_string_to_terminal): Update call to
26246 `get_tty_terminal'.
26247 (Fredraw_frame, Fsend_string_to_terminal)
26248 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
26249 FRAME_TERMCAP_P and FRAME_TTY.
26250 (window_change_signal): Don't believe width/height values that are
26251 impossibly small.
26252 (Vinitial_window_system): Rename from Vwindow_system.
26253 (termscript, Wcm, rif): Delete.
26254
26255 * termhooks.h (struct terminal): New struct containing the
26256 previously global text display hooks and new members NAME,
26257 DELETED and PARAM_ALIST.
26258 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
26259 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
26260 (FRAME_RIF): New macros.
26261 (get_terminal_param, get_device): New declarations.
26262 (termscript): Delete declaration.
26263
26264 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
26265 (XTflash, x_free_frame_resources, x_scroll_bar_create)
26266 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
26267 FRAME_FOREGROUND_PIXEL.
26268 (x_fully_uncatch_errors): Disable definition.
26269 (x_scroll_bar_expose): Fix reference to foreground pixel.
26270 (XTread_socket): Disable loop on all X displays.
26271 (x_delete_terminal): Don't set terminal->deleted and let
26272 delete_terminal delete the frames on the terminal.
26273 (x_delete_display): Doc update to reflect changes in
26274 delete_terminal.
26275 (x_display_info) <terminal>: Move member earlier in the struct.
26276 (deleting_tty): Remove old variable.
26277 (Fsuspend_tty): Call clear_tty_hooks.
26278 (Fresume_tty, init_tty): Call set_tty_hooks.
26279 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
26280 errors on X frames.
26281 (x_catch_errors_unwind): Abort if x_error_message is NULL.
26282 (handle_one_xevent): Initialize `f' to NULL.
26283 (x_delete_terminal, x_create_terminal): New functions.
26284 (XTset_terminal_modes, XTreset_terminal_modes)
26285 (XTread_socket, x_connection_closed, x_term_init)
26286 (x_term_init, x_delete_display): Add terminal parameter.
26287 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
26288 X connections.
26289
26290 * frame.c: Include termchar.h.
26291 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
26292 (Qwindow_system, Qenvironment, Qterm_environment_variable)
26293 (Qdisplay_environment_variable): New vars.
26294 (Fframep): Deal with output_initial.
26295 (Fframe-live-p): Doc fix.
26296 (Fwindow-system): New function.
26297 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
26298 (make_terminal_frame): Don't create frames on a terminal that is
26299 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26300 (store_frame_param): Check for found_for_frame before calling XFRAME.
26301 (Fmake_terminal_frame): Handle NULL tty names correctly.
26302 (syms_of_frame): Enhance doc string of `default-frame-alist'.
26303 (Fdelete_frame): Remove unused variable `count'. Don't allow other
26304 frames to refer to a deleted frame in their 'environment parameter.
26305 (Fframe_with_environment): New function.
26306 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
26307 (get_future_frame_param): New function.
26308 (Fmake_terminal_frame): Use it.
26309 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
26310
26311 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
26312 * sysdep.c (reset_sys_modes): Update for renames.
26313
26314 * keyboard.c (tty_read_avail_input): New function.
26315 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
26316 (syms_of_keyboard): Defsubr them.
26317 (Fset_input_meta_mode, Fset_quit_char): New functions.
26318 (Fset_input_mode): Split to above functions.
26319 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
26320 parameter. Use it in call to `read_char'.
26321 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
26322 Set wrong_kboard_jmpbuf correctly in recursive calls.
26323 Use current_kboard to access Vkeyboard_translate_table.
26324 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
26325 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
26326 Update longjmp invocations. Remember the original current_kboard,
26327 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
26328 changes it. Comment out unnecessary calls to
26329 `record_single_kboard_state' and `any_kboard_state'.
26330 Update recursive calls.
26331 (wrong_kboard_jmpbuf): Remove global variable.
26332 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
26333 Handle deleted interrupted_kboards correctly; that is a legal
26334 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
26335 and read_char calls. Abort if interrupted_kboard died in read_char.
26336 (any_kboard_state, single_kboard_state)
26337 (push_frame_kboard): Remove function.
26338 (pop_kboard): Switch out of single_kboard mode if the kboard has
26339 been deleted. Remove unused variable. Help debugging by not
26340 changing current_kboard unnecessarily. Set current_kboard to the
26341 kboard of the selected frame when the stored kboard object has
26342 been deleted before pop_kboard.
26343 (temporarily_switch_to_single_kboard): Change first parameter to a
26344 frame pointer. Throw an error when caller wants to change kboards
26345 while in single_kboard mode. Don't push_kboard if we weren't in
26346 single kboard state. Don't pop_kboard if we popped into any
26347 kboard state.
26348 (restore_kboard_configuration): Abort if pop_kboard changed the
26349 kboard in single_kboard mode. Call pop_kboard only after setting
26350 up single_kboard mode.
26351 (Frecursive_edit): Switch to single_kboard mode only in nested
26352 command loops.
26353 (cmd_error, command_loop, command_loop_1, timer_check):
26354 Comment out unnecessary call to `any_kboard_state' and
26355 `record_single_kboard_state'.
26356 (delete_kboard): Exit single_kboard mode if we have just deleted
26357 that kboard. Use FRAME_KBOARD.
26358 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
26359 `fatal_error_signal'.
26360 (record_single_kboard_state): Don't push_kboard if we weren't in
26361 single kboard state. Don't pop_kboard if we popped into any
26362 kboard state.
26363 (push_frame_kboard): Rename to push_kboard.
26364 (kbd_buffer_get_event): Use FRAME_TERMINAL.
26365 (read_avail_input): Read input from all terminals.
26366 (mark_kboards): Also mark Vkeyboard_translate_table.
26367 (kbd_buffer_store_event_hold): Simplify condition.
26368 (read_key_sequence): Reinitialize fkey and keytran at each replay.
26369 (Vkeyboard_translate_table): Move to struct kboard.
26370 (init_kboard): Initialize Vkeyboard_translate_table.
26371 (syms_of_keyboard): Use DEFVAR_KBOARD to define
26372 Vkeyboard_translate_table. Update doc strings. Update docs of
26373 local-function-key-map and function-key-map.
26374
26375 * terminal.c: New file.
26376
26377 * term.c: Include errno.h.
26378 (Vring_bell_function, device_list, initial_device)
26379 (next_device_id, ring_bell, update_begin, update_end)
26380 (set_terminal_window, cursor_to, raw_cursor_to)
26381 (clear_to_end, clear_frame, clear_end_of_line)
26382 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
26383 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
26384 (syms_of_term): Move their initialization to terminal.c.
26385 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
26386 (Ftty_display_color_cells)
26387 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
26388 (clear_tty_hooks, set_tty_hooks)
26389 (init_tty, maybe_fatal): New functions.
26390 (Ftty_type): Return nil if terminal is not on a tty instead of
26391 throwing an error. Doc update.
26392 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
26393 Doc update. Initialize new subrs and variables.
26394 (delete_tty): Use terminal->deleted.
26395 (tty_set_terminal_modes): Rename from set_terminal_modes.
26396 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
26397 (set_scroll_region): Rename to `tty_set_scroll_region'.
26398 (turn_on_insert): Rename to `tty_turn_on_insert'.
26399 (turn_off_insert): Rename to `tty_turn_off_insert'.
26400 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
26401 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
26402 (toggle_highligh): Rename to `tty_toggle_highlight'.
26403 (background_highlight): Rename to `tty_background_highlight'.
26404 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
26405 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
26406 (tty_set_scroll_region, tty_background_highlight)
26407 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
26408 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
26409 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
26410 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
26411 Add static modifier.
26412 (tty_reset_terminal_modes, tty_set_terminal_window)
26413 (tty_set_scroll_region, tty_background_highlight)
26414 (tty_highlight_if_desired, tty_cursor_to)
26415 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
26416 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
26417 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
26418 renames.
26419
26420 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
26421
26422 * keyboard.c: Qrtl is new.
26423 (parse_tool_bar_item): Handle :rtl keyword.
26424 (syms_of_keyboard): Intern :rtl keyword.
26425
26426 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
26427
26428 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
26429 so no Lisp code is executed.
26430 (file_for_image, find_rtl_image): New functions.
26431 (xg_get_image_for_pixmap): Use file_for_image.
26432 (update_frame_tool_bar): If direction is RTL, use RTL image if
26433 defined. Use Gtk stock images if defined.
26434
26435 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26436
26437 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
26438 for nonexistent or zero-width glyph in composition glyph.
26439
26440 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26441
26442 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
26443
26444 * xdisp.c (Finvisible_p): New function.
26445 (syms_of_xdisp): defsubr it.
26446
26447 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
26448
26449 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
26450 Doc fixes.
26451
26452 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26453
26454 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
26455
26456 2007-08-24 Martin Rudalics <rudalics@gmx.at>
26457
26458 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
26459 whether decoding has modified buffer contents.
26460
26461 2007-08-24 Jason Rumney <jasonr@gnu.org>
26462
26463 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
26464 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
26465 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
26466 (init_svg_functions) [HAVE_NTGUI]: New function.
26467 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
26468 (svg_load_image): Use them.
26469 (svg_load_image) [HAVE_NTGUI]: Implement background.
26470
26471 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26472
26473 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
26474 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
26475 (LIBX): Remove @RSVG_LIBS@.
26476 (LIBES): Add $(RSVG_LIBS).
26477
26478 * image.c (svg_load_image): Blend with specified background if exists.
26479 Use IMAGE_BACKGROUND. Add Mac OS Support.
26480
26481 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
26482 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
26483 Remove macros.
26484 [MAC_OSX] (socket_callback): Do nothing.
26485 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
26486 ReceiveNextEvent.
26487 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
26488 socket_callback.
26489 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
26490
26491 2007-08-22 Glenn Morris <rgm@gnu.org>
26492
26493 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
26494
26495 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
26496
26497 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
26498
26499 * image.c: Add support for SVG images. Some additional comments
26500 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
26501 (svg_image_p): New function to test for SVG image.
26502 (svg_load): New function to load SVG image.
26503 (svg_load_image): New function, helper for svg_load.
26504 (Qsvg): New Lisp_object.
26505 (svg_keyword_index): New enum.
26506 (svg_format): New static `image_keyword' struct.
26507 (svg_type): New static `image_type' struct.
26508 (librsvg/rsvg.h): Include it.
26509
26510 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
26511
26512 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
26513
26514 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26515
26516 * lread.c (Qold_style_backquotes): New var.
26517 (syms_of_lread): Init and staticpro it.
26518 (load_warn_old_style_backquotes): New fun.
26519 (Fload): Use them to warn about old style backquotes.
26520 (end_of_file_error, Fload): Remove unused vars.
26521
26522 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
26523
26524 * lread.c (Vold_style_backquotes): New var.
26525 (syms_of_lread): Init and export it to Elisp.
26526 (read1): Set it when we find an old-style (back)quote.
26527
26528 2007-08-22 Jason Rumney <jasonr@gnu.org>
26529
26530 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
26531
26532 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
26533
26534 * puresize.h (BASE_PURESIZE): Increase to 1140000.
26535
26536 2007-08-19 Richard Stallman <rms@gnu.org>
26537
26538 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
26539
26540 2007-08-19 Andreas Schwab <schwab@suse.de>
26541
26542 * alloc.c (pure): Round PURESIZE up.
26543
26544 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
26545
26546 * xterm.c (handle_one_xevent): Remove check that mouse click is in
26547 active frame.
26548
26549 2007-08-16 Richard Stallman <rms@gnu.org>
26550
26551 * eval.c (Fcommandp): Add parens to clarify.
26552
26553 * minibuf.c (Fall_completions): Use enum for type of table.
26554
26555 * emacs.c (USAGE2): Improve text.
26556
26557 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
26558
26559 * term.c (tty_default_color_capabilities): Declare static
26560 variables in file scope, to avoid HPUX compiler problem.
26561
26562 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
26563
26564 * gtkutil.c (update_frame_tool_bar): Use -1 as index
26565 to gtk_toolbar_insert.
26566
26567 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
26568
26569 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
26570
26571 * insdel.c (reset_var_on_error): New fun.
26572 (signal_before_change, signal_after_change):
26573 Use it to reset (after|before)-change-functions to nil in case of error.
26574 Bind inhibit-modification-hooks to t.
26575 Don't bind (after|before)-change-functions to nil while they run.
26576
26577 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26578
26579 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
26580 filling pixmap with stippled background.
26581
26582 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26583
26584 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
26585 Don't use invisible frame as parent window for repositioning.
26586
26587 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
26588
26589 * print.c (new_backquote_output): Rename from old_backquote_output.
26590 (print): Inverse its logic (according to its name) so as to match the
26591 behavior of new_backquote_flag in lread.c.
26592
26593 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26594
26595 * gmalloc.c (posix_memalign): New function.
26596
26597 * macterm.c (frame_highlight, frame_unhighlight): Don't call
26598 ActivateControl/DeactivateControl here.
26599 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
26600 frame-notice-user-settings is non-nil.
26601 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
26602 for kEventParamFMFontStyle.
26603 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
26604 mac_pass_command_to_system and mac_pass_control_to_system here.
26605 (XTread_socket): Call ActivateControl/DeactivateControl here.
26606 (XTread_socket) [TARGET_API_MAC_CARBON]:
26607 Check mac_pass_command_to_system and mac_pass_control_to_system here.
26608 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
26609 for window repositioning.
26610
26611 2007-08-08 Glenn Morris <rgm@gnu.org>
26612
26613 * Replace `iff' in doc-strings and comments.
26614
26615 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
26616
26617 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
26618
26619 2007-08-07 Martin Rudalics <rudalics@gmx.at>
26620
26621 * fileio.c (Finsert_file_contents): Run format-decode and
26622 after_insert_file_functions on entire buffer when REPLACE is
26623 non-nil and inhibit modification_hooks and point_motion_hooks.
26624 For consistency, run after_insert_file_functions iff something
26625 got inserted. Move signal_after_change and update_compositions
26626 after code running after_insert_file_functions. Make sure that
26627 undo_list doesn't record intermediate steps of the decoding process.
26628
26629 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26630
26631 * emacs.c (main)
26632 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
26633 Call malloc_enable_thread on interactive startup.
26634
26635 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
26636 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
26637 [USE_PTHREAD]: Conditionalize with it.
26638 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
26639 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
26640 New functions.
26641
26642 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
26643
26644 * xdisp.c (redisplay_window): When restoring original buffer
26645 position, make sure it is still valid.
26646
26647 * image.c (png_load): Ignore png-supplied background color.
26648
26649 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26650
26651 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
26652 Use kCFAbsoluteTimeIntervalSince1970.
26653
26654 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
26655 New variable.
26656 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
26657 event loop should be quit.
26658 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
26659 Quit dialog event loop if quit_dialog_event_loop is set.
26660
26661 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
26662 (Selection): New typedef. Use instead of ScrapRef.
26663 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
26664 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
26665 (mac_clear_selection): Rename from clear_scrap.
26666 (get_flavor_type_from_symbol): New argument SEL and subsume function of
26667 scrap_has_target_type. All uses changed.
26668 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
26669 (mac_selection_has_target_p): New functions.
26670 (mac_put_selection_value): Rename from put_scrap_string.
26671 (mac_get_selection_value): Rename from get_scrap_string.
26672 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
26673 (put_scrap_private_timestamp, scrap_has_target_type)
26674 (get_scrap_private_timestamp): Remove functions.
26675 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
26676 (x_own_selection, x_get_local_selection):
26677 Use mac_valid_selection_value_p.
26678 (x_own_selection): Don't use put_scrap_private_timestamp.
26679 Record OWNERSHIP-INFO into Vselection_alist instead.
26680 (x_get_local_selection): Don't check type if request is local.
26681 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
26682 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
26683
26684 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
26685
26686 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
26687 add comment explaining why.
26688
26689 2007-08-03 Richard Stallman <rms@gnu.org>
26690
26691 * fileio.c (Fvisited_file_modtime): Use make_time.
26692
26693 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
26694
26695 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
26696 build.
26697
26698 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
26699
26700 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
26701
26702 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
26703
26704 * puresize.h (BASE_PURESIZE): Increase to 1130000.
26705
26706 2007-07-30 Richard Stallman <rms@gnu.org>
26707
26708 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
26709
26710 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
26711
26712 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
26713
26714 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
26715
26716 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
26717 remote default-directory.
26718
26719 * buffer.c (mode-line-format): Update doc string.
26720
26721 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26722
26723 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
26724 scroll bar gap.
26725 (x_scroll_bar_create): Set bar->fringe_extended_p.
26726 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
26727 on frame edge. Check fringe background extension. Don't clear
26728 extended fringe background area.
26729
26730 * w32term.h (struct scroll_bar): New member fringe_extended_p.
26731 (w32_fill_area): Enclose multiple statements with do ... while (0).
26732
26733 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
26734 Extend fringe background to scroll bar gap.
26735 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
26736 Set bar->fringe_extended_p.
26737 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
26738 Put leftmost/rightmost scroll bars on frame edge. Check fringe
26739 background extension. Don't clear extended fringe background area.
26740
26741 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
26742 New member fringe_extended_p.
26743
26744 2007-07-25 Glenn Morris <rgm@gnu.org>
26745
26746 * Relicense all FSF files to GPLv3 or later.
26747
26748 * COPYING: Switch to GPLv3.
26749
26750 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
26751
26752 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
26753
26754 * data.c (Finteractive_form): Check for the presence of an
26755 `interactive-form' symbol property more thoroughly.
26756
26757 * data.c (Finteractive_form): Use an `interactive-form' property if
26758 present, analogous to the function-documentation property.
26759
26760 2007-07-24 Jason Rumney <jasonr@gnu.org>
26761
26762 * w32fns.c (x_real_positions): Get real position from OS instead of
26763 calculating it.
26764
26765 2007-07-23 Jason Rumney <jasonr@gnu.org>
26766
26767 * filelock.c (current_lock_owner): Allow for @ sign in username.
26768
26769 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
26770
26771 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
26772 remote default-directory.
26773
26774 * buffer.c (mode-line-format): Describe above case in doc string.
26775
26776 2007-07-20 Eli Zaretskii <eliz@gnu.org>
26777
26778 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
26779 Define if not defined.
26780
26781 2007-07-18 Jason Rumney <jasonr@gnu.org>
26782
26783 * w32proc.c (w32_executable_type): Handle 64 bit executables.
26784
26785 2007-07-18 Richard Stallman <rms@gnu.org>
26786
26787 * data.c (Fsetq_default): Doc fix.
26788
26789 * eval.c (Fsetq): Doc fix.
26790
26791 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
26792
26793 * coding.c (Ffind_operation_coding_system):
26794 * eval.c (For, Fand): Doc fixes.
26795 Reported by Johan Bockgård.
26796
26797 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
26798
26799 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
26800
26801 * xterm.h: Declare x_ewmh_activate_frame.
26802
26803 * xterm.c (x_ewmh_activate_frame): New function.
26804 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
26805
26806 2007-07-17 Martin Rudalics <rudalics@gmx.at>
26807
26808 * window.c (Fdisplay_buffer): If largest or LRU window is the
26809 only window, split it even if it is not eligible for splitting.
26810 This restores the original behavior broken by the 2007-07-15
26811 change.
26812
26813 2007-07-17 Glenn Morris <rgm@gnu.org>
26814
26815 * abbrev.c (abbrev_check_chars): New function.
26816 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
26817 Call abbrev_check_chars to check abbrev characters are word
26818 constituents. Doc fix.
26819
26820 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
26821
26822 * process.c (Fstart_process, Fmake_network_process)
26823 (read_process_output): Fix up last changes.
26824
26825 2007-07-16 Eli Zaretskii <eliz@gnu.org>
26826
26827 * makefile.w32-in (clean): Don't delete *~.
26828
26829 2007-07-16 Andreas Schwab <schwab@suse.de>
26830
26831 * window.c (Fdisplay_buffer): Use NILP.
26832 (Fset_window_scroll_bars): Likewise.
26833
26834 2007-07-15 Martin Rudalics <rudalics@gmx.at>
26835
26836 * window.c (window_min_size_2): New function.
26837 (window_min_size_1, size_window, Fdisplay_buffer)
26838 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
26839 windows without mode- or header-lines when window-min-height is
26840 too small.
26841 (size_window): Reset nodelete_p after testing it, following an
26842 earlier note by Kim F. Storm.
26843 (display_buffer): Do not set split_height_threshold to twice the
26844 value of window_min_height to avoid changing the value of a
26845 customizable variable. Rather explicitly check whether the
26846 height of the window that shall be splitted is at least as large
26847 as split_height_threshold.
26848 (Fwindow_full_width_p): New defun.
26849 (syms_of_window): Defsubr it.
26850
26851 * window.h: Add EXFUN for Fwindow_full_width_p.
26852
26853 2007-07-14 Jason Rumney <jasonr@gnu.org>
26854
26855 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
26856
26857 2007-07-14 Richard Stallman <rms@gnu.org>
26858
26859 * eval.c (maybe_call_debugger): New function.
26860 (find_handler_clause): Use maybe_call_debugger.
26861 Call it when the handler says `debug'.
26862 Eliminate DEBUGGER_VALUE_PTR.
26863 (Fsignal): Eliminate debugger_value.
26864 (Qdebug): New variable.
26865 (syms_of_eval): Initialize it.
26866
26867 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
26868
26869 * eval.c (Fprogn):
26870 * keyboard.c (Ftrack_mouse):
26871 * print.c (Fwith_output_to_temp_buffer):
26872 * window.c (Fsave_window_excursion): Doc fix.
26873
26874 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26875
26876 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
26877
26878 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
26879
26880 * process.h (struct Lisp_Process): Turn slots infd, outfd,
26881 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
26882 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
26883 read_output_delay, and read_output_skip from Lisp_Objects to ints.
26884 Remove unused encoding_carryover.
26885 * process.c: Adjust all functions accordingly.
26886
26887 2007-07-12 Richard Stallman <rms@gnu.org>
26888
26889 * term.c: Include unistd.h only if HAVE_UNISTD_H.
26890
26891 2007-07-11 Jason Rumney <jasonr@gnu.org>
26892
26893 * makefile.w32-in (LIBS): Include OLE32.
26894
26895 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
26896 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
26897
26898 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
26899
26900 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
26901 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
26902 from a Lisp_Object into a bare pointer.
26903 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
26904 Adjust the code correspondingly.
26905
26906 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
26907
26908 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
26909 (term_show_mouse_face): Remove unused var `j'.
26910 (handle_one_term_event): Remove unused vars `i' and `j'.
26911 Don't cast return value of ttyname since it's not necessary.
26912
26913 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
26914
26915 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
26916 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
26917
26918 * fns.c (map_char_table): Use an array of int for `indices' rather than
26919 an array of Lisp_Objects (which are only ever integers anyway).
26920 (Fmap_char_table): Update caller.
26921 * lisp.h: Update prototype.
26922 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
26923 * fontset.c (Ffontset_info):
26924 * casetab.c (set_case_table): Update callers.
26925
26926 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
26927
26928 * keymap.c (struct accessible_keymaps_data)
26929 (struct where_is_internal_data): New structures.
26930 (accessible_keymaps_1, where_is_internal_1): Use them to change
26931 interface to adhere to the one used by map_keymap.
26932 (Faccessible_keymaps, where_is_internal): Use map_keymap.
26933 (accessible_keymaps_char_table, where_is_internal_2): Remove.
26934
26935 * keymap.h (map_keymap_function_t): More informative prototype.
26936
26937 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
26938
26939 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
26940 (looking_at_1): Don't change search_regs and last_thing_searched
26941 if `inhibit-changing-match-data' is non-nil.
26942 (string_match_1, search_buffer, set_search_regs): Likewise.
26943 (syms_of_search): Add Lisp level definition for
26944 `inhibit-changing-match-data' and set it to nil.
26945 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
26946 start and end of the match, instead of using values in search_regs.
26947
26948 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
26949
26950 * minibuf.c (Fcompleting_read): New value `confirm-only'
26951 for `require-match'.
26952
26953 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
26954
26955 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
26956 part of the 2007-06-27 change to syms_of_fileio.
26957
26958 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26959
26960 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
26961 Check WINDOWP before using XWINDOW. Consolidate return statements.
26962
26963 2007-06-27 Richard Stallman <rms@gnu.org>
26964
26965 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
26966
26967 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
26968
26969 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
26970
26971 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26972
26973 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
26974 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
26975 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
26976 (_free_internal, memalign): Use them.
26977 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
26978 Initialize to PTHREAD_MUTEX_INITIALIZER.
26979 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
26980 (morecore_nolock): Rename from morecore. All uses changed.
26981 Use only nolock versions of internal allocation functions.
26982 (_malloc_internal_nolock, _realloc_internal_nolock)
26983 (_free_internal_nolock): New functions created from
26984 _malloc_internal, _realloc_internal, and _free_internal.
26985 (_malloc_internal, _realloc_internal, _free_internal): Use them.
26986 Copy hook value to automatic variable before its use.
26987 (memalign): Copy hook value to automatic variable before its use.
26988
26989 2007-06-26 Kenichi Handa <handa@m17n.org>
26990
26991 * coding.c (Ffind_operation_coding_system): Docstring improved.
26992 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
26993
26994 2007-06-25 David Kastrup <dak@gnu.org>
26995
26996 * keymap.c (Fcurrent_active_maps): Add `position' argument.
26997 (Fwhere_is_internal): Adjust call to `current-active-maps' to
26998 cater for additional parameter.
26999
27000 * keymap.h: Adjust number of parameters to `current-active-maps'.
27001
27002 * doc.c (Fsubstitute_command_keys): Adjust call of
27003 `current-active-maps'.
27004
27005 2007-06-25 David Kastrup <dak@gnu.org>
27006
27007 * callint.c (Fcall_interactively): Make the parsing of interactive
27008 specs somewhat more readable.
27009
27010 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27011
27012 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
27013 to scroll bar gap also when bitmap fills fringe. Draw only foreground
27014 if extended background has already been filled.
27015
27016 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27017
27018 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
27019 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
27020
27021 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
27022 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
27023 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
27024 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
27025 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
27026 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
27027 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
27028 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
27029 Run timers during dialog popup.
27030 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
27031
27032 2007-06-21 Jason Rumney <jasonr@gnu.org>
27033
27034 * image.c (convert_mono_to_color_image): Swap fore and background.
27035
27036 2007-06-20 Jason Rumney <jasonr@gnu.org>
27037
27038 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
27039 (w32_free_bdf_font): Unmap memory not handle.
27040
27041 2007-06-20 Sam Steingold <sds@gnu.org>
27042
27043 * gmalloc.c (__morecore): Fix the declaration to comply with the
27044 definition.
27045
27046 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
27047
27048 * w32term.c (w32_delete_display): Remove leftover declaration.
27049 (w32_define_cursor, w32_initialize): Make static.
27050
27051 * w32.c (_wsa_errlist): Fix typo in error message.
27052 (init_environment): Ignore any environment variable from the
27053 registry having a null value.
27054
27055 2007-06-20 Glenn Morris <rgm@gnu.org>
27056
27057 * Makefile.in (LIBGIF): Default to -lgif.
27058
27059 2007-06-17 Jason Rumney <jasonr@gnu.org>
27060
27061 * w32menu.c (add_menu_item): Don't use multibyte string functions on
27062 unicode strings.
27063
27064 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
27065
27066 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
27067 Fix typo in docstring.
27068
27069 2007-06-16 Eli Zaretskii <eliz@gnu.org>
27070
27071 * w32menu.c (add_menu_item): Escape `&' characters in menu items
27072 and their keybindings.
27073
27074 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
27075
27076 * composite.c (update_compositions): Fix last fix.
27077
27078 2007-06-14 Jason Rumney <jasonr@gnu.org>
27079
27080 * w32.c (get_process_times_fn): New function pointer.
27081 (globals_of_w32): Intialize it if present in kernel32.dll.
27082 (w32_get_internal_run_time): New function.
27083
27084 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
27085
27086 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
27087
27088 * composite.c (update_compositions): Check the validness of
27089 compositions.
27090
27091 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27092
27093 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
27094 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
27095
27096 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
27097 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
27098
27099 * macgui.h (USE_MAC_TOOLBAR): New define.
27100
27101 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27102 Return immediately unless popup is activated.
27103
27104 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
27105 background to scroll bar gap.
27106 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
27107 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
27108 scroll bars on frame edge. Check fringe background extension.
27109 Don't clear extended fringe background area.
27110 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
27111 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
27112 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
27113 [USE_MAC_TOOLBAR]: New macros.
27114 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
27115 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
27116 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
27117 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
27118 [USE_MAC_TOOLBAR]: New functions.
27119 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
27120 manually if previous repositioning has failed.
27121 (mac_handle_keyboard_event): Use precomputed event kind.
27122 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
27123 as tool bar item click. Handle mouse movement over tool bar items.
27124
27125 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
27126 toolbar_win_gravity.
27127 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
27128 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
27129 Add externs.
27130
27131 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
27132 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
27133
27134 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
27135
27136 * image.c (search_image_cache): Remove unused variable.
27137
27138 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
27139
27140 * xfns.c, xmenu.c: Link to xaw3d if available.
27141
27142 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27143
27144 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
27145 frame_foreground and frame_background.
27146
27147 * image.c (lookup_image): Save frame foreground and background colors.
27148 (search_image_cache): Check if saved and current frame colors match.
27149
27150 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
27151
27152 * regex.c (regex_compile): Remove the `regnum' counter.
27153 Use bufp->re_nsub instead. Add support for \(?N:RE\).
27154
27155 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
27156
27157 * term.c: Include intervals.h to declare Fget_text_property.
27158
27159 2007-06-10 Jason Rumney <jasonr@gnu.org>
27160
27161 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
27162
27163 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
27164
27165 * callint.c (Fcall_interactively):
27166 * editfns.c (Fdelete_and_extract_region):
27167 * fileio.c (Fread_file_name):
27168 * fns.c (Fmapconcat):
27169 * keyboard.c (cmd_error_internal):
27170 * keymap.c (Fkey_description):
27171 * lread.c (openp):
27172 * minibuf.c (read_minibuf):
27173 * search.c (wordify):
27174 * sunfns.c (sel_read):
27175 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
27176 * xfns.c (x_default_scroll_bar_color_parameter):
27177 * xmenu.c (menu_help_callback):
27178 * xselect.c (Fx_get_atom_name):
27179 * xterm.c (x_term_init): Use empty_unibyte_string.
27180
27181 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
27182
27183 * alloc.c (init_strings): Initialize canonical empty strings.
27184 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
27185 canonical empty string when the requested size is 0.
27186
27187 * emacs.c (empty_unibyte_string): Rename from empty_string.
27188 (empty_multibyte_string): New canonical empty string.
27189 (syms_of_emacs): Don't initialize empty_string.
27190
27191 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
27192 string, if appropriate.
27193 (empty_unibyte_string, empty_multibyte_string): New externs.
27194 (empty_string): Remove extern.
27195
27196 * lread.c (syms_of_lread): Use empty_unibyte_string.
27197
27198 2007-06-07 Jason Rumney <jasonr@gnu.org>
27199
27200 * s/ms-w32.h: Don't define HAVE_TZNAME.
27201
27202 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
27203
27204 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27205
27206 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
27207
27208 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
27209 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
27210
27211 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27212 Don't call next handler.
27213 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
27214 Remove argument. Install handler to application.
27215 (set_frame_menubar): Don't change deep_p.
27216 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
27217 FRAME_OUTER_TO_INNER_DIFF_Y.
27218 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
27219 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
27220 [HAVE_DIALOGS]: New macros.
27221 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
27222 Use them.
27223 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
27224
27225 * macselect.c [MAC_OSX] (install_service_handler): Rename from
27226 init_service_handler. All callers changed. Return OSStatus value.
27227
27228 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
27229 All callers changed so as not to call SetPortWindowPort.
27230 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
27231 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
27232 mac_draw_string_common.
27233 (mac_draw_image_string_qd): Likewise.
27234 (mac_draw_string_common): Use them. Add INLINE.
27235 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
27236 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
27237 GetGlobalMouse.
27238 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
27239 and FRAME_OUTER_TO_INNER_DIFF_Y.
27240 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
27241 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
27242 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
27243 repositioning window to mac_handle_window_event.
27244 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
27245 saving window location to mac_handle_window_event
27246 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
27247 (install_menu_target_item_handler): Remove argument in extern.
27248 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
27249 Also accept command events.
27250 (do_keystroke): New function created from XTread_socket.
27251 (init_command_handler): Remove functions.
27252 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
27253 and save window location by kEventWindowShowing and kEventWindowHiding
27254 handlers here. Don't call next handler for window state change and
27255 focus events.
27256 (mac_handle_application_event, mac_handle_keyboard_event)
27257 [TARGET_API_MAC_CARBON]: New functions.
27258 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
27259 kEventWindowShowing and kEventWindowHiding events. Move installation
27260 of mouse, font, text input and menu target item handlers to
27261 install_application_handler.
27262 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
27263 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27264 New function.
27265 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27266 Register it.
27267 (XTread_socket) [TARGET_API_MAC_CARBON]:
27268 Consolidate SendEventToEventTarget calls.
27269 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
27270 Move application activation handler to mac_handle_application_event.
27271 Move keyboard handler to mac_handle_keyboard_event.
27272 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
27273 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
27274 init_command_handler. Call install_application_handler.
27275
27276 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
27277 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
27278
27279 2007-06-07 Glenn Morris <rgm@gnu.org>
27280
27281 * emacs.c (main): Use `emacs-copyright' in --version output.
27282
27283 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
27284
27285 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
27286
27287 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27288
27289 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
27290
27291 * macgui.h: Replace WindowPtr with WindowRef.
27292
27293 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27294 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
27295 Replace ControlHandle with ControlRef.
27296 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
27297
27298 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27299 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
27300 Replace ControlHandle with ControlRef.
27301 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
27302 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
27303
27304 * macterm.h (struct scroll_bar): Rename member control_handle_low
27305 and control_handle_high to control_ref_low and control_ref_high.
27306 All uses changed.
27307 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
27308 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
27309 respectively. All uses changed.
27310 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
27311 (install_window_handler, remove_window_handler): Replace WindowPtr
27312 with WindowRef in externs.
27313
27314 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
27315
27316 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
27317
27318 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
27319
27320 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
27321
27322 * frame.c (Fmouse_position, Fmouse_pixel_position):
27323 Condition on HAVE_GPM too.
27324
27325 * term.c (term_mouse_highlight): Remove unused variables.
27326 (Fterm_open_connection): Set gpm_zerobased to 1.
27327 (term_mouse_movement, term_mouse_click, handle_one_term_event):
27328 Use zero based co-ordinates.
27329 (handle_one_term_event): Report a drag as mouse movement too.
27330
27331 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
27332
27333 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
27334
27335 * image.c (search_image_cache): New function. Require background
27336 color match if background color is unspecified in the image spec.
27337 (uncache_image, lookup_image): Use it.
27338
27339 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
27340
27341 * window.c (Fshrink_window): Reflow docstring.
27342
27343 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
27344
27345 * Version 22.1 released.
27346
27347 2007-06-01 Richard Stallman <rms@gnu.org>
27348
27349 * xfns.c (x_encode_text): Add GCPRO.
27350
27351 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27352
27353 * xfns.c (x_set_name_internal): Save encoded name before
27354 x_encode_text in case string data is relocated.
27355
27356 2007-05-31 Richard Stallman <rms@gnu.org>
27357
27358 * buffer.c (syms_of_buffer): Doc fix.
27359
27360 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
27361
27362 * sysdep.c (init_sys_modes): Add rather than replace with
27363 O_NONBLOCK.
27364
27365 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
27366 term_mouse_moveto.
27367
27368 * termhooks.h (term_mouse_moveto): New extern.
27369
27370 * term.c (mouse_face_window): Rename...
27371 (Qmouse_face_window): ...to this.
27372 (term_show_mouse_face, term_clear_mouse_face)
27373 (term_mouse_highlight): Use Qmouse_face_window.
27374 (term_mouse_moveto): New function.
27375 (term_mouse_position): Make it work.
27376 (syms_of_term): Uncomment assignment to mouse_position_hook.
27377 Staticpro Qmouse_face_window.
27378
27379 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27380
27381 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
27382 around current_column call.
27383
27384 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
27385
27386 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
27387 * xdisp.c (next_element_from_buffer):
27388 * window.c (delete_window):
27389 * term.c (term_mouse_highlight):
27390 * msdos.c (getdefdir):
27391 * macterm.c (mac_create_bitmap_from_bitmap_data)
27392 (init_font_name_table):
27393 * fns.c (Fsxhash):
27394 * data.c (Fmake_local_variable):
27395 * ccl.c (ccl_driver): Likewise.
27396
27397 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27398
27399 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
27400 Call mac_wakeup_from_rne on window size change.
27401
27402 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
27403
27404 * image.c (uncache_image): Fix typo.
27405
27406 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
27407
27408 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
27409
27410 2007-05-22 Richard Stallman <rms@gnu.org>
27411
27412 * xterm.c (x_connection_closed): Remove NO_RETURN.
27413
27414 2007-05-22 Martin Rudalics <rudalics@gmx.at>
27415
27416 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
27417
27418 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
27419
27420 * image.c (uncache_image): New function.
27421 (Fimage_refresh): New function.
27422
27423 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
27424
27425 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
27426
27427 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27428
27429 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
27430 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
27431
27432 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27433
27434 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
27435 conditional on [HAVE_GPM_H].
27436
27437 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
27438
27439 * syntax.c (skip_chars): Update syntax-table only after we checked that
27440 the new location is valid.
27441
27442 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27443
27444 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
27445 mac_get_window_bounds.
27446
27447 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27448
27449 * Makefile.in (LIBGPM): Allow it to be set from configure.
27450 If set then link Emacs with it.
27451
27452 * config.in: Regenerate.
27453
27454 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
27455 New externs.
27456
27457 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
27458 Include gpm.h.
27459 (handle_one_term_event, term_gpm): New externs.
27460
27461 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
27462 and allow it to be interrupted by SIGIO.
27463
27464 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
27465 (wait_reading_process_output): Wait on gpm_fd too.
27466 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
27467 (add_gpm_wait_descriptor_called_flag): New variable.
27468 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
27469
27470 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
27471 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
27472 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
27473 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
27474 (make_lispy_event): Add case GPM_CLICK_EVENT.
27475 (read_avail_input): Handle mouse input.
27476
27477 * term.c (write_glyphs_with_face): New function.
27478 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
27479 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
27480 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
27481 (mouse_face_face_id, term_gpm, pos_x, pos_y)
27482 (last_mouse_x, last_mouse_y): New variables.
27483 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
27484 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
27485 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
27486 (Fterm_close_connection): New functions.
27487 (term_init): Initialise mouse_face_window.
27488
27489 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
27490
27491 * xdisp.c (redisplay_window): If first window line is a
27492 continuation line, recompute the new window start instead of
27493 recentering.
27494
27495 2007-05-18 Glenn Morris <rgm@gnu.org>
27496
27497 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
27498 Suggested by Alfred M. Szmidt <ams@gnu.org>.
27499
27500 2007-05-17 Glenn Morris <rgm@gnu.org>
27501
27502 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
27503
27504 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27505
27506 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
27507 dead key repeat and up events.
27508
27509 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
27510
27511 * image.c (pbm_load): Check image size for monochrome pbm.
27512
27513 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
27514
27515 * xterm.c (XTread_socket): Revert last change.
27516
27517 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
27518
27519 * image.c (pbm_load): Correctly check image size for greyscale pbm.
27520
27521 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
27522
27523 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27524
27525 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
27526 mixup (YAILOM).
27527
27528 2007-05-07 Andreas Schwab <schwab@suse.de>
27529
27530 * keymap.c (Flookup_key): Fix typo in last change.
27531
27532 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27533
27534 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
27535 mapping for unibyte strings.
27536
27537 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27538
27539 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
27540 (Fx_popup_dialog) [MAC_OSX]: Likewise.
27541
27542 2007-04-29 Richard Stallman <rms@gnu.org>
27543
27544 * insdel.c (replace_range): For undo, record insertion first.
27545
27546 2007-04-29 Andreas Schwab <schwab@suse.de>
27547
27548 * lisp.h (VECSIZE): Use OFFSETOF.
27549
27550 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27551
27552 * xdisp.c (try_window_reusing_current_matrix): Fix number of
27553 disabled lines.
27554
27555 2007-04-28 Richard Stallman <rms@gnu.org>
27556
27557 * lread.c (read_escape): In a string, \s is always space.
27558
27559 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
27560
27561 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
27562
27563 * gtkutil.c (xg_update_menubar, create_menus): Create empty
27564 submenu for menu bar items.
27565
27566 See ChangeLog.10 for earlier changes.
27567
27568 ;; Local Variables:
27569 ;; coding: utf-8
27570 ;; add-log-time-zone-rule: t
27571 ;; End:
27572
27573 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
27574
27575 This file is part of GNU Emacs.
27576
27577 GNU Emacs is free software: you can redistribute it and/or modify
27578 it under the terms of the GNU General Public License as published by
27579 the Free Software Foundation, either version 3 of the License, or
27580 (at your option) any later version.
27581
27582 GNU Emacs is distributed in the hope that it will be useful,
27583 but WITHOUT ANY WARRANTY; without even the implied warranty of
27584 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27585 GNU General Public License for more details.
27586
27587 You should have received a copy of the GNU General Public License
27588 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
27589
27590 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40