Merge changes made in Gnus trunk.
[bpt/emacs.git] / src / ChangeLog
1 2010-09-24 Eli Zaretskii <eliz@gnu.org>
2
3 * indent.c (Fcurrent_indentation, indented_beyond_p)
4 (compute_motion): Use EMACS_INT for buffer position variables.
5
6 * lisp.h (indented_beyond_p): Adjust prototype.
7
8 * buffer.c (overlay_strings): Return EMACS_INT.
9
10 * buffer.h (overlay_strings): Adjust prototype.
11
12 * region-cache.c (pp_cache): Adjust format to arguments.
13
14 * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
15 (call_debugger): Use EMACS_INT for specpdl_size related variables.
16 (verror): Use EMACS_INT for size of allocated buffer.
17
18 * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
19 positions.
20
21 * xdisp.c (redisplay_internal, try_window_id)
22 (set_cursor_from_row, find_first_unchanged_at_end_row): Use
23 EMACS_INT for buffer positions.
24
25 * dispextern.h (set_cursor_from_row, mode_line_string)
26 (marginal_area_string): Adjust prototypes.
27
28 * dispnew.c (increment_matrix_positions)
29 (increment_row_positions, copy_glyph_row_contents)
30 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
31 positions.
32
33 * dispextern.h (mode_line_string, marginal_area_string)
34 (increment_matrix_positions, increment_row_positions): Adjust
35 prototypes.
36
37 * data.c (Faref, Faset): Use EMACS_INT for string length and
38 positions.
39
40 * cmds.c (internal_self_insert): Use EMACS_INT for the count of
41 characters to insert.
42
43 * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
44 position and size.
45
46 * syntax.c (scan_words, update_syntax_table)
47 (prev_char_comend_first, back_comment, skip_chars)
48 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use
49 EMACS_INT for buffer and string positions.
50
51 * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
52
53 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
54 positions.
55
56 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
57
58 * scroll.c (calculate_scrolling, line_ins_del)
59 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
60 conversion.
61
62 * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
63 (region_cache_backward, region_cache_forward)
64 (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
65 conversion.
66
67 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
68
69 * eval.c (verror): Fix EMACS_INT/int conversion.
70
71 * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
72 (print_preprocess, print_check_string_charset_prop)
73 (print_object): Fix EMACS_INT/int conversion.
74
75 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
76
77 2010-09-24 Eli Zaretskii <eliz@gnu.org>
78
79 * callproc.c (Fcall_process): Use EMACS_INT for count of
80 characters read from the subprocess.
81
82 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
83 positions.
84 (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
85 positions.
86
87 * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
88 (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
89 length.
90 (advance_to_char_boundary, Fset_buffer_multibyte)
91 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
92 (overlay_touches_p, record_overlay_string, overlay_strings)
93 (recenter_overlay_lists, fix_start_end_in_overlays)
94 (modify_overlay, Fmove_overlay, report_overlay_modification)
95 (evaporate_overlays): Use EMACS_INT for buffer positions.
96
97 * lisp.h (fix_start_end_in_overlays, overlay_touches_p): Adjust
98 prototypes.
99
100 * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
101 positions.
102
103 * fns.c (Fcompare_strings, Fstring_lessp, concat)
104 (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
105 (Fsubstring_no_properties, substring_both, Ffillarray)
106 (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
107 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
108 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
109 (Fmd5): Use EMACS_INT for buffer and string positions and length
110 variables and arguments.
111
112 * lisp.h (substring_both): Adjust prototype.
113
114 2010-09-24 Juanma Barranquero <lekktu@gmail.com>
115
116 Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
117 * w32fns.c (clipboard_sequence_fn): Don't declare.
118 (globals_of_w32fns): Don't initialize it.
119
120 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * syntax.c (back_comment): Detect the case where a 1-char comment
123 starter is also the 2nd char of a 2-char comment ender.
124
125 2010-09-23 Jan Djärv <jan.h.d@swipnet.se>
126
127 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
128
129 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
130
131 * eval.c (verror): EMACS_INT/int cleanup.
132
133 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
134 unwind_protect more than 2GB worth of functions.
135
136 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
137
138 * lisp.h: Have oblookup take EMACS_INT to allow interning big
139 string and avoid compiler warnings.
140 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
141 all users.
142
143 * lread.c (oblookup): EMACS_INT/int cleanup.
144
145 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
146
147 2010-09-23 Eli Zaretskii <eliz@gnu.org>
148
149 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
150
151 * lisp.h (clip_to_bounds): Adjust prototype.
152
153 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
154
155 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
156
157 * lisp.h: doprnt.c EMACS_INT/int cleanup.
158
159 * doprnt.c (doprnt): EMACS_INT/int cleanup.
160
161 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
162 cleanup.
163
164 * lisp.h: Change the definition of all marker.c functions that
165 take and return buffer stuff to be EMACS_INT instead of int.
166
167 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
168 (buf_charpos_to_bytepos, bytepos_to_charpos)
169 (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
170 (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
171 for all buffer positions.
172
173 2010-09-23 Chong Yidong <cyd@stupidchicken.com>
174
175 * intervals.c (traverse_intervals, rotate_right, rotate_left)
176 (split_interval_right, find_interval, next_interval)
177 (delete_node, delete_interval, interval_deletion_adjustment)
178 (adjust_intervals_for_deletion, merge_interval_right)
179 (merge_interval_left, graft_intervals_into_buffer)
180 (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
181
182 * intervals.h (traverse_intervals): Update prototype.
183
184 2010-09-23 Eli Zaretskii <eliz@gnu.org>
185
186 * indent.c (compute_motion): Use EMACS_INT for arguments to
187 region_cache_forward.
188
189 * region-cache.c (struct boundary, struct region_cache): Use
190 EMACS_INT for positions.
191 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
192 (delete_cache_boundaries, set_cache_region)
193 (invalidate_region_cache, know_region_cache)
194 (region_cache_forward, region_cache_backward, pp_cache): Use
195 EMACS_INT for buffer positions.
196
197 * region-cache.h (know_region_cache, invalidate_region_cache)
198 (region_cache_forward, region_cache_backward): Adjust prototypes.
199
200 * search.c (string_match_1, fast_c_string_match_ignore_case)
201 (looking_at_1, scan_buffer, scan_newline)
202 (find_next_newline_no_quit, find_before_next_newline)
203 (search_command, trivial_regexp_p, search_buffer, simple_search)
204 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
205 and string positions and length.
206
207 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
208 (find_before_next_newline): Adjust prototypes.
209
210 * editfns.c (transpose_markers, update_buffer_properties)
211 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
212 (get_pos_property, Fconstrain_to_field)
213 (Fline_beginning_position, Fline_end_position, Fprevious_char)
214 (Fchar_after, Fchar_before, Finsert_char)
215 (Finsert_buffer_substring, Fcompare_buffer_substrings)
216 (Fsubst_char_in_region, Fformat, Ftranspose_regions): Use
217 EMACS_INT for buffer and string position variables.
218 (Finsert_char): Protect against too large insertions.
219
220 * lisp.h (clip_to_bounds): Adjust prototype.
221
222 * intervals.c (traverse_intervals, rotate_right, rotate_left)
223 (balance_an_interval, split_interval_right, split_interval_left)
224 (find_interval, next_interval, update_interval)
225 (adjust_intervals_for_insertion, delete_node, delete_interval)
226 (interval_deletion_adjustment, adjust_intervals_for_deletion)
227 (offset_intervals, merge_interval_right, merge_interval_left)
228 (graft_intervals_into_buffer, adjust_for_invis_intang)
229 (move_if_not_intangible, get_local_map, copy_intervals)
230 (copy_intervals_to_string, compare_string_intervals)
231 (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
232 and for interval tree size.
233
234 * intervals.h (traverse_intervals, split_interval_right)
235 (split_interval_left, find_interval, offset_intervals)
236 (graft_intervals_into_buffer, copy_intervals)
237 (copy_intervals_to_string, move_if_not_intangible, get_local_map)
238 (update_interval): Adjust prototypes.
239
240 * xdisp.c (check_point_in_composition, reconsider_clip_changes):
241 Use EMACS_INT for buffer position variables and arguments.
242
243 * composite.c (get_composition_id, find_composition)
244 (run_composition_function, compose_text)
245 (composition_gstring_width, autocmp_chars)
246 (composition_update_it, Ffind_composition_internal): Use EMACS_INT
247 for buffer positions and string length variables and arguments.
248
249 * composite.h (get_composition_id, find_composition, compose_text)
250 (composition_gstring_width): Adjust prototypes.
251
252 * editfns.c (Fformat): Use EMACS_INT for string size variables.
253
254 * xdisp.c (store_mode_line_noprop, display_mode_element): Use
255 EMACS_INT for string positions.
256
257 * intervals.c (get_property_and_range): Use EMACS_INT for buffer
258 position arguments.
259
260 * intervals.h (get_property_and_range): Adjust prototype.
261
262 * character.c (parse_str_as_multibyte, str_as_multibyte)
263 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
264 (string_count_byte8, string_escape_byte8, c_string_width)
265 (strwidth, lisp_string_width, multibyte_chars_in_text): Use
266 EMACS_INT for string length variables and arguments.
267
268 * character.h (parse_str_as_multibyte, str_as_multibyte)
269 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
270 (c_string_width, strwidth, lisp_string_width): Adjust
271 prototypes.
272
273 * font.c (font_intern_prop): Use EMACS_INT for string length
274 variables.
275
276 * font.c (font_intern_prop): Use EMACS_INT for string length
277 variables.
278
279 * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
280 variables.
281
282 * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
283 (Fmake_string): Protect against too large strings.
284 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
285 (live_misc_p): Use ptrdiff_t instead of int for pointer
286 differences.
287 (string_bytes, check_sblock, check_string_free_list)
288 (allocate_string_data, compact_small_strings, Fmake_string)
289 (Fmake_bool_vector, make_string, make_unibyte_string)
290 (make_multibyte_string, make_string_from_bytes)
291 (make_specified_string_string, Fmake_list, Fmake_vector): Use
292 EMACS_INT for string length variables and arguments.
293 (find_string_data_in_pure, make_pure_string, make_pure_c_string)
294 (Fpurecopy): Use EMACS_INT for string size.
295 (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
296 for vector size.
297
298 * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
299 (make_string_from_bytes, make_specified_string_string)
300 (make_pure_string, string_bytes, check_point_in_composition):
301 Adjust prototypes.
302
303 2010-09-22 Eli Zaretskii <eliz@gnu.org>
304
305 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
306 (check_translation): Use EMACS_INT for buffer positions and
307 length.
308
309 * undo.c (record_marker_adjustment, record_delete)
310 (record_change, record_point, record_insert)
311 (record_property_change, Fprimitive_undo): Use EMACS_INT for
312 buffer positions.
313
314 * lisp.h (record_marker_adjustment, record_delete)
315 (record_change, record_point, record_insert)
316 (record_property_change, Fprimitive_undo): Adjust prototypes.
317
318 2010-09-22 Juanma Barranquero <lekktu@gmail.com>
319 Eli Zaretskii <eliz@gnu.org>
320
321 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
322
323 2010-09-22 Eli Zaretskii <eliz@gnu.org>
324
325 * minibuf.c (Fminibuffer_contents)
326 (Fminibuffer_contents_no_properties)
327 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
328 positions.
329
330 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
331 mark.
332
333 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
334 (allocate_string_data): Accept EMACS_INT for string length.
335
336 * editfns.c (Ffield_string, Ffield_string_no_properties)
337 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
338 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
339 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
340 (Ffield_end): Use EMACS_INT for buffer positions.
341
342 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
343 point with mark.
344
345 * lisp.h (allocate_string_data, make_uninit_string)
346 (make_uninit_multibyte_string, make_buffer_string)
347 (make_buffer_string_both): Adjust prototypes.
348
349 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
350
351 * xml.c: Switch to GNU indentation.
352 (make_dom): Change parse tree format to match xml.el.
353 (Fxml_parse_html_string_internal): Rename from html-parse-string.
354 (Fxml_parse_string_internal): Rename from xml-parse-string.
355
356 2010-09-22 Kenichi Handa <handa@m17n.org>
357
358 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
359 only if we are not at a composition.
360 (set_iterator_to_next): Give it->end_charpos to
361 composition_compute_stop_pos.
362 (set_iterator_to_next, next_element_from_buffer): Likewise.
363
364 * dispnew.c (buffer_posn_from_coords): Fix position when the
365 current display element is a grapheme cluster in bidi-reordered
366 region.
367
368 2010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
369
370 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
371 the regions may overlap.
372
373 2010-09-21 Juanma Barranquero <lekktu@gmail.com>
374
375 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
376
377 2010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
378
379 * emacs.c: Do not include sys/ioctl.h, not needed.
380
381 * doprnt.c: Do not include stdlib.h, config.h does it.
382 Move #include before macro definition.
383
384 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
385
386 * Makefile.in (temacs): Link using $(CC) not $(LD).
387 (LD_FIRSTFLAG): Define using autoconf.
388 (LD): Remove.
389
390 Remove HAVE_TERMIOS definitions.
391 * s/usg5-4-common.h (HAVE_TERMIOS):
392 * s/template.h (HAVE_TERMIOS):
393 * s/gnu-linux.h (HAVE_TERMIOS):
394 * s/darwin.h (HAVE_TERMIOS):
395 * s/cygwin.h (HAVE_TERMIOS):
396 * s/bsd-common.h (HAVE_TERMIOS):
397 * s/aix4-2.h (HAVE_TERMIOS):
398 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
399 defined on all non-MS platforms.
400 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
401
402 * xterm.c (xt_action_hook): Use const.
403
404 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
405
406 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
407 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
408 (gethostname) [!HAVE_SOCKETS]: Remove.
409 (SOCK_REPLACE_HANDLE): Remove macro.
410 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
411 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
412 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
413 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
414
415 2010-09-18 Eli Zaretskii <eliz@gnu.org>
416
417 * deps.mk (xml.o): Add dependencies.
418
419 * xdisp.c (Fcurrent_bidi_paragraph_direction):
420 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
421
422 * bidi.c (bidi_paragraph_init): Accept an additional argument
423 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
424 search back until a paragraph with a strong directional character
425 is found, and use that to determine paragraph's base direction.
426
427 * dispextern.h (bidi_paragraph_init): Update prototype.
428
429 2010-09-17 Eli Zaretskii <eliz@gnu.org>
430
431 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
432 of w32api >= 3.15. (Bug#6989)
433
434 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
435
436 * process.c (wait_reading_process_output): Don't message about
437 accept-process-output unless the time limit really is zero.
438
439 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
440
441 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
442 int/Lisp_Object mixup).
443
444 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
445
446 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
447 not HELP.
448
449 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
450
451 * frame.c (Ftool_bar_pixel_width): New function to expose tool
452 bar's pixel width to Lisp (Bug#7048).
453
454 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
455
456 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
457
458 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
459
460 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
461 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
462
463 2010-09-17 Kenichi Handa <handa@m17n.org>
464
465 * ftfont.c (ftfont_check_otf): Fix previous change.
466
467 2010-09-14 Kenichi Handa <handa@m17n.org>
468
469 * ftfont.c (ftfont_check_otf): Fix the case of checking just
470 existence of GSUB or GPOS.
471
472 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
473
474 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
475
476 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
477
478 * xml.c (parse_buffer): Renamed to parse_string(), since that's
479 what it does.
480 (parse_string): Return nil when the document can't be parsed.
481
482 2010-09-14 Jan Djärv <jan.h.d@swipnet.se>
483
484 * xterm.c (get_current_vm_state): New function.
485 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
486 want_fullscreen so set_wm_state calls are few (Bug#7013).
487 (x_handle_net_wm_state): Move code to get_current_vm_state and
488 call that function.
489
490 2010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
491
492 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
493
494 2010-09-14 Kenichi Handa <handa@m17n.org>
495
496 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
497 we may use designation or locking-shift.
498
499 2010-09-14 Kenichi Handa <handa@m17n.org>
500
501 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
502 sequence when the source is multibyte.
503
504 2010-09-14 Andreas Schwab <schwab@linux-m68k.org>
505
506 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
507 Don't make first argument optional. Doc fix.
508
509 2010-09-14 Leo <sdl.web@gmail.com> (tiny change)
510
511 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
512 parameters for the doc string.
513
514 2010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
515
516 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
517
518 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
519
520 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
521 (syms_of_fns): Don't defsubr Sy_or_n_p.
522 * lisp.h: Don't declare Fy_or_n_p.
523 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
524
525 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
526
527 * xml.c (Fxml_parse_buffer): New function to parse XML files.
528
529 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
530
531 * xml.c: New file.
532 (Fhtml_parse_buffer): New function to interface to the libxml2
533 html parsing function.
534
535 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
536
537 * biditype.h: Regenerate.
538
539 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
540
541 * nsimage.m (ns_load_image): Check argument types.
542
543 * image.c: Remove all uses of gcpro.
544 (xpm_load): Check all lisp types.
545 (pbm_load): Likewise.
546 (png_load): Likewise.
547 (jpeg_load): Likewise.
548 (tiff_load): Likewise.
549 (gif_load): Likewise.
550 (imagemagick_load_image): Likewise.
551 (imagemagick_load): Likewise.
552 (svg_load): Likewise.
553 (gs_load): Likewise.
554
555 2010-09-04 Eli Zaretskii <eliz@gnu.org>
556
557 * w32uniscribe.c (uniscribe_shape): Update commentary. Don't
558 try to reorder grapheme clusters, since LGSTRING should always
559 hold them in the logical order.
560 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
561 return glyph codes in the logical order.
562
563 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
564
565 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
566 (imagemagick_load_image): Fix type mismatch.
567 (Fimagemagick_types): Likewise. Doc fix.
568
569 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
570
571 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
572
573 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
574
575 * xselect.c: Remove declaration of cut-buffer objects and functions.
576 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
577 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
578 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
579 (Fx_rotate_cut_buffers_internal): Remove.
580 (syms_of_xselect): Remove defsubr of above.
581 Remove intern of QCUT_BUFFERn.
582
583 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * cmds.c (Vblink_paren_function): Remove.
586 (internal_self_insert): Make it insert N chars at a time.
587 Don't call blink-paren-function.
588 (Fself_insert_command): Adjust accordingly.
589 (syms_of_cmds): Don't declare blink-paren-function.
590
591 2010-08-31 Kenichi Handa <handa@m17n.org>
592
593 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
594 characters.
595
596 * term.c (encode_terminal_code): Fix the previous change.
597 (produce_glyphs): Don't set it->char_to_display here.
598 Don't handle unibyte-display-via-language-environment here.
599 (produce_special_glyphs): Set temp_it.char_to_display before
600 calling produce_glyphs.
601
602 * xdisp.c (get_next_display_element): Set it->char_to_display
603 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
604 characters.
605 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
606 calling PRODUCE_GLYPHS.
607 (append_space_for_newline): Save and store it->char_to_display.
608 Set it->char_to_display before calling PRODUCE_GLYPHS.
609 (extend_face_to_end_of_line): Set it->char_to_display before
610 calling PRODUCE_GLYPHS.
611 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
612 character to its byte value.
613 (get_char_glyph_code): New function.
614 (produce_stretch_glyph): Set it2.char_to_display too before
615 calling x_produce_glyphs.
616 (x_produce_glyphs): Simplify by using the same code for ASCII and
617 non-ASCII characters. Don't set it->char_to_display here.
618 Don't handle unibyte-display-via-language-environment here. For a
619 character of no glyph, use font->space_width instead of FONT_WIDTH.
620
621 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
622
623 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
624
625 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
626
627 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
628
629 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
630
631 * marker.c (Fcopy_marker): Make the first arg optional.
632
633 2010-08-30 Kenichi Handa <handa@m17n.org>
634
635 * composite.c (composition_update_it): Fix computing of
636 cmp_it->width.
637
638 2010-08-29 Kenichi Handa <handa@m17n.org>
639
640 * term.c (encode_terminal_code): Encode byte chars to the
641 corresponding bytes.
642
643 2010-08-29 Jan Djärv <jan.h.d@swipnet.se>
644
645 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
646
647 2010-08-26 Kenichi Handa <handa@m17n.org>
648
649 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
650 on calling composition_compute_stop_pos.
651
652 2010-08-25 Kenichi Handa <handa@m17n.org>
653
654 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
655 :otf.
656
657 * composite.c (composition_compute_stop_pos): Don't break
658 composition at PT.
659 (composition_reseat_it): Likewise. Fix calculation of character
660 position starting a composition.
661 (Fcomposition_get_gstring): Don't limit the number of components
662 for automatic composition.
663
664 2010-08-25 Kenichi Handa <handa@m17n.org>
665
666 * composite.c (composition_compute_stop_pos): In forward search,
667 pay attention to the possibility that some character after ENDPOS
668 will be composed with charactrs before ENDPOS.
669
670 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
671
672 * keyboard.c (command_loop_1): Don't clobber primary selection
673 during handle-switch-frame (Bug#6872).
674
675 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
676
677 * dbusbind.c: Accept UNIX domain sockets as bus address.
678 (Fdbus_close_bus): New function.
679 (Vdbus_registered_buses): New variable.
680 (xd_initialize): Implement string as bus address.
681 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
682 (Fdbus_get_unique_name, Fdbus_call_method)
683 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
684 (Fdbus_method_error_internal, Fdbus_send_signal)
685 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
686 check. This is done in xd_initialize_bus. Adapt doc string, if
687 necessary.
688 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
689 Vdbus_registered_buses.
690 (Vdbus_registered_objects_table): Create hash.
691
692 2010-08-22 Juri Linkov <juri@jurta.org>
693
694 * keyboard.c (Fexecute_extended_command): Move reading a command name
695 with `completing-read' to a new Elisp function `read-extended-command'.
696 Call it to read a command to `function' (bug#5364, bug#5214).
697
698 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
699
700 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
701
702 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
703
704 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
705 instead of SAFE_ALLOCA.
706
707 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
708
709 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
710 (Bug#6214).
711
712 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
713
714 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
715
716 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
717
718 * doc.c (Fsnarf_documentation): Initialize skip_file before
719 build-files test.
720
721 2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
722
723 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
724 New definitions.
725 (HAVE_TERMIO): Remove.
726
727 2010-08-22 Eli Zaretskii <eliz@gnu.org>
728
729 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
730
731 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
732 for w32.
733
734 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
735 it's done in nt/config.nt.
736
737 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
738
739 * unexcoff.c (report_error, make_hdr, write_segment)
740 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
741 Convert argument lists and prototypes to ANSI C.
742 (make_hdr, write_segment): Remove unused variables.
743 (unexec): Remove commented-out line. Initialize `new' to shut up
744 compiler warnings.
745
746 2010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
747
748 Simplify termio code.
749 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
750 HAVE_TERMIO code is obsolete.
751 Replace HAVE_TERMIOS conditionals with !DOS_NT.
752 * systty.h: Do not define HAVE_TCATTR.
753 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
754 Do not define EMACS_HAVE_TTY_PGRP. Only define
755 EMACS_GET_TTY_PGRP for !DOS_NT.
756 * sysdep.c: Include sysselect.h unconditionally. Do not include
757 sys/ioctl.h and termios.h, systty.h does it. Use
758 HAVE_SYS_UTSNAME_H instead of USG as an include guard.
759 (init_baud_rate): Remove HAVE_TERMIO code.
760 (child_setup_tty): Remove HAVE_TERMIO code.
761 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
762 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
763 (new_ltchars, new_tchars): Remove, unused.
764 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
765 code. Remove special casing for __mips__, it was a no-op. Remove
766 HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
767 (init_sys_modes): Remove HPUX special case.
768 * process.c: Include stdlib.h unconditionally. Do not include
769 fcntl.h, systty.h does it. Remove conditional code for
770 HAVE_SERIAL, it is always true.
771 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
772 always true when SIGNALS_VIA_CHARACTERS is true.
773 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
774 !WINDOWSNT means HAVE_TERMIOS.
775 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
776 conditional, which is true for all HAVE_TERMIOS systems.
777 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
778 instead of HAVE_TERMIOS.
779 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
780 EMACS_HAVE_TTY_PGRP.
781 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
782 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
783 anyway.
784
785 2010-08-21 Eli Zaretskii <eliz@gnu.org>
786
787 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
788 mirroring pixel positions.
789
790 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
791
792 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
793 write only.
794 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
795 malloc_sbrk_used, nothing uses them.
796
797 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
798 defined, unconditionally defined in lisp.h.
799
800 * term.c: Do not include <termios.h>, systty.h does it.
801
802 * s/unixware.h (HAVE_TCATTR):
803 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
804 systty.h defines it when HAVE_TERMIOS is defined.
805
806 2010-08-20 Eli Zaretskii <eliz@gnu.org>
807
808 * dispnew.c (buffer_posn_from_coords): Fix last change for text
809 terminals: add one-character offset for R2L lines.
810
811 * emacs.c <emacs_version>: Add a comment regarding
812 msdos/mainmake.v2's dependency on the syntax of this declaration.
813
814 2010-08-20 Eli Zaretskii <eliz@gnu.org>
815
816 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
817 position for R2L lines by mirroring the pixel position wrt the
818 text are box. Improve commentary.
819
820 2010-08-20 Andreas Schwab <schwab@linux-m68k.org>
821
822 * image.c (imagemagick_clear_image): Remove debugging output.
823
824 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
825
826 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
827 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
828 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
829 self-insert-face.
830 (syms_of_cmds): Initialize the new vars.
831
832 2010-08-19 Jason Rumney <jasonr@gnu.org>
833
834 * w32menu.c (set_frame_menubar): Remove call to undefined function.
835
836 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
837
838 2010-08-19 Jan Djärv <jan.h.d@swipnet.se>
839
840 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
841
842 2010-08-18 Eli Zaretskii <eliz@gnu.org>
843
844 * xterm.c (x_draw_bar_cursor):
845 * w32term.c (x_draw_bar_cursor): If the character under cursor is
846 R2L, draw the bar cursor on its right rather than on its left.
847
848 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
849
850 * eval.c (Fdefmacro): Only obey one declaration.
851
852 * casefiddle.c (casify_region): Setup gl_state.
853
854 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
855
856 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
857
858 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
859
860 * gtkutil.c (update_frame_tool_bar): Literal stings are const char*.
861
862 2010-08-18 David De La Harpe Golden <david@harpegolden.net>
863
864 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
865 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
866 QPRIMARY => NXPrimaryPboard.
867 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
868 NXPrimaryPboard => QPRIMARY.
869 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
870 NXSecondaryPboard = SecondarySelection.
871 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
872
873 2010-08-18 Joakim Verona <joakim@verona.se>
874
875 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
876 defined:
877 (imagemagick_image_p): New function to test for ImageMagic image.
878 (imagemagick_load): New function to load ImageMagick image.
879 (imagemagick_load_image): New function, helper for imagemagick_load.
880 (imagemagick-types): New function.
881 (Qimagemagick): New Lisp_object.
882 (imagemagick-render-type): New variable, decides which renderer to use.
883
884 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
887 is a string.
888
889 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
890
891 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
892 x_set_tool_bar_position handler.
893
894 2010-08-17 Eli Zaretskii <eliz@gnu.org>
895
896 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
897 x_set_tool_bar_position handler, needed to support changes from
898 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
899
900 2010-08-16 Jan Djärv <jan.h.d@swipnet.se>
901
902 * nsselect.m: include keyboard.h for QPRIMARY, remove its
903 declaration (Bug#6863).
904 (syms_of_nsselect): Don't intern QPRIMARY.
905
906 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
907
908 * keyboard.h (QPRIMARY): Declare (Bug#6864).
909
910 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
911
912 * keyboard.c (command_loop_1): Avoid setting selection twice,
913 since it's done in deactivate-mark as well.
914 (Vselect_active_regions): Change default to t. Replace `lazy'
915 with non-default value `only', meaning only set PRIMARY for
916 temporarily active regions.
917
918 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
919 select-active-regions.
920
921 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
922
923 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
924 isn't a string.
925
926 2010-08-15 Andreas Schwab <schwab@linux-m68k.org>
927
928 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
929
930 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
931
932 * keyboard.c (parse_tool_bar_item): malloc buf.
933 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
934 new_lbl (Bug#6855).
935
936 2010-08-14 Eli Zaretskii <eliz@gnu.org>
937
938 * xterm.c (x_draw_stretch_glyph_string):
939 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
940 the cursor on the right edge of the stretch glyph.
941
942 * xdisp.c (window_box_right_offset, window_box_right):
943 Fix commentary.
944
945 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
946 direction when point is inside a run of whitespace characters.
947
948 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
949
950 2010-08-14 Jason Rumney <jasonr@gnu.org>
951
952 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
953
954 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
955
956 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
957
958 2010-08-13 Jason Rumney <jasonr@gnu.org>
959
960 * w32menu.c (simple_dialog_show): Use unicode message box if available.
961 (MessageBoxW_Proc): New function typedef.
962 (unicode-message-box): New function pointer.
963 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
964
965 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
966
967 * frame.h (Qtool_bar_position): Declare.
968
969 * xfns.c (Fx_create_frame): Call x_default_parameter for
970 Qtool_bar_position.
971
972 2010-08-13 Eli Zaretskii <eliz@gnu.org>
973
974 * unexcoff.c: Remove the parts used when "emacs" is not defined.
975 (report_error, report_error_1): Ditto.
976 (write_segment): Remove "#if 0" unused code.
977 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
978 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
979 (start_of_text): Remove unused function (was used only if NO_REMAP
980 was NOT defined).
981
982 * msdos.c (IT_set_face): Fix format string to match argument
983 types.
984 (IT_write_glyphs, IT_note_mode_line_highlight)
985 (IT_set_frame_parameters): Remove unused variables.
986 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
987 (IT_set_terminal_modes): Disambiguate expression in if clause.
988 (Fmsdos_remember_default_colors): Return Qnil.
989 (IT_set_frame_parameters): Add parens to disambiguate boolean
990 expression for logging the cursor type to termscript.
991 (keyboard_layout_list, keypad_translate_map)
992 (grey_key_translate_map): Add braces in inner initializers.
993 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
994 (dos_rawgetc): Remove unused label.
995 (XMenuActivate): Add braces to remove ambiguous `else'.
996 (dos_ttraw): Always return a value.
997 (spawnve): Declare.
998 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
999
1000 * dosfns.h (x_set_title): Declare.
1001
1002 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
1003 Remove unused variables.
1004
1005 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
1006 variables.
1007 (init_dosfns): Declare get_lim_data.
1008 (system_process_attributes): Declare Fget_internal_run_time.
1009
1010 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
1011 list to be consistent with menu.h.
1012
1013 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
1014 warnings due to mixing of "char *" and "const char *".
1015
1016 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 Introduce a new comment style "c" flag.
1019 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
1020 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
1021 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
1022 (syntax_prefix_flag_p): New function.
1023 (Fstring_to_syntax): Understand new "c" flag.
1024 (Finternal_describe_syntax_value): Recognize new flag; use the
1025 SYNTAX_FLAGS_* macros.
1026 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
1027 comment style to accomodate the new styles.
1028 (back_comment, forw_comment, Fforward_comment, scan_lists)
1029 (scan_sexps_forward): Update code to obey the new comment style flag.
1030
1031 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
1032
1033 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
1034
1035 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
1036
1037 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
1038 first.
1039 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
1040
1041 * gtkutil.h (xg_check_special_colors): Declare.
1042
1043 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
1044 (xg_create_frame_widgets): Connect theme name changes to
1045 style_changed_cb.
1046
1047 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
1048 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
1049 (x_term_init): Use char[] display_opt and name_opt instead of
1050 string literal. file is const char*.
1051
1052 * xsmfns.c (NOSPLASH_OPT): Change to char[].
1053 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
1054 props. Free them at the end.
1055
1056 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
1057
1058 * xrdb.c (get_system_app): Make path const and use char *p for
1059 non-const char.
1060
1061 * xmenu.c (Fx_popup_dialog): error_name is const char*.
1062 (xmenu_show): error parameter is const char **. pane_string is const
1063 char *.
1064 (button_names): Is const char *.
1065 (xdialog_show): error_name and pane_string is const.
1066
1067 * process.h (synch_process_death): Is const char*.
1068
1069 * w32menu.c (w32_menu_show):
1070 * nsmenu.m (ns_menu_show): error parameter is const char **.
1071
1072 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
1073 is const char **.
1074
1075 * menu.c (Fx_popup_menu): error_name is const.
1076
1077 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
1078 with unsigned char and XtPointer with void *.
1079
1080 * gtkutil.h: Replace widget_value with struct _widget_value.
1081 (enum button_type, struct _widget_value): Remove and use the one from
1082 keyboard.h.
1083
1084 * gtkutil.c (get_utf8_string): Always return an allocated string.
1085 Parameter is const.
1086 (create_dialog, xg_create_one_menuitem, create_menus)
1087 (xg_item_label_same_p, xg_update_menu_item): Free result from
1088 get_utf8_string.
1089 (xg_separator_p, xg_item_label_same_p): label is const.
1090
1091 * font.h (font_open_by_name): Make name const.
1092
1093 * font.c (font_open_by_name): Make name const.
1094
1095 * floatfns.c (matherr): Use a const char* variable for x->name.
1096
1097 * emacs.c (main): Pass char[] to putenv instead of literal.
1098
1099 * callproc.c (synch_process_death): Make const.
1100 (Fcall_process): Make signame const.
1101
1102 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
1103 (addDisplayItemWithImage): Use const char*.
1104
1105 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
1106 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
1107
1108 * nsfont.m (ns_descriptor_to_entity): Use const char*.
1109
1110 * keyboard.h (_widget_value): name, value and key are const char*.
1111
1112 * unexmacosx.c (unexec_error): Use const char *.
1113
1114 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1115
1116 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1117 (font_parse_name, font_open_by_name):
1118 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1119 (font_parse_name, font_open_by_name): Remove const.
1120
1121 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1122
1123 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
1124 definition.
1125
1126 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
1127 * m/amdx86-64.h: Likewise.
1128 * m/arm.h: Likewise.
1129 * m/hp800.h: Likewise.
1130 * m/ia64.h: Likewise.
1131 * m/ibmrs6000.h: Likewise.
1132 * m/ibms390.h: Likewise.
1133 * m/intel386.h: Likewise.
1134 * m/iris4d.h: Likewise.
1135 * m/m68k.h: Likewise.
1136 * m/macppc.h: Likewise.
1137 * m/mips.h: Likewise.
1138 * m/sh3.h: Likewise.
1139 * m/sparc.h: Likewise.
1140 * m/template.h: Likewise.
1141 * m/vax.h: Likewise.
1142 * m/xtensa.h: Likewise.
1143 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
1144 WORDS_BIG_ENDIAN.
1145 * lisp.h: Likewise.
1146 * md5.c: Likewise.
1147 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
1148
1149 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1150
1151 Use const char* instead of char*.
1152 Reduce the number of warnings with -Wwrite-strings.
1153 * xrdb.c (get_environ_db, get_system_name):
1154 * unexelf.c (find_section):
1155 * term.c (string_cost, string_cost_one_line, per_line_cost)
1156 (get_named_tty, init_tty):
1157 * sysdep.c (sys_subshell):
1158 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
1159 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
1160 * search.c (Freplace_match):
1161 * process.c (Fmake_network_process, send_process, init_process):
1162 * lread.c (Fload, init_lread):
1163 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
1164 * keyboard.c (parse_tool_bar_item, struct event_head):
1165 * gtkutil.h (xg_get_font_name):
1166 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
1167 (make_widget_for_menu_item, make_menu_item, create_menus)
1168 (xg_make_tool_item):
1169 * font.c (parse_matrix, font_parse_name):
1170 * floatfns.c (rounding_driver, float_error_fn_name):
1171 * filelock.c (get_boot_time_1, lock_file_1):
1172 * fileio.c (barf_or_query_if_file_exists, check_writable):
1173 * editfns.c (get_system_name, get_operating_system_release)
1174 (Fencode_time, Fset_time_zone_rule):
1175 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
1176 * buffer.c (defvar_per_buffer): Use const.
1177
1178 2010-08-08 Kenichi Handa <handa@m17n.org>
1179
1180 * charset.c: Include <stdlib.h>.
1181 (struct charset_sort_data): New struct.
1182 (charset_compare): New function.
1183 (Fsort_charsets): New function.
1184 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
1185
1186 * coding.c (decode_coding_iso_2022): Fix checking of dimension
1187 number in CTEXT extended segment.
1188
1189 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1190
1191 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
1192 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
1193
1194 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1195
1196 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
1197 (Fhash_table_size): Fix typos in docstrings.
1198 (Fmake_hash_table): Doc fix.
1199
1200 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1201
1202 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
1203 Doc fix (bug#5625).
1204
1205 2010-08-08 Ken Brown <kbrown@cornell.edu>
1206
1207 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
1208 the MSDOS definition.
1209
1210 2010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
1211
1212 Use const char* instead of char*.
1213 * xterm.c (x_create_toolkit_scroll_bar):
1214 * xfont.c (xfont_list_pattern):
1215 * xfns.c (x_default_scroll_bar_color_parameter)
1216 (xic_create_fontsetname, x_default_font_parameter)
1217 (x_screen_planes):
1218 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
1219 (store_mode_line_string, decode_mode_spec, display_string):
1220 * menu.c (digest_single_submenu):
1221 * keymap.h (initial_define_key, initial_define_lispy_key):
1222 * keymap.c (initial_define_key, initial_define_lispy_key):
1223 * image.c (image_error, image_keyword):
1224 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
1225 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
1226 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
1227 (ftfont_list, ftfont_match):
1228 * frame.c (frame_parm_table):
1229 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1230 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1231 (font_add_log, font_deferred_log):
1232 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1233 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1234 (font_add_log, font_deferred_log):
1235 * emacs.c (argmatch):
1236 * dispextern.h (struct it):
1237 * coding.c (ENCODE_DESIGNATION):
1238 * charset.c (define_charset_internal): Use const.
1239
1240 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
1241
1242 * xrdb.c: Remove include guard.
1243 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
1244 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
1245 realloc->xrealloc instead of using #defines.
1246
1247 2010-08-08 Eli Zaretskii <eliz@gnu.org>
1248
1249 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
1250 * editfns.c (Fline_beginning_position, Fline_end_position):
1251 State in the doc strings that start and end of line are in the
1252 logical order.
1253
1254 * xdisp.c (display_line): Move the handling of overlay arrow after
1255 the call to find_row_edges. (Bug#6699)
1256
1257 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
1258
1259 * keyboard.c (command_loop_1):
1260 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
1261
1262 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
1263
1264 * insdel.c (prepare_to_modify_buffer): Save active region text to
1265 Vsaved_region_selection.
1266
1267 * xselect.c (QPRIMARY): Move to keyboard.c.
1268
1269 * keyboard.c (Vselect_active_regions): Move from simple.el.
1270 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
1271 (command_loop_1): Set window selection prior to deactivating the mark.
1272
1273 2010-08-07 Juanma Barranquero <lekktu@gmail.com>
1274
1275 * alloc.c (lisp_malloc):
1276 * buffer.c (set_buffer_internal, set_buffer_internal_1):
1277 * charset.h (emacs_mule_charset):
1278 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
1279 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
1280 (bitch_at_user):
1281 * lisp.h (Fcheck_coding_system, Fget_text_property)
1282 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
1283 Remove duplicate declarations.
1284
1285 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1286
1287 * process.c: Simplify include logic.
1288
1289 * keyboard.h (quit_char): Add declaration.
1290 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
1291 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
1292 Add declarations.
1293 * sysdep.c:
1294 * w32.c: Remove the above declarations.
1295
1296 Remove extern declarations in .c files, .h files have them.
1297 * xterm.c:
1298 * xdisp.c:
1299 * msdos.c:
1300 * image.c:
1301 * gtkutil.c:
1302 * fileio.c:
1303 * eval.c: Remove declarations.
1304
1305 * frame.c (frame_params): Make const.
1306
1307 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
1308
1309 * emacs.c (emacs_copyright, emacs_version): Make static.
1310 (Vinitial_window_system, Vauto_save_list_file_name)
1311 (Vinhibit_redisplay): Remove declarations.
1312 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
1313 for AIX.
1314
1315 Use const for some arrays and functions.
1316 * xterm.h (xg_set_icon_from_xpm_data):
1317 * xfns.c (xg_set_icon_from_xpm_data):
1318 * term.c (fkeys):
1319 * keyboard.c (lispy_accent_keys, lispy_function_keys)
1320 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
1321 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
1322 (frame.c frame_parms):
1323 * emacs-icon.h (gnu_xpm_bits):
1324 * callint.c (callint_argfuns): Use const.
1325
1326 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1327
1328 * sysdep.c: Move include term.h last of includes (Bug#6812).
1329
1330 2010-08-06 Eli Zaretskii <eliz@gnu.org>
1331
1332 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
1333
1334 * msdos.c (IT_display_cursor): Log cursor position on termscript.
1335
1336 * .gdbinit (pgx): Display the avoid_cursor_p flag.
1337
1338 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
1339
1340 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
1341
1342 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1343
1344 * xterm.h (x_get_focus_frame): Declare.
1345
1346 * keyboard.h (poll_for_input_1): Unconditionally declare.
1347
1348 * nsterm.h (x_set_menu_bar_lines): Declare.
1349
1350 * window.c: Don't include menu.h, it depends on lots of other .h-files.
1351
1352 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
1353
1354 * window.c: Include menu.h.
1355
1356 * unexmacosx.c (print_region_list, print_regions)
1357 (build_region_list, find_emacs_zone_regions)
1358 (unexec_regions_merge, read_load_commands, dump_it)
1359 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
1360
1361 * term.c: Check HAVE_SYS_IOCTL_H.
1362
1363 * sysdep.c: Check HAVE_TERM_H.
1364
1365 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
1366
1367 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
1368 (ns_ring_bell, ns_defined_color, hide_hourglass)
1369 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
1370 Convert to ANSI C prototypes.
1371 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
1372 before code.
1373
1374 * nsterm.h : Include sysselect.h.
1375 (x_sync, x_get_focus_frame, x_set_mouse_position)
1376 (x_set_mouse_pixel_position, x_make_frame_visible)
1377 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
1378 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
1379 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
1380 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
1381 Declare.
1382
1383 * nsmenu.m (popup_activated, name_is_separator)
1384 (syms_of_nsmenu): Convert to ANSI C prototypes.
1385 (runMenuAt): Prototypes and move declarations before code.
1386
1387 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
1388
1389 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
1390 prototypes.
1391
1392 * nsfns.m (have_menus_p, ns_display_info_for_name)
1393 (x_set_cursor_type, ns_appkit_version_str)
1394 (ns_appkit_version_int, ns_do_applescript)
1395 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
1396 (syms_of_nsfns): Convert to ANSI C prototypes.
1397
1398 * menu.h (x_set_menu_bar_line): Declare.
1399 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
1400
1401 * lisp.h (fmod_float): Declare.
1402
1403 * image.c (xpm_scan, xpm_make_color_table_v)
1404 (xpm_put_color_table_v, xpm_get_color_table_v)
1405 (xpm_make_color_table_h, xpm_put_color_table_h)
1406 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
1407 (xpm_load): Convert to ANSI C prototypes.
1408
1409 * emacs.c: Include nsterm.h if HAVE_NS.
1410
1411 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
1412
1413 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1414
1415 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
1416 subprocesses, only MSDOS does not define HAVE_SOCKETS.
1417 (socket_options): Use const char* for name.
1418
1419 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
1420
1421 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
1422
1423 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
1424 Don't declare xmalloc_widget_value and digest_single_submenu.
1425
1426 * w32font.c (Qlatin): Remove declaration.
1427
1428 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
1429
1430 * dired.c (compile_pattern): Restore declaration.
1431
1432 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
1433
1434 Remove extern declarations in .c files, .h files have them.
1435 * data.c:
1436 * dired.c:
1437 * editfns.c:
1438 * filelock.c:
1439 * fns.c:
1440 * font.c:
1441 * fontset.c:
1442 * frame.c:
1443 * fringe.c:
1444 * ftfont.c:
1445 * gtkutil.c:
1446 * indent.c:
1447 * keyboard.c:
1448 * keymap.c:
1449 * lread.c:
1450 * menu.c:
1451 * print.c:
1452 * search.c:
1453 * sound.c:
1454 * window.c:
1455 * xdisp.c:
1456 * xfaces.c:
1457 * xfns.c:
1458 * xfont.c:
1459 * xftfont.c:
1460 * xmenu.c:
1461 * xterm.c: Remove declarations.
1462
1463 Cleanup syssignal.h.
1464 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
1465 (main_thread): Move down to remove #ifdef.
1466 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
1467 Remove conditional definition following unconditional ones.
1468
1469 * lisp.h: Remove HAVE_SHM code, unused.
1470 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
1471 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
1472 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
1473 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
1474 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
1475 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
1476 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
1477 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
1478 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
1479 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
1480 (Qwindow_scroll_functions, Vafter_load_alist)
1481 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
1482 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
1483 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
1484 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
1485 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
1486 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
1487 (initial_argv, last_nonmenu_event, load_in_progress)
1488 (noninteractive_need_newline, scroll_margin): Add declarations.
1489
1490 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
1491 declarations, menu.h has them.
1492 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
1493 (Vinput_method_function, Qinput_method_function)
1494 (Qevent_symbol_element_mask, last_event_timestamp):
1495 * dispextern.h (Voverflow_newline_into_fringe):
1496 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
1497 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
1498 (syms_of_w32font, syms_of_nsfont):
1499 * fontset.h (find_font_encoding, Qlatin):
1500 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
1501 (Vtool_bar_mode, set_frame_menubar):
1502 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
1503 * xterm.h (Qx_gtk_map_stock):
1504 * keymap.h (meta_prefix_char): Add declarations.
1505
1506 * term.c: Remove dead code.
1507
1508 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
1509 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
1510 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
1511 which is what was there before BSD_PGRPS was removed.
1512
1513 2010-08-05 Eli Zaretskii <eliz@gnu.org>
1514
1515 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
1516
1517 * unexcoff.c: Renamed from unexec.c.
1518
1519 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1520
1521 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
1522
1523 2010-08-03 Johan Bockgård <bojohan@gnu.org>
1524
1525 * data.c (Flocal_variable_p): Handle variable aliases correctly.
1526 (Bug#6744)
1527
1528 2010-08-02 Jan Djärv <jan.h.d@swipnet.se>
1529
1530 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
1531 to TRUE if depth of screen is < 16.
1532
1533 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
1534 USE_GTK_TOOLTIP.
1535 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
1536 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
1537 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
1538 USE_GTK_TOOLTIP.
1539 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
1540
1541 * xterm.h (USE_GTK_TOOLTIP): New define.
1542 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
1543
1544 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
1545 to Control-D (Bug#6771).
1546
1547 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1548
1549 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
1550 Wording by Drew Adams <drew.adams@oracle.com>.
1551
1552 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
1553
1554 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
1555 ttip_lbl.
1556
1557 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
1558 calling gtk_widget_queue_draw.
1559 (x_free_frame_resources): Call xg_free_frame_widgets.
1560
1561 * xfns.c (x_gtk_use_system_tooltips): New variable.
1562 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
1563 new gtkutil tooltip functions to show the tooltip.
1564 (Fx_hide_tip): Call xg_hide_tooltip.
1565 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
1566
1567 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
1568 (xg_show_tooltip, xg_hide_tooltip): Declare.
1569
1570 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
1571 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
1572 New functions.
1573 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
1574 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
1575 Remove code that is commented out.
1576
1577 2010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
1580
1581 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * xselect.c (x_own_selection): Use list4.
1584
1585 2010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1586
1587 * buffer.c (Qwindow): Do not define, already defined in data.c.
1588 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
1589
1590 2010-07-29 Chad Brown <yandros@mit.edu>
1591
1592 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
1593 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
1594 * config.in: Undef HAVE_DIRENT_H.
1595 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
1596 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
1597
1598 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1599
1600 Rename s/usg5-4.h -> s/usg5-4-common.h.
1601 * s/usg5-4.h: Rename file to ...
1602 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
1603 * s/unixware.h:
1604 * s/sol2-6.h:
1605 * s/irix6-5.h: Update includes accordingly.
1606
1607 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1608
1609 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
1610
1611 * xterm.h (struct x_output): Add toolbar_top_height,
1612 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
1613 Remove toolbar_height.
1614 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
1615 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
1616 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
1617 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
1618
1619 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1620
1621 * xfns.c (x_set_tool_bar_position): New function.
1622 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
1623 (x_frame_parm_handlers): Add x_set_tool_bar_position.
1624 (syms_of_xfns): If USE_GTK, provide move-toolbar.
1625
1626 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
1627 and FRAME_TOOLBAR_LEFT_WIDTH.
1628
1629 * gtkutil.h (xg_change_toolbar_position): Declare.
1630
1631 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
1632 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1633 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
1634 (xg_create_frame_widgets): Create a hobox for placing widgets
1635 vertically. Use gtk_box_pack_start.
1636 (xg_height_or_width_changed): Renamed from xg_height_changed.
1637 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
1638 (xg_update_frame_menubar, free_frame_menubar): Change to
1639 xg_height_or_width_changed.
1640 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
1641 size correctly. Remove hardcoded 4, instead use handlebox size -
1642 toolbar size.
1643 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
1644 size correctly. Use handlebox size + toolbar size as additional size.
1645 (xg_pack_tool_bar): POS is a new parameter.
1646 Set orientation of tool bar based on pos.
1647 Only make handlebox_widget if NULL.
1648 Check if tool bar goes to vbox or hbox depending on pos.
1649 (xg_update_tool_bar_sizes): New function.
1650 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
1651 height, call xg_update_tool_bar_sizes instead.
1652 (free_frame_tool_bar): Remove from hbox or vbox depending on
1653 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
1654 (xg_change_toolbar_position): New function.
1655
1656 * frame.h (struct frame): Add tool_bar_position.
1657 (Qbottom): Declare.
1658
1659 * frame.c (Qtool_bar_position): New variable.
1660 (make_frame): Set tool_bar_position to Qtop.
1661 (frame_parms): Add tool-bar-position.
1662 (x_report_frame_params): Store tool_bar_position.
1663 (x_set_fringe_width): Reset wm size hint after fringe changes.
1664
1665 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1666
1667 Make lisp_time_argument declaration work on all systems.
1668 * lisp.h (lisp_time_argument): Move declaration ...
1669 * systime.h (lisp_time_argument): ... here
1670 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
1671
1672 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1673
1674 * vm-limit.c (POINTER): Add typedef for it.
1675 (start_of_data): Change return type from POINTER to char *.
1676
1677 * frame.h (Qtty_color_mode): Move declaration out of ifdef
1678 HAVE_WINDOW_SYSTEM.
1679
1680 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1681
1682 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
1683 Remove reference to __osf__, unused.
1684
1685 * mem-limits.h: Remove duplicated includes.
1686 (NULL): Remove definition, unused.
1687 (POINTER): Remove definition.
1688 (start_of_data): Use char* in prototype, as the function
1689 definition does.
1690
1691 Remove extern declarations from .c files, and them to .h files.
1692 * keyboard.h (Qhelp_echo, waiting_for_input)
1693 (input_available_clear_time, ignore_mouse_drag_p)
1694 (Vdouble_click_time, real_this_command, Vthis_original_command):
1695 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
1696 (Voverriding_local_map_menu_flag):
1697 * lisp.h (Qinteractive_form, use_file_dialog)
1698 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
1699 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
1700 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
1701 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
1702 (Qfunction, debug_on_next_call, Qfield)
1703 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
1704 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
1705 (Qfile_directory_p, Qinsert_file_contents)
1706 (Qcompletion_ignore_case, Qcompletion_ignore_case)
1707 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
1708 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
1709 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
1710 (Qminibuffer_prompt)
1711 (Vtemporary_file_directory,char_ins_del_vector, Qface):
1712 * xterm.h (gray_bitmap_width, gray_bitmap_height)
1713 (gray_bitmap_bits, xic_create_fontsetname):
1714 * coding.h (Vtranslation_table_for_input): Add extern declarations.
1715
1716 * xsmfns.c (Vuser_login_name):
1717 * xrdb.c (Vdouble_click_time):
1718 * xfaces.c (xic_create_fontsetname):
1719 * w32select.c (waiting_for_input):
1720 * print.c (minibuffer_auto_raise):
1721 * msdos.c (Qhelp_echo):
1722 * macros.c (real_this_command):
1723 * keymap.c (Voverriding_local_map):
1724 * xterm.c (poll_for_input_1, gray_bitmap_width)
1725 (gray_bitmap_height, gray_bitmap_bits;
1726 * xmenu.c ( Voverriding_local_map)
1727 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
1728 (use_file_dialog, Xt_app_con):
1729 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
1730 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
1731 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
1732 (Qtool_bar_lines, ignore_mouse_drag_p):
1733 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
1734 (Qrear_nonsticky, nconc2):
1735 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
1736 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
1737 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
1738 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
1739 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
1740 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
1741 (gc_in_progress):
1742 * doc.c (Voverriding_local_map, Qremap):
1743 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
1744 (Vcompletion_regexp_list):
1745 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
1746 (Qcompletion_ignore_case):
1747 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
1748 (Vhistory_length, Vthis_original_command, real_this_command)
1749 (Qface, Qminibuffer_prompt, history_delete_duplicates):
1750 * image.c (Qrisky_local_variable):
1751 * fontset.c (QCname):
1752 * fns.c (minibuffer_auto_raise, QCname):
1753 * dispnew.c (char_ins_del_cost):
1754 * composite.c (font_fill_lglyph_metrics):
1755 * cmds.c (Qface, Vtranslation_table_for_input):
1756 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
1757 * ccl.c (charset_unicode):
1758 * callproc.c (Vtemporary_file_directory):
1759 * buffer.c (emacs_strerror): Remove extern declarations.
1760
1761 * data.c (Qwindow): Make non-static, used from other files too.
1762 * frame.c (validate_x_resource_name): Remove shadow definition for i.
1763
1764 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
1765 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
1766 * s/usg5-4.h (COFF):
1767 * s/template.h:
1768 * s/msdos.h (COFF, NO_REMAP):
1769 * s/ms-w32.h (NO_REMAP):
1770 * s/hpux10-20.h (NO_REMAP):
1771 * m/sparc.h (SEGMENT_MASK):
1772 * m/m68k.h (NO_REMAP):
1773 * m/intel386.h (SEGMENT_MASK):
1774 * m/arm.h (NO_REMAP):
1775 * m/alpha.h (COFF):
1776 * m/template.h: Remove references to unused defines.
1777
1778 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
1779
1780 * xsettings.c (Ftool_bar_get_system_style): Also check for
1781 Qtext_image_horiz.
1782
1783 * xdisp.c (Qtext_image_horiz): Define.
1784 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
1785 to documentation of tool-bar-style.
1786
1787 * lisp.h (Qtext_image_horiz): Declare.
1788
1789 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
1790 style text_image_horiz.
1791
1792 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1793
1794 * emacs.c (Fkill_emacs): Remove return statement.
1795
1796 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
1797 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
1798 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
1799 local extern declarations.
1800
1801 * xmenu.c: Do not included lwlib.h, not needed.
1802
1803 * m/iris4d.h (XUINT, XSET): Remove, not needed.
1804
1805 * process.c: Move definitions earlier to minimize #ifdefs.
1806
1807 * xterm.h (x_get_customization_string, x_load_resources)
1808 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
1809 (x_check_errors, x_property_data_to_lisp, defined_color)
1810 (xic_set_xfontset, x_defined_color): Use const.
1811
1812 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
1813 (x_text_icon, x_check_errors, x_connection_closed): Use const.
1814
1815 * xselect.c (selection_data_to_lisp_data)
1816 (x_property_data_to_lisp):
1817 * xrdb.c (x_get_string_resource, file_p)
1818 (x_get_customization_string, magic_file_p, search_magic_path)
1819 (get_system_app, get_user_app, x_load_resources, x_get_resource)
1820 (x_get_string_resource): Use const.
1821
1822 * xfns.c: Include xlwmenu.h when USE_LUCID.
1823 (x_defined_color, xic_set_xfontset): Use const.
1824 (Fx_hide_tip): Remove local extern declaration.
1825
1826 * xfaces.c (Qmouse_face): Remove declaration.
1827 (face_color_gray_p, tty_defined_color, defined_color)
1828 (face_color_gray_p, face_color_supported_p): Add const.
1829
1830 * xdisp.c (do_mouse_tracking): Remove declaration.
1831 (add_to_log): Use const.
1832
1833 * minibuf.c (Qmouse_face): Remove declaration.
1834
1835 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
1836
1837 * keyboard.h (do_mouse_tracking): Add declaration.
1838
1839 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
1840 (QCdata, QCtype, Qcenter): Remove declarations.
1841
1842 * frame.c (x_get_resource_string, x_get_string_resource)
1843 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
1844 (x_default_parameter): Use const.
1845
1846 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
1847 (QCheight, QCsize, QCname): Remove declarations.
1848
1849 * emacs.c (main): Remove local extern declaration.
1850
1851 * editfns.c (region_limit, syms_of_editfns): Remove local extern
1852 declarations.
1853
1854 * dispnew.c: Remove duplicate #include <unistd.h>.
1855 (update_window, update_frame_1, init_display): Remove local extern
1856 declarations.
1857
1858 * dispextern.h (add_to_log): Remove declaration.
1859 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
1860 (x_frame_get_and_record_arg, x_default_parameter): Add const.
1861
1862 * dired.c (scmp): Add const.
1863 (directory_files_internal): Remove local extern declaration.
1864
1865 * data.c (Finteractive_form): Use const.
1866
1867 * composite.c (syms_of_composite): Remove local extern declarations.
1868
1869 * charset.c (add_to_log): Remove declaration.
1870
1871 * character.c (strwidth, parse_str_to_multibyte): Add const.
1872
1873 * character.h (strwidth, parse_str_to_multibyte): Likewise.
1874
1875 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
1876
1877 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
1878 (Lisp_Subr): Make doc and intspec constant.
1879 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
1880 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
1881 (QCheight, QCsize, QCname, QCwidth, QCforeground)
1882 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
1883 (display_arg): Add declarations.
1884
1885 2010-07-27 Christoph Scholtes <cschol2112@gmail.com>
1886
1887 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
1888
1889 * window.c (Fwindow_height): Doc fix (bug#6518).
1890
1891 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
1892
1893 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
1894
1895 2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1896
1897 * keyboard.c (Ftop_level, Fexit_recursive_edit)
1898 (Fabort_recursive_edit): Remove return statements in NO_RETURN
1899 functions.
1900
1901 * frame.h (Qtty_color_mode): Add declaration.
1902
1903 * lisp.h (Ftop_level, Fexit_recursive_edit)
1904 (Fabort_recursive_edit): Mark as NO_RETURN.
1905
1906 2010-07-26 Kenichi Handa <handa@m17n.org>
1907
1908 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
1909 number of glyphs gets smaller than the original length. (Bug#6621)
1910
1911 2010-07-26 Juanma Barranquero <lekktu@gmail.com>
1912
1913 * lread.c (unreadpure, mapatoms_1): Make static.
1914
1915 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
1916
1917 * terminfo.c (tparam): Fix prototype of tparm.
1918
1919 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
1920
1921 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
1922 find start of text segment.
1923 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
1924 is defined.
1925
1926 * callproc.c (set_initial_environment): Avoid unbalanced braces.
1927
1928 2010-07-25 Ken Brown <kbrown@cornell.edu>
1929
1930 * vm-limit.c (check_memory_limits): Fix previous change;
1931 accidentally reverted an earlier change.
1932
1933 2010-07-25 Ken Brown <kbrown@cornell.edu>
1934
1935 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
1936 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
1937
1938 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
1939
1940 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
1941 * dired.c (opendir, readdir): Fix prototypes.
1942 * editfns.c (w32_get_internal_run_time): Fix prototypes.
1943 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
1944 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
1945 (telldir): Remove declaration.
1946 * ralloc.c (real_morecore, __morecore): Fix prototypes.
1947 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
1948 * syssignal.h (strsignal): Fix prototype.
1949 * term.c (tparam): Fix prototype.
1950 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
1951 (term_get_fkeys): Set inside "#ifndef DOS_NT".
1952 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
1953 and __morecore.
1954 * w32gui.h (XParseGeometry): Fix prototype.
1955 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
1956 * w32term.c (my_set_focus): Declare inside #if 0.
1957 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
1958 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
1959 (drain_message_queue, get_next_msg, post_msg, parse_button)
1960 (ClipboardSequence_Proc): Fix prototypes.
1961 (wait_for_sync): Remove declaration.
1962
1963 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
1964
1965 * w32fns.c (w32_to_x_color): Remove, unused.
1966
1967 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
1968
1969 * lisp.h: Remove leftover P_.
1970
1971 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1972
1973 * ecrt0.c, unexalpha.c: Remove files, unused.
1974
1975 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
1976
1977 * cmds.c (internal_self_insert): Make static.
1978 * lisp.h (internal_self_insert): Remove declaration.
1979
1980 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1981
1982 * alloc.c (free_float):
1983 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
1984 * frame.c (delete_frame_handler):
1985 * ralloc.c (reorder_bloc):
1986 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
1987 Remove unused static functions.
1988
1989 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
1990 it is called only from NS code.
1991
1992 * w32term.c (my_set_focus): #ifdef away; it is called only from
1993 "#ifdef 0" code.
1994
1995 * w32fns.c (x_edge_detection):
1996 * xfaces.c (may_use_scalable_font_p):
1997 Remove obsolete static declarations.
1998
1999 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
2000
2001 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
2002 (emacs_blocked_realloc, uninterrupt_malloc):
2003 * fringe.c (w32_reset_fringes):
2004 * image.c (convert_mono_to_color_image, lookup_rgb_color)
2005 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
2006 * sound.c (be2hs, do_play_sound):
2007 * vm-limit.c (get_lim_data, ret_lim_data):
2008 * w32term.c (x_free_frame_resources):
2009 * xfaces.c (x_create_gc, x_free_gc):
2010 Convert definitions to standard C.
2011
2012 2010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2013
2014 * eval.c (Feval, Ffuncall): Use the new names.
2015
2016 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
2017 (DEFUN): Add braces around the union initialisation and use ## to
2018 specify the right union alternative and avoid a cast.
2019
2020 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
2021
2022 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
2023
2024 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2025
2026 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
2027
2028 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
2029
2030 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
2031 is related to the menu bar (Bug#6499).
2032 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
2033
2034 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
2035
2036 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
2037
2038 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
2039
2040 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
2041 i.e. don't put back ButtonRelease (Bug#6608).
2042
2043 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
2044 instead of Window. Call xg_event_is_for_menubar when
2045 USE_GTK (Bug#6499).
2046
2047 * gtkutil.h (xg_event_is_for_menubar): Declare.
2048
2049 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
2050
2051 2010-07-16 Eli Zaretskii <eliz@gnu.org>
2052
2053 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
2054 when it's the same as the old foreground. (Bug#6609)
2055
2056 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
2057
2058 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
2059 widget is non-null (Bug#6645).
2060
2061 2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
2062
2063 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
2064 Convert old-style definition.
2065
2066 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
2067 timestamp argument.
2068
2069 2010-07-15 Eli Zaretskii <eliz@gnu.org>
2070
2071 * fringe.c (update_window_fringes): Restore mistakenly reverted
2072 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
2073
2074 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2075
2076 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
2077 (SET_SAVED_KEY_EVENT): Remove (not used).
2078 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
2079 remove size parameter.
2080 (handle_one_xevent): Check popup_activated () for menu for Xt also.
2081 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
2082 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
2083 ButtonRelease.
2084 (x_set_window_size_1): scroll_bar_actual_width is always
2085 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
2086
2087 * xdisp.c (pending_menu_activation): Remove extern declaration.
2088 (prepare_menu_bars): Remove setting of pending_menu_activation.
2089
2090 * xmenu.c (pending_menu_activation): Remove.
2091 (x_activate_menubar): Set popup_activated_flag for Xt also.
2092 Remove setting of pending_menu_activation.
2093 (set_frame_menubar): Remove check of pending_menu_activation.
2094 Declare menubar_size before code. Correct spelling in comment.
2095
2096 2010-07-14 Kenichi Handa <handa@m17n.org>
2097
2098 * font.c (font_open_entity): Cancel previous change.
2099 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
2100
2101 2010-07-13 Eli Zaretskii <eliz@gnu.org>
2102
2103 Remove subprocesses #ifdefs.
2104 * process.c <inhibit_sentinels>: Move to the common part.
2105 (Fwaiting_for_user_input_p): Move to the common part; return nil
2106 if async subprocesses aren't supported.
2107 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
2108 MS-DOS. Remove "#ifdef subprocesses".
2109 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
2110 (gettimeofday): Remove "#ifdef subprocesses".
2111 (wait_without_blocking): Remove function.
2112 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
2113 Remove "#ifdef subprocesses".
2114 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
2115 compiled on MS-DOS.
2116 * callproc.c (Fcall_process) [!MSDOS]: Don't call
2117 wait_for_termination on MS-DOS.
2118 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
2119 initialization of inhibit_sentinels.
2120 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
2121 subprocesses" conditional.
2122 * callproc.c (Fcall_process) [!subprocesses]: Don't call
2123 wait_for_termination, since `buffer' cannot be an integer when
2124 async subprocesses are not supported
2125 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
2126 for ifdefing away the call to Fprocess_status.
2127
2128 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
2129 away the entire body of the function.
2130
2131 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2132
2133 Remove subprocesses #ifdefs from term.c.
2134 * process.c (add_keyboard_wait_descriptor)
2135 (delete_keyboard_wait_descriptor): Move to common section, do
2136 nothing when subprocesses is not defined.
2137 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
2138 Remove subprocesses #ifdefs.
2139
2140 Convert maybe_fatal to standard C.
2141 * lisp.h (verror): Declare.
2142 * eval.c (verror): New function containing the code from ...
2143 (error): ... this. Call verror.
2144 * term.c (vfatal): New function containing the code from ...
2145 (fatal): ... this. Call vfatal.
2146 (maybe_fatal): Convert to standard C, use variable number of
2147 arguments. Declare as non-return.
2148 (init_tty): Fix maybe_fatal call.
2149
2150 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2151
2152 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
2153 (_scroll_bar_note_movement): Convert definitions to standard C.
2154 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
2155 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
2156
2157 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2158
2159 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
2160 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
2161 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
2162 (xaw_jump_callback, xaw_scroll_callback)
2163 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
2164 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
2165 definitions to standard C.
2166 * xmenu.c (menubar_id_to_frame, popup_get_selection)
2167 (popup_activate_callback, popup_deactivate_callback)
2168 (menu_highlight_callback, menubar_selection_callback)
2169 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
2170 (free_frame_menubar, popup_selection_callback, as)
2171 (create_and_show_popup_menu, dialog_selection_callback)
2172 (create_and_show_dialog):
2173 * xfns.c (hack_wm_protocols, x_window):
2174 * xfaces.c (x_update_menu_appearance):
2175 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
2176 (char_to_pixel_size, round_size_to_char, get_wm_shell)
2177 (set_frame_size, update_wm_hints, setup_frame_gcs)
2178 (update_various_frame_slots, update_from_various_frame_slots)
2179 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
2180 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
2181 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
2182
2183 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2184
2185 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
2186
2187 2010-07-12 Eli Zaretskii <eliz@gnu.org>
2188
2189 * process.c (setup_process_coding_systems): Move to the part
2190 shared by non-subprocesses systems, and make its body empty when
2191 subprocesses is not defined.
2192 (close_process_descs): Move to the part shared by non-subprocesses
2193 systems.
2194 (wait_reading_process_output) [!subprocesses]: Convert arg list to
2195 ANSI C.
2196
2197 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2198
2199 * editfns.c (transpose_markers): Convert old-style definition.
2200 * emacs.c (abort, shut_down_emacs, fixup_locale)
2201 (synchronize_system_time_locale)
2202 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
2203 * floatfns.c (extract_float, matherr, init_floatfns)
2204 (syms_of_floatfns): Likewise.
2205 * fns.c (make_hash_table): Likewise.
2206 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
2207 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
2208 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
2209 (ftfont_variation_glyphs): Likewise.
2210 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
2211 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
2212 * lread.c (read_filtered_event): Likewise.
2213 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
2214 * process.c (wait_reading_process_output): Likewise.
2215 * scroll.c (do_line_insertion_deletion_costs): Likewise.
2216 * search.c (search_buffer, boyer_moore): Likewise.
2217 * syntax.c (scan_sexps_forward): Likewise.
2218 * xdisp.c (try_scrolling): Likewise.
2219 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
2220 (face_at_string_position): Likewise.
2221 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
2222 * xselect.c (x_get_window_property, receive_incremental_selection)
2223 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
2224 Likewise.
2225 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
2226
2227 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2228
2229 * callproc.c (child_setup): Remove subprocesses conditional.
2230 Remove code dealing with SET_EMACS_PRIORITY, unused.
2231
2232 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2233 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
2234
2235 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
2236 (__do_global_dtors, __main): Use void in definition.
2237 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
2238 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
2239 the only users from ...
2240 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
2241 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
2242 (HAVE_VOLATILE): Remove, unused.
2243
2244 Convert more function definitions to standard C.
2245 * xdisp.c (window_box_edges, handle_single_display_spec)
2246 (display_string): Convert definition to standard C.
2247 * scroll.c (do_direct_scrolling, scrolling_1):
2248 * dispnew.c (allocate_matrices_for_frame_redisplay)
2249 (mirrored_line_dance):
2250 * coding.c (code_convert_string):
2251 * charset.c (map_charset_chars):
2252 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
2253 (Fregister_ccl_program, Fregister_code_conversion_map):
2254 * keyboard.c (kbd_buffer_nr_stored): Likewise.
2255 (head_table): Make static and const.
2256
2257 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2258
2259 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2260 (PROFILING_LDFLAGS): Set from substitution.
2261 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
2262 CFLAGS last.
2263
2264 2010-07-12 Kenichi Handa <handa@m17n.org>
2265
2266 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
2267 (shortlisp): Likewise.
2268
2269 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
2270
2271 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
2272 of FONT_ENTITY_INDEX.
2273 (Ffont_get): If KEY is :otf and the font-object doesn't have the
2274 property, get the property value dynamically.
2275 (Ffont_put): Accept font-entity and font-object too.
2276 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
2277 return value changed.
2278 (syms_of_font): Adjusted for the above change.
2279
2280 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2281
2282 * blockinput.h: Remove obsolete comment.
2283
2284 * lisp.h: Include <stddef.h>.
2285 (OFFSETOF): Don't define.
2286 (VECSIZE): Use offsetof instead of OFFSETOF.
2287 (PSEUDOVECSIZE): Likewise.
2288 * process.c (conv_sockaddr_to_lisp): Likewise.
2289 * alloc.c: Don't include <stddef.h>.
2290 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
2291
2292 * process.c: Remove obsolete comment.
2293
2294 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
2295
2296 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
2297
2298 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2299
2300 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
2301 index, rindex.
2302 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
2303 * editfns.c (Fuser_full_name, Fformat): Likewise.
2304 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
2305 * fileio.c (Ffile_symlink_p): Likewise.
2306 * filelock.c (current_lock_owner): Likewise.
2307 * font.c (font_parse_name, font_parse_family_registry): Likewise.
2308 * fontset.c (fontset_pattern_regexp): Likewise.
2309 * lread.c (read1): Likewise.
2310 * sysdep.c (init_system_name): Likewise.
2311 * xfns.c (select_visual): Likewise.
2312 * s/hpux10-20.h (index, rindex): Don't define.
2313 * s/ms-w32.h (index): Likewise.
2314 * s/usg5-4.h: Likewise.
2315
2316 * callproc.c (relocate_fd): Use F_DUPFD if defined.
2317
2318 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
2319 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
2320 (egetenv): Likewise.
2321 * doprnt.c (doprnt): Likewise.
2322 * editfns.c (set_time_zone_rule, format2): Likewise.
2323 * emacs.c (decode_env_path): Likewise.
2324 * eval.c (signal_error, error): Likewise.
2325 * insdel.c (replace_range_2): Likewise.
2326 * keyboard.c (cmd_error_internal): Likewise.
2327 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
2328 * print.c (write_string, write_string_1, print_error_message):
2329 Likewise.
2330 * vm-limit.c (warn_function, memory_warnings): Likewise.
2331 * xdisp.c (message1, message1_nolog, message_with_string)
2332 (vmessage, message, message_nolog): Likewise.
2333 * emacs.c: Remove duplicate declaration.
2334 * keyboard.h: Likewise.
2335 * lisp.h: Update prototypes.
2336
2337 * eval.c: Fix indentation problem.
2338
2339 * keyboard.c: Include "process.h"
2340
2341 * eval.c: Remove obsolete noinline declaration.
2342 * fns.c: Likewise.
2343
2344 2010-07-11 Ken Raeburn <raeburn@raeburn.org>
2345
2346 * doprnt.c (doprnt): Take a va_list argument instead of count and
2347 pointer.
2348 * eval.c (error): Change to a standard-C variadic function.
2349 * xdisp.c (vmessage): Renamed from message, made static, and
2350 changed to take a va_list argument.
2351 (message): New variadic wrapper.
2352 (message_nolog): Now a variadic function, calling vmessage.
2353 * lisp.h: Include stdarg.h for va_list.
2354 (doprnt, error, message, message_nolog): Decls updated.
2355
2356 2010-07-11 Eli Zaretskii <eliz@gnu.org>
2357
2358 * process.c (syms_of_process) <delete-exited-processes>: Define
2359 even if !subprocesses.
2360 (delete_exited_processes): Ditto.
2361
2362 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
2363 (delete_exited_processes): Don't define.
2364
2365 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * frame.c (make_frame): Initialize menu_bar_lines and
2368 tool_bar_lines members.
2369 (make_initial_frame, make_terminal_frame): Initialize
2370 menu_bar_lines using value of menu-bar-mode.
2371
2372 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
2373
2374 2010-07-10 Eli Zaretskii <eliz@gnu.org>
2375
2376 * process.c: Reshuffle #include's. Condition some of the global
2377 and static variables on `subprocesses'.
2378 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
2379 Leave only one implementation.
2380 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
2381 (kill_buffer_processes, Flist_system_processes)
2382 (Fprocess_attributes, init_process, syms_of_process): Unify the
2383 implementations for with subprocesses and without them.
2384
2385 2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
2386
2387 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
2388 correct size for Motif.
2389 (free_frame_menubar): Call x_set_window_size to update frame size.
2390
2391 * xfns.c (x_window): Set borderWidth to 0 for pane and
2392 EmacsFrame. Frame size calculation is wrong otherwise.
2393
2394 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
2395
2396 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
2397 allows to suppress errors when polling in Emacs' main loop.
2398 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
2399 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
2400 (Fdbus_method_error_internal, Fdbus_send_signal)
2401 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
2402 (Fdbus_register_method): Use it. (Bug#6579)
2403
2404 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2405
2406 * alloc.c: Convert DEFUNs to standard C.
2407 * buffer.c:
2408 * bytecode.c:
2409 * callint.c:
2410 * callproc.c:
2411 * casefiddle.c:
2412 * casetab.c:
2413 * category.c:
2414 * character.c:
2415 * charset.c:
2416 * chartab.c:
2417 * cmds.c:
2418 * coding.c:
2419 * composite.c:
2420 * data.c:
2421 * dbusbind.c:
2422 * dired.c:
2423 * dispnew.c:
2424 * doc.c:
2425 * dosfns.c:
2426 * editfns.c:
2427 * emacs.c:
2428 * eval.c:
2429 * fileio.c:
2430 * filelock.c:
2431 * floatfns.c:
2432 * fns.c:
2433 * font.c:
2434 * fontset.c:
2435 * frame.c:
2436 * fringe.c:
2437 * image.c:
2438 * indent.c:
2439 * insdel.c:
2440 * keyboard.c:
2441 * keymap.c:
2442 * lread.c:
2443 * macros.c:
2444 * marker.c:
2445 * menu.c:
2446 * minibuf.c:
2447 * msdos.c:
2448 * nsfns.m:
2449 * nsmenu.m:
2450 * nsselect.m:
2451 * print.c:
2452 * process.c:
2453 * search.c:
2454 * sound.c:
2455 * syntax.c:
2456 * term.c:
2457 * terminal.c:
2458 * textprop.c:
2459 * undo.c:
2460 * w16select.c:
2461 * w32console.c:
2462 * w32fns.c:
2463 * w32font.c:
2464 * w32menu.c:
2465 * w32proc.c:
2466 * w32select.c:
2467 * window.c:
2468 * xdisp.c:
2469 * xfaces.c:
2470 * xfns.c:
2471 * xmenu.c:
2472 * xselect.c:
2473 * xsettings.c:
2474 * xsmfns.c: Likewise.
2475
2476 2010-07-08 Eli Zaretskii <eliz@gnu.org>
2477
2478 * process.c (kbd_is_on_hold, hold_keyboard_input)
2479 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
2480
2481 2010-07-08 Jan Djärv <jan.h.d@swipnet.se>
2482
2483 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
2484 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
2485 unless USE_LUCID.
2486
2487 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2488
2489 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
2490 declaration.
2491
2492 Clean up include guards.
2493 * tparam.c: Remove include guards for config.h, string.h and code
2494 that assumes #ifndef emacs.
2495 * termcap.c:
2496 * unexalpha.c:
2497 * sysdep.c:
2498 * filemode.c:
2499 * filelock.c:
2500 * bidi.c: Likewise.
2501
2502 Remove prefix-args.c
2503 * prefix-args.c: Remove file.
2504 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
2505 * Makefile.in (temacs${EXEEXT}): Remove references to
2506 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
2507 (mostlyclean): Remove reference to prefix-args.
2508 (prefix-args): Remove.
2509
2510 Simplify cstart_of_data, start_of_code and related code.
2511 * mem-limits.h: Remove !emacs and _LIBC conditional code.
2512 (start_of_data): Merge into start_of_data function.
2513 * sysdep.c (start_of_text): Remove. Move simplified versions of
2514 it in the only users: unexaix.c and unexec.c.
2515 (read_input_waiting): Remove local declaration of quit_char.
2516 (start, etext): Remove declarations.
2517 (start_of_data): Merge with the version in mem-limits.h and move
2518 to vm-limits.c.
2519 * vm-limit.c (start_of_data): Merged and simplified version of the
2520 code formerly in mem-limits.h and sysdep.c.
2521 * unexec.c (start): New declaration, moved from sysdep.c.
2522 (start_of_text): Simplified version of the code formerly in sysdep.c.
2523 * unexaix.c (start_of_text): Simplified version of the code
2524 formerly in sysdep.c.
2525 * m/alpha.h (HAVE_TEXT_START): Remove.
2526 (TEXT_START): Move ...
2527 * unexalpha.c (TEXT_START): ... here.
2528 * s/hpux10-20.h (TEXT_START): Remove.
2529 * s/darwin.h (TEXT_START):
2530 * m/mips.h (TEXT_START):
2531 * m/macppc.h (HAVE_TEXT_START):
2532 * m/m68k.h (TEXT_START):
2533 * m/iris4d.h (TEXT_START):
2534 * m/intel386.h (TEXT_START):
2535 * m/ibmrs6000.h (TEXT_START):
2536 * m/ia64.h (HAVE_TEXT_START):
2537 * s/msdos.h (TEXT_START): Likewise.
2538
2539 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2540
2541 * alloc.c (overrun_check_malloc, overrun_check_realloc)
2542 (overrun_check_free, xstrdup, allocate_string)
2543 (allocate_string_data, compact_small_strings, Fmake_string)
2544 (make_unibyte_string, make_multibyte_string)
2545 (make_string_from_bytes, make_specified_string, make_float)
2546 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
2547 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
2548 memcpy, memmove, memset, memcmp.
2549 * atimer.c (start_atimer, set_alarm): Likewise.
2550 * buffer.c (clone_per_buffer_values, report_overlay_modification)
2551 (mmap_realloc, init_buffer_once): Likewise.
2552 * callint.c (Fcall_interactively): Likewise.
2553 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
2554 (getenv_internal_1): Likewise.
2555 * casefiddle.c (casify_object): Likewise.
2556 * ccl.c (ccl_driver): Likewise.
2557 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
2558 * charset.c (load_charset_map_from_file)
2559 (load_charset_map_from_file, load_charset_map_from_vector)
2560 (Fdefine_charset_internal): Likewise.
2561 * cm.c (Wcm_clear): Likewise.
2562 * coding.c (decode_eol, decode_coding_object)
2563 (Fset_coding_system_priority, make_subsidiaries): Likewise.
2564 * data.c (Faset): Likewise.
2565 * dired.c (directory_files_internal, file_name_completion_stat):
2566 Likewise.
2567 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
2568 (clear_glyph_row, copy_row_except_pointers)
2569 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
2570 (save_current_matrix, restore_current_matrix)
2571 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
2572 (mirror_line_dance, scrolling_window): Likewise.
2573 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
2574 Likewise.
2575 * doprnt.c (doprnt): Likewise.
2576 * editfns.c (Fuser_full_name, make_buffer_string_both)
2577 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
2578 * emacs.c (sort_args): Likewise.
2579 * eval.c (Fapply, Ffuncall): Likewise.
2580 * fileio.c (Ffile_name_directory, make_temp_name)
2581 (Fexpand_file_name, search_embedded_absfilename)
2582 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
2583 (auto_save_error): Likewise.
2584 * fns.c (Fstring_equal, Fcopy_sequence, concat)
2585 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
2586 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
2587 (Fmake_hash_table): Likewise.
2588 * fringe.c (Fdefine_fringe_bitmap): Likewise.
2589 * ftfont.c (ftfont_text_extents): Likewise.
2590 * getloadavg.c (getloadavg): Likewise.
2591 * image.c (define_image_type, make_image, make_image_cache)
2592 (x_create_x_image_and_pixmap, xbm_image_p)
2593 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
2594 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
2595 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
2596 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
2597 (tiff_image_p, tiff_read_from_memory, gif_image_p)
2598 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
2599 Likewise.
2600 * indent.c (scan_for_column, compute_motion): Likewise.
2601 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
2602 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
2603 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
2604 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
2605 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
2606 (store_user_signal_events, menu_bar_items, tool_bar_items)
2607 (process_tool_bar_item, append_tool_bar_item)
2608 (read_char_minibuf_menu_prompt, read_key_sequence)
2609 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
2610 Likewise.
2611 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
2612 Likewise.
2613 * lisp.h (STRING_COPYIN): Likewise.
2614 * lread.c (Fload, read1, oblookup): Likewise.
2615 * msdos.c (Frecent_doskeys): Likewise.
2616 * nsfns.m (Fx_create_frame): Likewise.
2617 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
2618 Likewise.
2619 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
2620 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
2621 Likewise.
2622 * nsmenu.m (ns_update_menubar): Likewise.
2623 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
2624 * print.c (print_unwind, printchar, strout, print_string)
2625 (print_error_message): Likewise.
2626 * process.c (conv_lisp_to_sockaddr, set_socket_option)
2627 (Fmake_network_process, Fnetwork_interface_list)
2628 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
2629 (init_process): Likewise.
2630 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
2631 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
2632 Likewise.
2633 * scroll.c (do_scrolling, do_direct_scrolling)
2634 (scrolling_max_lines_saved): Likewise.
2635 * search.c (search_buffer, wordify, Freplace_match): Likewise.
2636 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
2637 * syntax.c (skip_chars, skip_syntaxes): Likewise.
2638 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
2639 (emacs_set_tty): Likewise.
2640 * term.c (encode_terminal_code, calculate_costs)
2641 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
2642 Likewise.
2643 * termcap.c (tgetst1, gobble_line): Likewise.
2644 * termhooks.h (EVENT_INIT): Likewise.
2645 * tparam.c (tparam1): Likewise.
2646 * unexalpha.c (unexec): Likewise.
2647 * unexec.c (write_segment): Likewise.
2648 * unexmacosx.c (unexec_write_zero): Likewise.
2649 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
2650 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
2651 * w32font.c (w32font_list_family, w32font_text_extents)
2652 (w32font_list_internal, w32font_match_internal)
2653 (w32font_open_internal, compute_metrics, Fx_select_font):
2654 Likewise.
2655 * w32menu.c (set_frame_menubar, add_menu_item)
2656 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
2657 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
2658 * w32uniscribe.c (uniscribe_list_family): Likewise.
2659 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
2660 * window.c (make_window, replace_window, set_window_buffer)
2661 (Fsplit_window): Likewise.
2662 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
2663 (add_to_log, message3, x_consider_frame_title)
2664 (append_space_for_newline, extend_face_to_end_of_line)
2665 (decode_mode_spec_coding, init_glyph_string): Likewise.
2666 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
2667 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
2668 (face_attr_equal_p, make_realized_face, make_face_cache)
2669 (free_realized_faces, lookup_named_face, smaller_face)
2670 (face_with_height, lookup_derived_face)
2671 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
2672 (Finternal_set_font_selection_order, realize_default_face)
2673 (compute_char_face, face_at_buffer_position)
2674 (face_for_overlay_string, face_at_string_position, merge_faces):
2675 Likewise.
2676 * xfns.c (xic_create_fontsetname, Fx_create_frame)
2677 (Fx_window_property, x_create_tip_frame)
2678 (Fx_backspace_delete_keys_p): Likewise.
2679 * xfont.c (xfont_list, xfont_match, xfont_list_family)
2680 (xfont_text_extents): Likewise.
2681 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
2682 * xrdb.c (magic_file_p, x_get_resource): Likewise.
2683 * xselect.c (x_queue_event, x_get_window_property)
2684 (receive_incremental_selection): Likewise.
2685 * xsmfns.c (x_session_check_input): Likewise.
2686 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
2687 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
2688 Likewise.
2689 * character.h (BCOPY_SHORT): Removed.
2690 * config.in: Regenerate.
2691 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
2692 * emacs.c (main) [PROFILING]: Don't declare
2693 dump_opcode_frequencies.
2694 * lisp.h (safe_bcopy): Remove declaration.
2695 (memset) [!HAVE_MEMSET]: Declare.
2696 (memcpy) [!HAVE_MEMCPY]: Likewise.
2697 (memmove) [!HAVE_MEMMOVE]: Likewise.
2698 (memcmp) [!HAVE_MEMCMP]: Likewise.
2699 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
2700 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
2701 Don't define.
2702 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
2703 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
2704 (BCOPY_DOWNWARD_SAFE): Don't define.
2705 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
2706 (memcpy) [!HAVE_MEMCPY]: Define.
2707 (memmove) [!HAVE_MEMMOVE]: Define.
2708 (memcmp) [!HAVE_MEMCMP]: Define.
2709
2710 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
2711
2712 * process.c (kbd_is_on_hold): New variable.
2713 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
2714 New functions.
2715 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
2716 select on empty input mask.
2717 (init_process): Initialize kbd_is_on_hold to 0.
2718
2719 * process.h (hold_keyboard_input, unhold_keyboard_input)
2720 (kbd_on_hold_p): Declare.
2721
2722 * keyboard.c (input_available_signal): Declare.
2723 (kbd_buffer_nr_stored): New function.
2724 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
2725 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
2726 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
2727 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
2728 (tty_read_avail_input): If input is on hold, return.
2729 Don't read more that free slots in kbd_buffer (Bug#6571).
2730
2731 2010-07-07 Eli Zaretskii <eliz@gnu.org>
2732
2733 * msdos.h:
2734 * msdos.c:
2735 * dosfns.c:
2736 * w16select.c: Convert function definitions to ANSI C.
2737
2738 * msdos.h (ctrl_break_func, install_ctrl_break_check):
2739 Remove unused prototypes.
2740
2741 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
2742
2743 * coding.c, sysdep.c: Convert some more functions to standard C.
2744
2745 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
2746
2747 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
2748 (encode_coding_object): Use SPECPDL_INDEX.
2749 (syms_of_coding): Use DOS_NT.
2750
2751 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2752
2753 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
2754
2755 Make the function member of Lisp_Subr use standard C prototypes.
2756 * lisp.h (struct Lisp_Subr): Use a union for the function member.
2757 (DECL_ALIGN): Add a cast for the function.
2758 * eval.c (Feval, Ffuncall): Use the proper type for each type
2759 function call.
2760
2761 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
2762
2763 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
2764 fringe face id, so face-remapping-alist works (Bug#6091).
2765
2766 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
2767
2768 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
2769 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
2770 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
2771
2772 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
2773
2774 * xterm.c (x_get_keysym_name): Change type of parameter to int.
2775 * lisp.h: Declare x_get_keysym_name.
2776 * keyboard.c (modify_event_symbol): Don't declare
2777 x_get_keysym_name here.
2778
2779 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2780
2781 * ecrt0.c: Revert conversion to standard C.
2782
2783 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2784
2785 * vm-limit.c (memory_warnings):
2786 * keyboard.c (modify_event_symbol):
2787 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
2788 (round2, emacs_rint):
2789 * process.c (send_process, old_sigpipe): Convert function
2790 definitions and declarations to standard C.
2791
2792 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
2793
2794 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
2795 * xdisp.c: Convert function definitions to standard C.
2796
2797 * cm.c (cmputc): Arg C is now int, not char.
2798 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
2799
2800 2010-07-05 James Cloos <cloos@jhcloos.com>
2801
2802 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
2803
2804 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
2805 _NET_WM_ICON_NAME atoms.
2806
2807 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
2808 and _NET_WM_ICON_NAME properties, too, matching what is
2809 done in the Gtk+ case.
2810
2811 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
2812
2813 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
2814
2815 * xsmfns.c (SSDATA): New macro.
2816 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
2817 passed to strlen/strcpy/strcat.
2818 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
2819 7:th arg to XChangeProperty to (unsigned char *)
2820
2821 * xsettings.c (something_changedCB, parse_settings)
2822 (apply_xft_settings): Reformat prototype.
2823 (something_changedCB, init_gconf): Remove unused variable i.
2824 (read_settings): Remove unused variable long_len.
2825
2826 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
2827 (xg_get_image_for_pixmap, create_dialog)
2828 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
2829 (menuitem_highlight_callback, make_menu_item)
2830 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
2831 (xg_create_scroll_bar, xg_update_scrollbar_pos)
2832 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
2833 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
2834 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
2835 (xg_tool_bar_item_expose_callback): Reformat prototype.
2836 (xg_update_menubar): GList *group => GSList *group.
2837 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
2838 before use.
2839 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
2840 to GTK_IMAGE (wimage).
2841
2842 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2843
2844 * atimer.c: Use "" instead of <> for local includes for
2845 consistency with the rest of the code.
2846
2847 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
2848 * xrdb.c (get_system_name):
2849 * window.c (shrink_windows):
2850 * syntax.c (forw_comment):
2851 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
2852 (ins_del_costs):
2853 * mem-limits.h (start_of_data):
2854 * lread.c (readevalloop):
2855 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
2856 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
2857 * frame.c (x_get_focus_frame):
2858 * floatfns.c (fmod_float):
2859 * fileio.c (choose_write_coding_system):
2860 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
2861 (malloc_initialize_hook, sort_args, synchronize_locale):
2862 * doprnt.c (doprnt):
2863 * dired.c (compile_pattern):
2864 * data.c (fmod_float):
2865 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
2866 (map_char_table_for_charset):
2867 * charset.c (define_charset_internal):
2868 * alloc.c (Fgarbage_collect): Convert declarations or definitions
2869 to standard C.
2870
2871 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2872 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * lread.c (read1): Fix up last change to not mess up `c'.
2875
2876 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
2877
2878 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
2879
2880 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
2881
2882 Fix prototypes.
2883
2884 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
2885 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
2886 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
2887 arg, as required by internal_condition_case_1.
2888 * print.c (strout): Use const char* for arg PTR.
2889 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
2890 (analyse_first): Fix "const const".
2891 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
2892 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
2893 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
2894
2895 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
2896
2897 * alloc.c: Convert function definitions to standard C.
2898 * atimer.c:
2899 * bidi.c:
2900 * bytecode.c:
2901 * callint.c:
2902 * callproc.c:
2903 * casefiddle.c:
2904 * casetab.c:
2905 * category.c:
2906 * ccl.c:
2907 * character.c:
2908 * charset.c:
2909 * chartab.c:
2910 * cmds.c:
2911 * coding.c:
2912 * composite.c:
2913 * data.c:
2914 * dbusbind.c:
2915 * dired.c:
2916 * dispnew.c:
2917 * doc.c:
2918 * doprnt.c:
2919 * ecrt0.c:
2920 * editfns.c:
2921 * fileio.c:
2922 * filelock.c:
2923 * filemode.c:
2924 * fns.c:
2925 * font.c:
2926 * fontset.c:
2927 * frame.c:
2928 * fringe.c:
2929 * ftfont.c:
2930 * ftxfont.c:
2931 * gtkutil.c:
2932 * indent.c:
2933 * insdel.c:
2934 * intervals.c:
2935 * keymap.c:
2936 * lread.c:
2937 * macros.c:
2938 * marker.c:
2939 * md5.c:
2940 * menu.c:
2941 * minibuf.c:
2942 * prefix-args.c:
2943 * print.c:
2944 * ralloc.c:
2945 * regex.c:
2946 * region-cache.c:
2947 * scroll.c:
2948 * search.c:
2949 * sound.c:
2950 * strftime.c:
2951 * syntax.c:
2952 * sysdep.c:
2953 * termcap.c:
2954 * terminal.c:
2955 * terminfo.c:
2956 * textprop.c:
2957 * tparam.c:
2958 * undo.c:
2959 * unexelf.c:
2960 * window.c:
2961 * xfaces.c:
2962 * xfns.c:
2963 * xfont.c:
2964 * xftfont.c:
2965 * xgselect.c:
2966 * xmenu.c:
2967 * xrdb.c:
2968 * xselect.c:
2969 * xsettings.c:
2970 * xsmfns.c:
2971 * xterm.c: Likewise.
2972
2973 2010-07-03 Eli Zaretskii <eliz@gnu.org>
2974
2975 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
2976 frames other than the initial one. Fix reversal of colors when
2977 `reverse' is specified in the frame parameters. Call
2978 update_face_from_frame_parameter instead of
2979 internal-set-lisp-face-attribute. Initialize screen colors from
2980 initial_screen_colors[] when f->default_face_done_p is zero,
2981 instead of depending on being called with default-frame-alist as
2982 the alist argument.
2983
2984 * xfaces.c (update_face_from_frame_parameter): Move out of
2985 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
2986 with HAVE_WINDOW_SYSTEM.
2987
2988 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
2989 to menu-bar-mode, if not set in the frame parameters or in
2990 default-frame-alist.
2991
2992 * w32console.c (sys_tputs): Adjust argument list to prototype in
2993 term.c.
2994
2995 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
2996
2997 * lisp.h (memory_warnings): Fix prototype.
2998
2999 * cm.h (evalcost): Fix prototype.
3000
3001 * cm.c (evalcost): Fix arg type.
3002
3003 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3004
3005 * term.c (term_clear_mouse_face, Fidentity):
3006 * syssignal.h (signal_handler_t):
3007 * lisp.h (memory_warnings):
3008 * coding.h (preferred_coding_system):
3009 * cm.h (evalcost):
3010 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
3011
3012 2010-07-02 Eli Zaretskii <eliz@gnu.org>
3013
3014 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
3015 from prototypes.
3016
3017 * msdos.h (load_pixmap): Don't define away.
3018
3019 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
3020
3021 * lisp.h:
3022 * atimer.h: Remove define for P_.
3023
3024 * alloc.c: Remove __P and P_ from .c and .m files.
3025 * atimer.c:
3026 * buffer.c:
3027 * callint.c:
3028 * category.c:
3029 * charset.c:
3030 * chartab.c:
3031 * cm.c:
3032 * coding.c:
3033 * composite.c:
3034 * data.c:
3035 * dired.c:
3036 * dispnew.c:
3037 * doc.c:
3038 * editfns.c:
3039 * emacs.c:
3040 * eval.c:
3041 * fileio.c:
3042 * filelock.c:
3043 * fns.c:
3044 * font.c:
3045 * fontset.c:
3046 * frame.c:
3047 * ftfont.c:
3048 * ftxfont.c:
3049 * gmalloc.c:
3050 * gtkutil.c:
3051 * image.c:
3052 * indent.c:
3053 * intervals.c:
3054 * keyboard.c:
3055 * keymap.c:
3056 * lread.c:
3057 * marker.c:
3058 * menu.c:
3059 * minibuf.c:
3060 * print.c:
3061 * process.c:
3062 * scroll.c:
3063 * search.c:
3064 * sound.c:
3065 * strftime.c:
3066 * syntax.c:
3067 * sysdep.c:
3068 * term.c:
3069 * terminal.c:
3070 * textprop.c:
3071 * unexalpha.c:
3072 * w32console.c:
3073 * w32fns.c:
3074 * w32font.c:
3075 * w32menu.c:
3076 * w32term.c:
3077 * w32uniscribe.c:
3078 * window.c:
3079 * xdisp.c:
3080 * xfaces.c:
3081 * xfns.c:
3082 * xfont.c:
3083 * xftfont.c:
3084 * xmenu.c:
3085 * xselect.c:
3086 * xterm.c: Likewise.
3087
3088 Remove P_ and __P macros.
3089 * atimer.h: Remove P_ and __P macros.
3090 * buffer.h:
3091 * category.h:
3092 * ccl.h:
3093 * character.h:
3094 * charset.h:
3095 * cm.h:
3096 * coding.h:
3097 * composite.h:
3098 * dispextern.h:
3099 * disptab.h:
3100 * dosfns.h:
3101 * font.h:
3102 * fontset.h:
3103 * frame.h:
3104 * gtkutil.h:
3105 * indent.h:
3106 * intervals.h:
3107 * keyboard.h:
3108 * keymap.h:
3109 * lisp.h:
3110 * macros.h:
3111 * md5.h:
3112 * menu.h:
3113 * msdos.h:
3114 * nsterm.h:
3115 * puresize.h:
3116 * region-cache.h:
3117 * syntax.h:
3118 * syssignal.h:
3119 * systime.h:
3120 * termhooks.h:
3121 * w32font.h:
3122 * w32term.h:
3123 * widget.h:
3124 * window.h:
3125 * xgselect.h:
3126 * xsettings.h:
3127 * xterm.h: Likewise.
3128
3129 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3130
3131 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
3132
3133 Cleanup old code.
3134 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
3135 * syssignal.h: Remove code for Lynx, not supported anymore.
3136 * vm-limit.c: Remove unused code the depends on emacs not being
3137 defined and NO_LIM_DATA being defined.
3138 * mem-limits.h: Remove dead code.
3139
3140 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
3141
3142 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
3143
3144 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
3145 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
3146
3147 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
3148 parameters, they are already absolute.
3149
3150 * nsterm.m (x_set_window_size, initFrameFromEmacs):
3151 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
3152
3153 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
3154
3155 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
3156 Update FRAME_TOOLBAR_HEIGHT.
3157
3158 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
3159 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
3160
3161 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3162
3163 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
3164 check default-frame-alist.
3165
3166 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3167
3168 * process.c (create_process): Avoid using invalid file descriptors.
3169
3170 * callproc.c (child_setup): Avoid closing a file descriptor twice.
3171
3172 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
3173
3174 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
3175 Improve documentation. Return font regardless of use_system_font.
3176 (syms_of_xsettings): Improve documentation for font-use-system-font.
3177
3178 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3179
3180 * xfaces.c (realize_face): Garbage the frame if a face is removed
3181 (Bug#6593).
3182
3183 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
3184
3185 * keyboard.c: Remove duplicate <setjmp.h>.
3186 (read_key_sequence): Remove volatile qualifiers.
3187
3188 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3189
3190 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
3191 (struct glyph_row): New members left_fringe_offset and
3192 right_fringe_offset.
3193
3194 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
3195 specially.
3196 * w32term.c (w32_draw_fringe_bitmap): Likewise.
3197 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
3198
3199 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
3200 Take account of bitmap offset.
3201 (draw_window_fringes): Take account of window vscroll.
3202 (update_window_fringes): Likewise. Extend top-aligned top indicator
3203 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
3204 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
3205 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
3206
3207 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3208
3209 * w32fns.c (Qtooltip): Declare.
3210 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
3211
3212 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
3213
3214 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
3215 grab on just Press (Bug#6499).
3216
3217 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3218
3219 * frame.c (Qtooltip): New var.
3220 (delete_frame): Use it. Fix faulty if statement. Don't update
3221 mode line for tooltip frames. Suggested by Martin Rudalics.
3222
3223 * xfns.c (x_create_tip_frame):
3224 * w32fns.c (x_create_tip_frame): Use it.
3225
3226 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
3227
3228 * xftfont.c (xftfont_open): Check font width one by one also when
3229 spacing is dual.
3230
3231 * ftfont.c (ftfont_open): Ditto.
3232
3233 2010-06-30 Glenn Morris <rgm@gnu.org>
3234
3235 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
3236
3237 * Makefile.in (CANNOT_DUMP): Update for configure name change.
3238
3239 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
3240 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
3241 * s/darwin.h (SYSTEM_MALLOC):
3242 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
3243
3244 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
3245
3246 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
3247 (ns_get_screen): Don't assign integer to f.
3248 (Fx_display_color_cells): Declarations before statements.
3249
3250 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3251
3252 * xfns.c (x_default_font_parameter): Remove got_from_system
3253 (Bug#6526).
3254
3255 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
3256 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
3257 defines based on what configure finds.
3258
3259 * xterm.c (XTflash): Use gtk_widget_get_window.
3260 (xg_scroll_callback): Use gtk_adjustment_get_upper and
3261 gtk_adjustment_get_page_size.
3262 (handle_one_xevent): Use gtk_widget_get_mapped.
3263 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
3264 messages.
3265
3266 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
3267
3268 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
3269 HAVE_GTK_FILE_SELECTION_NEW.
3270
3271 * gtkutil.c (xg_display_open, xg_display_close): Remove
3272 HAVE_GTK_MULTIDISPLAY, it is always defined.
3273 (xg_display_open): Return type is void.
3274 (gtk_widget_set_has_window)
3275 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
3276 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
3277 (gtk_adjustment_set_page_increment)
3278 (gtk_adjustment_get_step_increment): #define these if not found
3279 by configure.
3280 (remove_submenu): New define based on Gtk+ version.
3281 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
3282 gtk_widget_get_window.
3283 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
3284 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
3285 (create_dialog): Use gtk_dialog_get_action_area and
3286 gtk_dialog_get_content_area.
3287 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
3288 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
3289 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
3290 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
3291 g_object_ref and g_object_unref.
3292 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
3293 gtk_widget_get_sensitive.
3294 (xg_update_submenu): Use remove_submenu.
3295 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
3296 properties instead to get old x and y position.
3297 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
3298 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
3299 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
3300 (xg_get_tool_bar_widgets): New function.
3301 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
3302 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
3303 (toolbar_set_orientation): New #define based on if configure
3304 finds gtk_orientable_set_orientation.
3305 (xg_create_tool_bar): Call toolbar_set_orientation.
3306 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
3307 instead of gtk_box_pack_start_defaults.
3308
3309 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3310
3311 * cmds.c (Fdelete_backward_char): Move into Lisp.
3312
3313 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
3314
3315 * s/freebsd.h (BSD4_2): Remove redundant definition.
3316 bsd-common.h defines it already.
3317
3318 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3319
3320 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
3321 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
3322 tool-bar-mode, which are now set using these X resources at
3323 startup, to determine the defaults (Bug#2249).
3324
3325 * w32fns.c (Fx_create_frame):
3326 * nsfns.m (Fx_create_frame): Likewise.
3327
3328 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
3329
3330 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
3331
3332 * gtkutil.c (xg_update_scrollbar_pos):
3333 Avoid C99 mid-block variable declaration.
3334
3335 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
3336
3337 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
3338
3339 * gtkutil.h (xg_show_scroll_bar): Remove.
3340
3341 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
3342 if height is less than scroll bar min size.
3343 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
3344
3345 * xfns.c (x_default_font_parameter): Try to open font from system
3346 before using it (bug#6478). Rename got_from_gconf to got_from_system.
3347
3348 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
3349
3350 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
3351
3352 2010-06-20 Eli Zaretskii <eliz@gnu.org>
3353
3354 * xdisp.c (try_scrolling): When scroll-conservatively is set to
3355 most-positive-fixnum, be extra accurate when scrolling window
3356 start, to avoid missing the cursor line.
3357
3358 2010-06-19 Eli Zaretskii <eliz@gnu.org>
3359
3360 * xdisp.c (try_scrolling): Compute the limit for searching point
3361 in forward scroll from scroll_max, instead of an arbitrary limit
3362 of 10 screen lines. See
3363 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
3364 and
3365 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
3366 for details.
3367
3368 2010-06-16 Glenn Morris <rgm@gnu.org>
3369
3370 * editfns.c (Fbyte_to_string): Pacify compiler.
3371
3372 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 * lread.c (read1): Phase out old-style backquotes a bit more.
3375
3376 2010-06-12 Eli Zaretskii <eliz@gnu.org>
3377
3378 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
3379 bidimirror.h.
3380
3381 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
3382
3383 * bidi.c (bidi_initialize): Remove explicit initialization of
3384 bidi_type_table; include biditype.h instead. Don't support
3385 entries whose second codepoint is zero. Initialize bidi_mirror_table.
3386 (bidi_mirror_char): Use bidi_mirror_table.
3387
3388 * biditype.h: New file.
3389
3390 * bidimirror.h: New file.
3391
3392 * window.c (syms_of_window): Doc fix (bug#6409).
3393
3394 2010-06-12 Romain Francoise <romain@orebokech.com>
3395
3396 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
3397 ediff-hook.
3398
3399 2010-06-10 Glenn Morris <rgm@gnu.org>
3400
3401 * editfns.c (Fbyte_to_string): Pacify compiler.
3402
3403 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
3404
3405 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
3406
3407 * alloc.c (Fmake_byte_code): Don't access undefined argument
3408 (Bug#6517).
3409
3410 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
3411
3412 * xdisp.c (next_element_from_image): Ensure that after-strings are
3413 read the next time we hit handle_stop (Bug#1336).
3414
3415 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
3416
3417 * lread.c (read1): Signal error if #s is not followed by paren.
3418
3419 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3420
3421 * image.c (free_image): Mark frame as garbaged (Bug#6426).
3422
3423 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
3424
3425 2010-06-15 Glenn Morris <rgm@gnu.org>
3426
3427 * editfns.c (Fbyte_to_string): Pacify compiler.
3428
3429 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
3432 Check `object's type before accessing its guts.
3433
3434 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
3435
3436 * s/usg5-4.h: Fix previous change.
3437 Suggested by Lawrence Mitchell <wence@gmx.li>
3438
3439 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
3440
3441 * minibuf.c (Fall_completions): Add more checks.
3442
3443 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
3444
3445 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
3446
3447 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3448
3449 * lread.c (X_OK): Remove, unused.
3450
3451 * dispnew.c: Remove obsolete comment.
3452
3453 Remove INCLUDED_FCNTL.
3454 * xterm.c (INCLUDED_FCNTL):
3455 * callproc.c (INCLUDED_FCNTL):
3456 * alloc.c (INCLUDED_FCNTL):
3457 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
3458 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
3459
3460 2010-06-07 Martin Rudalics <rudalics@gmx.at>
3461
3462 * window.c (Fselect_window): Move `record_buffer' up to the
3463 beginning of this function, so the buffer gets recorded
3464 even if the selected window does not change.
3465 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
3466
3467 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
3468
3469 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
3470 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
3471
3472 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3473
3474 Remove BSTRING related code, all platforms define it.
3475 * s/usg5-4.h (BSTRING): Remove definition.
3476 * s/template.h (BSTRING):
3477 * s/msdos.h (BSTRING):
3478 * s/ms-w32.h (BSTRING):
3479 * s/hpux10-20.h (BSTRING):
3480 * s/gnu-linux.h (BSTRING):
3481 * s/darwin.h (BSTRING):
3482 * s/cygwin.h (BSTRING):
3483 * s/bsd-common.h (BSTRING):
3484 * s/aix4-2.h (BSTRING): Likewise.
3485 * sysdep.c: Remove code depending on BSTRING not being defined.
3486
3487 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
3488
3489 Remove obsolete macro BASE_LEADING_CODE_P.
3490 * character.h (BASE_LEADING_CODE_P): Remove.
3491 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
3492 * buffer.c (Fset_buffer_multibyte):
3493 * indent.c (scan_for_column, compute_motion):
3494 * insdel.c (count_combining_before, count_combining_after):
3495 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
3496
3497 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
3498
3499 Turn `directory-sep-char' into a noop.
3500
3501 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
3502 (DIRECTORY_SEP): Define unconditionally.
3503
3504 * s/ms-w32.h (DIRECTORY_SEP): Remove.
3505
3506 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
3507 call dostounix_filename directly.
3508
3509 * fileio.c (CORRECT_DIR_SEPS): Remove.
3510 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
3511 (Fsubstitute_in_file_name): Use dostounix_filename instead.
3512 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
3513 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
3514
3515 * w32proc.c (CORRECT_DIR_SEPS): Remove.
3516 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
3517
3518 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
3519
3520 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
3521 (Bug#6346)
3522
3523 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
3524
3525 * ccl.c (Fccl_program_p): Fix typo in docstring.
3526
3527 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3528
3529 Move UNEXEC definition to autoconf.
3530 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
3531 * s/sol2-10.h (UNEXEC):
3532 * s/irix6-5.h (UNEXEC):
3533 * s/hpux10-20.h (UNEXEC):
3534 * s/gnu-linux.h (UNEXEC):
3535 * s/darwin.h (UNEXEC):
3536 * s/cygwin.h (UNEXEC):
3537 * s/bsd-common.h (UNEXEC):
3538 * s/aix4-2.h (UNEXEC):
3539 * m/alpha.h (UNEXEC): Likewise.
3540 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
3541
3542 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
3543
3544 Remove obsolete pre-unicode2 macros.
3545 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
3546 * composite.c (composition_reseat_it):
3547 * data.c (Faset):
3548 * fns.c (Ffillarray):
3549 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
3550 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
3551
3552 2010-06-03 Juri Linkov <juri@jurta.org>
3553
3554 * buffer.c (Fother_buffer): Add CHECK_FRAME.
3555 (Fswitch_to_buffer): Remove unused variable `err'.
3556
3557 2010-06-03 Glenn Morris <rgm@gnu.org>
3558
3559 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
3560
3561 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
3562 now that AH_BOTTOM does it.
3563
3564 * m/hp800.h (HAVE_ALLOCA):
3565 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
3566
3567 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
3568 Remove NOT_C_CODE tests, it is always true now.
3569
3570 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3571
3572 Fix config.h includes.
3573 * xsettings.c:
3574 * xgselect.c:
3575 * nsterm.m:
3576 * nsselect.m:
3577 * nsimage.m:
3578 * nsfont.m:
3579 * nsfns.m:
3580 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
3581 other files do.
3582
3583 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
3584
3585 * s/sol2-6.h: Remove obsolete comments.
3586
3587 Remove unnecessary alloca.h includes.
3588 * keymap.c: Do not include alloca.h, config.h does that.
3589 * sysdep.c: Likewise. Do not define fwrite, not used.
3590
3591 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3592
3593 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
3594 the HAVE_TERMIO where it belongs (bug#6149).
3595
3596 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
3599 of bug#6305).
3600
3601 2010-05-30 Eli Zaretskii <eliz@gnu.org>
3602
3603 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
3604 state is always cached (bug#6306).
3605
3606 2010-05-29 Eli Zaretskii <eliz@gnu.org>
3607
3608 Fix cursor motion in bidi-reordered continued lines.
3609 * xdisp.c (try_cursor_movement): Backup to non-continuation line
3610 only after finding point's row. Fix the logic. Rewrite the loop
3611 over continuation lines in bidi-reordered buffers. Return
3612 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
3613 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
3614
3615 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
3616
3617 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
3618
3619 2010-05-28 Kenichi Handa <handa@m17n.org>
3620
3621 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
3622 Don't sheck SPEC if it is nil.
3623 (font_list_entities): Call font_delete_unmatched if
3624 Vface_ignored_fonts is non-nil. (Bug#6287)
3625
3626 2010-05-28 Glenn Morris <rgm@gnu.org>
3627
3628 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
3629
3630 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
3631
3632 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
3633 whether to trash.
3634 (internal_delete_file, Frename_file): Callers changed.
3635 (delete_by_moving_to_trash): Doc fix.
3636 (Fdelete_directory_internal): Don't move to trash.
3637
3638 * callproc.c (delete_temp_file):
3639 * buffer.c (Fkill_buffer): Callers changed.
3640
3641 * lisp.h: Update prototype.
3642
3643 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
3644
3645 * xdisp.c (redisplay_window): After redisplay, check if point is
3646 still valid before setting it (Bug#6177).
3647
3648 2010-05-27 Glenn Morris <rgm@gnu.org>
3649
3650 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
3651 Convert comments to Makefile format.
3652
3653 * Makefile.in (bootstrap-clean): No more Makefile.c.
3654
3655 2010-05-26 Glenn Morris <rgm@gnu.org>
3656
3657 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
3658 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
3659
3660 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
3661 Remove.
3662 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3663
3664 2010-05-26 Kenichi Handa <handa@m17n.org>
3665
3666 * composite.c (composition_compute_stop_pos): Fix condition for
3667 backward scanning.
3668
3669 2010-05-25 Glenn Morris <rgm@gnu.org>
3670
3671 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
3672 Move before TEMACS_LDFLAGS.
3673 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3674 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
3675
3676 * Makefile.in (NOT_C_CODE): No longer define.
3677 (config.h): No longer include.
3678
3679 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
3680 variables it may reference.
3681
3682 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
3683 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
3684
3685 2010-05-25 Kenichi Handa <handa@m17n.org>
3686
3687 * dispextern.h (struct composition_it): New members rule_idx and
3688 charpos.
3689
3690 * xdisp.c (set_iterator_to_next): While scanning backward, assume
3691 that the character positions of IT point the last character of the
3692 current grapheme cluster.
3693 (next_element_from_composition): Don't change character positions
3694 of IT.
3695 (append_composite_glyph): Set glyph->charpos to
3696 it->cmp_it.charpos.
3697
3698 * composite.c (autocmp_chars): Change the first argument to RULE,
3699 and try composition with RULE only.
3700 (composition_compute_stop_pos): Record the index number of the
3701 composition rule in CMP_IT->rule_idx.
3702 (composition_reseat_it): Call autocmp_chars repeatedly until the
3703 correct rule of the composition is found.
3704 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
3705 is at the last character of the current grapheme cluster when
3706 CMP_IT->reversed_p is nonzero.
3707
3708 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3709
3710 * editfns.c (Fbyte_to_string): New function.
3711
3712 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3713
3714 * process.c (Fmake_network_process): Set :host to nil if it's not used.
3715 Suggested by Masatake YAMATO <yamato@redhat.com>.
3716
3717 2010-05-23 Eli Zaretskii <eliz@gnu.org>
3718
3719 * dispextern.h (init_iterator): Sync prototype with changed definition.
3720
3721 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
3722
3723 * s/netbsd.h: If terminfo is found, use it in preference to
3724 termcap. (Bug#6190) [Backport from trunk]
3725
3726 2010-05-19 Eli Zaretskii <eliz@gnu.org>
3727
3728 Redesign and reimplement bidi-aware edge positions of glyph rows.
3729
3730 * dispextern.h (struct glyph_row): New members minpos and maxpos.
3731 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
3732 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
3733 and maxpos members instead of start.pos and end.pos, respectively.
3734
3735 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
3736 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
3737 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
3738 (try_window_reusing_current_matrix, try_window_id):
3739 Use ROW->minpos rather than ROW->start.pos.
3740 (init_from_display_pos, init_iterator): Use EMACS_INT for
3741 character and byte positions.
3742 (find_row_edges): Rename from find_row_end. Accept additional
3743 arguments for minimum and maximum buffer positions seen by
3744 display_line for this row. Don't use iterator to find the
3745 position following the maximum one; instead, increment the
3746 position found by display_line directly. Fix logic; eol_pos
3747 should be tested before the rest. Handle the case of characters
3748 delivered from display vector (bug#6036). Fix tests related to
3749 it->method. Handle the truncated_on_right_p rows.
3750 (RECORD_MAX_MIN_POS): New macro.
3751 (display_line): Use it to record the minimum and maximum buffer
3752 positions for glyphs in the row being assembled. Record the
3753 position of the newline that terminates the line. If word wrap is
3754 in effect, restore minimum and maximum positions seen up to the
3755 wrap point, when iterator returns to it.
3756 (try_window_reusing_current_matrix): Give up if in bidi-reordered
3757 row and cursor not already at point. Restore original pre-bidi
3758 code for unidirectional buffers.
3759
3760 * dispnew.c (increment_row_positions, check_matrix_invariants):
3761 Increment and check row->start.pos and row->end.pos, in addition
3762 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
3763
3764 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
3765 Display truncated_on_left_p and truncated_on_right_p flags.
3766 Formatting fixes.
3767 (pmtxrows): Display the ordinal number of each row. Don't display
3768 rows beyond the last one.
3769
3770 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
3771 it is not copied by bidi_copy_it.
3772
3773 2010-05-22 Eli Zaretskii <eliz@gnu.org>
3774
3775 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
3776 (Bug#6237)
3777
3778 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
3779
3780 * image.c (Fimage_flush): Rename from image-refresh.
3781
3782 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
3783
3784 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
3785 just one window.
3786
3787 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
3788 (clear_image_cache): If the number of cached images is unusually
3789 large, decrease the cache eviction delay (Bug#6230).
3790
3791 2010-05-21 Glenn Morris <rgm@gnu.org>
3792
3793 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
3794 Move these rules to ns.mk.
3795 * ns.mk: New file.
3796
3797 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
3798
3799 * Makefile.in (CANNOT_DUMP): New, set by configure.
3800 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
3801
3802 2010-05-20 Juri Linkov <juri@jurta.org>
3803
3804 * fileio.c (Fdelete_file): Change interative spec to use
3805 `read-file-name' like in `find-file-read-args' where the default
3806 value is `default-directory' instead of `buffer-file-name'.
3807 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
3808
3809 2010-05-20 Kevin Ryde <user42@zip.com.au>
3810
3811 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
3812 (Voverriding_terminal_local_map, Vsystem_key_alist)
3813 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
3814
3815 2010-05-20 Glenn Morris <rgm@gnu.org>
3816
3817 * Makefile.in (DEPDIR): New constant.
3818 (DEPFLAGS): Set with configure, not cpp.
3819 (MKDEPDIR): New, set by configure.
3820 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
3821 (clean): Use $DEPDIR.
3822 (deps_frag): Include from configure.
3823 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
3824 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
3825
3826 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
3827 reallocation of the cache. (Bug#6210)
3828
3829 2010-05-19 Glenn Morris <rgm@gnu.org>
3830
3831 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
3832
3833 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
3834 (GNULIB_VAR): Remove.
3835 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
3836
3837 * m/ibms390x.h (LINKER):
3838 * m/macppc.h (LINKER) [GNU_LINUX]:
3839 * s/aix4-2.h (ORDINARY_LINK):
3840 * s/cygwin.h (LINKER):
3841 * s/darwin.h (ORDINARY_LINK):
3842 * s/gnu.h (ORDINARY_LINK):
3843 * s/netbsd.h (LINKER):
3844 * s/usg5-4.h (ORDINARY_LINK):
3845 Move to configure.
3846
3847 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
3848
3849 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
3850
3851 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
3852 prevent stack overflow if number of arguments is too large
3853 (Bug#6214).
3854
3855 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
3856
3857 * charset.c (load_charset_map_from_file): Don't call close after fclose.
3858
3859 2010-05-18 Glenn Morris <rgm@gnu.org>
3860
3861 * s/gnu-linux.h: Combine two conditionals.
3862
3863 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
3864 $(POST_ALLOC_OBJ).
3865
3866 * Makefile.in (RALLOC_OBJ): New, set by configure.
3867 (rallocobj): Replace with the previous variable.
3868 (otherobj): Use $RALLOC_OBJ.
3869
3870 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
3871 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
3872
3873 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
3874 (gmallocobj, vmlimitobj): Replace with previous two variables.
3875 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
3876
3877 2010-05-17 Glenn Morris <rgm@gnu.org>
3878
3879 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
3880 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
3881
3882 2010-05-16 Glenn Morris <rgm@gnu.org>
3883
3884 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
3885
3886 * Makefile.in (clean): Get rid of HAVE_NS conditional.
3887
3888 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
3889 trailing "/".
3890
3891 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
3892 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
3893
3894 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
3895 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
3896 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
3897 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
3898 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
3899
3900 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
3901 Remove ${STARTFLAGS}, nothing ever sets it.
3902
3903 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
3904
3905 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
3906
3907 2010-05-16 Glenn Morris <rgm@gnu.org>
3908
3909 * Makefile.in (LIBX_BASE): Always define.
3910
3911 * Makefile.in (LIBX_OTHER): Move out of cpp section.
3912
3913 * Makefile.in (LIBXT): Always define.
3914
3915 2010-05-15 Glenn Morris <rgm@gnu.org>
3916
3917 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
3918
3919 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
3920 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
3921
3922 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
3923
3924 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
3925 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
3926
3927 * emacs.c (main): Initialize initial-environment and
3928 process-environment before generating from env, not after.
3929
3930 Handle --version reasonably in CANNOT_DUMP configuration.
3931 * emacs.c (emacs_version, emacs_copyright): New string variables.
3932 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
3933 (syms_of_emacs): Defvar them, and initialize them from the C
3934 string variables.
3935 (main): If initialization hasn't been done, print initial version
3936 info from the C strings, instead of starting an interactive session.
3937
3938 2010-05-15 Eli Zaretskii <eliz@gnu.org>
3939
3940 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
3941 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
3942 (bidi_paragraph_init): Remove redundant assertion that we are at
3943 the beginning of a line after call to bidi_find_paragraph_start.
3944
3945 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
3946 (syms_of_xdisp): Defsubr it.
3947
3948 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
3949
3950 * Makefile.in: Fix MSDOS-related comments.
3951
3952 2010-05-15 Glenn Morris <rgm@gnu.org>
3953
3954 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
3955 (really-lwlib, really-oldXMenu): Always define.
3956 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
3957
3958 * Makefile.in: Simplify cpp conditional.
3959
3960 * Makefile.in (${ns_appdir}): Simplify using umask.
3961
3962 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
3963
3964 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3965
3966 * eval.c (specbind): Remove left-over duplicate test.
3967 Disallow let-binding frame-local vars. Add comment.
3968
3969 2010-05-14 Eli Zaretskii <eliz@gnu.org>
3970
3971 Make the cache of bidi iterator states dynamically allocated.
3972 * bidi.c (bidi_cache_shrink): New function.
3973 (bidi_init_it): Call it.
3974 (bidi_cache_iterator_state): Enlarge the cache if needed.
3975
3976 * bidi.c (bidi_move_to_visually_next): Rename from
3977 bidi_get_next_char_visually. All callers changed.
3978
3979 2010-05-14 Kenichi Handa <handa@m17n.org>
3980
3981 * dispextern.h (struct composition_it): New member reversed_p.
3982
3983 * composite.c (composition_compute_stop_pos): Search backward if
3984 ENDPOS < CHARPOS.
3985 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
3986 Set CMP_IT->reversed_p.
3987 (composition_update_it): Pay attention to CMP_IT->reversed_p.
3988
3989 * xdisp.c (set_iterator_to_next):
3990 Call composition_compute_stop_pos with negative ENDPOS if we are
3991 scanning backward. Call composition_compute_stop_pos if scan
3992 direction is changed.
3993 (next_element_from_buffer): Call composition_compute_stop_pos with
3994 negative ENDPOS if we are scanning backward.
3995 (next_element_from_composition): Pay attention to
3996 IT->cmp_it.reversed_p.
3997
3998 2010-05-14 Kenichi Handa <handa@m17n.org>
3999
4000 * font.c (font_range): Return the range for the font found at first.
4001
4002 2010-05-14 Glenn Morris <rgm@gnu.org>
4003
4004 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
4005
4006 * Makefile.in (mktime, X11, register): Move undefs to configure.
4007
4008 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
4009 (MSDOS_X_OBJ): New variable.
4010 (MSDOS_SUPPORT_REAL): New constant.
4011 (MSDOS_SUPPORT): Set as a variable, not with cpp.
4012 (obj): Use MSDOS_X_OBJ.
4013 (lisp): Use MSDOS_SUPPORT as a variable.
4014
4015 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
4016 (GPM_MOUSE_SUPPORT): Now it's a constant.
4017 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
4018 not cpp.
4019
4020 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
4021 (ns_appresdir): Remove, unused.
4022
4023 * Makefile.in (SHELL): Move outside cpp section.
4024
4025 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
4026
4027 2010-05-13 Glenn Morris <rgm@gnu.org>
4028
4029 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
4030 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
4031
4032 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
4033 HAVE_WINDOW_SYSTEM must be too.
4034
4035 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
4036 (lisp): Remove WINNT_SUPPORT.
4037
4038 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
4039 Let configure set these variables (to empty) in this case as well.
4040
4041 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
4042 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
4043
4044 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
4045 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
4046 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
4047 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
4048 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
4049 the values output by configure.
4050 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
4051
4052 2010-05-12 Glenn Morris <rgm@gnu.org>
4053
4054 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
4055 (LINKER_WAS_SPECIFIED): Remove.
4056
4057 * Makefile.in (LIB_GCC): Set using configure, not cpp.
4058 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
4059 * m/arm.h (LIB_GCC) [GNU_LINUX]:
4060 * s/cygwin.h (LIB_GCC):
4061 * s/freebsd.h (LIB_GCC):
4062 * s/gnu-linux.h (LIB_GCC):
4063 * s/msdos.h (LIB_GCC):
4064 * s/netbsd.h (LIB_GCC):
4065 Move to configure.
4066
4067 2010-05-11 Karel Klic <kklic@redhat.com>
4068
4069 * ftfont.c: Fix incorrect parentheses of #if condition for
4070 definining M17N_FLT_USE_NEW_FEATURE.
4071
4072 2010-05-11 Glenn Morris <rgm@gnu.org>
4073
4074 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
4075 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
4076
4077 2010-05-10 Eli Zaretskii <eliz@gnu.org>
4078
4079 * xdisp.c (init_iterator): Don't turn on bidi reordering in
4080 unibyte buffers. See
4081 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
4082
4083 2010-05-10 Glenn Morris <rgm@gnu.org>
4084
4085 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
4086 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
4087 (LIBES): Use LIBS_SYSTEM as a variable.
4088 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
4089 * s/aix4-2.h (LIBS_SYSTEM):
4090 * s/freebsd.h (LIBS_SYSTEM):
4091 * s/hpux10-20.h (LIBS_SYSTEM):
4092 * s/sol2-6.h (LIBS_SYSTEM):
4093 * s/unixware.h (LIBS_SYSTEM):
4094 Move to configure.
4095
4096 * s/aix4-2.h (MAIL_USE_LOCKF):
4097 * s/bsd-common.h (MAIL_USE_FLOCK):
4098 * s/darwin.h (MAIL_USE_FLOCK):
4099 * s/gnu-linux.h (MAIL_USE_FLOCK):
4100 * s/irix6-5.h (MAIL_USE_FLOCK):
4101 * s/template.h (MAIL_USE_FLOCK):
4102 Move to configure.
4103
4104 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4105
4106 * Version 23.2 released.
4107
4108 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
4109
4110 * composite.c (autocmp_chars): Save point as marker before calling
4111 auto-composition-function (Bug#5984).
4112
4113 * lisp.h (restore_point_unwind): Add prototype.
4114
4115 * fileio.c (restore_point_unwind): Remove static attribute.
4116
4117 2010-05-08 Kenichi Handa <handa@m17n.org>
4118
4119 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
4120 new feature of libotf and m17n-flt.
4121 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
4122 Call OTF_check_features even if no specific feature is given.
4123 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
4124 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
4125 that OUT is NULL. Use OTF_drive_gsub_with_log and
4126 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
4127 OTF_drive_gpos.
4128 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
4129 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
4130 Setup mflt_enable_new_feature and mflt_try_otf.
4131
4132 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
4133
4134 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
4135
4136 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
4137 box and toolbar (Bug #6139).
4138 (xg_create_tool_bar): Remove comment (Bug #6139).
4139 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
4140 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
4141
4142 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
4143
4144 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
4145 Update dependencies.
4146
4147 2010-05-08 Eli Zaretskii <eliz@gnu.org>
4148
4149 * fringe.c (update_window_fringes): Set up truncation bitmaps for
4150 R2L lines.
4151
4152 2010-05-08 Glenn Morris <rgm@gnu.org>
4153
4154 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
4155
4156 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
4157 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
4158 (termcapobj): Replace with TERMCAP_OBJ.
4159 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
4160 (LIBES): Use LIBS_TERMCAP as a variable.
4161
4162 * s/freebsd.h (osreldate.h): No longer include, since this file
4163 does not use __FreeBSD_version any more.
4164
4165 * s/aix4-2.h (TERMINFO):
4166 * s/cygwin.h (TERMINFO):
4167 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4168 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
4169 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4170 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4171 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
4172 * s/irix6-5.h (TERMINFO):
4173 * s/netbsd.h (LIBS_TERMCAP):
4174 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
4175 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
4176 * s/usg5-4.h (TERMINFO):
4177 Move to configure.
4178
4179 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4180
4181 * eval.c (unbind_to): Don't unbind a local binding into the global
4182 binding when the local binding disappeared. Inversely, don't unbind
4183 a global binding into a newly created local binding.
4184 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
4185 can specify the frame to use, when applicable. Adjust callers.
4186
4187 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
4188 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
4191
4192 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4193
4194 * w32fns.c: Include w32.h.
4195 (Fw32_shell_execute): Decode the error message before passing it
4196 to `error'. (Bug#6126)
4197
4198 * msdos.c (dos_set_window_size):
4199 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
4200 instead of `XSYMBOL (foo)->value'.
4201
4202 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4203
4204 Fix the MS-DOS build, broken by autoconfiscation.
4205
4206 * Makefile.in: Don't use Make-style comments past the "start of
4207 cpp stuff" line.
4208 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
4209
4210 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
4211 edited directly by msdos/sed1v2.inp).
4212
4213 2010-05-07 Glenn Morris <rgm@gnu.org>
4214
4215 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4216 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
4217 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
4218 move out of cpp section.
4219 * s/freebsd.h (LD_SWITCH_SYSTEM):
4220 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
4221 * s/netbsd.h (LD_SWITCH_SYSTEM):
4222 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
4223
4224 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4225
4226 Define LIB_STANDARD and START_FILES using autoconf.
4227 * s/usg5-4.h (LIB_STANDARD):
4228 * s/netbsd.h (START_FILES):
4229 * s/irix6-5.h (LIB_STANDARD):
4230 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
4231 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4232 * s/freebsd.h (START_FILES):
4233 * s/darwin.h (START_FILES):
4234 * s/cygwin.h (START_FILES):
4235 * s/aix4-2.h (LIB_STANDARD):
4236 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
4237 * Makefile.in (STARTFILES): Rename to START_FILES, define using
4238 autoconf, not cpp.
4239
4240 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
4241
4242 Remove NEED_BSDTTY and NEED_UNISTD_H.
4243 * s/hpux10-20.h (NEED_BSDTTY): Remove.
4244 * s/aix4-2.h (NEED_UNISTD_H): Remove.
4245 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
4246 <sys/ptyio.h> and <unistd.h>.
4247
4248 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
4249
4250 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
4251 * s/gnu.h (START_FILES): Remove empty definition.
4252
4253 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
4254
4255 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
4256
4257 2010-05-06 Glenn Morris <rgm@gnu.org>
4258
4259 * Makefile.in (CPP, LN_S): Remove unused variables.
4260
4261 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
4264
4265 2010-05-05 Lawrence Mitchell <wence@gmx.li>
4266
4267 * m/sparc.h: Fix typo in earlier change.
4268
4269 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 Misc tweaks.
4272 * eval.c (Fdefvaralias): Remove unintended nested if.
4273 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
4274
4275 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
4276
4277 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
4278
4279 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4280
4281 Remove BSD_PGRPS.
4282 * s/bsd-common.h (BSD_PGRPS): Remove undef.
4283 * s/gnu-linux.h (BSD_PGRPS): Remove.
4284 * term.c (dissociate_if_controlling_tty):
4285 * sysdep.c (narrow_foreground_group, widen_foreground_group)
4286 (init_sys_modes, reset_sys_modes):
4287 * emacs.c (main):
4288 * callproc.c (Fcall_process, child_setup): Remove code depending
4289 on BSD_PGRPS.
4290
4291 Remove POSIX_SIGNALS.
4292 * s/usg5-4.h (POSIX_SIGNALS):
4293 * s/netbsd.h (POSIX_SIGNALS):
4294 * s/msdos.h (POSIX_SIGNALS):
4295 * s/ms-w32.h (POSIX_SIGNALS):
4296 * s/hpux11.h (POSIX_SIGNALS):
4297 * s/gnu.h (POSIX_SIGNALS):
4298 * s/gnu-linux.h (POSIX_SIGNALS):
4299 * s/freebsd.h (POSIX_SIGNALS):
4300 * s/darwin.h (POSIX_SIGNALS):
4301 * s/cygwin.h (POSIX_SIGNALS):
4302 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
4303 * s/unixware.h:
4304 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
4305 * process.c (create_process):
4306 * syssignal.h:
4307 * sysdep.c (wait_for_termination, init_signals):
4308 * process.c (create_process):
4309 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
4310 remove all code that assumes the contrary.
4311
4312 2010-05-04 Glenn Morris <rgm@gnu.org>
4313
4314 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
4315 variable.
4316 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4317 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
4318 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4319 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
4320 LD_SWITCH_SYSTEM_tmp.
4321 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
4322 New variables, set by configure.
4323
4324 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4325 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
4326 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4327 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
4328 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
4329
4330 * s/aix4-2.h (C_SWITCH_SYSTEM):
4331 * m/alpha.h (C_SWITCH_MACHINE):
4332 Move to configure.in.
4333 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
4334 New variables, set by configure.
4335 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
4336 $c_switch_machine and $c_switch_system.
4337
4338 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4339
4340 * s/hpux10-20.h (LIB_STANDARD): New definition.
4341 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
4342 on it, not used anymore.
4343
4344 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
4345
4346 * eval.c (internal_condition_case_n): Rename from
4347 internal_condition_case_2.
4348 (internal_condition_case_2): New function.
4349
4350 * xdisp.c (safe_call): Use internal_condition_case_n.
4351
4352 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
4353 (internal_delete_file, Frename_file): Callers changed.
4354
4355 * buffer.c (Fkill_buffer):
4356 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
4357
4358 * lisp.h: Update prototypes.
4359
4360 2010-05-03 Glenn Morris <rgm@gnu.org>
4361
4362 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
4363 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
4364 (LIBXT): Set with configure, not cpp.
4365 (LIBX): Remove.
4366 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
4367
4368 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4369
4370 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
4371 The FreeBSD is not needed, the default works, Solaris version is
4372 not needed, and the remaining case is not supported by configure.
4373
4374 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
4375
4376 * xsmfns.c (CHDIR_OPT): New define.
4377 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
4378 restarting emacs.
4379
4380 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
4381 shut_down_emacs.
4382
4383 * emacs.c (USAGE1): Mention --chdir.
4384 (main): Handle --chdir.
4385 (standard_args): Add --chdir.
4386 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
4387 #5552).
4388
4389 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4390
4391 Remove LD_SWITCH_MACHINE.
4392 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
4393 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
4394
4395 Clean up IRIX code.
4396 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
4397 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
4398
4399 Clean up AIX code.
4400 * m/ibmrs6000.inp: Remove file, unused.
4401 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
4402 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
4403 definition ...
4404 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
4405
4406 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
4407 unused.
4408
4409 2010-05-01 Eli Zaretskii <eliz@gnu.org>
4410
4411 Emulate POSIX_SIGNALS on MS-Windows.
4412
4413 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
4414 (SIG_SETMASK, SIG_UNBLOCK): Define.
4415
4416 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
4417 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
4418 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
4419
4420 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
4421 New stubs.
4422
4423 Miscellaneous fixes of bidi display.
4424
4425 * xdisp.c (find_row_end): New function, refactored from display_line.
4426 (display_line): Use it.
4427 (extend_face_to_end_of_line): In almost-filled rows, extend only
4428 if the row is R2L and not continued.
4429 (display_line): Fix prepending of truncation glyphs to R2L rows.
4430 Preserve overlay and string info in row->end.
4431 (insert_left_trunc_glyphs): Support addition of left truncation
4432 glyphs to R2L rows.
4433 (set_cursor_from_row): Don't place cursor on the vertical border
4434 glyph between adjacent windows. Fix a crash when a display string
4435 is continued to the next line. Don't return zero if cursor was
4436 found by `cursor' property of a display string.
4437 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
4438 test for that explicitly.
4439
4440 2010-05-01 Glenn Morris <rgm@gnu.org>
4441
4442 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
4443 for clarity.
4444 (OTHER_OBJ): Remove.
4445 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
4446 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
4447
4448 2010-05-01 Karel Klíč <kklic@redhat.com>
4449
4450 * fileio.c (Ffile_selinux_context): Context functions may return null.
4451
4452 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
4453
4454 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
4455
4456 2010-04-30 Glenn Morris <rgm@gnu.org>
4457
4458 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
4459 (OTHER_OBJ): Define as a separate variable, for clarity.
4460
4461 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
4462
4463 * xsettings.c: include limits.h and update file comment.
4464
4465 2010-04-30 Glenn Morris <rgm@gnu.org>
4466
4467 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
4468 Set with configure, not cpp.
4469 (LIBW): Remove, replace with $TOOLKIT_LIBW.
4470
4471 * Makefile.in (mallocobj): Remove.
4472 (otherobj): Simplify using @OTHER_OBJ@.
4473
4474 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
4475 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
4476 Don't bother making nsgui.h dependency platform-specific.
4477
4478 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
4479
4480 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4481
4482 * process.c (read_process_output, exec_sentinel): Don't burp if the
4483 sentinel/filter kills the current buffer (bug#6060).
4484
4485 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
4486 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
4487 Remove unused var `args'.
4488 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
4489 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
4490 * doc.c (store_function_docstring): Use XSETCAR.
4491
4492 2010-04-28 Glenn Morris <rgm@gnu.org>
4493
4494 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
4495 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
4496
4497 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
4498
4499 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
4500 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
4501
4502 * Makefile.in (FONT_OBJ): New, set by configure.
4503 (FONT_DRIVERS): Use $FONT_OBJ.
4504
4505 * Makefile.in (LIBXMU): Set with configure, not cpp.
4506 * s/aix4-2.h (LIBXMU):
4507 * s/hpux10-20.h (LIBXMU):
4508 Remove definition, now set in configure.
4509
4510 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
4511
4512 * m/amdx86-64.h [i386]: Move this test to configure.in.
4513
4514 2010-04-27 Glenn Morris <rgm@gnu.org>
4515
4516 * Makefile.in (LIBXTR6): Set with configure, not cpp.
4517 * s/unixware.h (NEED_LIBW): Remove definition.
4518
4519 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
4520 (TOOLKIT_LIBW): New, set by configure.
4521 (@X_TOOLKIT_TYPE@): No longer define it.
4522
4523 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
4524 (MOTIF_LIBW): Set with configure, not cpp.
4525 * s/aix4-2.h (LIB_MOTIF):
4526 * s/gnu-linux.h (LIB_MOTIF):
4527 * s/unixware.h (LIB_MOTIF): Move to configure.in.
4528
4529 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4530
4531 Reduce CPP usage.
4532 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
4533 (obj): Use autoconf for unexec instead of cpp.
4534 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
4535 definitions and undefs. Inline definitions in the only user.
4536 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
4537
4538 2010-04-27 Glenn Morris <rgm@gnu.org>
4539
4540 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
4541 since the defaults (set by the system file) are fine in most cases.
4542 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
4543 * m/ibms390x.h (START_FILES, LIB_STANDARD):
4544 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
4545 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
4546 Remove definitions, since they are set correctly in s/gnu-linux.h.
4547 * s/freebsd.h (START_FILES, LIB_STANDARD):
4548 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4549 * s/hpux10-20.h (START_FILES):
4550 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
4551 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
4552
4553 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
4554 (MOTIF_LIBW): Use $LIBXP.
4555 (otherobj): Use $WIDGET_OBJ.
4556
4557 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4558
4559 * Makefile.in (LIBS_MACHINE): Remove, unused.
4560
4561 Use autoconf instead of cpp for LIB_MATH.
4562 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
4563 * s/cygwin.h (LIB_MATH): Likewise.
4564 * Makefile.in (LIB_MATH): Do not define with cpp.
4565 (LIBES): Use autoconf for LIB_MATH.
4566
4567 2010-04-26 Kenichi Handa <handa@m17n.org>
4568
4569 * composite.c (Ffind_composition_internal): Fix the return value
4570 for an automatic composition.
4571
4572 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4573
4574 Remove all NO_ARG_ARRAY uses.
4575 * fns.c (concat2, concat3, nconc2):
4576 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
4577 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
4578 * m/xtensa.h (NO_ARG_ARRAY):
4579 * m/template.h (NO_ARG_ARRAY):
4580 * m/sparc.h (NO_ARG_ARRAY):
4581 * m/sh3.h (NO_ARG_ARRAY):
4582 * m/mips.h (NO_ARG_ARRAY):
4583 * m/macppc.h (NO_ARG_ARRAY):
4584 * m/iris4d.h (NO_ARG_ARRAY):
4585 * m/intel386.h (NO_ARG_ARRAY):
4586 * m/ibms390x.h (NO_ARG_ARRAY):
4587 * m/ibms390.h (NO_ARG_ARRAY):
4588 * m/ibmrs6000.h (NO_ARG_ARRAY):
4589 * m/ia64.h (NO_ARG_ARRAY):
4590 * m/hp800.h (NO_ARG_ARRAY):
4591 * m/arm.h (NO_ARG_ARRAY):
4592 * m/amdx86-64.h (NO_ARG_ARRAY):
4593 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
4594
4595 2010-04-25 Eli Zaretskii <eliz@gnu.org>
4596
4597 * xdisp.c (display_line): Don't assume 2nd call to
4598 get_next_display_element cannot return zero. (Bug#6030)
4599 (iterate_out_of_display_property): New function, body from pop_it.
4600 (pop_it): Use it.
4601
4602 2010-04-24 Glenn Morris <rgm@gnu.org>
4603
4604 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
4605 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
4606 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
4607 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
4608
4609 2010-04-24 Eli Zaretskii <eliz@gnu.org>
4610
4611 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
4612 use `get_next_display_element' and `set_iterator_to_next' to
4613 advance to the next character, when looking for the character that
4614 begins the next row.
4615
4616 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
4617 definition of "struct Lisp_Symbol".
4618
4619 2010-04-24 Glenn Morris <rgm@gnu.org>
4620
4621 * Makefile.in (CRT_DIR): New variable, set by configure.
4622 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
4623 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
4624
4625 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4626
4627 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
4628
4629 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
4630
4631 Remove redundant flags.
4632 * s/freebsd.h (C_SWITCH_SYSTEM):
4633 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
4634 * s/netbsd.h (C_SWITCH_SYSTEM):
4635 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
4636 of these.
4637
4638 Simplify m/intel386.h.
4639 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
4640 user: ecrt0.c.
4641 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
4642 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
4643 the only user: s/unixware.h.
4644 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
4645 from m/intel386.h.
4646 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
4647 moved here from m/intel386.h.
4648
4649 * m/mips.h: Remove #if 0 code.
4650
4651 2010-04-23 Eli Zaretskii <eliz@gnu.org>
4652
4653 Fix display of composed characters from L2R scripts in bidi buffers.
4654 * xdisp.c (set_iterator_to_next, next_element_from_composition):
4655 After advancing IT past the composition, resync the bidi iterator
4656 with IT's position. (Bug#5977)
4657
4658 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4659
4660 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
4661 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
4662
4663 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
4666
4667 2010-04-23 Eli Zaretskii <eliz@gnu.org>
4668
4669 Support `display' text properties and overlay strings in bidi buffers.
4670 * xdisp.c (pop_it): When the stack is popped after displaying
4671 from a string, bidi-iterate to exit from the text portion covered
4672 by the `display' property or overlay. (Bug#5988, bug#5920)
4673
4674 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4675
4676 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
4677 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
4678
4679 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
4680 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
4681
4682 Simplify STARTFILES definition.
4683 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
4684 relying on Makefile.in to define it.
4685 * s/cygwin.h (START_FILES): Likewise.
4686 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
4687
4688 Clean up Solaris code.
4689 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
4690 (LIB_MOTIF): Remove, configure takes care of this.
4691 (NOT_USING_MOTIF): Remove, unused.
4692 * xrdb.c: Remove #if 0-ed #include.
4693 (SYSV): Remove conditional for old SysV.
4694 * sysdep.c (closedir): Remove conditional code for Solaris,
4695 Solaris has closedir.
4696
4697 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
4698
4699 * xsettings.c (read_and_apply_settings): Check if current_font is
4700 NULL before strcmp (Bug#6001).
4701
4702 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
4703
4704 Clean up HP-UX files.
4705 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
4706 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
4707 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
4708 * s/hpux10-20.h: ... to the only user, here.
4709
4710 2010-04-21 Eli Zaretskii <eliz@gnu.org>
4711
4712 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
4713 use buffer-local values of paragraph-start and paragraph-separate.
4714 <paragraph_start_re, paragraph_separate_re>: Rename from
4715 fallback_paragraph_start_re and fallback_paragraph_separate_re.
4716 (Bug#5992)
4717
4718 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4719
4720 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
4721 current_tool_bar_style are new.
4722 (store_config_changed_event): Rename from store_font_changed_event.
4723 (XSETTINGS_TOOL_BAR_STYLE): New define.
4724 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
4725 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
4726 HAVE_XFT.
4727 (something_changedCB): store_font_changed_event is now
4728 store_config_changed_event.
4729 (parse_settings): Rename from parse_xft_settings. Read
4730 non-xft xsettings outside #ifdef HAVE_XFT.
4731 (read_settings): Renamed from read_xft_settings.
4732 (apply_xft_settings): Take current settings as parameter. Do not
4733 call read_(xft)_settings.
4734 (read_and_apply_settings): New function.
4735 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
4736 read_and_apply_settings if there are settings to be read.
4737 (init_xsettings): Renamed from init_xfd_settings.
4738 Call read_and_apply_settings unconditionally.
4739 (xsettings_initialize): Call init_xsettings.
4740 (Ftool_bar_get_system_style): New function.
4741 (syms_of_xsettings): Define Qmonospace_font_name and
4742 Qtool_bar_style. Initialize current_tool_bar_style to nil.
4743 defsubr Stool_bar_get_system_style. Fprovide on
4744 dynamic-setting.
4745 Move misplaced HAVE_GCONF
4746
4747 * xsettings.h (Ftool_bar_get_system_style): Declare.
4748
4749 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
4750 Qtext, Qboth, Qboth_horiz are new.
4751 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
4752 Vtool_bar_style, tool_bar_max_label_size.
4753
4754 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
4755
4756 * keyboard.c: QClabel is new.
4757 (parse_tool_bar_item): Take out QClabel from tool bar items.
4758 Try to construct a label if ther is no QClabel.
4759 (syms_of_keyboard): Intern :label as QClabel.
4760
4761 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
4762 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
4763 New.
4764
4765 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
4766 dynamic-setting.el.
4767
4768 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
4769 (xg_make_tool_item, xg_show_toolbar_item): New function.
4770 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
4771 Call xg_make_tool_item to make a tool bar item.
4772 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
4773
4774 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
4775 into account for toolbars.
4776
4777 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4778
4779 * data.c (make_blv): Declarations before code (Bug#5993).
4780
4781 2010-04-21 Glenn Morris <rgm@gnu.org>
4782
4783 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
4784 Define using autoconf, not cpp.
4785 (LIBXSM): New variable, set by autoconf.
4786 (LIBXT): Use $LIBXSM.
4787
4788 2010-04-21 Dan Nicolaescu <local_user@dannlt>
4789
4790 Remove NOMULTIPLEJOBS, unused.
4791 * s/template.h (NOMULTIPLEJOBS):
4792 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
4793
4794 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
4795 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
4796 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
4797 detects -znocombreloc and passes it to the linker
4798 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
4799
4800 2010-04-21 Glenn Morris <rgm@gnu.org>
4801
4802 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
4803
4804 2010-04-21 Karel Klíč <kklic@redhat.com>
4805
4806 * Makefile.in (LIBSELINUX_LIBS): New.
4807 (LIBES): Add $LIBSELINUX_LIBS.
4808 * eval.c, lisp.h (call7): New function.
4809 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
4810 (Ffile_selinux_context, Fset_file_selinux_context):
4811 New functions.
4812 (Fcopy_file): New parameter preserve-selinux-context.
4813 (Frename_file): Preserve selinux context when renaming by copy-file.
4814
4815 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
4816 Eli Zaretskii <eliz@gnu.org>
4817
4818 Don't depend on cm.c or termcap.c on Windows, use stubs.
4819 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
4820 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
4821 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
4822 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
4823 (sys_tputs, sys_tgetstr): New stubs.
4824 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
4825 (tputs, tgetstr): New; define to sys_*.
4826
4827 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
4828
4829 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
4830
4831 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
4834 Just signal a warning rather than an error when inside a let.
4835 (Fmake_variable_frame_local): Add the same test.
4836
4837 * font.c (syms_of_font): Make the style table vars read-only.
4838
4839 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
4840 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
4841
4842 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
4843
4844 2010-04-20 Eli Zaretskii <eliz@gnu.org>
4845
4846 Fix R2L paragraph display on TTY.
4847
4848 * xdisp.c (unproduce_glyphs): New function.
4849 (display_line): Use it when produced glyphs are discarded from R2L
4850 glyph rows.
4851 (append_composite_glyph): In R2L rows, prepend the glyph rather
4852 than appending it.
4853
4854 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
4855 rather than append it. Set up the resolved_level and bidi_type
4856 attributes of the appended glyph.
4857 (produce_special_glyphs): Mirror the backslash continuation
4858 character in R2L lines.
4859
4860 Implement display of R2L paragraphs in GUI sessions.
4861
4862 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
4863 append_stretch_glyph.
4864 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
4865 off-by-one error in computing x at end of text in the row.
4866 (append_stretch_glyph): In reversed row, prepend the glyph rather
4867 than append it. Set resolved_level and bidi_type of the glyph.
4868 (extend_face_to_end_of_line): If the row is reversed, prepend a
4869 stretch glyph whose width is such that the rightmost glyph will be
4870 drawn at the right margin of the window. Fix off-by-one error on
4871 TTY frames in testing whether a line needs face extension. Fix
4872 face extension at ZV. If this is the last glyph row, use
4873 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
4874 region face.
4875 (set_cursor_from_row, display_line): Use
4876 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
4877 row->continuation_lines_width.
4878 (next_element_from_buffer): Don't call bidi_paragraph_init if we
4879 are at ZV. Fixes a crash when reseated to ZV by
4880 try_window_reusing_current_matrix.
4881 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
4882 which happens with R2L glyph rows. Fixes a crash when inserting a
4883 character at end of an R2L line.
4884 (set_cursor_from_row): Don't be fooled by truncated rows: don't
4885 treat them as having zero-width characters. Improve comments.
4886 Don't reverse pos_before and pos_after for reversed glyph rows.
4887 Set cursor.x to negative value when the cursor might be on the
4888 left fringe.
4889 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
4890 left fringe, not the right one.
4891 (notice_overwritten_cursor, draw_phys_cursor_glyph)
4892 (erase_phys_cursor): For reversed cursor_row, support cursor on
4893 the left fringe.
4894
4895 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
4896 of continuation indicators on the fringes.
4897 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
4898 left fringe.
4899
4900 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
4901 draw cursor on the left fringe.
4902
4903 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
4904 cursor on the left fringe.
4905
4906 * dispnew.c (update_text_area): Handle reversed desired rows when
4907 the cursor is on the left fringe.
4908 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
4909 below, not by 0, for when the cursor is on the left fringe.
4910
4911 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
4912
4913 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
4914 widget is a scrollbar.
4915
4916 2010-04-20 Kenichi Handa <handa@m17n.org>
4917
4918 * charset.c (char_charset): Consider Vcharset_non_preferred_head
4919 only when the arg CHARSET_LIST is nil.
4920
4921 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4922
4923 Make variable forwarding explicit rather the using special values.
4924 Basically, this makes the structure of buffer-local values and object
4925 forwarding explicit in the type of Lisp_Symbols rather than use
4926 special Lisp_Objects for that. This tends to lead to slightly more
4927 verbose code, but is more C-like, simpler, and makes it easier to make
4928 sure we handled all cases, among other things by letting the compiler
4929 help us check it.
4930 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
4931 Removing forwarding objects.
4932 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
4933 (struct Lisp_Symbol): Make the various forms of variable-forwarding
4934 explicit rather than hiding them inside Lisp_Object "values".
4935 (XFWDTYPE): New macro.
4936 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
4937 (XBUFFER_LOCAL_VALUE): Remove.
4938 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
4939 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
4940 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
4941 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
4942 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
4943 Remove the Lisp_Misc_* header.
4944 (struct Lisp_Buffer_Local_Value): Redefine.
4945 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
4946 (struct Lisp_Misc_Any): Add filler to get the right size.
4947 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
4948 Lisp_Intfwd.
4949 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
4950 (DEFVAR_KBOARD): Allocate a forwarding object.
4951 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
4952 (let_shadows_global_binding_p): New function.
4953 (union Lisp_Val_Fwd): New type.
4954 (make_blv): New function.
4955 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
4956 (store_symval_forwarding, swap_in_global_binding, Fboundp)
4957 (swap_in_symval_forwarding, find_symbol_value, Fset)
4958 (let_shadows_buffer_binding_p, set_internal, default_value)
4959 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
4960 (Fkill_local_variable, Fmake_variable_frame_local)
4961 (Flocal_variable_p, Flocal_variable_if_set_p)
4962 (Fvariable_binding_locus):
4963 * xdisp.c (select_frame_for_redisplay):
4964 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
4965 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
4966 * frame.c (store_frame_param):
4967 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
4968 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
4969 value structure.
4970 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
4971 (clone_per_buffer_values): Only adjust markers into the current buffer.
4972 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
4973 (Fbuffer_local_value, set_buffer_internal_1)
4974 (swap_out_buffer_local_variables):
4975 Adapt to the new symbol value structure.
4976 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
4977 (defvar_per_buffer): Take a new arg for the fwd object.
4978 (buffer_lisp_local_variables): Return a proper alist (different fix
4979 for bug#4138).
4980 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
4981 (Fgarbage_collect): Don't handle buffer_defaults specially.
4982 (mark_object): Handle new symbol value structure rather than the old
4983 special Lisp_Misc_* objects.
4984 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
4985 * term.c (set_tty_color_mode):
4986 * bidi.c (bidi_initialize): Don't access the ->value field directly.
4987 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
4988 a buffer_local_flags.
4989 * print.c (print_object): Get rid of impossible forwarding objects.
4990
4991 2010-04-19 Eli Zaretskii <eliz@gnu.org>
4992
4993 * bidi.c (bidi_get_type, bidi_get_category)
4994 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
4995 (bidi_type_of_next_char, bidi_level_of_next_char):
4996 Declare static. Use `INLINE' rather than `inline'.
4997
4998 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
4999
5000 * dired.c (Ffile_attributes): Fix typo in docstring.
5001
5002 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5003
5004 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
5005 NSInteger (Bug#5811).
5006
5007 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5008
5009 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
5010 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
5011
5012 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5013
5014 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
5015
5016 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5017
5018 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
5019 terminal frames (Bug#5837).
5020
5021 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5022
5023 * .gdbinit (xsubchartable): New command.
5024
5025 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5026
5027 * xdisp.c (display_line): Don't write beyond the last glyph row in
5028 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
5029 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
5030 and
5031 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
5032
5033 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5034
5035 * alloc.c (Fpurecopy): Hash-cons if requested.
5036 (syms_of_alloc): Update purify-flag docstring.
5037
5038 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
5039
5040 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
5041 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
5042
5043 2010-04-17 Eli Zaretskii <eliz@gnu.org>
5044
5045 Fix a crash when an NSM character is inserted at BEGV.
5046
5047 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
5048 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
5049 NEUTRAL_B or UNKNOWN_BT.
5050
5051 2010-04-16 Eli Zaretskii <eliz@gnu.org>
5052
5053 * xdisp.c (set_cursor_from_row): Don't consider possibility of
5054 other rows with cursor unless they are different from this row and
5055 this row is part of a continued line. (Bug#5943)
5056
5057 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5058
5059 * s/freebsd.h: Restore osreldate.h include.
5060 Suggested by Naohiro Aota.
5061
5062 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
5063
5064 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
5065
5066 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
5067
5068 * s/cygwin.h: Avoid linking against static libgcc.
5069
5070 2010-04-15 Juri Linkov <juri@jurta.org>
5071
5072 * window.c: Add Qscroll_command.
5073 Remove Vscroll_preserve_screen_position_commands.
5074 (window_scroll_pixel_based, window_scroll_line_based): Check the
5075 `scroll-command' property on the last command instead of searching
5076 the last command in Vscroll_preserve_screen_position_commands.
5077 (syms_of_window): Initialize and staticpro `Qscroll_command'.
5078 Put Qscroll_command property on Qscroll_up and Qscroll_down.
5079 (scroll-preserve-screen-position): Doc fix.
5080 (Vscroll_preserve_screen_position_commands): Remove variable.
5081
5082 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
5083
5084 * xdisp.c (message): Do not use NO_ARG_ARRAY.
5085
5086 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
5087
5088 Reduce cpp use in Makefile.in.
5089 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
5090 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
5091 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
5092 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
5093 (CRT0_COMPILE): Remove, inline it in the only user.
5094
5095 2010-04-14 Juri Linkov <juri@jurta.org>
5096
5097 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
5098 `scroll-up-command' and `M-v' from `scroll-down' to
5099 `scroll-down-command'.
5100
5101 2010-04-14 Juri Linkov <juri@jurta.org>
5102
5103 * window.c (Vscroll_preserve_screen_position_commands): New variable
5104 with the default value as the list of Qscroll_down and Qscroll_up.
5105 (window_scroll_pixel_based, window_scroll_line_based): Search the
5106 last command in the list Vscroll_preserve_screen_position_commands
5107 instead of comparing with Qscroll_up and Qscroll_down.
5108
5109 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
5110
5111 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
5112 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
5113 does that.
5114
5115 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
5116 to zero.
5117
5118 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
5121
5122 Try to solve the problem of spurious EOF chars in long lines of text
5123 sent to interactive subprocesses.
5124 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
5125 (system_process_attributes): Remove unused var `ttotal'.
5126 * process.c (send_process): Don't bother breaking long line with EOF
5127 chars when talking to ttys any more.
5128 (wait_reading_process_output): Output a warning when called in such
5129 a way that it could block without being interruptible.
5130
5131 Try to detect file modification within the same second.
5132 * buffer.h (struct buffer): New field modtime_size.
5133 * buffer.c (reset_buffer): Initialize it.
5134 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
5135 (Fverify_visited_file_modtime): Check it.
5136 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
5137 (Fset_visited_file_modtime): Set (or clear) it.
5138
5139 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5140
5141 * process.c (status_notify): Remove unused var `ro'.
5142
5143 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
5144
5145 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
5146 more than one visual (Bug#5938).
5147
5148 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5149
5150 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
5151 Undefine.
5152
5153 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5154
5155 Remove C_SWITCH_SYSTEM_TEMACS.
5156 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
5157 (malloc, realloc, free): Use emacs, not temacs for conditional
5158 definition.
5159
5160 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
5161 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
5162
5163 Use autoconf, not cpp for some variables.
5164 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
5165 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
5166 (ALL_CFLAGS): Use them as make variables.
5167 (really-lwlib, really-oldXMenu): Do not pass them.
5168
5169 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
5170
5171 * xmenu.c (apply_systemfont_to_dialog): New.
5172 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
5173
5174 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * process.c (exec_sentinel): Preserve current-buffer.
5177
5178 * process.c (read_process_output): Move the save-current-buffer to
5179 apply to both the filter and the non-filter branches.
5180
5181 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
5182
5183 * s/msdos.h (UNEXEC): New definition.
5184
5185 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5186
5187 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
5188 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
5189
5190 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
5191 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
5192 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
5193 TRY_WINDOW_CHECK_MARGINS.
5194
5195 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5196 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
5197 width only when it is for padding.
5198
5199 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
5200
5201 * xfns.c (Fx_show_tip): Call try_window in a loop until
5202 fonts_changed_p is zero (Bug#2423).
5203
5204 2010-04-08 Eli Zaretskii <eliz@gnu.org>
5205
5206 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
5207 the end of TEXT_AREA. (Bug#5856)
5208
5209 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
5210
5211 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
5212 HAVE_GCONF.
5213
5214 2010-04-08 Eli Zaretskii <eliz@gnu.org>
5215
5216 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
5217 prev.orig_type, for resolving type of NSM. (Bug#5858)
5218
5219 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
5220
5221 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
5222 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
5223 in current_font.
5224 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
5225 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
5226 New functions.
5227 (syms_of_xsettings): Initialize current_font.
5228 defsubr Sfont_get_system_normal_font.
5229
5230 * xsettings.h (Ffont_get_system_normal_font)
5231 (xsettings_get_system_normal_font): Declare.
5232
5233 * xfns.c (extern xlwmenu_default_font): Remove.
5234 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
5235 to xlwmenu.c.
5236
5237 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
5238 menu items in UTF-8.
5239
5240 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
5241 (apply_systemfont_to_menu): New function.
5242 (set_frame_menubar, create_and_show_popup_menu): Call
5243 apply_systemfont_to_menu.
5244
5245 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
5246
5247 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
5248 FRAME_LINE_TO_PIXEL_Y.
5249
5250 * xterm.c (x_set_window_size_1): Don't add border_width/height to
5251 pixelwidth/height.
5252
5253 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
5254
5255 Simplify code for HP machines.
5256 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
5257 for GNU_LINUX, not needed.
5258 (UNEXEC, NEED_BSDTTY): Move definitions...
5259 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
5260
5261 * m/iris4d.h (UNEXEC): Move definition ...
5262 * s/irix6-5.h (UNEXEC): ... here.
5263
5264 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
5265
5266 * xfns.c (set_machine_and_pid_properties): New function.
5267 (Fx_create_frame): Call set_machine_and_pid_properties.
5268
5269 2010-04-03 Eli Zaretskii <eliz@gnu.org>
5270
5271 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
5272 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
5273 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
5274
5275 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
5276 in this function. (Bug#5703)
5277
5278 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
5279
5280 * nsterm.h: Fix last change.
5281
5282 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
5283
5284 * m/intel386.h (NO_REMAP): Move definition ...
5285 * s/msdos.h (NO_REMAP): ... here.
5286
5287 * m/vax.h (CRT0_DUMMIES): Remove, unused.
5288
5289 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
5290 used on those platforms.
5291
5292 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5293
5294 Remove extern errno declarations.
5295 * xterm.c:
5296 * xrdb.c:
5297 * w32term.c:
5298 * unexec.c:
5299 * unexaix.c:
5300 * sysdep.c:
5301 * process.c:
5302 * lread.c:
5303 * keyboard.c:
5304 * floatfns.c:
5305 * filelock.c:
5306 * fileio.c:
5307 * emacs.c (main):
5308 * ecrt0.c:
5309 * dispnew.c:
5310 * callproc.c:
5311 * buffer.c: Remove errno extern declarations.
5312 * s/netbsd.h (NEED_ERRNO): Remove.
5313
5314 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5315
5316 Remove all uses of LIBX11_SYSTEM.
5317 * Makefile.in (LIBX11_SYSTEM): Remove.
5318 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
5319 instead.
5320
5321 2010-04-01 Eli Zaretskii <eliz@gnu.org>
5322
5323 Remove support for DJGPP v1.x (bug#5813).
5324
5325 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
5326 * s/msdos.h:
5327 * unexec.c (make_hdr, copy_text_and_data):
5328 * sysdep.c (wait_for_termination, sys_subshell):
5329 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
5330 (IT_set_terminal_modes, __write, _rename, gethostname)
5331 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
5332 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
5333 the value of __DJGPP__.
5334 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
5335 compatibility code.
5336 * lread.c:
5337 * gmalloc.c (memalign):
5338 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
5339 * emacs.c (main):
5340 * dosfns.c (init_dosfns):
5341 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
5342
5343 2010-04-01 Eli Zaretskii <eliz@gnu.org>
5344
5345 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
5346 string with `cursor' property comes from an `after-string'
5347 overlay. (Bug#5816)
5348
5349 2010-04-01 Glenn Morris <rgm@gnu.org>
5350
5351 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
5352 Define as Makefile variables.
5353 (LIBX): Use above variables rather than directly using autoconf.
5354
5355 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
5356
5357 Clean up BSD_SYSTEM use.
5358 * xterm.c:
5359 * process.c:
5360 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
5361 for including <sys/ioctl.h>.
5362 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
5363 code is only used for MSDOS.
5364
5365 2010-03-31 Juri Linkov <juri@jurta.org>
5366
5367 * image.c: Add `Qextension_data'.
5368 (syms_of_image): Initialize and staticpro `Qextension_data'.
5369 (Fimage_metadata): Rename from `Fimage_extension_data'.
5370 (gif_load): Put GIF extension data to the property
5371 `Qextension_data'.
5372
5373 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5374
5375 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
5376 * nsterm.h: Fix prototype.
5377
5378 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5379
5380 * xdisp.c (highlight_trailing_whitespace): Support highlight of
5381 trailing whitespace in right-to-left rows.
5382
5383 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5384
5385 Get rid of the direct_output optimizations.
5386 * keyboard.c (nonundocount): Remove extern declaration.
5387 (command_loop_1): Remove brittle optimisation for cheap and
5388 common operations.
5389 * xdisp.c (redisplay_internal): Don't bother checking
5390 redisplay_performed_directly_p any more.
5391 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
5392 any more.
5393 * dispnew.c (redisplay_performed_directly_p)
5394 (direct_output_for_insert, direct_output_forward_char):
5395 * dispextern.h (redisplay_performed_directly_p)
5396 (direct_output_for_insert, direct_output_forward_char): Remove.
5397 * cmds.c (nonundocount): Make it static.
5398
5399 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
5400
5401 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
5402
5403 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
5404
5405 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
5406 invisible (Bug#5766).
5407
5408 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
5409
5410 * xdisp.c (x_consider_frame_title, update_window_cursor):
5411 Remove HAVE_NS conditionals.
5412 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
5413
5414 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
5415 filename for the title.
5416 (ns_set_doc_edited): Do nothing if the selected window is a
5417 minibuffer window.
5418
5419 * nsterm.h: Add prototypes for ns_set_name_as_filename and
5420 ns_set_doc_edited.
5421
5422 * nsterm.m: Remove unneeded prototype.
5423
5424 2010-03-31 Glenn Morris <rgm@gnu.org>
5425
5426 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
5427 in the DOC file. (Bug#5336)
5428
5429 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
5430
5431 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
5432
5433 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * window.c (keys_of_window): Remove redundant/overridden bindings.
5436
5437 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5438
5439 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
5440 Restore original behavior when the iterator is not bidi_p.
5441
5442 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5443
5444 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
5445
5446 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5447
5448 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
5449 are outside the range of cached character positions.
5450
5451 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
5452
5453 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
5454
5455 2010-03-30 Eli Zaretskii <eliz@gnu.org>
5456
5457 Initial support for bidirectional editing.
5458
5459 * Makefile.in (obj): Include bidi.o.
5460 (bidi.o): New target.
5461
5462 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
5463 ($(BLD)/bidi.$(O)): New target.
5464
5465 * bidi.c: New file.
5466
5467 * buffer.h (struct buffer): New members bidi_display_reordering
5468 and bidi_paragraph_direction.
5469
5470 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
5471 and bidi_paragraph_direction.
5472 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
5473 and bidi-paragraph-direction.
5474 (Fbuffer_swap_text): Swap the values of
5475 bidi_display_reordering and bidi_paragraph_direction.
5476
5477 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
5478 (bidi_type_t, bidi_dir_t): New types.
5479 (bidi_saved_info, bidi_stack, bidi_it): New structures.
5480 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
5481 prev_stop, base_level_stop, and eol_pos.
5482 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
5483 (IT_STACK_SIZE): Enlarge to 5.
5484 (struct glyph_row): New member reversed_p.
5485 <string_buffer_position>: Update prototype.
5486 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
5487 glyph_row if bidi_it.paragraph_dir == R2L.
5488 (struct glyph): New members resolved_level and bidi_type.
5489
5490 * dispnew.c (direct_output_forward_char): Give up if we need bidi
5491 processing or buffer's direction is right-to-left.
5492 (prepare_desired_row): Preserve the reversed_p flag.
5493 (row_equal_p): Compare the reversed_p attributes as well.
5494
5495 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
5496 bidi_init_it and set it->paragraph_embedding from the current
5497 buffer's value of bidi_paragraph_direction.
5498 (reseat_1): Initialize bidi_it.first_elt.
5499 (set_iterator_to_next, next_element_from_buffer): Use the value of
5500 paragraph_embedding to determine the paragraph direction.
5501 (set_iterator_to_next): Under bidi reordering, call
5502 bidi_get_next_char_visually. Call bidi_paragraph_init if the
5503 new_paragraph flag is set in the bidi iterator.
5504 (next_element_from_buffer): If bidi_it.first_elt is set,
5505 initialize paragraph direction and find the first character to
5506 display in the visual order. If reseated to a middle of a line,
5507 prime the bidi iterator starting at the line's beginning. Handle
5508 the situation where we overstepped stop_charpos due to
5509 non-linearity of the bidi iteration. Likewise for when we back up
5510 beyond the previous stop_charpos. When moving across stop_charpos,
5511 record it in prev_stop.
5512 (display_line): Set row->end and it->start for the next row to the
5513 next character in logical order. Always extend reversed_p rows to
5514 the end of line, even if they end at ZV. Copy the reversed_p flag
5515 to the next glyph row. Keep calling set_cursor_from_row for
5516 bidi-reordered rows even if we already have a possible candidate
5517 for cursor position. Set row_end after all the row's glyphs have
5518 been produced, by looping over the glyphs. Record the position
5519 after EOL in it->eol_pos, and use it to set end_pos of the last
5520 row produced for a continued line.
5521 <Qright_to_left, Qleft_to_right>: New variables.
5522 (syms_of_xdisp): Initialize and staticpro them.
5523 (string_buffer_position_lim): New function.
5524 (string_buffer_position): Most of code moved to
5525 string_buffer_position_lim. Last argument and return value are
5526 now EMACS_INT; all callers changed.
5527 (set_cursor_from_row): Rewritten to support bidirectional text and
5528 reversed glyph rows.
5529 (text_outside_line_unchanged_p, try_window_id): Disable
5530 optimizations if we are reordering bidirectional text and the
5531 paragraph direction can be affected by the change.
5532 (append_glyph, append_composite_glyph)
5533 (produce_image_glyph, append_stretch_glyph): Set the
5534 resolved_level and bidi_type members of each glyph.
5535 (append_glyph): If the glyph row is reversed, prepend the glyph
5536 rather than appending it.
5537 (handle_stop_backwards): New function.
5538 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
5539 (reseat): call handle_stop_backwards to recompute prev_stop and
5540 base_level_stop for the new position.
5541 (handle_invisible_prop): Under bidi iteration, skip invisible text
5542 using bidi_get_next_char_visually. If we are `reseat'ed, init the
5543 paragraph direction. Update IT->prev_stop after skipping
5544 invisible text.
5545 (move_it_in_display_line_to): New variables prev_method
5546 and prev_pos. Compare for strict equality in
5547 BUFFER_POS_REACHED_P.
5548 (try_cursor_movement): Examine all the candidate rows that occlude
5549 point, to return the best match. If rows are bidi-reordered
5550 and point moved backwards, back up to the row that is not a
5551 continuation line, and start looking for a suitable row from
5552 there.
5553
5554 * term.c (append_glyph): Reverse glyphs by pre-pending them,
5555 rather than appending, if the glyph_row's reversed_p flag is set.
5556 Set the resolved_level and bidi_type members of each glyph.
5557
5558 * .gdbinit (pbiditype): New command.
5559 (pgx): Use it to display bidi level and type of the glyph.
5560 (pitx): Display some bidi information about the iterator.
5561 (prowlims, pmtxrows): New commands.
5562
5563 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5564
5565 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
5566 * s/usg5-4.h (LIBS_DEBUG):
5567 * s/irix6-5.h (C_DEBUG_SWITCH):
5568 * s/gnu-linux.h (LIBS_DEBUG):
5569 * s/darwin.h (LIBS_DEBUG):
5570 * s/bsd-common.h (LIBS_DEBUG):
5571 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
5572 * m/iris4d.h (LIBS_DEBUG):
5573 * m/hp800.h (LIBS_DEBUG): Remove definitions.
5574
5575 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
5576 (LIBS_DEBUG): Remove definition.
5577
5578 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
5579
5580 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
5581 Windows.
5582
5583 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5584
5585 * process.c (Fmake_network_process): Don't call turn_on_atimers around
5586 `connect' (Bug#5723).
5587
5588 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
5589
5590 * process.c (Fmake_network_process): Call `select' for interrupted
5591 `connect' rather than creating new socket (Bug#5173).
5592
5593 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
5594
5595 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
5596
5597 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
5598
5599 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
5600
5601 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5602
5603 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
5604 XLoadQueryFont.
5605
5606 2010-03-24 Kenichi Handa <handa@m17n.org>
5607
5608 * coding.c (decode_coding_ccl): Fix previous change for the
5609 multibyte case.
5610 (encode_coding_ccl): Don't setup ccl program here. Fix for the
5611 case that the output buffer is fullfilled.
5612 (encode_coding): Setup ccl program here.
5613
5614 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5615
5616 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
5617
5618 Simplify LIBS_MACHINE definitions.
5619 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
5620 * m/iris4d.h (LIBS_MACHINE): Likewise.
5621 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
5622 * s/aix4-2.h (LIBS_SYSTEM): ... here.
5623 * s/netbsd.h: Remove commented out code.
5624
5625 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5626
5627 Remove dead code dealing with POSIX_SIGNALS.
5628 * atimer.c (set_alarm): Remove dead code, all USG systems define
5629 POSIX_SIGNALS.
5630 * data.c (arith_error): Likewise.
5631 * keyboard.c (input_available_signal, handle_user_signal)
5632 (interrupt_signal): Likewise.
5633 * process.c (sigchld_handler): Likewise.
5634 (create_process): Remove if 0 code. Remove HPUX conditional when
5635 !defined (POSIX_SIGNALS), it cannot be true.
5636 * syssignal.h: Remove USG5_4 and USG conditionals when
5637 !POSIX_SIGNALS, they cannot be true.
5638
5639 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
5640 NO_SOCK_SIGIO, not used anymore.
5641
5642 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
5643
5644 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
5645 support vax on BSDs.
5646
5647 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
5648 * s/aix4-2.h (ORDINARY_LINK): ... here.
5649
5650 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
5651
5652 * Makefile.in (abs_builddir): Define.
5653 (bootstrap_exe): Use it.
5654 (VPATH): Use $(srcdir) instead of @srcdir@.
5655
5656 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5657
5658 * Makefile.in (bootstrap_exe): Use an absolute name.
5659
5660 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5661
5662 Remove support for old GNU/Linux using libc version 5.
5663 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
5664 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
5665
5666 Consolidate redundant definitions in s/bsd-common.h.
5667 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5668 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5669 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
5670 doing it in all files that include this one.
5671 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5672 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5673 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5674 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5675 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5676 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5677 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
5678 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
5679 (LDAV_SYMBOL, KERNEL_FILE): Remove.
5680
5681 Consolidate redundant definitions.
5682 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
5683 it's undefined in all files that include this one.
5684 (POSIX_SIGNALS): Define here instead of doing it in all files that
5685 include this one.
5686 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5687 (POSIX_SIGNALS): Do not define.
5688 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5689 (POSIX_SIGNALS): Do not define.
5690 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
5691 (POSIX_SIGNALS): Do not define.
5692
5693 Remove support for old UNIX System V systems.
5694 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
5695 * s/usg-5-4-2.h: Remove.
5696
5697 Remove support for Solaris on PPC and for old versions.
5698 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
5699 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
5700 that cancel each other.
5701 * s/sol2-3.h:
5702 * s/sol2-4.h:
5703 * s/sol2-5.h: Remove.
5704 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
5705 (NO_REMAP): Remove, unused.
5706 (UNEXEC): Move definition ...
5707 * s/aix4-2.h (UNEXEC): ... here.
5708
5709 * s/openbsd.h: Remove support for non-ELF and for systems that do
5710 not support shared libraries.
5711 * s/netbsd.h:
5712 * s/freebsd.h: Likewise.
5713
5714 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5715
5716 Remove non-working support for lynxos 3.0.
5717 * s/lynxos.h: Remove file.
5718
5719 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
5720 COFF_BSD_SYMBOLS, nothing defines it anymore.
5721
5722 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5723
5724 Remove obsolete uses of HAVE_SHM.
5725 * emacs.c (standard_args):
5726 (Fdump_emacs):
5727 (syms_of_emacs): Remove code depending on HAVE_SHM.
5728
5729 * alloc.c: Remove HAVE_SHM dependent definition.
5730
5731 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
5732
5733 2010-03-18 Glenn Morris <rgm@gnu.org>
5734
5735 * emacs.c (USAGE4): Hard-code bug address.
5736 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
5737 (bug_reporting_address): Remove.
5738 (main): Don't call bug_reporting_address.
5739
5740 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
5741 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
5742
5743 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
5744
5745 * xfns.c (Fx_create_frame):
5746 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
5747 on left.
5748
5749 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
5750
5751 * editfns.c (Fformat): Account for string precision when computing
5752 field width (Bug#5710).
5753
5754 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5755
5756 * xfns.c (Fx_create_frame): Set default to Qright.
5757
5758 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
5759 all window systems.
5760
5761 2010-03-12 Eli Zaretskii <eliz@gnu.org>
5762
5763 These changes remove termcap.c from the build on Posix platforms.
5764 * Makefile.in (termcapobj): Move termcap.o from here...
5765 (MSDOS_OBJ): ...to here.
5766 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
5767 now identical to when LIBS_TERMCAP is defined.
5768
5769 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
5770
5771 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
5772
5773 * config.in: Regenerated. (See top-level ChangeLog.)
5774
5775 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5776
5777 * Branch for 23.2.
5778
5779 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5780
5781 Cleanup setup of gl_state in various parts of the code.
5782 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
5783 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
5784 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
5785 (skip_chars):
5786 * regex.c (regex_compile): Use it.
5787 (re_compile_pattern): Don't set gl_state.current_syntax_table since
5788 it's now set in regex_compile when/if we need it.
5789
5790 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5791
5792 Make it possible to C-g in a tight bytecode loop again (bug#5680).
5793 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
5794 (QUIT): Use it to consolidate code and remove redundancy.
5795 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
5796
5797 * regex.c (regex_compile): Setup gl_state as well.
5798
5799 * syntax.c (skip_chars): Setup gl_state (bug#3823).
5800 (in_classes): Use CONSP before XCAR/XCDR.
5801
5802 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
5803
5804 * keymap.c (Fwhere_is_internal): Use Fequal to compare
5805 definitions, so that keyboard macros are correctly handled
5806 (Bug#5481).
5807
5808 2010-03-02 Eli Zaretskii <eliz@gnu.org>
5809
5810 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
5811 text that could be relocated inside the call to emacs_mule_char.
5812 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
5813 (CODING_DECODE_CHAR): Add a comment describing its purpose.
5814
5815 2010-03-02 Kenichi Handa <handa@m17n.org>
5816
5817 * character.c (parse_str_as_multibyte): Fix handling of the
5818 multibyte form of raw-bytes.
5819 (str_as_multibyte): Likewise.
5820
5821 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
5822 form of raw-bytes.
5823
5824 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
5825
5826 * charset.c (load_charset_map_from_file)
5827 (load_charset_map_from_vector): Zero out allocated
5828 charset_map_entries before using them.
5829
5830 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
5831
5832 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
5833
5834 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5835
5836 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
5837 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
5838
5839 2010-02-26 Kenichi Handa <handa@m17n.org>
5840
5841 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
5842
5843 * xdisp.c (reseat_to_string): Fix previous change.
5844
5845 2010-02-26 David Reitter <david.reitter@gmail.com>
5846
5847 * nsfont.m (nsfont_draw): ns_antialias_text should be a
5848 Lisp_Object (Bug#4736).
5849
5850 2010-02-25 Kenichi Handa <handa@m17n.org>
5851
5852 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
5853
5854 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
5855
5856 * xterm.c (XTflash): Move declarations before statements.
5857
5858 * gtkutil.c (xg_get_gdk_display): Remove (unused).
5859 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
5860 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
5861 (xg_create_tool_bar): Remove unused variables.
5862 (x_wm_set_size_hint): Move declarations before statements.
5863 (xg_create_frame_widgets): Remove variable grav.
5864
5865 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
5866
5867 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
5868
5869 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5870
5871 * term.c (fatal): Add a final \n if needed (bug#5596).
5872
5873 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
5874
5875 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
5876
5877 2010-02-18 Glenn Morris <rgm@gnu.org>
5878
5879 * callint.c (Finteractive): Doc fix.
5880
5881 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5882
5883 * coding.c (record_conversion_result):
5884 Handle CODING_RESULT_INSUFFICIENT_DST.
5885 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
5886 memory allocation error.
5887
5888 2010-02-17 Kenichi Handa <handa@m17n.org>
5889
5890 * coding.c (decode_coding_ccl): Don't setup ccl program here.
5891 Fix for the case that the output buffer is fullfilled.
5892 (decode_coding): Setup ccl program here. Keep looping when the
5893 decoder stopped because the output buffer is
5894 fullfilled (bug#5534).
5895
5896 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
5897
5898 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
5899
5900 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
5901 bug #5571.
5902 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
5903 overdrawn.
5904
5905 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
5906
5907 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
5908 doing_interact here.
5909 (ice_connection_closed): New function.
5910 (x_session_check_input, smc_die_CB, ice_io_error_handler)
5911 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
5912 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
5913 returns I/O error.
5914 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
5915 bug #5512.
5916
5917 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
5918
5919 * nsfont.m (nsfont_open): The system's value for the font descent
5920 is negative, so round it down to avoid clipping.
5921
5922 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
5923
5924 * charset.c (load_charset_map_from_file)
5925 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
5926 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
5927
5928 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
5929
5930 * charset.c (load_charset_map_from_file): Allocate large
5931 charset_map_entries structure on the heap rather than the stack.
5932 (Bug#5526).
5933
5934 2010-01-31 Kenichi Handa <handa@m17n.org>
5935
5936 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
5937 size in NAME is invalid, return -1 (Bug#5396).
5938
5939 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
5940
5941 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
5942 <deactivated@gmail.com> (Bug#3605).
5943
5944 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
5945
5946 * fileio.c (Frename_file): Correctly rename symlinks to
5947 directories (Bug#5496).
5948
5949 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
5950
5951 * nsterm.m (ns_ring_bell): Handle visible bell like X.
5952
5953 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
5954
5955 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
5956
5957 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
5958
5959 * frame.c (DEFAULT_ROWS): Change default to 35.
5960
5961 * xfns.c (x_default_font_parameter): Change default XFT font to
5962 monospace-10 (Bug#3643).
5963
5964 2010-01-29 Eli Zaretskii <eliz@gnu.org>
5965
5966 * w32inevt.c (key_event): Remove unnecessary comparison of
5967 event->uChar.AsciiChar with 128.
5968
5969 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
5970
5971 * fileio.c (Frename_file): Fix last change (Bug#5487).
5972
5973 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
5974
5975 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
5976
5977 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
5978
5979 * xfns.c (Fx_create_frame): Remove window size matching code from
5980 2010-01-15.
5981 (x_get_current_desktop, x_get_desktop_workarea): Remove.
5982
5983 2010-01-27 Jason Rumney <jasonr@gnu.org>
5984
5985 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
5986 (key_event): Use unicode for characters 128 and higher (Bug#4567).
5987
5988 2010-01-27 Kenichi Handa <handa@m17n.org>
5989
5990 * regex.c (analyse_first): Fix setting of fastmap for unibyte
5991 pattern string (Bug#4209).
5992
5993 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
5994
5995 * fileio.c (Frename_file): Call copy-directory and
5996 delete-directory for directories, in order to handle cross-device
5997 renaming (Bug#3353).
5998
5999 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
6000
6001 * xfns.c (Fx_create_frame): If frame height is too big, try
6002 sizes 24 and 10. Bug #3643.
6003
6004 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 Try and fix bug#788, hopefully for real this time.
6007 * keymap.c (shadow_lookup): Add `remap' arg.
6008 (describe_map, describe_vector): Update calls to shadow_lookup.
6009 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
6010 `remapped' so this flag is applicable to `sequence'. Be careful to
6011 perform remapping during shadow_lookup check of remapped_sequences.
6012
6013 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
6014
6015 * image.c (png_load): Use png_sig_cmp instead of the obsolete
6016 png_check_sig, which has been removed in libpng 1.4.
6017
6018 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6019
6020 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
6021 lacks this header file).
6022
6023 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6024
6025 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
6026 as in Emacs 22.
6027
6028 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6029
6030 * lisp.h (make_pure_string): String pointer arg now points to const.
6031
6032 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
6033 args now point to const.
6034
6035 2010-01-22 Eli Zaretskii <eliz@gnu.org>
6036
6037 * lread.c (Fload): Don't treat files without .elc extension as
6038 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
6039 them. (bug#5303)
6040
6041 2010-01-20 Kenichi Handa <handa@m17n.org>
6042
6043 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
6044 treat the source as actual byte sequence.
6045
6046 2010-01-19 Alan Mackenzie <acm@muc.de>
6047
6048 Fix spurious before-change-functions invocation from (insert ?\n).
6049 * textprop.c (set_text_properties): Rename parameter
6050 `signal_after_change_p' to `coherent_change_p', and make the
6051 invocation of `modify_region' conditional on it.
6052
6053 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
6054
6055 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
6056 for debug purpose.
6057 (syms_of_xsettings): Declare xft-settings.
6058
6059 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
6060
6061 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
6062
6063 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6064
6065 * xterm.c (event_handler_gdk): Block input (Bug#5037).
6066
6067 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
6068
6069 * emacs.c (standard_args): Adjust arg priorities to reflect how
6070 they are processed in startup.el.
6071
6072 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
6073
6074 * Makefile.in (lisp, shortlisp): Update.
6075
6076 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6077
6078 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
6079 code, link the new kboard into all_kboard before running Lisp code,
6080 and protect the new terminal with GCPRO (Bug#5365).
6081 (x_term_init): Remove unused var `atom'.
6082 (x_delete_display, x_delete_terminal): Remove unused var `i'.
6083
6084 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
6085
6086 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
6087 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
6088 to find out usable size of the desktop. Don't make frames larger than
6089 this. Bug #3643.
6090
6091 2010-01-15 Kenichi Handa <handa@m17n.org>
6092
6093 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
6094
6095 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
6096
6097 * nsterm.m (Qnone): Define.
6098
6099 * nsfns.m (Qnone): Move definition to nsterm.m.
6100
6101 2010-01-14 Kenichi Handa <handa@m17n.org>
6102
6103 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
6104 systems.
6105
6106 2010-01-14 Kenichi Handa <handa@m17n.org>
6107
6108 Make auto-composition work on all buffers even if they are
6109 fundamental mode.
6110
6111 * composite.c (Vauto_composition_mode): New variable.
6112 (composition_compute_stop_pos): Check Vauto_composition_mode
6113 instead of Vauto_composition_function.
6114 (composition_adjust_point, Ffind_composition_internal): Likewise.
6115 (syms_of_composite): Declare Lisp variable
6116 "auto-composition-mode" here.
6117
6118 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
6119
6120 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
6121 during call to vendor-specific-keysyms (Bug#5365).
6122
6123 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6124
6125 * keyboard.c (input_available_signal) [SYNC_INPUT]:
6126 Call SIGNAL_THREAD_CHECK (Bug#5333).
6127
6128 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
6129 Call SIGNAL_THREAD_CHECK.
6130
6131 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 Try to fix bug#5314. This is probably not the final word, tho.
6134 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
6135 recent-auto-save-p as a side-effect.
6136 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
6137 * buffer.c (Fkill_buffer, reset_buffer):
6138 * editfns.c (Fsubst_char_in_region):
6139 * fileio.c (Finsert_file_contents, Fdo_auto_save)
6140 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
6141
6142 2010-01-13 Kenichi Handa <handa@m17n.org>
6143
6144 Display buffer name, etc. in mode line by composing correctly.
6145
6146 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
6147 STRING is not nil.
6148 (display_mode_element): Adjust for the change of
6149 decode_mode_spec and display_line.
6150 (decode_mode_spec): Change arg MULTIBYTE to STRING.
6151 (display_string): Handle the case that STRING is non-null and
6152 LISP_STRING is not nil.
6153
6154 * xterm.c (x_draw_composite_glyph_string_foreground):
6155 Pay attention to s->face->overstrike.
6156
6157 * composite.c (composition_reseat_it): Don't check PT if STRING is
6158 non nil.
6159
6160 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6161
6162 * keyboard.c (read_char): Don't apply previous change when current
6163 buffer is unchanged by command execution.
6164
6165 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
6166
6167 * keyboard.c (read_char): Return after executing from special map.
6168
6169 2010-01-12 Glenn Morris <rgm@gnu.org>
6170
6171 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
6172 bug-gnu-emacs rather than emacs-pretest-bug.
6173
6174 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
6175
6176 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
6177 initializing the Lisp variables that depend on them.
6178
6179 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6180
6181 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
6182 Clear areas that will not be updated after change of menu bar lines.
6183 Clear the menu bar window's current matrix when the window gets empty.
6184
6185 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6186
6187 * intervals.h, textprop.c (extend_property_ranges): Return value
6188 and args changed. Discard properties that begin at or after the
6189 new end (Bug#5306).
6190
6191 * editfns.c (Fformat): Caller changed.
6192
6193 * nsterm.m (ns_set_default_prefs): Delete function.
6194 (syms_of_nsterm): Initialize ns_command_modifier,
6195 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
6196 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
6197
6198 * xdisp.c (pos_visible_p): Check for invisible text at the correct
6199 position (Bug#4040).
6200
6201 2010-01-09 Eli Zaretskii <eliz@gnu.org>
6202
6203 * editfns.c (Ffloat_time): Doc fix.
6204
6205 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
6206
6207 * xfns.c (Fx_create_frame): Don't create frame larger than display
6208 by default bug#3643.
6209
6210 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6211
6212 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
6213 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
6214 windows above internal border.
6215
6216 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
6217 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
6218 windows above internal border.
6219
6220 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
6221 tool bar windows specially.
6222
6223 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
6224
6225 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
6226 specially.
6227 (XTflash): Take account of menu bar height.
6228
6229 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
6230 specially.
6231
6232 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
6233
6234 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
6235 also be true before we can return early (bug #5339).
6236
6237 2010-01-06 David Reitter <david.reitter@gmail.com>
6238
6239 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
6240 (Fns_display_usable_bounds): Rewrite, computing bounds properly
6241 (Bug#3233).
6242
6243 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
6244
6245 * font.c (font_open_entity): Enable chache and call cached_font_ok
6246 for the driver if defined.
6247 (QCuser_spec): New symbol.
6248 (font_spec_from_name): Save name as user-spec.
6249 (font_load_for_lface): Keep user-spec instead of name.
6250 (font_open_by_name): Save name as user-spec.
6251 (syms_of_font): Initialize QCuser_spec.
6252 (font_clear_prop): Clear name if it exists in font (bug#5157).
6253
6254 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
6255 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
6256 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
6257
6258 * font.h (struct font_driver): Add cached_font_ok.
6259
6260 * xterm.c (x_clear_frame): Queue draw for scroll bars.
6261
6262 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
6263
6264 * xterm.c (x_new_font): Move code for setting rows/cols before
6265 resizing ...
6266 (x_set_window_size): ... to here. Bug #2568.
6267
6268 * gtkutil.c (xg_clear_under_internal_border): New function.
6269 (xg_frame_resized, xg_frame_set_char_size):
6270 Call xg_clear_under_internal_border.
6271 (xg_update_scrollbar_pos): Clear under old scroll bar position.
6272
6273 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
6274
6275 * keyboard.c (read_key_sequence): Catch keyboard switch after
6276 making a new tty frame (Bug#5095).
6277
6278 2010-01-05 Kenichi Handa <handa@m17n.org>
6279
6280 * fontset.c (fontset_find_font): Fix getting the frame pointer.
6281
6282 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6283
6284 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
6285 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
6286 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
6287
6288 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
6289
6290 * dbusbind.c (xd_add_watch): Improve debug message.
6291 (xd_remove_watch): Improve debug message. If DATA is the session
6292 bus, unset D-Bus session environment.
6293 (Fdbus_init_bus): Pass the bus as argument to
6294 dbus_connection_set_watch_functions. (Bug#5283)
6295
6296 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6297
6298 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
6299
6300 * lread.c (syms_of_lread): Make it clearer that these are the
6301 names of loaded files (Bug#5068).
6302
6303 * eval.c (run_hook_with_args): Handle the case where the global
6304 value has the obsolete single-function form (Bug#5026).
6305
6306 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
6307
6308 * minibuf.c (Fall_completions): Minor optimization.
6309
6310 2009-12-26 Eli Zaretskii <eliz@gnu.org>
6311
6312 * .gdbinit (pgx): Fix display of composite glyphs.
6313 Display cmp.from and cmp.to as well.
6314 (pitx): Fix last change.
6315
6316 2009-12-25 Kenichi Handa <handa@m17n.org>
6317
6318 * composite.h (composition_adjust_point): Update prototype.
6319
6320 * composite.c (composition_reseat_it): Don't make a composition
6321 spanning over point.
6322 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
6323 composable characters.
6324 (composition_adjust_point): New arg NEW_PT. Callers changed.
6325
6326 * keyboard.c (command_loop_1): Force redisplay if the last point
6327 was within a composition.
6328 (adjust_point_for_property): Don't adjust point for automatic
6329 composition when called after buffer modification.
6330
6331 2009-12-19 Eli Zaretskii <eliz@gnu.org>
6332
6333 * .gdbinit (pitx): Don't use enum names, use their values.
6334 Remove reference to non-existing value GET_FROM_COMPOSITION.
6335 (pgx): Don't use enum names, use their values.
6336 (pitmethod): New helper command.
6337 (pitx): Use it to display iteration method.
6338 (pgrowit): New command.
6339
6340 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
6341
6342 Update dependencies in Makefile.in.
6343
6344 * Makefile.in (alloc.o): Depend on termhooks.h.
6345 (atimer.o): Depend on blockinput.h.
6346 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
6347 and frame.h.
6348 (callint.o): Depend on systime.h, coding.h, and composite.h.
6349 (callproc.o): Depend on buffer.h.
6350 (casefiddle.o): Don't depend on charset.h.
6351 (casetab.o): Depend on character.h.
6352 (ccl.o): Depend on composite.h.
6353 (chartab.o): Depend on ccl.h.
6354 (cm.o): Depend on dispextern.h.
6355 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
6356 (coding.o): Don't depend on $(INTERVALS_H).
6357 (composite.o): Don't depend on dispextern.h explicitly (it's in
6358 $(INTERVALS_H)). Depend on ccl.h.
6359 (data.o): Depend on systime.h, coding.h, composite.h,
6360 dispextern.h, font.h, and ccl.h.
6361 (dired.o): Depend on composite.h.
6362 (dispnew.o): Depend on coding.h. Don't depend explicitly on
6363 composite.h (it's in $(INTERVALS_H)).
6364 (doc.o): Depend on systime.h, coding.h, and composite.h.
6365 (editfns.o): Don't depend explicitly on dispextern.h.
6366 (emacs.o): Depend on frame.h and coding.h.
6367 (eval.o): Depend on coding.h, composite.h, and xterm.h.
6368 (fileio.o): Depend on frame.h and commands.h. Don't depend
6369 explicitly on dispextern.h.
6370 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
6371 composite.h.
6372 (fns.o): Don't depend on termhooks.h.
6373 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
6374 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
6375 coding.h, $(INTERVALS_H), window.h, xterm.h.
6376 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
6377 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
6378 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
6379 fontset.h, ccl.h, and ftfont.h.
6380 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6381 (gtkutil.o): Depend on dispextern.h and composite.h.
6382 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
6383 termhooks.h, and ccl.h.
6384 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
6385 (intervals.o): Depend on systime.h and coding.h.
6386 (keyboard.o): Depend on composite.h and coding.h.
6387 (keymap.o): Depend on coding.h and frame.h.
6388 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
6389 (macros.o): Depend on systime.h, coding.h, and composite.h.
6390 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
6391 and atimer.h.
6392 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
6393 dispextern.h explicitly.
6394 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
6395 Don't depend explicitly on dispextern.h and composite.h.
6396 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
6397 (regex.o): Don't depend on charset.h.
6398 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
6399 (search.o): Don't depend explicitly on composite.h.
6400 (sound.o): Depend on atimer.h and systime.h.
6401 (syntax.o): Don't depend explicitly on composite.h.
6402 (sysdep.o): Depend on coding.h and composite.h.
6403 (term.o): Depend on xterm.h and buffer.h.
6404 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
6405 (textprop.o): Don't depend on dispextern.h explicitly.
6406 (undo.o): Depend on dispextern.h.
6407 (window.o): Depend on coding.h and termhooks.h. Don't depend on
6408 dispextern.h and composite.h explicitly.
6409 (xdisp.o): Depend on ccl.h.
6410 (xfaces.o): Depend on coding.h and ccl.h.
6411 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
6412 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6413 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
6414 ftfont.h.
6415 (xgselect.o): New dependency.
6416 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
6417 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
6418 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
6419 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
6420 (xsmfns.o): Depend on frame.h and dispextern.h.
6421 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
6422 sysselect.h.
6423
6424 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
6425
6426 * font.c (Fclear_font_cache): Pass correct cache argument to
6427 font_clear_cache.
6428
6429 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
6430
6431 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
6432 twice.
6433
6434 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
6435
6436 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
6437 calling file-remote-p. Reported by Jim Meyering.
6438
6439 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
6440
6441 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
6442 avoid compiler warnings. (Bug #5217)
6443
6444 2009-12-14 Kenichi Handa <handa@m17n.org>
6445
6446 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
6447 in 8-bit encoding.
6448
6449 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
6450
6451 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
6452 tooltip windows.
6453
6454 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
6455
6456 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
6457 Xatom_net_window_type.
6458
6459 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
6460 Xatom_net_window_type.
6461
6462 * xterm.c (my_log_handler): New function.
6463 (x_term_init): Set my_log_handler as log handler during gtk_init
6464 so we can filter out buggy messages. (Bug #5120).
6465
6466 * xterm.c (xg_scroll_callback): Parameter list changed,
6467 use parameter GtkScrollType to determine scroll/line/page.
6468 Only allow dragging if a button < 4 is grabbed (bug #5177).
6469 (xg_end_scroll_callback): New function.
6470 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
6471 xg_create_scroll_bar.
6472
6473 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
6474 (scroll_end_callback): Remove.
6475 (xg_create_scroll_bar): Add parameter end_callback, bind it to
6476 button-release-event. Replace value-changed event with change-value,
6477 bug #5177.
6478 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
6479 bug #5177.
6480
6481 * gtkutil.h (XG_LAST_SB_DATA): Remove.
6482 (xg_create_scroll_bar): Add GCallback end_callback.
6483
6484 * xftfont.c (QClcdfilter): New variable.
6485 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
6486 (syms_of_xftfont): Initialize QClcdfilter.
6487
6488 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6489
6490 * xsettings.c (struct xsettings): Add member seen.
6491 (parse_xft_settings): Update member seen with what we have read.
6492 Return non-zero if Xft-settings have been parsed, 0 otherwise.
6493 (apply_xft_settings): Only update Xft settings with what member seen
6494 indicates as new.
6495
6496 2009-12-12 Eli Zaretskii <eliz@gnu.org>
6497
6498 * dispextern.h (struct text_pos): Use EMACS_INT.
6499 (struct glyph): Use EMACS_INT for charpos.
6500 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
6501 region_beg_charpos, region_end_charpos,
6502 redisplay_end_trigger_charpos, and also for
6503 iterator_stack_entry.end_charpos and
6504 iterator_stack_entry.stop_charpos.
6505
6506 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
6507
6508 * gtkutil.c (scroll_end_callback): New function (bug #5177).
6509 (xg_create_scroll_bar): Call scroll_end_callback on button release
6510 event (bug #5177).
6511 (xg_event_is_for_scrollbar): != replaced with ==.
6512
6513 2009-12-12 Kenichi Handa <handa@m17n.org>
6514
6515 * ftfont.c (struct ftfont_info): New member matrix.
6516 (ftfont_open): Setup xftfont_info->matrix.
6517 (MFLTFontFT): New member matrix.
6518 (FLOOR, CEIL, ROUND): New macros.
6519 (ftfont_get_metrics): Handle matrix transformation.
6520 (ftfont_shape_by_flt): New arg matrix. Callers changed.
6521
6522 * xftfont.c (struct xftfont_info): New member matrix.
6523 (xftfont_open): Setup xftfont_info->matrix.
6524
6525 2009-12-10 Kenichi Handa <handa@m17n.org>
6526
6527 * xdisp.c (append_space_for_newline): Consider face-remapping.
6528
6529 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
6530
6531 * xsettings.c: Include "keyboard.h".
6532
6533 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
6534
6535 Fix implicit function declarations.
6536 * cmds.c: Include "frame.h".
6537 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
6538 * frame.h: Move declaration of delete_frame outside of
6539 HAVE_WINDOW_SYSTEM.
6540
6541 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
6542
6543 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
6544
6545 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
6546 GTK builds.
6547
6548 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
6549
6550 * unexelf.c (unexec): Don't search for .data twice.
6551
6552 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6553
6554 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
6555 if push failed.
6556 (handle_line_prefix): Set avoid_cursor_p here. Check return value
6557 of push_display_prop (Bug#5000).
6558
6559 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
6560 value of font_list_entities (Bug#5085).
6561
6562 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
6563
6564 Fix `string-to-number' to deal consistently with integers and floats.
6565 * lread.c (isfloat_string): New argument ignore_trailing to accept all
6566 trailing characters, not just whitespace.
6567 (read1): Pass new arg 0 to keep old behavior.
6568 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
6569 trailing chars, as it is already done for integers. Doc fixes.
6570 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
6571
6572 2009-12-04 Eli Zaretskii <eliz@gnu.org>
6573
6574 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
6575 Delete unused enumeration value.
6576
6577 2009-12-03 Eli Zaretskii <eliz@gnu.org>
6578
6579 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
6580
6581 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
6582
6583 * process.c (Fmake_network_process): Fix up the tests for
6584 "connectionless socket", so they DTRT for seqpacket sockets as well.
6585
6586 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * process.c (Qseqpacket): New symbol.
6589 (HAVE_SEQPACKET): New macro.
6590 (Fmake_network_process): Accept new :type `seqpacket'.
6591 (init_process): Add `seqpacket' feature when applicable.
6592 (syms_of_process): Initialize Qseqpacket.
6593
6594 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6595
6596 * font.c (font_load_for_lface, font_open_by_name): Don't store name
6597 if entity is Qnil.
6598
6599 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 * print.c (print_preprocess): Preprocess the key_and_value table of
6602 hashtables, even tho they're "hidden" (bug#5082).
6603
6604 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
6605
6606 * frame.c (frame_make_pointer_invisible)
6607 (frame_make_pointer_visible): Declare f before statements.
6608
6609 2009-11-28 Eli Zaretskii <eliz@gnu.org>
6610
6611 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
6612 omitted dependencies on lisp.h.
6613
6614 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
6615
6616 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
6617 is NULL.
6618
6619 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
6620
6621 * frame.c (frame_make_pointer_invisible)
6622 (frame_make_pointer_visible): Just return if there isn't any selected
6623 frame.
6624
6625 * search.c (simple_search): Remove warning by making *p const.
6626
6627 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
6628
6629 * xdisp.c (power_letter): Remove duplicate const.
6630
6631 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
6632
6633 * term.c (delete_tty): Remove check for last terminal (bug#4970).
6634
6635 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
6636 defaults (bug #5025).
6637
6638 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6639
6640 * insdel.c (adjust_markers_for_delete): Move it in the
6641 right direction! (bug#4803)
6642
6643 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6644
6645 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
6646
6647 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
6648
6649 2009-11-24 Glenn Morris <rgm@gnu.org>
6650
6651 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
6652
6653 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
6654
6655 * Makefile.in: Must create deps for ecrt0.o in its rule.
6656
6657 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
6658 because that is what Gtk+ font dialog understands.
6659
6660 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
6661 of Fcopy_sequence.
6662 (font_open_by_name): Put name given into QCname for font-object returned.
6663
6664 * frame.c (x_set_font): Save original font name as frame parameter
6665 font-parameter.
6666
6667 * xsettings.c (set_default_xft_settings): New function.
6668 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
6669 is found.
6670
6671 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
6672
6673 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
6674 searching backwards through multibyte buffer.
6675
6676 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6677
6678 * xterm.c: #include xgselect.h.
6679 (x_initialize): Call xgselect_initialize.
6680
6681 * xsettings.c (something_changedCB): C++ comments => C comments.
6682 (init_gconf): Do not deal with any GLib file descriptors, xg_select
6683 does that now.
6684
6685 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
6686 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
6687 (scroll_bar_button_cb): Remove.
6688 (create_menus): C++ comments => C comments. Don't bind grab-notify
6689 event.
6690 (xg_create_scroll_bar): Don't bind button-press-event and
6691 button-release-event.
6692
6693 * process.c: Include xgselect.h if defined (USE_GTK) ||
6694 defined (HAVE_GCONF).
6695 (wait_reading_process_output): Call xg_select for the same condition.
6696
6697 * xgselect.c (xg_select): New function to better integrate with
6698 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
6699
6700 * xgselect.h: New file, declare xg_select, xgselect_initialize.
6701
6702 * Makefile.in (XOBJ): Add xgselect.o.
6703
6704 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
6705
6706 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
6707 Remove ignored second argument. All callers changed.
6708 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
6709 (RE_STRING_CHAR_AND_LENGTH): Likewise.
6710 * xdisp.c (string_char_and_length): Likewise.
6711
6712 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
6713
6714 * xterm.c (x_new_font):
6715 * print.c (print_object):
6716 * cmds.c (Fself_insert_command): Move declarations before statements.
6717
6718 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
6719
6720 * s/cygwin.h: Remove unneeded linker flags.
6721
6722 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
6723
6724 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
6725
6726 * xsettings.h: Declare xsettings_get_system_font.
6727
6728 * xsettings.c (xsettings_get_system_font): New function.
6729 (init_gconf): No use initiating gconf unless we have Xft also.
6730 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
6731 HAVE_GCONF.
6732
6733 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
6734 add a blank entry so it doesn't collapse into nothing.
6735
6736 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6737
6738 * lread.c (Funintern): Comment out last change.
6739
6740 2009-11-19 Richard Stallman <rms@gnu.org>
6741
6742 * lread.c (Funintern): Error if symbol is t or nil.
6743
6744 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6745
6746 * insdel.c (make_gap_larger): Don't make as many assumptions about the
6747 representation of Lisp integers.
6748 Reported by MJ Chan <mjchan.inbox@gmail.com>.
6749
6750 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
6751
6752 * lisp.h: Remove declaration of Ffont_get_system_font.
6753 * xfns.c: Move include of "xsettings.h".
6754 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
6755
6756 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6757
6758 * xsettings.c (something_changedCB, Ffont_get_system_font):
6759 Check use_system_font.
6760 (syms_of_xsettings): DEFVAR font-use-system-font.
6761
6762 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
6763
6764 * xfns.c (x_default_font_parameter): Remove dead assignment.
6765
6766 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
6767
6768 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6769
6770 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
6771 not have FC_LCD_*. #define them if not there.
6772
6773 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
6774
6775 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
6776
6777 * xterm.c (handle_one_xevent): Call xft_settings_event for
6778 ClientMessage, PropertyNotify and DestroyNotify.
6779 (x_term_init): If we have XFT, get DPI from Xft.dpi.
6780 Call xsettings_initialize.
6781
6782 * xftfont.c (xftfont_fix_match): New function.
6783 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
6784 Call xftfont_fix_match after XftFontMatch.
6785
6786 * xfont.c (xfont_driver): Initialize all members.
6787
6788 * xfns.c (x_default_font_parameter):
6789 Try font from Ffont_get_system_font.
6790 Do not get font from x_default_parameter if we got one from
6791 Ffont_get_system_font.
6792 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
6793
6794 * w32font.c (w32font_driver): Initialize all members.
6795
6796 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
6797
6798 * lisp.h: Declare syms_of_xsettings.
6799
6800 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
6801 Handle CONFIG_CHANGED_EVENT.
6802
6803 * ftfont.c (ftfont_filter_properties): New function.
6804
6805 * frame.c (x_set_font): Remove unused variable lval.
6806
6807 * font.h (struct font_driver): Add filter_properties.
6808
6809 * font.c (font_put_extra): Don't return if val is nil, it means
6810 boolean option is off.
6811 (font_parse_fcname): Collect all extra properties in extra_props
6812 and call filter_properties for all drivers with extra_props and
6813 font as parameter.
6814 (font_open_entity): Do not use cache, it does not pick up new
6815 fontconfig settings like hinting.
6816 (font_load_for_lface): If spec had a name in it, store it in entity.
6817
6818 * emacs.c (main): Call syms_of_xsettings.
6819
6820 * config.in: HAVE_GCONF is new.
6821
6822 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
6823 xsettings.o is new.
6824
6825 2009-11-17 Kenichi Handa <handa@m17n.org>
6826
6827 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
6828 back to the default font in case that no suitable font is found.
6829
6830 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
6833 Suggested by Chad Brown <yandros@mit.edu>.
6834 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
6835
6836 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
6837
6838 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
6839
6840 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
6841
6842 * Makefile.in: Ignore errors from mkdir when creating deps directory.
6843
6844 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
6845
6846 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
6847 has a parent.
6848
6849 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
6850 dependency files in deps/. Include those files into Makefile.
6851
6852 * config.in: Generated (AUTO_DEPEND).
6853
6854 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6855
6856 * dbusbind.c (Vdbus_registered_objects_table): Rename from
6857 Vdbus_registered_functions_table, because it contains also
6858 properties. Fix docstring.
6859 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
6860
6861 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 * alloc.c (mark_object): Don't reprocess marked strings.
6864 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
6865 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
6866
6867 2009-11-13 Kenichi Handa <handa@m17n.org>
6868
6869 * category.c (word_boundary_p): Adjust for the change of the
6870 semantics of Vword_combining_categories.
6871 (Vword_combining_categories): Describe the slight change of the
6872 semantics.
6873
6874 2009-11-13 Eli Zaretskii <eliz@gnu.org>
6875
6876 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
6877
6878 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
6879
6880 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6881
6882 * xdisp.c (syms_of_xdisp): Fix typo in last change.
6883
6884 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
6885
6886 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
6887
6888 2009-11-11 David Reitter <david.reitter@gmail.com>
6889
6890 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
6891 variables to fix 2009-11-09 change.
6892
6893 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6894
6895 * process.c (ifflag_def): Make flag_sym constant.
6896 (Fnetwork_interface_info): Use a constant pointer.
6897 (ifflag_table):
6898 * xfns.c (cursor_bits):
6899 * xdisp.c (power_letter):
6900 * termcap.c (speeds, esctab):
6901 * sysdep.c (baud_convert):
6902 * keyboard.c (lispy_accent_codes, modifier_names):
6903 * image.c (xbm_format, xpm_format, pbm_format, png_format)
6904 (jpeg_format, tiff_format, gif_format, svg_format)
6905 (interlace_start, interlace_increment, gs_format):
6906 * gtkutil.c (separator_names):
6907 * fringe.c (swap_nibble):
6908 * fns.c (base64_value_to_char, base64_char_to_value):
6909 * fileio.c (make_temp_name_tbl):
6910 * coding.c (suffixes): Make constant.
6911
6912 * frame.c (make_initial_frame):
6913 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
6914 build_string.
6915 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
6916
6917 * s/freebsd.h:
6918 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
6919
6920 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
6921 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
6922
6923 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
6924 * xterm.c (syms_of_xterm):
6925 * xfaces.c (syms_of_xfaces):
6926 * xdisp.c (syms_of_xdisp):
6927 * lread.c (syms_of_lread):
6928 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
6929 build_string.
6930
6931 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
6932
6933 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 * fns.c (Fplist_get): Merge the active and the commented out code.
6936
6937 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
6938
6939 * keyboard.h: Declare timer_check.
6940
6941 * keyboard.c (timer_check_2): New function that does what the old
6942 timer_check did.
6943 (timer_check): Call timer_check_2 until -1 or a non-zero time is
6944 returned, i.e. don't return -1 with timers pending.
6945
6946 * process.c: Remove extern declaration of timer_check.
6947
6948 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
6949 even if timer_check returned -1.
6950
6951 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
6952 xg_dialog_data.
6953 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
6954 the event loop.
6955 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
6956 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
6957 Destroy the dialog after xg_dialog_run.
6958
6959 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6960
6961 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
6962
6963 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
6964
6965 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
6966
6967 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
6968
6969 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
6970
6971 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6972
6973 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
6974 w32menu.c, and nsmenu.m.
6975 Simplify the obsolete case where position is nil.
6976 (cleanup_popup_menu): New function, moved from nsmenu.m.
6977 (struct skp): Remove slot `notreal'.
6978 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
6979 adjust callers.
6980 (single_menu_item): Adjust call to parse_menu_item.
6981 (syms_of_menu): Defsubr x-popup-menu.
6982 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
6983 (keymap_panes): Don't export any more.
6984 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
6985 (xmenu_show): Declare.
6986 * keyboard.c (parse_menu_item): Remove arg `notreal'.
6987 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
6988 * keyboard.h (parse_menu_item): Update declaration.
6989 * xmenu.c (Fx_popup_menu): Remove.
6990 (syms_of_xmenu): Don't defsubr x-popup-menu.
6991 * w32menu.c (Fx_popup_menu): Remove.
6992 (syms_of_w32menu): Don't defsubr x-popup-menu.
6993 * nsmenu.m (cleanup_popup_menu): Remove.
6994 (ns_menu_show): Rename from ns_popup_menu and remove all the code
6995 moved to menu.c's Fx_popup_menu.
6996 (Fx_popup_menu): Remove.
6997 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
6998 menu_items (it's done in menu.c already).
6999
7000 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7001
7002 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
7003 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
7004
7005 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7006
7007 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
7008 xmenu_show. Hide any tooltip before opening a menu.
7009 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
7010 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
7011
7012 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7013
7014 Let integers use up 2 tags to give them one extra bit and thus double
7015 their range.
7016 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
7017 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
7018 New macros.
7019 (enum Lisp_Type): Use them. Give explicit values.
7020 (Lisp_Type_Limit): Remove.
7021 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
7022 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
7023 Pay attention to USE_2_TAGS_FOR_INTS.
7024 (INTEGERP): Use LISP_INT_TAG_P.
7025 * fns.c (internal_equal): Simplify the default case.
7026 (sxhash): Use case_Lisp_Int.
7027 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
7028 any more.
7029 (Ftype_of): Use case_Lisp_Int.
7030 (store_symval_forwarding): Take into account the fact that Ints can
7031 now have more than one tag.
7032 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
7033 (buffer_slot_type_mismatch):
7034 * xfaces.c (face_attr_equal_p):
7035 * print.c (print_object):
7036 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
7037 Use case_Lisp_Int.
7038
7039 2009-11-06 Eli Zaretskii <eliz@gnu.org>
7040
7041 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
7042
7043 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
7044 warning.
7045
7046 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
7047
7048 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
7049
7050 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
7051
7052 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
7053 ButtonPressRelease and MotionNotify (bug#4870).
7054
7055 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
7056
7057 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
7058
7059 * xterm.c (syms_of_xterm):
7060 * xselect.c (syms_of_xselect):
7061 * xmenu.c (syms_of_xmenu):
7062 * xfns.c (syms_of_xfns):
7063 * xfaces.c (syms_of_xfaces):
7064 * xdisp.c (syms_of_xdisp):
7065 * window.c (syms_of_window):
7066 * w32fns.c (syms_of_w32fns):
7067 * undo.c (syms_of_undo):
7068 * textprop.c (syms_of_textprop):
7069 * terminal.c (syms_of_terminal):
7070 * syntax.c (syms_of_syntax):
7071 * sound.c (syms_of_sound):
7072 * search.c (syms_of_search):
7073 * print.c (syms_of_print):
7074 * minibuf.c (syms_of_minibuf):
7075 * macros.c (syms_of_macros):
7076 * keymap.c (syms_of_keymap, initial_define_key)
7077 (initial_define_lispy_key):
7078 * keyboard.c (syms_of_keyboard):
7079 * insdel.c (syms_of_insdel):
7080 * image.c (syms_of_image):
7081 * fringe.c (syms_of_fringe):
7082 * frame.c (syms_of_frame):
7083 * fontset.c (syms_of_fontset):
7084 * fns.c (syms_of_fns):
7085 * fns.c (syms_of_fns):
7086 * fileio.c (syms_of_fileio):
7087 * fileio.c (syms_of_fileio):
7088 * eval.c (syms_of_eval):
7089 * doc.c (syms_of_doc):
7090 * dispnew.c (syms_of_display):
7091 * dired.c (syms_of_dired):
7092 * dbusbind.c (syms_of_dbusbind):
7093 * data.c (syms_of_data):
7094 * composite.c (syms_of_composite):
7095 * coding.c (syms_of_coding):
7096 * cmds.c (syms_of_cmds):
7097 * charset.c (define_charset_internal, syms_of_character):
7098 * ccl.c (syms_of_ccl):
7099 * category.c (syms_of_category, init_category_once):
7100 * casetab.c (syms_of_casetab):
7101 * casefiddle.c (syms_of_casefiddle):
7102 * callint.c (syms_of_callint):
7103 * bytecode.c (syms_of_bytecode):
7104 * buffer.c (keys_of_buffer, syms_of_buffer):
7105 * alloc.c (syms_of_alloc):
7106 * process.c (syms_of_process, init_process):
7107 * lread.c (syms_of_lread, init_obarray):
7108 * font.c (build_style_table):
7109 * emacs.c (syms_of_emacs, main): Replace calls to intern with
7110 intern_c_string, calls to make_pure_string with
7111 make_pure_c_string. Use pure_cons instead of Fcons.
7112
7113 * process.c (socket_options): Make it const.
7114 (set_socket_option, init_process): Use a const pointer.
7115
7116 * lread.c (intern_c_string): New function.
7117 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7118 (defvar_int): Uset it. Make the name const char*.
7119
7120 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7121 (defvar_int): Update prototypes.
7122 (DEFUN, EXFUN): Support for prototypes is now required.
7123 (intern_c_string): New prototype.
7124 (struct Lisp_Subr): Make symbol_name constant.
7125
7126 * font.c (struct table_entry): Remove unused member. Make NAMES
7127 constant.
7128 (weight_table, slant_table, width_table): Make constant.
7129
7130 * emacs.c (struct standard_args): Make name and longname constant.
7131
7132 * character.h (DEFSYM): Use intern_c_string.
7133
7134 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7135
7136 * alloc.c (make_pure_c_string): New function.
7137
7138 * eval.c (Fautoload): Purecopy all arguments.
7139
7140 2009-11-05 Kenichi Handa <handa@m17n.org>
7141
7142 * fileio.c (Finsert_file_contents): Be sure set coding-system of
7143 the buffer in case of replace.
7144
7145 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7146
7147 * puresize.h (BASE_PURESIZE): Increase to 1620000.
7148
7149 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7150
7151 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
7152 when applicable (bug#4851).
7153
7154 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
7155 (P_): Support for prototypes is now required.
7156
7157 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7158
7159 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
7160 (Bug#4827).
7161
7162 2009-10-30 Eli Zaretskii <eliz@gnu.org>
7163
7164 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
7165
7166 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7167
7168 * puresize.h (BASE_PURESIZE): Increase to 1470000.
7169
7170 * lread.c (Fload): Purecopy the file name when building
7171 Vpreloaded_file_list.
7172
7173 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
7174
7175 * w32fns.c (syms_of_w32fns): Change default value of
7176 w32-scroll-lock-modifier to nil. (Bug#2827)
7177
7178 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7179
7180 * minibuf.c (Fall_completions): Fix typos in docstring.
7181
7182 2009-10-26 Andreas Schwab <schwab@redhat.com>
7183
7184 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
7185
7186 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7187
7188 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
7189 For delta < 0, skip check that only makes sense when the mini-window
7190 is going to be enlarged. (Bug#4534)
7191
7192 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
7193
7194 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
7195 string in menu maps (Bug#4471).
7196
7197 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7198
7199 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
7200 FRAME_NS_VIEW on terminal frames (Bug#4765).
7201
7202 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
7203
7204 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
7205 DBUS_TYPE_UINTnn separately to get proper sign extension.
7206
7207 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
7208 can properly handle unsigned types.
7209 (make_uid, make_gid): Remove.
7210
7211 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
7212 types again.
7213
7214 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
7215 (system_process_attributes): Likewise.
7216
7217 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7218
7219 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
7220
7221 * eval.c (Fautoload): Purecopy the filename. Simplify.
7222
7223 * category.c (Fdefine_category): Purecopy docstring.
7224
7225 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
7226
7227 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
7228
7229 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
7230
7231 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7232
7233 * window.c (Fwindow_edges, Fwindow_pixel_edges)
7234 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
7235 (Bug#4775).
7236
7237 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
7240 (init_fileio_once):
7241 * lisp.h (init_fileio_once): Remove.
7242 * emacs.c (main): Don't call init_fileio_once.
7243
7244 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7245
7246 * puresize.h (BASE_PURESIZE): Increase to 1430000.
7247
7248 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
7249
7250 * doprnt.c (doprnt): Fix overflow check.
7251
7252 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
7253
7254 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
7255
7256 * xterm.h (x_wait_for_event): Declare it.
7257
7258 * xterm.c (pending_event_wait): New variable.
7259 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
7260 see pending_event_wait.eventtype.
7261 (handle_one_xevent): Don't change gravity when parent changes.
7262 (x_new_font): Call change_frame_size with new rows/columns before we
7263 try to resize the frame.
7264 (x_wait_for_event): New function.
7265 (x_set_window_size_1): Don't change gravity unless change_gravity
7266 is set.
7267 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
7268 don't change frame size, instead wait for the ConfigureNotify.
7269 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
7270 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
7271 (x_initialize): Initialize pending_event_wait.
7272
7273 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
7274 size.
7275
7276 * widget.c (EmacsFrameSetValues): Add comment.
7277 (EmacsFrameSetCharSize): Just call x_set_window_size.
7278
7279 * gtkutil.c (xg_frame_set_char_size): Flush events and call
7280 x_wait_for_event.
7281 (flush_and_sync): Remove again.
7282 (xg_get_font_name): Suggest monospace if no previous font is known.
7283
7284 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7285
7286 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
7287 8th bit, since that only made sense in the ASCII world (bug#4751).
7288
7289 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7290
7291 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
7292 processing pending events when event is filtered for input method.
7293 (Bug#3681)
7294
7295 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
7296
7297 * fns.c: Add #endif accidentally removed in previous change.
7298
7299 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7300
7301 * fns.c: Remove code for unsupported system: MAC_OS.
7302 * image.c: Likewise. Include setjmp.h.
7303
7304 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
7305
7306 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
7307 pixel -1 (bug #4742).
7308
7309 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7310
7311 * process.c (create_pty): Remove conditionals for no longer
7312 supported systems: UNIPLUS and RTU.
7313
7314 * xterm.c:
7315 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
7316
7317 * alloc.c: Do not define struct catchtag.
7318 * eval.c: Move struct catchtag definition ...
7319 * lisp.h: ... here.
7320
7321 * image.c: Move png.h #include earlier to avoid warnings.
7322
7323 * xterm.c:
7324 * xsmfns.c:
7325 * xselect.c:
7326 * xrdb.c:
7327 * xmenu.c:
7328 * xftfont.c:
7329 * xfont.c:
7330 * xfns.c:
7331 * xfaces.c:
7332 * xdisp.c:
7333 * window.c:
7334 * widget.c:
7335 * w32xfns.c:
7336 * w32uniscribe.c:
7337 * w32term.c:
7338 * w32select.c:
7339 * w32reg.c:
7340 * w32proc.c:
7341 * w32menu.c:
7342 * w32inevt.c:
7343 * w32heap.c:
7344 * w32font.c:
7345 * w32fns.c:
7346 * w32console.c:
7347 * w32.c:
7348 * w16select.c:
7349 * vm-limit.c:
7350 * unexsol.c:
7351 * unexec.c:
7352 * unexcw.c:
7353 * unexaix.c:
7354 * undo.c:
7355 * tparam.c:
7356 * textprop.c:
7357 * terminfo.c:
7358 * terminal.c:
7359 * termcap.c:
7360 * term.c:
7361 * syntax.c:
7362 * sound.c:
7363 * sheap.c:
7364 * search.c:
7365 * scroll.c:
7366 * region-cache.c:
7367 * regex.c:
7368 * ralloc.c:
7369 * process.c:
7370 * print.c:
7371 * nsterm.m:
7372 * nsselect.m:
7373 * nsmenu.m:
7374 * nsimage.m:
7375 * nsfont.m:
7376 * nsfns.m:
7377 * msdos.c:
7378 * minibuf.c:
7379 * menu.c:
7380 * marker.c:
7381 * macros.c:
7382 * keymap.c:
7383 * keyboard.c:
7384 * intervals.c:
7385 * insdel.c:
7386 * indent.c:
7387 * gtkutil.c:
7388 * ftxfont.c:
7389 * ftfont.c:
7390 * fringe.c:
7391 * frame.c:
7392 * fontset.c:
7393 * font.c:
7394 * fns.c:
7395 * floatfns.c:
7396 * filelock.c:
7397 * fileio.c:
7398 * emacs.c:
7399 * editfns.c:
7400 * dosfns.c:
7401 * doprnt.c:
7402 * doc.c:
7403 * dispnew.c:
7404 * dired.c:
7405 * dbusbind.c:
7406 * data.c:
7407 * composite.c:
7408 * coding.c:
7409 * cmds.c:
7410 * cm.c:
7411 * chartab.c:
7412 * charset.c:
7413 * character.c:
7414 * ccl.c:
7415 * category.c:
7416 * casetab.c:
7417 * casefiddle.c:
7418 * callproc.c:
7419 * callint.c:
7420 * bytecode.c:
7421 * buffer.c:
7422 * atimer.c: Include setjmp.h. (Bug#4643)
7423
7424 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7425
7426 Remove leftover table unibyte_to_multibyte_table.
7427 * character.c (unibyte_to_multibyte_table): Remove.
7428 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
7429 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
7430 * character.h (UNIBYTE_TO_CHAR): New macro.
7431 (MAKE_CHAR_MULTIBYTE): Use it.
7432 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
7433 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
7434 (message_dolog, set_message_1):
7435 * search.c (Freplace_match):
7436 * editfns.c (Fcompare_buffer_substrings):
7437 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
7438 (concat):
7439 * insdel.c (copy_text, count_size_as_multibyte):
7440 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
7441 * term.c (produce_glyphs):
7442 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
7443 * regex.c (RE_CHAR_TO_MULTIBYTE):
7444 * cmds.c (internal_self_insert):
7445 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
7446
7447 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
7448
7449 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7450
7451 * puresize.h (BASE_PURESIZE): Increase to 1310000.
7452
7453 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7454
7455 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
7456
7457 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7458
7459 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
7460 still needed under Tiger.
7461
7462 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
7463
7464 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
7465 __Apple__.
7466
7467 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
7468
7469 2009-10-15 Kenichi Handa <handa@m17n.org>
7470
7471 * print.c (print_object): Escape a symbol like "2E10" too.
7472
7473 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
7474
7475 Cleanups and changes for 64-bit compile under Snow Leopard.
7476 Based on suggestions by Erik Charlebois.
7477
7478 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
7479
7480 * nsfont.m (ns_char_width): Replace deprecated call.
7481 (ns_findfonts, nsfont_list_family): Use long format in printf, and
7482 cast argument.
7483 (nsfont_open): Use ns_char_width() everywhere.
7484 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
7485
7486 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
7487
7488 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
7489 where appropriate.
7490
7491 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
7492 where appropriate.
7493 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
7494 Use stringWithUTF8String.
7495 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
7496
7497 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
7498 Add formal protocol mention to inheritance.
7499 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
7500
7501 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
7502 Fix printf format.
7503 (ns_query_color): Use CGFloat where appropriate.
7504 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
7505 (EmacsScroller-mouseDown:): Use long format in printf, and cast
7506 argument.
7507
7508 * config.in (NS_HAVE_NSINTEGER): Drop.
7509
7510 * dbusbind.c (dbus-method-return-internal)
7511 (dbus-method-error-internal): Use long format in printf, and cast
7512 argument.
7513
7514 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
7515 in printf, and cast argument.
7516
7517 * process.c (list_processes_1): Use long format in printf, and
7518 cast argument.
7519
7520 2009-10-11 Glenn Morris <rgm@gnu.org>
7521
7522 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
7523
7524 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
7525
7526 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
7527 menu bar with a small width so it doesn't enlarge the frame.
7528
7529 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
7530
7531 * fontset.c (Fset_fontset_font): Fix typos in error messages.
7532
7533 2009-10-06 Glenn Morris <rgm@gnu.org>
7534
7535 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
7536 SOME_MACHINE_LISP (this enters indirectly via DOC).
7537
7538 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7539
7540 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
7541
7542 2009-10-04 Eli Zaretskii <eliz@gnu.org>
7543
7544 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
7545 Doc fix.
7546
7547 2009-10-03 Martin Rudalics <rudalics@gmx.at>
7548
7549 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
7550
7551 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7552
7553 * lisp.h (Qdelete_directory_internal): Remove, because it is not
7554 used anymore outside fileio.c.
7555
7556 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
7557
7558 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7559
7560 * lisp.h (Qdelete_directory_internal):
7561 Declare, instead of Qdelete_directory.
7562
7563 * w32fns.c (Fsystem_move_file_to_trash): Use it.
7564
7565 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * eval.c (Fcalled_interactively_p): Add `kind' argument.
7568
7569 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7570
7571 * fileio.c (Fdelete_directory_internal): Rename from
7572 Fdelete_directory. It is not a command anymore. It has no file
7573 name handler.
7574
7575 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7576
7577 * xdisp.c (get_next_display_element): Use an enum in last change.
7578
7579 2009-09-28 Kenichi Handa <handa@m17n.org>
7580
7581 * xdisp.c (get_next_display_element): Pay attention to
7582 unibyte_display_via_language_environment in handling
7583 Vnobreak_char_display.
7584
7585 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7586
7587 * nsterm.h (ns_app_name): New extern variable.
7588
7589 * nsterm.m (ns_app_name): New variable.
7590 (ns_term_init): Set and use it.
7591 (ns_term_shutdown): Use it.
7592
7593 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
7594 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
7595
7596 * nsfns.m (ns_set_name_iconic, ns_set_name)
7597 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
7598 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
7599
7600 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
7601 Remove double-casting in client_data comparison.
7602
7603 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7604
7605 * keyboard.c (make_lispy_event): Remember last wheel direction.
7606 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
7607
7608 2009-09-26 Glenn Morris <rgm@gnu.org>
7609
7610 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
7611 internal.elc. Add term/pc-win.elc.
7612 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
7613 term/x-win.elc.
7614 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
7615 term/w32-win.elc.
7616 (NS_SUPPORT): New.
7617 (lisp): Add NS_SUPPORT.
7618 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
7619
7620 2009-09-25 David Reitter <david.reitter@gmail.com>
7621
7622 * nsmenu.m (EmacsMenu-clear): Recognize application menu
7623 on Mac OS X 10.6+ (bug#4513).
7624
7625 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7626
7627 * frame.c (xrdb_get_resource): Return nil for empty string resources;
7628 some parts of Emacs code (like font selection) don't grok them.
7629 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
7630
7631 2009-09-24 Andreas Schwab <schwab@redhat.com>
7632
7633 * coding.c (decode_coding_iso_2022): Fix operator precedence.
7634
7635 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7636
7637 * dired.c (Fdirectory_files): Fix typo in docstring.
7638
7639 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7640
7641 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
7642 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
7643 (EmacsScroller-setPosition:portion:whole:): Remove -display call
7644 under GNUstep.
7645 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
7646
7647 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
7648 glyph advancement.
7649
7650 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7651
7652 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
7653 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
7654
7655 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
7656 deleted (bug #4492).
7657
7658 * nsfont.m (Vns_reg_to_script): New lisp variable.
7659 (syms_of_nsfont): Declare it.
7660 (ns_registry_to_script): New function.
7661 (ns_get_req_script): Call it.
7662 (ns_findfonts): Don't give up on non-unicode registry.
7663
7664 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
7665
7666 2009-09-20 Tom Tromey <tromey@redhat.com>
7667
7668 * eval.c (find_handler_clause): Make stack-trace-on-error work in
7669 batch mode (bug#4228).
7670
7671 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
7672
7673 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
7674 carefully. (Bug #4339)
7675
7676 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7677
7678 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
7679
7680 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7681
7682 * emacs.c (inhibit_x_resources): Update doc string for NS.
7683 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
7684 legacy code for -NXHost. Fix error printf in daemon case.
7685
7686 * nsterm.h (ns_no_defaults): Remove.
7687
7688 * nsterm.m (ns_no_defaults): Remove.
7689 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
7690 (ns_use_qd_smoothing): Remove legacy variable.
7691 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
7692 don't update the NSWindow itself.
7693 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
7694 state detection and store user rect ourselves. (Bug #3581)
7695
7696 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
7697 ns_use_qd_smoothing.
7698
7699 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
7700 platform versions. Drop support for emacs-20-style face specs.
7701 (x-close-connection): Drop PSFlush() under OS X.
7702 (x-focus-frame): Activate the app first. (Bug #4180)
7703
7704 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7705
7706 * emacs.c (inhibit_x_resources): New variable.
7707 (main) [HAVE_NS]: Don't process --quick command line option.
7708 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
7709
7710 * lisp.h (inhibit_x_resources): Declare it extern.
7711
7712 * w32reg.c (x_get_string_resource):
7713 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
7714
7715 2009-09-17 Eli Zaretskii <eliz@gnu.org>
7716
7717 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
7718 Add lisp/term/internal.elc.
7719
7720 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7721
7722 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
7723 (bug#4461).
7724
7725 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7726
7727 * puresize.h (BASE_PURESIZE): Increase to 1290000.
7728
7729 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
7730 (OBJECTS_MACHINE): Remove, unused.
7731
7732 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7733
7734 * frame.c (x_get_resource_string): Remove unused.
7735
7736 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
7737
7738 * xterm.c (x_new_font): Call change_frame_size before calling
7739 x_set_window_size, in case frame size won't change.
7740
7741 * frame.c (x_set_font): Remove dead code.
7742
7743 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7744
7745 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
7746
7747 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7748
7749 * lread.c (Fload): Don't output a message after loading an obsolete
7750 package any more (done in Lisp now).
7751
7752 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7753
7754 * fns.c (syms_of_fns): Doc fix (Bug#4227).
7755
7756 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7757
7758 * keymap.c (Fwhere_is_internal): Use nconc2.
7759
7760 2009-09-11 Alan Mackenzie <acm@muc.de>
7761
7762 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
7763 batch mode.
7764
7765 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
7766
7767 * xdisp.c (display_mode_element): Detect cycles.
7768
7769 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7770
7771 * keymap.c (where_is_internal): Don't erroneously return nil right after
7772 filling the cache.
7773 (where_is_internal_1): Fix up typo.
7774
7775 2009-09-11 Glenn Morris <rgm@gnu.org>
7776
7777 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
7778 share a common doc-string.
7779
7780 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7781
7782 * keymap.c (get_keymap): Return the actual keymap symbol rather than
7783 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
7784
7785 * keymap.c (QCadvertised_binding): New constant.
7786 (syms_of_keymap): Initialize it.
7787 (Fwhere_is_internal): Try and use bindings from :advertised-binding
7788 if applicable.
7789
7790 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7791
7792 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
7793 (parse_menu_item): Streamline since bindings are recomputed all the
7794 time anyway. Don't bother checking Vdefine_key_rebound_commands any
7795 more and don't support lmenu's menu-alias any more either.
7796
7797 * keymap.c (where_is_internal_data): Make noindirect a boolean.
7798 (where_is_internal): Strip it down to only traverse the keymaps.
7799 Move the cache handling from Fwhere_is_internal to here.
7800 (Fwhere_is_internal): Move the handling of remapping and the choice of
7801 the best binding from where_is_internal to here.
7802 Unify the cached/noncached paths, so remapping is also handled
7803 correctly when the cache is used, and so the cache can be used to
7804 speed up remap-handling when applicable.
7805 Give preference to non-remapped bindings.
7806 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
7807 non-remapped bindings.
7808 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
7809 command remapping.
7810
7811 * xdisp.c (display_mode_element): Move list length limit from 50 to
7812 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
7813
7814 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
7815
7816 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
7817
7818 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7819
7820 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
7821 (Bug#4334)
7822
7823 * keymap.c (where_is_internal): Filter out shadowed remappings.
7824 Assume that where_is_internal returns unshadowed bindings to simplify
7825 the code and get rid of the gotos. Use ASIZE.
7826
7827 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
7828
7829 * xterm.c (x_focus_changed): If we get a focusout and pointer
7830 is invisible, make it visible.
7831
7832 * xterm.h: Remove condition for declaration of
7833 x_*_window_to_frame.
7834
7835 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7836
7837 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
7838 initial terminal as well.
7839
7840 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
7841
7842 * xterm.h: Rename x_non_menubar_window_to_frame to
7843 x_menubar_window_to_frame.
7844
7845 * xterm.c: Remove declarations also in xterm.h.
7846 (XTmouse_position): Do not return valid positions
7847 for clicks in the menubar and the toolbar for Gtk+.
7848
7849 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
7850 if the widget for the event has the same top level as a frame,
7851 return the frame.
7852 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
7853 internal windows, bug #4122.
7854 (x_non_menubar_window_to_frame): Remove.
7855
7856 2009-09-02 Glenn Morris <rgm@gnu.org>
7857
7858 * buffer.c (default-major-mode): Move most of the doc from here...
7859 (major-mode): ... to here.
7860
7861 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
7862
7863 * process.c (wait_reading_process_output): Keep the descriptor
7864 when pty is used by a non-child process, e.g., in I/O buffer of
7865 GDB this allows inferior to be restarted.
7866
7867 2009-08-29 Eli Zaretskii <eliz@gnu.org>
7868
7869 * xdisp.c (redisplay_internal): Remove redundant test and collapse
7870 both branches into one.
7871
7872 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
7875 (main): Use enable-multibyte-characters rather than
7876 default-enable-multibyte-characters. Output a warning message when
7877 running a unibyte session.
7878
7879 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7880
7881 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
7882 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
7883 (copy_data_segment): Also copy __program_vars section.
7884 (copy_dyld_info) [LC_DYLD_INFO]: New function.
7885 (dump_it) [LC_DYLD_INFO]: Use it.
7886
7887 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
7888
7889 2009-08-28 Eli Zaretskii <eliz@gnu.org>
7890
7891 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
7892 $(SRC)/buildobj.h.
7893 (buildobj.h): Renamed from $(SRC)/buildobj.h.
7894 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
7895 $(SRC)/buildobj.h.
7896 (clean): Add buildobj.h.
7897
7898 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
7899
7900 * print.c (print_object): Set escapeflag to 1 when printing
7901 hashtable keys and values.
7902
7903 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7904
7905 * lread.c (read_integer): Use doubles (and potentially return a float
7906 number) as we do in string-to-number.
7907 (read1): Use strtol to read integers, signal errors on strtol's
7908 overflow and use floats if strtol's output is too large for
7909 Elisp integers.
7910
7911 2009-08-27 Eli Zaretskii <eliz@gnu.org>
7912
7913 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
7914 (make-buildobj-SH): Fix last change.
7915 (SRC): Move to before where it's first used.
7916
7917 2009-08-27 Kenichi Handa <handa@m17n.org>
7918
7919 * process.c (send_process): Use encode_coding_object instead of
7920 encode_coding_string to perform eol-conversion even if the string
7921 is unibyte.
7922
7923 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
7924 character.
7925
7926 * cmds.c (Fself_insert_command): Avoid unnecessay
7927 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
7928
7929 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7930
7931 * callproc.c (Fcall_process): Remove always true #if.
7932
7933 * lisp.h: Replace #if 0 code for checking with text pointing to
7934 the --enable-checking configure flag.
7935
7936 * emacs.c (main): Mention the --enable-profiling configure flag
7937 instead of using CFLAGS.
7938
7939 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
7940
7941 * Makefile.in (buildobj.h): New target.
7942 (doc.o): Depend on it.
7943 (temacs${EXEEXT}): Don't generate buildobj.lst.
7944 (mostlyclean): Delete buildobj.h, not buildobj.lst.
7945 * makefile.w32-in ($(SRC)/buildobj.h): New target.
7946 ($(BLD)/doc.$(O)): Depend on it.
7947 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
7948 provided by Eli Zaretskii.)
7949 ($(TEMACS)): Don't generate buildobj.lst.
7950 * doc.c: Include buildobj.h.
7951 (buildobj): New static variable.
7952 (Fsnarf_documentation): Use it, instead of opening and reading
7953 buildobj.lst.
7954
7955 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
7956
7957 * dbusbind.c (Fdbus_call_method)
7958 (Fdbus_call_method_asynchronously): Use English numeric format for
7959 timeout values in doc string.
7960
7961 2009-08-25 Kenichi Handa <handa@m17n.org>
7962
7963 * alloc.c (mark_char_table): New function.
7964 (mark_object): Use mark_char_table for a char-table.
7965
7966 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
7967 (CHAR_TABLE_REF): Use it.
7968
7969 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
7970
7971 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
7972 before invoking the newly build emacs to check for load-path
7973 shadowing.
7974
7975 2009-08-22 Glenn Morris <rgm@gnu.org>
7976
7977 * Makefile.in (bootstrap_exe): New variable.
7978 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
7979 Use ${bootstrap_exe}.
7980
7981 2009-08-22 Eli Zaretskii <eliz@gnu.org>
7982
7983 * coding.h (encode_coding_string): Don't encode unibyte strings.
7984 (Bug#4047)
7985
7986 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
7987
7988 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
7989
7990 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
7991 intended as hotfix only.
7992 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
7993
7994 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7995
7996 * nsterm.m (ns_get_color): Update documentation properly for last
7997 change, and clean up loose ends in the code left by it. Fix
7998 longstanding bug with 16-bit hex parsing, and add support for
7999 yet another X11 format (rgb:r/g/b) for compatibility.
8000 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
8001 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
8002
8003 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8004
8005 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
8006
8007 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8008
8009 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
8010 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
8011 (xd_initialize, xd_pending_messages): Check, whether
8012 $DBUS_SESSION_BUS_ADDRESS is set.
8013
8014 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8015
8016 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
8017
8018 * nsterm.m (ns_get_color): Remove incompatible color formats again.
8019
8020 2009-08-20 Glenn Morris <rgm@gnu.org>
8021
8022 * emacs.c (system-type): Doc fix.
8023
8024 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8025
8026 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
8027 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
8028
8029 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8030
8031 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
8032 New functions.
8033 (xd_initialize): Revert change from 2009-08-16.
8034
8035 2009-08-18 Kenichi Handa <handa@m17n.org>
8036
8037 * fontset.c (Ffontset_font): If a nil element is found in a
8038 font-group vector, return nil.
8039
8040 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8041
8042 * process.c (status_notify): Don't perform redisplay.
8043 (Fdelete_process, list_processes_1, process_send_signal):
8044 Expliticly perform redisplay.
8045 (wait_reading_process_output): Always check process status, but
8046 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
8047
8048 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
8049
8050 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
8051 (XFLOAT_INIT): New macro for storing a float value.
8052 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
8053 * fns.c (sxhash): Copy out the value of a float in order to
8054 examine its bytes.
8055 * dbusbind.c (xd_append_arg): Likewise.
8056
8057 * emacs.c (main): Don't call syms_of_data twice.
8058
8059 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
8060
8061 * dbusbind.c (xd_initialize): Add connection file descriptor to
8062 input_wait_mask, in order to let select() detect, whether a new
8063 message has been arrived.
8064 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
8065
8066 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
8067
8068 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
8069 New functions.
8070
8071 * lisp.h (xd_pending_messages): Declare.
8072
8073 * keyboard.c (readable_events): Call xd_pending_messages.
8074
8075 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8076
8077 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
8078
8079 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
8080
8081 * buffer.c (set_buffer_internal_1)
8082 (swap_out_buffer_local_variables): Check for unbound local
8083 variables (Bug#4138).
8084
8085 2009-08-14 Eli Zaretskii <eliz@gnu.org>
8086
8087 * process.c (create_pty): Fix last change.
8088
8089 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
8090
8091 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
8092 (xbm_load_image): Caller changed.
8093 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
8094
8095 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
8096
8097 * process.c (create_pty): New function.
8098 (Fstart_process): Use it to allow Emacs to just associate a pty
8099 with the buffer. See associated change in gdb-mi.el.
8100 (list_processes_1): Deal with no program name.
8101 (start_process_unwind): Use pid == -2 to mean no process.
8102
8103 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8104
8105 * cmds.c (nonundocount): New global variable.
8106 (keys_of_cmds): Initialize it.
8107 (Fself_insert_command): Use it to combine upto 20 sequential chars
8108 into a single undo entry, just like the Qself_insert_command code in
8109 keyboard.c does.
8110 Call frame_make_pointer_invisible, also like the Qself_insert_command
8111 code in keyboard.c does.
8112 * keyboard.c (command_loop_1): Use the new global nonundocount rather
8113 than its own local replacement for it.
8114
8115 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
8116
8117 * fns.c (concat): Don't re-set string length to its current value.
8118
8119 * coding.h (decode_coding_string, encode_coding_string):
8120 Use SBYTES macro.
8121
8122 * doprnt.c (doprnt_lisp): Delete unused function.
8123 (doprnt): Merge with doprnt1, discarding lispstrings code.
8124 * lisp.h (doprnt_lisp): Don't declare.
8125
8126 2009-08-07 Juri Linkov <juri@jurta.org>
8127
8128 * puresize.h (BASE_PURESIZE): Increase to 1270000.
8129
8130 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8131
8132 * print.c (syms_of_print): Undo previous change.
8133
8134 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
8135
8136 * lread.c (read1, syms_of_lread): Read hashtables back from the
8137 readable format.
8138
8139 * print.c (print_preprocess, print_object): Print hashtables fully
8140 and readably.
8141 (syms_of_print): Provide 'hashtable-print-readable.
8142
8143 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
8144
8145 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
8146 no family set.
8147 (nsfont_open): Handle case when entity has no family.
8148
8149 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8150
8151 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
8152 element, not a list, for match case.
8153
8154 2009-07-28 Kenichi Handa <handa@m17n.org>
8155
8156 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
8157 rigidly.
8158
8159 * xfont.c (xfont_list_pattern): Don't ignore the return value of
8160 font_parse_xlfd. Check font properties more rigidly.
8161
8162 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8163
8164 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
8165 bsd-common.h.
8166
8167 2009-07-27 Kenichi Handa <handa@m17n.org>
8168
8169 * xfaces.c (face_with_height): Call font_clear_prop.
8170
8171 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
8172
8173 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
8174
8175 * xterm.c (x_term_init): Use Qx.
8176
8177 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
8178
8179 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
8180 (ns_get_color): Revert 2009-07-16 change.
8181
8182 2009-07-25 Eli Zaretskii <eliz@gnu.org>
8183
8184 * lread.c (syms_of_lread) <force_load_messages>: New variable.
8185 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
8186
8187 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
8188
8189 * coding.h (decode_coding_string, encode_coding_string):
8190 Use SCHARS macro.
8191
8192 * lread.c: Rewrite 2009-07-21 changes.
8193 (load_depth): Delete.
8194 (Qload_in_progress): New variable.
8195 (load_unwind): Don't reference load_depth or load_in_progress.
8196 (Fload): Likewise; specbind Qload_in_progress instead.
8197 (init_lread): Don't initialize load_depth.
8198 (syms_of_lread): Initialize and protect Qload_in_progress.
8199
8200 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8201
8202 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
8203
8204 2009-07-23 Yavor Doganov <yavor@gnu.org>
8205
8206 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
8207
8208 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8209
8210 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
8211 Bugs 3792, 3720, 2402.
8212 (ns_lookup_indexed_color): Check for bad index.
8213 (ns_index_color): Init unused slot to 0.
8214 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
8215 Bug 3714, possibly 3082.
8216
8217 2009-07-22 Jason Rumney <jasonr@gnu.org>
8218
8219 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
8220 Position IME window at cursor (Bug#2570).
8221 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
8222 (globals_of_w32fns): Dynamically load functions required above.
8223
8224 * w32term.c (w32_draw_window_cursor): Send message to reposition
8225 any IME window.
8226
8227 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8228
8229 * fileio.c: Revert 2009-07-16 changes.
8230 (Vauto_save_include_big_deletions): New variable.
8231 (Fdo_auto_save): Disable auto-save only if
8232 auto-save-include-big-deletions is nil.
8233
8234 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
8235
8236 * xdisp.c (move_it_to): For continued lines ending in a tab, take
8237 the overflowed pixels into account (Bug#3879).
8238
8239 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
8240
8241 * lread.c (load_depth): New variable.
8242 (Fload, load_unwind, init_lread): Set it to the load recursion
8243 depth; set load_in_progress as a simple boolean based on the
8244 current load_depth. (Bug#3892)
8245
8246 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8247
8248 * nsfont.m (ns_has_attribute): Remove.
8249 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
8250
8251 2009-07-18 Juri Linkov <juri@jurta.org>
8252
8253 * process.c (Fset_process_query_on_exit_flag): Mention killing
8254 a buffer in docstring.
8255
8256 2009-07-17 Kenichi Handa <handa@m17n.org>
8257
8258 * casetab.c (shuffle): Fix the logic of setting up the cycle.
8259
8260 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8261
8262 * nsfns.m (Fns_set_alpha): Remove function.
8263 (syms_of_nsfns): Don't defsubr it.
8264
8265 * nsterm.m (ns_get_color): Remove incompatible color formats.
8266 (ns_color_to_lisp): Generate #rrggbb color format string.
8267
8268 2009-07-16 Richard Stallman <rms@gnu.org>
8269
8270 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
8271 (Fset_buffer_auto_saved): Handle save_length = -2.
8272
8273 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
8274
8275 * xterm.c (Qx_gtk_map_stock): New var.
8276
8277 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
8278 of calling intern each time.
8279
8280 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8281
8282 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
8283 does tiling.
8284
8285 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
8286
8287 2009-07-14 Kenichi Handa <handa@m17n.org>
8288
8289 * font.c (font_vconcat_entity_vectors): New function.
8290 (struct font_sort_data): New member font_driver_preference.
8291 (font_compare): Check font_driver_preference.
8292 (font_sort_entities): The format of the first argument changed.
8293 (font_delete_unmatched): Likewise.
8294 (font_list_entities): The return type changed.
8295 (font_select_entity): The format of the second argument changed.
8296 (font_find_for_lface): Adjuste for the above changes.
8297 Don't suppress the checking of C even if the repertory supports it.
8298 (Flist_fonts): Adjust for the above changes.
8299
8300 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
8301 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
8302 Reject a font who has adstyle property that is different from a
8303 langname derived from registry property.
8304 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
8305
8306 2009-07-13 Eli Zaretskii <eliz@gnu.org>
8307
8308 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
8309 local copy of dirfilename.
8310
8311 2009-07-13 Kenichi Handa <handa@m17n.org>
8312
8313 * chartab.c (sub_char_table_ref_and_range): Fix the range check
8314 against max_char.
8315
8316 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
8317 calling XSYMBOL (sym).
8318
8319 2009-07-11 Eli Zaretskii <eliz@gnu.org>
8320
8321 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
8322 New function.
8323 (directory_files_internal) [WINDOWSNT]:
8324 Bind w32-get-true-file-attributes to either t or nil, depending whether
8325 the filesystem of the directory is fast or slow.
8326
8327 * w32.c (logon_network_drive): Don't assume PATH is an absolute
8328 file name.
8329 (is_slow_fs): New function.
8330 (stat): Use it to determine whether to issue more system calls to
8331 get accurate file attributes, when w32-get-true-file-attributes is
8332 `local'.
8333
8334 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
8335
8336 * xfns.c (Fx_select_font): Remember last font selected in
8337 x_last_font_name and use that the next time. Also try the frame
8338 parameter font-parameter as default to the font dialog.
8339
8340 2009-07-10 Kenichi Handa <handa@m17n.org>
8341
8342 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
8343
8344 2009-07-09 Eli Zaretskii <eliz@gnu.org>
8345
8346 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
8347
8348 * w32.c (stat): Treat UNC file names as residing on remote
8349 drives. (Bug#3542)
8350
8351 2009-07-09 Kenichi Handa <handa@m17n.org>
8352
8353 * fontset.c (fontset_find_font): Fix previous change.
8354
8355 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
8356
8357 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
8358 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
8359 error flag.
8360
8361 2009-07-08 Kenichi Handa <handa@m17n.org>
8362
8363 * fontset.c (fontset_find_font): Fix the logic of handling
8364 charset_matched.
8365 (font_for_char): Delete unused var.
8366 (generate_ascii_font_name): Delete it.
8367
8368 * coding.h (JIS_TO_SJIS2): Fix the code range check.
8369
8370 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
8371 (encode_coding_sjis): Fix the code range check.
8372
8373 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
8374
8375 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
8376 (Fexpand_file_name): Copy string data properly (Bug#3772).
8377
8378 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
8379
8380 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
8381 first MapNotify.
8382
8383 2009-07-07 Kenichi Handa <handa@m17n.org>
8384
8385 * character.h (unibyte_has_multibyte_table): Delete extern.
8386 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
8387
8388 * charset.c (Fset_charset_priority): Update charset_unibyte.
8389 (syms_of_charset): Initialize charset_unibyte.
8390
8391 * character.c (unibyte_has_multibyte_table): Delete it.
8392 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
8393 charset_unibyte.
8394 (multibyte_char_to_unibyte_safe): Likewise.
8395 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
8396
8397 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
8398 (x_produce_glyphs): Likewise.
8399
8400 * .gdbinit (xcharset): Fix the treating $arg0.
8401
8402 2009-07-04 Eli Zaretskii <eliz@gnu.org>
8403
8404 Emulation of `getloadavg' on MS-Windows.
8405 * w32.c: Include float.h.
8406 (g_b_init_get_native_system_info, g_b_init_get_system_times)
8407 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
8408 (get_native_system_info, get_system_times): New functions.
8409 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
8410 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
8411 (globals_of_w32): Initialize g_b_init_get_native_system_info,
8412 g_b_init_get_system_times, and num_of_processors.
8413
8414 2009-07-03 Jason Rumney <jasonr@gnu.org>
8415
8416 * w32term.c (w32_initialize): Use standard types.
8417
8418 2009-07-03 Eli Zaretskii <eliz@gnu.org>
8419
8420 * dired.c (Ffile_attributes): Decode user and group names by the
8421 locale's encoding. (Bug#3443)
8422
8423 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
8424
8425 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
8426 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
8427
8428 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
8429
8430 * term.c (init_tty): Remove spurious #ifdef.
8431
8432 * m/mips.h: Mention this file is also used for netbsd.
8433 * m/pmax.h: Remove file.
8434
8435 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8436
8437 * xterm.h (struct x_display_info): Add invisible_cursor.
8438 (struct x_output): Add current_cursor.
8439
8440 * xterm.c (XTtoggle_invisible_pointer): New function.
8441 (x_define_frame_cursor): Don't define cursor if invisible or the
8442 same as before. Set current_cursor.
8443 (x_create_terminal): Set toggle_invisible_pointer_hook.
8444
8445 * xfns.c (make_invisible_cursor): New function.
8446 (x_set_mouse_color): Call make_invisible_cursor.
8447 Set current_cursor.
8448 (x_window): Set current_cursor.
8449
8450 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
8451
8452 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
8453 inserting a character.
8454 (read_avail_input): Call frame_make_pointer_visible.
8455
8456 * frame.c (Vmake_pointer_invisible): New variable.
8457 (frame_make_pointer_invisible, frame_make_pointer_visible):
8458 New functions.
8459 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
8460
8461 * frame.h: Declare frame_make_pointer_invisible and
8462 frame_make_pointer_visible.
8463 (struct frame): Add pointer_invisible.
8464
8465 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
8466
8467 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
8468 frame isn't visible.
8469 (xg_frame_resized): If width/height is -1, get size of window
8470 from X server.
8471
8472 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
8473 for MapNotify.
8474
8475 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
8476 here or call change_frame_size. Just call flush_and_sync.
8477 (flush_and_sync): Reintroduce.
8478
8479 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8480
8481 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
8482
8483 * xterm.c (x_handle_net_wm_state): Also look for sticky.
8484 (x_term_init): Initialize Xatom_net_wm_state_sticky.
8485
8486 * frame.h: Declare Qsticky.
8487
8488 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
8489
8490 * nsfns.m (ns_frame_parm_handlers): Ditto.
8491
8492 * frame.c: Declare Qsticky.
8493 (frame_parms): Add sticky.
8494
8495 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
8496
8497 * xterm.h: Declare x_set_sticky.
8498
8499 * xterm.c (x_set_sticky): New function.
8500
8501 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
8502 (xg_tool_bar_menu_proxy): Attach enter/leave events to
8503 xg_tool_bar_proxy_help_callback.
8504
8505 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
8506
8507 * frame.c: Qmaximized is new.
8508 (x_set_frame_parameters): Do not handle fullscreen specially.
8509 Only set width and height if explicitly set.
8510 (x_set_fullscreen): Handle Qmaximized.
8511 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
8512 (syms_of_frame): Initialize Qmaximized.
8513
8514 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
8515 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
8516
8517 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
8518 for Expose event. Add call to x_check_fullscreen for MapNotify event.
8519 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
8520 set gravity to NorthWestGravity when USE_GTK.
8521 (set_wm_state): New function.
8522 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
8523 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
8524 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
8525 or the case when no window manager is running. That means remove calls
8526 to x_real_positions and x_fullscreen_adjust.
8527
8528 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
8529 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
8530 flush_and_sync.
8531 (xg_height_changed): New function.
8532 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
8533 and gtk_window_set_policy. Set frame gravity after parsing the
8534 geometry string.
8535 (xg_update_frame_menubar, free_frame_menubar)
8536 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
8537 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
8538 Remove calls to xg_frame_set_char_size.
8539
8540 2009-07-01 Kenichi Handa <handa@m17n.org>
8541
8542 * keyboard.c (decode_keyboard_code): New function.
8543 (tty_read_avail_input): Decode the input bytes if necessary.
8544
8545 * coding.c (setup_coding_system):
8546 Initialize coding->carryover_bytes to 0.
8547 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
8548 use Qno_conversion.
8549
8550 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8551
8552 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
8553
8554 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
8555
8556 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
8557
8558 2009-06-30 Jason Rumney <jasonr@gnu.org>
8559
8560 * w32term.c (w32_initialize): Use GetModuleHandle for library that
8561 is already loaded.
8562 Set user model ID if supported (bug#1849).
8563
8564 2009-06-29 Jim Meyering <meyering@redhat.com>
8565
8566 Remove useless if-before-xfree test.
8567 * nsfont.m (nsfont_close): Remove useless test.
8568 * term.c (delete_tty): Likewise.
8569 * w32.c (system_process_attributes): Likewise.
8570 * w32font.c (w32font_close): Likewise.
8571 * xfaces.c (x_free_gc): Likewise.
8572 * xselect.c (buffer): Likewise.
8573
8574 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
8575
8576 * process.c (send_process): Keep decoded string in a local
8577 variable and protect it from GC. (Bug#3521)
8578
8579 2009-06-28 Eli Zaretskii <eliz@gnu.org>
8580
8581 * term.c (create_tty_output) [MSDOS]: #ifdef away.
8582 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
8583
8584 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
8585
8586 * xdisp.c (start_display, handle_face_prop)
8587 (move_it_vertically_backward, cursor_row_fully_visible_p)
8588 (redisplay_window, try_window_id, produce_image_glyph):
8589 Delete some #ifdef-ed out code chunks that are now obsolete.
8590
8591 * xterm.c (x_update_window_begin, x_new_focus_frame)
8592 (x_scroll_bar_handle_click, handle_one_xevent)
8593 (handle_one_xevent, XTread_socket, x_focus_on_frame)
8594 (x_make_frame_visible, x_make_frame_invisible)
8595 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
8596 code chunks that are now obsolete.
8597
8598 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
8599
8600 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
8601 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
8602 for hours, when optimzation is enabled.
8603 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
8604 (xd_read_message): Make them static.
8605
8606 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
8607
8608 * term.c (turn_on_face): Allow simultaneously bold and dim
8609 terminal faces (Bug#3530).
8610
8611 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
8612
8613 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
8614
8615 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
8616 truncation glyphs (Bug#3686).
8617
8618 2009-06-27 Glenn Morris <rgm@gnu.org>
8619
8620 * m/pmax.h: Restore file, with only netbsd portions.
8621
8622 2009-06-26 David Reitter <david.reitter@gmail.com>
8623
8624 * nsterm.m (keydown): Avoid infinite loop.
8625
8626 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
8627
8628 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
8629 the arg FORCE_SYMBOL.
8630
8631 2009-06-25 Kenichi Handa <handa@m17n.org>
8632
8633 * fontset.c (fontset_find_font): When a usable rfont_def is found
8634 in a fallback font-group, make it the first element of the group.
8635
8636 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
8637
8638 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
8639
8640 2009-06-24 Kenichi Handa <handa@m17n.org>
8641
8642 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
8643 set for C.
8644 (fontset_font): Record the availability of a font for C both in
8645 the realized fontsets of the current one and the default one.
8646
8647 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8648
8649 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
8650 conditional, it is always defined on AIX.
8651
8652 2009-06-23 Miles Bader <miles@gnu.org>
8653
8654 * window.c (Vrecenter_redisplay): New variable.
8655 (syms_of_window): Initialize it.
8656 (Qtty): New extern declaration.
8657 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
8658
8659 2009-06-23 Jim Meyering <meyering@redhat.com>
8660
8661 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
8662 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
8663 pointer dereferences are guaranteed to be valid.
8664
8665 2009-06-23 Kenichi Handa <handa@m17n.org>
8666
8667 * emacs.c (main): Call init_font ().
8668
8669 * font.h (Vfont_log): Extern it.
8670 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
8671
8672 * font.c (font_sort_entities, font_list_entities)
8673 (font_matching_entity, font_open_entity)
8674 (font_close_object): Change font_add_log to FONT_ADD_LOG.
8675 (Vfont_log): Delete static.
8676 (font_log_env_checked): Delete this variable.
8677 (font_add_log): Don't check font_log_env_checked.
8678 (font_deferred_log): Check Vfont_log.
8679 (init_font): New function.
8680
8681 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
8682
8683 * w32font.c: Change font_add_log to FONT_ADD_LOG.
8684
8685 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
8686
8687 * xfont.c: Change font_add_log to FONT_ADD_LOG.
8688
8689 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
8690 (face_for_char): Don't call font_deferred_log here.
8691 (font_for_char): Likewise.
8692
8693 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
8694
8695 * w32term.c (x_draw_glyph_string): Use the glyph string's width
8696 rather than its background_width for drawing the overline and
8697 underline (Bug#489).
8698
8699 * xterm.c (x_draw_glyph_string): Use the glyph string's width
8700 rather than its background_width for drawing the overline and
8701 underline (Bug#489).
8702 (xg_default_icon_file): New variable.
8703 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
8704 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
8705
8706 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
8707 (load_overlay_strings): Remove externs.
8708 (fast_find_position): Function deleted.
8709 (mouse_face_from_buffer_pos): New function, based on
8710 fast_find_position. Correctly handle before-strings,
8711 display-strings, and after-strings (Bug#1220).
8712 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
8713
8714 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
8715
8716 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
8717 (move_it_in_display_line_to, move_it_in_display_line_to)
8718 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
8719
8720 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
8721
8722 * Branch for 23.1.
8723
8724 2009-06-21 Jason Rumney <jasonr@gnu.org>
8725
8726 * w32term.c (keyboard_codepage): New static variable.
8727 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
8728 (w32_read_socket) [WM_CHAR]: Use it to decode character
8729 input (bug#3237).
8730 (w32_initialize): Initialize it.
8731 (codepage_for_locale): New function.
8732
8733 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
8734
8735 * process.c (status_message): Pass Faset index argument as a lisp
8736 object, so as to work with USE_LISP_UNION_TYPE.
8737
8738 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8739
8740 * coding.c (Ffind_coding_systems_region_internal):
8741 Cache checked characters.
8742
8743 2009-06-18 Kenichi Handa <handa@m17n.org>
8744
8745 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
8746
8747 2009-06-18 Andreas Schwab <aschwab@redhat.com>
8748
8749 * xdisp.c (redisplay_internal): Check that the frame is still
8750 live after redisplay of its windows.
8751 (redisplay_windows): Check that the window is still live.
8752
8753 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
8754
8755 * coding.c (detect_coding_utf_16): Fix previous change.
8756
8757 2009-06-16 Kenichi Handa <handa@m17n.org>
8758
8759 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
8760 UTF-16 by checking the dispersion of Eth and Oth bytes.
8761
8762 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
8763
8764 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
8765
8766 2009-06-15 Kenichi Handa <handa@m17n.org>
8767
8768 * process.c (status_message): Fix previous change. Be sure to
8769 decode a localized string.
8770
8771 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8772
8773 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
8774 add comment explaining why.
8775
8776 2009-06-14 Sidney Markowitz <sidney@sidney.com>
8777
8778 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
8779
8780 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
8781
8782 * nsfont.m (ns_attribute_value): Remove.
8783 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
8784 (ns_has_attribute): Shrink the normal range.
8785 (ns_findfonts): Don't worry about requested spec in determining
8786 need for synthItal.
8787 (ns_get_covering_families): Retain scriptToFamilies.
8788
8789 2009-06-14 Seiji Zenitani <zenitani@mac.com>
8790
8791 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
8792
8793 2009-06-11 Kenichi Handa <handa@m17n.org>
8794
8795 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
8796 overhang for the static composition case.
8797
8798 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8799
8800 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
8801 overhang for the automatic composition case.
8802
8803 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
8804 composition case.
8805
8806 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
8807
8808 * xdisp.c (get_next_display_element): When handling wrap-prefix
8809 and line-prefix, treat \n as a control character (bug#3502).
8810
8811 2009-06-10 Kenichi Handa <handa@m17n.org>
8812
8813 * font.c (font_parse_family_registry): Fix for one-char foundry.
8814 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
8815
8816 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
8817
8818 * process.c (status_message): Fix handling of multibyte signal
8819 string (Bug#3499).
8820
8821 2009-06-09 Jim Meyering <meyering@redhat.com>
8822
8823 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
8824 color name is missing.
8825
8826 2009-06-09 Kenichi Handa <handa@m17n.org>
8827
8828 * charset.c (Fmap_charset_chars): In docstring, state clearly that
8829 FROM-CODE and TO-CODE are codepoints of CHARSET.
8830
8831 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
8832
8833 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
8834
8835 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
8836
8837 Changes to support :script/:lang/:otf in NS font driver.
8838 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
8839 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
8840 indicate not part of font driver interface, and change callers.
8841 (ns_get_family): Remove pointless null check.
8842 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
8843 ns_spec_to_descriptor, ns_descriptor_to_entity.
8844 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
8845 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
8846 (ns_spec_to_descriptor, ns_descriptor_to_entity)
8847 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
8848 (ns_get_req_script, ns_accumulate_script_ranges)
8849 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
8850 New functions.
8851 (nsfont_list, nsfont_match): Use ns_findfonts.
8852 (nsfont_open): Use font descriptor instead of traits.
8853 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
8854 (dump_glyphstring): Rename to ns_dump_glyphstring.
8855
8856 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
8857
8858 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
8859
8860 * fontset.c (fontset_from_font): Remove NS-specific code.
8861
8862 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
8863
8864 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
8865 nonactive windows.
8866
8867 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
8868
8869 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
8870
8871 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
8872
8873 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
8874
8875 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
8876
8877 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
8878 account for the overflowing of newlines into the last glyph on the
8879 display line (Bug#3482).
8880
8881 2009-06-05 David Reitter <david.reitter@gmail.com>
8882
8883 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
8884 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
8885 Fns_selection_exists_p, Fns_selection_owner_p.
8886
8887 2009-06-03 Jason Rumney <jasonr@gnu.org>
8888
8889 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
8890 available. (Bug#3379)
8891
8892 2009-05-29 Kenichi Handa <handa@m17n.org>
8893
8894 * coding.c (get_translation_table):
8895 Check Venable_character_translation.
8896
8897 2009-05-26 David Reitter <david.reitter@gmail.com>
8898
8899 * nsterm.m (ns_raise_frame): Only raise frame if visible.
8900 (x_make_frame_visible): Move frame to front rather than calling
8901 ns_raise_frame().
8902 (keyDown:): Do not swallow events that aren't re-sent if frame
8903 isn't key window.
8904 (drawRect:): Do not set visibility/iconified flags because
8905 drawRect may be called by NSView even if the frame is hidden.
8906
8907 * nsfns.m (Fx_create_frame): Follow other ports in
8908 determining visibility; default to t. Ensure async_visible is set.
8909
8910 2009-05-23 Eli Zaretskii <eliz@gnu.org>
8911
8912 * dired.c (Ffile_attributes): Doc fix.
8913
8914 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
8915
8916 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
8917
8918 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8919
8920 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
8921 and xfont_scratch_props.
8922 (syms_of_xfont): Do it here instead.
8923 (xfont_find_ccl_program): Delete, unused.
8924 (xfont_open): Delete unused var `i'.
8925
8926 2009-05-21 Kenichi Handa <handa@m17n.org>
8927
8928 * fontset.c (Qlatin): Don't make it static.
8929
8930 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
8931 New functions.
8932 (xfont_scripts_cache, xfont_scratch_props): New variables.
8933 (Qlatin, Vscalable_fonts_allowed): Extern it.
8934 (xfont_list_pattern): Argument changed. Callers changed.
8935 Check Vscalable_fonts_allowed. Check the support of a script.
8936 (xfont_list): Don't reject a font spec with :script property.
8937 (xfont_has_char): Fix setting of encoding.
8938 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
8939 xfont_scratch_props.
8940
8941 2009-05-19 Kenichi Handa <handa@m17n.org>
8942
8943 * font.c (font_sort_entities): Rename from font_sort_entites.
8944 Callers changed.
8945
8946 2009-05-18 Kenichi Handa <handa@m17n.org>
8947
8948 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
8949
8950 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8951
8952 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
8953 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
8954
8955 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8956
8957 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
8958 (x_delete_terminal): Dissociate resource database from display and
8959 then call XrmDestroyDatabase before closing display.
8960
8961 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8962
8963 * nsterm.m (ns_read_socket): Remove unused variable.
8964 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
8965 whether selected frame is viable before raising it (based on patch
8966 by David Reitter), and improve commentary.
8967 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
8968
8969 2009-05-15 Kenichi Handa <handa@m17n.org>
8970
8971 * font.c (Ffont_spec): Check arguments.
8972
8973 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
8974
8975 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
8976 weight when testing attributes (Bug#3282).
8977
8978 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8979
8980 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
8981 what we expect to get in the next ConfigureNotify event.
8982
8983 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
8984 before Xft one (Bug#1696).
8985
8986 2009-05-07 David Reitter <david.reitter@gmail.com>
8987
8988 * nsfns.m (Fx_display_planes): Compute bitplanes using
8989 NSBitsPerPixelFromDepth (Bug#3207).
8990
8991 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
8992
8993 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
8994
8995 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
8996
8997 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
8998
8999 2009-05-07 David Reitter <david.reitter@gmail.com>
9000
9001 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
9002 Respect mouse face background.
9003
9004 2009-05-07 David Reitter <david.reitter@gmail.com>
9005
9006 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
9007 Mouse movement/highlight: bracket drawing operations
9008 in ns_update_begin and ns_update_end.
9009
9010 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9011
9012 * nsfns.m (ns_get_screen): Rewrite.
9013 Don't presume selected-frame is of type `ns'.
9014
9015 * font.c (font_update_drivers): Sanity fallback to avoid disabling
9016 all drivers.
9017
9018 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
9019
9020 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9021
9022 * keyboard.h (add_user_signal): Fix typo in extern.
9023
9024 * lisp.h (add_user_signal): Remove extern.
9025
9026 * unexelf.c (unexec): Consider a section to precede the .bss section
9027 if its addresses overlap that of .bss.
9028 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
9029 instead of dumping process.
9030
9031 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9032
9033 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
9034
9035 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9036
9037 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
9038
9039 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9040
9041 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
9042 any statements.
9043
9044 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
9045
9046 * process.c (read_process_output): Make sure the current buffer is
9047 always restored.
9048
9049 * coding.c (record_conversion_result): Don't modify
9050 Vlast_code_conversion_error for successful result.
9051 (alloc_destination): Don't clobber conversion result. (Bug#1650)
9052
9053 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9054
9055 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
9056 (load_charset_map): Remove unnecessary code.
9057
9058 2009-04-30 David Reitter <david.reitter@gmail.com>
9059
9060 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
9061 through f24.
9062
9063 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
9064
9065 * xfaces.c (face_at_buffer_position): New arg base_face_id.
9066
9067 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
9068 face_at_buffer_position.
9069 (face_before_or_after_it_pos, get_next_display_element)
9070 (note_mouse_highlight): Update face_at_buffer_position call.
9071
9072 * term.c (term_mouse_highlight):
9073 * msdos.c (IT_note_mouse_highlight):
9074 * fontset.c (Finternal_char_font):
9075 * font.c (font_at, font_range): Update face_at_buffer_position call.
9076
9077 * dispextern.h (face_at_buffer_position): Update prototype.
9078
9079 2009-04-30 Kenichi Handa <handa@m17n.org>
9080
9081 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
9082
9083 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
9084
9085 * callproc.c (Fcall_process): Fix GC protection. Make sure
9086 current buffer is always restored.
9087
9088 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9089
9090 * atimer.c (init_atimer): Also clear stopped_atimers.
9091
9092 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
9093
9094 * process.c (create_process): Clean up merger residues of
9095 2008-07-17 change.
9096
9097 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
9098
9099 * lread.c (Vread_circle): New variable.
9100 (read1): Disable recursive read if Vread_circle is nil.
9101
9102 2009-04-29 Kenichi Handa <handa@m17n.org>
9103
9104 * fontset.h (set_default_ascii_font): Delete extern.
9105
9106 * fontset.c (set_default_ascii_font): Delete this unused function.
9107
9108 * frame.c (x_set_font): When ARG is a font-object, check if the
9109 font-object matches with the ASCII font-spec of the frame's
9110 fontset. If not, create a new fontset for the frame. (Bug #3075)
9111
9112 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
9113
9114 * fns.c (Flocale_info): Protect vector from GC during decoding.
9115
9116 * process.c (Fstart_process): Protect argv strings from GC during
9117 encoding.
9118
9119 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
9120
9121 * sysdep.c: Include <ctype.h>.
9122
9123 2009-04-27 David Reitter <david.reitter@gmail.com>
9124
9125 * nsfont.m (nsfont_open): Remove unused variable shrink.
9126 Remove commented-out code.
9127
9128 2009-04-26 Johan Bockgård <bojohan@gnu.org>
9129
9130 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
9131
9132 2009-04-25 Jason Rumney <jasonr@gnu.org>
9133
9134 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
9135
9136 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9137
9138 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
9139 Swap bytes in short integer if fringe bitmap width > 8.
9140
9141 2009-04-23 Kenichi Handa <handa@m17n.org>
9142
9143 * xfaces.c (Fx_list_fonts): If a font size is specified in
9144 PATTERN, set it in returned scalable fonts.
9145
9146 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
9147
9148 * keyboard.c (Fset_input_meta_mode): Doc fix.
9149
9150 * dispnew.c (Fsend_string_to_terminal): Doc fix.
9151
9152 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
9153
9154 * coding.c (Fterminal_coding_system): Doc fix.
9155
9156 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
9157 (Fx_display_pixel_height, Fx_display_planes)
9158 (Fx_display_color_cells, Fx_server_max_request_size)
9159 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9160 (Fx_display_mm_height, Fx_display_mm_width)
9161 (Fx_display_backing_store, Fx_display_visual_class)
9162 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
9163 Doc fixes, replacing "terminal id" with "terminal object".
9164 (check_x_display_info): Handle terminal objects instead of
9165 terminal ids.
9166
9167 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
9168 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
9169 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
9170 Doc fixes, replacing "terminal id" with "terminal object".
9171
9172 2009-04-21 Kenichi Handa <handa@m17n.org>
9173
9174 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
9175 (font_score): Check AVGWIDTH too.
9176
9177 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
9178 worst case.
9179 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
9180 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
9181
9182 2009-04-19 Jason Rumney <jasonr@gnu.org>
9183
9184 The following changes fix Bug#3005 for wide glyphs on each platform,
9185 without reintroducing Bug#1258 for stretch glyphs.
9186
9187 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
9188 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
9189 get_phys_cursor_geometry.
9190
9191 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
9192 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
9193 using get_phys_cursor_geometry.
9194
9195 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
9196 correctly calculated.
9197
9198 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
9199
9200 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
9201 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
9202 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
9203 is deprecated.
9204
9205 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
9206
9207 * font.c (font_put_frame_data): Use xfree instead of free.
9208
9209 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
9210
9211 * w32font.c (Qja, Qko): Remove declarations.
9212 (syms_of_w32font): Don't DEFSYM them.
9213
9214 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
9215
9216 * font.c (Qja, Qko): Move definitions here from ftfont.c.
9217
9218 * font.h (Qja, Qko): Extern them.
9219
9220 * ftfont.c (Qja, Qko): Remove declarations.
9221
9222 * xfont.c (Qja, Qko): Remove declarations.
9223
9224 2009-04-17 Kenichi Handa <handa@m17n.org>
9225
9226 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
9227 string from a vector to handle Latin-1 characters correctly.
9228
9229 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
9230 entity even if the cache hits.
9231
9232 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
9233
9234 * search.c (boyer_moore): Use zero as marker value for a possible
9235 match instead of depending on overflow behavior. (Bug#2844)
9236
9237 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
9238 * lisp.h: Adjust prototypes.
9239
9240 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
9241
9242 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
9243 change (Bug#3003).
9244
9245 2009-04-16 Kenichi Handa <handa@m17n.org>
9246
9247 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
9248
9249 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
9250 adstyle.
9251
9252 * ftfont.c (Qja, Qko): Don't make them static.
9253 (enum ftfont_cache_for): New enum.
9254 (fc_charset_table): Undo the previous change.
9255 (ftfont_get_latin1_charset): Delete it.
9256 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
9257 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
9258 non-scarable font, try to get AVERAGE_WIDTH.
9259 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
9260 Change ft_face_cache from a list of a hash-table. Don't check
9261 `ja' and `ko' adstyle here.
9262 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
9263 FTFONT_CACHE_FOR_CHARET.
9264 (ftfont_get_charset): Undo the previous change.
9265 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
9266 (ftfont_close): Likewise.
9267 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
9268
9269 * font.c (font_sort_entites): Change the meaning of the arg
9270 BEST-ONLY. Don't optimize for VEC of lenght 1.
9271 (font_select_entity): Just return the value of font_sort_entites.
9272
9273 * xfaces.c (merge_face_vectors): Reflect font properties in
9274 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
9275 font_clear_prop if a face attribute doesn't change.
9276
9277 * charset.h (charset_ksc5601): Extern it.
9278
9279 * charset.c (charset_ksc5601): New variable.
9280 (Fdefine_charset_internal): Set charset_ksc5601.
9281 (init_charset_once): Initialize charset_ksc5601 to -1.
9282
9283 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
9284
9285 * fileio.c (history_delete_duplicates): Remove unused declaration.
9286
9287 * callint.c (history_delete_duplicates): New declaration.
9288 (Fcall_interactively): Remove command history duplicates when
9289 history_delete_duplicates is true.
9290
9291 2009-04-14 Eli Zaretskii <eliz@gnu.org>
9292
9293 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
9294
9295 2009-04-14 Kenichi Handa <handa@m17n.org>
9296
9297 * font.c (Ffont_info): Fix docstring. Fix the second element of
9298 the returned value (bug#2949).
9299
9300 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
9301
9302 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
9303
9304 2009-04-14 Kenichi Handa <handa@m17n.org>
9305
9306 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
9307 encoding charset is ascii_compatible.
9308
9309 * charset.c (Fdefine_charset_internal): Make charset
9310 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
9311 code_offset is 0, and covers all ASCII characters.
9312
9313 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
9316 (ns_string_to_pasteboard_internal):
9317 * nsmenu.m (process_dialog):
9318 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
9319 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
9320 * lisp.h (Fx_load_color_file): Declare.
9321
9322 2009-04-13 Kenichi Handa <handa@m17n.org>
9323
9324 * font.c (font_delete_unmatched): Preserve the order of list elements.
9325 (font_select_entity): Suppress the code to optimize for the same
9326 kind of fonts.
9327 (font_load_for_lface): Get a font that supports at least ASCII
9328 characters.
9329
9330 * ftfont.c (Qja, Qko): New variables.
9331 (fc_charset_table): Delete uniquifier data for iso8859-1.
9332 (ftfont_get_latin1_charset): New function.
9333 (get_adstyle_property): New function.
9334 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
9335 bitmap fonts.
9336 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
9337 Delete iso-8859-1 range from the charset of fonts whose adstyle is
9338 `ko' or `ja'.
9339 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
9340 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
9341 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
9342 property.
9343 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
9344 (syms_of_ftfont): DEFSYM Qja and Qko.
9345
9346 2009-04-09 Kenichi Handa <handa@m17n.org>
9347
9348 * charset.c (map_charset_chars): For a charset of `superset'
9349 method, fix calculation of code range.
9350
9351 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
9352 from the list of extra properties.
9353 (font_clear_prop): Be sure to delete `:name' font property.
9354
9355 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9356
9357 * dispnew.c (redraw_overlapping_rows): Fix detection of
9358 overlapping for topmost and bottommost rows.
9359
9360 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
9361
9362 2009-04-06 Jason Rumney <jasonr@gnu.org>
9363
9364 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
9365
9366 2009-04-06 Kenichi Handa <handa@m17n.org>
9367
9368 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
9369
9370 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
9371
9372 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9373
9374 * ftfont.c (ftfont_open): Fix checking of the return value of
9375 FT_Load_Char. Fix setting font->underline_thickness.
9376
9377 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
9378
9379 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
9380 (Fterminal_parameters, Fterminal_parameter)
9381 (Fset_terminal_parameter): In doc string, refer to terminal
9382 objects rather than terminal ids.
9383
9384 2009-04-04 Eli Zaretskii <eliz@gnu.org>
9385
9386 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
9387 ret_lim_data. (Bug#2867)
9388
9389 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
9390
9391 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
9392 so they don't get wider than the window, matching 2006-01-23
9393 change to the partner function in xdisp.c (Bug#2800).
9394
9395 2009-04-03 Kenichi Handa <handa@m17n.org>
9396
9397 * print.c (print_object): Make each lowest sub_char_table start a
9398 new line (Bug#2866).
9399
9400 2009-04-02 Kenichi Handa <handa@m17n.org>
9401
9402 * fontset.c (fontset_font): Record no-font when a fontset
9403 explicitly tells not to try another font-specs.
9404
9405 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
9406
9407 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
9408
9409 2009-03-30 Kenichi Handa <handa@m17n.org>
9410
9411 * fontset.c (fontset_from_font): Specify only registry in a
9412 font-spec for all characters supported by that registry.
9413
9414 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
9415 even if HAVE_M17N_FLT is not defined.
9416
9417 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
9418
9419 * ftfont.c: Conditionalize prototyping and use of
9420 ftfont_variation_glyphs.
9421
9422 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9423
9424 * frame.c (delete_frame): Work around compiler bug.
9425
9426 * editfns.c (general_insert_function): Adjust to insdel.c changes.
9427 * insdel.c (prepare_to_modify_buffer, signal_before_change):
9428 Some more EMACS_INT.
9429 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
9430
9431 * xdisp.c (dump_glyph): Fix typo.
9432
9433 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
9434 (adjust_markers_gap_motion, adjust_markers_for_delete)
9435 (adjust_markers_for_insert, adjust_point)
9436 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
9437 (make_gap, copy_text, count_size_as_multibyte, insert)
9438 (insert_and_inherit, insert_before_markers)
9439 (insert_before_markers_and_inherit, insert_1)
9440 (count_combining_before, count_combining_after, insert_1_both)
9441 (insert_from_string, insert_from_string_before_markers)
9442 (insert_from_string_1, insert_from_gap, insert_from_buffer)
9443 (insert_from_buffer_1, adjust_after_replace)
9444 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
9445 (replace_range_2, del_range, del_range_1, del_range_byte)
9446 (del_range_both, del_range_2, modify_region)
9447 (prepare_to_modify_buffer, signal_before_change)
9448 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
9449 for buffer positions and sizes.
9450 * lisp.h: Adjust prototypes accordingly.
9451
9452 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
9453 (non_regular_inserted, non_regular_nbytes, read_non_regular)
9454 (Finsert_file_contents): Use EMACS_INT for buffer positions.
9455
9456 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
9457
9458 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
9459
9460 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
9461 lines and columns so we keep the same pixel height and width.
9462
9463 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
9464 the property _NET_WM_STATE has changed.
9465 (x_handle_net_wm_state): New function to update frame parameter
9466 fullscreen.
9467 (x_term_init): Initialize atoms for _NET_WM_STATE.
9468
9469 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
9470
9471 2009-03-27 Kevin Ryde <user42@zip.com.au>
9472
9473 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
9474 Gpm_GetEvent as an error that justifies closing the filedescriptor.
9475 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
9476 (Fgpm_mouse_stop): Pass that new parameter.
9477 * termhooks.h (close_gpm): Adjust prototype.
9478
9479 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9480
9481 * lisp.h (Fx_focus_frame): Declare.
9482
9483 * callint.c (Fcall_interactively): For '^' just delegate the work to
9484 handle-shift-selection.
9485 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
9486
9487 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
9488
9489 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
9490
9491 * data.c (Qinteractive_form): New variable.
9492 (Finteractive_form): Use it.
9493
9494 * eval.c (Fcommandp): Use Qinteractive_form.
9495
9496 2009-03-24 Jason Rumney <jasonr@gnu.org>
9497
9498 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
9499 Calculate total size precisely. Decode environment variables
9500 before substituting. (Bug#38)
9501
9502 2009-03-24 Kenichi Handa <handa@m17n.org>
9503
9504 * font.c (find_font_encoding): Return Qnil for unsupported
9505 encoding (Bug#2722).
9506
9507 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
9508
9509 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
9510 that gdpy is set.
9511
9512 2009-03-22 Alan Mackenzie <acm@muc.de>
9513
9514 * callint.c (Finteractive): Clarify the doc string - even
9515 promptless elements need \n separators.
9516
9517 2009-03-22 Jason Rumney <jasonr@gnu.org>
9518
9519 * w32term.c (syms_of_w32term): Doc fix for
9520 x-use-underline-position-properties.
9521
9522 2009-03-21 Eli Zaretskii <eliz@gnu.org>
9523
9524 * w32.c (getpwuid): Change argument type to unsigned.
9525 (struct w32_id): Change type of `rid' member to unsigned.
9526 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
9527 argument ID to unsigned. All callers changed.
9528 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
9529
9530 2009-03-20 Eli Zaretskii <eliz@gnu.org>
9531
9532 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
9533 negative, produce a float value.
9534
9535 * dired.c (make_uid, make_gid): New functions.
9536 (Ffile_attributes): Use them to avoid negative UID and GID.
9537
9538 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
9539
9540 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
9541 (syms_of_keyboard) <command-hook-internal, input-method-function>:
9542 Fix typos in docstrings.
9543
9544 2009-03-19 Kenichi Handa <handa@m17n.org>
9545
9546 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
9547 changed, use font_load_for_lface to get a new font object.
9548 Call free_realized_fontset after handling ASCII font change.
9549
9550 * frame.c (x_set_font): Handle the case that ARG is a cons.
9551
9552 2009-03-19 Glenn Morris <rgm@gnu.org>
9553
9554 * fileio.c (Fsubstitute_in_file_name): Doc fix.
9555
9556 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
9557
9558 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
9559
9560 2009-03-19 Kenichi Handa <handa@m17n.org>
9561
9562 * charset.c (load_charset_map_from_file): When a mapfile can't be
9563 loaded, signal an error.
9564
9565 2009-03-18 Eli Zaretskii <eliz@gnu.org>
9566
9567 * dired.c (Ffile_attributes): Make sure UID and GID are always
9568 positive, even if the value is too large for a positive EMACS_INT.
9569 Doc fix.
9570
9571 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
9572
9573 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9574
9575 * xmenu.c (xdialog_show): Move Fredisplay call ...
9576 (Fx_popup_dialog): ... here.
9577
9578 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * dired.c (file_name_completion): Disable the first optimization just
9581 installed, since it is not implemented correctly.
9582
9583 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9584
9585 * dired.c (file_name_completion): Check completion-ignored-extensions
9586 only if the entry can affect bestmatch.
9587 Stop the search early, as Ftry_completion already does.
9588
9589 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
9590
9591 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
9592
9593 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
9594
9595 * keyboard.c (parse_menu_item): Don't display remappings as menu
9596 equivalent bindings (Bug#788).
9597
9598 2009-03-15 Jason Rumney <jasonr@gnu.org>
9599
9600 * w32term.h (WM_EMACS_PAINT): New message.
9601 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
9602 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
9603 before passing to lisp thread. (Bug#950)
9604
9605 2009-03-14 David Reitter <david.reitter@gmail.com>
9606
9607 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
9608 variable as it was never reset.
9609 (ns_term_init): Remove initialization of Lisp-settable defaults
9610 and ns_expand_space.
9611 (-setPanelFromDefaultValues): Remove ns_expand_space.
9612 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
9613 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
9614 i.e. no additional spacing, similar to Carbon port.
9615
9616 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
9617 * nsfns.m (ns-popup-prefs-panel): Remove.
9618
9619 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
9620
9621 * sound.c (alsa_configure): Remove call to deprecated
9622 snd_pcm_sw_params_set_xfer_align.
9623
9624 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
9625
9626 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
9627 after clicking in a detached tool bar.
9628 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
9629
9630 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9631
9632 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
9633 int/Lisp_Object mixup).
9634
9635 2009-03-13 Kenichi Handa <handa@m17n.org>
9636
9637 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
9638 Handle NAME nil and t correctly. Callers changed.
9639 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
9640 (set_fontset_font): Change ARG to a vector. Handle range_list in
9641 ARG correctly.
9642 (Fset_fontset_font): Fix the case that TARGET is both a script
9643 name and charset name. Adjust the arg to set_fontset_font for
9644 the above change.
9645 (fontset_from_font): Fix previous change.
9646 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
9647 entry. If FONTSET is the default fontset, don't set the extra
9648 slot of the returning char-table.
9649
9650 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
9651
9652 * nsfns.m (Fx_close_connection): Doc fix.
9653 (Fns_do_applescript): Reflow docstring.
9654 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
9655 (Fx_display_pixel_width, Fx_display_pixel_height)
9656 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
9657 Fix typos in docstrings.
9658 (Fns_set_alpha): Fix typos in error messages.
9659
9660 2009-03-12 David Reitter <david.reitter@gmail.com>
9661
9662 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
9663 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
9664 were used for such events.
9665
9666 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
9667 (toggleToolbar, performDragOperation, runHelp): Use it.
9668
9669 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
9670 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
9671
9672 2009-03-11 Kenichi Handa <handa@m17n.org>
9673
9674 * font.h (font_open_by_spec): Extern it.
9675
9676 * font.c (font_open_by_spec): New function.
9677 (font_open_by_name): Use font_open_by_spec.
9678
9679 * frame.c (x_set_font): When ARG is a font-object, don't alter the
9680 fontset of the frame.
9681
9682 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
9683 modify the default font of frames that use this fontset.
9684 (num_auto_fontsets): New variable.
9685 (fontset_from_font): Use num_auto_fontsets to decide a fontset
9686 name. Be sure to set FONTSET_ASCII to the correct font name.
9687 (update_auto_fontset_alist): New function.
9688
9689 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
9690
9691 * makefile.w32-in: Update dependencies.
9692
9693 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9694
9695 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
9696
9697 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9698
9699 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
9700
9701 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
9702
9703 * lread.c (Feval_buffer): Doc fix.
9704
9705 2009-03-09 Kenichi Handa <handa@m17n.org>
9706
9707 * charset.c (Qfile_name_handler_alist): Extern it.
9708 (load_charset_map_from_file): Temporarily bind
9709 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
9710
9711 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
9712
9713 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
9714 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
9715
9716 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
9717
9718 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
9719 (x_set_window_size): Change back to calculated method of setting
9720 toolbar height under Cocoa. (Bug#2546)
9721 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
9722 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
9723
9724 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
9725
9726 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
9727 accelerator in parens under GNUstep.
9728
9729 2009-03-06 Kenichi Handa <handa@m17n.org>
9730
9731 These changes are to detect incorrect composition sequence without
9732 looking ahead the source. (Bug#2370)
9733
9734 * coding.h: Include "composite.h".
9735 (enum compisition_state): New enum.
9736 (struct compisition_status): New struct.
9737 (struct iso_2022_spec): New member cmp_status.
9738 (struct emacs_mule_spec): New struct.
9739 (struct coding_system): New members ctext_extended_segment_len and
9740 embedded_utf_8. Change the union member
9741 spec.emacs_mule_full_support to spec.emacs_mule.
9742
9743 * coding.c (CODING_ISO_CMP_STATUS): New macro.
9744 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
9745 (MAX_ANNOTATION_LENGTH): Define to 5.
9746 (ADD_COMPOSITION_DATA): New arg nbytes.
9747 (emacs_mule_char): New arg cmp_status.
9748 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
9749 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
9750 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
9751 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
9752 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
9753 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
9754 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
9755 (EMACS_MULE_COMPOSITION_END): New macro.
9756 (emacs_mule_finish_composition): New function.
9757 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
9758 (decode_coding_emacs_mule): Avoid long looking ahead while
9759 handling composition.
9760 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
9761 (ENCODE_COMPOSITION_RULE): New macro.
9762 (finish_composition): New function.
9763 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
9764 (DECODE_COMPOSITION_START): New implementation.
9765 (DECODE_COMPOSITION_END): Likewise.
9766 (STORE_COMPOSITION_RULE): New macro.
9767 (decode_coding_iso_2022): Avoid long looking ahead while handling
9768 composition, CTEXT extended segment, and embedded UTF-8.
9769 (setup_coding_system): For a coding of type iso-2022, reset
9770 CODING_ISO_EXTSEGMENT_LEN (coding) and
9771 CODING_ISO_EMBEDDED_UTF_8 (coding).
9772 (get_translation): Delete arguments last_block, from_nchars,
9773 to_nchars. Callers changed.
9774 (produce_chars): Don't modify charbuf. Adjusted for the change of
9775 get_translation.
9776 (produce_composition): Adjust for the new annotation sequence.
9777 (handle_composition_annotation): Likewise.
9778 (consume_chars): Adjust for the change of get_translation.
9779
9780 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
9781
9782 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
9783
9784 2009-03-05 Kenichi Handa <handa@m17n.org>
9785
9786 * font.c (font_select_entity): New function.
9787 (font_find_for_lface): Use font_select_entity to select a font.
9788
9789 * fontset.c (fontset_find_font): If a font found without
9790 restricting to the characters C doesn't support C, try to find a
9791 font with C restriction.
9792
9793 2009-03-04 Nikolaj Schumacher <me@nschum.de>
9794
9795 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
9796
9797 2009-03-04 Jason Rumney <jasonr@gnu.org>
9798
9799 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
9800 characters that have already been read. (Bug#2569)
9801
9802 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
9803 Log an error message if check_image_size failed.
9804 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
9805 (gs_load): Mention max-image-size in size error message. (Bug#2560)
9806
9807 2009-03-02 Eli Zaretskii <eliz@gnu.org>
9808
9809 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
9810 when decoding process output.
9811
9812 2009-03-01 Richard M Stallman <rms@gnu.org>
9813
9814 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
9815
9816 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
9817
9818 2009-02-28 Eli Zaretskii <eliz@gnu.org>
9819
9820 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
9821 (decode_coding_emacs_mule, decode_coding_iso_2022)
9822 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9823 (decode_coding_raw_text, decode_coding_charset)
9824 (setup_coding_system, decode_eol, decode_coding, consume_chars):
9825 Honor inhibit-eol-conversion. (Bug #2186)
9826
9827 2009-02-28 Jason Rumney <jasonr@gnu.org>
9828
9829 * coding.c (detect_coding_charset): If not checking latin extra,
9830 fail on characters between 0x80 and 0xA0. (Bug#2354)
9831
9832 2009-02-28 Eli Zaretskii <eliz@gnu.org>
9833
9834 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
9835 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
9836
9837 2009-02-27 Glenn Morris <rgm@gnu.org>
9838
9839 * callint.c (Finteractive): Doc fix.
9840
9841 2009-02-27 Kenichi Handa <handa@m17n.org>
9842
9843 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
9844
9845 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
9846
9847 * font.c (font_style_to_value): Set value for unknown symbols to
9848 100 instead of 255.
9849 (weight_table, slant_table, width_table): Treat "unspecified" as
9850 the default value.
9851
9852 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
9853
9854 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
9855
9856 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
9857
9858 * lread.c (Fload): Stop checking Vloads_in_progress and signal
9859 error as soon as a recursive load is detected.
9860
9861 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9862
9863 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
9864 before caching.
9865
9866 2009-02-24 Kenichi Handa <handa@m17n.org>
9867
9868 * fontset.c (fontset_find_font): Fix the condition for checking
9869 unavailable font.
9870
9871 2009-02-24 Glenn Morris <rgm@gnu.org>
9872
9873 * xfaces.c (Finternal_set_font_selection_order): Remove leading
9874 whitespace that confuses documentation.
9875
9876 2009-02-23 Miles Bader <miles@gnu.org>
9877
9878 * process.c (Flist_system_processes, Fprocess_attributes)
9879 (syms_of_process): Rename `system-process-attributes' to
9880 `process-attributes'.
9881
9882 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
9883
9884 * coding.h (struct coding_system): Make safe_charsets a pointer to
9885 unsigned char.
9886 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
9887 being 255.
9888 (SAFE_CHARSET_P): Likewise.
9889 (setup_iso_safe_charsets): Properly setup safe_charsets.
9890 (Fdefine_coding_system_internal): Likewise.
9891 (setup_coding_system): Likewise. Remove unneeded casts.
9892 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
9893 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
9894 unneeded casts.
9895
9896 * insdel.c (del_range_2): Don't modify gap contents when called
9897 from decode_coding_object. (Bug#1809)
9898
9899 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
9900
9901 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
9902 Qfont_object.
9903 (Ftype_of): Recognize font objects.
9904
9905 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
9906
9907 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
9908 moved to data.c.
9909
9910 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9911
9912 * nsterm.m (x_make_frame_invisible): Unset async_visible,
9913 async_iconified. Based on a patch by Christian Lynbech
9914 <christian.lynbech@tieto.com>.
9915 (EmacsView-windowDidMiniaturize:): Unset async_visible.
9916
9917 2009-02-20 Glenn Morris <rgm@gnu.org>
9918
9919 * syntax.c (Fskip_chars_forward): Fix doc typo.
9920
9921 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
9922
9923 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
9924
9925 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
9926
9927 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
9928
9929 2009-02-19 Kenichi Handa <handa@m17n.org>
9930
9931 * coding.c (detect_coding): Preserve coding->mode.
9932 Don't overflow coding->carryover. (Bug#2370)
9933
9934 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
9935
9936 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
9937
9938 2009-02-18 Kenichi Handa <handa@m17n.org>
9939
9940 * font.c (font_check_otf_features): Fix handling of `nil' element.
9941 (Ffont_spec): Describe :lang and :otf in the docstring.
9942
9943 2009-02-16 Andreas Schwab <schwab@suse.de>
9944
9945 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
9946 string.
9947
9948 2009-02-16 Kenichi Handa <handa@m17n.org>
9949
9950 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
9951 (Bug#1723)
9952
9953 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
9954
9955 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
9956
9957 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
9958 (handle_line_prefix): Suppress wrapping of wrap prefixes.
9959
9960 2009-02-14 Eli Zaretskii <eliz@gnu.org>
9961
9962 * msdos.c (MAX_SCREEN_BUF): New macro.
9963 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
9964 Encode the entire run of glyphs sharing the same face, instead of
9965 doing that one glyph at a time (fixes a bug with displaying
9966 double-size characters).
9967
9968 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9969
9970 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
9971
9972 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
9973 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
9974 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
9975
9976 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
9977 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
9978
9979 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
9980
9981 * keyboard.c (adjust_point_for_property): Allow stopping between two
9982 invisible areas.
9983
9984 2009-02-12 Jason Rumney <jasonr@gnu.org>
9985
9986 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
9987 (add_font_entity_to_list): Call check_face_name even when family
9988 is unspecified.
9989
9990 * w32term.c (x_display_pixel_height, x_display_pixel_width):
9991 Release DC when finished. Use NULL window to refer to desktop.
9992 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
9993
9994 * w32font.c (add_font_entity_to_list): Fix check for substituted
9995 raster fonts. (Bug#2219)
9996
9997 2009-02-12 Kenichi Handa <handa@m17n.org>
9998
9999 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
10000 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
10001 (autocmp_chars): Use fast_looking_at. Don't compose more
10002 characters than MAX_COMPOSITION_COMPONENTS.
10003 (find_automatic_composition): While looking forward and backward,
10004 check static composition. Fix where to stop looking forward.
10005 (composition_adjust_point): Fix checking of static composition.
10006 (Fcomposition_get_gstring): Pay attention to
10007 MAX_COMPOSITION_COMPONENTS.
10008
10009 * lisp.h (fast_looking_at): Extern it.
10010
10011 * search.c (fast_looking_at): New function.
10012
10013 * term.c (encode_terminal_code): Adjust for the change of
10014 <struct glyph>.u.cmp.to.
10015 (append_composite_glyph): Likewise.
10016
10017 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
10018 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
10019 composition.
10020 (append_composite_glyph): Adjust for the change of
10021 <strcut glyph>.u.cmp.to.
10022
10023 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
10024
10025 * casetab.c (init_casetab_once):
10026 * coding.c (ALLOC_CONVERSION_WORK_AREA):
10027 * font.c (font_update_lface):
10028 * fontset.c (Fnew_fontset):
10029 * ftfont.c (ftfont_drive_otf):
10030 * xfont.c (xfont_open):
10031 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
10032
10033 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10034
10035 * fileio.c (Fwrite_region): !NILP -> CONSP.
10036
10037 2009-02-10 Andreas Schwab <schwab@suse.de>
10038
10039 * process.c (send_process): Properly relocate pointer into data
10040 when using encoded data. (Bug#2272)
10041
10042 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
10043
10044 * coding.c (detect_coding_charset): Fix previous change.
10045
10046 2009-02-08 Jason Rumney <jasonr@gnu.org>
10047
10048 * w32fns.c (w32_hide_hourglass): Handle case where frame
10049 disappeared while hourglass was displayed. (Bug #2193)
10050
10051 2009-02-07 Andreas Schwab <schwab@suse.de>
10052
10053 * unexelf.c (unexec): Fix error message.
10054
10055 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
10056
10057 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
10058 when modal window is active. (Bug #2152)
10059 (applicationShouldTerminate:): Remove now-unneeded while loop
10060 around NSRunAlertPanel.
10061
10062 * nsmenu.m (popupSession): New file-global variable.
10063 (pop_down_menu): End the popupSession before closing dialog.
10064 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
10065 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
10066 don't query NSApp for events (just sleep instead).
10067
10068 2009-02-07 Eli Zaretskii <eliz@gnu.org>
10069
10070 * coding.c (syms_of_coding) <translation-table-for-input>:
10071 Modify doc string to discourage use for character code unification.
10072
10073 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10074
10075 * atimer.c (run_timers): Update pending_atimers.
10076
10077 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
10078
10079 * image.c (svg_load_image): Fix last change.
10080
10081 * xfns.c (Fx_create_frame): Signal an error if no font is
10082 found (Bug#2147).
10083
10084 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
10085
10086 * character.c (syms_of_character) <script-representative-chars>:
10087 Fix typo in docstring.
10088
10089 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
10090
10091 * nsmenu.m (pop_down_menu): New function.
10092 (ns_popup_dialog): Call it on unwind.
10093 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
10094 call timer_check() (Bug#2154).
10095 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
10096 handling_signal is set.
10097 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
10098
10099 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
10100
10101 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
10102
10103 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
10104
10105 * keyboard.c (poll_for_input_1, handle_async_input):
10106 Set handling_signal under HAVE_NS.
10107
10108 2009-02-04 Glenn Morris <rgm@gnu.org>
10109
10110 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
10111
10112 2009-02-04 Kenichi Handa <handa@m17n.org>
10113
10114 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
10115
10116 * charset.c (Fchar_charset): New optional arg restriction.
10117
10118 * coding.h (coding_system_charset_list): Extern it.
10119
10120 * coding.c (coding_system_charset_list): New function.
10121
10122 * composite.c: Include coding.h and termhooks.h.
10123 (composition_gstring_p): Fix for the terminal case.
10124 (composition_gstring_width): Likewise.
10125 (fill_gstring_body): Likewise.
10126 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
10127 the frame.
10128 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
10129 is within a composition.
10130 (Fcomposition_get_gstring): Fix the terminal case.
10131
10132 * term.c (encode_terminal_code): Fix handling of composition.
10133 (produce_composite_glyph): For static composition, get pixel_width
10134 from struct composition.
10135
10136 2009-02-02 Andreas Schwab <schwab@suse.de>
10137
10138 * unexelf.c (unexec): Handle unaligned bss offset.
10139
10140 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10141
10142 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
10143 XT,w32read_socket changes to ns_read_socket.
10144
10145 * keyboard.c (handle_interrupt): Don't call
10146 quit_throw_to_read_char() under NS.
10147
10148 * blockinput.h: Remove NS-specific code.
10149
10150 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
10151
10152 * dispnew.c (window_change_signal): Don't try to get the size of a
10153 suspended tty frame.
10154 * term.c (Fresume_tty): Resize if the size has changed while the
10155 tty was suspended.
10156
10157 * alloc.c (mark_stack): Properly conditionalize previous change.
10158
10159 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
10160
10161 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
10162 * w32term.c (w32_read_socket) [SYNC_INPUT]:
10163 Remove; this code is not used on Windows.
10164
10165 2009-01-30 Eli Zaretskii <eliz@gnu.org>
10166
10167 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
10168 EOLs that also has stray ^M characters.
10169
10170 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
10171
10172 * atimer.c (run_timers, alarm_signal_handler):
10173 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
10174 * w32inevt.c (w32_console_read_socket):
10175 * w32term.c (w32_read_socket):
10176 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
10177
10178 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
10179
10180 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
10181 Initialize it as a relative filename pattern.
10182 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
10183 (Fcall_process_region): Simplify temp file creation using
10184 temporary-file-directory.
10185
10186 2009-01-29 Eli Zaretskii <eliz@gnu.org>
10187
10188 * msdos.c: Rename pending_signals to msdos_pending_signals.
10189 (sig_suspender, sigprocmask): Adjust.
10190
10191 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
10192
10193 * keyboard.c (pending_signals): New var.
10194 (poll_for_input, input_available_signal, init_keyboard): Set it.
10195 (process_pending_signals): New function.
10196
10197 * lisp.h (QUIT): Check pending_signals instead of
10198 interrupt_input_pending. Use process_pending_signals.
10199
10200 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
10201
10202 * process.c (wait_reading_process_output): Use process_pending_signals.
10203
10204 * sysdep.c (emacs_write): Use process_pending_signals.
10205
10206 * xterm.c (XTread_socket): Update pending_signals.
10207
10208 * w32term.c (w32_read_socket): Update pending_signals.
10209
10210 * w32inevt.c (w32_console_read_socket): Update pending_signals.
10211
10212 2009-01-29 Kenichi Handa <handa@m17n.org>
10213
10214 * xftfont.c (xftfont_has_char): New function.
10215 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
10216
10217 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
10218
10219 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
10220 under GNUstep.
10221 (ns_query_color): New declaration.
10222
10223 * nsterm.m (ns_confirm_quit): New variable.
10224 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
10225 (EmacsApp-applicationShouldTerminate:): Use it.
10226 (EmacsPrefsController): Let user set it.
10227 (ns_query_color): New function.
10228 (ns_defined_color): Use it.
10229 (ns_initialize): Drop.
10230 (ns_term_init): Add two lines from ns_initialize(), and set
10231 input_interrupt_mode to nil.
10232
10233 * image.c (svg_load_image): Don't right-shift background RGB when
10234 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
10235
10236 2009-01-28 Kenichi Handa <handa@m17n.org>
10237
10238 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10239 (fontset_get_font_group): Remember that no font-group is specified
10240 for C.
10241
10242 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
10243
10244 * fns.c (concat): Check for string overflow (bug#1787).
10245
10246 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
10247 Quadruple undo limits (bug#1501).
10248
10249 2009-01-27 Kenichi Handa <handa@m17n.org>
10250
10251 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
10252 directly use GT_Get_Char_index.
10253
10254 * xftfont.c (struct xftfont_info): New member `index'.
10255
10256 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10257 (Ffontset_font): Adjust for the change of fontset entry.
10258
10259 2009-01-26 Kenichi Handa <handa@m17n.org>
10260
10261 * fontset.c (fontset_find_font): Fix handling of non-cons return
10262 value of fontset_get_font_group.
10263 (fontset_font): Revert last change.
10264
10265 2009-01-26 Jason Rumney <jasonr@gnu.org>
10266
10267 * w32font.c (w32font_list_internal): Return quickly if registry is
10268 unknown. Simplify final return.
10269 (add_font_entity_to_list): Break complex logic down into more
10270 manageable chunks. Move unknown registry check to
10271 w32font_list_internal.
10272
10273 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
10274
10275 Changes to remove Feval calls from GUI under NS.
10276
10277 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
10278 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
10279 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
10280
10281 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
10282 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
10283 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
10284 instead of NON_ASCII_KEYSTROKE_EVENT.
10285 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
10286 (EmacsApp-applicationShouldTerminate:): Query user.
10287 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
10288 instead of Feval.
10289
10290 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
10291
10292 * keyboard.c (kbd_buffer_get_event): Check for it.
10293 (keys_of_keyboard): Define lispy keys for
10294 ns-put/unput-working-text.
10295
10296 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
10297 versions.
10298 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
10299
10300 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
10301
10302 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
10303 setting current_buffer directly. (Bug#2044)
10304
10305 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
10306
10307 * fontset.c (fontset_font): If we know there is no font, don't do
10308 any work. (Bug#1952, bug#1990).
10309
10310 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
10311
10312 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10313
10314 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
10315 (ns_no_defaults): New declaration.
10316 (main): Use it.
10317
10318 * nsterm.h (ns_no_defaults): New declaration.
10319
10320 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
10321
10322 * nsterm.m (ns_no_defaults): New variable.
10323 (ns_initialize): Don't read defaults when ns_no_defaults.
10324 (EmacsView-readSelectionFromPasteboard:)
10325 (writeSelectionToPasteboard:types:): New stubbed-out methods for
10326 NSServicesRequests protocol. (Bug#1435)
10327 (ns_dumpglyphs_stretch): New function.
10328 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
10329 of 2008-11-15 to other terms. (Bug#615)
10330
10331 * nsimage.m (setPixmapData:): Set to ignore image DPI.
10332
10333 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
10334
10335 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
10336 call for Sparc64.
10337
10338 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10339
10340 * nsfns.m:
10341 * nsgui.h:
10342 * nsmenu.m:
10343 * nsselect.m:
10344 * nsterm.h:
10345 * nsterm.m: Remove '23' comments that indicated code added during
10346 update from emacs-20 -> emacs-23.
10347
10348 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
10349
10350 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
10351 ns_alternate_modifier. (Bug#1217)
10352
10353 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
10354 Display all shortcuts, including those w/o super modifier.
10355
10356 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
10357
10358 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
10359
10360 * fileio.c (Vwrite_region_post_annotation_function)
10361 (Vwrite_region_annotation_buffers): New vars.
10362 (build_annotations_unwind): Just reset
10363 Vwrite_region_annotation_buffers.
10364 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
10365 Call write-region-post-annotation-function.
10366 (build_annotations): Add to Vwrite_region_annotation_buffers if
10367 buffer changes.
10368
10369 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10370
10371 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
10372 Tiger.
10373 * nsfns.m (ns_do_applescript):
10374 Conditionalize typeUTF16ExternalRepresentation on Tiger.
10375
10376 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
10377
10378 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
10379
10380 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
10381
10382 * nsmenu.m (NSMENUPROFILE): Change #if style.
10383
10384 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
10385
10386 * nsterm.m (x_set_frame_alpha): Add prototype.
10387 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
10388 handle Ctrl-tab. (Bug#1841)
10389 (ns_get_color): Use unsigned long long for scanned hex string value.
10390 (ns_term_shutdown): Abort on non SIGTERM signals.
10391 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
10392 (EmacsPrefsController-setPanelFromDefaultValues): New function.
10393 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
10394 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
10395 (ns_defined_color): Fix settings of the XColor variable fields:
10396 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
10397
10398 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
10399 DPI. (Bug#1316)
10400 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
10401 values in onTiger section.
10402
10403 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
10404
10405 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
10406 Check return value of font_spec_from_name.
10407 (Fx_list_fonts): Doc fix. (Bug#1951)
10408
10409 * font.c (font_spec_from_name): Return Qnil if font name could not
10410 be parsed.
10411 (font_parse_name): Treat a `?' character as part of an XLFD.
10412
10413 * fns.c (Fsubstring): Doc fix.
10414
10415 2009-01-19 Kenichi Handa <handa@m17n.org>
10416
10417 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
10418 (ftfont_list): Likewise.
10419
10420 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
10421
10422 * dbusbind.c (Fdbus_register_signal):
10423 * process.c (conv_sockaddr_to_lisp):
10424 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
10425
10426 * callproc.c (Fgetenv_internal): Doc fix.
10427
10428 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
10429
10430 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
10431 it is not even used.
10432
10433 2009-01-16 Glenn Morris <rgm@gnu.org>
10434
10435 * font.c (Ffont_variation_glyphs): Silence compiler.
10436
10437 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
10438
10439 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
10440 Reported by David Robinow <drobinow@gmail.com>.
10441
10442 2009-01-15 Kenichi Handa <handa@m17n.org>
10443
10444 * coding.c (detect_coding_system): Fix handling of null_byte_found.
10445
10446 2009-01-14 Jason Rumney <jasonr@gnu.org>
10447
10448 * frame.c (x_set_font): Always store a font to the font parameter,
10449 never a fontset. (Bug#1562)
10450
10451 2009-01-14 Kenichi Handa <handa@m17n.org>
10452
10453 * coding.c (TWO_MORE_BYTES): New macro.
10454 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
10455
10456 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
10457
10458 * font.c (font_clear_prop): If clearing the family, clear the font
10459 width index too.
10460
10461 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
10462
10463 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
10464
10465 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
10466 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
10467 functions, use sizeof.
10468
10469 2009-01-12 Martin Rudalics <rudalics@gmx.at>
10470
10471 * keyboard.c (read_char): Fix case where last_nonmenu_event
10472 returned a bad value with submenus. (Bug#447)
10473
10474 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
10475
10476 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
10477 family, clear the font width index too.
10478
10479 2009-01-11 Jason Rumney <jasonr@gnu.org>
10480
10481 * keyboard.c (cmd_error_internal): Exit when errors occur before
10482 frame creation and not in daemon mode. (Bug#1836)
10483
10484 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
10485
10486 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
10487 of a display vector, backtrack.
10488 (try_window_reusing_current_matrix): Check glyph type before
10489 referencing charpos member.
10490
10491 2009-01-10 Eli Zaretskii <eliz@gnu.org>
10492
10493 Fix Bug #876:
10494
10495 * coding.c (inhibit_null_byte_detection): New variable.
10496 (detect_coding, detect_coding_system): Don't pay attention to null
10497 bytes if inhibit_null_byte_detection is non-zero.
10498 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
10499 <inhibit-iso-escape-detection>: Doc fix.
10500
10501 2009-01-09 Jason Rumney <jasonr@gnu.org>
10502
10503 * w32font.c (add_font_entity_to_list): Don't report unknown
10504 Windows charset as any unrecognized registry. (Bug#1548)
10505 Only report Unicode Plane 2 fonts as unicode-sip.
10506
10507 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
10508
10509 * xfaces.c (Fx_font_family_list): Delete function.
10510 Move compatibility version to faces.el.
10511
10512 * font.c (Ffont_family_list): Return a list of strings, not symbols.
10513
10514 2009-01-09 Martin Rudalics <rudalics@gmx.at>
10515
10516 * frame.c (x_set_frame_parameters): Remember requested value for
10517 fullscreen before it's reset by the parameter handler.
10518
10519 2009-01-09 Glenn Morris <rgm@gnu.org>
10520
10521 * keyboard.c (last_command_char): For clarity, rename to...
10522 (last_command_event): ... and update all users.
10523 (last_input_char): For clarity, rename to...
10524 (last_input_event): ... and update all users.
10525 (last-command-char, last-input-char): Move to subr.el as aliases.
10526 * cmds.c, commands.h: Update for last_command_char rename.
10527
10528 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
10529
10530 * font.c (font_open_for_lface): Handle unspecified height attribute.
10531
10532 2009-01-08 Jason Rumney <jasonr@gnu.org>
10533
10534 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
10535 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
10536 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
10537 Don't declare.
10538 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
10539 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
10540
10541 2009-01-07 Kenichi Handa <handa@m17n.org>
10542
10543 * fileio.c (Finsert_file_contents): In the case of replace,
10544 remember the coding system used for decoding in
10545 coding_system (Bug#1039).
10546
10547 * coding.c (decode_coding_utf_8): Check byte_after_cr before
10548 breaking the loop. (Bug#870)
10549 (decode_coding_utf_16, decode_coding_emacs_mule)
10550 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10551 (decode_coding_charset): Likewise.
10552
10553 2009-01-05 Martin Rudalics <rudalics@gmx.at>
10554
10555 * frame.c (x_set_frame_parameters): Make sure height (width) get
10556 applied when fullwidth (fullheight) is set. (Bug#1522)
10557
10558 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
10559
10560 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
10561 (utc_base): Declare as ULONGLONG, not long double.
10562 (convert_time_raw): Delete.
10563 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
10564 (initialize_utc_base): New function.
10565 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
10566 (convert_from_time_t): Use initialize_utc_base; compute result with
10567 64-bit arithmetic.
10568 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
10569
10570 2009-01-03 Eli Zaretskii <eliz@gnu.org>
10571
10572 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
10573 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
10574 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
10575 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
10576 [!subprocesses]: Define.
10577 (syms_of_process) [!subprocesses]: Intern and staticpro them.
10578 (Flist_system_processes, Fsystem_process_attributes)
10579 [!subprocesses]: Call list_system_processes and
10580 system_process_attributes instead of returning Qnil.
10581
10582 * dosfns.c (system_process_attributes, list_system_processes):
10583 New functions.
10584
10585 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
10586
10587 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
10588 Don't use the default (no-op) implementation.
10589
10590 2009-01-03 Jason Rumney <jasonr@gnu.org>
10591
10592 * keyboard.c (parse_modifiers_uncached): Wheel events are
10593 clicks (bug#687).
10594
10595 * w32term.c (x_query_colors, x_query_color): New functions.
10596
10597 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
10598 (svg_load_image): Cast returned pointers from dynamically loaded
10599 functions. Eliminate W32 specific code.
10600
10601 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
10602
10603 * nsfns.m (x_set_foreground_color, x_set_background_color)
10604 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
10605 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
10606 x_ prefix instead of ns_. Update references.
10607 (syms_of_nsfns): Add a FIXME comment.
10608
10609 * nsterm.m (x_set_cursor_type): New prototype.
10610 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
10611
10612 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
10613 for Solaris instead of incorrectly providing Qutime and Qcutime.
10614
10615 2009-01-02 Eli Zaretskii <eliz@gnu.org>
10616
10617 * w32.c (process_times): Compute sum of utime and stime.
10618 (system_process_attributes): Add Qtime to the alist.
10619
10620 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
10621 and add them to the alist.
10622
10623 * process.c (top level) <Qtime, Qctime>: New variables.
10624 (syms_of_process): staticpro them.
10625 (Fsystem_process_attributes): Add their documentation to the doc
10626 string.
10627
10628 * process.h: Declare Qtime and Qctime.
10629
10630 2009-01-02 Jason Rumney <jasonr@gnu.org>
10631
10632 * image.c (Qgobject): New symbol.
10633 (syms_of_image): Initialize it.
10634 (init_svg_functions): Load some functions from gobject library.
10635
10636 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
10637
10638 * frame.c (make_terminal_frame): Remove redundant code and useless
10639 block.
10640
10641 2009-01-01 Andreas Schwab <schwab@suse.de>
10642
10643 * process.c (conv_sockaddr_to_lisp): Add workaround for
10644 getsockname bug on BSD.
10645
10646 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
10647
10648 * xfns.c (x_create_tip_frame): Set border width of the X window.
10649
10650 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
10651
10652 2009-01-01 Jason Rumney <jasonr@gnu.org>
10653
10654 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
10655 Don't block input, as per earlier xterm.c changes.
10656
10657 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
10658
10659 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
10660 (ns_appkit_version_int): New function.
10661 (x-server-version): Use ns_appkit_version_int and follow 21+
10662 convention of returning 3 integers.
10663
10664 2008-12-30 Kenichi Handa <handa@m17n.org>
10665
10666 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
10667 (CHAR_SURROGATE_PAIR_P): New macro.
10668
10669 * font.h (struct font_driver): New member get_variation_glyphs.
10670
10671 * font.c (font_range): Don't require a font for a variation selector.
10672 (Ffont_variation_glyphs): New function.
10673 (syms_of_font): Defsubr it.
10674
10675 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
10676 ftfont_variation_glyphs.
10677 (setup_otf_gstring): New function.
10678 (ftfont_drive_otf): Use it.
10679 (ftfont_shape_by_flt): Handle variation selector.
10680 (ftfont_variation_glyphs): New function.
10681
10682 2008-12-30 Martin Rudalics <rudalics@gmx.at>
10683
10684 * frame.c (Vemacs_iconified): Remove.
10685
10686 2008-12-30 Jason Rumney <jasonr@gnu.org>
10687
10688 * frame.c (store_frame_param, x_get_arg): Enable newer code on
10689 WINDOWSNT too, as related changes have already been synced. (Bug#117)
10690
10691 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
10692
10693 * indent.c (Fvertical_motion): Don't advance iterator if we have
10694 reseated to the desired position.
10695
10696 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
10697 checking for pos match.
10698
10699 2008-12-30 Kenichi Handa <handa@m17n.org>
10700
10701 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
10702 just get the low 8-bit of the code.
10703
10704 * font.c (font_intern_prop): Validate str as multibyte.
10705
10706 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10707
10708 * dispextern.h (struct face): Move lface and hash from the middle
10709 of bitfields.
10710
10711 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
10712
10713 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10714
10715 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
10716 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
10717 instead of intervals.h.
10718
10719 2008-12-26 Andreas Schwab <schwab@suse.de>
10720
10721 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
10722 cons.
10723
10724 2008-12-26 Martin Rudalics <rudalics@gmx.at>
10725
10726 * textprop.c (Qminibuffer_prompt): New variable.
10727 (syms_of_textprop): Initialize it.
10728 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
10729 in minibuffer-prompt face. (Bug#1662)
10730
10731 2008-12-25 Jason Rumney <jasonr@gnu.org>
10732
10733 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
10734
10735 2008-12-24 Jason Rumney <jasonr@gnu.org>
10736
10737 * ralloc.c (r_alloc_reset_variable): New function.
10738
10739 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
10740 record of what points where. (Bug#716)
10741
10742 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
10743
10744 * minibuf.c (read_minibuf): Follow the non-interactive case when
10745 running as a daemon, before detaching.
10746
10747 2008-12-22 Andreas Schwab <schwab@suse.de>
10748
10749 * buffer.c (init_buffer): Use realloc instead of xrealloc.
10750 * gtkutil.c (free_widget_value): Use xfree instead of free.
10751
10752 2008-12-22 Martin Rudalics <rudalics@gmx.at>
10753
10754 * frame.c (delete_frame): New function derived from
10755 Fdelete_frame to handle Qnoelisp value for FORCE argument.
10756 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
10757 (Fdelete_frame): Call delete_frame. Remove line from doc-string
10758 saying that FORCE non-nil doesn't run `delete-frame-functions'.
10759 * frame.h: Extern delete_frame.
10760 * window.c (window_loop):
10761 * terminal.c (delete_terminal):
10762 * xterm.c (x_connection_closed):
10763 * xfns.c (Fx_hide_tip):
10764 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
10765
10766 2008-12-21 Jason Rumney <jasonr@gnu.org>
10767
10768 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
10769 when character maps to .notdef character.
10770
10771 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10772
10773 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
10774
10775 2008-12-20 Jason Rumney <jasonr@gnu.org>
10776
10777 * frame.c (Fmake_terminal_frame): Raise an error when called from
10778 a graphical frame on Windows. (Bug#1325)
10779
10780 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
10781
10782 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
10783
10784 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
10785
10786 * minibuf.c (Fread_buffer): Doc fix.
10787
10788 2008-12-20 Jason Rumney <jasonr@gnu.org>
10789
10790 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
10791 server name in UNC paths. (Bug#719)
10792
10793 * coding.c (decode_coding): Clear chars_at_source flag when using
10794 charbuf. (Bug#1035)
10795
10796 2008-12-19 Daniel Engeler <engeler@gmail.com>
10797
10798 * sysdep.c (serial_configure): Fix typo.
10799
10800 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
10801
10802 * sysdep.c: Include alloca.h.
10803 (system_process_attributes): Add implementation for Solaris.
10804
10805 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
10806
10807 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
10808
10809 Reorganize implementation of Flist_system_processes and
10810 Fsystem_process_attributes. No functional changes.
10811 * process.c: Don't #include pwd.h, grp.h and limits.h.
10812 (Flist_system_processes): Just call list_system_processes.
10813 (Fsystem_process_attributes): Just call system_process_attributes.
10814 (procfs_list_system_processes, time_from_jiffies)
10815 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
10816 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
10817
10818 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
10819 (list_system_processes): Rename from
10820 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
10821 Provide a do nothing implementation.
10822 (system_process_attributes): Rename from
10823 procfs_list_system_processes.
10824 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
10825 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
10826
10827 * w32.c (list_system_processes): Rename from
10828 w32_list_system_processes.
10829 (system_process_attributes): Rename from
10830 w32_system_process_attributes.
10831
10832 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
10833
10834 * process.h (w32_list_system_processes)
10835 (w32_system_process_attributes): Remove.
10836 (list_system_processes, system_process_attributes):
10837 New prototypes.
10838
10839 2008-12-19 Kenichi Handa <handa@m17n.org>
10840
10841 * xfont.c (xfont_decode_coding_xlfd): New function.
10842 (xfont_encode_coding_xlfd): New function.
10843 (xfont_list_pattern): Decode XLFD by iso-8859-1.
10844 (xfont_list): Decode and encode XLFD by iso-8859-1.
10845 (xfont_match): Likewise.
10846 (xfont_list_family): Likewise.
10847 (xfont_open): Likewise.
10848
10849 * ftfont.c (ftfont_open): Generate a multibyte string if given
10850 names are utf-8.
10851
10852 * xftfont.c (xftfont_open): Generate a multibyte string if given
10853 names are utf-8.
10854
10855 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
10856
10857 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
10858 changed.
10859 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
10860 clicked on a detached tool bar button.
10861
10862 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
10863
10864 * emacs.c (main): Print and error and exit when no data is read
10865 from the pipe.
10866
10867 2008-12-17 Jason Rumney <jasonr@gnu.org>
10868
10869 * w32font.c (w32font_has_char): Always return -1.
10870
10871 2008-12-16 Kenichi Handa <handa@m17n.org>
10872
10873 * font.c (font_open_entity): Fix previous change.
10874
10875 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
10876
10877 * process.c: Include <limits.h>.
10878
10879 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
10880
10881 * font.c (font_update_drivers): Fix mistake in reconstructing the
10882 driver list.
10883
10884 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
10885
10886 * font.c (font_clear_cache): Fix format of font cache data.
10887
10888 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
10889
10890 * xftfont.c (xftfont_open): Free Xft font pattern if
10891 XftFontOpenPattern fails.
10892
10893 * xterm.c (x_free_frame_resources): Remove extraneous call to
10894 free_frame_faces.
10895
10896 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
10897
10898 * xterm.c (x_delete_display): Move xim_close_dpy call to
10899 x_delete_terminal.
10900 (x_delete_terminal): Call xim_close_dpy.
10901
10902 2008-12-13 Jason Rumney <jasonr@gnu.org>
10903
10904 * w32font.c (intern_font_name): New function.
10905 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
10906 (w32font_open_internal, Fx_select_font): Decode font name.
10907 (fill_in_logfont, list_all_matching_fonts): Encode font name.
10908
10909 * w32font.h (intern_font_name): Declare new function.
10910
10911 * w32uniscribe.c (add_opentype_font_name_to_list):
10912 Use intern_font_name.
10913
10914 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
10915
10916 * frame.c (Fdelete_frame): Call free_font_driver_list.
10917
10918 * font.c (free_font_driver_list): Implement missing function.
10919
10920 * w32term.c (w32_term_init): Don't initialize the image cache
10921 here; it will be done in init_frame_faces.
10922
10923 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
10924 (struct x_display_info): Remove unused member null_pixel. New
10925 member xim_callback_data.
10926
10927 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
10928 (xim_initialize): Save pointer to callback function data.
10929 (xim_close_dpy): Free callback function data. Call XCloseIM,
10930 reverting 2008-11-04 change by David Smith.
10931 (x_term_init): Don't initialize the image cache here; it will be
10932 done in init_frame_faces. Remove ancient "null_pixel" cruft.
10933 (x_delete_display): Free x_dnd_atoms member.
10934
10935 2008-12-13 Kenichi Handa <handa@m17n.org>
10936
10937 * font.c (font_rescale_ratio): Moved from xfaces.c.
10938 Argument type changed. Handle a font-spec too.
10939 (font_score): Check Vface_font_rescale_alist.
10940 (font_open_entity): Likewise. (Bug#1547)
10941
10942 * xfaces.c (font_rescale_ratio): Moved to font.c.
10943
10944 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
10945
10946 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
10947
10948 2008-12-12 Jason Rumney <jasonr@gnu.org>
10949
10950 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
10951 Vwindow_system_version to the real w32 major version.
10952
10953 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
10954
10955 * term.c (init_tty): Move setting the terminal name before the
10956 potential user: maybe_fatal.
10957
10958 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
10959
10960 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
10961 all callers changed. Call free_frame_faces to free the face cache.
10962
10963 2008-12-11 Jason Rumney <jasonr@gnu.org>
10964
10965 * w32font.c (fill_in_logfont): Don't assume symbol script means
10966 SYMBOL_CHARSET. (Bug#547)
10967
10968 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
10969 size for surrogates. (Bug#1096, bug#872)
10970
10971 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
10972
10973 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
10974
10975 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
10976
10977 * process.c (Fsystem_process_attributes, syms_of_process):
10978 Fix typo in name of Ssystem_process_attributes.
10979 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
10980
10981 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
10982
10983 * syntax.c (Fmodify_syntax_entry): Doc fix.
10984
10985 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
10986
10987 * font.c (Ffont_spec): Move usage to end of docstring.
10988
10989 2008-12-10 Jason Rumney <jasonr@gnu.org>
10990
10991 * w32font.c (Qcham): New symbol.
10992 (font_supported_scripts): Add cham, and comments for other new
10993 scripts in bitfield from OpenType spec.
10994 (add_font_entity_to_list): Limit unicode-sip fonts to those that
10995 contain characters beyond the bmp.
10996
10997 2008-12-10 Kenichi Handa <handa@m17n.org>
10998
10999 * ftfont.c (fc_charset_table): Add "unicode-sip".
11000 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
11001 Qunicode_sip.
11002
11003 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
11004
11005 * coding.c (QCdefault_char): Rename from QCdefalut_char.
11006 (Fcoding_system_put): Use QCdefault_char.
11007 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
11008
11009 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
11010
11011 * xftfont.c (syms_of_xftfont): Fix typo.
11012
11013 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
11014
11015 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11016
11017 * emacs.c (main): Close daemon_pipe on exec.
11018
11019 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
11020
11021 * termchar.h (struct tty): New members termcap_term_buffer and
11022 termcap_strings_buffer.
11023
11024 * term.c (encode_terminal_code): Free any previous memory blocks
11025 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
11026 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
11027 All callers changed.
11028 (init_tty): Store termcap data and string buffers in new struct
11029 tty members termcap_term_buffer and termcap_strings_buffer.
11030 (delete_tty): Free them.
11031 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
11032
11033 2008-12-07 Seiji Zenitani <zenitani@mac.com>
11034
11035 * nsfns.m (ns_set_background_color): Remove code duplication.
11036 It was a substitute for face-transparency on OS X 10.3.
11037
11038 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
11039
11040 * coding.c (make_conversion_work_buffer): Disable buffer
11041 modification hooks in the work buffer.
11042
11043 2008-12-05 Eli Zaretskii <eliz@gnu.org>
11044
11045 * process.c (procfs_system_process_attributes): If `nread' has a
11046 negative value, assign zero to it.
11047
11048 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
11049
11050 * eval.c (Vdebug_on_error): Doc fix.
11051
11052 2008-12-05 Kenichi Handa <handa@m17n.org>
11053
11054 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
11055 second character is a combining character.
11056
11057 2008-12-05 Eli Zaretskii <eliz@gnu.org>
11058
11059 * process.c (procfs_system_process_attributes): Don't use cmd,
11060 cmdsize, and q without initializing them first.
11061
11062 2008-12-04 Jason Rumney <jasonr@gnu.org>
11063
11064 * w32font.c (w32font_draw): Initialize orig_clip before getting
11065 it, and delete it when finished.
11066
11067 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
11068
11069 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
11070 case when running as a daemon before detaching.
11071
11072 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
11073
11074 * w32.c (init_environment): Don't unload library shell32.dll.
11075
11076 2008-12-03 Kenichi Handa <handa@m17n.org>
11077
11078 * font.c (font_at): Set `multibyte' at first.
11079
11080 * coding.c (decode_coding_charset): Check type of an element of
11081 vector VALIDS.
11082 (encode_coding_emacs_mule): Be sure to set `code'.
11083
11084 * fontset.c (face_for_char): Handle invalid charset property correctly.
11085 (font_for_char): Likewise.
11086
11087 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
11088
11089 * font.c (Fopen_font): Compute pixel size correctly.
11090 (font_update_lface): Handle fonts with corrupted size specs,
11091 i.e. non-int and non-float.
11092
11093 * ftfont.c (ftfont_match): Initialize entity variable.
11094 (ftfont_resolve_generic_family): Avoid using uninitialized var.
11095 (ftfont_list_family): Initialize list var earlier.
11096
11097 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
11098
11099 * xterm.c (x_draw_glyph_string): Fall back on
11100 underline_minimum_offset for underline position.
11101
11102 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11103
11104 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
11105
11106 * character.c (c_string_width): Specify the type for LEN.
11107
11108 2008-12-03 Kenichi Handa <handa@m17n.org>
11109
11110 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
11111 (decode_coding_utf_8): Likewise.
11112 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
11113 (produce_chars): Initialize consumed_chars to 0.
11114
11115 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
11116
11117 * keyboard.c (make_lispy_position): Only use PT if the selected
11118 window is current.
11119
11120 2008-12-02 Andreas Schwab <schwab@suse.de>
11121
11122 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
11123
11124 * doprnt.c (doprnt1): Fix size of charbuf.
11125
11126 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
11127
11128 * keyboard.c (timer_check): Revert last change.
11129
11130 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
11131
11132 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
11133
11134 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
11135
11136 * makefile.w32-in: Update dependencies.
11137 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
11138
11139 2008-12-01 Andreas Schwab <schwab@suse.de>
11140
11141 * font.c (register_font_driver): Use xmalloc.
11142 (font_put_frame_data): Likewise.
11143
11144 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
11145
11146 * xfaces.c (realize_x_face): Make abort condition clearer.
11147
11148 * gtkutil.c (update_frame_tool_bar): Initialize variable.
11149
11150 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
11151
11152 * keyboard.c (timer_check): After a timer runs, ensure that the
11153 selected window's buffer is current.
11154
11155 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
11156
11157 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
11158 It was accidentally restored by the Unicode merge.
11159
11160 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
11161
11162 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
11163
11164 * w32proc.c: Include "coding.h".
11165 (Fw32_short_file_name): Encode filename passed to Windows API.
11166 (Fw32_long_file_name): Encode filename passed to Windows API and
11167 decode back the result. (Bug#1433)
11168
11169 2008-11-29 Kenichi Handa <handa@m17n.org>
11170
11171 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
11172 not before accessing it.
11173
11174 * charset.c (Fdefine_charset_internal): After calculating
11175 min_char, max_char, and fastmap, copy the charset structure again.
11176 (encode_char): Fix the previous change.
11177
11178 2008-11-28 Seiji Zenitani <zenitani@mac.com>
11179
11180 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
11181
11182 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
11183
11184 * nsterm.m (x_set_frame_alpha): New function.
11185
11186 2008-11-27 Eli Zaretskii <eliz@gnu.org>
11187
11188 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
11189
11190 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
11191
11192 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
11193 pointer to check_face_name.
11194
11195 2008-11-27 Kenichi Handa <handa@m17n.org>
11196
11197 * category.h (SET_CATEGORY_SET): Call set_category_set.
11198 (set_category_set): Extern it.
11199
11200 * category.c (hash_get_category_set): New function.
11201 (Fmodify_category_entry): Adjusted for the change of
11202 char_table_ref_and_range. Call hash_get_category_set to get a
11203 category set to store in the table.
11204
11205 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
11206 Funify_charset.
11207
11208 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
11209 (DECODE_CHAR): Check if the decoder vector is ready.
11210 (ENCODE_CHAR): Check if the encoder char-table is ready.
11211 (maybe_unify_char): Extern it.
11212
11213 * charset.c (Vchar_unified_charset_table): Delete it.
11214 (inhibit_load_charset_map): New variable.
11215 (temp_charset_work): New variable.
11216 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
11217 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
11218 New macros.
11219 (load_charset_map): Meaning of control_flag changed. If
11220 inhibit_load_charset_map is nonzero, setup a table in
11221 temp_charset_work.
11222 (load_charset): New argument control_flag.
11223 (map_charset_for_dump): New function.
11224 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
11225 map_charset_for_dump.
11226 (Fdefine_charset_internal): If the charset method is MAP, load
11227 mapping tables by calling load_charset.
11228 (Funify_charset): Don't load a mapping table but directly set
11229 Vchar_unify_table.
11230 (maybe_unify_char): New function.
11231 (decode_char): Don't handle the deleted method MAP_DEFERRED.
11232 Handle the case of inhibit_load_charset_map being nonzero.
11233 (encode_char): Don't handle the deleted method MAP_DEFERRED.
11234 Handle the case of inhibit_load_charset_map being nonzero.
11235 (Fclear_charset_maps): Just free temp_charset_work.
11236 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
11237 variable.
11238
11239 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
11240 change of char_table_ref_and_range.
11241 (char_table_ref_and_range): Change the meaning of argument FROM
11242 and TO. Now the caller must provide initial values for *FROM
11243 and *TO.
11244
11245 * fontset.c (fontset_add): Adjusted for the change of
11246 char_table_ref_and_range.
11247 (fontset_get_font_group): Likewise.
11248 (Ffontset_info): Likewise.
11249
11250 * keymap.c (describe_vector): Adjusted for the change of
11251 char_table_ref_and_range. For char-table, put boundary between
11252 non-ASCII and 8-bit characters.
11253
11254 * print.c (print_object): For bool-vector, delete unnecessary
11255 check of ASCII_BYTE_P.
11256
11257 2008-11-26 Jason Rumney <jasonr@gnu.org>
11258
11259 * w32font.c (w32font_open_internal): Don't include external
11260 leading in font height. (Bug#879)
11261
11262 2008-11-26 Glenn Morris <rgm@gnu.org>
11263
11264 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
11265 redefinition with ifdef. (Bug#1383)
11266
11267 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11268
11269 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
11270
11271 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
11272
11273 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
11274 New EmacsView methods.
11275 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
11276 Fixes bug #1048,1357,1414.
11277
11278 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
11279
11280 Fix bug #1362.
11281 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
11282 is not an indexed color.
11283 * nsterm.m (free_indexed_color): Add argument checking.
11284 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
11285
11286 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
11287
11288 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
11289 Document confirm-after-completion value for
11290 minibuffer-completion-confirm.
11291
11292 2008-11-24 Jason Rumney <jasonr@gnu.org>
11293
11294 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
11295 warning.
11296
11297 2008-11-23 Jason Rumney <jasonr@gnu.org>
11298
11299 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
11300 restored before returning.
11301
11302 * w32font.c (check_face_name): New function.
11303 (add_font_entity_to_list): Use it to filter out common substituted
11304 fonts. (Bug#642)
11305
11306 2008-11-22 Martin Rudalics <rudalics@gmx.at>
11307
11308 * buffer.c (Fswitch_to_buffer): Reword and mention new option
11309 confirm-nonexistent-file-or-buffer in doc-string.
11310
11311 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11312
11313 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
11314 Fix copy/paste typo. Add checks.
11315
11316 2008-11-21 Kenichi Handa <handa@m17n.org>
11317
11318 * coding.c (detect_coding_iso_2022): Reject invalid composition
11319 sequence.
11320 (DECODE_COMPOSITION_START): If the current source is the last
11321 block, and the current composition doesn't end, regard this
11322 sequence as invalid.
11323 (decode_coding_iso_2022): Handle invalid composition sequence.
11324
11325 2008-11-20 Martin Rudalics <rudalics@gmx.at>
11326
11327 * window.c (coordinates_in_window): Don't return
11328 ON_VERTICAL_BORDER for the rightmost position of a mode/header
11329 line when the window is not the rightmost one. (Bug#1372)
11330
11331 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
11332
11333 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
11334
11335 2008-11-15 Eli Zaretskii <eliz@gnu.org>
11336
11337 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
11338 and bright_bg if noninteractive is non-zero.
11339
11340 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11341
11342 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
11343 x_draw_glyph_string_background.
11344
11345 * w32term.c (x_draw_glyph_string): Likewise.
11346
11347 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
11348
11349 * xterm.c (x_draw_glyph_string): Stop drawing the background of
11350 the next glyph string once past the overhang width.
11351
11352 * nsterm.m (ns_draw_glyph_string): Likewise.
11353
11354 * w32term.c (x_draw_glyph_string): Likewise.
11355
11356 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
11357
11358 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
11359 double file close.
11360
11361 2008-11-14 Martin Rudalics <rudalics@gmx.at>
11362
11363 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
11364 dedicated status of window before attempting to display another
11365 buffer in it.
11366
11367 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
11368
11369 * msdos.c (Fmsdos_long_file_names):
11370 (syms_of_msdos) <dos-unsupported-char-glyph>:
11371 * dosfns.c (Fint86): Fix typos in docstrings.
11372
11373 2008-11-14 Eli Zaretskii <eliz@gnu.org>
11374
11375 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
11376
11377 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11378
11379 * puresize.h (BASE_PURESIZE): Increase to 1260000.
11380
11381 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
11382
11383 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
11384
11385 * frame.h: Negative alpha means "don't touch".
11386
11387 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
11388
11389 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
11390
11391 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11392
11393 * hftctl.c:
11394 * chpdef.h:
11395 * acldef.h: Remove files used only for systems no longer supported.
11396
11397 * Makefile.in: Fix .o alphabetical ordering.
11398 (hftctl.o): Remove dependency, file removed.
11399 (keymap.o, print.o): Depend on charset.h.
11400
11401 2008-11-10 Kenichi Handa <handa@m17n.org>
11402
11403 * character.c (Fget_byte): Fix and make it faster for unibyte target.
11404
11405 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
11406
11407 * dired.c (file_name_completion): If completion_ignore_case is
11408 enabled, ignore case when checking completion-regexp-list.
11409
11410 2008-11-08 Eli Zaretskii <eliz@gnu.org>
11411
11412 * vm-limit.c (get_lim_data): Fix last change.
11413
11414 2008-11-08 Kenichi Handa <handa@m17n.org>
11415
11416 * character.c (Fget_byte): New function.
11417 (syms_of_character): Defsubr Fget_byte.
11418
11419 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
11420
11421 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
11422 cursor position is valid after scrolling.
11423
11424 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
11425
11426 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
11427
11428 2008-11-06 Glenn Morris <rgm@gnu.org>
11429
11430 * xterm.c (handle_one_xevent): Don't let popup menus cause
11431 mouse-autoselect-window related window switching. (Bug#1261)
11432
11433 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
11434
11435 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
11436
11437 2008-11-04 Andreas Schwab <schwab@suse.de>
11438
11439 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
11440
11441 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
11442
11443 * xfns.c (Fx_wm_set_size_hint): New function.
11444
11445 2008-11-03 Martin Rudalics <rudalics@gmx.at>
11446
11447 * textprop.c (Fprevious_single_char_property_change): Return 0
11448 when there's no change in a string. (Bug#1301)
11449
11450 2008-11-02 Martin Rudalics <rudalics@gmx.at>
11451
11452 * frame.c (do_switch_frame): New argument NORECORD passed to
11453 Fselect_window.
11454 (Fselect_frame): New argument NORECORD passed to
11455 do_switch_frame.
11456 (Fset_frame_selected_window): New argument NORECORD passed to
11457 Fselect_frame.
11458 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
11459 in call of do_switch_frame.
11460 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
11461 Handle NORECORD argument in call of Fselect_frame.
11462 * lisp.h (do_switch_frame, Fselect_frame)
11463 (Fset_frame_selected_window): Adjust declarations.
11464 * window.c (select_frame_norecord): New function.
11465 (run_window_configuration_change_hook): Use it and call
11466 Fselect_frame with NORECORD set.
11467 (Fselect_window): Pass NORECORD to Fselect_frame.
11468 (Fset_window_configuration): Handle NORECORD argument in call of
11469 do_switch_frame.
11470 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
11471 Fset_frame_selected_window.
11472 * keyboard.c (command_loop_1): Handle NORECORD in call of
11473 Fselect_frame (currently ifdefd).
11474
11475 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
11476
11477 * emacs.c (USAGE2): Untabify.
11478
11479 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11480
11481 * composite.c (fill_gstring_header): Fix copy/paste typo.
11482
11483 2008-10-31 Martin Rudalics <rudalics@gmx.at>
11484
11485 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
11486 (Fother_window): Rename argument and rewrite doc-string.
11487 (select_window_norecord): Fix return value. (Bug#1276)
11488
11489 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
11490
11491 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
11492 new frames overriding foreground for tooltips. Based on similar patch
11493 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
11494
11495 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
11496
11497 * emacs.c (Fdaemon_initialized): Initialize nfd.
11498
11499 2008-10-29 Martin Rudalics <rudalics@gmx.at>
11500
11501 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
11502 (Fwindow_text_height): Clarify doc-strings.
11503 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
11504 doc-string of window-scroll-functions.
11505
11506 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11507
11508 * category.c (syms_of_category): Fix typo in docstring.
11509
11510 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
11511
11512 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
11513 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
11514 Fix typos in docstrings.
11515
11516 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
11517
11518 * emacs.c (daemon_pipe): Make non-static.
11519 (IS_DAEMON): Move definition ...
11520 * lisp.h (IS_DAEMON): ... here.
11521 (daemon_pipe): Declare.
11522 (is_daemon): Remove.
11523 * dispnew.c (init_display): Use IS_DAEMON.
11524
11525 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11526
11527 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
11528 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
11529
11530 * emacs.c (is_daemon): Remove.
11531 (main): Don't set is_daemon.
11532 (IS_DAEMON): New macro.
11533 (Fdaemonp, Fdaemon_initialized): Use it.
11534 (Fdaemon_initialized): Write a char into the pipe to make sure the
11535 parent exits.
11536 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
11537
11538 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
11539
11540 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
11541 over-sized glyph, draw it with the default glyph width.
11542
11543 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11544 glyph, draw it with the default glyph width.
11545
11546 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11547 glyph, draw it with the default glyph width.
11548
11549 * xdisp.c (try_scrolling): When computing the distance from the
11550 scroll margin to PT, try moving some distance past the window
11551 bottom before giving up.
11552
11553 2008-10-27 Martin Rudalics <rudalics@gmx.at>
11554
11555 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
11556 (Fset_window_buffer): Explain in doc-string that a window can be
11557 "strongly" dedicated to its buffer.
11558
11559 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
11560
11561 * emacs.c (daemon_name): New variable.
11562 (main): Deal with --daemon=SERVER_NAME.
11563 (Fdaemonp): Return a name if one was passed to --daemon.
11564
11565 2008-10-26 Romain Francoise <romain@orebokech.com>
11566
11567 * emacs.c (daemon_pipe): New variable.
11568 (main): Create a pipe before forking, make the parent exit only after
11569 the child has closed its end of the pipe. Move closing the
11570 descriptors ...
11571 (Fdaemon_initialized): ... here. New function.
11572
11573 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11574
11575 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
11576 the previous unoptimized table.
11577
11578 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
11579 the distinction between non-nil and non-t value of `dedicated'.
11580
11581 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
11582
11583 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
11584 read_char_minibuf_menu_text is large enough to hold the menu string.
11585
11586 2008-10-25 Martin Rudalics <rudalics@gmx.at>
11587
11588 * window.c (Fget_buffer_window, Fdelete_windows_on)
11589 (Freplace_buffer_in_windows): Make buffer argument optional and
11590 rename to buffer_or_name.
11591
11592 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
11593
11594 * xdisp.c (handle_single_display_spec, handle_display_prop):
11595 Undo 2005-05-16 change.
11596 (handle_stop): Pop iterator if it's loaded with an empty string.
11597 (get_overlay_strings_1): Don't save iterator if it's loaded with
11598 an empty string (bug#1201).
11599
11600 2008-10-24 Kenichi Handa <handa@m17n.org>
11601
11602 * ftfont.c (ftfont_otf_features): Fix previous change.
11603 (ftfont_otf_capability): Check FeatureList.FeatureCount before
11604 calling ftfont_otf_features.
11605
11606 2008-10-24 Kenichi Handa <handa@m17n.org>
11607
11608 * font.c (font_match_p): Fix for the case that a vector of
11609 characters is in script-representative-chars.
11610
11611 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
11612
11613 * dbusbind.c (xd_in_read_queued_messages): New variable.
11614 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
11615 (xd_read_queued_messages): Catch Qdbus_error from the macros.
11616 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
11617 macro. (Bug#1186)
11618
11619 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
11620
11621 * s/sol2-10.h: New file.
11622
11623 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
11624
11625 * xdisp.c (fill_glyph_string): Fix typo in source (though the
11626 poor beast has survived 9+ years and the jump from xterm.c!).
11627
11628 2008-10-23 Martin Rudalics <rudalics@gmx.at>
11629
11630 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
11631 Reword doc-string.
11632 (Fbury_buffer): In doc-string say what happens to the buffer's window.
11633
11634 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
11635
11636 * character.c (syms_of_character) <script-representative-chars>:
11637 <unicode-category-table>: Doc fixes.
11638
11639 2008-10-23 Noah Friedman <friedman@splode.com>
11640
11641 * coding.c (make_conversion_work_buffer): Check that
11642 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
11643 Fget_buffer_create.
11644
11645 2008-10-23 Kenichi Handa <handa@m17n.org>
11646
11647 * font.c (font_add_log): Check the values of extra properties.
11648
11649 2008-10-22 Martin Rudalics <rudalics@gmx.at>
11650
11651 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
11652 Reword doc-string.
11653 (Fset_window_parameter): Use NILP.
11654 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
11655 (Frecenter): Use "selected" instead of "current" window in doc-strings.
11656
11657 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
11658
11659 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
11660
11661 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11662
11663 * nsfns.m (ns_appkit_version): New function.
11664 (x-server-version): Use it.
11665 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
11666 (x-server-vendor): Don't check_ns().
11667
11668 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
11669
11670 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
11671
11672 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
11673 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
11674
11675 2008-10-22 Kenichi Handa <handa@m17n.org>
11676
11677 * syntax.c (scan_words): Call word_boundary_p instead of comparing
11678 scripts.
11679
11680 * category.c (word_boundary_p): Check scripts instead of charset.
11681 Handle nil value in word-separating-categories and
11682 word-combining-categories.
11683 (syms_of_category): Fix docstrings of word-separating-categories
11684 and word-combining-categories.
11685
11686 2008-10-21 Eli Zaretskii <eliz@gnu.org>
11687
11688 * coding.c (Fencode_coding_region, Fdecode_coding_region)
11689 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
11690
11691 2008-10-21 Martin Rudalics <rudalics@gmx.at>
11692
11693 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
11694 Rename arg "buffer" to "buffer_or_name".
11695 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
11696 it optional.
11697 (no_switch_window): Remove since the return value is not used.
11698 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
11699 Consider window as dedicated when Fwindow_dedicated_p returns a
11700 non-nil value.
11701 * lisp.h: Remove prototype for no_switch_window.
11702
11703 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
11704
11705 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
11706 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
11707
11708 2008-10-21 Kenichi Handa <handa@m17n.org>
11709
11710 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
11711 check Vlatin_extra_code_table.
11712
11713 2008-10-20 Eli Zaretskii <eliz@gnu.org>
11714
11715 * fileio.c (Fset_file_modes): Doc fix.
11716
11717 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
11718
11719 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
11720 in arrays.
11721
11722 2008-10-19 Martin Rudalics <rudalics@gmx.at>
11723
11724 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
11725 Mention kill-buffer in doc-string.
11726 (Fset_window_buffer): Reinsert tem check removed in last commit.
11727 (Fenlarge_window, Fshrink_window): Have argument names and
11728 doc-string follow Elisp manual more closely.
11729
11730 2008-10-18 Eli Zaretskii <eliz@gnu.org>
11731
11732 * fileio.c (Fset_file_modes): Doc fix.
11733
11734 2008-10-18 Martin Rudalics <rudalics@gmx.at>
11735
11736 * window.c (Fwindow_width, Fset_window_start)
11737 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
11738 (Fdelete_windows_on, Freplace_buffer_in_windows):
11739 Make doc-strings follow code and Elisp manual more closely.
11740 (Fwindow_dedicated_p): Make window argument optional.
11741 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
11742 (Fset_window_buffer): Respect any non-nil dedicated value for
11743 window. Rename "buffer" argument to "buffer_or_name".
11744
11745 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
11746
11747 * m/sh3.h: New file, machine description for SuperH.
11748
11749 2008-10-17 Martin Rudalics <rudalics@gmx.at>
11750
11751 * window.c (Fsplit_window): Rename arg horflag to horizontal.
11752
11753 2008-10-17 Kenichi Handa <handa@m17n.org>
11754
11755 * ftfont.c (ftfont_otf_features): Fix indexing
11756 gsub_gpos->FeatureList.Feature. Check the validity of indices.
11757
11758 2008-10-16 Magnus Henoch <mange@freemail.hu>
11759
11760 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
11761 (Fdbus_call_method_asynchronously): Ditto.
11762 This change makes C-h f display the argument list.
11763
11764 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
11765
11766 * fileio.c (Fexpand_file_name): Doc fix.
11767
11768 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
11769 of :foreground and :background equivalent to unspecified (20.x
11770 compatibility).
11771
11772 2008-10-15 Eli Zaretskii <eliz@gnu.org>
11773
11774 * buffer.c (syms_of_buffer): Doc fix.
11775
11776 2008-10-14 Kenichi Handa <handa@m17n.org>
11777
11778 * font.c (font_clear_prop): When clearing font width, clear the
11779 average width field too.
11780
11781 2008-10-12 Andreas Schwab <schwab@suse.de>
11782
11783 * ftfont.c (ftfont_shape_by_flt): Make static.
11784 * ftfont.h (ftfont_shape_by_flt): Don't declare.
11785
11786 * font.c: Don't include <m17n-flt.h>.
11787
11788 2008-10-10 Eli Zaretskii <eliz@gnu.org>
11789
11790 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
11791
11792 2008-10-09 Eli Zaretskii <eliz@gnu.org>
11793
11794 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
11795 away code.
11796
11797 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
11798
11799 * dispnew.c (update_text_area): Avoid looping due to large glyph
11800 overhangs (bug#1070).
11801
11802 2008-10-09 Kenichi Handa <handa@m17n.org>
11803
11804 * fontset.c (face_for_char): If face->fontset is negative, just
11805 return ascii_face.
11806
11807 * font.c (font_delete_unmatched): Fix previous change.
11808 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
11809
11810 2008-10-09 Martin Rudalics <rudalics@gmx.at>
11811
11812 * frame.c (Fraise_frame): On text-only terminals select frame in
11813 order to make it visible. (Bug#1061)
11814
11815 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
11816
11817 * fontset.c (fontset_find_font): Check frame validity.
11818
11819 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
11820
11821 * gtkutil.c (xg_display_open): Reset default display if none exists.
11822 (xg_display_close): Allow Emacs to close all displays (bug#985).
11823
11824 2008-10-06 Andreas Schwab <schwab@suse.de>
11825
11826 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
11827
11828 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
11829
11830 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
11831
11832 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
11833
11834 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
11835 during initialization.
11836
11837 2008-10-04 Eli Zaretskii <eliz@gnu.org>
11838
11839 * xdisp.c (redisplay_internal): If frame switched, redisplay the
11840 whole thing on MSDOS frames as well as on a TTY.
11841
11842 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
11843 well as for TTY.
11844 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
11845 well as on a TTY.
11846
11847 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
11848 as well as for TTY.
11849
11850 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
11851
11852 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
11853 MSDOS frames as well.
11854
11855 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
11856
11857 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
11858 correct arguments.
11859 * menu.c (find_and_return_menu_selection): Add cast.
11860
11861 2008-10-03 Glenn Morris <rgm@gnu.org>
11862
11863 * emacs.c (USAGE1): Add --daemon.
11864
11865 2008-10-02 Eli Zaretskii <eliz@gnu.org>
11866
11867 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
11868 100, so it's in percents as advertised.
11869
11870 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
11871
11872 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
11873 (ns_output.current_cursor, ns_output.desired_cursor)
11874 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
11875 (FRAME_NEW_CURSOR_COLOR): Remove.
11876
11877 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
11878 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
11879 enumeration (HOLLOW_BOX_CURSOR, etc.).
11880
11881 * nsterm.m (ns_frame_rehighlight): Remove commented code.
11882 (draw_window_cursor): Simplify code.
11883 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
11884 Don't change cursor type. In latter, call rehighlight instead of doing
11885 updates manually.
11886 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
11887 Use core Emacs cursor types.
11888
11889 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
11890
11891 2008-10-02 Martin Rudalics <rudalics@gmx.at>
11892
11893 * process.c (Faccept_process_output): Fix doc-string.
11894
11895 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11896
11897 * gmalloc.c (__sbrk): Also define for uClibc.
11898
11899 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
11900 for uClibc.
11901
11902 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11903
11904 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
11905 styles.
11906 (nsfont_open): Reenable the cache.
11907
11908 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11909
11910 * font.c (font_matching_entity): Reflect ATTRS in font selection.
11911 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
11912
11913 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
11914
11915 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
11916 a suspended terminal.
11917
11918 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
11919
11920 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
11921
11922 2008-09-30 Eli Zaretskii <eliz@gnu.org>
11923
11924 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
11925
11926 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
11927
11928 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
11929 in a continued line coincides with a line beginning.
11930
11931 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
11932
11933 * nsfont.m (nsfont_trait_distance): Fix bug.
11934 (nsfont_list): Return a list rather than a vector (syncs with Handa
11935 changes of 2008-05-14).
11936 (nsfont_open): Improve logging.
11937
11938 2008-09-29 Andreas Schwab <schwab@suse.de>
11939
11940 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
11941
11942 2008-09-28 Martin Rudalics <rudalics@gmx.at>
11943
11944 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
11945 name as char-resolve-modifiers.
11946 Reported by: Markus Triska <markus.triska@gmx.at>
11947
11948 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
11949
11950 * dispnew.c (init_display): Return earlier when running as a daemon.
11951
11952 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11953
11954 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
11955
11956 2008-09-27 Eli Zaretskii <eliz@gnu.org>
11957
11958 * composite.c (Fcomposition_get_gstring)
11959 (Fcompose_region_internal, Fcompose_string_internal)
11960 (Ffind_composition_internal): Doc fix.
11961 (syms_of_composite) <compose-chars-after-function>: Doc fix.
11962 (syms_of_composite) <auto-composition-function>: Doc fix.
11963 (syms_of_composite) <composition-function-table>: Doc fix.
11964
11965 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
11966
11967 * search.c (wordify): New argument for lax word-ends.
11968 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
11969
11970 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
11971
11972 * lisp.h (is_daemon): Declare.
11973 * dispnew.c (init_display): Do not try to initialize the terminal
11974 when running as a daemon.
11975
11976 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
11977
11978 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
11979 x_display_pixel_height.
11980
11981 2008-09-22 Martin Rudalics <rudalics@gmx.at>
11982
11983 * undo.c (record_point): Don't call Fundo_boundary for first
11984 change. (Bug#731)
11985
11986 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
11987
11988 * emacs.c (Fdaemonp): Doc fix.
11989
11990 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
11991
11992 * emacs.c (main): Place #ifdef in the proper place.
11993
11994 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11995
11996 * emacs.c (standard_args): Add --daemon.
11997 (main): Disconnect from the terminal when --daemon is passed.
11998 (is_daemon): New variable.
11999 (Fdaemonp): New function.
12000 (syms_of_emacs): Defsubr it.
12001
12002 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
12003
12004 * xdisp.c (get_next_display_element): Handle string display
12005 correctly when checking for the end of a box run.
12006
12007 2008-09-20 Glenn Morris <rgm@gnu.org>
12008
12009 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
12010 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
12011 (Frename_file): Avoid copying to trash if a rename involves
12012 a delete. (Bug#964).
12013
12014 2008-09-20 Eli Zaretskii <eliz@gnu.org>
12015
12016 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
12017 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
12018 frames as well as termcap frames.
12019 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
12020 get_named_tty.
12021
12022 2008-09-19 Eli Zaretskii <eliz@gnu.org>
12023
12024 * process.c (procfs_system_process_attributes): Fix cmdline in
12025 case /proc/PID/cmdline is empty.
12026
12027 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
12028 x_display_pixel_height.
12029
12030 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
12031
12032 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
12033
12034 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12035 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
12036
12037 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
12038
12039 * dispextern.h (struct it): Move line_wrap away from the middle of
12040 bitfields. Move voffset in struct iterator_stack_entry after the
12041 bitfields. Move tab_width near after another short.
12042
12043 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
12044
12045 * frame.h (struct frame): Move alpha from the middle of bitfields.
12046
12047 * window.h (struct window): Move frozen_window_start_p after the
12048 rest of the bitfields to reduce padding.
12049
12050 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
12051
12052 * xterm.h (x_display_info): Remove `height' and `width' members.
12053
12054 * nsterm.h (ns_display_info): Remove `height' and `width' members.
12055
12056 * w32term.h (w32_display_info): Remove `height', `width',
12057 `height_in', and `width_in' members.
12058
12059 * xterm.c (x_display_pixel_height, x_display_pixel_width):
12060 New functions.
12061 (x_calc_absolute_position): Use them.
12062 (x_term_init): Omit removed `height' and `width' members.
12063
12064 * w32term.c (x_display_pixel_height, x_display_pixel_width):
12065 New functions.
12066 (w32_read_socket, x_calc_absolute_position): Use them.
12067 (w32_initialize_display_info, w32_term_init): Omit removed members
12068 of w32_display_info.
12069
12070 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
12071 New functions.
12072 (ns_initialize_display_info): Omit removed members of ns_display_info.
12073
12074 * xterm.c (x_display_pixel_height, x_display_pixel_width):
12075 New functions.
12076 (x_calc_absolute_position): Use them.
12077 (x_term_init): Omit removed `height' and `width' members.
12078
12079 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12080 (compute_tip_xy):
12081 * frame.c (x_fullscreen_adjust):
12082 * xmenu.c (menu_position_func): Use x_display_pixel_height and
12083 x_display_pixel_width.
12084
12085 2008-09-18 Kenichi Handa <handa@m17n.org>
12086
12087 * composite.c (fill_gstring_header): Don't check FROM and TO here.
12088 (composition_compute_stop_pos): Fix handling of static composition.
12089 (Fcomposition_get_gstring): Check FROM and TO at first.
12090
12091 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12092
12093 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
12094 mixup (YAILOM).
12095
12096 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
12097
12098 * indent.c (Fvertical_motion): Use position reported by iterator
12099 instead of PT for determining screen motion (bug#943).
12100
12101 2008-09-17 Romain Francoise <romain@orebokech.com>
12102
12103 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
12104
12105 2008-09-17 Kenichi Handa <handa@m17n.org>
12106
12107 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
12108
12109 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
12110 if necessary.
12111
12112 2008-09-16 Kenichi Handa <handa@m17n.org>
12113
12114 * coding.c (make_conversion_work_buffer): Avoid calling
12115 Fget_buffer_create if it is not necessary.
12116
12117 2008-09-15 Martin Rudalics <rudalics@gmx.at>
12118
12119 * window.c (Fselect_window): Don't update window_select_count and
12120 use_time when norecord is not nil.
12121
12122 2008-09-14 Kenichi Handa <handa@m17n.org>
12123
12124 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
12125 specpdl_ptr.
12126
12127 2008-09-12 Kenichi Handa <handa@m17n.org>
12128
12129 * indent.c (scan_for_column): Don't handle automatic composition
12130 if the current buffer is not associated with a window.
12131
12132 * composite.c (composition_reseat_it): If the current buffer is
12133 not associated with a window, ignore the automatic composition.
12134 (find_automatic_composition): Likewise.
12135
12136 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12137
12138 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
12139 (Fgpm_mouse_stop): Use it.
12140 * termhooks.h (close_gpm): Declare.
12141 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
12142 connection if Gpm_GetEvent fails.
12143
12144 * window.c (set_window_buffer): Always preserve current-buffer.
12145
12146 2008-09-12 Glenn Morris <rgm@gnu.org>
12147
12148 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
12149
12150 2008-09-11 Glenn Morris <rgm@gnu.org>
12151
12152 * charset.c (charset-map-path): Doc fix.
12153
12154 2008-09-10 Kenichi Handa <handa@m17n.org>
12155
12156 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
12157
12158 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
12159 compose a grapheme cluster with the preceding base glyph.
12160
12161 * composite.c (composition_compute_stop_pos): Fix previous change.
12162 Reset cmp_it->id to -1 at first.
12163
12164 2008-09-10 Glenn Morris <rgm@gnu.org>
12165
12166 * Makefile.in (character.o, chartab.o): Fix config.h typo.
12167
12168 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
12169
12170 * keyboard.c (read_key_sequence): Reapply translation maps when
12171 switching keyboards.
12172
12173 2008-09-09 Kenichi Handa <handa@m17n.org>
12174
12175 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
12176 characters.
12177
12178 * composite.c (FORWARD_CHAR): Fix calculation
12179 of (POSITION).pos_byte.
12180 (composition_compute_stop_pos): Limit the search of composition to
12181 at most 500 characters ahead. If we reach the limit or find a
12182 newline, set cmp_it->ch to -2 and return 0.
12183 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
12184
12185 2008-09-08 Kenichi Handa <handa@m17n.org>
12186
12187 * indent.c (Fvertical_motion): Be sure to set
12188 it_overshoot_expected if it.cmp_it.id is non-negative.
12189
12190 2008-09-07 Andreas Schwab <schwab@suse.de>
12191
12192 * callproc.c (Fcall_process): Don't hold references to string data
12193 across garbage collection. Move initialisation of new_argv down
12194 to avoid compiler bug.
12195
12196 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12197
12198 * process.c (Fsystem_process_attributes): Doc fix.
12199
12200 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
12201
12202 * callproc.c (Fcall_process): Canonicalize current directory name.
12203
12204 * xdisp.c (move_it_to): When moving by vpos, ensure that the
12205 iterator advances to the next line if the current line ends in a
12206 continued tab.
12207
12208 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
12209
12210 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
12211 member to point to cmp_from.
12212
12213 * xdisp.c: Doc fix for references to gidx data member.
12214
12215 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12216
12217 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
12218
12219 2008-09-07 Kenichi Handa <handa@m17n.org>
12220
12221 * composite.c (FORWARD_CHAR): Check STOP after
12222 incrementing (POSITION).pos.
12223
12224 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12225
12226 * process.c (Fsystem_process_attributes): Doc fix.
12227
12228 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
12229
12230 * keyboard.c (Ftop_level): Doc fix.
12231
12232 2008-09-06 Eli Zaretskii <eliz@gnu.org>
12233
12234 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
12235 minibuffer, don't let lower part of menu invade the echo area.
12236
12237 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
12238 "char *q" to access menu text and advance through it. Revert the
12239 change that displayed ">" instead of ASCII character 0x10.
12240
12241 2008-09-05 Eli Zaretskii <eliz@gnu.org>
12242
12243 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
12244 toggle boxes and radio buttons on MS-DOS as well.
12245
12246 2008-09-05 Kenichi Handa <handa@m17n.org>
12247
12248 * composite.c (autocmp_chars): Check lookback count.
12249 (composition_compute_stop_pos): Set cmp_it->lookback.
12250 (composition_reseat_it): Check lookback count.
12251 (struct position_record): New struct.
12252 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
12253 (find_automatic_composition): New function.
12254 (composition_adjust_point): Use find_automatic_composition.
12255
12256 * dispextern.h (struct composition_it): New member lookback.
12257
12258 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
12259
12260 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
12261 if moving by a single line.
12262
12263 2008-09-02 Andreas Schwab <schwab@suse.de>
12264
12265 * xterm.c (x_delete_display): Fix merge error.
12266
12267 * fileio.c (Fexpand_file_name): Remove unused variables.
12268
12269 2008-09-02 Eli Zaretskii <eliz@gnu.org>
12270
12271 * fileio.c (Fexpand_file_name): Copy argument `name' into local
12272 storage on all platforms, not just on DOS_NT.
12273
12274 2008-09-02 Jason Rumney <jasonr@gnu.org>
12275
12276 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
12277 Ensure mouse is not grabbed after menu is finished.
12278
12279 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
12280
12281 * xfaces.c (Finternal_set_alternative_font_family_alist)
12282 (Finternal_set_alternative_font_registry_alist): Properly copy
12283 entire alist structure.
12284
12285 2008-09-01 Kenichi Handa <handa@m17n.org>
12286
12287 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
12288 representative chars of the script is a vector.
12289 (ftfont_list): Handle the case where the representative chars of
12290 the script is a vector.
12291
12292 * character.c (syms_of_character): Docstring of
12293 script-representative-chars fixed.
12294
12295 2008-08-31 Eli Zaretskii <eliz@gnu.org>
12296
12297 * msdos.c (BUILD_CHAR_GLYPH): New macro.
12298 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
12299 the menu. Allocate larger buffer for `text', to account for
12300 possible ^C characters.
12301
12302 2008-08-31 Martin Rudalics <rudalics@gmx.at>
12303
12304 * xdisp.c (prepare_menu_bars): Don't call
12305 Vwindow_size_change_functions with arg Qt.
12306
12307 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12308
12309 * font.h (font_range):
12310 * fileio.c (report_file_error):
12311 * composite.c (composition_update_it): Yet another int/Lisp_Object
12312 mixup (YAILOM).
12313
12314 2008-08-30 Glenn Morris <rgm@gnu.org>
12315
12316 * data.c (Fmake_variable_frame_local): Doc fix.
12317
12318 * frame.c (Fmodify_frame_parameters): Doc fix.
12319
12320 2008-08-30 Eli Zaretskii <eliz@gnu.org>
12321
12322 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
12323 needed by GetTokenInformation.
12324 (w32_system_process_attributes): Check return values of all system
12325 APIs.
12326
12327 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
12328 only when the state changes.
12329 (IT_update_begin, IT_update_end): Add termscript trace.
12330
12331 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
12332 clipboard is unavailable. Set dst to NULL if it doesn't point to
12333 malloc'ed data.
12334 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
12335 passing random values to xfree.
12336
12337 * dispnew.c (init_display): Set `tty's association in frame's
12338 parameters alist to the name of the terminal device, if that is known.
12339
12340 2008-08-29 Jason Rumney <jasonr@gnu.org>
12341
12342 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
12343
12344 2008-08-29 Eli Zaretskii <eliz@gnu.org>
12345
12346 * composite.c (fill_gstring_body): Avoid compiler warnings.
12347
12348 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
12349 LGLYPH_SET_CODE to avoid compiler warnings.
12350
12351 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
12352
12353 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
12354
12355 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
12356 LGLYPH_SET_CODE.
12357
12358 2008-08-29 Kenichi Handa <handa@m17n.org>
12359
12360 * fileio.c (report_file_error): Don't downcase the first character
12361 of errstring if it is still unibyte.
12362
12363 2008-08-29 Kenichi Handa <handa@m17n.org>
12364
12365 These changes are to re-implement the automatic composition so
12366 that it doesn't use text properties.
12367
12368 * Makefile.in (ftfont.o): Depend on composite.h.
12369 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
12370
12371 * character.h (Vunicode_category_table): Extern it.
12372
12373 * character.c (Vunicode_category_table): New variable.
12374 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
12375
12376 * chartab.c (optimize_sub_char_table): Perform more greedy
12377 optimization.
12378
12379 * composite.h (enum composition_method):
12380 Delete COMPOSITION_WITH_GLYPH_STRING.
12381 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
12382 (Vcomposition_function_table): Extern it.
12383 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
12384 (composition_gstring_put_cache, composition_gstring_from_id)
12385 (composition_gstring_p, composition_gstring_width)
12386 (composition_compute_stop_pos, composition_reseat_it)
12387 (composition_update_it, composition_adjust_point): Extern them.
12388 (Fcomposition_get_gstring): EXFUN it.
12389
12390 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
12391 (Vcomposition_function_table)
12392 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
12393 (gstring_hash_table, gstring_work, gstring_work_headers):
12394 New variables.
12395 (gstring_lookup_cache, composition_gstring_put_cache)
12396 (composition_gstring_from_id, composition_gstring_p)
12397 (composition_gstring_width, fill_gstring_header)
12398 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
12399 (composition_reseat_it, composition_update_it)
12400 (composition_adjust_point, Fcomposition_get_gstring): New functions.
12401 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
12402 and gstring_work_headers. DEFVAR_LISP composition-function-table.
12403 Defsubr composition_get_gstring.
12404
12405 * dispextern.h (struct glyph): New union u.cmp. Delete the member
12406 cmp_id.
12407 (struct glyph_string): Delete the member gidx. New members
12408 cmp_id, cmp_from, and cmp_to.
12409 (enum it_method): Delete GET_FROM_COMPOSITION.
12410 (struct composition_it): New struct.
12411 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
12412 Delete c, len, cmp_id, cmp_len in u.comp.
12413
12414 * font.h (enum lgstring_indices): Delete it.
12415 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
12416 (enum lglyph_indices): Likewise.
12417 (font_range): Adjust extern.
12418 (font_fill_lglyph_metrics): Extern it.
12419
12420 * font.c (QCf): New variable.
12421 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12422 (font_prepare_composition): Delete this function.
12423 (font_range): Type and arguments changed.
12424 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
12425 (font_fill_lglyph_metrics): New function.
12426 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
12427 (syms_of_font): DEFSYM QCf. Delete defsubr for
12428 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
12429 Defsubr Sfont_shape_gstring.
12430
12431 * fontset.h (font_for_char): Extern it.
12432
12433 * fontset.c (font_for_char): New function.
12434
12435 * ftfont.c: Include composite.h.
12436 (ftfont_resolve_generic_family): Add langset "en" to pattern.
12437 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12438
12439 * indent.c: Include composite.h and dispextern.h.
12440 (check_composition): Delete this function.
12441 (scan_for_column): Handle composition by
12442 composition_compute_stop_pos, composition_reseat_it, and
12443 composition_update_it.
12444 (compute_motion): Likewise.
12445 (Fvertical_motion): Fix checking of composition.
12446
12447 * keyboard.c (adjust_point_for_property): Check composition by
12448 composition_adjust_point.
12449
12450 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
12451 struct glyph_string.
12452
12453 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
12454 (append_composite_glyph): Adjust for the change of struct it and
12455 struct glyph.
12456 (produce_composite_glyph): Likewise.
12457
12458 * w32term.c (x_draw_composite_glyph_string_foreground):
12459 Adjust for the change of struct glyph_string.
12460 (x_draw_glyph_string): Likewise.
12461
12462 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
12463 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12464
12465 * xdisp.c: Include font.h.
12466 (it_props): Delete the entry for Qauto_composed.
12467 (init_iterator): Initialize it->cmp_it.id to -1.
12468 (compute_stop_pos): Call composition_compute_stop_pos.
12469 (face_before_or_after_it_pos): Adjust for the change of struct it.
12470 (handle_auto_composed_prop): Delete it.
12471 (handle_composition_prop): Handle only static composition.
12472 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
12473 from xassert. Initialize it->cmp_it.stop_pos.
12474 (push_it): Adjust for the change of struct it.
12475 (pop_it): Likewise.
12476 (get_next_element): Delete next_element_from_composition.
12477 (CHAR_COMPOSED_P): New macro.
12478 (get_next_display_element): For automatic composition, get a face
12479 from the font in the glyph-string.
12480 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
12481 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
12482 (next_element_from_string): Check if the character at the current
12483 position is composed by CHAR_COMPOSED_P.
12484 (next_element_from_buffer): Likewise.
12485 (next_element_from_composition): Adjust for the change of struct it.
12486 Update it->cmp_it.
12487 (dump_glyph): Adjust for the change of struct glyph.
12488 (fill_composite_glyph_string): Adjust for the change of struct
12489 it and struct glyph. Don't handle automatic composition here.
12490 (fill_gstring_glyph_string): New function.
12491 (x_get_glyph_overhangs): Handle automatic composition.
12492 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
12493 (BUILD_GSTRING_GLYPH_STRING): New macro.
12494 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
12495 automatic composition.
12496 (append_composite_glyph): Adjust for the change of struct it and
12497 struct glyph.
12498 (x_produce_glyphs): Adjust for the change of struct it.
12499
12500 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
12501 the change of struct glyph_string.
12502 (x_draw_glyph_string): Likewise.
12503
12504 2008-08-29 Glenn Morris <rgm@gnu.org>
12505
12506 * buffer.c (word-wrap): Doc fix.
12507 * xdisp.c (truncate-partial-width-windows): Doc fix.
12508 Increase default to 50.
12509
12510 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
12511
12512 * xdisp.c (update_tool_bar_unwind): New function.
12513 (update_tool_bar): Temporarily set selected frame before building
12514 tool-bar items.
12515
12516 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
12517
12518 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
12519 snprintf, respectively.
12520 (xd_append_arg): Convert strings with Fstring_make_unibyte.
12521
12522 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
12523
12524 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
12525 LDFLAGS to GNUstep CC invocation.
12526
12527 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
12528
12529 * indent.c (Fvertical_motion): Revert last change. Handle the
12530 general case where we are moving forward, and PT spans multiple
12531 screen lines.
12532
12533 * eval.c (find_handler_clause): Temporarily increase
12534 max-lisp-eval-depth while printing the backtrace buffer, to
12535 guarantee that help-mode code can run.
12536
12537 2008-08-27 Eli Zaretskii <eliz@gnu.org>
12538
12539 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
12540 colors under -rv.
12541 (IT_set_frame_parameters): Don't swap foreground and background
12542 colors if `(reverse . t)' is present in the frame properties.
12543 (internal_terminal_init): Call init_frame_faces only for the
12544 initial frame.
12545
12546 2008-08-27 Andreas Schwab <schwab@suse.de>
12547
12548 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
12549
12550 2008-08-27 Andreas Schwab <schwab@suse.de>
12551
12552 * search.c (search_buffer): Set char_base to zero only at the end.
12553
12554 2008-08-27 Kenichi Handa <handa@m17n.org>
12555
12556 * fileio.c (report_file_error): Fix handling of multibyte error string.
12557
12558 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
12559
12560 * xterm.c (x_term_init): Temporarily hide the partially
12561 initialized terminal while calling vendor-specific-keysyms.
12562
12563 2008-08-26 Eli Zaretskii <eliz@gnu.org>
12564
12565 * msdos.c (internal_terminal_init): Most initializations done only
12566 once, especially initial_screen_colors[] and termscript open.
12567
12568 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
12569
12570 * eval.c (Fcondition_case): Doc fix.
12571
12572 * widgetprv.h (EmacsFramePart): Change font member to the new font
12573 struct.
12574
12575 * widget.c: Include character.h and font.h for XSETFONT.
12576 (setup_frame_gcs): Compute X font id from font struct, just once.
12577
12578 2008-08-26 Eli Zaretskii <eliz@gnu.org>
12579
12580 * term.c (get_named_tty): Fix last change.
12581
12582 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
12583
12584 * indent.c (Fvertical_motion): If moving forward starting from a
12585 multi-line string, move the iterator to the last line of that string.
12586
12587 2008-08-25 Eli Zaretskii <eliz@gnu.org>
12588
12589 * frame.c (do_switch_frame): Mark previously displayed frame as
12590 obscured for FRAME_MSDOS_P frames as well.
12591
12592 2008-08-24 Eli Zaretskii <eliz@gnu.org>
12593
12594 * frame.c (make_terminal_frame): Initialize f->terminal,
12595 f->terminal->reference_count, and scroll bars on MS-DOS as well.
12596 Set the top frame to newly created frame.
12597 (Fmake_terminal_frame): Reuse the_only_display_info.
12598
12599 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
12600 estimating available memory.
12601
12602 2008-08-23 David Reitter <david.reitter@gmail.com>
12603
12604 * nsterm.m (ns_draw_window_cursor): Don't call
12605 NSDisableScreenUpdates and NSEnableScreenUpdates on
12606 non-NS_IMPL_COCOA systems.
12607
12608 2008-08-23 Andreas Schwab <schwab@suse.de>
12609
12610 * process.c (procfs_system_process_attributes): Fix use of
12611 uninitialized variables.
12612
12613 2008-08-23 Eli Zaretskii <eliz@gnu.org>
12614
12615 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
12616
12617 * dispnew.c (init_display): Remove MS-DOS specific conditions for
12618 calling tty-set-up-initial-frame-faces.
12619
12620 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
12621 Allow MSDOS frames along with X frames.
12622
12623 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
12624 addition to output_termcap.
12625
12626 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
12627
12628 * termchar.h (FRAME_TTY): Support output_msdos_raw.
12629 (struct tty_display_info) [MSDOS]: Add fields related to mouse
12630 highlight.
12631
12632 * process.c [!subprocesses]: Define QCname.
12633 (syms_of_process): Intern and staticpro it.
12634
12635 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
12636 Adjust for changes in encoding/decoding routines.
12637 Use encode_coding_object and decode_coding_object instead of
12638 encode_coding and decode_coding.
12639
12640 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
12641
12642 * dosfns.c: Include frame.h before termhooks.h.
12643 (dos_cleanup): Use CURTTY ()->termscript instead of a global
12644 variable termscript.
12645
12646 * s/msdos.h (USER_FULL_NAME): Define.
12647 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
12648
12649 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
12650 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
12651 pw->pw_gecos.
12652
12653 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
12654 SELECTED_FRAME as additional (1st) argument.
12655 (tty_read_avail_input): Handle output_msdos_raw in
12656 addition to output_termcap.
12657
12658 * msdos.c: Include frame.h before termhooks.h.
12659 (mouse_on, mouse_off, mouse_moveto, mouse_init)
12660 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
12661 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
12662 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
12663 (IT_set_terminal_modes, IT_reset_terminal_modes)
12664 (IT_set_frame_parameters): Use tty->termscript instead of a global
12665 variable termscript.
12666 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
12667 global variable terminal_coding. Don't refer to
12668 Vnonascii_translation_table.
12669 (internal_terminal_init): Set Vwindow_system in current_kboard.
12670 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
12671 Announce date and time of session start, if termscript is open.
12672 Don't zero out the_only_display_info (it is done in
12673 term.c:init_tty). Open termscript only of not already open.
12674 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
12675 here instead of dos_ttraw. Don't initialize display if this is an
12676 initial tty. Don't set FRAME_FONT.
12677 (Vwindow_system_version): Bump to 23.
12678 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
12679 is available, set up mouse_position_hook.
12680 (dos_ttraw, IT_set_terminal_modes): If called with initial
12681 terminal, do nothing.
12682 (IT_set_frame_parameters): Handle the Qtty_type frame
12683 parameter by calling internal_terminal_init.
12684 (dos_set_window_size, show_mouse_face)
12685 (clear_mouse_face, IT_note_mode_line_highlight)
12686 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
12687 (dos_rawgetc): Use tty_display_info instead of x_display_info.
12688 (initialize_msdos_display): New function.
12689 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
12690 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
12691 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
12692 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
12693 Accept additional argument: a pointer to a frame. Update all callers.
12694 (request_sigio, unrequest_sigio): Don't define, now defined on
12695 sysdep.c.
12696 (IT_write_glyphs): Rewrite to use encode_terminal_code.
12697
12698 * term.c [MSDOS]: Include msdos.h.
12699 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
12700 conditional to DOS_NT. Allow only one call to this function in a
12701 session. Don't allocate a new struct tty_display_info; instead,
12702 reuse the_only_display_info. Call get_tty_size to get screen
12703 dimensions. Call init_baud_rate to set bad_rate.
12704 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
12705 (Fsuspend_tty) [MSDOS]: Don't close input and output.
12706 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
12707 (get_tty_terminal, get_named_tty, Ftty_type)
12708 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
12709 output_termcap.
12710 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
12711 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
12712 only when subprocesses are supported.
12713
12714 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
12715 f->output_data.x.
12716 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
12717 terminal devices.
12718
12719 * msdos.h: Remove definition of struct x_display_info and struct
12720 x_output.
12721 (FRAME_FONT): Use output_data.tty.
12722 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
12723 (struct x_display_info): Rename from display_info. Update all users in
12724 msdos.c.
12725 (struct x_output): Remove background_pixel and foreground_pixel.
12726 (the_only_display_info): Rename from the_only_x_display.
12727 (dos_ttraw): Update prototype.
12728
12729 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
12730 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
12731
12732 2008-08-23 Jason Rumney <jasonr@gnu.org>
12733
12734 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
12735 (fn_TIFFSetDirectory): New library function used.
12736 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
12737 (tiff_load): Use :index to select among multiple images. Set count
12738 property when multiple images exist.
12739 (gif_format): Use :index, not :image.
12740
12741 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
12742
12743 * xdisp.c (try_scrolling): Check INT_MAX instead of
12744 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
12745 to obtain INT_MAX.
12746
12747 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
12748
12749 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
12750
12751 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
12752
12753 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
12754 GNUstep library location.
12755
12756 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
12757
12758 * xfaces.c (x_update_menu_appearance): Check validity of menu font
12759 before using it.
12760
12761 * puresize.h (BASE_PURESIZE): Increase to 1250000.
12762
12763 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
12764
12765 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
12766 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
12767 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
12768 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
12769 (EmacsApp-cursor_blink_handler): Remove declaration.
12770 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
12771 match 01 Feb 2008 changes in xterm.c.
12772 (ns_read_socket): Add cast to avoid warning.
12773 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
12774 GNUstep.
12775
12776 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
12777
12778 * xselect.c (x_get_foreign_selection): Return nil if desired
12779 selection could not be obtained, instead of signalling an error.
12780
12781 2008-08-20 David Reitter <david.reitter@gmail.com>
12782
12783 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
12784 * nsterm.m: Remove ns-specific code for cursor blinking.
12785 (ns_draw_window_cursor): Clear cursor properly rather than
12786 redrawing the area. Respect width of bar cursors.
12787 These changes enable the use of generic blink-cursor-mode and
12788 generic cursor types in NS and support smooth cursor movements (do
12789 not blink off after command).
12790 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
12791 Nextstep, too.
12792
12793 2008-08-19 Kenichi Handa <handa@m17n.org>
12794
12795 * font.c (Vfont_log_deferred): New variable.
12796 (font_add_log): Check Vfont_log_deferred.
12797 (font_deferred_log): New function.
12798
12799 * font.h (font_deferred_log): Extern it.
12800
12801 * fontset.c (reorder_font_vector): Use encoding charset of fonts
12802 for sorting.
12803 (face_for_char): Use deferred log.
12804
12805 2008-08-18 Kenichi Handa <handa@m17n.org>
12806
12807 * fontset.c (face_for_char): Add font log.
12808
12809 * font.c (font_add_log): Add the font properties :script, :lang,
12810 and :otf in the log.
12811
12812 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
12813
12814 * xdisp.c: Remove dead code.
12815 (handle_invisible_prop, next_overlay_string): Defer call to
12816 setup_for_ellipsis.
12817 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
12818
12819 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
12820
12821 * xfaces.c (lookup_derived_face): Properly handle possible zero
12822 return value of get_lface_attributes.
12823 (merge_faces): Don't tell lookup_derived_face to signal an error
12824 if face is not found.
12825
12826 * dired.c (Fdirectory_files): Doc fix.
12827
12828 * process.c (make_process): Initialize kill_without_query struct
12829 member.
12830
12831 2008-08-15 Eli Zaretskii <eliz@gnu.org>
12832
12833 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
12834 Alternative calculation of totphys for Visual Studio 6.
12835
12836 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
12837
12838 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
12839 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
12840 All users changed.
12841 (stat): Only root directory passed to GetDriveType. Allow RAM
12842 disk as well as local fixed disk when w32-get-true-file-attributes
12843 is set to `local'.
12844 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
12845 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
12846 (w32_cached_id, w32_add_to_cache): New functions.
12847 (get_name_and_id): Look account names in the cache before calling
12848 lookup_account_sid.
12849 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
12850 New initialization flags.
12851 (globals_of_w32): Initialize them to zero.
12852 (w32_system_process_attributes): Use w32_cached_id and
12853 w32_add_to_cache.
12854
12855 2008-08-14 Lawrence Mitchell <wence@gmx.li>
12856
12857 * lread.c (Fread_char, Fread_char_exclusive): If no character
12858 event is read before timeout is reached, return nil, rather than
12859 converting to a number.
12860
12861 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
12862
12863 * fns.c (use_dialog_box): Doc fix.
12864
12865 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
12866 on OS X.
12867
12868 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
12869
12870 * frame.c (Qns_parse_geometry): New var.
12871 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
12872
12873 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
12874
12875 * xdisp.c (x_produce_glyphs): Handle the case when font has no
12876 space character in calculating tabs.
12877
12878 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
12879
12880 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
12881
12882 2008-08-10 Glenn Morris <rgm@gnu.org>
12883
12884 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
12885 silence gcc "limited range of data type" warnings in some
12886 make_fixnum_or_float calls.
12887
12888 2008-08-09 Eli Zaretskii <eliz@gnu.org>
12889
12890 * w32.c (w32_system_process_attributes): If the process does not
12891 exist, return nil.
12892
12893 * w32.c: Include thelp32.h, psapi.h and coding.h.
12894 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
12895 declarations.
12896 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
12897 (Process32Next_Proc): New typedefs.
12898 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
12899 (g_b_init_process32_next, g_b_init_open_thread_token)
12900 (g_b_init_impersonate_self, g_b_init_revert_to_self)
12901 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
12902 (g_b_init_get_process_working_set_size)
12903 (g_b_init_global_memory_status_ex): New static variables.
12904 (globals_of_w32): Initialize them.
12905 (create_toolhelp32_snapshot, process32_first, process32_next)
12906 (open_thread_token, impersonate_self, revert_to_self)
12907 (get_process_memory_info, get_process_working_set_size)
12908 (global_memory_status, global_memory_status_ex): New wrapper
12909 functions.
12910 (w32_list_system_processes, w32_system_process_attributes)
12911 (enable_privilege, restore_privilege, ltime, process_times):
12912 New functions.
12913 (convert_time_raw): New function.
12914 (convert_time): Remove conversion of FILETIME into time in 100
12915 nsec units, call convert_time_raw instead.
12916
12917 * process.h (w32_list_system_processes, w32_system_process_attributes):
12918 Add prototypes.
12919 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
12920 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
12921 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
12922 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
12923
12924 * process.c (Fsystem_process_attributes): Doc fix.
12925
12926 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
12927
12928 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
12929 a continued multi-char glyph; if so, advance to the actual glyph.
12930
12931 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12932
12933 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
12934
12935 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
12936 (.m.o): Use it.
12937 * config.in: Regenerate.
12938
12939 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
12940
12941 * xdisp.c (redisplay_window): Revert last change.
12942 (try_window): Check bottom scroll margin too.
12943
12944 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
12945
12946 * config.in: Regenerate.
12947
12948 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
12949 -list-load-path-shadows'.
12950 (nsgui.h): Reduce number of things depending on it.
12951
12952 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
12953
12954 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
12955 instead of window-end which does the wrong thing at eob.
12956 (try_cursor_movement): Minor optimization.
12957 (redisplay_window): If scroll margin is defined, don't assume
12958 window doesn't need scrolling.
12959
12960 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
12961
12962 * config.in: Regenerate.
12963
12964 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
12965 (mostlyclean): Don't delete *.d under NS.
12966
12967 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
12968
12969 2008-08-06 Kenichi Handa <handa@m17n.org>
12970
12971 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
12972
12973 2008-08-06 Andreas Schwab <schwab@suse.de>
12974
12975 * config.in: Regenerate.
12976
12977 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
12978
12979 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
12980 forcing a window start.
12981
12982 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
12983 (auto_save_1): Update modtime when auto-save-list-file-name is on.
12984
12985 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
12986
12987 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
12988 argument.
12989
12990 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
12991
12992 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
12993 <scroll-down-aggressively, before-change-functions>:
12994 <after-change-functions>: Reflow docstrings.
12995
12996 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
12997 Ken Raeburn <raeburn@gnu.org>
12998
12999 Dock menu customization, based on a patch by Ken Raeburn, plus some
13000 other fixes.
13001 * nsmenu.m (dockMenu): New variable.
13002 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
13003
13004 * nsterm.h (dockMenu): Declare.
13005
13006 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
13007 (ns_term_init): Initialize dockMenu.
13008 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
13009 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
13010 left.
13011
13012 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
13013
13014 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
13015
13016 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
13017
13018 * config.in: Regenerate.
13019
13020 2008-08-04 Seiji Zenitani <zenitani@mac.com>
13021
13022 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
13023
13024 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
13025
13026 * nsterm.h (find_and_call_menu_selection): Fix prototype.
13027
13028 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13029
13030 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
13031
13032 * keyboard.h: Comment an #endif.
13033
13034 * lisp.h (have_menus_p): Adjust comment.
13035
13036 * menu.c (find_and_return_menu_selection): Fix comparison with
13037 client_data.
13038
13039 * nsmenu.m (popup_activated_flag): New variable.
13040 (popup_activated): New function.
13041 (menu-or-popup-active-p): New exported lisp definition.
13042 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
13043 when popup done.
13044 (ns_popup_dialog): Set popup_activated_flag.
13045
13046 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
13047 version for GNUstep (handled by conditional typedef in nsterm.m).
13048 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
13049 in rgb.txt).
13050
13051 * process.c (init_process): Use DARWIN_OS, not DARWIN.
13052
13053 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
13054
13055 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
13056
13057 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
13058 shortcircuit if popup_activated like GTK and X toolkit.
13059
13060 * m/inter386.h: Change DARWIN to DARWIN_OS.
13061
13062 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
13063 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
13064 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
13065 comment on NO_SOCK_SIGIO.
13066
13067 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
13068
13069 * nsterm.m (windowDidResize): Remove stopModal call.
13070
13071 2008-08-03 Andreas Schwab <schwab@suse.de>
13072
13073 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
13074 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
13075
13076 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
13077
13078 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
13079 Don't use uninitialized pointer variable when using getrlimit.
13080
13081 2008-08-02 Jason Rumney <jasonr@gnu.org>
13082
13083 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
13084
13085 2008-08-02 Eli Zaretskii <eliz@gnu.org>
13086
13087 * alloc.c (NSTATICS): Bump to 0x640.
13088
13089 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
13090
13091 * lisp.h: Add prototype for directory_files_internal.
13092
13093 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
13094 New functions.
13095 (syms_of_process): Defsubr them. Add initializations for various
13096 Q* symbols used in procfs_system_process_attributes.
13097 (procfs_list_system_processes, procfs_system_process_attributes)
13098 [HAVE_PROCFS]: New functions.
13099 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
13100 (procfs_get_total_memory): New functions.
13101
13102 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
13103
13104 * xfaces.c (Fx_load_color_file): Fix previous change;
13105 it is #ifdef WINDOWSNT, not WINDOWS_NT.
13106
13107 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
13108
13109 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
13110
13111 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13112
13113 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
13114
13115 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
13116
13117 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
13118
13119 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
13120 define NSApplicationDelegateReplySuccess.
13121 (EmacsView -converstationIdentifier): Use long instead of
13122 NSInteger for GNUstep, since it doesn't have NSInteger.
13123
13124 * xmenu.c: Revert last change.
13125
13126 * keyboard.h: Fix last change.
13127
13128 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
13129
13130 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
13131 on Windows.
13132
13133 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13134
13135 Warning clearing and clean-up in NS port.
13136 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
13137 Add prototypes.
13138 * nsgui.h (FACE_DEFAULT): Remove, unused.
13139 (XGCValues): Change colors to unsigned long.
13140 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
13141 nsterm.m.
13142 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
13143 (ns_list_fonts): Remove, unused.
13144 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
13145 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
13146 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
13147 (nsfont_draw): Compare face colors to 0, not nil.
13148 * nsmenu.m (struct widget_value): Drop unneeded declaration.
13149 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
13150 (-addSubmenuWithTitle:): Use NSMenuItem class.
13151 (ns_popup_menu): Use NO, not NULL, for enabled setting.
13152 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
13153 (ns_clip_to_row): Make gc arg a BOOL.
13154 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
13155 ns_clip_to_row() call.
13156 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
13157 used). Cast FRAME_FONT assignments.
13158 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
13159 (ns_string_to_lispmod): Change arg to const char.
13160 (ns_term_init): Use NSMenuItem class.
13161 (EmacsApp -openFile:): Move to different section of file.
13162 (EmacsApp -application:openFiles:): Don't return a value, call
13163 -replyToOpenOrPrint:.
13164 (EmacsView -keyDown:): Fix up cast.
13165 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
13166 (EmacsView -menuDown:): Cast tag in call to
13167 find_and_call_menu_selection().
13168 (ns_list_fonts): Remove, unused.
13169 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
13170 (ns_fontname_to_xlfd): Make static.
13171 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
13172 Remove prototypes (now in keyboard.h).
13173 (next_menubar_widget_id): Remove, unused.
13174 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
13175 Remove prototypes (now in keyboard.h).
13176 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
13177
13178 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
13179
13180 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
13181 (floatfns.o): Depend on syssignal.h.
13182 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
13183
13184 * systty.h: Fix previous change that removed BSD_TERMIOS.
13185 Add comments to #ifdefs.
13186
13187 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
13188
13189 * w32fns.c (w32-load-color-file): Remove.
13190 (x-open-connection): Use renamed Fx_load_color_file.
13191 * xfaces.c (x-load-color-file): Add.
13192 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
13193 Emacs.clr.
13194 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
13195
13196 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
13197
13198 * dbusbind.c (Fdbus_call_method_asynchronously)
13199 (Fdbus_method_error_internal): New defuns.
13200 (xd_read_message): Handle also reply messages.
13201 (Vdbus_registered_functions_table): Extend docstring.
13202
13203 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
13204
13205 * keyboard.c (gobble_input): Fix previous change.
13206
13207 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13208
13209 * bitmaps/README:
13210 * xfns.c:
13211 * termcap.c:
13212 * term.c:
13213 * syswait.h:
13214 * systty.h:
13215 * systime.h:
13216 * syssignal.h:
13217 * sysdep.c:
13218 * process.h:
13219 * process.c:
13220 * print.c:
13221 * ndir.h:
13222 * lread.c:
13223 * keyboard.c:
13224 * getpagesize.h:
13225 * floatfns.c:
13226 * fileio.c:
13227 * emacs.c:
13228 * doc.c:
13229 * dispnew.c:
13230 * dired.c:
13231 * data.c:
13232 * callproc.c:
13233 * buffer.c:
13234 * README:
13235 * Makefile.in:
13236 * s/template.h:
13237 * s/msdos.h:
13238 * m/vax.h: Remove VMS support.
13239 * s/vms.h:
13240 * vlimit.h:
13241 * uaf.h:
13242 * temacs.opt:
13243 * param.h:
13244 * ioctl.h: Remove file.
13245
13246 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13247
13248 * s/ms-w32.h (MULTI_KBOARD): Remove.
13249 * xterm.c:
13250 * xselect.c:
13251 * xfns.c:
13252 * window.c:
13253 * w32term.c:
13254 * w32fns.c:
13255 * terminal.c:
13256 * termhooks.h:
13257 * term.c:
13258 * sysdep.c:
13259 * keyboard.h:
13260 * keyboard.c:
13261 * frame.h:
13262 * frame.c:
13263 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
13264 * config.in: Regenerate.
13265
13266 2008-07-30 Jason Rumney <jasonr@gnu.org>
13267
13268 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
13269
13270 * w32font.c (w32font_encode_char): Leave as unicode if in range.
13271 (w32font_open_internal): Get unicode version of textmetrics.
13272 Don't enable or disable glyph indices here.
13273 (w32font_open): Disable use of glyph indices.
13274
13275 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
13276
13277 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
13278
13279 * minibuf.c (Vread_buffer_function): Doc fix.
13280
13281 2008-07-30 John Paul Wallington <jpw@pobox.com>
13282
13283 * minibuf.c (read_buffer_completion_ignore_case): New var.
13284 (Fread_buffer): Use it.
13285
13286 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
13287
13288 * systty.h (sensemode): Remove empty #if. Remove reference to
13289 BSD_TERMIOS, unused.
13290
13291 * sysdep.c: Remove reference to DGUX.
13292 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
13293
13294 * config.in: Regenerate.
13295
13296 2008-07-30 Jason Rumney <jasonr@gnu.org>
13297
13298 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
13299
13300 2008-07-29 Jason Rumney <jasonr@gnu.org>
13301
13302 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
13303 is populated.
13304 (uniscribe_encode_char): Always use uniscribe.
13305 Avoid using context if cache is populated.
13306
13307 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
13308
13309 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
13310 open menu.
13311
13312 * gtkutil.c (menu_nav_ended): Remove.
13313 (create_menus): Remove signal connect for menu_nav_ended.
13314
13315 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
13316
13317 * xdisp.c (redisplay_window): Check return value of
13318 compute_window_start_on_continuation_line before forcing a window
13319 start.
13320
13321 2008-07-28 Jason Rumney <jasonr@gnu.org>
13322
13323 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
13324
13325 * w32term.c (w32_enable_unicode_output, cleartype_active):
13326 Remove obsolete display options.
13327 (x_draw_glyph_string_background): Don't use old cleartype_active
13328 workaround.
13329 (w32_initialize): Remove cleartype_active initialization.
13330 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
13331
13332 2008-07-28 Andreas Schwab <schwab@suse.de>
13333
13334 * lisp.h (init_weak_hash_tables, syms_of_font)
13335 (xd_read_queued_messages, syms_of_dbusbind): Declare.
13336 (remove_hash_entry): Don't declare.
13337 * eval.c (maybe_call_debugger): Make static and move before use.
13338 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
13339 * xdisp.c: Include "gtkutil.h" if USE_GTK.
13340 * xterm.h (x_set_frame_alpha): Declare.
13341
13342 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
13343
13344 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
13345 (create_menus): Connect selection-done to menu_nav_ended.
13346
13347 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13348
13349 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
13350 Set Vx_resource_name to a fallback. Replace read of 'buffered'
13351 parameter with read of 'alpha' one.
13352 (Qns_frame_parameter): Remove.
13353 * nsselect.m (selection-coding-system)
13354 (next-selection-coding-system, Vselection_coding_system)
13355 (Vnext_selection_coding_system): Drop.
13356
13357 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13358
13359 * nsfns.m (do-applescript, do_applescript): Rename to
13360 ns-do-applescript, ns_do_applescript, and move within file.
13361
13362 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13363
13364 Remove support for Mac Carbon.
13365 * mactoolbox.c:
13366 * macterm.h:
13367 * macterm.c:
13368 * macselect.c:
13369 * macmenu.c:
13370 * macgui.h:
13371 * macfns.c:
13372 * mac.c: Remove file.
13373 * s/darwin.h:
13374 * m/intel386.h:
13375 * xfaces.c:
13376 * xdisp.c:
13377 * window.c:
13378 * tparam.c:
13379 * termhooks.h:
13380 * termcap.c:
13381 * term.c:
13382 * syssignal.h:
13383 * sysselect.h:
13384 * sysdep.c:
13385 * process.c:
13386 * lread.c:
13387 * lisp.h:
13388 * keyboard.c:
13389 * image.c:
13390 * fringe.c:
13391 * frame.h:
13392 * frame.c:
13393 * fontset.c:
13394 * font.h:
13395 * font.c:
13396 * fns.c:
13397 * fileio.c:
13398 * emacs.c:
13399 * dispnew.c:
13400 * dispextern.h:
13401 * config.in:
13402 * atimer.c:
13403 * Makefile.in: Remove code for Carbon.
13404
13405 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13406
13407 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
13408
13409 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13410
13411 * macterm.h (kCGBitmapByteOrder32Host): New define for
13412 non-universal SDKs.
13413
13414 * image.c (mac_create_cg_image_from_image, image_load_image_io)
13415 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13416
13417 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
13418 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13419
13420 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
13421
13422 * w32inevt.c: Include dispextern.h.
13423
13424 2008-07-26 Andreas Schwab <schwab@suse.de>
13425
13426 * print.c (print_object): Fix off-by-one in last change.
13427
13428 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
13429
13430 * term.c (syms_of_term): Don't initialize default_orig_pair,
13431 default_set_foreground and default_set_background on Windows.
13432
13433 2008-07-25 Jason Rumney <jasonr@gnu.org>
13434
13435 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
13436 ScriptItemize. Clean up return value checking. Remove unused
13437 variables.
13438 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
13439 shaping engine.
13440
13441 * w32font.c (w32font_has_char): Handle the case where we can't
13442 determine the script for a character.
13443
13444 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
13445
13446 * term.c (syms_of_term): Initialize default_orig_pair,
13447 default_set_foreground, and default_set_background.
13448
13449 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
13450 clash (bug#86).
13451 (getloadavg): Callers changed.
13452
13453 * image.c (svg_load_image): Fix last change.
13454 (svg_load_image): Use rsvg_handle_get_dimensions to check that
13455 image size is valid. Use g_object_unref instead of deprecated
13456 rsvg_handle_free to free rsvg handle.
13457 (x_from_xcolors): Don't initialize pixmap (silence compiler).
13458
13459 2008-07-25 Jason Rumney <jasonr@gnu.org>
13460
13461 * w32font.c (w32font_encode_char): Encode characters outside BMP as
13462 surrogates before looking up glyph index.
13463 (w32font_text_extents): Encode as surrogates if falling back to
13464 functions that need UTF-16 wide chars.
13465
13466 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
13467 BMP as surrogates before looking up glyph index.
13468
13469 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
13470
13471 * image.c (svg_load_image): Check for failure in return value of
13472 rsvg_handle_get_pixbuf. Free rsvg handle when done.
13473
13474 2008-07-25 Jason Rumney <jasonr@gnu.org>
13475
13476 * w32font.c (Fx_select_font): Reverse sense of second arg.
13477
13478 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
13481 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
13482
13483 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
13484 (PURESIZE): Use it.
13485
13486 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13487
13488 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
13489 * m/alpha.h (TEXT_END):
13490 * m/ibmrs6000.h (TEXT_END):
13491 * m/macppc.h (TEXT_END):
13492 * s/darwin.h (TEXT_END):
13493 * s/msdos.h (TEXT_END): Remove, unused.
13494 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
13495 * s/cygwin.h: Remove comment.
13496
13497 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
13498 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
13499 * m/intel386.h (DOT_GLOBAL_START):
13500 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
13501 (USG): Remove, file not used on USG platforms.
13502
13503 * Makefile.in (HAVE_X11): Remove empty #else.
13504
13505 2008-07-24 Andreas Schwab <schwab@suse.de>
13506
13507 * fileio.c (Finsert_file_contents): Properly adjust undo list
13508 after format conversion.
13509
13510 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
13511
13512 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
13513 (menu_nav_ended): Remove.
13514 (create_menus): Remove signal connect for menu_nav_ended.
13515 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
13516 create_menus.
13517 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
13518
13519 2008-07-23 Jason Rumney <jasonr@gnu.org>
13520
13521 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
13522 with opened font.
13523 (w32font_open): Set font type to gdi.
13524
13525 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
13526
13527 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
13528
13529 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
13530 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
13531 defines it.
13532 * unexec.c (ADDR_CORRECT): Define unconditionally.
13533
13534 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
13535
13536 * unexec.c: Remove code depending on !COFF and USG, the file is
13537 not used for such systems.
13538
13539 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
13540 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
13541 (LD_SWITCH_SYSTEM_1): Remove, update users.
13542
13543 * s/darwin.h (DATA_END):
13544 * m/intel386.h (DATA_END):
13545 * m/ibmrs6000.h (DATA_END):
13546 * m/alpha.h (DATA_END): Remove, unused.
13547
13548 * config.in: Regenerate.
13549 * s/ms-w32.h (subprocesses): Define unconditionally.
13550 * s/template.h (subprocesses): Update comment.
13551 * s/vms.h (subprocesses):
13552 * s/usg5-4.h (subprocesses):
13553 * s/hpux10-20.h (subprocesses):
13554 * s/gnu-linux.h (subprocesses):
13555 * s/cygwin.h (subprocesses):
13556 * s/bsd-common.h (subprocesses):
13557 * s/aix4-2.h (subprocesses):
13558 * s/darwin.h (subprocesses): Do not define, defined by default now.
13559
13560 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
13561 Remove all references.
13562 (temacs): Add GNUstep specific ld flags.
13563
13564 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
13565 similarly to what X does.
13566
13567 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13568
13569 * nsfns.m (x-list-fonts): Remove.
13570 (syms_of_nsfns): Drop the x-list-fonts declaration.
13571 * nsterm.m: Get rid of remaining "//" comments.
13572
13573 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
13574
13575 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
13576
13577 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
13578 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
13579 (Fns_own_selection_internal, Fx_disown_selection_internal)
13580 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
13581
13582 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
13583 ... */' style of docstrings. Doc fixes.
13584
13585 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13586
13587 * terminfo.c (UP, BC, PC): Undo previous change.
13588
13589 * nsfns.m: Rename ns prefixed functions/variables to the
13590 corresponding x versions. Update references.
13591
13592 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
13593
13594 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
13595
13596 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13597
13598 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
13599 Remove forwarding functions.
13600 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
13601 non-static.
13602 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
13603 non-static.
13604 (ns_frame_parm_handlers): Use the new names.
13605 (syms_of_nsfns): Move to the end of file.
13606
13607 * nsterm.m (syms_of_nsterm): Move to the end of file.
13608
13609 * dispnew.c (init_display): Remove code for X10.
13610
13611 2008-07-22 Jason Rumney <jasonr@gnu.org>
13612
13613 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
13614 bare drive.
13615
13616 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
13617
13618 * nsterm.m (syms_of_nsterm): Remove debugging println.
13619
13620 2008-07-22 David Reitter <david.reitter@gmail.com>
13621
13622 * nsfns.m (do_applescript, F_do_applescript): NS version of the
13623 Carbon implementation of the same functionality: execute arbitrary
13624 AppleScript code.
13625
13626 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
13627
13628 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
13629 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
13630 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
13631 (Fx_display_mm_height, Fx_display_mm_width)
13632 (Fx_display_backing_store, Fx_display_visual_class)
13633 (Fx_display_save_under, Fx_open_connection)
13634 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
13635 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
13636 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
13637 (Fx_display_pixel_width, Fx_display_pixel_height)
13638 (Fx_display_usable_bounds, Fx_display_planes)
13639 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
13640 ... */' style of docstrings.
13641
13642 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13643
13644 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
13645 on this platform.
13646 (mips):
13647 * m/iris4d.h (mips): Do not define.
13648 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
13649
13650 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
13651
13652 * image.c:
13653 * nsfns.m:
13654 * nsselect.m:
13655 * nsterm.h:
13656 * nsterm.m: Rename ns prefixed functions/variables to the
13657 corresponding x versions. Update references.
13658
13659 * m/ibms390x.h (NO_REMAP): Do not undefine.
13660
13661 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
13662
13663 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
13664
13665 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
13666 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
13667 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
13668 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
13669 (Fns_display_mm_height, Fns_display_mm_width)
13670 (Fns_display_backing_store, Fns_display_visual_class)
13671 (Fns_display_save_under, Fns_open_connection)
13672 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
13673 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
13674 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
13675 (Fns_display_pixel_width, Fns_display_pixel_height)
13676 (Fns_display_usable_bounds, Fx_display_planes)
13677 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
13678
13679 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
13680
13681 * print.c (print_object): Check print_depth before searching for
13682 circularities.
13683
13684 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
13685
13686 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
13687 only sprintf.
13688
13689 2008-07-21 Kenichi Handa <handa@m17n.org>
13690
13691 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
13692
13693 2008-07-20 Andreas Schwab <schwab@suse.de>
13694
13695 * syntax.c (find_start_pos, find_start_value)
13696 (find_start_value_byte, find_start_begv, find_defun_start)
13697 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
13698
13699 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13700
13701 * s/sol2-3.h: Insert contents of s/sol2.h.
13702 (LD_SWITCH_SYSTEM): Remove redundant definition.
13703 * s/sol2.h: Remove, unused.
13704
13705 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13706
13707 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
13708
13709 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13710
13711 * Makefile.in (ns_appdir): Fix typo in find command.
13712
13713 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13714
13715 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
13716
13717 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
13718 added not supported anymore.
13719
13720 * s/usg5-4-2.h (LIBS_SYSTEM):
13721 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
13722
13723 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
13724 * s/lynxos.h (GETPGRP_NO_ARG):
13725 * s/hpux10-20.h (NO_SIOCTL_H):
13726 * s/gnu.h (GETPGRP_NO_ARG):
13727 * s/gnu-linux.h (NO_SIOCTL_H):
13728 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
13729 * s/cygwin.h (GETPGRP_NO_ARG):
13730 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
13731 (C_DEBUG_SWITCH): Remove duplicate definition.
13732
13733 * m/ibms390.h: Remove boilerplate comments.
13734
13735 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
13736
13737 * process.c (HAVE_SERIAL): Consolidate ifdefs.
13738 (wait_reading_process_output): Remove code for SunOS, platform not
13739 supported anymore. Use SOLARIS2 instead of sun.
13740
13741 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13742
13743 * font.c (font_open_by_name): Under NS, default lface height to zero.
13744 (font_open_for_lface): Under NS, set size based on frame fontsize.
13745 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
13746 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
13747
13748 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13749
13750 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
13751 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
13752 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
13753 YES/NO.
13754 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
13755 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
13756 * Makefile.in (clean): Clear out build destination dir.
13757
13758 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13759
13760 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
13761 xterm, xselect.
13762 * lisp.h: Remove declaration of hash_remove.
13763 * nsgui.h: Remove redefinitions of hash_remove.
13764 * fns.c (hash_remove): Rename to hash_remove_from_table.
13765
13766 2008-07-19 Seiji Zenitani <zenitani@mac.com>
13767
13768 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
13769 strdup() the family UTF8String before modifying it.
13770
13771 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
13772
13773 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
13774 NS_FACE_BACKGROUND with 0 instead of nil.
13775 * nsfont.m (nsfont_draw): Same.
13776
13777 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
13778
13779 * nsfns.m (ns_set_background_color): Fix crash.
13780
13781 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
13782
13783 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
13784
13785 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
13786
13787 * puresize.h (BASE_PURESIZE): Increase to 1240000.
13788
13789 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13790
13791 * gtkutil.c: Include <config.h> instead of "config.h".
13792
13793 * lisp.h (Foverlay_buffer): Add EXFUN.
13794
13795 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
13796 child process to complete child_setup. Undo 2005-09-21 change.
13797
13798 * s/darwin.h: Mention setsid after vfork.
13799
13800 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13801
13802 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
13803 Depend on macgui.h.
13804
13805 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
13806 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
13807
13808 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
13809 and f19.
13810 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
13811
13812 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
13813 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
13814 Remove enumerators.
13815
13816 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
13817 Check if FACE_FROM_ID returns NULL.
13818
13819 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
13820
13821 * w32inevt.c (change_frame_size): Remove extern declaration.
13822 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
13823 change_frame_size.
13824
13825 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
13826
13827 * getloadavg.c: Revert last change (2008-07-15).
13828
13829 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
13830
13831 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
13832 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
13833 from configure.
13834
13835 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
13836
13837 * s/sol2.h:
13838 * s/sol2-4.h: Reorganize conditionals.
13839
13840 * ecrt0.c: Remove code depending on m68000, not used anymore.
13841
13842 * fns.c (hash_remove): Make static.
13843 * lisp.h (hash_remove): Don't prototype.
13844
13845 * m/ibmrs6000.h:
13846 * m/ibms390x.h:
13847 * m/macppc.h: Remove boilerplate comments.
13848
13849 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
13850 Solaris, which does not need them.
13851
13852 * m/vax.h: Remove comments about unsupported systems.
13853
13854 * s/darwin.h: Reorganize ifdefs.
13855
13856 2008-07-17 Andreas Schwab <schwab@suse.de>
13857
13858 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
13859
13860 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
13861
13862 Use SDATA. Follow coding convention of placing operators at
13863 beginning of next line rather than end of previous line, and placing
13864 spaces around infix operators.
13865
13866 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
13867 in case it was defined already.
13868 USE @GNUSTEP_MAKEFILES@ rather than envvars.
13869 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
13870 ns_default.
13871 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
13872 Lisp_Objects.
13873 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
13874 (ns_defined_color, ns_color_to_lisp): Declare.
13875 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
13876 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
13877 it's accepted even with USE_LISP_UNION_TYPE.
13878 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
13879 (update_frame_tool_bar): Remove apparently obsolete tests for
13880 non-integerness of f->tool_bar_lines.
13881 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
13882 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
13883 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
13884 (nsfont_open): Don't confuse NULL for Qnil.
13885 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
13886 * menu.h (find_and_call_menu_selection):
13887 * menu.c (find_and_call_menu_selection): Use just int for vector size.
13888 (find_and_return_menu_selection): Always return something.
13889 * frame.h: Include dispextern.h for Display_Info.
13890 (display_x_get_resource): Declare.
13891
13892 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
13893
13894 * syntax.c: Remove stdio.h include accidentally introduced in
13895 Emacs.app commit.
13896 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
13897 NS_IMPL_COCOA.
13898 * keyboard.c (handle_async_input, input_available_signal): Remove
13899 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
13900
13901 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
13902
13903 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
13904 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
13905 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
13906 Use SDATA.
13907
13908 * keymap.c: Remove all NS-specific code.
13909 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
13910 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
13911 where_is_preferred_modifier, return a different value depending on how
13912 preferred is the binding.
13913 (where_is_internal): Adjust accordingly.
13914 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
13915 Adjust to new preferred_sequence_p.
13916 (syms_of_keymap): Declare `where-is-preferred-modifier'.
13917 * keyboard.c (parse_solitary_modifier): Not static any more.
13918 * keyboard.h (parse_solitary_modifier): Declare.
13919
13920 2008-07-16 Andreas Schwab <schwab@suse.de>
13921
13922 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
13923 of easymenu.
13924
13925 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
13926
13927 * xdisp.c (move_it_in_display_line): Account for word wrap, so
13928 that we don't move off the line.
13929
13930 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
13931
13932 * keyboard.c (Qsuper): Remove.
13933 (parse_menu_item): Don't call where_is_internal specially for NS.
13934
13935 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
13936
13937 * s/gnu-linux.h: Remove boilerplate comments.
13938
13939 * m/alpha.h (__ELF__): Consolidate conditions.
13940
13941 * m/m68k.h (linux): Use GNU_LINUX instead.
13942 Remove boilerplate comments.
13943
13944 * m/intel386.h: Undo refactoring from previous change.
13945 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
13946 too, remove dead code.
13947 (linux): Use GNU_LINUX instead.
13948
13949 2008-07-16 Jason Rumney <jasonr@gnu.org>
13950
13951 * w32gui.h: Repeat 26 June changes lost by last change.
13952
13953 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
13954
13955 * systty.h: Remove code for Aix on 386, unsupported platform.
13956
13957 * s/ms-w32.h: Remove boilerplate comments.
13958 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
13959
13960 * s/gnu-linux.h (TERM): Remove support.
13961 (HAVE_SYSVIPC): Remove, unused.
13962 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
13963 for this system.
13964
13965 * process.c: Remove support for IRIS, unused.
13966 Remove support for TERM, not relevant anymore.
13967
13968 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
13969 used with the definition.
13970
13971 * s/aix4-2.h (static): Do not undef.
13972
13973 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
13974 only used on Aix.
13975 (HAVE_SYSVIPC): Remove, unused.
13976
13977 * m/hp800.h (CANNOT_DUMP): Do not undef.
13978
13979 * m/alpha.h: Fix comment.
13980
13981 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
13982 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
13983 used by this configuration.
13984 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
13985 * unexec.c: Remove code depending on HPUX and
13986 USG_SHARED_LIBRARIES, not used with this file. Remove code
13987 depending on IRIS, unused. Remove if 0-ed code.
13988
13989 * s/template.h: Remove comments about static.
13990
13991 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
13992 Remove if 0-ed code.
13993 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
13994 were the same as the default.
13995 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
13996 Remove boilerplate comments.
13997 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
13998 (HAVE_SYSVIPC): Remove, unused.
13999 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
14000
14001 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14002 Remove boilerplate comments.
14003 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14004 Remove boilerplate comments.
14005 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14006 Remove boilerplate comments.
14007 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
14008
14009 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
14010 USG systems which do not use DATA_SEG_BITS.
14011 Refactor code. Remove boilerplate comments.
14012
14013 * m/ibms390.h:
14014 * m/m68k.h:
14015 * s/bsd-common.h:
14016 * s/cygwin.h:
14017 * s/darwin.h:
14018 * s/freebsd.h:
14019 * s/gnu.h:
14020 * s/msdos.h: Remove boilerplate comments.
14021
14022 * m/iris4d.h: Remove boilerplate comments and code for systems that
14023 do not use this file.
14024 (IRIS_4D): Remove, unused.
14025
14026 * m/mips.h: Remove boilerplate comments and code for systems that
14027 do not use this file.
14028 (SIGN_EXTEND_CHAR):
14029 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
14030 * unexmips.c: Remove file, unused.
14031
14032 * editfns.c (Fuser_full_name): Replace the only use of
14033 USER_FULL_NAME with its value.
14034 * config.in: Regenerate.
14035
14036 2008-07-16 David Reitter <david.reitter@gmail.com>
14037
14038 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
14039 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
14040
14041 2008-07-16 Glenn Morris <rgm@gnu.org>
14042
14043 * emacs.c (system-type): Doc fix.
14044
14045 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
14046
14047 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
14048 If the cache doesn't work, let's fix it, rather than work around it.
14049
14050 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14051
14052 * Makefile.in: Correct additions for nsfont.o in last commit.
14053 * nsfont.m: New file (forgot last commit).
14054
14055 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
14056
14057 * callproc.c (set_initial_environment): Initialize
14058 Vprocess_environment under CANNOT_DUMP (fixes crash when
14059 batch-compiling for bootstrap).
14060
14061 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
14062 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14063
14064 * frame.c (make_initial_frame): Call init_frame_faces(f) in
14065 CANNOT_DUMP case -- fix crash due to different init order.
14066
14067 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14068
14069 Changes and additions for NeXTstep windowing system (Cocoa and
14070 GNUstep) support.
14071
14072 * Makefile.in:
14073 * config.in: Support defines and build commands for NS port.
14074 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
14075 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
14076 * dispextern.h: Include nsgui.h and add needed typedefs under NS
14077 windowing.
14078 (struct face): Add synth_ital field.
14079 * dispnew.c: Include nsterm.h when compiling under NS windowing.
14080 (init_display): Initialize Vinitial_window_system to "ns" when so
14081 compiled.
14082 * emacs.c: Include GSConfig.h when compiling under GNUstep.
14083 (display_arg): Use under NS.
14084 (main): Under NS, allocate autorelease pool and handle command line
14085 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
14086 (standard_args): Add NS-specific args.
14087 (shut_down_emacs): Shut down NS terminal if compiled under NS.
14088 * font.c (DEFAULT_ENCODING): New variable.
14089 (font_find_for_lface): Use it.
14090 (syms_of_font): Load syms_of_nsfont under NS.
14091 * font.h: Declare nsfont_driver when compiled under NS.
14092 * fontset.c: When compiling under NS, include nsterm.h.
14093 (fontset_from_font): Autoconstruct fontset under NS.
14094 * frame.c (various): Under NS, include nsterm.h, add Qns window system
14095 symbol, document and use it.
14096 (do_switch_frame): When for_deletion under Cocoa, add
14097 Fraise_frame(Qnil).
14098 (x_set_frame_parameters): Ensure font attribute changes are picked up.
14099 (x_get_arg): Allow "yes" and "no" as boolean values.
14100 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
14101 Qright under Cocoa.
14102 (focus-follows-mouse): Default to 0 under NS.
14103 * frame.h (enum output_method): Add output_ns.
14104 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
14105 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
14106 (FRAME_WINDOW_P): NS-specific definition.
14107 * fringe.c (max_used_fringe_bitmap): Make public.
14108 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
14109 (getloadavg): Use NeXT code under descendant OS's.
14110 * image.c (includes and header section, x_create_bitmap_from_data)
14111 (x_create_bitmap_from_file, free_bitmap_record, image_background)
14112 (image_background_transparent, x_clear_image_1)
14113 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
14114 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
14115 (x_to_xcolors, x_from_xcolors, x_disable_image)
14116 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
14117 other GUIs, including XPM support using code originally written for
14118 Carbon GUI.
14119 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
14120 using NS API.
14121 (image_ascent): Use font metrics macros instead of direct struct field
14122 access.
14123 * keyboard.c (includes): Add nsterm.h when compiling under NS.
14124 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
14125 Also, handle NS as GTK for menu bar purposes.
14126 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
14127 toolkit where they differ.
14128 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
14129 use cachelist, still needed under NS.
14130 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
14131 (struct widget_value): Define it here for menu.c.
14132 * keymap.c (includes): Include modifier internals.
14133 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
14134 NS.
14135 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
14136 support for preferring sequences using certain modifiers, specified by
14137 the FIRSTONLY argument.
14138 * lisp.h (hash_remove): Rename to avoid name clash when compiling
14139 under NS GNUstep implementation.
14140 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
14141 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
14142 * menu.c: Include nsterm.h under NS.
14143 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
14144 (free_menubar_widget_tree_value, update_submenu_strings)
14145 (find_and_call_menu_selection): Treat NS as X and NT.
14146 (find_and_return_menu_selection): New function, used for popup menus.
14147 * nsgui.h:
14148 * nsterm.h:
14149 * nsfns.m:
14150 * nsimage.m:
14151 * nsmenu.m:
14152 * nsselect.m:
14153 * nsterm.m: New files.
14154 * process.c (wait_reading_process_output): Under NS, call ns_select()
14155 instead of plain select().
14156 * syntax.c (char_quoted): Under NS, avoid a crash when called near
14157 beginning of buffer.
14158 * sysselect.h (init_process): Rename when compiling under Cocoa to
14159 avoid name conflict.
14160 * termhooks.h (display_info): Add ns_display_info to union.
14161 * terminal.c (Fterminal_live_p): Add ns to terminal types.
14162 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
14163 COCOA environment.
14164 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
14165 unexec() signature. (Note, this will dump, but the resulting file
14166 crashes; unexosx is used instead; keeping around for reference and
14167 possible aid in getting dump working under GNUstep.)
14168 * w32gui.h (button_type, widget_value): Remove definitions (now in
14169 keyboard.h).
14170 * window.c: Include nsterm.h when compiling under NS.
14171 * xdisp.c (includes): Include nsterm.h when compiling under NS.
14172 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
14173 other GUI windowing systems.
14174 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
14175 GTK.
14176 (x_consider_frame_title): Under NS, set icon type and frame
14177 modified-state indicator; use ns_set_name_as_filename() when using
14178 formatted title.
14179 (update_window_cursor): Make public when compiling under NS.
14180 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
14181 (hourglass_atimer, Vhourglass_delay
14182 * xfaces.c (header section, init_frame_faces, clear_font_table)
14183 (defined_color, unload_color, x_face_list_fonts)
14184 (prepare_face_for_display): Add NS support parallel to other GUIs.
14185 Emulate GCs like other non-X GUIs.
14186 (split_font_name): Don't lowercase font name under NS.
14187 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
14188 under NS.
14189 * s/darwin.h: Add support for compilation under NS.
14190
14191 2008-07-15 Jason Rumney <jasonr@gnu.org>
14192
14193 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
14194 (w32_show_hourglass): Rename from show_hourglass.
14195 (w32_hide_hourglass): Rename from hide_hourglass.
14196 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
14197 (Vhourglass_delay): Declare extern.
14198 (hourglass_started): Remove.
14199
14200 * xdisp.c (Vhourglass_delay): Remove static.
14201 (hourglass_started, start_hourglass, cancel_hourglass):
14202 Don't include these versions on WINDOWSNT.
14203
14204 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
14205
14206 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
14207 variables (formerly in xfns.c).
14208 (show_hourglass, hide_hourglass): New prototypes (same).
14209 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
14210 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
14211 in xfns.c).
14212 (syms_of_xdisp): Declare/initialize display-hourglass,
14213 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
14214 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
14215 formerly in xfns.c.
14216 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14217 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14218 (start_hourglass, cancel_hourglass): Remove.
14219 (show_hourglass, hide_hourglass): Remove prototypes and static
14220 modifiers.
14221 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
14222 hourglass_atimer, hourglass_shown_p declaration/initialization.
14223 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14224 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14225 (start_hourglass, cancel_hourglass): Remove.
14226 (show_hourglass, hide_hourglass): Remove prototypes and static
14227 modifiers.
14228 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
14229 hourglass_atimer, hourglass_shown_p declaration/initialization.
14230 * w32fns.c (display_hourglass_p, Vhourglass_delay)
14231 (DEFAULT_HOURGLASS_DELAY): Remove.
14232 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
14233 hourglass_shown_p declaration/initialization.
14234
14235 2008-07-14 Jason Rumney <jasonr@gnu.org>
14236
14237 * w32fns.c (w32_get_arg): Remove wrapper function.
14238 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
14239 directly.
14240 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
14241
14242 2008-07-14 Kenichi Handa <handa@m17n.org>
14243
14244 * xfont.c (xfont_open): Add workaround for X's bug.
14245
14246 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14247
14248 * fontset.c: Include <stdio.h> unconditionally.
14249
14250 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
14251
14252 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
14253 for filtering.
14254
14255 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
14256
14257 * s/vms.h: Use __GNUC__ instead of _GNUC_.
14258
14259 * m/macppc.h:
14260 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
14261
14262 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
14263 (SPECIAL_EMACS_INT):
14264 * m/ia64.h (SPECIAL_EMACS_INT):
14265 * m/amdx86-64.h (SPECIAL_EMACS_INT):
14266 * s/gnu.h (NLIST_STRUCT):
14267 * s/aix4-2.h (X11R5_INHIBIT_I18N):
14268 * s/gnu-linux.h (LINUX):
14269 * s/msdos.h (HAVE_FACES):
14270 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
14271
14272 * systty.h:
14273 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
14274 anymore.
14275
14276 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
14277
14278 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
14279 always defined as int.
14280
14281 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
14282 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
14283 * s/gnu-linux.h (HAVE_WAIT_HEADER):
14284 * s/freebsd.h (HAVE_WAIT_HEADER):
14285 * s/bsd-common.h (HAVE_UNION_WAIT):
14286 * s/aix4-2.h (HAVE_WAIT_HEADER):
14287 * m/mips.h (HAVE_UNION_WAIT):
14288 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
14289 (COFF, static): Do not define, they are undefined later in the file.
14290
14291 * process.c (update_status): Don't use a union.
14292 (status_convert):
14293 (sigchld_handler): Use int instead of WAITTYPE.
14294
14295 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
14296
14297 * indent.c (Fvertical_motion): Restore hscroll before moving to
14298 goal column.
14299
14300 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
14301
14302 * lisp.h: Remove left over code.
14303
14304 2008-07-11 Andreas Schwab <schwab@suse.de>
14305
14306 * lisp.h: Fix logic in last change.
14307
14308 * menu.h: New file.
14309 * menu.c: Include it.
14310 * xmenu.c: Likewise.
14311 * Makefile.in: Update dependencies.
14312
14313 2008-07-11 Kenichi Handa <handa@m17n.org>
14314
14315 * fontset.c (fontset_from_font): Cancel the previous change.
14316
14317 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
14318
14319 * lisp.h:
14320 * w32heap.c:
14321 * emacs.c:
14322 * alloc.c: Replace all references of NO_UNION_TYPE with
14323 USE_LISP_UNION_TYPE.
14324
14325 * m/xtensa.h (NO_UNION_TYPE):
14326 * m/vax.h (NO_UNION_TYPE):
14327 * m/template.h (NO_UNION_TYPE):
14328 * m/sparc.h (NO_UNION_TYPE):
14329 * m/mips.h (NO_UNION_TYPE):
14330 * m/macppc.h (NO_UNION_TYPE):
14331 * m/m68k.h (NO_UNION_TYPE):
14332 * m/iris4d.h (NO_UNION_TYPE):
14333 * m/intel386.h (NO_UNION_TYPE):
14334 * m/ibms390x.h (NO_UNION_TYPE):
14335 * m/ibms390.h (NO_UNION_TYPE):
14336 * m/ibmrs6000.h (NO_UNION_TYPE):
14337 * m/ia64.h (NO_UNION_TYPE):
14338 * m/hp800.h (NO_UNION_TYPE):
14339 * m/arm.h (NO_UNION_TYPE):
14340 * m/amdx86-64.h (NO_UNION_TYPE):
14341 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
14342 defining it the same.
14343
14344 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
14345
14346 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
14347
14348 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14349
14350 * fileio.c:
14351 * sysdep.c:
14352 * systty.h:
14353 * m/ibmrs6000.h:
14354 * m/iris4d.h:
14355 * s/aix4-2.h:
14356 * s/freebsd.h:
14357 * s/gnu-linux.h:
14358 * s/hpux10-20.h:
14359 * s/hpux11.h:
14360 * s/netbsd.h:
14361 * s/sol2-3.h:
14362 * s/sol2-4.h:
14363 * s/sol2.h:
14364 * s/usg5-4.h:
14365 * s/vms.h: Remove references to unused variables.
14366
14367 2008-07-10 Andreas Schwab <schwab@suse.de>
14368
14369 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
14370 pattern before matching the generic family.
14371
14372 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
14373
14374 * unexec.c:
14375 * s/vms.h:
14376 * s/usg5-4-2.h:
14377 * s/sol2-5.h:
14378 * s/freebsd.h:
14379 * s/darwin.h: Remove dead code.
14380
14381 * m/template.h:
14382 * m/sparc.h:
14383 * m/mips.h:
14384 * m/m68k.h:
14385 * m/iris4d.h:
14386 * m/intel386.h:
14387 * m/ibms390x.h:
14388 * m/ibms390.h:
14389 * m/ia64.h:
14390 * m/hp800.h:
14391 * m/arm.h:
14392 * m/amdx86-64.h: Remove dead code and references to unused
14393 and compiler defined symbols.
14394
14395 * unexmips.c:
14396 * unexelf.c: Remove references to desupported systems.
14397
14398 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
14399
14400 * m/powermac.h: Remove boilerplate comments.
14401 (NO_REMAP): Remove unused definition.
14402
14403 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
14404 define them.
14405
14406 2008-07-10 Kenichi Handa <handa@m17n.org>
14407
14408 * xfont.c (xfont_open): Log the reason of failure.
14409
14410 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
14411
14412 * fontset.c (fontset_get_font_group):
14413 * font.c (font_check_otf): Specify argument types.
14414
14415 2008-07-09 Kenichi Handa <handa@m17n.org>
14416
14417 * coding.c (detect_coding_utf_8): Set detect_info->found only when
14418 non-ASCII char is found.
14419
14420 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
14421 (reorder_font_vector): Change the arg preferred_family to font.
14422 Prefer the spec matching with font.
14423 (fontset_get_font_group): New function.
14424 (fontset_find_font): Change the format of an element of a realized
14425 fontset. Use fontset_get_font_group.
14426 (fontset_font): Try the current fontset, the default fontset, the
14427 fallbacks of the current fontset, and the fallbacks of the default
14428 fontset in this order.
14429 (face_for_char): Delete the shortcut to use the current font.
14430 (fontset_from_font): Don't set fonts for Latin in the fontset.
14431
14432 * font.h (font_make_object, font_match_p): Adjust prototypes.
14433
14434 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
14435
14436 * font.c (font_make_object): New arg entity and pixelsize.
14437 (font_check_otf_features, font_check_otf): New functions.
14438 (font_match_p): Check :lang, :script, and :otf properties.
14439
14440 * xfont.c (xfont_open): Adjust it for the change of
14441 font_make_object.
14442 (xfont_text_extents): Fix initial setting of metrics.
14443
14444 * ftfont.c (struct ftfont_info): New member index, delete member
14445 fc_charset_idx. Make the member order compatible with struct
14446 xftfont_info.
14447 (fc_charset_table): Change charset names to registry names.
14448 (ftfont_pattern_entity): Delete the args registry and
14449 fc_charset_idx. Change the value of :font-entity property
14450 to (FONTNAME . INDEX). Always set :registry property to
14451 `iso10646-1'.
14452 (struct ftfont_cache_data): New struct.
14453 (ftfont_lookup_cache): New arg for_face.
14454 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
14455 (ftfont_driver): Set the member otf_capability.
14456 (ftfont_get_charset): Adjust it for the change of
14457 fc_charset_table.
14458 (OTF_TAG_SYM): New macro.
14459 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
14460 for the change of fc_charset_table.
14461 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
14462 ftfont_pattern_entity. Add FC_INDEX to objset.
14463 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
14464 and ftfont_pattern_entity.
14465 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
14466 font_make_object, struct ftfont_info.
14467 (ftfont_has_char): Use ftfont_get_fc_charset.
14468 (ftfont_otf_features, ftfont_otf_capability): New functions.
14469 (ftfont_shape): Use ftfont_get_otf.
14470 (ftfont_text_extents): Fix initial setting of metrics.
14471
14472 * xftfont.c (struct xftfont_info): New member ft_size. Make the
14473 member order compatible with struct ftfont_info.
14474 (xftfont_open): Add FC_CHARSET to the pattern. Set
14475 xftfont_info->ft_size. Don't unlock the face. Check BDF
14476 properties if appropriate.
14477 (xftfont_close): Unlock the face.
14478 (xftfont_anchor_point, xftfont_shape): Deleted.
14479 (syms_of_xftfont): Don't set members anchor_point and shape of
14480 xftfont_driver.
14481
14482 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
14483 font_make_object.
14484
14485 * w32font.c (w32font_open): Adjust it for the change of
14486 font_make_object.
14487 (w32font_open_internal): Don't set properties of font_object here.
14488
14489 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
14490
14491 * macfns.c (x_create_tip_frame):
14492 * w32fns.c (x_create_tip_frame):
14493 * xfns.c (x_create_tip_frame): Pass parameter argument to
14494 face-set-after-frame-default.
14495
14496 * xfaces.c (Finternal_merge_in_global_face): Save merged
14497 attributes for the default face back into the face vector.
14498
14499 2008-07-08 Andreas Schwab <schwab@suse.de>
14500
14501 * fontset.h: Declare fontset_from_font. Don't declare
14502 new_fontset_from_font and fontset_from_font_name.
14503 * xterm.c: Include "fontset.h".
14504 * Makefile.in (xterm.o): Update dependencies.
14505
14506 2008-07-08 Glenn Morris <rgm@gnu.org>
14507
14508 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
14509 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
14510
14511 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
14512
14513 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
14514 (x_set_frame_parameters): Don't bind it.
14515
14516 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
14517
14518 * w32fns.c (map_w32_filename): Declare extern.
14519
14520 2008-07-07 Jason Rumney <jasonr@gnu.org>
14521
14522 * w32term.c (WS_EX_LAYERED): Define if not already.
14523
14524 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
14525
14526 * xfaces.c (set_font_frame_param): Don't try to set the font
14527 parameter if it is still unspecified in the lface.
14528
14529 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
14530
14531 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
14532 face if it didn't already exist.
14533
14534 * xdisp.c (try_window_id): Give up if word-wrapping is on.
14535
14536 2008-07-05 Andreas Schwab <schwab@suse.de>
14537
14538 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
14539
14540 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
14541
14542 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
14543 word-wrapping.
14544 (IT_DISPLAYING_WHITESPACE): New macro.
14545 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
14546 when word-wrapping. Simplify word-wrapping logic. Use correct
14547 pixel positions when saving copies of the iterator.
14548 (display_line): Use proper wrap point if the last character on a
14549 line was preceded by whitespace.
14550
14551 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14552
14553 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
14554
14555 2008-07-04 Kenichi Handa <handa@m17n.org>
14556
14557 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
14558
14559 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
14560
14561 2008-07-02 Jason Rumney <jasonr@gnu.org>
14562
14563 * xfns.c (syms_of_xfns): Only define x-select-font when both
14564 HAVE_FREETYPE and USE_GTK.
14565
14566 * xdisp.c (next_element_from_display_vector): Move assignment out
14567 of if statement.
14568
14569 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
14570
14571 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
14572
14573 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
14574 (syms_of_fileio): Initialize and export them.
14575 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
14576
14577 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
14578 (Fsystem_move_file_to_trash): New function.
14579 (syms_of_w32fns): Export it to lisp.
14580
14581 2008-07-01 Jason Rumney <jasonr@gnu.org>
14582
14583 * w32font.c (w32font_text_extents): Don't count overhang as part
14584 of width.
14585
14586 2008-06-30 Miles Bader <miles@gnu.org>
14587
14588 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
14589 Add `avoid_cursor_p' field.
14590
14591 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
14592 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
14593 (append_glyph, append_composite_glyph, produce_image_glyph)
14594 (append_stretch_glyph): Initialize avoid_cursor_p.
14595 (get_it_property): Rename from `get_line_height_property'.
14596 (x_produce_glyphs): Use get_it_property.
14597 (handle_line_prefix, push_display_prop): New functions.
14598 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
14599 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
14600 New variables.
14601 (syms_of_xdisp): Initialize them.
14602
14603 2008-06-30 Kenichi Handa <handa@m17n.org>
14604
14605 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
14606 XftDefaultSubstitute (they are called in XftFontMatch).
14607 (xftfont_open): Fix args to ftfont_font_format.
14608
14609 * ftfont.c (fc_charset_table): New member lang.
14610 (ftfont_resolve_generic_family): New arg pattern.
14611 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
14612 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
14613 (ftfont_open): Fix args to ftfont_font_format.
14614 (ftfont_font_format): New arg filename.
14615
14616 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
14617
14618 * xfaces.c (Finternal_merge_in_global_face): If default face was
14619 modified, realize it again. Update the font face attribute.
14620
14621 2008-06-29 Jason Rumney <jasonr@gnu.org>
14622
14623 * w32term.c (x_set_frame_alpha): Fix logic.
14624
14625 2008-06-29 Kenichi Handa <handa@m17n.org>
14626
14627 * fontset.c (Finternal_char_font): Return font-object instead of
14628 font-name.
14629
14630 * composite.c (get_composition_id): Fix the width calculation for TAB.
14631
14632 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14633
14634 * indent.c (Fvertical_motion): Properly handle float column arg.
14635
14636 2008-06-28 Jason Rumney <jasonr@gnu.org>
14637
14638 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
14639 (pfnSetLayeredWindowAttributes): New function pointer.
14640 (w32_initialize): Initialize it when supported.
14641 (x_set_frame_alpha): New function.
14642
14643 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
14644 (w32_frame_parm_handlers): Set alpha handler.
14645
14646 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
14647
14648 2008-06-27 Jason Rumney <jasonr@gnu.org>
14649
14650 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
14651 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
14652 (w32_to_x_charset, x_to_w32_charset)
14653 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
14654 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
14655 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
14656 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
14657 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
14658 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
14659 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
14660 (Qw32_charset_unicode): Remove.
14661 (syms_of_w32fns): Update for above changes.
14662
14663 * w32font.c (w32_to_x_charset, x_to_w32_charset)
14664 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
14665 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
14666 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
14667 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
14668 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
14669 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
14670 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
14671 (syms_of_w32font): Update for above changes.
14672
14673 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
14674
14675 * s/usg5-4.h: Fix previous change: keep the correct branch of a
14676 removed #if.
14677 (USG_SHARED_LIBRARIES): Remove duplicate definition.
14678
14679 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
14680 Eli Zaretskii <eliz@gnu.org>
14681
14682 * makefile.w32-in (LOCAL_FLAGS):
14683 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
14684
14685 * sysdep.c (_spawnlp, _getpid):
14686 Declare with explicit _cdecl instead of _CRTAPI1.
14687
14688 * editfns.c (Fget_internal_run_time):
14689 Check for WINDOWSNT with #ifdef, not #if.
14690
14691 2008-06-26 Jason Rumney <jasonr@gnu.org>
14692
14693 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
14694
14695 * w32term.c (x_draw_glyph_string_foreground)
14696 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
14697 Use FONT_HANDLE macro.
14698 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
14699
14700 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
14701 (uniscribe_encode_char): Use FONT_HANDLE macro.
14702
14703 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
14704 (w32font_text_extents): Use precast w32_font.
14705 (w32font_close): Free cached metrics.
14706 (w32font_open_internal): Allocate space for name on stack.
14707
14708 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
14709
14710 * xdisp.c (extend_face_to_end_of_line): Fix last change.
14711
14712 2008-06-26 Jason Rumney <jasonr@gnu.org>
14713
14714 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
14715 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
14716
14717 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
14718
14719 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
14720
14721 2008-06-26 Jason Rumney <jasonr@gnu.org>
14722
14723 * w32bdf.c, w32bdf.h: Remove obsolete files.
14724
14725 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
14726
14727 * w32gui.h: Don't include w32bdf.h.
14728 (XCharStruct, enum w32_char_font_type, W32FontStruct):
14729 Remove obsolete font support.
14730
14731 * w32font.h (struct w32font_info): Remove compat_w32_font.
14732 Add hfont member.
14733 (FONT_COMPAT): Remove obsolete macro.
14734
14735 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
14736 (w32font_encode_char, w32font_text_extents): Use new hfont member.
14737 (w32font_open_internal): Remove compat code. Set new hfont member.
14738 (Fx_select_font): Use new hfont member.
14739
14740 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
14741 (uniscribe_encode_char): Use new hfont member.
14742
14743 * w32term.c (x_draw_glyph_string_foreground)
14744 (x_draw_composite_glyph_string_foreground): Use new hfont member.
14745 (x_draw_glyph_string): Use metrics in w32font_info.
14746
14747 2008-06-26 Kenichi Handa <handa@m17n.org>
14748
14749 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
14750
14751 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
14752
14753 * unexnext.c:
14754 * m/ews4800.h:
14755 * m/hp9000s300.h:
14756 * m/ibm370aix.h:
14757 * m/mips-siemens.h:
14758 * m/ncr386.h:
14759 * m/next.h:
14760 * m/pmax.h:
14761 * m/powerpcle.h:
14762 * m/tandem-s2.h:
14763 * s/386bsd.h:
14764 * s/bsd386.h:
14765 * s/bsd4-1.h:
14766 * s/bsd4-2.h:
14767 * s/bsdos2-1.h:
14768 * s/bsdos2.h:
14769 * s/bsdos3.h:
14770 * s/bsdos4.h:
14771 * s/nextstep.h:
14772 * s/ultrix4-3.h:
14773 * s/usg5-0.h:
14774 * s/usg5-2-2.h:
14775 * s/usg5-2.h:
14776 * s/usg5-4-3.h:
14777 * s/ux4800.h:
14778 * s/uxpds.h:
14779 * s/uxpv.h: Remove support for obsolete systems.
14780 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
14781 Remove, insert contents in s/hpux10-20.h.
14782 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
14783 Remove, insert contents in s/aix4-2.h.
14784 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
14785 * s/bsd4-3.h: Rename to ...
14786 * s/bsd-common.h: ... this.
14787 * data.c:
14788 * doc.c:
14789 * ecrt0.c:
14790 * emacs.c:
14791 * fileio.c:
14792 * floatfns.c:
14793 * keyboard.c:
14794 * mem-limits.h:
14795 * print.c:
14796 * process.c:
14797 * sysdep.c:
14798 * syssignal.h:
14799 * systty.h:
14800 * syswait.h:
14801 * term.c:
14802 * unexec.c:
14803 * unexelf.c:
14804 * unexhp9k800.c:
14805 * m/hp800.h:
14806 * m/ibmrs6000.h:
14807 * m/mips.h:
14808 * m/vax.h:
14809 * s/darwin.h:
14810 * s/freebsd.h:
14811 * s/gnu.h:
14812 * s/ms-w32.h:
14813 * s/msdos.h:
14814 * s/netbsd.h:
14815 * s/template.h: Remove references to obsolete variables.
14816
14817 * Makefile.in: Add dependencies for all unexec files.
14818 (admindir): Remove unused variable.
14819 (UNEXEC_SRC): Remove references.
14820
14821 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
14822
14823 * xfns.c (x_default_font_parameter): If Xft is available, first
14824 try Monospace-12 for the default font.
14825
14826 2008-06-25 Jason Rumney <jasonr@gnu.org>
14827
14828 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
14829
14830 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
14831
14832 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
14833
14834 * buffer.c (syms_of_buffer): Remove default-word-wrap.
14835
14836 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
14837
14838 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
14839 <scroll-conservatively>: Fix typo in docstring.
14840
14841 * xselect.c (Fx_send_client_event): Doc fix.
14842
14843 2008-06-25 Kenichi Handa <handa@m17n.org>
14844
14845 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
14846
14847 * font.c (font_parse_fcname): Remove unused variables.
14848 (font_sort_entites): Delete the arg SPEC. Caller changed.
14849 Fix for the case of ! best_only.
14850 (font_delete_unmatched): Check DPI and AVGWIDTH too.
14851
14852 * lisp.h (Fstring_to_unibyte): EXFUN it.
14853
14854 * character.h (str_to_unibyte): Extern it.
14855
14856 * character.c (str_to_unibyte): New function.
14857
14858 * fns.c (Fstring_to_unibyte): New function.
14859 (syms_of_fns): Defsubr it.
14860
14861 2008-06-24 Kenichi Handa <handa@m17n.org>
14862
14863 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
14864 DPI too.
14865 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
14866
14867 2008-06-24 Andreas Schwab <schwab@suse.de>
14868
14869 * Makefile.in (${lispsource}loaddefs.el): Rename from
14870 ../lisp/loaddefs.el.
14871 (bootstrap-clean): Do what distclean does but don't remove
14872 Makefile.
14873 (distclean): Depend on bootstrap-clean and remove Makefile.
14874
14875 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
14876
14877 * buffer.h (struct buffer): New member word_wrap.
14878
14879 * buffer.c (syms_of_buffer): New variables default-word-wrap and
14880 word-wrap.
14881 (init_buffer_once): Initialize them.
14882
14883 * dispextern.h (struct it): Replace bool truncate_lines_p with a
14884 line_wrap enum possessing three possible values.
14885
14886 * termopts.h: Replace truncate_partial_width_windows with
14887 Vtruncate_partial_width_windows.
14888
14889 * dispnew.c (direct_output_for_insert): Avoid direct output when
14890 inserting a space with word wrap on.
14891
14892 * indent.c (compute_motion): Obey integer values of
14893 truncate-partial-width-windows.
14894
14895 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
14896 replacing truncate_partial_width_windows.
14897 (init_iterator): If Vtruncate_partial_width_windows is an integer,
14898 truncate only if the window width is below that integer.
14899 (start_display, resize_mini_window, produce_stretch_glyph)
14900 (display_string, move_it_in_display_line_to): Use line_wrap.
14901 (back_to_previous_visible_line_start, reseat_1): Reset
14902 string_from_display_prop_p.
14903 (display_line): Extend default face to end of line when wrapping.
14904
14905 2008-06-24 Kim F. Storm <storm@cua.dk>
14906
14907 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
14908 to wrap continued lines at word boundaries.
14909
14910 2008-06-24 Jason Rumney <jasonr@gnu.org>
14911
14912 * font.c (Ffont_face_attributes): Multiply pixel size before point
14913 conversion to avoid multiplying rounding error.
14914
14915 2008-06-23 Jason Rumney <jasonr@gnu.org>
14916
14917 * w32term.c (x_draw_glyph_string_background)
14918 (x_draw_glyph_string): Remove old bdf font code.
14919
14920 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
14921
14922 2008-06-22 Kenichi Handa <handa@m17n.org>
14923
14924 * font.c (font_find_for_lface): Try the adstyle specified in
14925 the property of LFACE_FONT of LFACE (if any).
14926
14927 2008-06-21 Seiji Zenitani <zenitani@mac.com>
14928 Ryo Yoshitake <ryo@shiftmode.net>
14929
14930 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
14931
14932 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
14933
14934 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
14935 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
14936 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
14937 (witness-emacs): Remove.
14938 (lisp, shortlisp): Move loaddefs.el earlier.
14939 (mostlyclean): Forget about witness-emacs.
14940
14941 2008-06-22 Glenn Morris <rgm@gnu.org>
14942
14943 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
14944 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
14945
14946 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14947
14948 * Makefile.in (PRECOMP): Remove.
14949 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
14950 (witness-emacs): Run `compile-first'.
14951 (.el.elc): Use the new compile-onefile target.
14952
14953 2008-06-21 Kenichi Handa <handa@m17n.org>
14954
14955 * xftfont.c (xftfont_open): Handle QCembolden only when
14956 FC_EMBOLDEN is defined.
14957
14958 2008-06-21 Andreas Schwab <schwab@suse.de>
14959
14960 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
14961 (.el.elc): Likewise.
14962
14963 2008-06-21 Miles Bader <miles@gnu.org>
14964
14965 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
14966 build dir, not the lisp source dir.
14967
14968 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14969
14970 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
14971 (bootstrapclean): Remove.
14972 (.el.elc): New rule.
14973 (PRECOMP): New var.
14974 (../lisp/subdirs.el): Remove.
14975 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
14976 (witness-emacs): New target.
14977 (mostlyclean): Remove witness-emacs as well.
14978 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
14979 Add witness-emacs dependency.
14980
14981 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
14982
14983 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
14984 defined by the font.
14985
14986 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14987
14988 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
14989 (bootstrap-clean): New target that keeps TAGS around.
14990 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
14991 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
14992
14993 2008-06-20 Jason Rumney <jasonr@gnu.org>
14994
14995 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
14996 Remove obsolete font code.
14997
14998 * w32font.c (font_matches_spec): Use csb bitfield from font signature
14999 to determine language support.
15000
15001 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15002
15003 * sysdep.c (cfsetspeed): New fun extracted from the code.
15004 (cfmakeraw): Move before first use.
15005
15006 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
15007
15008 * sysdep.c (cfmakeraw): Provide fallback implementation.
15009 (serial_configure): Provide fallback implementation of cfsetspeed.
15010
15011 2008-06-20 Kenichi Handa <handa@m17n.org>
15012
15013 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
15014 the pattern.
15015
15016 * fontset.c (fontset_from_font): Copy font_spec before changing
15017 the elements.
15018
15019 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
15020
15021 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15022
15023 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
15024 for explicit `font' parameters.
15025
15026 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
15027
15028 2008-06-19 Kenichi Handa <handa@m17n.org>
15029
15030 * frame.c: Include <ctype.h>.
15031 (x_set_font_backend): Allow spacing characters in the X resource
15032 for FontBackend.
15033
15034 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
15035
15036 * w32fns.c, xfns.c (Qfont_param): New var.
15037 (syms_of_w32fns): Initialize it.
15038 (x_default_font_parameter): Record explicit `font' into
15039 `font-parameter'.
15040
15041 2008-06-18 Kenichi Handa <handa@m17n.org>
15042
15043 * font.c (font_parse_xlfd): Fix previous change.
15044 (font_parse_fcname): Don't use :fc-unknown-spec.
15045 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
15046 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
15047 (font_add_log): Prepend the driver name to the resulting fonts.
15048
15049 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
15050 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
15051 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
15052
15053 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
15054 (QCembolden): New variables.
15055 (syms_of_xftfont): DEFSYM them.
15056 (xftfont_open): Call XftFontMatch. Don't trust the result of
15057 XftTextExtents8 if the pixel_size is less than 5.
15058
15059 2008-06-18 Andreas Schwab <schwab@suse.de>
15060
15061 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
15062 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
15063
15064 2008-06-18 Jason Rumney <jasonr@gnu.org>
15065
15066 * w32font.c (w32font_list, w32font_match): Add logging.
15067
15068 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
15069
15070 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
15071
15072 * font.c (font_parse_fcname): Store divider characters for
15073 unknown-spec list. For known key symbols, intern using correct
15074 symbol name.
15075
15076 2008-06-17 Kenichi Handa <handa@m17n.org>
15077
15078 * xfaces.c (realize_default_face): If the frame is not on window
15079 system, set the fontset of face to nil.
15080
15081 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
15082
15083 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
15084
15085 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
15086
15087 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
15088 (build_font_name_from_vector): Delete externs.
15089
15090 * xfaces.c (struct font_name): Don't declare.
15091
15092 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
15093
15094 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
15095
15096 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
15097
15098 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
15099
15100 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
15101
15102 * font.c (Ffont_spec): Fix usage in docstring.
15103 (Ffont_face_attributes): Doc fix.
15104
15105 2008-06-16 Andreas Schwab <schwab@suse.de>
15106
15107 * font.c (Ffont_face_attributes): Fix definition.
15108
15109 2008-06-16 Jason Rumney <jasonr@gnu.org>
15110
15111 * font.h (font_style_symbolic_from_value): Remove.
15112
15113 * font.c (font_style_symbolic_from_value): Remove.
15114 (font_style_symbolic): Revert to pre 2008-06-13 version.
15115
15116 * w32font.c (w32_to_fc_weight): New function.
15117 (w32font_full_name, logfont_to_fcname): Use it.
15118
15119 2008-06-16 Kenichi Handa <handa@m17n.org>
15120
15121 * font.c (font_check_object): Delete it.
15122 (font_clear_cache): Check if a font-object is alive.
15123 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
15124 font-object to nil.
15125 (font_close_object): Don't check FONT_CLOSE_OBJECT.
15126 (font_at): Don't call font_check_object.
15127 (Ffont_get): Return a symbol for :weight, :slant, and :width.
15128
15129 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15130
15131 * puresize.h (BASE_PURESIZE): Increase to 1230000.
15132
15133 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
15134
15135 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
15136
15137 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
15138
15139 * font.c (font_parse_fcname): Only one decimal point.
15140 (font_unparse_fcname): Handle data in family and foundry indices
15141 as symbols, not strings.
15142 (font_unparse_gtkname, Ffont_face_attributes): New functions.
15143
15144 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
15145
15146 * font.h (font_unparse_gtkname): Add prototype.
15147
15148 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
15149
15150 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
15151
15152 2008-06-15 Andreas Schwab <schwab@suse.de>
15153
15154 * font.c (font_update_drivers): Fix crash when no drivers match.
15155
15156 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15157
15158 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
15159 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
15160
15161 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15162
15163 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
15164
15165 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15166
15167 * process.c (Fserial_process_configure, Fprocess_send_eof):
15168 Use EQ to compare Lisp_Objects.
15169
15170 2008-06-13 Jason Rumney <jasonr@gnu.org>
15171
15172 * w32fns.c (Fw32_select_font): Remove old font API function.
15173
15174 * w32font.c (logfont_to_fcname): New function.
15175 (Fx_select_font): New font dialog function compatible with
15176 GTK/fontconfig version.
15177
15178 * font.c (font_style_symbolic_from_value): New function.
15179 (font_style_symbolic): Use it.
15180
15181 * font.h (font_style_symbolic_from_value): Declare new function.
15182
15183 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
15184
15185 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
15186 <font-width-table>: Fix typos in docstrings.
15187
15188 2008-06-13 Daniel Engeler <engeler@gmail.com>
15189
15190 These changes add serial port access.
15191 * process.c: Add HAVE_SERIAL.
15192 (Fdelete_process, Fprocess_status, Fset_process_buffer)
15193 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
15194 (list_processes_1, select_wrapper, Fstop_process)
15195 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
15196 (status_notify): Modify to handle serial processes.
15197 [HAVE_SERIAL] (Fserial_process_configure)
15198 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
15199 New functions.
15200 * process.h (struct Lisp_Process): Add `type'.
15201 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
15202 New functions.
15203 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
15204 serial ports.
15205 (serial_open, serial_configure): New functions.
15206 * w32.h: Add FILE_SERIAL.
15207 (struct _child_process): Add ovl_read, ovl_write.
15208
15209 2008-06-13 Kenichi Handa <handa@m17n.org>
15210
15211 * dispextern.h (enum lface_attribute_index): New member
15212 LFACE_FOUNDRY_INDEX.
15213
15214 * font.c (font_score): Delete arg alternate_families. Check only
15215 weight, slant, width, and size. Ignore the difference of alias
15216 style symbols.
15217 (font_sort_entites): Adjust for the above change. Reflect the
15218 order of font-driver to scores.
15219 (font_list_entities): Don't check alternate_familes here.
15220 (font_clear_prop): Handle foundry.
15221 (font_update_lface): Don't parse "foundry-family" form here.
15222 Handle FONT_FOUNDRY_INDEX.
15223 (font_find_for_lface): Likewise. Handle alternate families here.
15224 If registry is nil, try iso8859-1 and ascii-0.
15225 (font_open_for_lface): Pay attention to size in ENTITY.
15226 (font_open_by_name): Simplify by calling font_load_for_lface.
15227 (free_font_driver_list): Delete it.
15228 (font_update_drivers): Preserve the order of backends.
15229 (syms_of_font): Setting of sort_shift_bits adjusted for the change
15230 of font_score and font_sort_entites.
15231 (font_update_sort_order): Likewise.
15232
15233 * xfaces.c (LFACE_FOUNDRY): New macro.
15234 (check_lface_attrs): Check foundry.
15235 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
15236 (merge_face_vectors): Check foundry.
15237 (merge_face_ref): Likewise.
15238 (Finternal_set_lisp_face_attribute): Likewise.
15239 (x_update_menu_appearance): Likewise.
15240 (Finternal_get_lisp_face_attribute): Likewise.
15241 (lface_hash): Likewise.
15242 (lface_same_font_attributes_p): Likewise.
15243 (x_supports_face_attributes_p): Likewise.
15244 (tty_supports_face_attributes_p): Likewise.
15245 (Finternal_set_alternative_font_family_alist): Intern strings.
15246 (Finternal_set_alternative_font_registry_alist): Downcase strings.
15247 (realize_default_face): Set LFACE_FOUNDRY (lface).
15248
15249 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
15250 font-driver at first.
15251
15252 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
15253
15254 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15255
15256 * lread.c (Fload): Use xfree, not free on saved_doc_string.
15257
15258 2008-06-12 Jim Meyering <meyering@redhat.com>
15259
15260 Make unexec_free handle NULL the same way free does.
15261 * unexmacosx.c (unexec_free): Ignore a NULL argument.
15262
15263 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
15264
15265 * character.h (CHAR_TO_BYTE_SAFE): New macro.
15266 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
15267 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
15268 (WEAK_ALIAS): Simplify.
15269 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
15270 when searching a unibyte buffer.
15271
15272 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
15273
15274 * xfns.c (Fx_select_font): Rename from x-font-dialog.
15275
15276 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
15277
15278 * w32font.c: Include ctype.h.
15279
15280 2008-06-11 Jason Rumney <jasonr@gnu.org>
15281
15282 * w32font.c (w32font_encode_char): Detect missing glyphs that are
15283 misreported as space.
15284 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
15285 as aliases for registry iso10646-1.
15286
15287 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
15288
15289 * buffer.c (clone_per_buffer_values): Skip `name'.
15290
15291 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
15292
15293 * font.c (font_parse_fcname): Fix last change; accept decimal
15294 points in font size.
15295
15296 2008-06-10 Jason Rumney <jasonr@gnu.org>
15297
15298 * w32uniscribe.c (add_opentype_font_name_to_list):
15299 Skip non unicode fonts.
15300
15301 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
15302
15303 * xfns.c (Fx_font_dialog): New function.
15304
15305 * gtkutil.c (xg_dialog_response_cb): Rename from
15306 xg_file_response_callback.
15307 (pop_down_dialog): Rename from pop_down_file_dialog.
15308 (xg_get_file_name): Callers changed.
15309 (xg_get_font_name): New function.
15310
15311 * gtkutil.h (xg_get_font_name): Insert prototype.
15312
15313 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15314
15315 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
15316 x_underline_minimum_display_offset.
15317 (syms_of_xdisp): Declare it here rather than in xterm.c.
15318 * dispextern.h (underline_minimum_offset): Declare it.
15319 * w32term.c (x_draw_glyph_string): Use it.
15320 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
15321 (syms_of_xterm): Don't declare it any more.
15322 (x_draw_glyph_string): Adjust to the new name.
15323
15324 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
15325
15326 * xterm.c (x_underline_minimum_display_offset): New var.
15327 (x_draw_glyph_string): Use it.
15328 (syms_of_xterm): Declare it.
15329
15330 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
15331
15332 * font.c (font_parse_fcname): Accept GTK-style font names too.
15333
15334 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
15335
15336 * dired.c (file_name_completion): Don't return t if the match is exact
15337 but with different capitalization.
15338 * minibuf.c (Ftry_completion): Simplify.
15339
15340 * window.c (Vwindow_point_insertion_type): New var.
15341 (set_window_buffer): Use it.
15342 (syms_of_window): Init and export it to Lisp.
15343
15344 2008-06-10 Kenichi Handa <handa@m17n.org>
15345
15346 * font.h (font_intern_prop): Prototype adjusted.
15347
15348 * font.c (font_intern_prop): New arg force_symbol.
15349 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
15350 Adjust for the change of font_intern_prop.
15351
15352 * ftfont.c (ftfont_pattern_entity):
15353 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
15354 (w32_registry):
15355 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
15356 the change of font_intern_prop.
15357
15358 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
15359
15360 * w32menu.c (digest_single_submenu): Declare extern.
15361
15362 2008-06-09 Jason Rumney <jasonr@gnu.org>
15363
15364 * w32term.c (x_make_frame_visible): Use alternate restore flags.
15365
15366 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
15367 (parse_single_submenu): Remove.
15368 (digest_single_submenu): Remove.
15369 (syms_of_w32menu): Don't initialise variables that have moved
15370 to menu.c.
15371 (set_frame_menubar): Sync with version in xmenu.c.
15372 (w32_menu_show): Sync with xmenu_show in xmenu.c.
15373
15374 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
15375 Make static again.
15376
15377 2008-06-09 Jason Rumney <jasonr@gnu.org>
15378
15379 Changes to w32 files related to the move of common menu code
15380 to menu.c on 2008-06-08 by Chong Yidong.
15381
15382 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
15383 defs to w32gui.h.
15384 (single_keymap_panes, push_menu_item, push_menu_pane):
15385 Make globally visible.
15386
15387 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
15388 (local_free, malloc_widget_value, free_widget_value)
15389 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
15390 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
15391 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
15392 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
15393 (menu_items, menu_items_allocated, menu_items_used)
15394 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
15395 (init_menu_items, finish_menu_items, discard_menu_items)
15396 (grow_menu_items, push_submenu_start, push_submenu_end)
15397 (push_left_right_boundary, push_menu_pane, push_menu_item)
15398 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
15399 (free_menubar_widget_tree_value, parse_single_submenu)
15400 (update_submenu_strings): Remove functions.
15401 (xmalloc_widget_value): Remove and declare extern.
15402
15403 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
15404 (OBJ1): Build it.
15405
15406 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
15407 (local_heap, local_alloc, local_free, malloc_widget_value)
15408 (free_widget_value): Define here.
15409
15410 2008-06-09 Kenichi Handa <handa@m17n.org>
15411
15412 * font.h (Qascii_0): Extern it.
15413
15414 * font.c (Qascii_0): New variable.
15415 (syms_of_font): DEFSYM it.
15416 (font_open_by_name): If the registry "iso8859-1" fails, try also
15417 "ascii-0".
15418
15419 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
15420
15421 2008-06-08 Kenichi Handa <handa@m17n.org>
15422
15423 * .gdbinit (xfont): New command.
15424
15425 2008-06-08 Andreas Schwab <schwab@suse.de>
15426
15427 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
15428 * Makefile.in (menu.o): Update dependencies.
15429
15430 * Makefile.in (obj): Always add menu.o.
15431 * emacs.c (main): Always call syms_of_menu.
15432 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
15433
15434 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
15435
15436 * Makefile.in: Compile menu.c.
15437
15438 * lisp.h: Declare syms_of_menu.
15439
15440 * emacs.c (main): Call syms_of_menu.
15441
15442 * keyboard.h: Relocate platform-independent menu definitions from
15443 xmenu.c.
15444
15445 * menu.c: New file. Relocate platform-independent menu
15446 definitions from xmenu.c. Suggested by Adrian Robert.
15447
15448 * xmenu.c: Remove platform-independent menu definitions.
15449 (menu_items, menu_items_inuse, menu_items_allocated)
15450 (menu_items_used, menu_items_n_panes)
15451 (menu_items_submenu_depth): Move to keyboard.h.
15452 (init_menu_items, finish_menu_items, unuse_menu_items)
15453 (discard_menu_items, restore_menu_items, save_menu_items)
15454 (grow_menu_items, push_submenu_start, push_submenu_end)
15455 (push_left_right_boundary, push_menu_pane, push_menu_item)
15456 (keymap_panes, single_keymap_panes, single_menu_item)
15457 (list_of_panes, list_of_items, find_and_call_menu_selection)
15458 (xmalloc_widget_value, free_menubar_widget_value_tree)
15459 (parse_single_submenu, digest_single_submenu)
15460 (update_submenu_strings): Move to menu.c.
15461
15462 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
15463
15464 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
15465
15466 2008-06-06 Miles Bader <miles@gnu.org>
15467
15468 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
15469 face, not frame default.
15470
15471 2008-06-05 Martin Rudalics <rudalics@gmx.at>
15472
15473 * window.c (pop_up_windows, pop_up_frames)
15474 (display_buffer_reuse_frames, Vpop_up_frame_function)
15475 (Vdisplay_buffer_function, Veven_window_heights)
15476 (Vspecial_display_buffer_names, Vspecial_display_regexps)
15477 (Vspecial_display_function, Vsame_window_buffer_names)
15478 (Vsame_window_regexps, split_height_threshold)
15479 (Vsplit_window_preferred_function): Move those vars to window.el.
15480 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
15481 (Fdisplay_buffer): Move those functions to window.el.
15482 (syms_of_window): Remove corresponding declarations.
15483 (display_buffer): New function.
15484 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
15485 * dispnew.c (Flast_nonminibuf_frame): New function.
15486 * buffer.c (Fpop_to_buffer): Move to window.el.
15487
15488 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15489
15490 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
15491
15492 2008-06-05 Kenichi Handa <handa@m17n.org>
15493
15494 * coding.c (detect_coding): Fix previous change.
15495 (detect_coding_system): Likewise.
15496
15497 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15498
15499 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
15500
15501 * keymap.c (Vminibuffer_local_filename_must_match_map):
15502 Rename from Vminibuffer_local_must_match_filename_map.
15503 (syms_of_keymap):
15504 * minibuf.c (Fcompleting_read): Adjust accordingly.
15505 * commands.h: Rename declaration as well.
15506
15507 2008-06-05 Kenichi Handa <handa@m17n.org>
15508
15509 * font.c (Ffont_spec): Don't use font_parse_family_registry for
15510 family name.
15511 (Ffont_put): Likewise.
15512
15513 * fontset.c (fontset_find_font): Call font_open_for_lface with the
15514 current font-spec.
15515
15516 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
15517 is unspecified.
15518
15519 * xfaces.c (realize_x_face): If the font-related face attributes
15520 are the same as those of default face, realize a new fontset from
15521 default->fontset.
15522 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
15523
15524 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15525
15526 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
15527 (move_it_in_display_line): New wrapper.
15528
15529 * window.c (window_scroll_pixel_based_preserve_x)
15530 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
15531 (window_scroll_pixel_based, window_scroll_line_based):
15532 Use them to preserve column positions.
15533 (syms_of_window): Initialize them.
15534
15535 * indent.c (Fvertical_motion): Extend first arg to allow passing an
15536 (HPOS . VPOS) pair.
15537
15538 * dispextern.h (move_it_in_display_line): Declare.
15539
15540 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
15541
15542 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
15543 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
15544 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
15545
15546 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
15547
15548 * window.c (Fset_window_parameter): Doc fix.
15549 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
15550
15551 2008-06-04 Joakim Verona <joakim@verona.se>
15552
15553 * window.h (struct window): Add new member window_parameters.
15554
15555 * window.c (Fwindow_parameters, Fwindow_parameter)
15556 (Fset_window_parameter): New defuns.
15557 (syms_of_window): Defsubr the new defuns.
15558 (make_window): Initialize window_parameters to nil.
15559
15560 2008-06-04 John Paul Wallington <jpw@pobox.com>
15561
15562 * eval.c (Fdefmacro): Doc fix.
15563
15564 2008-06-04 Kenichi Handa <handa@m17n.org>
15565
15566 * coding.c (detect_coding): Fix handling of coding->head_ascii.
15567 Be sure to call setup_coding_system when we find a proper coding system.
15568 (detect_coding_system): Fix handling of coding->head_ascii.
15569
15570 2008-06-03 Andreas Schwab <schwab@suse.de>
15571
15572 * font.c (font_prop_validate_spacing): Fix last change.
15573
15574 2008-06-03 Kenichi Handa <handa@m17n.org>
15575
15576 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
15577 (font_parse_fcname): Fix handling of unknown key.
15578
15579 * xfont.c (xfont_list): Try an alias.
15580
15581 * charset.c (char_charset): Return NULL if the arg charset_list is
15582 specified and C doesn't belong to any of them.
15583
15584 2008-06-02 Chip Coldwell <coldwell@redhat.com>
15585
15586 * font.c (font_pixel_size): Don't take cdr of an integer.
15587
15588 2008-06-02 Jim Meyering <meyering@redhat.com>
15589
15590 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
15591 * alloc.c (xfree): Return right away for a NULL arg.
15592 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
15593 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
15594 * mac.c (create_apple_event_from_event_ref): Likewise.
15595 (create_apple_event_from_drag_ref, cfstring_create_normalized):
15596 Likewise.
15597 * doprnt.c (doprnt1): Likewise.
15598 * frame.c (frame): Likewise.
15599 * keyboard.c (wipe_kboard): Likewise.
15600 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
15601 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
15602 * term.c (tty_default_color_capabilities, maybe_fatal)
15603 (delete_tty): Likewise.
15604 * w16select.c (string): Likewise.
15605 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
15606 * w32bdf.c (w32_free_bdf_font): Likewise.
15607 * w32fns.c (w32_unload_font): Likewise.
15608 * w32font.c (w32font_close): Likewise.
15609 * window.c (size_window): Likewise.
15610 * xselect.c (receive_incremental_selection): Likewise.
15611 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
15612 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
15613 * w32.c (stat): Likewise.
15614
15615 Remove useless if-before-free tests.
15616 * editfns.c (Fset_time_zone_rule): Likewise.
15617 * lread.c (nosuffix): Likewise.
15618 * ralloc.c (get_bloc): Likewise.
15619 * regex.c (reg_free): Likewise.
15620 * xftfont.c (xftfont_open, xftfont_close): Likewise.
15621 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
15622 * xsmfns.c (smc_save_yourself_CB): Likewise.
15623
15624 2008-06-02 Kenichi Handa <handa@m17n.org>
15625
15626 * font.c (font_find_for_lface): Handle float font size.
15627 (font_open_for_lface): Likewise.
15628
15629 * xfaces.c (x_supports_face_attributes_p): Check face->font before
15630 comparing the properties.
15631
15632 2008-06-01 Jason Rumney <jasonr@gnu.org>
15633
15634 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
15635 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
15636 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
15637 Don't add empty script list.
15638 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
15639
15640 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
15641
15642 * Makefile.in (dot, dotdot): Remove, update users.
15643 ".." has been used elsewhere in the file for a long time.
15644 (LIBXT_STATIC): Remove conditional based on unused variable.
15645
15646 2008-06-01 Miles Bader <miles@gnu.org>
15647
15648 * xfaces.c (Vface_remapping_alist): New variable.
15649 (syms_of_xfaces): Initialize it.
15650 (enum named_merge_point_kind): New type.
15651 (struct named_merge_point): Add `named_merge_point_kind' field.
15652 (push_named_merge_point): Make cycle detection respect different
15653 named-merge-point kinds.
15654 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
15655 Remove face-name alias resolution.
15656 (lface_from_face_name): New definition using
15657 `lface_from_face_name_no_resolve'.
15658 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
15659 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
15660 (get_lface_attributes): New definition that layers face-remapping on
15661 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
15662 (lookup_basic_face): New function.
15663 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
15664 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
15665 `get_lface_attributes'.
15666 (face_at_buffer_position): Use `lookup_basic_face' to lookup
15667 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
15668 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
15669
15670 * xdisp.c (init_iterator): Pass base_face_id through
15671 `lookup_basic_face' when we actually use it as a face-id.
15672 (handle_single_display_prop): Use `lookup_basic_face' to lookup
15673 DEFAULT_FACE_ID.
15674
15675 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
15676 lookup the initial face-id.
15677
15678 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
15679
15680 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
15681
15682 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
15683 (Fremove_text_properties): Fix typos in docstrings.
15684
15685 2008-05-31 Kenichi Handa <handa@m17n.org>
15686
15687 * font.c (font_list_entities): Fix the car part of data to be
15688 stored in the cache.
15689
15690 * ftfont.c (ftfont_font_format): Don't use strcasestr.
15691
15692 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15693
15694 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
15695 Add a `test' argument so another predicate than `equal' can be used.
15696 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
15697 (map_char_table): Remove unused vars `c' and `i'.
15698 * lisp.h (Foptimize_char_table): Adjust declaration.
15699 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
15700
15701 2008-05-30 Kenichi Handa <handa@m17n.org>
15702
15703 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
15704 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
15705 defined.
15706
15707 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15708
15709 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
15710 (Fmake_variable_frame_local): Disallow mixing buffer-local and
15711 frame-local settings for the same variable.
15712
15713 2008-05-30 Kenichi Handa <handa@m17n.org>
15714
15715 * fontset.c (Ffont_info): Move to font.c.
15716 (syms_of_fontset): Delete defsubr of Sfont_info.
15717
15718 * font.c (font_style_to_value, font_score): Delete casting of the
15719 args to xstcasecmp.
15720 (register_font_driver): Increment num_font_drivers only when
15721 registering the driver globally.
15722 (Ffont_info): Move from fontset.c. Handle a font object too.
15723 (syms_of_font): Defsubr Sfont_info.
15724
15725 2008-05-29 Kenichi Handa <handa@m17n.org>
15726
15727 * coding.h (enum define_coding_utf8_arg_index): New enum.
15728 (enum coding_attr_index): Change coding_attr_utf_16_bom to
15729 coding_attr_utf_bom.
15730 (enum utf_bom_type): Rename from utf_16_bom_type.
15731 (struct utf_16_spec): Adjust for the above change.
15732 (struct coding_system): Add utf_8_bom in `spec' union.
15733
15734 * coding.c (CODING_UTF_8_BOM): New macro.
15735 (enum coding_category): Delete coding_category_utf_8, add
15736 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
15737 coding_category_utf_8_sig.
15738 (CATEGORY_MASK_UTF_8): Delete it.
15739 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
15740 (CATEGORY_MASK_UTF_8_SIG): New macros.
15741 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
15742 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
15743 CATEGORY_MASK_UTF_8_SIG.
15744 (CATEGORY_MASK_UTF_8): New macro.
15745 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
15746 (detect_coding_utf_8): Check BOM.
15747 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
15748 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
15749 (encode_coding_utf_16): Likewise.
15750 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
15751 (detect_coding, detect_coding_system): Handle utf-8-auto.
15752 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
15753 (syms_of_coding): Fix setting up of Vcoding_category_table.
15754
15755 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
15756
15757 * process.c (Faccept_process_output): If `millisec' is non-nil,
15758 `seconds' default to 0.
15759 (wait_reading_process_output): Also return non-nil if we read output
15760 from a non-running process.
15761
15762 2008-05-29 Jason Rumney <jasonr@gnu.org>
15763
15764 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
15765 `raster' specified.
15766 (add_font_entity_to_list): Allow non-opentype truetype fonts back
15767 in the uniscribe backend, but disallow any font that has no
15768 unicode subrange support.
15769
15770 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
15771
15772 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
15773 Fix typos in docstrings.
15774
15775 2008-05-29 Kenichi Handa <handa@m17n.org>
15776
15777 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
15778 (Fx_family_fonts): Set frame correctly.
15779
15780 2008-05-28 Jason Rumney <jasonr@gnu.org>
15781
15782 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
15783
15784 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15785
15786 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
15787 calling build_annotations.
15788
15789 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
15790
15791 * coding.c (Fdecode_coding_region, Fencode_coding_region)
15792 (Fencode_coding_string):
15793 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
15794 <latin-extra-code-table>: Fix typos in docstrings.
15795 (syms_of_coding) <coding-system-alist>: Doc fix.
15796 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
15797
15798 2008-05-28 Kenichi Handa <handa@m17n.org>
15799
15800 * fontset.c (Ffont_info): Don't call font_close_object.
15801
15802 * font.c (font_parse_family_registry): Use Ffont_put to validate
15803 foundry and family.
15804 (font_delete_unmatched): Don't check spacing.
15805 (font_list_entities): Add spacing to the spec to list fonts.
15806
15807 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
15808 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
15809
15810 * coding.c (encode_coding_raw_text): Fix previous change.
15811 (encode_coding_object): When the dst_object is a buffer and is
15812 different from src_object, move gap to PT.
15813
15814 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
15815
15816 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
15817
15818 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15819
15820 * coding.c (encode_coding_raw_text): Set coding->produced_char for
15821 all branches. Compute it differently.
15822
15823 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
15824
15825 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
15826
15827 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
15828 into "else if () ... else ...".
15829
15830 2008-05-27 Jason Rumney <jasonr@gnu.org>
15831
15832 * w32font.c (w32font_open_internal): Determine if glyph indices
15833 are likely to work here.
15834
15835 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
15836
15837 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
15838 draw overlap glyphs with appropriate highlighting.
15839
15840 2008-05-27 Kenichi Handa <handa@m17n.org>
15841
15842 * xfont.c (xfont_open): Fix calculation of font->average_width.
15843
15844 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15845
15846 * casefiddle.c (casify_object): Try to guess better whether the
15847 argument is a byte or a char.
15848
15849 2008-05-26 Andreas Schwab <schwab@suse.de>
15850
15851 * xselect.c (x_reply_selection_request): Properly handle format == 32.
15852 Always send multiples of format size.
15853
15854 * xterm.c (x_set_frame_alpha): Fix type mismatch.
15855
15856 2008-05-26 Jason Rumney <jasonr@gnu.org>
15857
15858 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
15859 (compute_metrics): Don't set failure if we just cleared the cache.
15860 (w32_weight_table): Remove unused variable.
15861 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
15862 backwards compatibility.
15863
15864 2008-05-25 Kenichi Handa <handa@m17n.org>
15865
15866 * w32term.c (x_draw_glyph_string):
15867 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
15868
15869 * xfaces.c: Delete unused function prototypes.
15870 (xstrlwr, font_frame): Delete them.
15871 (clear_face_cache): Delete unused variable.
15872
15873 * xftfont.c (xftfont_open): Delete unused variable.
15874 If underline_thickness is not 1, adjust underline_position.
15875
15876 * ftxfont.c (ftxfont_open): Delete unused variable.
15877
15878 * fontset.c (face_for_char): Optimize for the case of no charset
15879 property.
15880
15881 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
15882 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
15883 (otf_open, font_otf_capability, generate_otf_features)
15884 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
15885 Comment out by surrounding "#if 0" and "#endif" for the moment.
15886 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
15887 (syms_of_font): Codes for accessing above commented out.
15888
15889 2008-05-24 Eli Zaretskii <eliz@gnu.org>
15890
15891 * w32proc.c: Include dispextern.h.
15892
15893 * w32.c: Include dispextern.h.
15894
15895 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
15896
15897 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
15898 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
15899 Fix typos in docstrings.
15900
15901 2008-05-23 Jason Rumney <jasonr@gnu.org>
15902
15903 * xsmfns.c: Remove includes that are already included by config.h.
15904
15905 2008-05-23 Kenichi Handa <handa@m17n.org>
15906
15907 * charset.c (Qemacs, charset_emacs): New variables.
15908 (char_charset): Fix for non-Unicode characters.
15909 (syms_of_charset): Define charset_emacs.
15910
15911 * w32term.c (x_draw_glyph_string): Be sure to update
15912 s->underline_thickness and s->underline_position. Be sure to draw
15913 underline within the current line area.
15914
15915 * xterm.c (x_draw_glyph_string): Be sure to update
15916 s->underline_thickness and s->underline_position. Be sure to draw
15917 underline within the current line area.
15918
15919 * fontset.c: Delete unused variables and add casting for char *
15920 throughout the file.
15921 (fontset_font): Try the fallback fonts of the current fontset
15922 before consulting the default fontset.
15923
15924 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
15925
15926 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
15927
15928 2008-05-22 Jason Rumney <jasonr@gnu.org>
15929
15930 * font.c: Don't include strings.h.
15931
15932 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
15933
15934 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
15935 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
15936 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
15937 to call xstrcasecmp.
15938
15939 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
15940
15941 * fontset.c (fs_query_fontset): Use xstrcasecmp.
15942
15943 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
15944
15945 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
15946
15947 2008-05-22 Kenichi Handa <handa@m17n.org>
15948
15949 * puresize.h (BASE_PURESIZE): Increase to 1220000.
15950
15951 * font.c (font_prop_validate_style): Adjust for the format
15952 change of font_style_table.
15953
15954 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
15955 two args.
15956
15957 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
15958 two args.
15959
15960 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15961
15962 * minibuf.c (keys_of_minibuf): Delete.
15963 * lisp.h (keys_of_minibuf): Delete.
15964 * emacs.c (main): Don't call keys_of_minibuf.
15965
15966 2008-05-22 Kenichi Handa <handa@m17n.org>
15967
15968 * ftfont.c (ftfont_resolve_generic_family): Rename from
15969 ftfont_list_generic_family. Return a single family for each
15970 generic family.
15971 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
15972 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
15973 Call font_add_log.
15974 (ftfont_match): Call font_add_log.
15975
15976 * font.h (Ffont_xlfd_name): EXFUN adjusted.
15977 (FONT_DEBUG): Define it.
15978 (font_add_log): Extern it.
15979 (font_assert): Rename from xassert.
15980
15981 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
15982 (xfont_list_family): Call font_add_log.
15983 (xfont_match): Likewise.
15984 (memq_no_quit): Delete.
15985
15986 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
15987 call of Ffont_xlfd_name.
15988
15989 * xfaces.c (struct table_entry, slant_table, weight_table)
15990 (swidth_table): Move to font.c.
15991
15992 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
15993 xassert are changed to font_assert. Delete many unused variables.
15994 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
15995 New variables.
15996 (struct table_entry): Move from xfaces.c and modified.
15997 (weight_table, slant_table, width_table): Move from xfaces.c and
15998 contents adjusted for the change of struct table_entry.
15999 (font_style_to_value, font_style_symbolic): Adjust for the
16000 format change of font_style_table.
16001 (font_parse_family_registry): Don't overwrite existing foundry and
16002 family of font_spec.
16003 (font_score): Fix calculation of diff for sizes.
16004 (font_sort_entites): Call font_add_log.
16005 (font_delete_unmatched): Return a newly created list.
16006 (font_list_entities): Fix previous change. Call font_add_log.
16007 (font_matching_entity, font_open_entity, font_close_entity):
16008 Call font_add_log.
16009 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
16010 (Finternal_set_font_style_table): Delete.
16011 (BUILD_STYLE_TABLE): New macro.
16012 (build_style_table): New function.
16013 (Vfont_log, font_log_env_checked): New variables.
16014 (font_add_log): New function.
16015 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
16016 Declare Lisp variables "font-weight-table", "font-slant-table",
16017 "font-width-table", and "font-log". Initialize font_style_table.
16018
16019 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
16020
16021 * xterm.c (x_set_frame_alpha): Move declarations before statements.
16022
16023 2008-05-21 Seiji Zenitani <zenitani@mac.com>
16024 Ryo Yoshitake <ryo@shiftmode.net>
16025
16026 * frame.c (Qalpha): Add a new frame parameter `alpha'.
16027 (Vframe_alpha_lower_limit): New variable.
16028 (x_set_alpha): New function.
16029
16030 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
16031
16032 * xfns.c (x-create-frame, Qalpha):
16033 Initialize the frame parameter `alpha'.
16034 * xterm.c (OPAQUE, OPACITY): New.
16035 (x_set_frame_alpha): New function.
16036 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
16037
16038 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
16039 * w32fns.c (w32_frame_parm_handlers): Likewise.
16040
16041 2008-05-20 Jason Rumney <jasonr@gnu.org>
16042
16043 * w32font.c (add_font_entity_to_list): Don't add non-opentype
16044 truetype fonts to opentype list.
16045
16046 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
16047
16048 * fontset.c (Ffontset_info): Doc fix.
16049 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
16050 <ignore-relative-composition>: Fix typos in docstrings.
16051
16052 * font.c (syms-of-font) <font-encoding-alist>:
16053 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
16054 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
16055 (Ffont_otf_alternates): Doc fixes.
16056
16057 2008-05-20 Kenichi Handa <handa@m17n.org>
16058
16059 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
16060 font.h through out the file.
16061 (FONT_DRIVERS): Rename from FONTOBJ.
16062 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
16063 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
16064
16065 * emacs.c (main): Call syms_of_font unconditionally.
16066
16067 * font.h (find_font_encoding): Extern it.
16068
16069 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
16070 fontset.c.
16071 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
16072 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
16073 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
16074 only when HAVE_WINDOW_SYSTEM is defined.
16075 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
16076 when HAVE_WINDOW_SYSTEM is defined.
16077
16078 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
16079 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
16080
16081 * xfaces.c: Include font.h unconditionally.
16082 (merge_face_ref, merge_face_vectors)
16083 (Finternal_set_lisp_face_attribute): Cancel the previous change.
16084
16085 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16086
16087 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
16088 indirect_variable.
16089 * eval.c (lisp_indirect_variable): New fun.
16090 (Fuser_variable_p): Use it.
16091
16092 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16093
16094 * lisp.h (indirect_variable):
16095 * data.c (indirect_variable, let_shadows_buffer_binding_p):
16096 Use Lisp_Symbol pointers rather than Lisp_Object.
16097 Adjust callers.
16098 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
16099 To this end, change calling-convention.
16100
16101 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
16102 if some non-hidden buffers are selected by string&pred.
16103
16104 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
16105
16106 * process.c (wait_reading_process_output): Always check status
16107 when in batch mode.
16108
16109 2008-05-19 Kenichi Handa <handa@m17n.org>
16110
16111 * font.c (font_list_entities): Fix handling of cache.
16112 (font_matching_entity): Likewise.
16113
16114 * ftfont.c (cs_iso8859_1): Delete.
16115 (ft_face_cache): New variable.
16116 (struct ftfont_info): New member fc_charset_idx.
16117 (ftfont_build_basic_charsets): Delete.
16118 (fc_charset_table): New variable.
16119 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
16120 . FC_CHARSET_IDX) as :font-entity property in the font entity.
16121 Callers changed.
16122 (ftfont_lookup_cache, ftfont_get_charset): New functions.
16123 (ftfont_spec_pattern): New argument fc_charset_idx.
16124 Check registry more rigidly. Change callers.
16125 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
16126 change of :font-entity property of the font.
16127
16128 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
16129 property of the font.
16130
16131 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
16132
16133 * coding.c (Fcoding_system_p): Rename argument to match docstring.
16134 (Funencodable_char_position, Fcheck_coding_systems_region)
16135 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
16136 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
16137 (Ffind_operation_coding_system, Fset_coding_system_priority)
16138 (Fcoding_system_eol_type): Doc fixes.
16139
16140 2008-05-17 Glenn Morris <rgm@gnu.org>
16141
16142 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
16143
16144 2008-05-16 Eli Zaretskii <eliz@gnu.org>
16145
16146 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
16147 and st_gid.
16148
16149 * frame.c (Fdelete_frame): Don't call font_update_drivers if
16150 HAVE_WINDOW_SYSTEM is not defined.
16151
16152 * xfaces.c (merge_face_ref, merge_face_vectors)
16153 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
16154 HAVE_WINDOW_SYSTEM is defined.
16155 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
16156
16157 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16158
16159 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
16160
16161 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16162
16163 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
16164
16165 2008-05-15 Kenichi Handa <handa@m17n.org>
16166
16167 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
16168 preference.
16169
16170 2008-05-15 Glenn Morris <rgm@gnu.org>
16171
16172 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
16173
16174 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
16175
16176 * fns.c (init_fns): Don't initialize weak_hash_tables here.
16177 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
16178
16179 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
16180
16181 2008-05-15 Kenichi Handa <handa@m17n.org>
16182
16183 * ftfont.c (ftfont_list): Downcase family name to check generic
16184 families.
16185
16186 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
16187 font-spec for QCfont value.
16188
16189 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
16190 buffer. Check the return value of it.
16191
16192 2008-05-14 Jason Rumney <jasonr@gnu.org>
16193
16194 * w32term.c (w32_get_glyph_overhangs): Remove.
16195 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
16196
16197 2008-05-14 Kenichi Handa <handa@m17n.org>
16198
16199 * font.c (font_prop_validate): Make nil a valid value.
16200 (font_clear_cache): Check if the cached vector of entities is nil
16201 or not.
16202
16203 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16204
16205 * emacs.c (main_thread): Conditionalize on
16206 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16207 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
16208
16209 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
16210 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
16211 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16212
16213 2008-05-14 Kenichi Handa <handa@m17n.org>
16214
16215 * coding.c (detect_coding_iso_2022): Ignore a coding category that
16216 has no corresponding coding system.
16217
16218 2008-05-14 Jason Rumney <jasonr@gnu.org>
16219
16220 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
16221
16222 * w32font.h (w32font_open_internal): Update declaration.
16223
16224 * w32font.c (w32font_open_internal): Change last argument from
16225 w32font_info struct to font object. Fill in font object from
16226 font_entity. Get Outline metrics if possible. Use them to
16227 calculate underline position and thickness. Use xlfd name as name
16228 property. Don't set codepage.
16229 (w32font_open): Pass font_object to w32font_open_internal. Don't
16230 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
16231 (w32font_draw): Use s->font.
16232 (clear_cached_metrics): Don't clear non-existent blocks.
16233
16234 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
16235 font was not found.
16236 (x_draw_glyph_string): Use underline position and thickness from font.
16237
16238 * w32uniscribe.c (uniscribe_open): Pass font_object to
16239 w32font_open_internal.
16240
16241 2008-05-14 Kenichi Handa <handa@m17n.org>
16242
16243 These changes are to delete all legacy font-handling codes, and
16244 make Emacs use only font-backends.
16245
16246 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
16247 (frame.o, image.o, print.o): Depend on $(FONTSRC).
16248
16249 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
16250
16251 * charset.h (Vcharset_non_preferred_head)
16252 (Vcurrent_iso639_language): Extern them.
16253
16254 * charset.c (Vcharset_non_preferred_head): New variable.
16255 (Vcurrent_iso639_language): New variable.
16256 (syms_of_charset): Declare it as a Lisp variable.
16257 (char_charset): Don't check non preferred charsets. As a last
16258 resort, return charset_unicode.
16259 (Fset_charset_priority): Update Vcharset_non_preferred_head.
16260
16261 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
16262 conditionals. Don't check enable_font_backend. Delete all codes
16263 used only when USE_FONT_BACKEND is not defined.
16264
16265 * dispextern.h (struct glyph_string): Change type of `font' to
16266 `struct font *'.
16267 (struct glyph_string): New member underline_position and
16268 underline_thickness.
16269 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
16270 (struct face): Change type of `font' to `struct font *'. Remove
16271 members `font_name', `font_info_id'.
16272 (per_char_metric, encode_char): Delete externs.
16273 (calc_pixel_width_or_height): Adjust the prototype.
16274
16275 * emacs.c (enable_font_backend): Delete extern.
16276 (main): Don't set enable_font_backend. Don't check the command
16277 line argument "-disable-font-backend".
16278
16279 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
16280 (enum font_property_index): New members FONT_DPI_INDEX,
16281 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
16282 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
16283 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
16284 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
16285 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
16286 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
16287 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
16288 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
16289 (struct font_spec, struct font_entity): New structs.
16290 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
16291 (struct font): Many members from old "struct font_info" moved to
16292 here. Members font and entity deleted.
16293 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
16294 the new font-related objects.
16295 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
16296 (CHECK_FONT_GET_OBJECT): Likewise.
16297 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
16298 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
16299 (struct font_driver): New members case_sensitive anc check. Type
16300 of the member list and open changed.
16301 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
16302 (font_symbolic_width, font_find_object, font_get_spec)
16303 (font_set_lface_from_name): Delete extern.
16304 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
16305
16306 * font.c: Include <strings.h>.
16307 (enable_font_backend): Delete it.
16308 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
16309 (CHECK_VALIDATE_FONT_SPEC): Delete it.
16310 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
16311 (null_string): Delete it.
16312 (null_vector): Make it static.
16313 (font_family_alist): Delete it.
16314 (Qnormal): Extern it.
16315 (QCextra, QClanguage): Delete it.
16316 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
16317 (font_make_spec, font_make_entity, font_make_object)
16318 (font_intern_prop): Renamed from intern_downcase. Don't downcase
16319 the string. Callers changed.
16320 (font_pixel_size): Adjusted for the format change of font-related
16321 objects.
16322 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
16323 (font_style_to_value, font_style_symbolic): New function.
16324 (build_font_family_alist): Delete it.
16325 (font_registry_charsets): Use Fassoc_string instead of
16326 assq_no_quit.
16327 (font_prop_validate_symbol): Don't return null_string.
16328 (font_prop_validate_style): Adjusted for the change of
16329 style-related values in a font vector.
16330 (font_property_table): Delete entries for QClanguage and
16331 QCantialias, add entries for QCavgwidth.
16332 (get_font_prop_index): Delete the 2nd argument FROM.
16333 (font_prop_validate): Arguments changed.
16334 (font_put_extra): Adjusted for the change of font-related objects.
16335 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
16336 (font_parse_fcname, font_unparse_fcname)
16337 (font_prepare_composition): Likewise.
16338 (font_parse_family_registry): Renamed from font_merge_old_spec.
16339 (otf_open): Delete the 1st arg entity.
16340 (font_otf_capability): Adjusted for the above change.
16341 (font_score): New arg alternate_families. Adjusted for the change
16342 of font-related objects.
16343 (font_sort_entites): New arg best_only.
16344 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
16345 Delete them.
16346 (font_match_p): Check alternate families.
16347 (font_find_object): Delete it.
16348 (font_check_object): New function.
16349 (font_clear_cache): Adjusted for the change of font-related objects.
16350 (font_delete_unmatched): New arg.
16351 (font_list_entities): Call font_driver->list with a spec that
16352 doesn't specify style-related properties.
16353 (font_matching_entity): Arguments changed. Caller changed.
16354 (font_open_entity): Adjusted for the change of font-related objects.
16355 (font_close_object, font_has_char, font_encode_char)
16356 (font_get_name, font_get_spec): Likewise.
16357 (font_spec_from_name, font_clear_prop, font_update_lface):
16358 New functions.
16359 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
16360 (font_prepare_for_face, font_done_for_face, font_open_by_name)
16361 (font_at): Adjusted for the change of font-related objects.
16362 (font_range): New function.
16363 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
16364 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
16365 (Fcopy_font_spec, Fmerge_font_spec): New function.
16366 (Ffont_family_list): Renamed from list-families.
16367 (Finternal_set_font_style_table): Arguments changed.
16368 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
16369 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
16370 change of font-related objects.
16371 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
16372
16373 * fontset.h (struct font_info): Delete it. Most members go to
16374 struct font.
16375 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
16376 (enum FONT_SPEC_INDEX): Delete it.
16377 (font_info, list_fonts_func, load_font_func, query_font_func)
16378 (set_frame_fontset_func, find_ccl_program_func)
16379 (get_font_repertory_func, new_fontset_from_font_name): Delete
16380 externs.
16381 (fontset_from_font_name): Extern it.
16382 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
16383 (FONT_INFO_FROM_FACE): Deleted.
16384 (face_for_font): Adjust prototype.
16385
16386 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
16387 conditionals. Don't check enable_font_backend. Delete all codes
16388 used only when USE_FONT_BACKEND is not defined.
16389 (get_font_info_func, list_font_func, load_font_func)
16390 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
16391 (get_font_repertory_func): Delete them.
16392 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
16393 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
16394 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
16395 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
16396 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
16397 (fontset_compare_rfontdef): New function.
16398 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
16399 rfont-defs by qsort. Adjusted for the change of font-group vector.
16400 (load_font_get_repertory): Deleted.
16401 (fontset_find_font): Use new macros to ref/set elements of
16402 font-def and rfont-def.
16403 (fontset_font): Fix the timing of remembering that no font for C.
16404 (free_face_fontset): Do nothing if the face has no fontset.
16405 (face_suitable_for_char_p): Use new macros to ref/set elements of
16406 rfont-def.
16407 (face_for_char): Likewise. Call face_for_char with font_object.
16408 (fs_load_font): Delete. Delete #pragma surrounding it.
16409 (fs_query_fontset): Use strcasecmp instead of strcmp.
16410 (generate_ascii_font_name): Adjusted for the format change of
16411 font-spec.
16412 (Fset_fontset_font): Likewise. Use new macros to set elements of
16413 font-def.
16414 (Fnew_fontset): Use font_unparse_xlfd to generate
16415 FONTSET_ASCII (fontset).
16416 (new_fontset_from_font_name): Deleted.
16417 (fontset_from_font): Renamed from new_fontset_from_font. Check if
16418 a fontset is already created for the font. FIx updating of
16419 Vfontset_alias_alist.
16420 (fontset_ascii_font): Deleted.
16421 (Ffont_info): Adjusted for the format change of font-spec.
16422 (Finternal_char_font): Likewise.
16423 (Ffontset_info): Likewise.
16424 (syms_of_fontset): Don't check load_font_func.
16425
16426 * fns.c (internal_equal): Handle PREV_FONT.
16427
16428 * frame.h: Delete USE_FONT_BACKEND conditional.
16429
16430 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
16431 conditionals. Don't check enable_font_backend. Delete all codes
16432 used only when USE_FONT_BACKEND is not defined.
16433 (x_set_font): Call x_new_font, not x_new_fontset2.
16434 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
16435 already set for the frame.
16436
16437 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
16438 a font-entity by font_make_entity. Use font_intern_prop instead
16439 of intern_downcase. Use FONT_SET_STYLE to set a style-related
16440 font property. If a font is scalable, set avgwidth property to 0.
16441 Set font-entity property by font_put_extra.
16442 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
16443 (ffont_driver): Adjusted for the change of struct font_driver.
16444 (ftfont_spec_pattern): New function.
16445 (ftfont_list): Return a list, not vector.
16446 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
16447 (ftfont_list_family): Don't downcase names.
16448 (ftfont_free_entity): Deleted.
16449 (ftfont_open): Return a font-object. Adjusted for the change of
16450 struct font. Get underline_thickness and underline_position from
16451 font property. Don't update dpyinfo->smallest_font_height and
16452 dpyinfo->smallest_char_width.
16453 (ftfont_close): Don't free `struct font'.
16454 (ftfont_has_char): Adjusted for the format change of font-entity.
16455 (ftfont_encode_char, ftfont_text_extents): Likewise.
16456
16457 * ftxfont.c (ftxfont_list): Return a list, not vector.
16458 (ftxfont_open): Return a font-object. Adjusted for the change of
16459 struct font. Get underline_thickness and underline_position from
16460 font property. Don't update dpyinfo->smallest_font_height and
16461 dpyinfo->smallest_char_width.
16462 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
16463 (ftxfont_draw): Adjusted for the change of struct font.
16464
16465 * image.c (image_ascent): Don't include "charset.h". Include
16466 "character.h" and "font.h".
16467
16468 * lisp.h (enum pvec_type): New member PREV_FONT.
16469 (Fassoc_string): EXFUN it.
16470
16471 * print.c: Include font.h.
16472 (print_object): Handle font-related objects.
16473
16474 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
16475 conditionals. Don't check enable_font_backend. Delete all codes
16476 used only when USE_FONT_BACKEND is not defined.
16477 (handle_auto_composed_prop): Do nothing if it->f is not on a
16478 window system. Check how many following characters can be
16479 displayed by the same font.
16480 (calc_pixel_width_or_height): Type of the 4th arg is changed to
16481 'struct font *'.
16482 (get_char_face_and_encoding): Assign the whole encoding task to
16483 the `encode-char' method of a font driver.
16484 (fill_composite_glyph_string): Adjusted for the change of `struct
16485 face' and `struct glyph_string'.
16486 (fill_glyph_string): Likewise.
16487 (get_per_char_metric): Arguments changed.
16488 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
16489 and `struct glyph_string'.
16490 (produce_stretch_glyph, calc_line_height_property)
16491 (x_produce_glyphs): Likewise.
16492
16493 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
16494 conditionals. Don't check enable_font_backend. Delete all codes
16495 used only when USE_FONT_BACKEND is not defined. Use
16496 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
16497 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
16498 (Qp): Extern them.
16499 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
16500 Deleted.
16501 (struct font_name): Deleted.
16502 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
16503 (compare_fonts_by_sort_order): New function.
16504 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
16505 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
16506 Deleted.
16507 (Fx_family_fonts): Use font_list_entities, and sort fonts by
16508 compare_fonts_by_sort_order.
16509 (Fx_font_family_list): Call Ffont_family_list.
16510 (face_numeric_value, face_numeric_weight, face_numeric_slant)
16511 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
16512 (face_symbolic_slant, face_symbolic_swidth)
16513 (split_font_name_into_vector, build_font_name_from_vector)
16514 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
16515 (font_rescale_ratio, split_font_name, build_font_name)
16516 (free_font_names, sort_fonts, x_face_list_fonts)
16517 (face_font_available_p, sorted_font_list, cmp_font_names)
16518 (font_list_1, concat_font_list, font_list, remove_duplicates):
16519 Deleted.
16520 (Fx_list_fonts): Use Ffont_list.
16521 (LFACE_AVGWIDTH): Deleted.
16522 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
16523 by FONTP.
16524 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
16525 (set_lface_from_font_name): Delete it.
16526 (set_lface_from_font): Renamed from
16527 set_lface_from_font_and_fontset. Caller changed. Don't set
16528 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
16529 for face.
16530 (merge_face_vectors): Copy font-spec if necessary.
16531 Clear properties of the font-spec if necessary.
16532 (merge_face_ref): Clear properties of the font-spec if necessary.
16533 (Finternal_set_lisp_face_attribute): Likewise.
16534 (set_font_frame_param): Use font_load_for_lface to load a
16535 font-object, and call Fmodify_frame_parameters with it.
16536 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
16537 font name by Ffont_xlfd_name.
16538 (Finternal_lisp_face_attribute_values): Don't check QCweight,
16539 QCslant, and QCwidth.
16540 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
16541 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
16542 Compare fonts by EQ.
16543 (lookup_non_ascii_face): Deleted.
16544 (face_for_font): The 2nd argument changed.
16545 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
16546 Check atomic font properties by case insensitive.
16547 (realize_non_ascii_face): Set face->overstrike correctly.
16548 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
16549 (dump_realized_face): Get font name from
16550 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
16551
16552 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
16553 conditionals. Don't check enable_font_backend. Delete all codes
16554 used only when USE_FONT_BACKEND is not defined.
16555 (xic_create_xfontset): Original code deleted and renamed from
16556 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
16557 (x_make_gc): Don't set GCFont in GCs.
16558 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
16559 opened by "fixed".
16560 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
16561 find_ccl_program_func, query_font_func, set_frame_fontset_func,
16562 get_font_repertory_func.
16563
16564 * xfont.c: Include <stdlib.h> and "ccl.h".
16565 (struct xfont_info): New structure.
16566 (xfont_query_font): Deleted.
16567 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
16568 moved from xterm.c.
16569 (xfont_driver): Adjusted for the change of struct font_driver.
16570 (compare_font_names): New function.
16571 (xfont_list_pattern): Sort font names case insensitively. Make
16572 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
16573 (xfont_list): Return a list, not vector.
16574 (xfont_match): If the font doesn't have QCname property, generate
16575 a name from the other font properties.
16576 (xfont_open): Return a font-object. Adjusted for the change of
16577 struct font. Get underline_thickness and underline_position from
16578 font property. Don't update dpyinfo->smallest_font_height and
16579 dpyinfo->smallest_char_width.
16580 (xfont_close): Don't free struct font.
16581 (xfont_prepare_face): Adjusted for the change of struct font.
16582 (xfont_done_face): Deleted.
16583 (xfont_has_char): Adjusted for the change of struct font.
16584 (xfont_encode_char, xfont_draw): Likewise.
16585 (xfont_check): New function.
16586
16587 * xftfont.c (xftfont_list): Adjusted for the change of `list'
16588 callback function.
16589 (xftfont_match): Adjusted for the format change of font-entity.
16590 (xftfont_open): Adjusted for the format change of font-entity and
16591 font-object. Adjusted for the change of struct font. Return a
16592 font-object. Don't update dpyinfo->smallest_font_height and
16593 dpyinfo->smallest_char_width.
16594 (xftfont_close): Block input while calling XftFontClose.
16595 (xftfont_prepare_face): Don't block input while calling
16596 xftfont_get_colors. Adjusted for the change of struct font.
16597 (xftfont_shape): Return value of error case fixed.
16598
16599 * xrdb.c (x_load_resources): Don't setup a fontset resource.
16600
16601 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
16602 conditionals.
16603 (FONT_WIDTH): Return (f)->max_width.
16604 (struct x_display_info): Delete member `font'.
16605 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
16606 (x_find_ccl_program, x_get_font_repertory): Delete externs.
16607 (struct x_output): Change type of `font' to `struct font *'.
16608
16609 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
16610 conditionals. Don't check enable_font_backend. Delete all codes
16611 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
16612 (x_per_char_metric, x_encode_char): Deleted.
16613 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
16614 (x_compute_glyph_string_overhangs): Adjusted for the change of
16615 `struct face'.
16616 (x_draw_glyph_string_foreground)
16617 (x_draw_composite_glyph_string_foreground): Likewise.
16618 (x_draw_glyph_string): Likewise. Use font->underline_position and
16619 font->underline_thickness.
16620 (x_new_font): Renamed from x_new_fontset2.
16621 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
16622 (x_check_font): Call `check' method of a font driver.
16623 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
16624 (x_query_font, x_get_font_repertory): Deleted.
16625 (x_find_ccl_program): Renamed and moved to xfont.c.
16626 (x_redisplay_interface): Adjusted for the change of `struct
16627 redisplay_interface'.
16628
16629 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
16630 conditionals. Don't check enable_font_backend. Delete all codes
16631 used only when USE_FONT_BACKEND is not defined. Surround non-used
16632 code by "#ifdef OLD_FONT" and "endif".
16633 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
16634
16635 * w32font.h (struct w32font_info): New member.
16636 (FONT_COMPAT): New macro.
16637 (w32font_open_internal): Prototype adjusted.
16638
16639 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
16640 OLD_FONT" and "endif".
16641
16642 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
16643 conditionals. Don't check enable_font_backend. Delete all codes
16644 used only when USE_FONT_BACKEND is not defined.
16645 (w32font_open): Return a font-object. Make a font-object by
16646 font_make_object. Adjusted for the change of struct w32font_info.
16647 (w32font_close): Don't free struct font. Adjusted for the change
16648 of struct w32font_info.
16649 (w32font_encode_char, w32font_text_extents, w32font_draw):
16650 Adjusted for the change of struct w32font_info.
16651 (w32font_draw): Likewise.
16652 (w32font_list_internal): Return a list, not vector.
16653 (w32font_open_internal): Change the 4th arg to font-object.
16654 Adjusted for the change of struct w32font_info and font-object format.
16655 (add_font_name_to_list): Don't downcase names.
16656 (w32_enumfont_pattern_entity): Make a font-entity by
16657 font_make_entity. Adjusted for the format change of font-entity.
16658 Use FONT_SET_STYLE to set a style-related font property. If a
16659 font is scalable, set avgwidth property to 0. Set font-entity
16660 property by font_put_extra.
16661 (font_matches_spec): Adjusted for the format change of font-entity.
16662 (w32_weight_table, w32_decode_weight): New variables.
16663 (w32_encode_weight): New function.
16664 (fill_in_logfont): Adjusted for the format change of font-spec.
16665 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
16666 weight value.
16667 (w32font_driver): Adjusted for the change of struct font_driver.
16668
16669 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
16670 conditionals. Don't check enable_font_backend. Surround non-used
16671 code by "#ifdef OLD_FONT" and "endif".
16672 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
16673 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
16674
16675 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
16676 conditionals. Don't check enable_font_backend. Delete all codes
16677 used only when USE_FONT_BACKEND is not defined. Surround non-used
16678 code by "#ifdef OLD_FONT" and "endif".
16679
16680 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
16681 (uniscribe_open): Return value changed to font-object.
16682 Adjusted for the format change of font-object.
16683 (uniscribe_otf_capability): Adjusted for the change of struct font.
16684 (add_opentype_font_name_to_list): Don't downcase names.
16685 (uniscribe_font_driver): Adjusted for the change of struct
16686 font_driver.
16687
16688 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
16689
16690 * dispnew.c (update_frame_1): Check if tty output is still valid
16691 before flushing it.
16692
16693 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
16694
16695 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
16696 to Gtk+ menus.
16697
16698 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16699
16700 * dired.c (file_name_completion): Tweak the code so as to always do it
16701 in a single pass. Tighten the scope of some variables.
16702
16703 * dired.c (Qdefault_directory): New var.
16704 (file_name_completion): Use it instead of Fexpand_file_name.
16705 (syms_of_dired): Initialize it.
16706
16707 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16708
16709 * fileio.c (double_dollars): Remove dead code.
16710
16711 2008-05-10 Eli Zaretskii <eliz@gnu.org>
16712
16713 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
16714 Mention w32-get-true-file-attributes in doc string.
16715
16716 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
16717
16718 2008-05-09 Glenn Morris <rgm@gnu.org>
16719
16720 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
16721 2008-04-23.
16722
16723 2008-05-09 Eli Zaretskii <eliz@gnu.org>
16724
16725 Support for reporting owner and group of each file on MS-Windows:
16726 * dired.c (stat_uname, stat_gname): New functions, with special
16727 implementation for w32.
16728 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
16729
16730 * w32.c: Rename the_passwd_* to dflt_passwd_*.
16731 (dflt_group_name): New static variable.
16732 (dflt_group): Rename from the_group.
16733 (init_user_info): Init dflt_group fields. Get user's group name
16734 from LookupAccountSid.
16735 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
16736 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
16737 New initialization states.
16738 (globals_of_w32): Initialize them to zero. Initialize the default
16739 group name to "None".
16740 (GetFileSecurity_Name): New global var, the name of the function
16741 to call for GetFileSecurity.
16742 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
16743 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
16744 (get_file_security, get_security_descriptor_owner)
16745 (get_security_descriptor_group, is_valid_sid)
16746 (get_file_security_desc, get_rid, get_name_and_id)
16747 (get_file_owner_and_group): New functions.
16748 (stat): Use get_file_security_desc and get_file_owner_and_group to
16749 report the owner and primary group of each file. Don't ignore the
16750 high 32 bits of file's size, now that st_size is 64-bit wide.
16751 Fix test when to get true file attributes.
16752 (init_user_info): Use get_rid instead of equivalent inline code.
16753 (fstat): Don't ignore the high 32 bits of file's size.
16754
16755 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
16756
16757 * image.c (png_load): Use correct bit-depth for setting background
16758 color.
16759
16760 2008-05-08 Eli Zaretskii <eliz@gnu.org>
16761
16762 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
16763 epa-hook.elc.
16764
16765 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
16766
16767 * font.c (Ffont_match_p): Don't use `iff' in docstring.
16768
16769 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
16770
16771 * macfns.c (Fx_create_frame): Make a copy of frame parameters
16772 because the original parameters are in pure storage now.
16773 (mac_window): Remove unused params. Update callers.
16774
16775 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16776
16777 * lread.c (substitute_object_recurse): Use lower-level primitives.
16778 Don't signal errors when traversing sub-char-tables.
16779 Don't loop over all the possible characters when traversing char-tables.
16780
16781 * print.c (print_preprocess): Add sub-char-tables to the print-table,
16782 just like we do in print.c.
16783
16784 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16785
16786 * minibuf.c (Ftry_completion): Remove code left over from when we used
16787 scmp instead of Fcompare_strings.
16788
16789 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
16790
16791 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
16792
16793 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16794
16795 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
16796 Create bitmap context in native byte order.
16797
16798 * macterm.c (XDrawLine)
16799 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
16800 context in native byte order.
16801
16802 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16803
16804 * config.in: Regenerate.
16805
16806 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
16807 New definitions for Image I/O support.
16808 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
16809 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
16810 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
16811 (mac_data_provider_release_data, image_load_image_io)
16812 [USE_MAC_IMAGE_IO]: New functions.
16813 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
16814 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
16815 (init_image_func_pointer) [MAC_OSX]: Remove function.
16816 (image_load_quartz2d) [MAC_OSX]: Check availability of
16817 CGImageCreateWithPNGDataProvider at compile time.
16818 Use lowercase `false' for boolean constant.
16819 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
16820 Use image_load_image_io.
16821 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
16822 Don't check MyCGImageCreateWithPNGDataProvider.
16823 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
16824 Don't call init_image_func_pointer.
16825
16826 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
16827
16828 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
16829 Make variable non-static.
16830 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
16831 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
16832
16833 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
16834 (RED_FROM_ULONG): Mask off higher bits.
16835 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
16836
16837 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
16838 Include AvailabilityMacros.h.
16839 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
16840 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
16841
16842 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16843
16844 * chartab.c (Fset_char_table_range): If range is t, really set all
16845 chars to that value.
16846
16847 2008-05-03 Eli Zaretskii <eliz@gnu.org>
16848
16849 * dired.c (Ffile_attributes): Don't allow the device number become
16850 negative.
16851
16852 2008-05-02 Daiki Ueno <ueno@unixuser.org>
16853
16854 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
16855
16856 2008-05-02 Juri Linkov <juri@jurta.org>
16857
16858 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
16859 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
16860 DEFAULT argument as a list of default values in docstrings.
16861
16862 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
16863
16864 * puresize.h (BASE_PURESIZE): Increase to 1210000.
16865
16866 2008-05-01 Martin Rudalics <rudalics@gmx.at>
16867
16868 * dispnew.c (change_frame_size_1): Preserve small windows when
16869 shrinking frames by calling set_window_height|width with third
16870 arg 2.
16871
16872 * window.h (struct window): Replace field too_small_ok by field
16873 resize_proportionally.
16874
16875 * window.c (make_window): Initialize resize_proportionally.
16876 (enlarge_window): Temporarily set resize_proportionally to make
16877 sure that shrink_windows does scale the window proportionally.
16878 (shrink_windows): When window has resize_proportionally set try
16879 to shrink it proportionally by stealing from other windows.
16880 (struct saved_window, Fset_window_configuration)
16881 (compare_window_configurations): Handle resize_proportionally.
16882 (WINDOW_TOTAL_SIZE): New macro.
16883 (window_min_size, shrink_windows, size_window): Use it.
16884 (check_min_window_sizes): Remove. Invalid values of
16885 window-min-height|width are handled by window_min_size_2 now.
16886 (size_window, Fsplit_window, enlarge_window)
16887 (adjust_window_trailing_edge, grow_mini_window): Don't call
16888 check_min_window_sizes.
16889 (window_min_size_2, window_min_size_1, window_min_size):
16890 New argument safe_p for retrieving "safe" minimum sizes.
16891 (Fdisplay_buffer, Fsplit_window, enlarge_window)
16892 (adjust_window_trailing_edge, grow_mini_window):
16893 Adjust arguments of window_min_size... functions.
16894 (shrink_windows): Argument min_size removed. New argument
16895 safe_p allows shrinking windows to their safe minimum sizes.
16896 Calculate minimum size and decide whether a window shall be
16897 deleted for each window individually.
16898 (size_window): When nodelete_p equals 2, tell shrink_windows to
16899 delete windows only if their new minimum size is no more safe.
16900 (shrink_window_lowest_first): Call window_min_size_1 to make
16901 sure to preserve modeline of bottom-most window when resizing
16902 the minibuffer.
16903 (Fset_window_configuration, Fcurrent_window_configuration)
16904 (compare_window_configurations): Do not handle
16905 window-min-height|width any more.
16906 (syms_of_window): Clarify window-min-height|width doc-strings.
16907
16908 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
16909
16910 * dired.c (file_name_completion): Fix up the encoding/decoding issue
16911 some more. Copy some of the code from Ftry_completions.
16912 Remove special case code that dates back to initial revision when the
16913 slash was only added when necessary and that can't trigger nowadays.
16914
16915 2008-04-27 Kenichi Handa <handa@m17n.org>
16916
16917 * font.c (font_prop_validate): Signal `error' instead of `font'.
16918
16919 2008-04-29 Jason Rumney <jasonr@gnu.org>
16920
16921 * w32fns.c (Fw32_battery_status): New defun.
16922 (syms_of_w32fns): Defsubr it.
16923
16924 2008-04-28 Andreas Schwab <schwab@suse.de>
16925
16926 * dired.c (file_name_completion): Fix another mixing of encoded
16927 and decoded names.
16928
16929 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
16930
16931 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
16932
16933 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
16934
16935 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
16936
16937 2008-04-27 Andreas Schwab <schwab@suse.de>
16938
16939 * dired.c (file_name_completion): Fix inappropriate mixing of
16940 encoded and decoded names.
16941
16942 * xterm.c (XTread_socket): Fix use of uninitialized variable.
16943
16944 * puresize.h (BASE_PURESIZE): Increase to 1200000.
16945
16946 2008-04-26 Eli Zaretskii <eliz@gnu.org>
16947
16948 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
16949 2008-03-31, it's not needed anymore with `struct stat' definition
16950 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
16951 for the same reasons.
16952
16953 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
16954
16955 * m/sparc.h: Additional redefinitions for GNU/Linux.
16956
16957 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16958
16959 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
16960 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
16961 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
16962 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
16963 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
16964 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
16965 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
16966 Likewise.
16967
16968 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
16969 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
16970 (mac_ax_number_of_characters): Add externs.
16971 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
16972 [USE_MAC_TSM]: Likewise.
16973 (mac_handle_text_input_event) [MAC_OSX]:
16974 Handle kEventTextInputOffsetToPos for no active input area case.
16975 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
16976 (mac_handle_document_access_event)
16977 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
16978 (install_application_handler) [MAC_OSX]: Register handlers for
16979 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
16980 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
16981 Register mac_handle_document_access_event.
16982
16983 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
16984 Make functions non-static.
16985
16986 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16987
16988 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
16989 (read_file_name_completion_ignore_case, insert_default_directory)
16990 (Qdefault_directory): Move to minibuffer.el.
16991 (Fread_file_name): Call the new `read-file-name' instead.
16992
16993 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16994
16995 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
16996 Make function non-static.
16997 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
16998 Remove function.
16999 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17000 Move to mactoolbox.c.
17001 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
17002
17003 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
17004 (mac_rect_make): New macro.
17005
17006 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
17007 instead of float.
17008 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17009 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
17010 (XSetBackground) [USE_CG_DRAWING]: Likewise.
17011 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
17012 CGRectMake.
17013 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17014 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
17015 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
17016 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17017 instead of WindowRef in argument type.
17018 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
17019 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
17020 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
17021 instead of DISPLAY. All uses changed.
17022 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
17023 (x_calc_absolute_position): Simplify so as not to use
17024 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
17025
17026 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17027 instead of WindowRef in argument type.
17028 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
17029 [TARGET_API_MAC_CARBON]: Remove externs.
17030 (create_apple_event, mac_event_parameters_to_lisp)
17031 [TARGET_API_MAC_CARBON]: Add externs.
17032
17033 * mactoolbox.c (Vmac_ts_script_language_on_focus)
17034 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
17035 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
17036 is clicked.
17037 (x_activate_menubar): Remove extern for saved_menu_event_location.
17038 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17039 Move from mac.c.
17040
17041 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17042
17043 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
17044 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
17045
17046 2008-04-23 Jason Rumney <jasonr@gnu.org>
17047
17048 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
17049 attributes only for local files.
17050
17051 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
17052 default to Qlocal.
17053
17054 2008-04-22 Juri Linkov <juri@jurta.org>
17055
17056 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
17057 read-buffer-to-switch instead of using the letter "B".
17058
17059 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17060
17061 * fileio.c (Qdefault_directory): New variable.
17062 (Fread_file_name): Use it to pass `dir' to the completion functions.
17063
17064 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
17065
17066 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
17067
17068 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17069
17070 * keyboard.c (Vpre_help_message): Remove.
17071 (show_help_echo): Remove default C code.
17072
17073 * dired.c (directory_files_internal, file_name_completion):
17074 Only call ENCODE_FILE if the string is indeed decoded.
17075
17076 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17077
17078 * Makefile.in (TOOLKIT_DEFINES): Remove.
17079 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
17080
17081 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17082
17083 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
17084 (mactoolbox.o): New target.
17085
17086 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
17087 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
17088
17089 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
17090 Use mac_set_frame_window_background instead of XSetWindowBackground.
17091 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
17092 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
17093 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
17094 instead of SetWindowTitleWithCFString.
17095 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
17096 Move function to mactoolbox.c.
17097 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
17098 Use mac_set_window_modified instead of SetWindowModified.
17099 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
17100 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
17101 (Fx_focus_frame): Use mac_front_non_floating_window instead of
17102 FrontNonFloatingWindow. Use mac_activate_window instead of
17103 ActivateWindow. Use mac_active_non_floating_window instead of
17104 ActiveNonFloatingWindow.
17105 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
17106 Use mac_show_hourglass and mac_hide_hourglass.
17107 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
17108 instead of GetGlobalMouse.
17109 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
17110 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
17111 Use mac_bring_window_to_front instead of BringToFront.
17112 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
17113 mactoolbox.c.
17114 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
17115 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
17116 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
17117 mactoolbox.c.
17118
17119 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
17120 (XtPointer): Move typedef from macmenu.c.
17121 (enum button_type): Move enum from macmenu.c.
17122 (widget_value): Move typedef from macmenu.c.
17123 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
17124 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17125 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17126 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17127 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17128 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17129 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17130 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
17131 (Selection): Move typedef from macselect.c.
17132 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
17133 macterm.c.
17134 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
17135 (mac_is_window_collapsed, mac_bring_window_to_front)
17136 (mac_send_window_behind, mac_hide_window, mac_show_window)
17137 (mac_collapse_window, mac_front_non_floating_window)
17138 (mac_active_non_floating_window, mac_activate_window)
17139 (mac_move_window_structure, mac_move_window, mac_size_window)
17140 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
17141
17142 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
17143 (enum mac_menu_kind): Move enum to mactoolbox.c.
17144 (min_menu_id): Move variable to mactoolbox.c.
17145 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
17146 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
17147 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
17148 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
17149 [TARGET_API_MAC_CARBON]: Likewise.
17150 (XtPointer): Move typedef to macgui.h.
17151 (enum button_type): Move enum to macgui.h.
17152 (widget_value): Move typedef to macgui.h.
17153 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17154 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17155 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17156 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17157 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17158 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17159 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
17160 (popup_activated_flag): Make variable non-static.
17161 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
17162 (add_menu_item, fill_menu, dispose_menus):
17163 Move functions to mactoolbox.c.
17164 (restore_show_help_function, menu_target_item_handler)
17165 (install_menu_target_item_handler, mac_handle_dialog_event)
17166 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
17167 [TARGET_API_MAC_CARBON]: Likewise.
17168 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
17169 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17170 (find_and_call_menu_selection, name_is_separator): Make function
17171 non-static.
17172 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
17173 to mactoolbox.c.
17174 (set_frame_menubar): Don't call install_menu_quit_handler.
17175 (menu_item_selection): New variable.
17176 (mac_menu_show): Use create_and_show_popup_menu.
17177 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
17178 selection but set variable menu_item_selection. All uses changed.
17179 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
17180 Call install_menu_quit_handler. Move to mactoolbox.c.
17181
17182 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
17183 (Selection): Move typedef to macgui.h.
17184 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
17185 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
17186 Make variables non-static.
17187 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17188 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
17189 Make functions non-static.
17190 (Vmac_service_selection) [MAC_OSX]: Likewise.
17191 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
17192 (mac_valid_selection_target_p, mac_clear_selection)
17193 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17194 (mac_put_selection_value, mac_selection_has_target_p)
17195 (mac_get_selection_value, mac_get_selection_target_list)
17196 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
17197 Move functions to mactoolbox.c.
17198 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
17199 Likewise.
17200 (copy_scrap_flavor_data, mac_handle_service_event)
17201 (install_service_handler) [MAC_OSX]: Likewise.
17202 (syms_of_macselect) <Vmac_dnd_known_types>:
17203 Use mac_dnd_default_known_types.
17204
17205 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
17206 Move to mactoolbox.c.
17207 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
17208 (Fx_selection_owner_p): Add EXFUN.
17209 (install_window_handler, remove_window_handler, XSetWindowBackground):
17210 Remove externs.
17211 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
17212 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
17213 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
17214 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
17215 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
17216 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
17217 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
17218 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
17219 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
17220 (create_and_show_popup_menu, mac_get_selection_from_symbol)
17221 (mac_valid_selection_target_p, mac_clear_selection)
17222 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17223 (mac_put_selection_value, mac_selection_has_target_p)
17224 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
17225 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
17226 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
17227 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17228 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
17229 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17230 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
17231 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17232 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17233
17234 * mactoolbox.c: New file.
17235
17236 2008-04-18 Jason Rumney <jasonr@gnu.org>
17237
17238 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
17239
17240 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17241
17242 * character.c (Fmultibyte_char_to_unibyte):
17243 Return latin1 chars unchanged.
17244
17245 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
17246 relocated if it points to `name'.
17247
17248 2008-04-17 Kenichi Handa <handa@m17n.org>
17249
17250 * data.c (Faset): Allow setting a multibyte character in an
17251 ASCII-only unibyte string.
17252
17253 * lisp.h (STRING_SET_MULTIBYTE): New macro.
17254
17255 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17256
17257 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
17258 done in config.h.
17259
17260 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
17261
17262 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
17263 (Fchar_direction): Add usage in the docstring.
17264
17265 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
17266
17267 * keyboard.c (read_key_sequence): Remove always-true checks.
17268
17269 2008-04-14 Jason Rumney <jasonr@gnu.org>
17270
17271 * w32font.c (w32font_open_internal): Set max_bounds.descent in
17272 compatibility struct, for better underline positioning.
17273
17274 2008-04-13 David Hansen <david.hansen@gmx.net>
17275
17276 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
17277 string.
17278
17279 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17280
17281 * m/hp800.h (XUINT, XSET): Remove.
17282
17283 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
17284
17285 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
17286 previous change.
17287
17288 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17289
17290 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
17291 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
17292
17293 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
17294
17295 * keymap.h (map_keymap_canonical): Declare.
17296 * xmenu.c (single_keymap_panes): Use it.
17297
17298 2008-04-11 Glenn Morris <rgm@gnu.org>
17299
17300 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
17301 set the target's value to that of the alias.
17302
17303 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
17304
17305 * term.c (set_tty_color_mode): Left over typo.
17306
17307 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
17308
17309 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
17310 only after check for file name handler functions. Signal, when
17311 native functionality is not supported.
17312 (syms_of_fileio): Declare it unconditionally.
17313
17314 2008-04-10 Jason Rumney <jasonr@gnu.org>
17315
17316 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
17317 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
17318
17319 * w32.c (logon_network_drive): Also logon to remote drives that
17320 are mapped to drive letters.
17321
17322 2008-04-10 Glenn Morris <rgm@gnu.org>
17323
17324 * xdisp.c (truncate-partial-width-windows): Doc fix.
17325
17326 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17327
17328 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
17329 Move functions to minibuffer.el.
17330 (syms_of_fileio): Don't declare them.
17331
17332 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17333
17334 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
17335 (syms_of_minibuf): Remove its initialization.
17336
17337 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
17338
17339 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
17340
17341 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
17342
17343 2008-04-09 Jason Rumney <jasonr@gnu.org>
17344
17345 * makefile.w32-in (distclean): Delete makefile too.
17346 (maintainer-clean): New target.
17347
17348 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
17349
17350 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
17351 for new font backend and composite cases.
17352
17353 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
17354
17355 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
17356 Most of the code moved to run_timers.
17357 (do_pending_atimers): Call run_timers.
17358 (run_timers): New function.
17359
17360 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
17361 run atimers.
17362
17363 * process.c (wait_reading_process_output): The same as above.
17364
17365 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17366
17367 * minibuf.c (last_exact_completion): Remove variable.
17368 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
17369 (complete_and_exit_1, complete_and_exit_2)
17370 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
17371 (Fdisplay_completion_list, display_completion_list_1)
17372 (Fminibuffer_completion_help, Fself_insert_and_exit)
17373 (Fexit_minibuffer, Fminibuffer_message): Move functions to
17374 minibuffer.el.
17375 (syms_of_minibuf): Remove corresponding initializations.
17376
17377 * keyboard.c (Qdeactivate_mark): New var.
17378 (command_loop_1): Use it to call `deactivate-mark'.
17379 (syms_of_keyboard): Initialize it.
17380
17381 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
17382 to another frame.
17383 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
17384 Don't call set_tty_color_mode.
17385 (store_frame_param): Reset previous_frame rather than call
17386 set_tty_color_mode.
17387 * term.c (set_tty_color_mode): Rewrite.
17388 * dispextern.h (set_tty_color_mode): New type.
17389 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
17390
17391 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17392
17393 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
17394 for generic chars, which do not exist any more in emacs-unicode.
17395
17396 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
17397
17398 * coding.c (detect_coding_emacs_mule)
17399 (Ffind_operation_coding_system): Fix typo.
17400
17401 2008-04-08 Jason Rumney <jasonr@gnu.org>
17402
17403 * w32uniscribe.c (SNAME): Extract only symbol name.
17404
17405 * w32font.h (struct w32_metric_cache): New struct.
17406 (w32font_info): Use it.
17407 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
17408 (CACHE_BLOCKSIZE): New constants.
17409
17410 * w32font.c (Qja, Qko, Qzh): New symbols.
17411 (syms_of_w32font): Initialise them.
17412 (font_matches_spec): Use them to filter by language.
17413 (recompute_cached_metrics): Remove function.
17414 (compute_metrics, clear_cached_metrics): New functions.
17415 (w32font_encode_char): Use them to manage metric cache.
17416 (w32font_text_extents): Cache metrics for all glyphs on demand.
17417 Delay converting glyph indices to WORD until needed.
17418 (w32font_open_internal): Initialize metric cache to empty.
17419 (registry_to_w32_charset): Charset should always be a symbol.
17420 (fill_in_logfont, list_all_matching_fonts): Family should
17421 always be a symbol.
17422
17423 2008-04-06 Jason Rumney <jasonr@gnu.org>
17424
17425 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
17426 Give up if glyph indices not supported. Use uniscribe obtained
17427 ABC widths for individual metrics. Map glyph clusters back to
17428 characters using fClusterStart flag. Return number of glyphs
17429 produced, not chars processed.
17430 (uniscribe_shape): Map char at FROM to current glyph.
17431
17432 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17433
17434 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
17435 Use SetMenuItemHierarchicalMenu.
17436
17437 2008-04-05 Jason Rumney <jasonr@gnu.org>
17438
17439 * image.c (pbm_load): Allow color values up to 65535.
17440 Throw an error if max_color_idx is outside the supported range.
17441 Report an error when image size is invalid.
17442 Read two bytes at a time when raw images have max_color_idx above 255.
17443
17444 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
17445
17446 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
17447 append "CCL: Quitted" when the CCL program is quitted.
17448 (setup_ccl_program): Initialize ccl->quit_silently to zero.
17449
17450 * ccl.h (struct ccl_program): New member quit_silently.
17451
17452 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
17453
17454 * search.c (compile_pattern_1): Treat non-nil and non-string of
17455 search-spaces-regexp as nil.
17456
17457 * minibuf.c (Fassoc_string): Tweak docstring.
17458
17459 2008-04-05 Eli Zaretskii <eliz@gnu.org>
17460
17461 * dired.c (Ffile_attributes): Support inode numbers wider than 32
17462 bits. Remove ugly WINDOWSNT-specific kludge introduced on
17463 2008-03-14 to force inode be positive.
17464
17465 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
17466 _S_* ones, since we now use our own sys/stat.h.
17467 (stat, fstat): Don't mangle the inode number.
17468 (init_user_info): Don't restrict UID and GID to 0-60000 range.
17469
17470 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17471
17472 * frame.h (struct frame): Give one more bit to `visible' since we use
17473 values larger than 1 to indicate obscured frames on ttys.
17474
17475 * keymap.c (Qkeymap_canonicalize): New var.
17476 (Fmap_keymap_internal): New fun.
17477 (describe_map): Use keymap-canonicalize.
17478
17479 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
17480 (Fundo_boundary): Set them.
17481 (syms_of_undo): Initialize them.
17482 (record_point): Use them instead of last_point_position*.
17483 (last_undo_buffer): Change type.
17484
17485 2008-04-04 Jason Rumney <jasonr@gnu.org>
17486
17487 * w32font.c (w32font_text_extents): Use font's ascent and descent.
17488 (recompute_cached_metrics): Don't set ascent and descent per char.
17489
17490 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
17491 (uniscribe_check_otf): Add GC protection before consing.
17492 Rearrange loop for counting features.
17493
17494 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17495
17496 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
17497 buffer with byte-size of source buffer.
17498
17499 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
17500
17501 * callint.c (Fcall_interactively): Handle temporary region even
17502 when shift-select-mode is off.
17503
17504 2008-04-03 Jason Rumney <jasonr@gnu.org>
17505
17506 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
17507
17508 2008-04-03 Kenichi Handa <handa@m17n.org>
17509
17510 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
17511 (CATEGORY_MASK_UTF_16): Likewise.
17512 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
17513 binary file.
17514 (detect_coding): Add null-byte detection for a binary file.
17515 (detect_coding_system): Likewise.
17516
17517 2008-04-03 Jason Rumney <jasonr@gnu.org>
17518
17519 * w32uniscribe.c: New file.
17520
17521 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
17522
17523 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
17524
17525 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
17526 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
17527 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
17528 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
17529 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
17530 (Qphonetic): New symbols.
17531 (syms_of_w32font): Initialize them.
17532 (font_supported_scripts): Use them.
17533 (w32font_list_family): List all charsets.
17534 (w32font_text_extents, recompute_cached_metrics): Fix metric
17535 calculations.
17536 (w32_enumfont_pattern_entity): Make full_type a DWORD.
17537 Give opentype fonts their own format.
17538 (font_matches_spec): New arguments backend and logfont.
17539 Handle :otf spec for uniscribe backend.
17540 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
17541 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
17542
17543 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
17544 font backend.
17545 (globals_of_w32fns): Initialize uniscribe font backend.
17546
17547 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
17548 dependencies.
17549 (w32uniscribe.$(O)): New file to build.
17550 (FONT_OBJ): Include w32uniscribe.$(O).
17551 (LIBS): Add uniscribe libraries.
17552
17553 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
17554
17555 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
17556
17557 * callint.c (Vshift_select_mode): New var.
17558 (Finteractive): Document new ^ spec.
17559 (Fcall_interactively): Call handle-shift-selection if the ^ spec
17560 is present.
17561
17562 * keyboard.c (Vthis_command_keys_shift_translated): New var.
17563 (command_loop_1): Avoid running the direct display versions of
17564 forward-char and backward-char if shift-selection may occur.
17565 (read_key_sequence): Set Vthis_command_keys_shift_translated if
17566 shift-translation takes place.
17567
17568 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
17569 avoid clobbering by define-minor-mode.
17570
17571 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
17572 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
17573
17574 * syntax.c (Fforward_word): Add ^ interactive spec.
17575
17576 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
17577 (Fscroll_right): Add ^ interactive spec.
17578
17579 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17580
17581 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
17582
17583 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
17584
17585 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
17586
17587 2008-03-31 Juri Linkov <juri@jurta.org>
17588
17589 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
17590
17591 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
17592
17593 * gtkutil.c (xg_set_geometry): Fix indentation.
17594 (xg_resize_outer_widget): Remove.
17595 (x_wm_size_hint_off): Fix indentation.
17596 (xg_frame_set_char_size): Call flush_and_sync after
17597 gtk_window_resize.
17598 (x_wm_set_size_hint): Pass NULL as geometry window to
17599 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
17600 Add menu bar and tool bar height to base height.
17601 (xg_update_frame_menubar, free_frame_menubar)
17602 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
17603 (update_frame_tool_bar, free_frame_tool_bar):
17604 Change xg_resize_outer_widget to xg_frame_set_char_size.
17605
17606 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
17607
17608 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
17609 (Fdbus_call_method): New parameter TIMEOUT.
17610 (dbus-send-signal): Optimize UNGCPRO call.
17611
17612 2008-03-29 Juri Linkov <juri@jurta.org>
17613
17614 * window.c (Fdisplay_buffer): Move call to
17615 Vsplit_window_preferred_function out of conditions that check
17616 if window is eligible for vertical splitting.
17617 When Vsplit_window_preferred_function is non-nil, call it and use
17618 its non-nil return value as window. Otherwise, continue doing
17619 vertical splitting using Fsplit_window with arg horflag=nil.
17620 (syms_of_window) <Vsplit_window_preferred_function>: Change the
17621 default value from `split-window' to nil.
17622
17623 2008-03-29 Juri Linkov <juri@jurta.org>
17624
17625 * callint.c (Fcall_interactively): Revert 2008-03-16 change
17626 for interactive code letters 'b' and 'B'.
17627
17628 2008-03-29 Eli Zaretskii <eliz@gnu.org>
17629
17630 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
17631 multibyte string.
17632
17633 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17634
17635 * keyboard.c (pending_funcalls): New var.
17636 (timer_check): Run it.
17637 (syms_of_keyboard): Initialize it.
17638 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
17639 (Vdelete_terminal_functions): New vars.
17640 (syms_of_terminal): Initialize them.
17641 (Fdelete_terminal): Run delete-terminal-functions.
17642 * xdisp.c (safe_eval): Rewrite.
17643 (safe_call2): New fun.
17644 * frame.c (Qdelete_frame_functions): New var.
17645 (syms_of_frame): Initialize it.
17646 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
17647 * lisp.h (safe_call2, pending_funcalls): Declare.
17648
17649 2008-03-28 Andreas Schwab <schwab@suse.de>
17650
17651 * indent.c (Fmove_to_column): Move declaration before statements.
17652
17653 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
17654
17655 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
17656 (struct frame): Use bit fields for boolean vars.
17657
17658 * process.c (server_accept_connection): Simplify naming.
17659 (emacs_get_tty_pgrp): Use SDATA.
17660
17661 * coding.c (decode_coding_object): Fix last change.
17662
17663 2008-03-27 Jason Rumney <jasonr@gnu.org>
17664
17665 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
17666
17667 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
17668
17669 * charset.c (Fdefine_charset_internal): Change the way of
17670 registering charsets in Vcharset_order_list.
17671 (syms_of_charset): Make the charset `eight-bit' supplementary.
17672
17673 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
17674
17675 * regex.c (EXTEND_BUFFER): Change order of pointer addition
17676 operations, to avoid having the difference between pointers
17677 overflow.
17678
17679 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17680
17681 * indent.c (check_display_width): New fun.
17682 (scan_for_column): Use it.
17683
17684 * data.c (syms_of_data): Mark most-positive-fixnum and
17685 most-negative-fixnum as constants.
17686
17687 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
17688
17689 * indent.c (scan_for_column): Extract from current_column_1.
17690 Merge with the same code from Fmove_to_column.
17691 (current_column_1, Fmove_to_column): Use it.
17692
17693 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
17694
17695 * keymap.c (map_keymap_internal): New fun.
17696 (map_keymap): Use it.
17697 (Fmap_keymap_internal): New fun.
17698 (Fmap_keymap): Remove left-out test from before make_save_value.
17699
17700 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
17701
17702 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
17703 Use XCAR/XCDR.
17704
17705 * process.h (struct Lisp_Process): Remove filter_multibyte.
17706 * process.c (QCfilter_multibyte): Remove.
17707 (setup_process_coding_systems): Don't use filter_multibyte.
17708 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
17709 (read_process_output): Don't adjust multibyteness to filter_multibyte.
17710 (Fset_process_filter_multibyte): Change the coding-system to
17711 approximate the previous behavior.
17712 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
17713 coding-system.
17714
17715 * coding.c (decode_coding_object): When not decoding into a buffer,
17716 obey the coding system's preference of (uni|multi)byte.
17717
17718 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17719
17720 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
17721 every char is changed and has a different byte-length.
17722 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
17723 Fix int -> EMACS_INT.
17724
17725 2008-03-23 David Hansen <david.hansen@gmx.net>
17726
17727 * dbusbind.c (xd_read_message): Remove extra copying of message
17728 strings. Check for NULL `interface' or `member'.
17729
17730 2008-03-22 Eli Zaretskii <eliz@gnu.org>
17731
17732 * w32.c (readdir): If FindFirstFile/FindNextFile return in
17733 cFileName a file name that includes `?' characters, use the 8+3
17734 alias in cAlternateFileName instead.
17735
17736 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
17737
17738 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
17739
17740 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17741
17742 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
17743 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
17744 work on current_buffer only instead (that was already the case
17745 for some of the code anyway).
17746 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
17747 (temp_set_point, temp_set_point_both): Use EMACS_INT.
17748 (SET_PT, SET_PT_BOTH): Adjust.
17749 * intervals.h (set_point, temp_set_point, set_point_both)
17750 (temp_set_point_both): Remove redundant declarations.
17751
17752 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17753
17754 * fileio.c (Finsert_file_contents):
17755 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
17756 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
17757 when buffer != current_buffer anyway.
17758
17759 2008-03-20 Andreas Schwab <schwab@suse.de>
17760
17761 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
17762 as default.
17763
17764 2008-03-19 Jason Rumney <jasonr@gnu.org>
17765
17766 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
17767 (syms_of_w32fns): Initialize them.
17768 (HOURGLASS_ID): New constant.
17769 (x_window_to_frame): Don't check hourglass_window.
17770 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
17771 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
17772 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
17773 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
17774 Only change the cursor if hourglass is not active.
17775 (Fx_create_frame): Initialize frame's current_cursor.
17776 (hourglass_atimer): Remove.
17777 (hourglass_started): New function.
17778 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
17779 (show_hourglass): Adapt to w32, changing argument to frame.
17780
17781 * w32term.h (struct w32_output): Remove hourglass_window.
17782 Add current_cursor.
17783
17784 * eval.c (call_debugger, Fsignal):
17785 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
17786 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
17787 (Fexecute_extended_command, cancel_hourglass_unwind):
17788 * minibuf.c (read_minibuf):
17789 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
17790
17791 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
17792
17793 * window.c (run_funs): New fun.
17794 (run_window_configuration_change_hook): Use it to run the buffer-local
17795 and the global part of the hook.
17796
17797 * xdisp.c (format_mode_line_unwind_data): Add window argument.
17798 (unwind_format_mode_line): Restore selected window.
17799 (x_consider_frame_title, Fformat_mode_line): Set selected window.
17800
17801 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17802
17803 * editfns.c (Fchar_equal): Check they are valid characters.
17804
17805 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
17806
17807 2008-03-17 Andreas Schwab <schwab@suse.de>
17808
17809 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
17810 against a charset.
17811
17812 * lisp.h (Fbuffer_list): Declare.
17813
17814 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
17815
17816 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
17817 handlebox_widget is != 0.
17818
17819 2008-03-16 Juri Linkov <juri@jurta.org>
17820
17821 * callint.c (Fcall_interactively): For interactive code letters
17822 'b' and 'B' put the buffer list into the list of default "future"
17823 values of the minibuffer.
17824
17825 2008-03-16 Andreas Schwab <schwab@suse.de>
17826
17827 * keyboard.c (read_key_sequence): Fix downcasing of letters with
17828 modifiers.
17829
17830 * regex.c (re_match_2_internal): Correct matching of a charset
17831 against latin-1 characters.
17832
17833 2008-03-16 Kenichi Handa <handa@m17n.org>
17834
17835 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
17836 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
17837 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
17838 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
17839 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
17840 CHAR_STRING_ADVANCE.
17841 (produce_chars): Fix for the case that the source and the
17842 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
17843 instead of CHAR_STRING_ADVANCE.
17844 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
17845 STRING_CHAR_ADVANCE.
17846
17847 2008-03-15 Andreas Schwab <schwab@suse.de>
17848
17849 * regex.c (re_match_2_internal): Correct matching of eight bit
17850 characters in unibyte strings.
17851
17852 2008-03-15 Martin Rudalics <rudalics@gmx.at>
17853
17854 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
17855 at end of range when it coincides with the end of the buffer.
17856
17857 2008-03-14 Eli Zaretskii <eliz@gnu.org>
17858
17859 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
17860
17861 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
17862
17863 2008-03-14 Jason Rumney <jasonr@gnu.org>
17864
17865 * editfns.c (initial_tz): New variable.
17866 (syms_of_editfns): Initialize it.
17867 (Fset_time_zone_rule): Set it when first called.
17868 Use it when TZSTRING is nil.
17869
17870 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
17871 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
17872 (monitor_from_point_fn, get_monitor_info_fn): New globals.
17873 (globals_of_w32fns): Initialize them.
17874 (compute_tip_xy): Use them to position tooltips.
17875
17876 2008-03-14 Glenn Morris <rgm@gnu.org>
17877
17878 * emacs.c (main): Revert previous change.
17879 (standard_args): Revert -internal-script back to -scriptload,
17880 and remove the long-option form.
17881
17882 2008-03-13 Glenn Morris <rgm@gnu.org>
17883
17884 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
17885 Remove option -enable-font-backend.
17886
17887 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17888
17889 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
17890
17891 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
17892
17893 * xterm.c (x_connection_closed): For GTK: If this is the last
17894 terminal just exit without closing the display.
17895
17896 2008-03-11 Jason Rumney <jasonr@gnu.org>
17897
17898 * w32font.c (w32font_full_name): Use floor to round.
17899
17900 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
17901
17902 * sound.c (alsa_configure): Declare vol at beginning of block.
17903
17904 * fontset.c (Ffontset_info): Remove extra semicolon.
17905
17906 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17907
17908 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
17909 size of resulting string.
17910
17911 2008-03-10 Jason Rumney <jasonr@gnu.org>
17912
17913 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
17914
17915 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17916
17917 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
17918 Don't pretend as if characters with display property haven't been
17919 consumed for string-replacing-string case.
17920
17921 2008-03-08 Kim F. Storm <storm@cua.dk>
17922
17923 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
17924 (get_next_display_element, next_element_from_string)
17925 (next_element_from_ellipsis, next_element_from_buffer): Use it.
17926
17927 2008-03-08 Andreas Schwab <schwab@suse.de>
17928
17929 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
17930
17931 2008-03-06 Jason Rumney <jasonr@gnu.org>
17932
17933 * w32font.c (w32_registry): Take font_type argument. Use ANSI
17934 when charset not specified. Only translate ANSI to unicode when
17935 font_type is truetype.
17936 (w32font_coverage_ok): New function.
17937 (add_font_entity_to_list): Use it to filter unsuitable fonts.
17938
17939 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
17940
17941 * lread.c (Fread_char): Resolve modifiers.
17942 (Fread_char_exclusive): Likewise.
17943
17944 * character.c (char_resolve_modifier_mask): New function.
17945 (char_string): Use char_resolve_modifier_mask.
17946 (Fchar_resolve_modifiers): New function.
17947 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
17948 function.
17949
17950 2008-03-04 Jason Rumney <jasonr@gnu.org>
17951
17952 * makefile.w32-in: Always include w32font.c in the build.
17953 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
17954
17955 2008-03-04 Andreas Schwab <schwab@suse.de>
17956
17957 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
17958 (versionclean): Likewise.
17959
17960 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
17961
17962 * .cvsignore: Add oo.
17963
17964 2008-03-03 Andreas Schwab <schwab@suse.de>
17965
17966 * coding.c (decode_coding_object): Inhibit gap shrinking while
17967 decoding in place.
17968
17969 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17970
17971 * w32term.c: Remove unused include "gnu.h".
17972 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
17973
17974 * gnu.h: Rename to ...
17975 * emacs-icon.h: ... this.
17976 * xterm.c: Use emacs-icon.h instead of gnu.h.
17977 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
17978
17979 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
17980
17981 * w32font.c: Include math.h.
17982
17983 2008-03-03 Jason Rumney <jasonr@gnu.org>
17984
17985 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
17986 Compute options separately.
17987 (w32font_open_internal): Set glyph_idx before caching metrics.
17988
17989 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
17990 Define if system headers don't.
17991 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
17992 (w32font_encode_char): Don't declare here.
17993
17994 * w32font.c (Quniscribe, QCformat): New symbols.
17995 (syms_of_w32font): Define them.
17996 (w32font_has_char): Indicate uncertainty.
17997 (w32font_encode_char): Encode as glyph point. Make static.
17998 (recompute_cached_metrics): New function.
17999 (w32font_open_internal): Use it. Set font to use glyph points
18000 initially. Set format based on type of font.
18001 (w32font_text_extents, w32font_draw): Optionally use glyph points.
18002 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
18003 on it. Set format based on information available here.
18004 (add_font_entity_to_list): Identify backend based on opentype_only.
18005
18006 2008-03-02 Andreas Schwab <schwab@suse.de>
18007
18008 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
18009
18010 * coding.c (decode_coding_big5, produce_chars):
18011 Fix typos in last change.
18012
18013 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
18014
18015 * gnu.h: New icon.
18016
18017 2008-03-02 Kenichi Handa <handa@m17n.org>
18018
18019 * coding.c (decode_coding_utf_8): When eol-type of CODING is
18020 `dos', don't decode '\r' if that is the last in the source.
18021 (decode_coding_utf_16, decode_coding_emacs_mule)
18022 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18023 (decode_coding_raw_text, decode_coding_charset): Likewise.
18024 (produce_chars): Don't decode EOL here. Use EMACS_INT.
18025
18026 2008-03-01 Jason Rumney <jasonr@gnu.org>
18027
18028 * w32font.c (w32font_full_name): Report point size for scalable fonts.
18029
18030 2008-03-01 Kim F. Storm <storm@cua.dk>
18031
18032 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
18033
18034 2008-03-01 Jason Rumney <jasonr@gnu.org>
18035
18036 * w32font.c (w32font_full_name): New function.
18037 (w32font_open_internal): Use it.
18038
18039 2008-03-01 Kim F. Storm <storm@cua.dk>
18040
18041 * dispnew.c (line_draw_cost): Fix invalid glyph check.
18042
18043 2008-03-01 Jason Rumney <jasonr@gnu.org>
18044
18045 * font.c (font_unparse_fcname): Increase len when style is a symbol.
18046
18047 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
18048
18049 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
18050 xg_frame_resized when the event is for the edit widget.
18051
18052 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
18053
18054 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
18055 set_char_size.
18056 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
18057 operations on widgets here. Just set frame size if needed.
18058 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
18059 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
18060 (x_wm_set_size_hint): Set size hints on the edit widget only, not
18061 the whole frame.
18062 (xg_create_tool_bar): Move attachment of the tool bar to
18063 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
18064 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
18065
18066 2008-03-01 Jason Rumney <jasonr@gnu.org>
18067
18068 * w32fns.c (w32_msg_pump): Disable debug code.
18069
18070 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18071
18072 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
18073
18074 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
18075
18076 * xdisp.c (next_overlay_string): Don't set
18077 overlay_strings_at_end_processed_p if we're currently reading from
18078 a display string.
18079
18080 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
18081
18082 * xdisp.c (get_overlay_strings_1): Fix typo.
18083
18084 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
18085
18086 * xdisp.c (get_overlay_strings_1): Add missing argument type.
18087
18088 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
18089
18090 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
18091
18092 * xdisp.c (display_mode_element): Cancel the previous change.
18093 (decode_mode_spec): Likewise.
18094 (handle_auto_composed_prop): Don't make composition if it->string
18095 is a string.
18096
18097 2008-02-27 Kim F. Storm <storm@cua.dk>
18098
18099 * lisp.h (GLYPH): Change type from int to struct with separate char
18100 and face_id members.
18101 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
18102 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
18103 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
18104 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
18105 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
18106 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
18107 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
18108 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
18109 handle new Lisp glyph code encoding, either an integer or a cons.
18110
18111 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
18112 (GLYPH_ALIAS): Delete.
18113 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
18114 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
18115 (GLYPH_FROM_CHAR): Replace macro by ...
18116 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
18117
18118 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
18119 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
18120 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
18121 (GLYPH_INVALID_P): New macro.
18122 (spec_glyph_lookup_face): Update prototype.
18123
18124 * dispnew.c (line_draw_cost): Adapt to new glyph type.
18125 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
18126 new glyph code encoding.
18127 (spec_glyph_lookup_face): No return value; update passed glyph instead.
18128 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
18129
18130 * xdisp.c (get_next_display_element, next_element_from_display_vector):
18131 Adapt to new glyph type and new glyph code encoding.
18132
18133 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
18134
18135 * indent.c (current_column, current_column_1, Fmove_to_column)
18136 (compute_motion): Adapt to new glyph code encoding.
18137
18138 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
18139
18140 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
18141
18142 * process.c (wait_reading_process_output): Check for window
18143 changes caused by timers.
18144 Suggested by Johan Bockgård.
18145
18146 2008-02-27 Glenn Morris <rgm@gnu.org>
18147
18148 * emacs.c (USAGE1): Add `--disable-font-backend'.
18149
18150 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
18151
18152 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
18153 is made to the buffer.
18154
18155 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18156
18157 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
18158 (face_at_string_position):
18159 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
18160 (face_at_string_position):
18161 * xdisp.c (display_string, next_overlay_change):
18162 * buffer.h (overlays_at):
18163 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
18164 Update callers.
18165
18166 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
18167
18168 * editfns.c (Fformat): Doc fix.
18169
18170 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
18171
18172 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
18173 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
18174 (Ffont_otf_alternates, Fquery_font): Doc fixes.
18175
18176 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18177
18178 * buffer.c (Fbuffer_swap_text): New function.
18179 (syms_of_buffer): Defsubr it.
18180
18181 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
18182
18183 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
18184
18185 2008-02-25 Jason Rumney <jasonr@gnu.org>
18186
18187 * w32font.c (w32font_draw): Draw one character at a time when padding.
18188
18189 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18190
18191 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
18192 Handle a nil arg. Use run_window_configuration_change_hook.
18193 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
18194 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
18195 Use run_window_configuration_change_hook.
18196
18197 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18198
18199 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
18200 1-pixel width.
18201
18202 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18203
18204 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
18205 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
18206 if the glyph in the font is zero pixel with.
18207
18208 * dispextern.h (struct glyph_string): New member padding_p.
18209
18210 * w32font.c (w32font_draw): Pay attention to s->padding_p.
18211
18212 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
18213
18214 * xfont.c (xfont_draw): Pay attention to s->padding_p.
18215
18216 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
18217
18218 * font.c: If the font driver doesn't have `shape' function, return Qnil.
18219
18220 2008-02-25 Jason Rumney <jasonr@gnu.org>
18221
18222 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
18223
18224 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18225
18226 Allow fine-grained image-cache flushing.
18227 * dispextern.h (struct image): Add `dependencies' field.
18228 (clear_image_caches): Change arg to Lisp_Object.
18229 * image.c (make_image): Initialize `dependencies' field.
18230 (clear_image_cache): Change arg to allow fine-grained flushing.
18231 Perform the flush even if image-cache-eviction-delay is nil.
18232 (clear_image_caches): Change arg to Lisp_Object.
18233 (Fclear_image_cache): Expand meaning of the argument.
18234 (mark_image): Mark `dependencies' field.
18235 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
18236 (lface_hash): Use XHASH rather than XFASTINT.
18237 (face_at_buffer_position): Fix int -> EMACS_INT position.
18238 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
18239 (select_frame_for_redisplay): Remove code duplication.
18240 (redisplay_internal): Adapt arg to call to clear_image_caches.
18241
18242 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
18243
18244 * s/vms4-0.h:
18245 * s/vms4-2.h:
18246 * s/vms4-4.h:
18247 * s/vms5-5.h: Remove, unused.
18248
18249 * s/irix5-2.h:
18250 * s/irix6-0.h:
18251 * s/riscos5.h:
18252 * s/mach-bsd4-3.h:
18253 * m/mips4.h: Remove files for obsolete systems.
18254
18255 * Makefile.in:
18256 * filelock.c:
18257 * unexmips.c:
18258 * m/hp9000s300.h:
18259 * m/iris4d.h:
18260 * s/aix3-1.h:
18261 * s/hpux.h:
18262 * s/msdos.h:
18263 * s/usg5-0.h:
18264 * s/usg5-2-2.h:
18265 * s/usg5-2.h:
18266 * s/usg5-3.h: Remove references to obsolete variables.
18267
18268 * s/irix5-0.h: Remove, move all the contents ...
18269 * s/irix6-5.h: ... here. Simplify.
18270 * config.in: Regenerate.
18271
18272 2008-02-24 Jason Rumney <jasonr@gnu.org>
18273
18274 * w32term.c (x_draw_glyph_string_background): Clear the background
18275 manually when cleartype is in use.
18276 (x_draw_glyph_string_foreground): Draw text transparently when
18277 cleartype is in use.
18278
18279 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
18280 a font into it unless we have to.
18281
18282 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18283
18284 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
18285 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
18286
18287 2008-02-18 Jason Rumney <jasonr@gnu.org>
18288
18289 * w32fns.c (Fw32_shell_execute): Encode parameters.
18290
18291 2008-02-09 Eli Zaretskii <eliz@gnu.org>
18292
18293 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
18294
18295 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
18296
18297 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
18298
18299 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
18300
18301 * xterm.c (x_set_offset): Don't change the gravity if
18302 CHANGE_GRAVITY is -1.
18303
18304 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
18305
18306 * fileio.c (auto_save_error_occurred): New var.
18307 (auto_save_error): Set it.
18308 (Fdo_auto_save): Don't overwrite the error message if an auto-save
18309 error occurred.
18310
18311 2008-02-23 Eli Zaretskii <eliz@gnu.org>
18312
18313 * w32.c (globals_of_w32): Add initializations for
18314 g_b_init_get_sid_sub_authority and
18315 g_b_init_get_sid_sub_authority_count.
18316
18317 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
18318
18319 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
18320 (font_parse_xlfd): Use them for sanity check.
18321 (Finternal_set_font_style_table): Make sure the table is bijective.
18322
18323 Consolidate the image_cache to the terminal struct.
18324 * termhooks.h (P_): Remove redundant def.
18325 (struct terminal): New field `image_cache'.
18326 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
18327 of FRAME_X_IMAGE_CACHE.
18328 * xterm.h (struct x_display_info): Remove image_cache field.
18329 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18330 * w32term.h (struct w32_display_info): Remove image_cache field.
18331 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18332 * macterm.h (struct mac_display_info): Remove image_cache field.
18333 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
18334 * xterm.c (x_term_init):
18335 * w32term.c (w32_term_init):
18336 * macterm.c (mac_term_init): Set the image_cache in the terminal.
18337 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
18338 Remove declarations.
18339 (clear_image_caches, mark_image_cache): New declarations.
18340 * xfaces.c (clear_face_cache):
18341 * xdisp.c (redisplay_internal): Use clear_image_caches.
18342 * image.c (clear_image_cache): Don't check that a frame is on
18343 a window-system before checking if it shares the same cache.
18344 (clear_image_caches): New function.
18345 (Fclear_image_cache): Use it.
18346 (mark_image): Move from allo.c.
18347 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
18348 * alloc.c (mark_image, mark_image_cache): Move to image.c.
18349 (mark_object): Don't call mark_image_cache for frames.
18350 (mark_terminals): Call mark_image_cache.
18351
18352 * lisp.h (Fdelete_terminal): Declare.
18353
18354 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
18355 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
18356 wrong_type_argument.
18357
18358 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18359
18360 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
18361 malayalam.el, and tamil.el. Add sinhala.el.
18362
18363 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18364
18365 * xterm.c (x_connection_closed): Consolidate identical tests.
18366 (x_delete_terminal): Don't crash if called via x_connection_closed.
18367
18368 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18369
18370 * xdisp.c (decode_mode_spec): New arg string.
18371 (display_mode_element): Adjust for the above change.
18372
18373 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18374
18375 * callint.c (Fcall_interactively): Use AREF.
18376
18377 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18378
18379 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
18380
18381 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
18382
18383 * xfns.c (Fx_show_tip): Set string to " " if empty.
18384
18385 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18386
18387 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
18388 with Qt.
18389
18390 2008-02-17 Kenichi Handa <handa@m17n.org>
18391
18392 * ftfont.c (ftfont_shape): Return Lispy number.
18393
18394 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
18395 for GCs.
18396 (Finternal_set_font_selection_order): Call font_update_sort_order
18397 only when enable_font_backend is set.
18398 (realize_x_face): Set face->font_info to that of default face only
18399 when enable_font_backend is set.
18400
18401 * xdisp.c (handle_composition_prop): Set it->c to the fist
18402 character of the composed region.
18403 (fill_composite_glyph_string): Set base_face->font_info to
18404 s->font_info. Get a face for ascii from base_face->ascii_face.
18405 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
18406 with a face already decided.
18407 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
18408 non-negative.
18409 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
18410 call font_prepare_composition unconditionally.
18411
18412 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
18413
18414 * xterm.h (struct x_display_info): New member font.
18415
18416 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
18417 (x_set_mouse_face_gc, x_new_font): Likewise.
18418 (x_term_init): Setup display_info->font.
18419 (x_delete_terminal): Free display_info->font.
18420
18421 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
18422
18423 * ftxfont.c (ftxfont_default_fid): Delete it.
18424 (ftxfont_open): Set xfont->fid to 0.
18425 (ftxfont_end_for_frame): Clear data specific to the frame and the
18426 font-driver.
18427
18428 * xftfont.c (xftfont_default_fid): Delete it.
18429 (xftfont_open): Set xfont->fid to 0.
18430
18431 * fontset.c (FONTSET_OBJLIST): New macro.
18432 (fontset_find_font): Update font-object list of the fontset.
18433 (free_realized_fontset): New function.
18434 (free_face_fontset): Call free_realized_fontset.
18435 (Ffont_info): Call font_close_object only when enable_font_backend
18436 is set.
18437
18438 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
18439 [HAVE_NTGUI]: Include w32term.h.
18440 [MAC_OS]: Include macterm.ch.
18441 (font_otf_ValueRecord): Use make_number.
18442 (font_finish_cache): Fix handling of reference count.
18443 (font_clear_cache): Update num_fonts.
18444 (font_open_entity): Update smallest_char_width and
18445 smallest_font_height of the frame.
18446 (font_close_object): Update num_fonts.
18447 (Fclear_font_cache): Fix finding the target cache data.
18448
18449 2008-02-16 Glenn Morris <rgm@gnu.org>
18450
18451 * fontset.c (Finternal_char_font): Fix compilation warning.
18452
18453 2008-02-16 Eli Zaretskii <eliz@gnu.org>
18454
18455 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
18456 instead of char arrays. Enlarge the size of array passed to
18457 get_token_information.
18458
18459 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
18460 warnings.
18461
18462 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18463
18464 * .gdbinit: Don't set `args', it breaks gdb --args.
18465
18466 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18467
18468 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
18469 within a narrowed buffer.
18470
18471 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
18472
18473 * coding.c (decode_coding_object, encode_coding_object):
18474 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
18475
18476 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18477
18478 * coding.c (coding_set_destination): Use BEG_BYTE rather than
18479 hardcoding 1.
18480 (detect_coding_system):
18481 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
18482 (string_char_to_byte, string_byte_to_char, insert_from_gap):
18483 * insdel.c (insert_from_gap):
18484 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
18485 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
18486 (string_to_multibyte):
18487 * character.c (chars_in_text, multibyte_chars_in_text):
18488 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
18489
18490 * character.h (FETCH_STRING_CHAR_ADVANCE)
18491 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
18492 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
18493 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
18494
18495 * casefiddle.c (casify_region): Only call after-change and composition
18496 functions on the part of the region that was changed.
18497
18498 * keyboard.c (read_avail_input):
18499 * frame.c (Fdelete_frame): Call Fdelete_terminal.
18500
18501 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18502
18503 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
18504 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
18505
18506 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
18507
18508 * w32menu.c (push_submenu_start, push_submenu_end)
18509 (push_left_right_boundary, push_menu_pane, push_menu_item):
18510 * keyboard.c (read_key_sequence): Don't pass args with side effects
18511 to AREF, it fails when compiling with -DENABLE_CHECKING.
18512
18513 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
18514
18515 * Makefile.in (${lispsource}international/charprop.el):
18516 Delete this target.
18517
18518 * search.c (boyer_moore): Fix incorrect synching of the trunk and
18519 emacs-unicode-2.
18520
18521 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18522
18523 * terminal.c (Fdelete_terminal): Clean up the `force' path.
18524
18525 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18526
18527 * frame.c (Qnoelisp): New symbol.
18528 (syms_of_frame): Initialize it.
18529 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
18530 harmless Elisp code, from a strong `force' from x_connection_closed.
18531 * frame.h (Qnoelisp): Declare.
18532 * xterm.c (x_connection_closed): Pass `noelisp'.
18533
18534 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
18535 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
18536 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
18537 rather than `int' for the type of `type'.
18538
18539 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18540
18541 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
18542
18543 * Makefile.in (GNUC): Remove support for gcc-1.x.
18544
18545 2008-02-10 Richard Stallman <rms@gnu.org>
18546
18547 * lisp.h (ASET): Use AREF, not ASLOT.
18548
18549 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18550
18551 * lisp.h (ASET): Check bounds.
18552
18553 2008-02-10 Glenn Morris <rgm@gnu.org>
18554
18555 * buffer.c (mode-name): Doc fix.
18556
18557 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18558
18559 * Makefile.in:
18560 * emacs.c:
18561 * gmalloc.c:
18562 * keyboard.c:
18563 * lisp.h:
18564 * m/ibm370aix.h:
18565 * process.c:
18566 * regex.c:
18567 * s/hpux.h:
18568 * sysdep.c:
18569 * sysselect.h:
18570 * systty.h:
18571 * unexec.c:
18572 * w32term.c:
18573 * xsmfns.c:
18574 * xterm.c: Remove code that deals with obsolete variables.
18575
18576 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
18577
18578 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
18579 nothing else needs it anymore.
18580
18581 2008-02-09 Eli Zaretskii <eliz@gnu.org>
18582
18583 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
18584 instead of unibyte_char_to_multibyte.
18585
18586 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18587
18588 * s/gnu-linux.h: Remove commented out code.
18589
18590 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
18591
18592 * Makefile.in: Update what RMS says about using autoconf.
18593 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
18594 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
18595 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
18596 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
18597
18598 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18599
18600 * keymap.c (Fkey_description): Move side effect outside of macro call.
18601
18602 * xfaces.c (Finternal_make_lisp_face):
18603 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
18604
18605 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
18606 (syms_of_fontset): Use ASET.
18607
18608 * fns.c (concat): Move side effect outside of macro call.
18609 (hash_clear): Use ASET.
18610
18611 2008-02-08 Richard Stallman <rms@gnu.org>
18612
18613 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
18614 If FORCE, and frame has a surrogate minibuffer for another frame,
18615 delete the other frame first.
18616
18617 2008-02-07 Timo Savola <timo.savola@iki.fi>
18618
18619 * xterm.c (x_detect_focus_change): Handle embed client message.
18620 (handle_one_xevent): Ditto.
18621 (handle_one_xevent): If embedded and we get a button press/release,
18622 request focus.
18623 (xembed_set_info, xembed_send_message): New functions.
18624 (x_make_frame_visible): Call xembed_set_info if embedded.
18625 (x_make_frame_invisible): Call xembed_set_info if embedded.
18626 (x_term_init): Initialize Xatom_XEMBED.
18627 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
18628 (x_iconify_frame): Ditto.
18629
18630 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
18631 (enum xembed_info, enum xembed_message, enum xembed_focus)
18632 (enum xembed_modifier, enum xembed_accelerator): New.
18633 (xembed_set_info, xembed_send_message): Declare.
18634 (FRAME_X_EMBEDDED_P): New.
18635
18636 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
18637 gtk_plug_new.
18638
18639 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
18640 window ID of a frame.
18641 (x_window): Reparent frame if embedded.
18642 (Fx_create_frame): Don't set border width if embedded.
18643
18644 * emacs.c (USAGE3): Add --parent-id.
18645 (standard_args): Ditto.
18646
18647 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
18648
18649 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
18650
18651 2008-02-07 Jim Meyering <meyering@redhat.com>
18652
18653 Use "do...while (0)", not "if (1)...else" in macro definitions.
18654 The latter provokes a warning from gcc about the empty else, when
18655 followed by ";". Also, without that trailing semicolon, it would
18656 silently swallow up any following statement.
18657 * syntax.h (SETUP_SYNTAX_TABLE)
18658 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
18659 * buffer.h (DECODE_POSITION): Likewise.
18660 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
18661 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
18662 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
18663 (FETCH_CHAR_ADVANCE): Likewise.
18664 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
18665
18666 2008-02-07 Jim Meyering <meyering@redhat.com>
18667
18668 * lread.c [lint]: Don't include <sys/inode.h>.
18669
18670 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
18671
18672 * xselect.c (x_handle_dnd_message):
18673 * xmenu.c (digest_single_submenu, xmenu_show):
18674 * xdisp.c (with_echo_area_buffer_unwind_data)
18675 (format_mode_line_unwind_data, unwind_format_mode_line)
18676 (display_menu_bar):
18677 * eval.c (Ffetch_bytecode):
18678 * doc.c (store_function_docstring):
18679 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
18680 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
18681 * buffer.c (add_overlay_mod_hooklist): Use ASET.
18682
18683 2008-02-07 Kenichi Handa <handa@m17n.org>
18684
18685 * ftxfont.c (ftxfont_open): Don't set
18686 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
18687
18688 * ftfont.c (ftfont_open): Fix previous change.
18689
18690 2008-02-06 Jason Rumney <jasonr@gnu.org>
18691
18692 * w32font.c (w32font_text_extents): Fill in lbearing metric.
18693 Use cached metrics for ASCII characters.
18694 (w32font_open_internal): Don't set font's owning_frame.
18695 Cache metrics for ASCII characters.
18696
18697 * w32font.h (struct w32font_info): Add ascii_metrics.
18698 Remove owning_frame.
18699
18700 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
18701
18702 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
18703 to negative value.
18704
18705 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
18706
18707 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
18708
18709 * charset.c (syms_of_charset): Set QCtest and Qeq.
18710
18711 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18712
18713 * process.c (Fstart_process):
18714 * callproc.c (Fcall_process): Handle the case where
18715 Funhandled_file_name_directory returns nil.
18716
18717 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
18718 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
18719 * font.c (check_gstring): Use them and AREF to access the vector before
18720 we know it's really a gstring.
18721 (Ffont_shape_text): Fix typo.
18722 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
18723
18724 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
18725 Declare.
18726
18727 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
18728
18729 2008-02-05 Jason Rumney <jasonr@gnu.org>
18730
18731 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
18732 Set smallest_font_height and smallest_char_width in display info.
18733
18734 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
18735
18736 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
18737
18738 2008-02-05 Miles Bader <miles@gnu.org>
18739
18740 * xfaces.c (get_lface_attributes, merge_named_face)
18741 (lookup_named_face, lookup_derived_face, realize_named_face):
18742 Revert 2008-02-01 change by cyd@stupidchicken.com.
18743
18744 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
18745
18746 * fontset.c (Ffontset_info): Handle the case of inhibitting the
18747 fallback fonts.
18748 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
18749
18750 2008-02-04 Jason Rumney <jasonr@gnu.org>
18751
18752 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
18753 set full_name.
18754 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
18755
18756 2008-02-03 Jason Rumney <jasonr@gnu.org>
18757
18758 * makefile.w32-in (OBJ1): Include font.o here.
18759 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
18760
18761 2008-02-02 Jason Rumney <jasonr@gnu.org>
18762
18763 * makefile.w32-in (temacs): Bump EMHEAP to 21.
18764
18765 2008-02-01 Jason Rumney <jasonr@gnu.org>
18766
18767 * s/cygwin.h: Define VIRT_ADDR_VARIES.
18768
18769 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
18770
18771 2008-02-01 Andreas Schwab <schwab@suse.de>
18772
18773 * Makefile.in (shortlisp, lisp): Update for rename of
18774 ../lisp/language/myanmar.el.
18775
18776 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
18777
18778 * xfaces.c (get_lface_attributes): Delete function.
18779 (merge_named_face, lookup_named_face, lookup_derived_face)
18780 (realize_named_face): Call lface_from_face_name directly, and use
18781 the fact that merge_face_vectors does not alter its FROM argument.
18782
18783 2008-02-01 Jason Rumney <jasonr@gnu.org>
18784
18785 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
18786 input in the default locale. Handle non-Unicode multibyte input.
18787
18788 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18789
18790 * fontset.c (reorder_font_vector): Exclude nil elements from the
18791 font group. Don't try multiple fonts.
18792 (fontset_font): Adjust for the above change.
18793 (Finternal_char_font): Return nil if the found font doesn't
18794 contain the character ch.
18795
18796 * Makefile.in (lisp, shortlisp): Add cham.el.
18797
18798 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18799
18800 * font.h (FONTP): Make it return 1 also for a font-object.
18801
18802 * .gdbinit (xfontset): New function.
18803
18804 * font.c (font_find_for_lface): Check if the character C is
18805 supported or not only for the first font.
18806
18807 * fontset.c (reorder_font_vector): Fix typo.
18808 (fontset_find_font): Don't add a font-spec specifying a script.
18809 Use 0 (not Qt) for the indication of empty font-group. Change the
18810 format of RFONT-DEF. Return Qt if no font in the font-group
18811 support the character.
18812 (fontset_font): Adjust for the above change. If no font was
18813 found the character, remember that.
18814 (face_for_char): Adjust for the change of RFONT-DEF.
18815 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
18816 no font for the target.
18817 (Finternal_char_font): Adjust for the change of RFONT-DEF.
18818
18819 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18820
18821 * font.c (font_load_for_face): Handle the case that the font in
18822 face->lface is a string.
18823
18824 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18825
18826 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
18827
18828 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18829
18830 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
18831 Fix previous change. If the frame is not on a window system,
18832 signal an error.
18833
18834 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18835
18836 * coding.c (decode_coding_object, encode_coding_object): Adjust
18837 marker positions after conversion.
18838
18839 * lisp.h (struct Lisp_Marker): New member need_adjustment.
18840
18841 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18842
18843 * font.c (font_find_for_lface): Fix the handling of the return
18844 value of font_has_char.
18845 (Ffont_shape_text): Fix previous change.
18846
18847 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
18848 (fontset_ref_and_range): Delete it.
18849 (fontset_find_font): Call char_table_ref_and_range instead of
18850 FONTSET_REF_AND_RANGE.
18851 (make_fontset): Don't setup font groups of Latin here.
18852 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
18853 (new_fontset_from_font): Make the specified font the default for
18854 all Latin characters.
18855
18856 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18857
18858 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
18859 is on a window system before accessing the fontset of the frame.
18860
18861 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18862
18863 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
18864
18865 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
18866 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
18867
18868 * font.c (Ffont_shape_text): If the font driver doesn't have a
18869 shaper function, make zero-width glyphs to have at least one-pixel
18870 width. Fix setting of `to' field of glyphs.
18871
18872 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18873
18874 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
18875 glyphs.
18876
18877 * font.h (struct font_driver): Improve docstring of member `shape'.
18878
18879 2008-02-01 Kenichi Handa <handa@m17n.org>
18880
18881 * composite.c (syms_of_composite): Fix docstring of
18882 auto-composition-function.
18883
18884 * font.h (LGLYPH_SIZE): New macro.
18885
18886 * font.c (Ffont_fill_gstring): Stop filling when a character not
18887 supported by the font is found.
18888 (Ffont_shape_text): When a shape callback function returns nil,
18889 try at most two more times with larger gstring.
18890 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
18891
18892 * xdisp.c (handle_auto_composed_prop): Change the argument to
18893 auto-composition-function.
18894
18895 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
18896 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
18897 Lispy glyph and store it in the lgstring.
18898
18899 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
18900
18901 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
18902
18903 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18904
18905 * font.c (Ffont_shape_text): Avoid unnecessary composition.
18906
18907 * fontset.c (Vfont_encoding_charset_alist): New variable.
18908 (syms_of_fontset): DEFVAR it.
18909 (reorder_font_vector, fontset_find_font): Optimize for the case of
18910 no need of reordering.
18911 (face_for_char): Map the charset property by
18912 Vfont_encoding_charset_alist.
18913
18914 2008-02-01 Jason Rumney <jasonr@gnu.org>
18915
18916 * w32font.c (logfonts_match): Don't check adstyle here.
18917 (font_matches_spec): Check here against physical font instead.
18918 (add_font_entity_to_list): Avoid some substitutions.
18919
18920 * font.c (font_parse_fcname): Default weight and slant to normal.
18921 (font_score): Prefer normal fonts if weight or slant unspecified.
18922 (font_score) [WINDOWSNT]: Scale weight difference down to closer
18923 match freetype scores.
18924
18925 2008-02-01 Jason Rumney <jasonr@gnu.org>
18926
18927 * w32font.c (w32font_text_extents): Don't use the frame stored in the
18928 font, as it may have been deleted.
18929 (w32_enumfont_pattern_entity): Map generic family to adstyle using
18930 most common hyphenless variation.
18931 (logfonts_match): Check generic family.
18932 (font_matches_spec): Don't check generic family here.
18933 (fill_in_logfont): Set generic family based on adstyle.
18934
18935 * w32font.h (w32font_get_cache): Update declaration.
18936
18937 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18938
18939 * ftfont.c (ftfont_get_cache): Adjust the argument type.
18940
18941 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
18942 If none of the new drivers are available, call font_update_drivers
18943 with the old drivers.
18944
18945 * w32font.c (w32font_get_cache): Adjust the argument type.
18946
18947 * xfont.c (xfont_get_cache): Adjust the argument type.
18948
18949 * font.h (struct font_driver): Change argument type of get_cache.
18950
18951 * xftfont.c (xftfont_start_for_frame): Delete prototype.
18952
18953 * font.c (Ffont_get): Fix arguments to Fassoc.
18954 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
18955 (font_clear_cache): New function.
18956 (font_list_entities, font_matching_entity): Use font_get_cache.
18957 (font_update_drivers): Call font_clear_cache when finishing a driver.
18958
18959 * fontset.c (fontset_find_font): Fix previous change.
18960
18961 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18962
18963 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
18964 dpyinfo->font_table.
18965 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
18966 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
18967
18968 * font.c (font_at): Handle the case that the arg C is negative.
18969 Handle the unibyte case.
18970 (Ffont_at): Call font_at with the arg C -1.
18971
18972 * xdisp.c (handle_auto_composed_prop): Don't get a character at
18973 the position here, and call font_at with the arg C -1.
18974 Don't check the range of the existing composition at the point.
18975
18976 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18977
18978 * fontset.c (fontset_add): New args charset_id and family.
18979 Change caller.
18980 (load_font_get_repertory, fontset_find_font): Assume that
18981 font_spec is always a font-spec object.
18982 (Fset_fontset_font): Always store a font-spec object in a fontset.
18983
18984 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
18985 instead of get_property_and_range.
18986
18987 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18988
18989 * xftfont.c (struct xftfont_info): Delete the member ft_face.
18990 (xftfont_open): Don't keep locking face.
18991 (xftfont_close): Don't unlock face.
18992 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
18993
18994 * fontset.c (fontset_find_font): Don't prefer a font of
18995 supplementary charset.
18996
18997 2008-02-01 Kenichi Handa <handa@m17n.org>
18998
18999 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
19000 script, langsys_tag to langsys, new member script.
19001 (OTF_TAG_STR): Terminate by '\0'.
19002 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
19003 listing to the script specified in that property. Fix arg to
19004 OTF_check_features.
19005
19006 2008-02-01 Jason Rumney <jasonr@gnu.org>
19007
19008 * w32font.h: New file.
19009
19010 * w32font.c: Include it.
19011 (struct w32font_info): Add owning_frame field. Move to w32font.h.
19012 (w32font_open): Set owning_frame.
19013 (w32font_text_extents): Use owning_frame.
19014 (struct font_callback_data): Add opentype_only field.
19015 (add_font_entity_to_list): Use it to filter fonts.
19016 Don't check against full name.
19017 (w32font_list_internal): New function.
19018 (w32font_list): Use it.
19019 (w32font_match_internal): New function.
19020 (w32font_match): Use it.
19021 (w32font_open_internal): New function.
19022 (w32font_open): Use it.
19023 (w32font_get_cache, w32font_close, w32font_has_char)
19024 (w32font_encode_char, w32font_text_extents, w32font_draw):
19025 Make non-static.
19026
19027 * makefile.w32-in (w32font.o): Depend on w32font.h.
19028
19029 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19030
19031 * charset.c (Fdefine_charset_internal): Record a supplementary
19032 charset at the tail of Vcharset_order_list.
19033
19034 * font.c (Ffont_shape_text): Fix the return value.
19035
19036 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
19037
19038 * xdisp.c (handle_auto_composed_prop): Fix previous change.
19039
19040 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19041
19042 * ftfont.c (struct OpenTypeSpec): New struct.
19043 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
19044 (ftfont_get_open_type_spec): New function.
19045 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
19046
19047 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
19048
19049 2008-02-01 Jason Rumney <jasonr@gnu.org>
19050
19051 * w32font.c (add_font_entity_to_list): Compare only the beginning
19052 of full name.
19053
19054 2008-02-01 Kenichi Handa <handa@m17n.org>
19055
19056 * xdisp.c (handle_auto_composed_prop): Simplify the code.
19057 Never return HANDLED_RECOMPUTE_PROPS.
19058
19059 2008-02-01 Kenichi Handa <handa@m17n.org>
19060
19061 * font.c (font_gstring_produce): Delete it.
19062
19063 * composite.h (COMPOSITION_METHOD):
19064 Handle COMPOSITION_WITH_GLYPH_STRING.
19065
19066 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19067
19068 * xfont.c (Qx): Delete.
19069 (syms_of_xfont): Don't initialize Qx.
19070
19071 * composite.h (enum composition_method):
19072 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
19073
19074 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19075
19076 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
19077 (choose_face_font): Accept new form of font-spec.
19078
19079 * frame.h (font_driver_list): Declare it unconditionally.
19080 (struct frame): Define members font_driver_list and font_data_list
19081 unconditionally.
19082
19083 * fontset.c: Include "font.h" unconditionally.
19084 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
19085 (Fset_fontset_font): Accept a font-spec object.
19086
19087 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
19088 PIXEL_SIZE part a wild card.
19089
19090 * dispextern.h (struct glyph_string): Define members clip and
19091 num_clips unconditionally.
19092 (struct face): Define members font_info and extra unconditionally.
19093
19094 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
19095 ftfont_info only when HAVE_LIBOTF is defined.
19096
19097 2008-02-01 Andreas Schwab <schwab@suse.de>
19098
19099 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
19100 and end.
19101
19102 2008-02-01 Jason Rumney <jasonr@gnu.org>
19103
19104 * w32font.c (w32font_driver): Add new fields.
19105
19106 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19107
19108 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
19109 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
19110 (LIBES): Add @M17N_FLT_CFLAGS@.
19111
19112 * composite.c (compose_text): Don't treat the new style
19113 composition specially.
19114
19115 * emacs.c (main): Call syms_of_font unconditionally.
19116
19117 * font.h (FONT_ENTITY_NOT_LOADABLE)
19118 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
19119 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
19120 (struct font_driver): New member shape.
19121 (font_registry_charsets): Extern it.
19122 (font_find_for_lface, font_prepare_composition): Adjust prototype.
19123 (font_otf_capability, font_drive_otf): Delete their externs.
19124
19125 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
19126 (font_charset_alist, font_registry_charsets): Move from xfont.c
19127 and rename.
19128 (font_prop_validate_otf): New function.
19129 (font_property_table): Register it for QCotf.
19130 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
19131 (font_drive_otf): Delete.
19132 (font_prepare_composition): New arg F. Adjust for the change of
19133 lispy gstring.
19134 (font_find_for_lface): New arg C.
19135 (font_load_for_face): Adjust for the change of font_find_for_lface.
19136 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
19137 lispy gstring.
19138 (Ffont_shape_text): New function.
19139 (Fopen_font): If the font size is not given, use 12-pixel.
19140 (Ffont_at): New arg STRING.
19141 (syms_of_font): Initalize font_charset_alist.
19142 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
19143 conditionally.
19144
19145 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
19146 fonts of the same font-spec. Change the format of RFONT-DEF.
19147 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
19148 Adjust for the change of RFONT-DEF.
19149 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
19150
19151 * ftfont.h: New file.
19152
19153 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
19154 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19155 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19156 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
19157 font_otf_capability and font_drive_otf, set ftfont_shape.
19158 (ftfont_list): Adjust for the change of :otf property value.
19159 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
19160 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
19161 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
19162 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19163 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
19164 (otf_gstring, gstring, m17n_flt_initialized): New variables.
19165
19166 * w32term.c (x_draw_composite_glyph_string_foreground):
19167 Adjust for the change of lispy gstring.
19168
19169 * xdisp.c (handle_composition_prop): Adjust for the change of
19170 lispy gstring. Call a function for auto-composition with the
19171 third arg it->window.
19172 (fill_composite_glyph_string): Adjust for the change of lispy string.
19173 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
19174
19175 * xfaces.c (set_font_frame_param): Adjust for the change of
19176 font_find_for_lface.
19177
19178 * xfont.c (x_font_charset_alist): Move to font.c and rename.
19179 (xfont_registry_charsets): Likewise. Change caller.
19180 (syms_of_xfont): Don't handle x_font_charset_alist.
19181
19182 * xftfont.c: Include "ftfont.h".
19183 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19184 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19185 (xftfont_close) [HAVE_LIBOTF]: Close otf.
19186 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19187 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
19188 Set xftfont_driver.shape to xftfont_shape.
19189
19190 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
19191 the change of lispy gstring.
19192
19193 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19194
19195 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
19196
19197 2008-02-01 Jason Rumney <jasonr@gnu.org>
19198
19199 * w32font.c (w32font_draw): Fill background manually.
19200
19201 2008-02-01 Jason Rumney <jasonr@gnu.org>
19202
19203 * font.c (Qfontp): Remove unused symbol.
19204 (QCantialias): New symbol.
19205 (syms_of_font): Define it.
19206 (font_property_table): Set a validator for QCantialias.
19207
19208 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
19209 Define if not already.
19210 (QCfamily): Share with xfaces.c.
19211 (Qstandard, Qsubpixel, Qnatural): New symbols.
19212 (syms_of_w32font): Define them. Don't define QCfamily here.
19213 (w32_antialias_type, lispy_antialias_type): New functions.
19214 (w32_enumfont_pattern_entity): New arg requested_font.
19215 Set antialias parameter if non-default was requested.
19216 (fill_in_logfont): Fill in lfQuality if :antialias specified.
19217
19218 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19219
19220 * lread.c (read1): Undo the previous change.
19221
19222 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
19223
19224 * frame.c (Fdelete_frame): Call font_update_drivers only when
19225 USE_FONT_BACKEND is defined.
19226
19227 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19228
19229 * font.h (struct font_bitmap): New member bits_per_pixel.
19230 (struct font_driver): New members start_for_frame and end_for_frame.
19231 (struct font_data_list): New struct.
19232 (font_put_frame_data, font_get_frame_data): Extern them.
19233
19234 * frame.h (struct frame): New member font_data_list.
19235
19236 * font.c (font_update_drivers): Call driver->start_for_frame and
19237 driver->end_for_frame at proper timings.
19238 (font_put_frame_data, font_get_frame_data): New functions.
19239 (Ffont_spec): Add usage in the docstring.
19240
19241 * frame.c (make_frame): Initialize f->font_data_list to NULL.
19242 (Fdelete_frame): Call font_update_drivers.
19243
19244 * xftfont.c (struct xftface_info): Delete the member xft_draw.
19245 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
19246 (xftfont_get_xft_draw): New function.
19247 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
19248 (xftfont_end_for_frame): New function.
19249 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
19250
19251 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
19252 Change argument. Cache GCs in the per-frame data.
19253 (struct ftxfont_frame_data): New struct.
19254 (ftxfont_draw_bitmap): New arg gc_fore and flush.
19255 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
19256 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
19257 (ftxfont_end_for_frame): New function.
19258 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
19259
19260 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
19261
19262 2008-02-01 Kenichi Handa <handa@m17n.org>
19263
19264 * xselect.c (Vselection_coding_system)
19265 (Vnext_selection_coding_system): Delete them.
19266 (syms_of_xselect): Don't declare selection-coding-system and
19267 next-selection-coding-system. They are declared in select.el.
19268
19269 2008-02-01 Jason Rumney <jasonr@gnu.org>
19270
19271 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
19272
19273 * w32fns.c: Include imm.h.
19274 (get_composition_string_fn, get_ime_context_fn): New optional
19275 system functions.
19276 (globals_of_w32fns): Load them from imm32.dll.
19277 (ignore_ime_char): New flag.
19278 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
19279 WM_IME_ENDCOMPOSITION messages.
19280
19281 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
19282 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
19283
19284 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19285
19286 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
19287 (READCHAR_REPORT_MULTIBYTE): New macro.
19288 (readchar): New 2nd arg MULTIBYTE.
19289 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
19290 Make symbol's name multibyte according to the multibyteness of the
19291 source.
19292
19293 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19294
19295 * xfaces.c (face_for_overlay_string): Call lookup_face with
19296 correct arguments (fix of synching with the trunk).
19297
19298 2008-02-01 Kenichi Handa <handa@m17n.org>
19299
19300 * font.c (font_prop_validate_symbol, font_prop_validate_style)
19301 (font_prop_validate_non_neg, font_prop_validate_spacing):
19302 Delete argument prop_index.
19303 (font_property_table): Change arguments to validater. Change Callers.
19304 (font_lispy_object): Delete.
19305 (font_at): Use font_find_object instead fo font_lispy_object.
19306
19307 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19308
19309 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
19310 and file names.
19311
19312 2008-02-01 Jason Rumney <jasonr@gnu.org>
19313
19314 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
19315 (font_matches_spec): Remove debug output.
19316 (add_font_entity_to_list): Avoid using substituted fonts.
19317
19318 2008-02-01 Jason Rumney <jasonr@gnu.org>
19319
19320 * doc.c (Fsnarf_documentation):
19321 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
19322
19323 2008-02-01 Miles Bader <miles@gnu.org>
19324
19325 * dispextern.h (struct glyph_row): Only define "clip" field if
19326 HAVE_WINDOW_SYSTEM is defined.
19327
19328 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19329
19330 Fix up multi-tty merge.
19331
19332 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
19333 and indentation.
19334
19335 * xfaces.c (free_realized_face, clear_face_gcs):
19336 Include font_done_for_face in the input_blocked section, just in case.
19337
19338 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
19339 (get_char_face_and_encoding): Undo last change and remove the *other*
19340 duplicate definition (i.e. keep the one that's better scoped and that
19341 includes code for the font-backend).
19342
19343 * terminal.c (create_terminal): Default keyboard_coding to
19344 `no-conversion' and terminal_coding to `undecided'.
19345
19346 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
19347
19348 * fontset.c (free_realized_fontsets): Check that the table entry does
19349 contain a fontset before trying to compare it to `base'.
19350
19351 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
19352 syms_of_charset, and syms_of_coding earlier because init_window_once
19353 now needs Vcoding_system_hash_table to be setup.
19354
19355 * coding.h (default_buffer_file_coding): Remove.
19356
19357 * coding.c (default_buffer_file_coding): Remove.
19358 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
19359 than ->symbol, and use the terminal-local coding system.
19360 (syms_of_coding): Don't setup the coding-systems that are not
19361 terminal-local.
19362 (Fdefine_coding_system_internal): Use XCAR/XCDR.
19363
19364 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
19365 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
19366
19367 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
19368 in chartab.c and were re-added here by mistake.
19369 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
19370
19371 * doc.c (Fsnarf_documentation):
19372 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
19373 src to etc.
19374
19375 * ChangeLog.10: Add mistakenly removed entry.
19376
19377 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
19378
19379 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
19380
19381 2008-02-01 Miles Bader <miles@gnu.org>
19382
19383 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
19384 Add extra args to FACE_FOR_CHAR.
19385
19386 2008-02-01 Kenichi Handa <handa@m17n.org>
19387
19388 * keymap.c (where_is_internal_1): If key is a cons, store the copy
19389 in sequence.
19390
19391 * chartab.c (map_sub_char_table, map_char_table): If the range
19392 contains just one character, call the function with that character
19393 even if the depth is not 3.
19394
19395 2008-02-01 Jason Rumney <jasonr@gnu.org>
19396
19397 * w32font.c (w32font_text_extents): Calculate metrics for the
19398 whole string.
19399
19400 2008-02-01 Jason Rumney <jasonr@gnu.org>
19401
19402 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
19403
19404 2008-02-01 Jason Rumney <jasonr@gnu.org>
19405
19406 * w32term.c (x_set_glyph_string_clipping): Use
19407 get_glyph_string_clip_rects.
19408 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19409 Adjust for the change of struct glyph_string.
19410
19411 * w32font.c (w32font_draw): Do clipping here.
19412
19413 2008-02-01 Kenichi Handa <handa@m17n.org>
19414
19415 * xftfont.c (xftfont_draw): Adjust for the change of struct
19416 glyph_string.
19417
19418 * xterm.c (x_set_glyph_string_clipping): Use
19419 get_glyph_string_clip_rects.
19420 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19421 Adjust for the change of struct glyph_string.
19422
19423 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
19424 the resulting clip(s}.
19425 (expose_overlaps): Add arg r. Change callers. Set it to
19426 row->clip temporarily.
19427 (expose_window): Redraw rows overlapping the exposed area.
19428
19429 * dispextern.h (struct glyph_row): New member clip.
19430 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
19431 clip_height, new member clip, and num_clips.
19432
19433 2008-02-01 Kenichi Handa <handa@m17n.org>
19434
19435 * data.c (Fchar_or_string_p): Fix docstring.
19436
19437 2008-02-01 Kenichi Handa <handa@m17n.org>
19438
19439 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
19440 create a temporary XftDraw object.
19441
19442 2008-02-01 Kenichi Handa <handa@m17n.org>
19443
19444 * font.c (Ffontp): Fix docstring.
19445
19446 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
19447 strong evidence of ISO-2022.
19448
19449 2008-02-01 Kenichi Handa <handa@m17n.org>
19450
19451 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
19452 SYNTAX_ENTRY_FOLLOW_PARENT.
19453
19454 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19455
19456 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
19457 its type.
19458 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
19459 Update to the new type of weak_hash_tables and next_weak.
19460
19461 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
19462 a plain C pointer to Lisp_Hash_Table.
19463
19464 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
19465 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
19466 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
19467 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
19468 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
19469 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
19470 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
19471 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
19472 (GC_EQ): Remove since they've been identical to their non-GC_
19473 alter-egos ever since the markbit was eradicated.
19474
19475 * alloc.c:
19476 * buffer.c:
19477 * buffer.h:
19478 * data.c:
19479 * fileio.c:
19480 * filelock.c:
19481 * fns.c:
19482 * frame.h:
19483 * lisp.h:
19484 * macterm.c:
19485 * print.c:
19486 * process.c:
19487 * w32fns.c:
19488 * w32menu.c:
19489 * w32term.c:
19490 * xfns.c:
19491 * xmenu.c:
19492 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
19493
19494 2008-02-01 Kenichi Handa <handa@m17n.org>
19495
19496 * chartab.c (map_sub_char_table): Make it work for the top-level
19497 char-table. Fix handling of parent char-table.
19498 (map_char_table): Adjust for the above change.
19499
19500 2008-02-01 Jason Rumney <jasonr@gnu.org>
19501
19502 * w32font.c (Qgdi): Rename from Qw32.
19503
19504 2008-02-01 Jason Rumney <jasonr@gnu.org>
19505
19506 * w32bdf.c (get_quoted_string): Make function static.
19507
19508 2008-02-01 Kenichi Handa <handa@m17n.org>
19509
19510 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
19511 bigger ascent and descent than those of the font, use them as
19512 font's ascent and descent.
19513
19514 2008-02-01 Kenichi Handa <handa@m17n.org>
19515
19516 * Makefile.in (${lispsource}international/charprop.el): Move this
19517 target within "#ifdef HAVE_UNIDATA" and "#endif".
19518
19519 2008-02-01 Kenichi Handa <handa@m17n.org>
19520
19521 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
19522 (shortlisp): Add ../lisp/language/tai-viet.el.
19523
19524 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
19525
19526 * Makefile.in (${lispsource}international/charprop.el): Depend on
19527 temacs${EXEEXT}.
19528
19529 2008-02-01 Jason Rumney <jasonr@gnu.org>
19530
19531 * w32font.c (w32font_close): Delete the GDI font object.
19532
19533 * w32menu.c: Include character.h.
19534
19535 * w32proc.c: Likewise.
19536
19537 * w32select.c: Likewise.
19538
19539 * makefile.w32-in (w32proc.o): Depend on character.h.
19540
19541 2008-02-01 Jason Rumney <jasonr@gnu.org>
19542
19543 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
19544
19545 * w32menu.c (syms_of_w32menu): Likewise.
19546
19547 * w32proc.c (syms_of_ntproc): Likewise.
19548
19549 * w32select.c (syms_of_w32select): Likewise.
19550
19551 * w32term.c (syms_of_w32term): Likewise.
19552
19553 2008-02-01 Jason Rumney <jasonr@gnu.org>
19554
19555 * w32font.c (w32font_draw): Delete brush after using it.
19556
19557 2008-02-01 Jason Rumney <jasonr@gnu.org>
19558
19559 * w32font.c (w32font_open): Don't set font_idx.
19560 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
19561 to font settings.
19562 (w32font_draw): Fill background explicitly.
19563
19564 2008-02-01 Jason Rumney <jasonr@gnu.org>
19565
19566 * w32term.c (w32_initialize): Don't call w32font_initialize.
19567
19568 * w32font.c (w32font_info): Remove subranges.
19569 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
19570 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
19571 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
19572 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
19573 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
19574 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
19575 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
19576 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
19577 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
19578 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
19579 New symbols.
19580 (font_callback_data): New struct.
19581 (w32font_list, w32font_match): Use it.
19582 (w32font_open): Don't populate subranges.
19583 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
19584 (w32font_encode_char): Always return unicode code-point as-is.
19585 (w32font_text_extents): Supply a transformation matrix to
19586 GetGlyphOutline. Never look up by glyph index. Avoid looping
19587 twice. Use unicode version of GetTexExtentPoint32 instead of
19588 glyph index version.
19589 (set_fonts_frame): Remove.
19590 (w32_enumfont_pattern_entity): Add frame parameter, use it to
19591 set frame parameter. Use backward compatible fake foundries.
19592 Save generic family in extra slot under QCfamily. Make width slot
19593 constant. Save QCspacing value. Save list of scripts instead of
19594 binary subranges.
19595 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
19596 (add_font_entity_to_list): Use font_callback_data struct. Filter
19597 unwanted fonts.
19598 (add_one_font_entity_to_list): Use font_callback_data struct.
19599 (w32_registry): Default to iso10646_1.
19600 (fill_in_logfont): Use dpi from extra slot. Don't bother with
19601 string font registries. Don't fill in font name if it is a generic
19602 family name, fill family instead. Use spacing, family and script
19603 extra info to fill pitch, family and charset fields.
19604 (list_all_matching_fonts): Use font_callback_data struct.
19605 (unicode_range_for_char): Remove.
19606 (font_supported_scripts): New function.
19607 (w32font_initialize): Remove.
19608 (syms_of_w32font): Update which symbols are defined.
19609
19610 2008-02-01 Jason Rumney <jasonr@gnu.org>
19611
19612 * font.c (font_pixel_size): Reverse assq_no_quit args.
19613
19614 * w32term.h (FONT_WIDTH): Report max width, not average.
19615 (FONT_MAX_WIDTH): Remove.
19616 (FONT_AVG_WIDTH): New macro.
19617
19618 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
19619 redefinition of FONT_WIDTH.
19620
19621 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
19622 (w32_cache_char_metrics): Use FONT_WIDTH.
19623
19624 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
19625
19626 2008-02-01 Jason Rumney <jasonr@gnu.org>
19627
19628 * w32font.c (w32font_open): Make lfHeight negative.
19629
19630 * w32fns.c (x_default_font_parameter): Use new style font name.
19631 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
19632
19633 2008-02-01 Jason Rumney <jasonr@gnu.org>
19634
19635 * w32font.c (QCsubranges): New symbol.
19636 (w32font_open, w32font_has_char): Get subranges from subproperty
19637 of extra.
19638 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
19639 (syms_of_w32font): Define :subranges symbol.
19640
19641 * font.c (font_put_extra): Expose externally.
19642
19643 * font.h (font_put_extra): Move declaration from font.c.
19644
19645 * font.c (Ffont_get): Use font driver to determine otf capability.
19646 (adjust_anchor): Check if driver defines anchor_point before using.
19647
19648 * w32font.c (w32font_open): Handle size, height and pixel_size better.
19649 (w32font_draw): Use options.
19650 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
19651 Fix detection of truetype fonts.
19652 (registry_to_w32_charset): Handle charsets other than iso8859-1
19653 expressed as lisp symbols.
19654 (w32_registry): Express charset as lisp symbol.
19655 (fill_in_logfont): Reverse pixel and point height logic.
19656 Don't set width here. Set quality to default.
19657
19658 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
19659 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
19660
19661 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
19662 Remove redundant loop and allocation.
19663
19664 * makefile.w32-in (font.o, w32font.o): New objects.
19665 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
19666 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
19667
19668 * xdisp.c (fill_composite_glyph_string): Make the first arg to
19669 STORE_XCHARB a valid l-value.
19670
19671 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
19672 calculations for non-Truetype fonts.
19673 (x_draw_glyph_string): Sync with xterm.c.
19674 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
19675 Remove redundant code.
19676 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
19677
19678 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
19679 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
19680
19681 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
19682 (x_to_w32_charset, w32_to_x_charset): Expose externally.
19683
19684 * w32font.c: New file for w32 font backend.
19685
19686 2008-02-01 Kenichi Handa <handa@m17n.org>
19687
19688 * term.c: Don't include "buffer.h" twice.
19689
19690 2008-02-01 Kenichi Handa <handa@m17n.org>
19691
19692 * character.c (Funibyte_string): New function.
19693 (syms_of_character): Defsubr it.
19694
19695 2008-02-01 Jason Rumney <jasonr@gnu.org>
19696
19697 * w32term.c [USE_FONT_BACKEND]:
19698 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
19699 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
19700 (x_draw_glyph_string, x_draw_glyph_string_foreground)
19701 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
19702 (x_free_frame_resources): Sync with xterm.c.
19703
19704 2008-02-01 Andreas Schwab <schwab@suse.de>
19705
19706 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
19707 char-table size.
19708
19709 2008-02-01 Kenichi Handa <handa@m17n.org>
19710
19711 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
19712
19713 2008-02-01 Kenichi Handa <handa@m17n.org>
19714
19715 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
19716 font_otf_gpos, add font_drive_otf.
19717
19718 * fontset.c (fontset_find_font): Pay attention to font size
19719 specified for a font.
19720 (reorder_font_vector): Check contents of font_def.
19721
19722 * font.c (struct otf_list): Delete it.
19723 (otf_list): Make it a lisp variable.
19724 (otf_open): Use lispy otf_list.
19725 (generate_otf_features): Rename from parse_gsub_gpos_spec.
19726 (check_otf_features): New function.
19727 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
19728 New functions.
19729 (font_drive_otf): New function merging font_otf_gsub and
19730 font_otf_gpos.
19731 (font_open_for_lface): New arg spec. Change argument order.
19732 (font_load_for_face): Adjust for the change of font_open_for_lface.
19733 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
19734 Ffont_otf_gpos.
19735 (syms_of_font): Staticpro otf_list. Delete defsubr of
19736 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
19737
19738 * xfaces.c (set_font_frame_param): Adjust for the change of
19739 font_open_for_lface.
19740
19741 * font.h (font_open_for_lface): Adjust prototype.
19742 (struct font_driver): Delete members otf_gsub and otf_gpos, add
19743 member otf_drive.
19744 (font_otf_gsub, font_otf_gpos): Delete externs.
19745 (font_drive_otf): Extern it.
19746
19747 2008-02-01 Kenichi Handa <handa@m17n.org>
19748
19749 * font.c (font_at): If the window W is not on a window system,
19750 return Qnil.
19751
19752 * coding.c (produce_chars, encode_coding): Don't call
19753 insert_from_gap if no characters to produce.
19754
19755 2008-02-01 Kenichi Handa <handa@m17n.org>
19756
19757 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
19758 Fclear_face_cache.
19759
19760 * xfaces.c (face_for_font): Check also face->font==font->font.font.
19761
19762 2008-02-01 Miles Bader <miles@gnu.org>
19763
19764 * emacs.c (main): Change default value of `enable_font_backend' to 1.
19765 Parse "--disable-font-backend" option.
19766 (standard_args): Add "--disable-font-backend" option.
19767
19768 2008-02-01 Kenichi Handa <handa@m17n.org>
19769
19770 * fontset.c (fontset_find_font): New function.
19771 (fontset_font): Use fontset_find_font.
19772 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
19773 Register the specified font for all Latin characters.
19774 (new_fontset_from_font): Register the specified font for all Latin
19775 characters.
19776 (dump_fontset): For a realized fontset, include the base fontset
19777 name in the returned vector.
19778
19779 2008-02-01 Kenichi Handa <handa@m17n.org>
19780
19781 * character.h (CHAR_STRING): Cast C to unsigned on calling
19782 char_string.
19783
19784 * character.c (char_string): Type of arg C changed to unsigned.
19785 Signal an error if C is an invalid character code.
19786
19787 * editfns.c (general_insert_function, Fchar_to_string):
19788 Use CHARACTERP, not INTEGERP.
19789
19790 2008-02-01 Kenichi Handa <handa@m17n.org>
19791
19792 * character.h (MIN_MULTIBYTE_LEADING_CODE)
19793 (MAX_MULTIBYTE_LEADING_CODE): New macros.
19794
19795 * regex.c (analyse_first): Fix for multibyte characters in "case
19796 charset:" and "case categoryspec:".
19797
19798 2008-02-01 Andreas Schwab <schwab@suse.de>
19799
19800 * Makefile.in (LIBES): Move standard libraries to the end.
19801
19802 2008-02-01 Kenichi Handa <handa@m17n.org>
19803
19804 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
19805 nonzero, don't shrink the buffer nextb.
19806
19807 * buffer.h (struct buffer_text): New member inhibit_shrinking.
19808
19809 * coding.c (coding_alloc_by_making_gap): New arg offset.
19810 (alloc_destination): Call coding_alloc_by_making_gap with the arg
19811 offset.
19812 (decode_coding_iso_2022): Update coding->safe_charsets.
19813 (decode_coding_gap): Temporarily set
19814 current_buffer->text->inhibit_shrinking to 1.
19815
19816 2008-02-01 Kenichi Handa <handa@m17n.org>
19817
19818 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
19819 indexing into elements of s->cmp and s->char2b.
19820
19821 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
19822
19823 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
19824
19825 2008-02-01 Kenichi Handa <handa@m17n.org>
19826
19827 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
19828 target_multibyte instead of multibyte.
19829 (re_match_2_internal): Call bcmp_translate with target_multibyte.
19830 (bcmp_translate): Change the argument name from multibyte to
19831 target_multibyte.
19832
19833 2008-02-01 Kenichi Handa <handa@m17n.org>
19834
19835 These changes are to compile a regexp into a pattern that can be
19836 used both for multibyte and unibyte targets.
19837
19838 * Makefile.in (search.o): Depend on charset.h.
19839
19840 * character.c (multibyte_char_to_unibyte_safe): New function.
19841
19842 * search.c: Include "charset.h".
19843 (compile_pattern_1): Delete argument multibyte. Don't set
19844 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
19845 (compile_pattern): Don't compare cp->buf.target_multibyte.
19846 Compare cp->buf.charset_unibyte.
19847 (compile_pattern): Set cp->buf.target_multibyte.
19848
19849 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
19850
19851 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
19852
19853 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
19854 multibyte. Change callers.
19855 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
19856 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
19857 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
19858 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
19859 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
19860 (regex_compile): Make the compiled pattern usable both for
19861 multibyte and unibyte targets.
19862 (analyse_first): Make the fastmap usable both for multibyte and
19863 unibyte targets.
19864 (TRANSLATE_VIA_MULTIBYTE): Delete.
19865 (re_match_2_internal): Pay attention to the case that the
19866 multibyteness of bufp and target may be different.
19867
19868 2008-02-01 Kenichi Handa <handa@m17n.org>
19869
19870 * xdisp.c (x_produce_glyphs): When a font is not found, make the
19871 empty box occupy at least one column width.
19872
19873 2008-02-01 Miles Bader <miles@gnu.org>
19874
19875 * Makefile.in: Remove redundant HAVE_XFT clause.
19876
19877 2008-02-01 Kenichi Handa <handa@m17n.org>
19878
19879 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
19880
19881 2008-02-01 Kenichi Handa <handa@m17n.org>
19882
19883 * fontset.c (Finternal_char_font): Fix for the case of POSITION
19884 being nil.
19885
19886 2008-02-01 Kenichi Handa <handa@m17n.org>
19887
19888 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
19889
19890 2008-02-01 Kenichi Handa <handa@m17n.org>
19891
19892 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
19893
19894 2008-02-01 Kenichi Handa <handa@m17n.org>
19895
19896 * search.c (simple_search): Fix previous change.
19897
19898 2008-02-01 Kenichi Handa <handa@m17n.org>
19899
19900 * xftfont.c (ftfont_font_format): Extern declaration.
19901
19902 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
19903
19904 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
19905 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
19906
19907 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
19908 (ftfont_font_format): Fix previous change.
19909
19910 * font.h (Ffont_xlfd_name): EXFUN it.
19911
19912 * font.c (font_parse_xlfd): Fix the array size of `f'.
19913 (register_font_driver): Use EQ to compare driver->type.
19914
19915 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
19916 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
19917 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
19918
19919 2008-02-01 Kenichi Handa <handa@m17n.org>
19920
19921 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
19922 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
19923
19924 2008-02-01 Kenichi Handa <handa@m17n.org>
19925
19926 * xfont.c (xfont_open): Set font->format.
19927
19928 * xftfont.c (xftfont_open): Set font->format.
19929
19930 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
19931 (ftfont_list): Include FC_FONTFORMAT in FcObject.
19932 (ftfont_open): Set font->format.
19933 (ftfont_font_format): New function.
19934
19935 * font.h (struct font): New member format.
19936
19937 * font.c (Qopentype): New variable.
19938 (syms_of_font): Defsym it.
19939 (Fquery_font): Change the format of the last element of the return
19940 value.
19941
19942 2008-02-01 Kenichi Handa <handa@m17n.org>
19943
19944 * xfns.c (xic_create_xfontset): Try the default fontset name as a
19945 last resort.
19946
19947 2008-02-01 Kenichi Handa <handa@m17n.org>
19948
19949 * coding.c (detect_coding_charset): Fix detection of multi-byte
19950 charset.
19951
19952 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
19953
19954 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
19955
19956 2008-02-01 Kenichi Handa <handa@m17n.org>
19957
19958 * xdisp.c (get_next_display_element): Set it->face_id for the
19959 first component of a composition.
19960 (x_produce_glyphs): Check if the font is changed or not for composition.
19961
19962 2008-02-01 Kenichi Handa <handa@m17n.org>
19963
19964 * fontset.c (Qlatin): New variable.
19965 (syms_of_fontset): Define it as a lisp symbol.
19966 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
19967
19968 2008-02-01 Kenichi Handa <handa@m17n.org>
19969
19970 * font.c (font_unparse_fcname): Pay attention to the case that
19971 some of font property is a null string.
19972
19973 2008-02-01 Kenichi Handa <handa@m17n.org>
19974
19975 * term.c: Include "composite.h".
19976 (encode_terminal_code): Output all components of composition.
19977 Check the size of encode_terminal_src.
19978 (produce_glyphs): For composition, call produce_composite_glyph.
19979 (append_composite_glyph, produce_composite_glyph): New functions.
19980
19981 * xdisp.c (x_produce_glyphs): In handling composition, if a font
19982 is not found, get font_info from the current ascii face.
19983
19984 2008-02-01 Kenichi Handa <handa@m17n.org>
19985
19986 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
19987 buffer-file-name to Qnil before calling insert_from_buffer.
19988
19989 * font.c (font_unparse_fcname): Pay attention to the case that
19990 foundry is a null string.
19991
19992 2008-02-01 Kenichi Handa <handa@m17n.org>
19993
19994 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
19995
19996 * font.c (Qunicode_sip): New variable.
19997 (syms_of_font): Declare it as a Lisp symbol.
19998
19999 * font.h (Qunicode_sip): Extern it.
20000
20001 2008-02-01 Kenichi Handa <handa@m17n.org>
20002
20003 * composite.c (get_composition_id): Pay attention to TAB component.
20004
20005 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
20006 TAB. Adjust for the change of s->char2b which always points to
20007 the first element of allocated memory.
20008
20009 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
20010
20011 * xdisp.c (handle_composition_prop): Set it->c to the first
20012 non-TAB component.
20013 (fill_composite_glyph_string): Change argument.
20014 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
20015 (x_produce_glyphs): Fix handling of left/right padding.
20016
20017 2008-02-01 Kenichi Handa <handa@m17n.org>
20018
20019 * coding.c (detect_coding_system): Fix for handling off
20020 inhibit_iso_escape_detection. Fix for the case that no coding
20021 system is defined for a specific coding category.
20022
20023 2008-02-01 Kenichi Handa <handa@m17n.org>
20024
20025 * font.c (font_matching_entity): Delete unused local var.
20026
20027 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
20028 opening a font.
20029
20030 * fileio.c (Finsert_file_contents): On recovering a file, assume
20031 Unix-like eol.
20032 (choose_write_coding_system): On auto-saving a file, force
20033 Unix-like eol.
20034
20035 * coding.c (setup_coding_system): Fix setting of
20036 coding->common_flags based on eol_type.
20037 (coding_inherit_eol_type): If PARENT is not nil, be sure to
20038 inherit from it.
20039
20040 2008-02-01 Kenichi Handa <handa@m17n.org>
20041
20042 * alloc.c (NSTATICS): Increas to 0x600.
20043
20044 2008-02-01 Kenichi Handa <handa@m17n.org>
20045
20046 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
20047 (ftfont_list): Don't check :name property.
20048 (ftfont_match): New function.
20049 (ftfont_pattern_entity): If the pattern doesn't contain
20050 FC_SPACING, don't assume FC_MONO.
20051
20052 * font.h (struct font_driver): New member `match'.
20053 (font_update_drivers): Adjust prototype.
20054
20055 * font.c (font_parse_fcname, font_parse_name): Don't change :name
20056 property of FONT.
20057 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
20058 them unconditionally.
20059 (font_matching_entity): New function.
20060 (font_open_by_name): Try font_matching_entity if exact match is
20061 not found.
20062 (font_update_drivers): Delete the arg FONT. Return a list of
20063 actually used backends. Don't free faces, font caches here.
20064 Don't store data in frame parameters. Don't call x_set_font.
20065 (Ffont_spec): Store :name property as is.
20066 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
20067 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
20068 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
20069 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
20070 Call font->driver->otf_gsub instead of font_otf_gsub.
20071
20072 * frame.c (x_set_font_backend): Do more works that were done in
20073 font_update_drivers before.
20074
20075 * xfont.c (xfont_match): New function.
20076 (xfont_driver): Set xfont_driver.match to xfont_match.
20077 (xfont_draw): Set font in GC if necessary.
20078
20079 * ftxfont.c (ftxfont_match): New function.
20080 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
20081
20082 * xftfont.c (xftfont_match): New function.
20083 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
20084
20085 2008-02-01 Kenichi Handa <handa@m17n.org>
20086
20087 * font.h (struct font): New member scalable.
20088 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
20089 (font_otf_gsub): Adjust prototype.
20090
20091 * font.c (font_otf_capability): Fix handling of the default langsys.
20092 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
20093 Check the contents of SPEC.
20094 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
20095 (check_gstring): New function.
20096 (REPLACEMENT_CHARACTER): New macro.
20097 (font_otf_gsub): New arg alternate_subst. Be sure to set all
20098 glyph codes of GSTRING.
20099 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
20100 (font_prepare_composition): Set cmp->glyph_len.
20101 (font_open_entity): Set font->scalable.
20102 (Ffont_get): Handle :otf property.
20103 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
20104 functions.
20105 (Fquery_font): Use font->font.full_name.
20106 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
20107 Sfont_otf_alternates.
20108
20109 * ftfont.c (ftfont_open): Set font->font.full_name and
20110 font->font.name properly. Fix calculation of font->font.height
20111 and font->min_width.
20112
20113 * ftxfont.c (ftxfont_create_gcs): New function.
20114 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
20115 (ftxfont_draw_backgrond): Fix filling region.
20116 (ftxfont_default_fid): New function.
20117 (ftxfont_open): Set xfont->fid to the return value of
20118 ftxfont_default_fid.
20119 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
20120 (ftxfont_done_face): Free only GCs that are created by
20121 ftxfont_create_gcs.
20122 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
20123
20124 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
20125 Clip to src->width, etc (not src->clip_XXX).
20126
20127 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
20128 FontBackend frame parameter.
20129
20130 2008-02-01 Kenichi Handa <handa@m17n.org>
20131
20132 * font.h (struct font_driver_list): New member `on'.
20133 (Fclear_font_cache): EXFUN it.
20134 (font_update_drivers): Extern it.
20135
20136 * font.c (font_unparse_fcname): Fix typo (swidth->width).
20137 (font_list_entities): Check driver_list->on.
20138 (register_font_driver): Initalize `on' member to 0.
20139 (font_update_drivers): New function.
20140 (Fclear_font_cache): Check driver_list->on.
20141
20142 * frame.h (Qfont_backend): Extern it.
20143 (x_set_font_backend): Extern it.
20144
20145 * frame.c (Qfont_backend): New variable.
20146 (frame_parms): New element for font-backend.
20147 (x_set_font_backend): New function.
20148
20149 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
20150 FontBackend frame parameter.
20151 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
20152 x_set_font_backend.
20153
20154 * xfont.c (xfont_list): Don't try listing by :name property if the
20155 name is not for XLFD.
20156
20157 2008-02-01 Kenichi Handa <handa@m17n.org>
20158
20159 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
20160 (LGLYPH_SET_TO): New macros.
20161 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
20162 element of G is vector or not.
20163 (font_at): Extern it.
20164
20165 * font.c: Include window.h.
20166 (font_lispy_object): New function.
20167 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
20168 end of valid glyph.
20169 (font_close_object): Fix getting (struct font *).
20170 (font_at): New function.
20171 (Ffont_get): If FONT is a font-object, get entity from it.
20172 (Ffont_make_gstring): Initialize elements of glyphs with nil.
20173 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
20174 range check.
20175 (Ffont_at): New function.
20176 (syms_of_font): Defsubr Sfont_at.
20177
20178 * xdisp.c (it_props): Move the entry for Qauto_composed to just
20179 before the entry for Qcomposition.
20180 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
20181 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
20182 the font in gstring.
20183 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
20184 LGLYPH_FORM (g) to detect the end of valid glyph.
20185 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
20186 we are composing with gstring.
20187
20188 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
20189 Check if adjustment is vector or not.
20190
20191 * Makefile.in (font.o): Make it depends on window.h.
20192
20193 2008-02-01 Kenichi Handa <handa@m17n.org>
20194
20195 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
20196 adjustment is vector or not.
20197
20198 2008-02-01 Miles Bader <miles@gnu.org>
20199
20200 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
20201
20202 2008-02-01 Kenichi Handa <handa@m17n.org>
20203
20204 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
20205 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
20206 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
20207
20208 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
20209 (DEVICE_DELTA): Fix typo.
20210 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
20211 LGLYPH format.
20212
20213 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
20214 the change of LGLYPH format.
20215
20216 2008-02-01 Kenichi Handa <handa@m17n.org>
20217
20218 * ftfont.c (ftfont_list): Fix typo.
20219 (ftfont_build_basic_charsets): Don't include letters with diacritics.
20220
20221 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20222
20223 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
20224
20225 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
20226 xftface_info is non-NULL.
20227
20228 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20229
20230 * ftfont.c (ftfont_list): Move misplaced #endif.
20231
20232 2008-02-01 Kenichi Handa <handa@m17n.org>
20233
20234 * ftfont.c (ftfont_list): Pay attention to the case that
20235 FC_CAPABILITY is not defined.
20236
20237 2008-02-01 Kenichi Handa <handa@m17n.org>
20238
20239 * xftfont.c (xftfont_open): Set charset related members to -1.
20240
20241 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
20242 QCname.
20243 (ftfont_open): Set charset related members to -1.
20244
20245 * fontset.c (Votf_script_alist): New variable.
20246 (syms_of_fontset): Initialize it.
20247 (fontset_font): Delete unused variable.
20248
20249 * fontset.h (Votf_script_alist): Extern it.
20250
20251 * font.c (font_find_for_lface): Optimize code.
20252
20253 * font.h (font_close_object, font_merge_old_spec): Extern them.
20254
20255 2008-02-01 Kenichi Handa <handa@m17n.org>
20256
20257 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
20258 (syms_of_font): Initialize them.
20259 (font_pixel_size): Allow float value in dpi.
20260 (font_prop_validate_type): Delete.
20261 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
20262 Change caller.
20263 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
20264 (font_prop_validate_extra): Delete.
20265 (font_prop_validate_spacing): New function.
20266 (font_property_table): Add elements for all known properties.
20267 (get_font_prop_index): Rename from check_font_prop_name. New
20268 argument FROM. Change caller.
20269 (font_prop_validate): Validate all known properties.
20270 (font_put_extra): Delete argument force. Change caller.
20271 (font_expand_wildcards): Make it static. Fix the way of shrinking
20272 the possible range.
20273 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
20274 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
20275 Change caller.
20276 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
20277 (font_parse_fcname): Delete argument merge. Fix parsing of point
20278 size. Don't validate properties values here. Change caller.
20279 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
20280 (font_open_by_name): Delete unused variable.
20281 (Ffont_spec): Likewise. Validate property values.
20282 (Ffont_match_p): New function.
20283
20284 * font.h (QCscalable): Extern it.
20285 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
20286
20287 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
20288
20289 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
20290 (xfont_list_pattern): New function.
20291 (xfont_list): Use xfont_list_pattern.
20292
20293 2008-02-01 Kenichi Handa <handa@m17n.org>
20294
20295 * font.h (Flist_fonts): EXFUN it.
20296
20297 2008-02-01 Jason Rumney <jasonr@gnu.org>
20298
20299 * w32term.c (w32_initialize): Add back smoothing_type and
20300 smoothing_enabled definitions.
20301
20302 2008-02-01 Kenichi Handa <handa@m17n.org>
20303
20304 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
20305 s->face->font on determining underline position.
20306
20307 2008-02-01 Kenichi Handa <handa@m17n.org>
20308
20309 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
20310 (font_has_char): Accept font-object too.
20311 (font_find_for_lface): Try at first with a size specified in face.
20312
20313 2008-02-01 Kenichi Handa <handa@m17n.org>
20314
20315 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
20316 font_open_by_name.
20317
20318 2008-02-01 Kenichi Handa <handa@m17n.org>
20319
20320 * font.h (QCspacing, QCdpi): Extern them.
20321 (enum font_spacing): New enum.
20322 (FONT_PIXEL_SIZE_QUANTUM): New macro.
20323
20324 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
20325 (QCspacing, QCdpi): New variables.
20326 (syms_of_font): Initialize them.
20327 (font_pixel_size): New function.
20328 (font_put_extra): New function.
20329 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
20330 in FONT_EXTRA.
20331 (font_parse_fcname): Handle enumerated values (e.g. bold).
20332 Fix handling font size. Add QCname property that contains only
20333 unknown properties.
20334 (font_score): Change argument. Change caller. Pay attention to
20335 FONT_PIXEL_SIZE_QUANTUM.
20336 (font_sort_entites, font_list_entities, font_find_for_lface)
20337 (font_open_for_lface, font_open_by_name): Fix handling of font size.
20338 (Ffont_spec): Add QCname property that contains only unknown properties.
20339
20340 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
20341 include weight in listing pattern, instead check weight of each
20342 listed font. Don't include scalable in pattern. Pay attention to
20343 FONT_PIXEL_SIZE_QUANTUM.
20344
20345 2008-02-01 Kenichi Handa <handa@m17n.org>
20346
20347 * font.c (font_parse_fcname): Fix parsing of point-size.
20348 (font_unparse_fcname): Produce symbolic names for style properties.
20349 (font_list_entities): Handle float size correctly.
20350 (font_open_by_name): Prefer `normal' property values if the name
20351 doesn't specify them.
20352
20353 * fontset.c (Finternal_char_font): Use font_get_name, not
20354 Ffont_xlfd_name.
20355
20356 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
20357 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
20358 pattern. Don't force scalable.
20359
20360 * xftfont.c (xftfont_open): For generating a name, start from
20361 96-byte buffer.
20362
20363 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
20364
20365 * frame.h (x_new_fontset2): Fix prototype.
20366
20367 2008-02-01 Kenichi Handa <handa@m17n.org>
20368
20369 * font.h (struct font_driver): Delete member parse_name.
20370 (font_match_p, font_get_spec, font_parse_fcname)
20371 (font_unparse_fcname): Extern them.
20372 (font_get_name): Adjust prototype.
20373
20374 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
20375 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
20376 (font_expand_wildcards): Fix handling ENCODING field. Avoid
20377 unnecessary checks for weight, slant, and swidth.
20378 (font_parse_fcname): New function.
20379 (font_unparse_fcname): New function.
20380 (font_parse_name): New function.
20381 (font_match_p): New function.
20382 (font_get_name): Change return value to Lisp string.
20383 (font_get_spec): New function.
20384 (Qunspecified, Qignore_defface): Don't extern them.
20385 (font_find_for_lface): Assume that LFACE is fully specified.
20386 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
20387 object, use it for FACE.
20388 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
20389 driver->parse_name.
20390 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
20391
20392 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
20393 prototype.
20394
20395 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
20396 argument F. Don't call Fnew_fontset. Instead, directly call
20397 make_fontset.
20398
20399 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
20400
20401 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
20402 of x_new_fontset2.
20403
20404 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
20405 (Qsans__serif): New variables.
20406 (ftfont_generic_family_list): New variable.
20407 (syms_of_ftfont): Initialize the above variables.
20408 (ftfont_pattern_entity): Delete argument NAME.
20409 (ftfont_list_generic_family): New function.
20410 (ftfont_parse_name): Delete this function.
20411 (ftfont_list): Try generic family only when FcFontList found no font.
20412 (ftfont_list_family): Fix args to FcObjectSetBuild.
20413
20414 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
20415 object in attrs[LFACE_FONT_INDEX].
20416 (set_lface_from_font_name): Cancel all changes for font-backend.
20417 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
20418 function.
20419 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
20420 font object in QCfont attribute.
20421 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
20422 (realize_default_face) [USE_FONT_BACKEND]: Call
20423 set_lface_from_font_and_fontset.
20424
20425 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
20426 "fixed", and signal error here if no suitable font was found.
20427
20428 * xfont.c (xfont_parse_name): Delete this function.
20429
20430 * xftfont.c (xftfont_open): Change coding style of error
20431 handling. Generate fontconfig's fontname pattern.
20432
20433 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
20434 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
20435
20436 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
20437 Both args FONTSET and FONT_OBJECT must be existing ones.
20438
20439 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20440
20441 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
20442
20443 2008-02-01 Kenichi Handa <handa@m17n.org>
20444
20445 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
20446
20447 * font.h (struct font): Fix typo.
20448
20449 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
20450 XLFD_XXX_INDEX.
20451 (enum xlfd_field_mask): New enum.
20452 (intern_font_field): Changed argument. Change caller. If digits
20453 are followed by non-digits, return a symbol.
20454 (font_expand_wildcards): New function.
20455 (font_parse_xlfd): Fix wildcard handling.
20456 (Ffont_spec): If :name is specified, reflect the info in the other
20457 properties.
20458
20459 * ftfont.c (ftfont_pattern_entity): Fix typo.
20460 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
20461 locale.
20462
20463 2008-02-01 Kenichi Handa <handa@m17n.org>
20464
20465 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
20466
20467 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
20468 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
20469 registry doesn't specify encoding part.
20470 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
20471 (font_open_by_name): At first try parsing the name.
20472 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
20473 as Lisp symbols.
20474
20475 * fontset.c (reorder_font_vector): Pay attention to the case that
20476 the 3rd element of font_def is nil.
20477 (fontset_font): For the default fontset, append one more fontset
20478 elements for a script-based font specification. Don't add script
20479 attribute on finding a font.
20480 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
20481 font name.
20482 (fontset_ascii_font): If a font can't be opened, return nil.
20483
20484 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
20485 (ftfont_pattern_entity): New function.
20486 (ftfont_get_cache): Assume that freetype_font_cache is already
20487 initialized.
20488 (ftfont_list): Handle the case that a file is specified in font
20489 name. Use ftfont_pattern_entity to generate entities.
20490 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
20491 (syms_of_ftfont): Initialize freetype_font_cache.
20492
20493 * xftfont.c (xftfont_open): Make the font name fontconfig's
20494 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
20495 (xftfont_close): Free font->font.name if not NULL.
20496
20497 * xfont.c (xfont_list): If script is specified for a font, return
20498 null_vector.
20499 (xfont_list_family): Declare argument type.
20500
20501 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
20502 name, set LFACE_FONT (lface) to nil.
20503
20504 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
20505 return Qnil.
20506
20507 2008-02-01 Kenichi Handa <handa@m17n.org>
20508
20509 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
20510 (standard_args): Add "-enable-font-backend".
20511
20512 2008-02-01 Kenichi Handa <handa@m17n.org>
20513
20514 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
20515 (struct xftdraw_list, xftdraw_list): Delete them.
20516 (register_xftdraw, check_xftdraw): Delete them.
20517 (xftfont_prepare_face): Don't call register_xftdraw.
20518 (xftfont_done_face): Don't call check_xftdraw.
20519 (xftfont_draw): Get background color only when with_background is
20520 nonzero.
20521
20522 * xfont.c (xfont_encode_char): Fix calculation of char2b.
20523
20524 2008-02-01 Kenichi Handa <handa@m17n.org>
20525
20526 These changes are for the new font handling codes.
20527
20528 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
20529 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
20530 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
20531 (FONTSRC, FONTOBJ): New variables.
20532 (obj): Add $(FONTOBJ).
20533 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
20534 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
20535 @LIBOTF_LIBS@.
20536 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
20537 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
20538
20539 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
20540
20541 * character.h (Vscript_representative_chars): Extern it.
20542
20543 * character.c (Vscript_representative_chars): New variable.
20544 (syms_of_character): Declare it as a Lisp variable.
20545
20546 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
20547 enable_font_backend is nonzero, accept the composition method
20548 COMPOSITION_WITH_GLYPH_STRING.
20549
20550 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
20551 enumeration COMPOSITION_WITH_GLYPH_STRING.
20552
20553 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
20554 members clip_x, clip_y, clip_width, and clip_height.
20555 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
20556
20557 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
20558 --enable-font-backend. Call syms_of_font.
20559
20560 * fns.c (assoc_no_quit): New function.
20561
20562 * fontset.h (FONT_INFO_FROM_FACE): New macro.
20563 (face_for_font, new_fontset_from_font)
20564 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
20565
20566 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
20567 (fontset_font, fontset_ascii, face_for_char)
20568 (make_fontset_for_ascii_face, Ffont_info)
20569 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
20570 is nonzero, use font-backend mechanism.
20571 (find_font_encoding): Make it non-static.
20572 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
20573 New functions.
20574
20575 * frame.h (struct frame): New members resx and resy.
20576 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
20577 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
20578
20579 * frame.c [USE_FONT_BACKEND]: Include "font.h".
20580 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
20581
20582 * lisp.h (assoc_no_quit): Extern it.
20583
20584 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
20585 Through out the file, use FONT_INFO_FROM_FACE instead of
20586 FONT_INFO_FROM_ID, use get_per_char_metric instead of
20587 rif->per_char_metric.
20588 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
20589 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
20590 (get_glyph_face_and_encoding, fill_composite_glyph_string)
20591 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
20592 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
20593 nonzero, use font-backend mechanism.
20594 (get_per_char_metric): New function.
20595
20596 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
20597 (set_lface_from_font_name)
20598 (set_font_frame_param, free_realized_face)
20599 (prepare_face_for_display, clear_face_gcs)
20600 (Finternal_set_font_selection_order, realize_x_face)
20601 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
20602 font-backend mechanism.
20603 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
20604 (load_face_font) [USE_FONT_BACKEND]: Abort.
20605 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
20606 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
20607
20608 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
20609 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
20610 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
20611 nonzero, register all available font drivers. Call
20612 x_default_font_parameter for deciding a font.
20613 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
20614
20615 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
20616 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
20617 (x_set_glyph_string_clipping_exactly)
20618 (x_compute_glyph_string_overhangs)
20619 (x_draw_glyph_string_foreground)
20620 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
20621 (x_free_frame_resources) [USE_FONT_BACKEND]: If
20622 enable_font_backend is nonzero, use font-backend mechanism.
20623 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
20624
20625 2008-02-01 Kenichi Handa <handa@m17n.org>
20626
20627 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
20628 system_eol_type.
20629 (syms_of_coding): Initialize system_eol_type.
20630
20631 * process.c (Fset_process_coding_system): Inherit system's eol
20632 format if necessary.
20633
20634 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20635
20636 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
20637
20638 2008-02-01 Kenichi Handa <handa@m17n.org>
20639
20640 * coding.c (decode_eol): Pay attention to buffer relocation in
20641 del_range_2.
20642 (decode_coding): Call decode_eol before restoring undo_list.
20643
20644 2008-02-01 Kenichi Handa <handa@m17n.org>
20645
20646 * charset.c (Fdefine_charset_internal): Fix setting of
20647 emacs_mule_bytes.
20648
20649 2008-02-01 Kenichi Handa <handa@m17n.org>
20650
20651 * keyboard.c (read_char): Check if C is a character or not before
20652 looking up Vkeyboard_translate_table.
20653
20654 2008-02-01 Kenichi Handa <handa@m17n.org>
20655
20656 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
20657 condition to terminate the loop.
20658
20659 2008-02-01 Kenichi Handa <handa@m17n.org>
20660
20661 * coding.c (produce_composition): Compare charbuf[i] instead of
20662 args[i] against 0.
20663 (Fterminal_coding_system): Use EQ to compare Lisp objects.
20664
20665 2008-02-01 Kenichi Handa <handa@m17n.org>
20666
20667 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
20668 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
20669 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
20670 detect_coding.
20671 (emacs_mule_char): Handle old style (Emacs 20) component character
20672 of a composition.
20673 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
20674 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
20675 composition rule.
20676 (decode_coding_emacs_mule): Handle invalid bytes correctly.
20677
20678 2008-02-01 Kenichi Handa <handa@m17n.org>
20679
20680 * coding.c (encode_coding_ccl): Allocate destination dynamically
20681 when necessary.
20682
20683 2008-02-01 Kenichi Handa <handa@m17n.org>
20684
20685 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
20686 the loop. When quitted, show a proper error message.
20687
20688 2008-02-01 Kenichi Handa <handa@m17n.org>
20689
20690 * xterm.c (x_set_glyph_string_clipping_exactly): Set
20691 src->clip_head and src->clip_tail temporarily instead of src->hl.
20692
20693 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
20694 character sequence.
20695 (Fccl_execute_on_string): Use ASET, not XSET.
20696
20697 2008-02-01 Kenichi Handa <handa@m17n.org>
20698
20699 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
20700
20701 2008-02-01 Kenichi Handa <handa@m17n.org>
20702
20703 * coding.c (decode_coding): Fix the condition of terminating the
20704 decoding loop.
20705
20706 2008-02-01 Kenichi Handa <handa@m17n.org>
20707
20708 * data.c (Faset): On setting a character bigger than 255 in a
20709 unibyte string, signal an error instead of make the string multibyte.
20710
20711 2008-02-01 Kenichi Handa <handa@m17n.org>
20712
20713 * charset.c (map_charset_chars): Fix for ascii-compatible charset
20714 made by a mapping table.
20715
20716 2008-02-01 Kenichi Handa <handa@m17n.org>
20717
20718 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
20719 not.
20720 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
20721 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
20722
20723 * xterm.c (x_draw_composite_glyph_string_foreground): Check
20724 s->face is NULL or not.
20725
20726 2008-02-01 Kenichi Handa <handa@m17n.org>
20727
20728 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
20729 (x_draw_glyph_string): Fix drawing of right_overhang and
20730 left_overhang around/on cursor.
20731
20732 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
20733
20734 2008-02-01 Kenichi Handa <handa@m17n.org>
20735
20736 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
20737
20738 2008-02-01 Kenichi Handa <handa@m17n.org>
20739
20740 * coding.c (Fdefine_coding_system_internal)
20741 (Fdefine_coding_system_alias): Avoid a duplicated element in
20742 Vcoding_system_alist.
20743
20744 2008-02-01 Kenichi Handa <handa@m17n.org>
20745
20746 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
20747
20748 * coding.c (Qcoding_system_define_form): New variable.
20749 (syms_of_coding): Intern and staticpro it.
20750 (Fcoding_system_p): Check Qcoding_system_define_form.
20751 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
20752
20753 * coding.h (CODING_SYSTEM_P): If ID is not available, call
20754 Fcoding_system_p.
20755 (CHECK_CODING_SYSTEM): If ID is not available, call
20756 Fcheck_coding_system.
20757 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
20758 Try also Fcheck_coding_system.
20759
20760 2008-02-01 Kenichi Handa <handa@m17n.org>
20761
20762 * coding.c (code_conversion_restore): GCPRO arg.
20763
20764 2008-02-01 Kenichi Handa <handa@m17n.org>
20765
20766 * character.c (lisp_string_width): Check multibyteness of STRING.
20767
20768 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20769
20770 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
20771 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
20772 (decode_mac_font_name): Use decode_coding_c_string instead of
20773 decode_coding.
20774 (x_load_font): Initialize fontp->fontset to -1. Set
20775 fontp->encoding_type.
20776
20777 2008-02-01 Kenichi Handa <handa@m17n.org>
20778
20779 * search.c (search_buffer): Give up BM search on case-fold-search
20780 if one of a target character has a case-equivalence of different
20781 byte length even if that target character is an ASCII.
20782 (simple_search): Fix calculation of byte length of matched text.
20783 (boyer_moore): Fix handling of case-equivalent multibyte characters.
20784
20785 2008-02-01 Kenichi Handa <handa@m17n.org>
20786
20787 * coding.c (decode_coding): Fix handling of invalid bytes.
20788
20789 2008-02-01 Kenichi Handa <handa@m17n.org>
20790
20791 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
20792 Unicode characters.
20793
20794 2008-02-01 Kenichi Handa <handa@m17n.org>
20795
20796 * coding.c (encode_coding_object): If a pre-write-conversion
20797 function makes a new buffer, kill it.
20798
20799 2008-02-01 Kenichi Handa <handa@m17n.org>
20800
20801 * coding.c (QCascii_compatible_p): New variable.
20802 (syms_of_coding): Initialize it.
20803 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
20804 calling string_char.
20805 (record_conversion_result): Add `default:' case.
20806 (coding_charset_list): Delete unused variable `coding_type'.
20807 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
20808 property in the plist of the coding system.
20809 (Fcoding_system_put): Check QCascii_compatible_p.
20810
20811 2008-02-01 Miles Bader <miles@gnu.org>
20812
20813 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
20814 removed calculation of frame `f', as it's now used.
20815
20816 2008-02-01 Kenichi Handa <handa@m17n.org>
20817
20818 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
20819 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
20820 (UNIDATA): New variable.
20821 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
20822 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
20823 $(RUN_TEMACS) unconditionally.
20824
20825 2008-02-01 Kenichi Handa <handa@m17n.org>
20826
20827 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
20828 (admindir): New variable.
20829 ($(lispsource)international/charprop.el): New target.
20830
20831 2008-02-01 Miles Bader <miles@gnu.org>
20832
20833 * character.c (chars-in-region): Remove obsolete function.
20834 (syms_of_character): Remove its initialization.
20835
20836 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
20837
20838 * w32select.c (validate_coding_system)
20839 (setup_windows_coding_system): New functions.
20840 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
20841 setup_windows_coding_system.
20842 (setup_config, Fw32_get_clipboard_data): Use
20843 validate_coding_system.
20844 (Fx_selection_exists): Move call to setup_config to a place
20845 where signals are allowed.
20846
20847 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
20848 (Fcheck_coding_system): Add declarations.
20849
20850 2008-02-01 Kenichi Handa <handa@m17n.org>
20851
20852 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
20853
20854 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20855
20856 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
20857 string as the second argument for x_new_fontset.
20858
20859 2008-02-01 Kenichi Handa <handa@m17n.org>
20860
20861 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
20862 (encode_coding_object): Use safe_call instead of call2.
20863
20864 2008-02-01 Kenichi Handa <handa@m17n.org>
20865
20866 * fontset.c (Fset_fontset_font): Check family element of a given vector.
20867
20868 * Makefile.in (lisp): Include charprop.el.
20869
20870 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20871
20872 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
20873 Not sure if it's unnecessary.
20874
20875 2008-02-01 Steven Tamm <steventamm@mac.com>
20876
20877 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
20878 some possibly unnecessary fontset checking code that crashed
20879 when creating a new frame.
20880
20881 2008-02-01 Kenichi Handa <handa@m17n.org>
20882
20883 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
20884 lookup_face.
20885
20886 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
20887
20888 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
20889
20890 2008-02-01 Kenichi Handa <handa@m17n.org>
20891
20892 * coding.c: Cancel the change done in HEAD on 2008-02-01.
20893 (coding_charset_list): New function.
20894
20895 * coding.h (coding_charset_list): Extern it.
20896
20897 2008-02-01 Kenichi Handa <handa@m17n.org>
20898
20899 * fontset.c (Fset_fontset_font): Call find_font_encoding with
20900 concatenation of family and registry.
20901
20902 2008-02-01 Kenichi Handa <handa@m17n.org>
20903
20904 * character.h (BYTE8_STRING): Fix typo.
20905
20906 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
20907 string to multibyte (sync to HEAD).
20908
20909 * casefiddle.c (casify_region): Handle changes in byte-length
20910 using replace_range_2 (sync to HEAD).
20911
20912 2008-02-01 Andreas Schwab <schwab@suse.de>
20913
20914 * chartab.c (map_char_table): GCPRO table and arg.
20915
20916 2008-02-01 Kenichi Handa <handa@m17n.org>
20917
20918 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
20919 already at limit.
20920
20921 2008-02-01 Kenichi Handa <handa@m17n.org>
20922
20923 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
20924 instead of fast_c_string_match_ignore_case.
20925 (find_font_encoding): Change argument to Lisp_Object. Use
20926 fast_string_match_ignore_case instead of
20927 fast_c_string_match_ignore_case. Change caller.
20928
20929 2008-02-01 Kenichi Handa <handa@m17n.org>
20930
20931 * xdisp.c (get_next_display_element): In unibyte case, decide to
20932 display in octal form by checking a character by
20933 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
20934
20935 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
20936
20937 * character.c (unibyte_has_multibyte_table): New variable.
20938
20939 * character.h (unibyte_has_multibyte_table): Extern it.
20940 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
20941
20942 2008-02-01 Kenichi Handa <handa@m17n.org>
20943
20944 * coding.c (encode_coding_iso_2022): Fix handling of charset
20945 annotation.
20946
20947 2008-02-01 Kenichi Handa <handa@m17n.org>
20948
20949 * coding.c (setup_coding_system): If coding_system is nil, use
20950 Qundecided.
20951 (Fterminal_coding_system): Return nil if terminal coding system is
20952 `undecided'.
20953 (syms_of_coding): Define coding-system `undecided' here. Setup
20954 terminal_coding as `undecided'.
20955
20956 2008-02-01 Kenichi Handa <handa@m17n.org>
20957
20958 * xdisp.c (message_dolog, set_message_1): Call
20959 unibyte_char_to_multibyte with arg type int.
20960
20961 * lread.c (read1): Fix reading of a char-table.
20962
20963 * print.c (print_object): Include sub char-table in circularities
20964 detection.
20965
20966 2008-02-01 Kenichi Handa <handa@m17n.org>
20967
20968 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
20969 Append the found sequences in car of ARGS instead of prepending.
20970
20971 2008-02-01 Kenichi Handa <handa@m17n.org>
20972
20973 * fileio.c (report_file_error): Make a unibyte string from
20974 strerror (errorno).
20975 (Fsubstitute_in_file_name): Fix the arg to
20976 unibyte_char_to_multibyte. It is evaluated twice.
20977
20978 2008-02-01 Kenichi Handa <handa@m17n.org>
20979
20980 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
20981
20982 2008-02-01 Kenichi Handa <handa@m17n.org>
20983
20984 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
20985 BOM is not found.
20986 (detect_coding, detect_coding_system): Optimization for ISO-2022
20987 when no 8-bit data is found.
20988
20989 2008-02-01 Jason Rumney <jasonr@gnu.org>
20990
20991 * w32fns.c (x_to_w32_font): Update to use new coding struct.
20992
20993 2008-02-01 Kenichi Handa <handa@m17n.org>
20994
20995 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
20996 CHARS.
20997
20998 2008-02-01 Steven Tamm <steventamm@mac.com>
20999
21000 * macterm.c (mac_encode_char): Add charset argument and update
21001 to use encoding_type.
21002 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
21003 switch to pure fontset.
21004 (decode_mac_font_name): Temporarily remove decoding.
21005 (x_font_name_to_mac_font_name): Temporarily remove encoding.
21006 (x_load_font): Temporarily remove encoding.
21007
21008 2008-02-01 Kenichi Handa <handa@m17n.org>
21009
21010 * xfaces.c (Fface_font): If frame is not on a window system,
21011 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
21012 refer to face->font.
21013 (split_font_name_into_vector, build_font_name_from_vector)
21014 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
21015 when HAVE_WINDOW_SYSTEM is defined.
21016
21017 2008-02-01 Kenichi Handa <handa@m17n.org>
21018
21019 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
21020 (x_produce_glyphs): Fix setting of members of cmp in case
21021 cmp->glyph_len is zero.
21022
21023 * fontset.c (Fset_fontset_font): Fix docstring.
21024 (Ffontset_info): Make it backward compatible. New arg ALL.
21025
21026 2008-02-01 Kim F. Storm <storm@cua.dk>
21027
21028 * process.c (read_process_output): Grow decoding_buf when needed;
21029 this could cause a crash in allocate_string and compact_small_strings.
21030
21031 2008-02-01 Kenichi Handa <handa@m17n.org>
21032
21033 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
21034
21035 2008-02-01 Kenichi Handa <handa@m17n.org>
21036
21037 * coding.c (setup_coding_system): Set coding->common_flags
21038 correctly for raw-text.
21039 (consume_chars): On encoding unibyte text by raw-text, don't check
21040 multibyte form.
21041 (encode_coding): On encoding by raw-text, never use translation tables.
21042
21043 * fileio.c (e_write): Short cut for the case of no encoding.
21044
21045 2008-02-01 Kenichi Handa <handa@m17n.org>
21046
21047 * coding.c (detect_coding, detect_coding_system): Delete unused
21048 variables.
21049
21050 2008-02-01 Kenichi Handa <handa@m17n.org>
21051
21052 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
21053 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
21054
21055 2008-02-01 Kenichi Handa <handa@m17n.org>
21056
21057 * coding.c (Ffind_coding_systems_region_internal): Include
21058 raw-text and no-conversion in the result.
21059
21060 2008-02-01 Kenichi Handa <handa@m17n.org>
21061
21062 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
21063 (load_font_get_repertory): Delete unnecessary check of ENCODING of
21064 FONT_DEF.
21065 (font_def_arg, add_arg, from_arg, to_arg): New args.
21066 (set_fontset_font): Change argument.
21067 (Fset_fontset_font): Fix for the case that TARGET is a script
21068 name and charset name.
21069 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
21070
21071 2008-02-01 Kenichi Handa <handa@m17n.org>
21072
21073 * fontset.c (fontset_font): Rename from fontset_face. Change return
21074 value.
21075 (face_suitable_for_char_p, face_for_char): Adjust for the change
21076 of fontset_font.
21077 (make_fontset_for_ascii_face): Fix setting of the fontset element
21078 for ASCII.
21079 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
21080 to get a font name.
21081 (Ffontset_info): Adjust for the change of fontset_font.
21082
21083 * coding.c (emacs_mule_char): Check invalid code more rigidly.
21084
21085 * character.h (LEADING_CODE_LATIN_1_MIN)
21086 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
21087
21088 2008-02-01 Kenichi Handa <handa@m17n.org>
21089
21090 * editfns.c (check_translation): New function.
21091 (Ftranslate_region_internal): Handle M:N mapping.
21092
21093 2008-02-01 Kenichi Handa <handa@m17n.org>
21094
21095 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
21096
21097 2008-02-01 Kenichi Handa <handa@m17n.org>
21098
21099 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
21100 goto invalid_code.
21101 (decode_coding_iso_2022): Fix handling of invalid designation.
21102
21103 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
21104 after calling code_conversion_save.
21105
21106 2008-02-01 Kenichi Handa <handa@m17n.org>
21107
21108 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
21109
21110 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
21111
21112 * fontset.c: Include "intervals.h".
21113 (fontset_face): Fix comparing of Lisp_Objects.
21114 (free_face_fontset, new_fontset_from_font_name): Fix
21115 Lisp_Object/int mixup.
21116
21117 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
21118
21119 * coding.c: Add many prototypes for static functions.
21120 (get_translation_table): Allow max_lookup to be NULL.
21121 (decode_coding, Ffind_coding_systems_region_internal)
21122 (Funencodable_char_position, Fcheck_coding_systems_region): Call
21123 get_translation_table with max_lookup NULL.
21124
21125 2008-02-01 Kenichi Handa <handa@m17n.org>
21126
21127 * coding.c (get_translation_table): Declare it as Lisp_Object.
21128 (LOOKUP_TRANSLATION_TABLE): New macro.
21129 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
21130 instead of CHAR_TABLE_REF.
21131
21132 2008-02-01 Kenichi Handa <handa@m17n.org>
21133
21134 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
21135 annotation data format.
21136 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
21137 Change arguments FROM and TO to single argument NCHARS. Change caller.
21138 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
21139 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21140 (decode_coding_ccl, decode_coding_charset): Pay attention to
21141 coding->charbuf_used.
21142 (get_translation): New function.
21143 (produce_chars): New arguments translation_table and last_block.
21144 Translate characters here. Return number of carryover chars.
21145 Change caller.
21146 (produce_composition): New argument pos. Change caller.
21147 Adjust for the change of annotation data format.
21148 (produce_charset, produce_annotation): Likewise.
21149 (decode_coding, encode_coding): Don't call translate_chars.
21150 (consume_chars): New arg translation_table. Change caller.
21151 (translate_chars): Delete.
21152 (syms_of_coding): Make translation-table's number of extra slots 2.
21153
21154 2008-02-01 Kenichi Handa <handa@m17n.org>
21155
21156 * search.c (simple_search): Fix setting this_pos_byte in backward
21157 search.
21158
21159 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
21160 byte sequence.
21161 (detect_coding_ccl): Fix setting of the variable valids.
21162
21163 2008-02-01 Kenichi Handa <handa@m17n.org>
21164
21165 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
21166
21167 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
21168
21169 * editfns.c (Ftranslate_region_internal): Rename from
21170 Ftranslate_region. Accept a char-table in TABLE.
21171 (syms_of_editfns): Defsubr Stranslate_region_internal.
21172
21173 * xfaces.c (set_lface_from_font_name): If a font is specified for
21174 a frame, generate a fontset from the font.
21175 (build_scalable_font_name): If the scalable font is requested for
21176 a specific size, don't change that size.
21177 (try_font_list): Try a scalable font also in the case that a
21178 pattern string is specified.
21179
21180 2008-02-01 Kenichi Handa <handa@m17n.org>
21181
21182 * xfaces.c (Fface_font): New optional arg CHARACTER.
21183
21184 2008-02-01 Kenichi Handa <handa@m17n.org>
21185
21186 * charset.h (CHARSET_OFFSET): New macro.
21187
21188 2008-02-01 Kenichi Handa <handa@m17n.org>
21189
21190 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
21191
21192 * fontset.c (fontset_face): Handle the case that repertory is a
21193 char-table.
21194 (find_font_encoding): Return nil for unknown encoding.
21195 (Fset_fontset_font): Ignore a font of unknown encoding.
21196
21197 2008-02-01 Kenichi Handa <handa@m17n.org>
21198
21199 * keymap.c (describe_vector): Handle default value of a char table.
21200
21201 * fontset.c (fontset_face): Handle fallback fonts correctly.
21202 (Ffontset_info): Return infomation about fallback fonts.
21203
21204 2008-02-01 Kenichi Handa <handa@m17n.org>
21205
21206 * fontset.c (FONTSET_DEFAULT): New macro.
21207 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
21208 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
21209 the case that it is nil.
21210 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
21211 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
21212
21213 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
21214 subset or superset.
21215
21216 2008-02-01 Kenichi Handa <handa@m17n.org>
21217
21218 * emacs.c (main): Call init_charset after syms_of_XXX.
21219
21220 * charset.c (Vcharset_map_directory): Delete.
21221 (Vcharset_map_path): New variable.
21222 (load_charset_map_from_file): Use Vcharset_map_path instead.
21223 (init_charset): Initialize Vcharset_map_path.
21224 (syms_of_charset): Delete declaration of "charset-map-directory",
21225 add declaration of "charset-map-path".
21226
21227 2008-02-01 Kenichi Handa <handa@m17n.org>
21228
21229 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
21230 ASCII only string.
21231
21232 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
21233
21234 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
21235 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
21236
21237 2008-02-01 Kenichi Handa <handa@m17n.org>
21238
21239 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
21240
21241 * coding.c (QCmnemonic, QCdefalut_char)
21242 (QCdecode_translation_table, QCencode_translation_table)
21243 (QCpost_read_conversion, QCpre_write_conversion): New variables.
21244 (get_translation_table): Return a list of translation tables if
21245 necessary.
21246 (decode_coding): Call get_translation_table with ENCODEP 0.
21247 (char_encodable_p): If translation_table is non-nil, always call
21248 translate_char.
21249 (Fdefine_coding_system_internal): Accept list of translation
21250 tables as :encode-translation-table and :decode-translation-table.
21251 (Fcoding_system_put): New function.
21252 (syms_of_coding): Declare new symbols. Defsubr
21253 Scoding_system_put.
21254 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
21255 typically JISX0212.
21256
21257 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
21258 when the charset is superset type.
21259
21260 * character.c (translate_char): Accept list of translation tables.
21261
21262 2008-02-01 Kenichi Handa <handa@m17n.org>
21263
21264 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
21265 (CODING_ATTR_TRANS_TBL): New macro.
21266
21267 * coding.c (get_translation_table): New function.
21268 (translate_chars): Fix the bug of skipping annotation data.
21269 (decode_coding, encode_coding): Utilize get_translation_table.
21270 (char_encodable_p, Funencodable_char_position): Translate char if
21271 necessary.
21272 (Ffind_coding_systems_region_internal)
21273 (Fcheck_coding_systems_region): Setup translation table for encode
21274 in a coding system attribute vector in advance.
21275 (Fdefine_coding_system_internal): Allow a symbol as translation
21276 table. For shift-jis type coding system, allow 4th charset.
21277
21278 2008-02-01 Kenichi Handa <handa@m17n.org>
21279
21280 * coding.c (decode_coding_sjis): Check the first byte rigidly.
21281
21282 * xdisp.c (get_next_display_element): Pass -1 as POS to
21283 FACE_FOR_CHAR if displaying a C-string.
21284
21285 2008-02-01 Kenichi Handa <handa@m17n.org>
21286
21287 * composite.c (get_composition_id): Handle xoff and yoff in a
21288 composition rule.
21289
21290 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
21291 (struct composition): New member lbearing and rbearing.
21292
21293 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
21294 (x_get_glyph_overhangs): Handle a composition glyph.
21295 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
21296
21297 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
21298 composition glyph.
21299
21300 2008-02-01 Kenichi Handa <handa@m17n.org>
21301
21302 * print.c: Include charset.h.
21303 (Vprint_charset_text_property): New variable.
21304 (Qdefault): Extern it.
21305 (PRINT_STRING_NON_CHARSET_FOUND)
21306 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
21307 (print_check_string_result): New variable.
21308 (print_check_string_charset_prop): New function.
21309 (print_prune_charset_plist): New variable.
21310 (print_prune_string_charset): New function.
21311 (print_object): Call print_prune_string_charset if
21312 Vprint_charset_text_property is not t.
21313 (print_interval): Print nothing if interval->plist is nil.
21314 (syms_of_print): Declare Vprint_charset_text_property as a lisp
21315 variable. Init and staticpro print_prune_charset_plist.
21316
21317 2008-02-01 Kenichi Handa <handa@m17n.org>
21318
21319 * fontset.c (new_fontset_from_font_name): Use the specified font
21320 for all characters in the new fontset.
21321
21322 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21323 OBJECT args.
21324
21325 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
21326 OBJECT args for composition too.
21327
21328 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21329 OBJECT args.
21330
21331 2008-02-01 Kenichi Handa <handa@m17n.org>
21332
21333 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
21334
21335 * fontset.c (reorder_font_vector): Adjust for the change of
21336 FONT_DEF format.
21337 (fontset_face): New arg id. Change caller.
21338 (face_for_char): New args pos and object.
21339 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
21340 (fs_query_fontset): Check NAME by Fassoc too.
21341 (Fset_fontset_font): Allow non-XLFD font name.
21342 (Ffontset_info): Adjust for the change of FONT_DEF format.
21343
21344 * fontset.h (face_for_char): Adjust prototype.
21345
21346 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
21347 (append_space, extend_face_to_end_of_line)
21348 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
21349 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
21350
21351 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
21352 POS and OBJECT args.
21353
21354 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
21355 POS and OBJECT args.
21356
21357 2008-02-01 Jason Rumney <jasonr@gnu.org>
21358
21359 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
21360 of GlobalAlloc'ed memory.
21361
21362 2008-02-01 Kenichi Handa <handa@m17n.org>
21363
21364 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
21365
21366 * charset.h (charset_table_used): Delete extern.
21367
21368 * charset.c (charset_table_used): Make it static.
21369 (map_charset_chars): Fix args to c_function with.
21370
21371 * chartab.c (map_sub_char_table_for_charset): Fix args to
21372 c_function with.
21373
21374 * coding.h (enum coding_result_code): Delete
21375 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
21376
21377 * coding.c (Qinsufficient_source, Qinconsistent_eol)
21378 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
21379 (Vlast_code_conversion_error): New variables.
21380 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
21381 (ONE_MORE_BYTE): Record error if any instead of signaling an
21382 error. If non-ASCII multibyte char is found, return the negative
21383 value of the code. All callers changed to check it.
21384 (ONE_MORE_BYTE_NO_CHECK): Likewise.
21385 (record_conversion_result): New function. Change all codes setting
21386 coding->result to call this function.
21387 (detect_coding_utf_8, decode_coding_utf_8)
21388 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
21389 Don't use the local variable incomplete.
21390 (emacs_mule_char): Change the second arg to `const'.
21391 (decode_coding): Fix of flushing out unprocessed data.
21392 (make_conversion_work_buffer): Fix making of a work buffer.
21393 (decode_coding_object): Return coding->dst_object.
21394
21395 * fontset.c (set_fontset_font): Fix args.
21396
21397 * lisp.h (CHARACTERBITS): Define as 22.
21398
21399 * process.c (send_process): Be sure to set coding->src_multibyte.
21400
21401 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
21402
21403 2008-02-01 Kenichi Handa <handa@m17n.org>
21404
21405 * xdisp.c (handle_auto_composed_prop): Give limit to
21406 Fnext_single_char_property_change.
21407
21408 2008-02-01 Kenichi Handa <handa@m17n.org>
21409
21410 * composite.c (syms_of_composite): Don't make the composition hash
21411 table weak.
21412
21413 * fontset.c (Fset_fontset_font): Fix docstring.
21414
21415 * lisp.h (detect_coding_system): Adjust prototype.
21416
21417 * fileio.c (kill_workbuf_unwind): Delete this function.
21418 (Finsert_file_contents): Adjust the call of detect_coding_system.
21419 Get conversion_buffer by code_conversion_save. Use the macro
21420 CODING_MAY_REQUIRE_DECODING. After decoding, update
21421 coding_system.
21422
21423 * coding.h (make_conversion_work_buffer): Delete extern.
21424 (code_conversion_save): Extern it.
21425
21426 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
21427 (CODING_GET_INFO): Delete argument eol_type. Change callers.
21428 (decode_coding_utf_8): Don't do eol converion.
21429 (detect_coding_utf_16): Check coding->src_chars, not
21430 coding->src_bytes. Add heuristics for those that have no signature.
21431 (decode_coding_emacs_mule, decode_coding_iso_2022)
21432 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
21433 Don't do eol converion.
21434 (adjust_coding_eol_type): Return a new coding system.
21435 (detect_coding): Don't detect eol. Fix for utf-16 detection.
21436 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
21437 each change.
21438 (decode_coding): Pay attention to undo_list. Do eol conversion for
21439 all types of coding-systems (if necessary).
21440 (Vcode_conversion_work_buf_list): Delete it.
21441 (Vcode_conversion_reused_workbuf): Rename from
21442 Vcode_conversion_reused_work_buf.
21443 (Vcode_conversion_workbuf_name): New variable.
21444 (reused_workbuf_in_use): New variable.
21445 (make_conversion_work_buffer): Delete the arg DEPTH.
21446 (code_conversion_restore): Change argument to cons.
21447 (code_conversion_save): Delete the argument BUFFER. Change callers.
21448 (detect_coding_system): New argument src_chars. Change callers.
21449 Fix for utf-16 detection.
21450 (init_coding_once): Don't use ISO_carriage_return.
21451 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
21452 reused_workbuf_in_use.
21453
21454 2008-02-01 Kenichi Handa <handa@m17n.org>
21455
21456 * keymap.c (store_in_keymap): Pay attention to the case that idx
21457 is a cons specifying a character range.
21458
21459 2008-02-01 Kenichi Handa <handa@m17n.org>
21460
21461 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
21462 HANDLED_RECOMPUTE_PROPS.
21463
21464 * coding.c (Fdefine_coding_system_internal): Fix checking of
21465 ascii compatibility.
21466
21467 2008-02-01 Kenichi Handa <handa@m17n.org>
21468
21469 * charset.c (find_charsets_in_text): Delete unused locale variable.
21470 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
21471
21472 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
21473 Resync charset_list to Vemacs_mule_charset_list.
21474
21475 * keymap.c (store_in_keymap): Pay attention to the case that idx
21476 is a cons specifying a character range.
21477
21478 2008-02-01 Kenichi Handa <handa@m17n.org>
21479
21480 * composite.c (update_compositions): Bind inhibit-read-only, etc
21481 to t before calling remove-list-of-text-properties.
21482
21483 * print.c (print_object): Always print ASCII chars as is.
21484
21485 2008-02-01 Kenichi Handa <handa@m17n.org>
21486
21487 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
21488
21489 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
21490 is a char table.
21491
21492 2008-02-01 Kenichi Handa <handa@m17n.org>
21493
21494 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
21495
21496 2008-02-01 Kenichi Handa <handa@m17n.org>
21497
21498 * xfaces.c (set_lface_from_font_name): Fix for the case that
21499 FONTNAME is not fontset name.
21500
21501 2008-02-01 Kenichi Handa <handa@m17n.org>
21502
21503 * fns.c (base64_encode_1): Fix previous change.
21504
21505 2008-02-01 Kenichi Handa <handa@m17n.org>
21506
21507 * fontset.c (set_fontset_font): New function.
21508 (Fset_fontset_font): If a font is specified for a charset, use
21509 map_charset_chars to store the font spec in a fontset.
21510
21511 2008-02-01 Kenichi Handa <handa@m17n.org>
21512
21513 * fontset.c (fontset_face): Create a fallback fontset on demand.
21514 (make_fontset): Don't create a fallback fontset here.
21515 (free_face_fontset): Free a fallback fontset (if any) too.
21516 (n_auto_fontsets): Delete this variable.
21517 (auto_fontset_alist): New variable.
21518 (new_fontset_from_font_name): Check auto_fontset_alist.
21519 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
21520 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
21521 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
21522 Defsubr Sfontset_list_all.
21523
21524 2008-02-01 Kenichi Handa <handa@m17n.org>
21525
21526 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
21527
21528 2008-02-01 Kenichi Handa <handa@m17n.org>
21529
21530 * fontset.c (Fnew_fontset): Check NAME more rigidly.
21531
21532 2008-02-01 Kenichi Handa <handa@m17n.org>
21533
21534 * editfns.c (Fgoto_char): Fix docstring.
21535
21536 2008-02-01 Kenichi Handa <handa@m17n.org>
21537
21538 * insdel.c (insert_from_gap): Adjust intervals correctly.
21539
21540 2008-02-01 Jason Rumney <jasonr@gnu.org>
21541
21542 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
21543 (pfnGetFontUnicodeRanges): New dynamically loaded function.
21544 (w32_initialize): Try to load it.
21545 (x_get_font_repertory): Use it if available.
21546 (w32_encode_char): Add shortcut for unicode output.
21547
21548 * w32fns.c (w32_load_system_font): Default charset to -1.
21549 (x_to_w32_charset): Match all fonts for unicode.
21550 (w32_to_x_charset): New parameter matching. Don't return partial
21551 or wildcard charsets.
21552 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
21553 (w32_codepage_for_font): Return CP_UNICODE for unicode.
21554 (w32_to_x_font): Match charset to real charset.
21555 (enum_font_cb2): Always list unicode versions.
21556
21557 * makefile.w32-in (temacs): Increase EMHEAP.
21558
21559 2008-02-01 Jason Rumney <jasonr@gnu.org>
21560
21561 * w32term.c (w32_encode_char): New charset parameter.
21562 font_info.encoding becomes encoding_type.
21563 (x_get_font_repertory): New function. Warning: stub only!
21564 (x_new_font): Return quickly if font already set.
21565 (x_new_fontset): fontsetname parameter is Lisp_Object.
21566 Use new fs_query_fontset. Try new_fontset_from_font_name.
21567 Use fontset_name for return value.
21568
21569 * w32term.h: Declare x_get_font_repertory.
21570
21571 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
21572 place of find_charset_in_text. Use encode_coding_object in place
21573 of encode_coding.
21574 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
21575 decode_coding.
21576
21577 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
21578 of x_new_fontset.
21579 (w32_load_system_font): Initialize charset as unicode.
21580 font_info.encoding becomes encoding_type.
21581 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
21582 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
21583 (syms_of_w32fns): Set get_font_repertory_func.
21584
21585 * w32console.c: Include character.h. Use terminal_encode_buffer
21586 from term.c.
21587 (write_glyphs): Use new version of encode_terminal_code. Use
21588 encode_coding_object in place of encode_coding.
21589
21590 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
21591 encoding becomes encoding_type.
21592
21593 * term.c (terminal_encode_buffer): Make externally visible.
21594
21595 * makefile.w32-in: Add character.h dependancies.
21596 (character.o, chartab.o): New targets.
21597
21598 2008-02-01 Kenichi Handa <handa@m17n.org>
21599
21600 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
21601 CODING_ID_EOL_TYPE.
21602
21603 2008-02-01 Andreas Schwab <schwab@suse.de>
21604
21605 * coding.c (produce_chars): Revert last change.
21606
21607 2008-02-01 Kenichi Handa <handa@m17n.org>
21608
21609 * charset.h (charset_unicode): Extern it.
21610
21611 * charset.c (string_xstring_p): Check by (C >= 0x100).
21612 (find_charsets_in_text): Change format of the arc CHARSETS. New
21613 arg MULTIBYTE.
21614 (Ffind_charset_region, Ffind_charset_string): Adjust for the
21615 change of find_charsets_in_text.
21616 (Fsplit_char): Fix doc. Never return unknown.
21617
21618 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
21619
21620 * coding.c (Fdefine_coding_system_alias): Update
21621 Vcoding_system_list.
21622
21623 * fontset.c (load_font_get_repertory): Pay attention to the case
21624 that ENCODING of a font is specified by a char-table.
21625
21626 * xterm.c (x_get_font_repertory): Handle the case that the
21627 encoding of font is other than Unicode.
21628
21629 2008-02-01 Kenichi Handa <handa@m17n.org>
21630
21631 * term.c (encode_terminal_code): Don't handle glyph-table. Check
21632 if a character is encodable by the terminal coding system. If
21633 not, produces proper number of `?'s. Update
21634 terminal_encode_buffer and terminal_encode_buf_size if necessary.
21635 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
21636
21637 2008-02-01 Kenichi Handa <handa@m17n.org>
21638
21639 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
21640 variables.
21641 (encode_terminal_code): Change argument. Encode multiple
21642 characters at once. Store the result of encoding in
21643 terminal_encode_buffer.
21644 (write_glyphs, insert_glyphs): Adjust for the change of
21645 encode_terminal_code.
21646 (term_init): Initialize terminal_encode_buffer and
21647 terminal_encode_buf_size.
21648
21649 * coding.c (consume_chars): If coding->src_object is nil, don't
21650 check annotation.
21651
21652 2008-02-01 Kenichi Handa <handa@m17n.org>
21653
21654 * character.c (char_string): Use ASCII_CHAR_P instead of
21655 SINGLE_BYTE_CHAR_P.
21656
21657 2008-02-01 Kenichi Handa <handa@m17n.org>
21658
21659 * xdisp.c (handle_auto_composed_prop): Check if the last
21660 characters of auto-composed region is newly composed with the
21661 following characters.
21662 (handle_composition_prop): Fix checking of point being inside
21663 composition.
21664
21665 2008-02-01 Kenichi Handa <handa@m17n.org>
21666
21667 * fns.c (concat): Don't change multibyteness of the result by
21668 concatenating an 8-bit character.
21669
21670 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
21671 multibyteness of the result when newelt is an 8-bit character.
21672
21673 2008-02-01 Dave Love <fx@gnu.org>
21674
21675 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
21676 EMACS_INT.
21677
21678 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
21679
21680 * xfaces.c (face_numeric_value): Declare dim size_t.
21681 (Finternal_lisp_face_equal_p): Remove unused f.
21682
21683 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
21684 (MATRIX_ROW): Remove unused vars.
21685 (draw_glyphs, x_insert_glyphs, fast_find_position)
21686 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
21687 byte/char counts.
21688
21689 * regex.c (regex_compile): Remove unused var.
21690
21691 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
21692
21693 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
21694 (Faccessible_keymaps, where_is_internal): Remove unused vars.
21695
21696 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
21697
21698 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
21699
21700 * fileio.c (Fwrite_region): Remove unused var.
21701
21702 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
21703 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
21704
21705 * composite.c (Fremove_list_of_text_properties): Declare.
21706
21707 * coding.c (inhibit_pre_post_conversion): Remove (unused).
21708 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
21709 (coding_inherit_eol_type): Remove unused attrs.
21710 (detect_coding): Cast arg of detect_eol.
21711
21712 * charset.c (syms_of_charset): Remove unused var p.
21713 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
21714 byte/char counts.
21715
21716 * casetab.c (set_case_table): Remove unused var.
21717
21718 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
21719 unused vars.
21720
21721 2008-02-01 Dave Love <fx@gnu.org>
21722
21723 * xterm.c (x_bitmap_mask): Declare.
21724
21725 2008-02-01 Dave Love <fx@gnu.org>
21726
21727 * xterm.c (x_term_init): Fix type error.
21728
21729 * lisp.h: Add Funibyte_char_to_multibyte.
21730
21731 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
21732 (Fset_coding_system_priority): Doc fix.
21733
21734 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
21735
21736 * indent.c (check_composition): Make start and end EMACS_INT.
21737
21738 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
21739
21740 * xdisp.c (handle_composition_prop, check_point_in_composition):
21741 Make buffer positions EMACS_INT.
21742
21743 * composite.c (find_composition, run_composition_function)
21744 (update_compositions, Ffind_composition_internal): Make buffer
21745 positions EMACS_INT.
21746
21747 * composite.h (find_composition, update_compositions): Make
21748 position args EMACS_INT.
21749
21750 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
21751
21752 * intervals.c (get_property_and_range):
21753 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
21754
21755 * unexalpha.c: Don't include varargs.h.
21756
21757 2008-02-01 Dave Love <fx@gnu.org>
21758
21759 * coding.h (ENCODE_UTF_8): New.
21760
21761 * Makefile.in (gtkutil.o): Depend on coding.h.
21762
21763 * coding.c (Fset_coding_system_priority): Doc fix.
21764
21765 2008-02-01 Kenichi Handa <handa@m17n.org>
21766
21767 * fileio.c (Finsert_file_contents): Call setup_coding_system in
21768 the case of auto saving.
21769
21770 2008-02-01 Andreas Schwab <schwab@suse.de>
21771
21772 * chartab.c (map_char_table, map_char_table_for_charset): Protect
21773 `range' from GC.
21774
21775 2008-02-01 Kenichi Handa <handa@m17n.org>
21776
21777 * coding.c (decode_coding_sjis): Check bytes more rigidly.
21778
21779 2008-02-01 Kenichi Handa <handa@m17n.org>
21780
21781 * fileio.c (choose_write_coding_system): Return a decided coding system.
21782 (Fwrite_region): Set Vlast_coding_system_used to the return value
21783 of choose_write_coding_system.
21784
21785 2008-02-01 Kenichi Handa <handa@m17n.org>
21786
21787 * charset.c (Fset_charset_priority): Pay attention to duplicated
21788 arguments.
21789
21790 * coding.c (QCcategory): New variable.
21791 (syms_of_coding): Defsym it. Set all elements of
21792 Vcoding_category_table and their symbol values.
21793 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
21794 coding-category-XXX, and coding-category-list.
21795 (Fdefine_coding_system_internal): Add category in the plist.
21796
21797 2008-02-01 Kenichi Handa <handa@m17n.org>
21798
21799 * callproc.c (Fcall_process): Handle carryover correctly.
21800
21801 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
21802 (raw_text_coding_system): Check NILP (coding_system).
21803 (coding_inherit_eol_type): Check NILP (coding_system) and
21804 NILP (parent).
21805 (consume_chars): Fix for the case of raw-text.
21806
21807 * process.c (read_process_output): Handle carryover correctly.
21808
21809 2008-02-01 Dave Love <fx@gnu.org>
21810
21811 * regex.c (re_search_2): Fix last change.
21812
21813 2008-02-01 Kenichi Handa <handa@m17n.org>
21814
21815 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
21816 target_multibyte. Even in a unibyte case, return a converted
21817 multibyte char.
21818 (GET_CHAR_AFTER): New macro.
21819 (PATFETCH): Translate via multibyte char.
21820 (HANDLE_UNIBYTE_RANGE): Delete this macro.
21821 (SETUP_MULTIBYTE_RANGE): New macro.
21822 (regex_compile): Setup compiled code so that its multibyteness
21823 matches that of a target. Fix the handling of "[X-YZ]" using
21824 SETUP_MULTIBYTE_RANGE.
21825 (analyse_first) <charset>: For filling fastmap for all multibyte
21826 characters, don't check by BASE_LEADING_CODE_P.
21827 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
21828 the same as RE_MULTIBYTE_P (bufp) now.
21829 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
21830 (TARGET_CHAR_AND_LENGTH): Delete this macro.
21831 (TRANSLATE_VIA_MULTIBYTE): New macro.
21832 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
21833 It is the same as RE_MULTIBYTE_P (bufp) now.
21834 <exactn>: Translate via multibyte.
21835 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
21836 translate it.
21837 <charset, charset_not>: Fetch a character by
21838 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
21839 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
21840 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
21841 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
21842 by GET_CHAR_AFTER.
21843 (bcmp_translate): Likewise.
21844
21845 * search.c (compile_pattern): Check the member target_multibyte,
21846 not the member multibyte of buf.
21847
21848 * lread.c (read1): While reading a string, set force_singlebyte
21849 and force_multibyte correctly.
21850
21851 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
21852 up of unibyte_to_multibyte_table.
21853
21854 2008-02-01 Kenichi Handa <handa@m17n.org>
21855
21856 * coding.c (setup_coding_system): If coding has
21857 post-read-conversion or pre-write-conversion, set
21858 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
21859 respectively.
21860 (decode_coding_gap): Run post-read-conversion if any.
21861
21862 * fileio.c (Finsert_file_contents): Even if we read into a
21863 unibyte buffer, check if we must decode the result or not.
21864
21865 2008-02-01 Kenichi Handa <handa@m17n.org>
21866
21867 * coding.c (make_conversion_work_buffer): Change the work buffer
21868 name to the same one as that of Emacs 21.
21869
21870 2008-02-01 Kenichi Handa <handa@m17n.org>
21871
21872 * coding.h (make_conversion_work_buffer): Adjust prototype.
21873 (code_conversion_restore): Don't extern it.
21874
21875 * coding.c (detected_mask): Delete unused variable.
21876 (decode_coding_iso_2022): Pay attention to the byte sequence of
21877 CTEXT extended segment, and retain those bytes as is.
21878 (decode_coding_ccl): Delete unused variable `valids'.
21879 (setup_coding_system): Delete unused variable `category'.
21880 (consume_chars): Delete unused variable `category'. Make it work
21881 for non-multibyte case.
21882 (make_conversion_work_buffer): Change argument.
21883 (saved_coding): Delete unused variable.
21884 (code_conversion_restore): Don't check saved_coding->destination.
21885 (code_conversion_save): New function.
21886 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
21887 instead of record_unwind_protect.
21888 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
21889 (detect_coding_system): Delete unused variable `mask'.
21890 (Fdefine_coding_system_internal): Delete unused variable id.
21891
21892 * fileio.c (kill_workbuf_unwind): New function.
21893 (Finsert_file_contents): On replacing, call
21894 make_conversion_work_buffer with correct args, and call
21895 record_unwind_protect with the first arg kill_workbuf_unwind.
21896
21897 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
21898
21899 2008-02-01 Kenichi Handa <handa@m17n.org>
21900
21901 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
21902 (fontset_add): Fix for the case that TO is less than TO1.
21903 (Ffontset_info): Don't use fallback fontset on checking the
21904 default fontset.
21905 (dump_fontset): New function for debugging.
21906
21907 * coding.c (Fdefine_coding_system_internal): Fix for the case that
21908 coding_type is Qcharset.
21909
21910 2008-02-01 Kenichi Handa <handa@m17n.org>
21911
21912 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
21913 (map_char_table): Don't inherit the value from the parent on
21914 initializing VAL. Adjust for the above change.
21915
21916 2008-02-01 Kenichi Handa <handa@m17n.org>
21917
21918 * coding.c (Qsignature, Qendian): Delete these variables.
21919 (syms_of_coding): Don't initialize them.
21920 (CATEGORY_MASK_UTF_16_AUTO): New macro.
21921 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
21922 detect_info->found.
21923 (decode_coding_utf_16): Don't detect BOM here.
21924 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
21925 is NOT utf_16_without_bom.
21926 (setup_coding_system): For a coding system of type utf-16, check
21927 if the attribute :endian is Qbig or not (not nil or not), and set
21928 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
21929 (detect_coding): If coding type is utf-16 and BOM detection is
21930 required, detect it.
21931 (Fdefine_coding_system_internal): For a coding system of type
21932 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
21933
21934 2008-02-01 Kenichi Handa <handa@m17n.org>
21935
21936 * coding.c (coding_set_source): Fix for the case that the current
21937 buffer is different from coding->src_object.
21938 (decode_coding_object): Don't use the conversion work buffer if
21939 DST_OBJECT is a buffer.
21940
21941 2008-02-01 Dave Love <fx@gnu.org>
21942
21943 * lread.c (read_emacs_mule_char) [len==2]: Index
21944 emacs_mule_charset correctly.
21945
21946 2008-02-01 Dave Love <fx@gnu.org>
21947
21948 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
21949 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
21950 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
21951 treated specially.)
21952 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
21953 (detected_mask): Remove Big5 bits.
21954
21955 2008-02-01 Kenichi Handa <handa@m17n.org>
21956
21957 The following changes are to make the font rescaling facility
21958 compatible with Emacs 21.
21959
21960 * xfaces.c (Vface_font_rescale_alist): Rename from
21961 Vface_resizing_fonts.
21962 (struct font_name): Rename member resizing_ratio to rescale_ratio.
21963 (font_rescale_ratio): Rename from font_resizing_ratio.
21964 (split_font_name): Set font->rescale_ratio.
21965 (better_font_p): Pay attention to font->rescale_ratio.
21966 (build_scalable_font_name): Likewise. Change RESX, and RESY
21967 fields.
21968 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
21969
21970 2008-02-01 Kenichi Handa <handa@m17n.org>
21971
21972 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
21973 (Qutf_16_le): Remove these variables.
21974 (syms_of_coding): Don't DEFSYM them.
21975 (decode_coding_utf_16): Fix handling of BOM.
21976 (encode_coding_utf_16): Fix handling of BOM.
21977
21978 2008-02-01 Kenichi Handa <handa@m17n.org>
21979
21980 * fileio.c (Finsert_file_contents): On replacing, before decoding
21981 the file into the work buffer, set point of the work buffer to the end.
21982
21983 2008-02-01 Dave Love <fx@gnu.org>
21984
21985 * coding.c (Fcheck_coding_systems_region): Fix type errors.
21986
21987 2008-02-01 Dave Love <fx@gnu.org>
21988
21989 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
21990 and fix C types.
21991
21992 2008-02-01 Kenichi Handa <handa@m17n.org>
21993
21994 * xdisp.c (SKIP_GLYPHS): New macro.
21995 (set_cursor_from_row): Pay attention to string display properties.
21996
21997 * category.c (copy_category_entry): Fix for the case that RANGE
21998 is an integer.
21999
22000 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
22001
22002 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
22003
22004 2008-02-01 Kenichi Handa <handa@m17n.org>
22005
22006 * charset.c (Fcharset_id_internal): New function.
22007 (syms_of_charset): Defsubr it.
22008
22009 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
22010 with the last arg charset_list acquired from coding.
22011 (Fdefine_coding_system_internal): For ccl-based coding system, fix
22012 the attribute coding_attr_ccl_valids.
22013
22014 * coding.h (enum define_coding_ccl_arg_index): Set the first
22015 member coding_arg_ccl_decoder to coding_arg_max.
22016
22017 * ccl.h (ccl_driver): Adjust prototype.
22018
22019 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
22020 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
22021 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
22022 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
22023 last arg Qnil.
22024
22025 2008-02-01 Kenichi Handa <handa@m17n.org>
22026
22027 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
22028 call encode_char.
22029
22030 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
22031
22032 2008-02-01 Dave Love <fx@gnu.org>
22033
22034 * composite.c (syms_of_composite): Make composition_hash_table weak.
22035
22036 2008-02-01 Kenichi Handa <handa@m17n.org>
22037
22038 * dispextern.h (check_face_attributes, generate_ascii_font_name)
22039 (font_name_registry): Don't extern them.
22040 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
22041
22042 * fontset.h (Qfontset): Don't extern it.
22043 (new_fontset_from_font_name): Extern it.
22044
22045 * fontset.c: Give 8 extra slots to fontset objects.
22046 (Qfontset_info): New variable.
22047 (syms_of_fontset): Defsym it.
22048 (FONTSET_FALLBACK): New macro.
22049 (fontset_face): Try also the default fontset.
22050 (make_fontset): Realize a fallback fontset from the default fontset.
22051 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
22052 using split_font_name_into_vector and build_font_name_from_vector.
22053 (Fset_fontset_font): Access the elements of font_spec by enum
22054 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
22055 name by using split_font_name_into_vector.
22056 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
22057 generate a proper font name from the fontset name. Update
22058 Vfontset_alias_alist.
22059 (n_auto_fontsets): New variable.
22060 (new_fontset_from_font_name): New function.
22061 (Ffont_info): Store the information about fonts generated from the
22062 default fontset in the first extra slot of the returned char-table.
22063
22064 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
22065 (font_name_registry): Delete function.
22066 (split_font_name_into_vector): New function.
22067 (build_font_name_from_vector): New function.
22068 (font_list): The argument REGISTRY is now a list of registry names.
22069 (choose_face_font): If we are choosing an ASCII font, and ATTRS
22070 specifies an explicit font name, return the name as is. Make a
22071 list of registy names.
22072
22073 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
22074 of x_new_fontset.
22075 (Fx_create_frame): Don't call x_new_fontset here. Just use
22076 x_list_fonts to check the existence of fonts.
22077
22078 * xterm.h (x_new_fontset): Adjust prototype.
22079
22080 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
22081 string. Use new_fontset_from_font_name to create a fontset from a
22082 font name.
22083
22084 2008-02-01 Kenichi Handa <handa@m17n.org>
22085
22086 * syntax.c (Vfind_word_boundary_function_table): New name for
22087 Vnext_word_boundary_function_table.
22088 (find-word-boundary-function-table): New name for
22089 next-word-boundary-function-table.
22090
22091 2008-02-01 Dave Love <fx@gnu.org>
22092
22093 * Makefile.in: Fix some dependencies.
22094
22095 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
22096 set it to nil before returning.
22097
22098 * composite.c (update_compositions): Fix type error.
22099
22100 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
22101
22102 2008-02-01 Kenichi Handa <handa@m17n.org>
22103
22104 * xterm.c (x_new_font): Optimize for the case that the font is
22105 already set for the frame.
22106
22107 2008-02-01 Kenichi Handa <handa@m17n.org>
22108
22109 * chartab.c (char_table_ascii): Check if the char table contents
22110 is sub-char-table or not.
22111 (char_table_set, char_table_set_range): Fix argument to
22112 char_table_ascii.
22113
22114 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
22115 (detect_coding_utf_8, detect_coding_utf_16)
22116 (detect_coding_emacs_mule, detect_coding_iso_2022)
22117 (detect_coding_sjis, detect_coding_big5)
22118 (detect_coding_ccl, detect_coding_charset): Change argument MASK
22119 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
22120 sequence is valid in this coding system. Change callers.
22121 (MAX_ANNOTATION_LENGTH): New macro.
22122 (ADD_ANNOTATION_DATA): New macro.
22123 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
22124 ADD_ANNOTATION_DATA. Change the format of annotation data.
22125 (ADD_CHARSET_DATA): New macro.
22126 (emacs_mule_char): New argument ID. Change callers.
22127 (decode_coding_emacs_mule, decode_coding_iso_2022)
22128 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
22129 Produce charset annotation data in coding->charbuf.
22130 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
22131 to charset annotation data in coding->charbuf.
22132 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
22133 coding->common_flags if the coding system is iso-2022 based and
22134 uses designation.
22135 (produce_composition): Adjust for the new annotation data format.
22136 (produce_charset): New function.
22137 (produce_annotation): Handle charset annotation.
22138 (handle_composition_annotation, handle_charset_annotation): New
22139 functions.
22140 (consume_chars): Handle charset annotation. Utilize the above two
22141 functions.
22142 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
22143 buffer, get the deleted text as a string and set
22144 coding->src_object to that string.
22145 (detect_coding, detect_coding_system): Use the new struct
22146 coding_detection_info.
22147
22148 * coding.h (struct coding_detection_info): New structure.
22149 (struct coding_system): Adjust prototype of the member `detector'.
22150 (CODING_ANNOTATE_CHARSET_MASK): New macro.
22151
22152 2008-02-01 Kenichi Handa <handa@m17n.org>
22153
22154 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
22155
22156 2008-02-01 Dave Love <fx@gnu.org>
22157
22158 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
22159 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
22160 to new local and nullify apropos_accumulate before returning.
22161 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
22162
22163 2008-02-01 Kenichi Handa <handa@m17n.org>
22164
22165 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
22166 correctly.
22167
22168 2008-02-01 Dave Love <fx@gnu.org>
22169
22170 * fns.c (Flanginfo): Call synchronize_system_time_locale.
22171
22172 2008-02-01 Kenichi Handa <handa@m17n.org>
22173
22174 The following changes are to make character composition happen
22175 automatically on displaying.
22176
22177 * Makefile.in (lisp, shortlisp): Add composite.elc.
22178
22179 * composite.h (Qauto_composed, Vauto_composition_function)
22180 (Qauto_composition_function): Extern them.
22181
22182 * composite.c (Vcomposition_function_table)
22183 (Qcomposition_function_table): Delete variables.
22184 (Qauto_composed, Vauto_composition_function)
22185 (Qauto_composition_function): New variables.
22186 (run_composition_function): Don't call
22187 compose-chars-after-function.
22188 (update_compositions): Clear `auto-composed' text property.
22189 (compose_chars_in_text): Delete this function.
22190 (syms_of_composite): Staticpro Qauto_composed and
22191 Qauto_composition_function. Declare Vauto_composition_function as
22192 a Lisp variable.
22193
22194 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
22195
22196 * xdisp.c (it_props): Add an entry for Qauto_composed.
22197 (handle_auto_composed_prop): New function.
22198
22199 * xselect.c (selection_data_to_lisp_data): Don't call
22200 compose_chars_in_text.
22201
22202 2008-02-01 Dave Love <fx@gnu.org>
22203
22204 * keyboard.c (read_char): Modify checking around use of
22205 Vkeyboard_translate_table.
22206
22207 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22208 and fix C types.
22209
22210 2008-02-01 Kenichi Handa <handa@m17n.org>
22211
22212 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
22213 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
22214 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
22215 the case that the last byte is '\r' correctly.
22216 (decode_coding): Flush out the unprocessed data correctly.
22217 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
22218
22219 2008-02-01 Dave Love <fx@gnu.org>
22220
22221 * xterm.c (XTread_socket): Fix changes for defined keysyms.
22222 Add XK_ISO... case.
22223 (xaw_scroll_callback): Revert last change.
22224
22225 2008-02-01 Kenichi Handa <handa@m17n.org>
22226
22227 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
22228
22229 2008-02-01 Kenichi Handa <handa@m17n.org>
22230
22231 * xfaces.c (Vface_resizing_fonts): New variable.
22232 (struct font_name): New member `resizing_ratio'.
22233 (font_resizing_ratio): New function.
22234 (split_font_name): Set font->resizing_ratio.
22235 (better_font_p): Pay attention to font->resizing_ratio.
22236 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
22237 RESX, and RESY fields.
22238 (try_alternative_families): Try scalable fonts if
22239 Vscalable_fonts_allowed is not Qt.
22240 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
22241
22242 2008-02-01 Dave Love <fx@gnu.org>
22243
22244 * xterm.c (xaw_scroll_callback): Cast correctly.
22245
22246 2008-02-01 Dave Love <fx@gnu.org>
22247
22248 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
22249 (lispy_kana_keys): Comment out.
22250 (make_lispy_event) [XK_kana_A]: Comment out.
22251
22252 * xterm.c (xaw_scroll_callback): Cast call_data.
22253 (XTread_socket): Deal with ASCII keysyms.
22254 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
22255
22256 2008-02-01 Dave Love <fx@gnu.org>
22257
22258 * xterm.c (Vx_keysym_table): New.
22259 (syms_of_xterm): Initialize it.
22260 (XTread_socket): Use it.
22261 From head: Eliminate incorrect optimization that tried to avoid
22262 decoding the output of X*LookupString.
22263 (x_get_font_repertory): Delete charset declaration.
22264
22265 2008-02-01 Kenichi Handa <handa@m17n.org>
22266
22267 * coding.c (detect_coding_charset): If only ASCII bytes are found,
22268 return 0.
22269 (Fdefine_coding_system_internal): Setup
22270 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
22271
22272 2008-02-01 Dave Love <fx@gnu.org>
22273
22274 * coding.c (Fcheck_coding_system): Doc fix.
22275
22276 * editfns.c (Finsert_byte): Return a proper value.
22277
22278 2008-02-01 Kenichi Handa <handa@m17n.org>
22279
22280 * coding.c (decode_coding): Fix args to translate_chars. Pay
22281 attention to Vstandard_translation_table_for_decode.
22282 (encode_coding): Fix args to translate_chars. Pay attention to
22283 Vstandard_translation_table_for_encode.
22284
22285 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
22286 SINGLE_BYTE_CHAR_P.
22287
22288 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
22289 not by SINGLE_BYTE_CHAR_P.
22290
22291 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
22292 SINGLE_BYTE_CHAR_P.
22293
22294 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
22295 SINGLE_BYTE_CHAR_P.
22296
22297 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
22298 by SINGLE_BYTE_CHAR_P.
22299
22300 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
22301 SINGLE_BYTE_CHAR_P.
22302
22303 2008-02-01 Dave Love <fx@gnu.org>
22304
22305 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
22306
22307 2008-02-01 Dave Love <fx@gnu.org>
22308
22309 * fns.c (Flanginfo): Fix typo.
22310
22311 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
22312
22313 2008-02-01 Kenichi Handa <handa@m17n.org>
22314
22315 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
22316 (detect_coding_emacs_mule, detect_coding_iso_2022)
22317 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
22318 incomplete byte sequence. Don't update *mask when correctly detected.
22319 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
22320 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
22321 (detect_coding, detect_coding_system): Adjust for the changes above.
22322
22323 2008-02-01 Kenichi Handa <handa@m17n.org>
22324
22325 * character.c (char_string): Rename from
22326 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
22327 (string_char): Rename from string_char.
22328
22329 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
22330 if C is greater than MAX_3_BYTE_CHAR.
22331 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
22332 string_char instead of string_char_with_unification.
22333
22334 2008-02-01 Dave Love <fx@gnu.org>
22335
22336 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
22337
22338 2008-02-01 Kenichi Handa <handa@m17n.org>
22339
22340 * keymap.c (push_key_description): Pay attention to force_multibyte.
22341
22342 * regex.c (re_search_2): Fix for the case of unibyte buffer.
22343
22344 2008-02-01 Dave Love <fx@gnu.org>
22345
22346 * charset.c (define_charset_internal): Rename `supprementary'.
22347
22348 * Makefile.in (lisp, shortlisp): Remove latin-N.
22349
22350 2008-02-01 Dave Love <fx@gnu.org>
22351
22352 * xfns.c (x_window, x_window): Use use_xim.
22353
22354 * xterm.c (use_xim): Initialize.
22355 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
22356 (x_term_init): Maybe set use_xim.
22357
22358 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
22359
22360 2008-02-01 Kenichi Handa <handa@m17n.org>
22361
22362 * search.c (search_buffer): Fix case-fold-search of multibyte
22363 characters.
22364 (boyer_moore): Rename the last argument to char_high_bits.
22365
22366 2008-02-01 Kenichi Handa <handa@m17n.org>
22367
22368 * xdisp.c (display_string): Fix for the case of zero width glyph.
22369
22370 * xfns.c (x_set_font): Change the error message of the case that
22371 x_new_fontset returns Qt.
22372
22373 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
22374 (Finternal_set_lisp_face_attribute): Use signal_error for the
22375 error of invalid fontset.
22376
22377 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
22378 fontset, return Qt.
22379
22380 2008-02-01 Dave Love <fx@gnu.org>
22381
22382 * unexelf.c (unexec): Make .got handling not SGI-specific.
22383
22384 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
22385
22386 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
22387
22388 * keyboard.c (read_key_sequence): Fix type error.
22389
22390 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
22391 type error.
22392
22393 * fontset.c (fontset_add): Return Lisp_Object.
22394
22395 2008-02-01 Dave Love <fx@gnu.org>
22396
22397 * charset.h (charset_ordered_list_tick): Declare extern.
22398
22399 2008-02-01 Kenichi Handa <handa@m17n.org>
22400
22401 The following changes (and some of 2008-02-01 changes of mine) are
22402 for handling syntax, category, and case conversion for unibyte
22403 characters by converting them to multibyte on the fly. With these
22404 changes, we don't have to setup syntax and case tables for unibyte
22405 characters in each language environment.
22406
22407 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
22408 multibyte if necessary.
22409
22410 * bytecode.c (Fbyte_code): Likewise.
22411
22412 * character.h (LEADING_CODE_LATIN_1_MIN)
22413 (LEADING_CODE_LATIN_1_MAX): New macros.
22414 (unibyte_to_multibyte_table): Extern it.
22415 (unibyte_char_to_multibyte): New macro.
22416 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
22417 (CHAR_LEADING_CODE): New macro.
22418 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
22419
22420 * character.c (unibyte_to_multibyte_table): New variable.
22421 (unibyte_char_to_multibyte): Move to character.h and define as macro.
22422 (multibyte_char_to_unibyte): If C is an eight-bit character,
22423 convert it to the corresponding byte value.
22424
22425 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
22426 not 1, signals an error. Update the elements of
22427 unibyte_to_multibyte_table.
22428 (init_charset_once): Initialize unibyte_to_multibyte_table.
22429 (syms_of_charset): Define the charset `iso-8859-1'.
22430
22431 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
22432 as is without converting it to unibyte. In a unibyte buffer,
22433 convert C to multibyte before checking the syntax.
22434
22435 * lisp.h (unibyte_char_to_multibyte): Delete extern.
22436
22437 * minibuf.c (Fminibuffer_complete_word): Use the macro
22438 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
22439
22440 * regex.h (struct re_pattern_buffer): New member target_multibyte.
22441
22442 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
22443 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
22444 that is zero, convert an eight-bit char to multibyte.
22445 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
22446 non-emacs case.
22447 (PATFETCH): Convert an eight-bit char to multibyte.
22448 (HANDLE_UNIBYTE_RANGE): New macro.
22449 (regex_compile): Setup the compiled pattern for multibyte chars
22450 even if the given regex string is unibyte. Use PATFETCH_RAW
22451 instead of PATFETCH in many places. To handle `charset'
22452 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
22453 only for ASCII chars.
22454 (analyse_first) <exactn>: Simplify because the compiled pattern
22455 is multibyte.
22456 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
22457 <charset>: Use CHAR_LEADING_CODE to get leading codes.
22458 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
22459 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
22460 multibyte always 1.
22461 (re_search_2): In emacs, set the locale variable multibyte to 1,
22462 otherwise to 0. New local variable target_multibyte. Check it
22463 to decide the multibyteness of STR1 and STR2. If
22464 target_multibyte is zero, convert unibyte chars to multibyte
22465 before translating and checking fastmap.
22466 (TARGET_CHAR_AND_LENGTH): New macro.
22467 (re_match_2_internal): In emacs, set the locale variable multibyte
22468 to 1, otherwise to 0. New local variable target_multibyte. Check
22469 it to decide the multibyteness of STR1 and STR2. Use
22470 TARGET_CHAR_AND_LENGTH to fetch a character from D.
22471 <charset, charset_not>: If multibyte is nonzero, check fastmap
22472 only for ASCII chars. Call bcmp_translate with
22473 target_multibyte, not with multibyte.
22474 <begline>: Declare the local variable C as `unsigned'.
22475 (bcmp_translate): Change the last arg name to target_multibyte.
22476
22477 * search.c (compile_pattern_1): Don't adjust the multibyteness of
22478 the regexp pattern and the matching target. Set cp->buf.multibyte
22479 to the multibyteness of the regexp pattern. Set
22480 cp->but.target_multibyte to the multibyteness of the matching target.
22481 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
22482 FETCH_STRING_CHAR_ADVANCE.
22483 (Freplace_match): Convert unibyte chars to multibyte.
22484
22485 * syntax.c (char_quoted, back_comment, scan_words)
22486 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
22487 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
22488 unibyte chars to multibyte.
22489 (skip_chars): Delete the arg syntaxp, and move the code for
22490 handling syntaxes to skip_syntaxes. Change callers.
22491 Fix the case that the multibyteness of STRING and the current
22492 buffer doesn't match.
22493 (skip_syntaxes): New function.
22494 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
22495 SINGLE_BYTE_CHAR_P.
22496
22497 2008-02-01 Kenichi Handa <handa@m17n.org>
22498
22499 * xfaces.c (QCfontset): New variable.
22500 (LFACE_FONTSET): New macro.
22501 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
22502 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
22503 (Finternal_set_lisp_face_attribute)
22504 (Finternal_get_lisp_face_attribute): Handle QCfontset.
22505 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
22506 check also LFACE_FONTSET_INDEX.
22507 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
22508 attrs[LFACE_FONT_INDEX].
22509 (syms_of_xfaces): Intern and staticpro QCfontset.
22510
22511 * dispextern.h (enum lface_attribute_index): New member
22512 LFACE_FONTSET_INDEX.
22513
22514 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
22515
22516 2008-02-01 Kenichi Handa <handa@m17n.org>
22517
22518 * coding.c (coding_set_destination): Fix coding->destination for
22519 the case converting a region.
22520 (encode_coding_utf_8): Encode eight-bit chars as single byte.
22521 (encode_coding_object): Fix coding->dst_pos and
22522 coding->dst_pos_byte for the case converting a region.
22523
22524 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
22525
22526 * character.h (BYTE8_STRING): New macro.
22527
22528 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
22529
22530 2008-02-01 Kenichi Handa <handa@m17n.org>
22531
22532 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
22533 characters by octal form.
22534
22535 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
22536
22537 * buffer.h (_fetch_multibyte_char_len): Delete extern.
22538 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
22539 _fetch_multibyte_char_len.
22540 (FETCH_CHAR_AS_MULTIBYTE): New macro.
22541
22542 * casetab.c (set_canon, set_identity, shuffle): Simplify.
22543
22544 * casefiddle.c (casify_object): Simplify. Handle the case that
22545 the case conversion change the byte length.
22546 (casify_region): Likewise.
22547
22548 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
22549
22550 * character.c (_fetch_multibyte_char_len): Delete this variable.
22551 (syms_of_character): Setup Vprintable_chars.
22552
22553 * editfns.c (Fchar_equal): Fix for the unibyte case.
22554 (Finsert_byte): New function.
22555 (syms_of_editfns): Defsubr it.
22556
22557 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
22558 of direct code 0x3ffff.
22559
22560 * search.c (Freplace_match): Fix for the unibyte case.
22561
22562 2008-02-01 Kenichi Handa <handa@m17n.org>
22563
22564 * lread.c (safe_to_load_p): Fix the logic.
22565
22566 * syntax.c (scan_words): Don't treat characters belonging to
22567 different scripts as constituting a word.
22568
22569 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22570
22571 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
22572
22573 * emacs.c (main): In the case of --unibyte, instead of aborting on
22574 finding non-empty buffer, make it unibyte.
22575
22576 2008-02-01 Kenichi Handa <handa@m17n.org>
22577
22578 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
22579 to create a fontset.
22580
22581 2008-02-01 Dave Love <fx@gnu.org>
22582
22583 * character.c (Funibyte_char_to_multibyte): Doc fix.
22584
22585 * xfns.c [HAVE_STDLIB_H]: Fix last change.
22586
22587 2008-02-01 Kenichi Handa <handa@m17n.org>
22588
22589 * fontset.c (fontset_add): Make the type `int'.
22590 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
22591
22592 * character.c (unibyte_char_to_multibyte)
22593 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
22594 charset_unibyte, not charset_primary.
22595
22596 * charset.h (charset_unibyte): Extern it instead of charset_primary.
22597
22598 * charset.c (charset_unibyte): Rename from charset_primary.
22599 (Funibyte_charset): Rename from Fprimary_charset.
22600 (Fset_unibyte_charset): Rename from Fset_primary_charset.
22601 (syms_of_charset): Adjust for the above changes.
22602
22603 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
22604 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
22605 it->multibyte_p is zero.
22606
22607 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
22608 Delete extern.
22609
22610 2008-02-01 Kenichi Handa <handa@m17n.org>
22611
22612 * coding.c (Fdefine_coding_system_internal): Fix category setting
22613 for a coding system of type iso-2022.
22614
22615 2008-02-01 Kenichi Handa <handa@m17n.org>
22616
22617 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
22618
22619 2008-02-01 Kenichi Handa <handa@m17n.org>
22620
22621 * syntax.c (Vnext_word_boundary_function_table): New variable.
22622 (next-word-boundary-function-table): Declare it as a Lisp variable
22623 in syms_of_syntax.
22624 (scan_words): Call functions in Vnext_word_boundary_function_table
22625 if any.
22626
22627 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
22628
22629 * fontset.c (fs_load_font): If fontp->charset is not negative,
22630 return fontp without setting its members.
22631
22632 2008-02-01 Dave Love <fx@gnu.org>
22633
22634 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
22635
22636 * m/sparc.h (HAVE_ALLOCA): Delete.
22637
22638 * s/irix6-5.h: Don't include strings.h.
22639 (bcopy, bzero, bcmp): Don't undef.
22640
22641 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
22642
22643 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
22644 (TIOCSIGSEND): Don't test IRIX6.
22645 (bcopy, bzero, bcmp): Define conditionally.
22646
22647 2008-02-01 Kenichi Handa <handa@m17n.org>
22648
22649 * buffer.c (Qas, Qmake, Qto): New variables.
22650 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
22651 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
22652
22653 * callproc.c (Fcall_process): Don't call insert_1_both directly if
22654 we are inserting a process output into a multibyte buffer.
22655
22656 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
22657 multibyte_char_to_unibyte.
22658
22659 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
22660 by the primary charset, make it eight-bit char.
22661 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
22662
22663 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
22664 (charset_8_bit__control, charset_8_bit_graphic)
22665 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
22666 (define_charset_internal): New function.
22667 (syms_of_charset): Call define_charset_internal for pre-defined
22668 charsets.
22669
22670 * charset.h (charset_8_bit): Extern it.
22671
22672 * coding.c (make_conversion_work_buffer): Adjust for the change
22673 of Fset_buffer_multibyte.
22674 (encode_coding_raw_text): Increment p0 in the loop.
22675
22676 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
22677
22678 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
22679 for the change of Fset_buffer_multibyte.
22680
22681 * fns.c (Fstring_to_multibyte): New function.
22682 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
22683
22684 2008-02-01 Dave Love <fx@gnu.org>
22685
22686 * xfns.c (x_put_x_image): Declare args.
22687
22688 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
22689 (try_font_list): Declare an arg.
22690
22691 * xdisp.c (message2_nolog, set_message): Declare an arg.
22692
22693 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
22694
22695 * syntax.c (scan_sexps_forward): Declare an arg.
22696
22697 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
22698 Declare an arg.
22699
22700 * lisp.h (Fnew_fontset): Declare.
22701
22702 * keymap.c (push_key_description): Call CHARACTERP correctly.
22703
22704 * fontset.c (fontset_add): Declare args. Call make_number correctly.
22705 (face_for_char): Delete unused vars.
22706 (Fset_fontset_font): Doc fix. Delete unused vars.
22707
22708 * doc.c (Fsubstitute_command_keys): Delete unused vars.
22709
22710 * composite.c (update_compositions): Declare arg.
22711
22712 * cm.c (calccost, cmgoto): Declare args.
22713
22714 * charset.c: Remove `emacs' conditional. Doc fixes.
22715 (map_char_table_for_charset): Declare.
22716
22717 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
22718
22719 * ccl.c: Remove `emacs' conditional.
22720
22721 2008-02-01 Kenichi Handa <handa@m17n.org>
22722
22723 The following changes are to allow specifying multiple font
22724 patterns for a character range (specified by script or charset).
22725
22726 * Makefile.in (abbrev.o): Depend on syntax.h.
22727 (xfaces.o): Depend on charset.h.
22728
22729 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
22730 SINGLE_BYTE_CHAR_P.
22731
22732 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
22733
22734 * character.h (Vchar_script_table): Extern it.
22735
22736 * character.c (Vscript_alist): Delete.
22737 (Vchar_script_table, Qchar_script_table): New variable.
22738 (syms_of_character): Declare Vchar_script_table as a lisp variable
22739 and initialize it.
22740
22741 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
22742 have property char-table-extra-slots, make no extra slot.
22743
22744 * dispextern.h (struct face): Delete member `charset'.
22745 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
22746 SINGLE_BYTE_CHAR_P.
22747 (choose_face_font, lookup_non_ascii_face, font_name_registry):
22748 Add prototypes.
22749 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
22750 (generate_ascii_font_name): Rename from generate_ascii_font.
22751
22752 * fontset.h (get_font_repertory_func): New prototype.
22753 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
22754 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
22755
22756 * fontset.c (Qprepend, Qappend): New variables.
22757 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
22758 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
22759 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
22760 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
22761 (fontset_ref_and_range, fontset_add, reorder_font_vector)
22762 (load_font_get_repertory): New functions.
22763 (fontset_set): Delete.
22764 (fontset_face): New arg FACE. Return face ID, not face.
22765 Complete re-write to handle new fontset structure. Change caller.
22766 (free_face_fontset): Use ASET istead of AREF (X) = Y.
22767 (face_for_char): Don't call lookup_face.
22768 (make_fontset_for_ascii_face): New arg FACE.
22769 (fs_load_font): New arg CHARSET_ID. Don't check
22770 Vfont_encoding_alist here.
22771 (find_font_encoding): New function.
22772 (list_fontsets): Use STRINGP, not ! NILP.
22773 (accumulate_script_ranges): New function.
22774 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
22775 re-written to handle new fontset structure.
22776 (Ffontset_font): Return a copy of element.
22777 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
22778 docstring of font-encoding-alist.
22779
22780 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
22781 (Fset_fotset_font): Fix arguments to 5.
22782
22783 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
22784
22785 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
22786 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22787 (highlight_trailing_whitespace): Adjust for the change of
22788 lookup_named_face.
22789
22790 * xfaces.c: Include charset.h.
22791 (load_face_font): Delete argument C. Change caller.
22792 (generate_ascii_font_name): Rename from generate_ascii_font.
22793 (font_name_registry): New function.
22794 (cache_face): Store ascii faces before non-ascii faces in buckets.
22795 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
22796 Lookup only ascii faces.
22797 (lookup_non_ascii_face): New function.
22798 (lookup_named_face): Delete argument C. Change caller.
22799 (lookup_derived_face): Delete argument C. Change caller.
22800 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
22801 a string, just call font_list with it.
22802 (choose_face_font): Delete arguments FACE and C. New arg
22803 FONT_SPEC. Change caller.
22804 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
22805 Change caller.
22806 (realize_non_ascii_face): New function.
22807 (realize_x_face): Call load_face_font here.
22808 (realize_tty_face): Delete argument C. Change caller.
22809 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
22810 get a face ID.
22811 (dump_realized_face): Don't print charset of FACE.
22812
22813 * xfns.c (x_set_font): Always call x_new_fontset and
22814 store_frame_parameter.
22815 (Fx_create_frame): Call x_new_fontset, not x_new_font.
22816 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
22817
22818 * xterm.h (x_get_font_repertory): Extern it.
22819
22820 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
22821 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
22822 it->multibyte_p is zero.
22823 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22824 (x_new_fontset): If FONTSETNAME doesn't match any existing
22825 fontsets, create a new one.
22826 (x_get_font_repertory): New function.
22827
22828 2008-02-01 Kenichi Handa <handa@m17n.org>
22829
22830 * coding.c (Ffind_coding_systems_region_internal): Detect an
22831 ASCII only string correctly.
22832
22833 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
22834 version is 0.
22835
22836 2008-02-01 Kenichi Handa <handa@m17n.org>
22837
22838 * lread.c: Include "coding.h".
22839 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
22840 (load_each_byte, unread_char): New variables.
22841 (readchar_backlog): Delete.
22842 (readchar): Return a character unless load_each_byte is nonzero.
22843 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
22844 cons. If unread_char is not -1, simply return it.
22845 (unreadchar): Handle the case that readcharfun is
22846 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
22847 (read_multibyte): Delete.
22848 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
22849 (read_emacs_mule_char): New functions.
22850 (Fload): Even if the file doesn't have the extension ".elc", if
22851 safe_to_load_p returns a positive version number, assume that the
22852 file contains bytecompiled code. If the version is less than 22,
22853 load the file while decoding multibyte sequences by emacs-mule.
22854 (readevalloop): Don't use readchar_backlog.
22855 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
22856 (Fread_from_string): Pay attention to the case that STREAM is a cons.
22857 (read_escape): Delete the arg BYTEREP.
22858 (read1): Set load_each_byte to 1 temporarily while handling
22859 #@NUMBER. Don't call read_multibyte.
22860 (read_vector): Call Fread with a cons. If readcharfun is
22861 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
22862 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
22863 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
22864 and Qload_force_doc_strings.
22865
22866 2008-02-01 Kenichi Handa <handa@m17n.org>
22867
22868 * xdisp.c (face_before_or_after_it_pos): Call
22869 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
22870
22871 2008-02-01 Kenichi Handa <handa@m17n.org>
22872
22873 * character.h (TRAILING_CODE_P): New macro.
22874 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
22875 (string_char_with_unification): Fix prototype.
22876 (Vscript_alist): Extern it.
22877
22878 * character.c (Vscript_alist): New variable.
22879 (string_char_with_unification, str_as_unibyte)
22880 (string_escape_byte8): Add `const' to local variables.
22881 (syms_of_character): Declare script-alist as a Lisp variable.
22882
22883 * charset.h (Vcharset_ordered_list): Extern it.
22884 (charset_ordered_list_tick): Extern it.
22885 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
22886 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
22887 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
22888 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
22889 (Funify_charset): Adjust for the change of Funify_charset.
22890
22891 * charset.c (charset_ordered_list_tick): New variable.
22892 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
22893 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
22894 deunify instead of unify a charset.
22895 (string_xstring_p): Add `const' to local variables.
22896 (find_charsets_in_text): Add `const' to arguments and local variables.
22897 (encode_char): Adjust for the change of Funify_charset. Fix
22898 detecting of invalid code.
22899 (Fset_charset_priority): Increment charset_ordered_list_tick.
22900 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
22901 and TO_CODE.
22902
22903 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
22904 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
22905 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
22906 (decode_coding_ccl, consume_chars)
22907 (Ffind_coding_systems_region_internal)
22908 (Fcheck_coding_systems_region): Add `const' to local variables.
22909
22910 * print.c (print_object): Use octal form for printing the
22911 contents of a bool vector.
22912
22913 2008-02-01 Dave Love <fx@gnu.org>
22914
22915 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
22916 <version == 20>: Refuse to load.
22917
22918 2008-02-01 Dave Love <fx@gnu.org>
22919
22920 * fns.c: Move coding.h.
22921 (Qcodeset, Qdays, Qmonths): New.
22922 (concat): Use CHARACTERP instead of INTEGERP.
22923 (Flocale_codeset): Delete.
22924 (Flanginfo): New function.
22925 (syms_of_fns): Change accordingly.
22926
22927 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
22928
22929 2008-02-01 Dave Love <fx@gnu.org>
22930
22931 * casetab.c (init_casetab_once, init_casetab_once): Fix
22932 CHAR_TABLE_SET call.
22933
22934 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
22935
22936 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
22937
22938 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
22939 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
22940 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
22941
22942 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
22943
22944 * coding.c (ENCODE_DESIGNATION, decode_eol)
22945 (make_conversion_work_buffer, code_conversion_restore)
22946 (Fdefine_coding_system_internal): Convert Lisp types.
22947 (code_conversion_restore): Use EQ, not ==.
22948 (Fencode_coding_string): Fix code_convert_string call.
22949
22950 * coding.h (code_convert_region): Fix prototype.
22951
22952 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
22953
22954 * fontset.c (fontset_ref, fontset_set, fs_load_font)
22955 (Ffontset_info): Convert Lisp types.
22956
22957 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
22958
22959 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
22960
22961 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
22962
22963 * chartab.c: Include "...h", not <...h> in some cases.
22964
22965 * callproc.c (Fcall_process): Remove unused variables.
22966
22967 2008-02-01 Dave Love <fx@gnu.org>
22968
22969 * coding.c (Fset_coding_system_priority): Allow null arg list.
22970
22971 2008-02-01 Dave Love <fx@gnu.org>
22972
22973 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
22974 (Fself_insert_and_exit): Use CHARACTERP.
22975
22976 * callproc.c (Fcall_process): Remove unused vars.
22977
22978 * xterm.c (XTread_socket): Add extra dead keysyms.
22979
22980 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
22981
22982 * dispextern.h: Remove prototypes for redraw_frame,
22983 redraw_garbaged_frames.
22984
22985 * cmds.c (Fself_insert_command): Use CHARACTERP.
22986
22987 * chartab.c (make_sub_char_table): Remove unused var.
22988 (Fset_char_table_default, Fmap_char_table): Doc fix.
22989
22990 * keymap.c (access_keymap): Remove generic char code.
22991 (push_key_description): Use CHARACTERP.
22992
22993 2008-02-01 Dave Love <fx@gnu.org>
22994
22995 * charset.c: Doc fixes.
22996 (Funify_charset): Extra checking.
22997
22998 2008-02-01 Dave Love <fx@gnu.org>
22999
23000 * lread.c: Remove some unused variables.
23001 (safe_to_load_p): If safe, return the magic number version byte.
23002 (Fload): Maybe use load-with-code-conversion.
23003
23004 2008-02-01 Kenichi Handa <handa@m17n.org>
23005
23006 * category.c (Fmodify_category_entry): Don't modify the contents
23007 of category_set for characters out of the range. Avoid
23008 unnecessary modification.
23009
23010 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
23011 Vchar_unify_table. The default value of the table is now nil.
23012
23013 * character.c (syms_of_character): Setup Vchar_width_table for
23014 eight-bit-control and raw-byte chars.
23015
23016 * charset.h (enum define_charset_arg_index): Delete
23017 charset_arg_parents and add charset_arg_subset and
23018 charset_arg_superset.
23019 (enum charset_attr_index): Delete charset_parents and add
23020 charset_subset and charset_superset.
23021 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
23022 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
23023 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
23024 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
23025 (CHARSET_SUPERSET): New macros.
23026 (charset_work): Extern it.
23027 (ENCODE_CHAR): Use charset_work.
23028 (CHAR_CHARSET_P): Adjust for the change of encoder format.
23029 (map_charset_chars): Extern it.
23030
23031 * charset.c (load_charset_map): Set the default value of encoder
23032 and deunifier char-tables to nil.
23033 (map_charset_chars): Change argument. Change callers. Use
23034 map_char_table_for_charset instead of map_char_table.
23035 (Fmap_charset_chars): New optional args from_code and to_code.
23036 (Fdefine_charset_internal): Adjust for the change of
23037 `define-charset' (:parents -> :subset or :superset).
23038 (charset_work): New variable.
23039 (encode_char, syms_of_charset): Adjust for the change of
23040 Fdefine_charset_internal.
23041 (Ffind_charset_string): Setup the vector `charsets' correctly.
23042
23043 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
23044 the previous change.
23045 (char_table_ref_and_range): Adjust for the above change.
23046 (map_sub_char_table_for_charset): New function.
23047 (map_char_table_for_charset): New function.
23048
23049 * keymap.c (describe_vector): Handle a char-table directly here.
23050 (describe_char_table): Delete.
23051
23052 * lisp.h (map_charset_chars): Delete.
23053
23054 2008-02-01 Dave Love <fx@gnu.org>
23055
23056 * fns.c (count_combining): Comment out (unused).
23057 (Flocale_codeset): New.
23058 (syms_of_fns): Defsubr it.
23059
23060 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
23061 (size_t): Remove.
23062
23063 2008-02-01 Dave Love <fx@gnu.org>
23064
23065 * Makefile.in (chartab.o): Depend on charset.h.
23066
23067 2008-02-01 Kenichi Handa <handa@m17n.org>
23068
23069 * character.c (syms_of_character): Set the default value of
23070 Vprintable_chars to Qnil.
23071
23072 2008-02-01 Dave Love <fx@gnu.org>
23073
23074 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
23075
23076 2008-02-01 Kenichi Handa <handa@m17n.org>
23077
23078 * charset.c (load_charset_map): Handle the case that from < to
23079 correctly.
23080
23081 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
23082 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
23083 Pay attention to raw-8-bit chars.
23084
23085 2008-02-01 Kenichi Handa <handa@m17n.org>
23086
23087 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
23088 It is not bytecompiled now.
23089
23090 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
23091 (charset_jisx0208): New variables.
23092 (Fdefine_charset_internal): Setup them if appropriate.
23093 (init_charset_once): Initialize them to -1.
23094
23095 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
23096 (charset_jisx0208): Extern them.
23097
23098 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
23099 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
23100 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
23101 (setup_iso_safe_charsets): Fix arguments to Fassq.
23102 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
23103 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
23104 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
23105 (encode_coding_iso_2022): Change the 1st arg to
23106 ENCODE_ISO_CHARACTER to a variable.
23107
23108 2008-02-01 Kenichi Handa <handa@m17n.org>
23109
23110 * charset.h (enum define_charset_arg_index): New enums
23111 charset_arg_min_code and charset_arg_max_code.
23112 (struct charset): New member char_index_offset.
23113
23114 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
23115 Take charset->char_index_offset into account.
23116 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
23117 args[charset_arg_max_code]. Setup charset.char_index_offset.
23118 (syms_of_charset): Fix args to Fdefine_charset_internal.
23119
23120 2008-02-01 Dave Love <fx@gnu.org>
23121
23122 * coding.c (decode_coding_utf_8): Reject overlong sequences.
23123
23124 2008-02-01 Dave Love <fx@gnu.org>
23125
23126 * coding.c: Doc fixes.
23127 (Fcoding_system_aliases): Fix return value.
23128 (Qmac): Remove (duplicated) definition.
23129
23130 2008-02-01 Dave Love <fx@gnu.org>
23131
23132 * charset.c (Fcharset_priority_list, Fset_charset_priority):
23133 New functions.
23134
23135 * character.c (Fstring): Doc fix.
23136
23137 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
23138
23139 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
23140 (font-encoding-alist): Doc fix.
23141
23142 2008-02-01 Dave Love <fx@gnu.org>
23143
23144 * term.c (costs_set): Declare static, non-initialized for pcc.
23145 (encode_terminal_code): Remove unused var.
23146
23147 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
23148 for K&R.
23149
23150 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
23151
23152 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
23153 (suffixes): Move out of make_subsidiaries for K&R.
23154
23155 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
23156
23157 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
23158
23159 2008-02-01 Dave Love <fx@gnu.org>
23160
23161 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
23162
23163 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
23164
23165 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
23166
23167 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
23168
23169 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
23170
23171 2008-02-01 Kenichi Handa <handa@m17n.org>
23172
23173 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
23174 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
23175
23176 2008-02-01 Kenichi Handa <handa@m17n.org>
23177
23178 * coding.c (decode_coding_charset): Adjust for the change of
23179 Fdefine_coding_system_internal.
23180 (Fdefine_coding_system_internal): For a coding system of
23181 `charset' type, store a list of charset IDs in
23182 `charset_attr_charset_valids' element of coding attributes.
23183
23184 2008-02-01 Kenichi Handa <handa@m17n.org>
23185
23186 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
23187 (emacs_mule_char): New arg src. Delete arg `composition'. Change
23188 caller. Handle 2-byte and 3-byte charsets correctly.
23189 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
23190 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
23191 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
23192 (DECODE_EMACS_MULE_21_COMPOSITION): Call
23193 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
23194 sequence.
23195 (decode_coding_emacs_mule): Handle composition correctly. Rewind
23196 `src' and `consumed_chars' correctly before calling emacs_mule_char.
23197 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
23198 and alt&rule composition.
23199 (decode_coding_iso_2022): Handle composition correctly.
23200 (init_coding_once): Setup emacs_mule_bytes for private charsets.
23201
23202 * charset.c (Fdefine_charset_internal): Fix bug for the case of
23203 re-defining a charset. If the charset has :emacs-mule-id, setup
23204 emacs_mule_bytes.
23205 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
23206
23207 2008-02-01 Kenichi Handa <handa@m17n.org>
23208
23209 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
23210 (encode_coding_big5, encode_coding_charset): If coding requires safe
23211 encoding, produce a character specified by
23212 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
23213
23214 2008-02-01 Dave Love <fx@gnu.org>
23215
23216 * xterm.c (XSetIMValues): Declare.
23217
23218 * process.c: Conditionally include sys/wait.h, pty.h.
23219
23220 * print.c (print_object): Fix print format for 64-bit systems.
23221
23222 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
23223
23224 * buffer.c (emacs_strerror): Declare.
23225
23226 * fontset.c (Fclear_face_cache): Declare.
23227 (accumulate_font_info): Comment-out (unused).
23228 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
23229 variables.
23230
23231 * character.h (string_escape_byte8): Declare.
23232
23233 * charset.c (load_charset_map, load_charset_map_from_file): Remove
23234 unused vars.
23235 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
23236 (Fmap_charset_chars): Doc fix.
23237
23238 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
23239 (Fset_coding_system_priority, Fset_coding_system_priority)
23240 (Fdefine_coding_system_internal): Doc fix.
23241
23242 2008-02-01 Dave Love <fx@gnu.org>
23243
23244 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
23245
23246 2008-02-01 Kenichi Handa <handa@m17n.org>
23247
23248 * character.c (string_escape_byte8): Make multibyte string with
23249 correct size.
23250
23251 * charset.c (Fmake_char): Delete unnecessary code.
23252
23253 2008-02-01 Kenichi Handa <handa@m17n.org>
23254
23255 * xfns.c (x_encode_text): Allocate coding.destination here, and
23256 call encode_coding_object with dst_object Qnil.
23257
23258 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
23259 multibyte form correctly.
23260
23261 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
23262 against Vfont_encoding_alist.
23263
23264 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
23265 handling of charset list.
23266 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
23267 (decode_coding_object): Move point to coding->dst_pos before
23268 calling post-read-conversion function.
23269 (encode_coding_object): Give correct arguments to
23270 pre-write-conversion. Ignore the return value of
23271 pre-write-conversion function. Pay attention to the case that
23272 pre-write-conversion changes the current buffer. If dst_object is
23273 Qt, even if coding->src_bytes is zero, allocate at least one byte
23274 to coding->destination.
23275
23276 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
23277
23278 * charset.c (Fmake_char): Make it more backward compatible.
23279 (Fmap_charset_chars): Fix docstring.
23280
23281 2008-02-01 Dave Love <fx@gnu.org>
23282
23283 * coding.c: Doc fixes.
23284 (Fdefine_coding_system_alias): Use names, not symbols, in
23285 coding-system-alist.
23286
23287 2008-02-01 Kenichi Handa <handa@m17n.org>
23288
23289 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
23290 of calling free_realized_face.
23291
23292 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
23293
23294 * charset.c (read_hex): Don't treat SPC as a comment starter.
23295 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
23296 (Fdecode_char): Fix typo.
23297
23298 2008-02-01 Kenichi Handa <handa@m17n.org>
23299
23300 * charset.h (struct charset): New member `code_space_mask'.
23301
23302 * coding.c (coding_set_source): Delete the local variable beg_byte.
23303 (encode_coding_charset, Fdefine_coding_system_internal):
23304 Delete the local variable charset.
23305 (Fdefine_coding_system_internal): Setup
23306 attrs[coding_attr_charset_valids] correctly.
23307
23308 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
23309 member to check if CODE is valid or not.
23310 (Fdefine_charset_internal): Initialize `code_space_mask' member.
23311 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
23312 is within the range of charset->min_code and carset->max_code.
23313
23314 2008-02-01 Dave Love <fx@gnu.org>
23315
23316 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
23317
23318 * dispextern.h (generate_ascii_font): Fix return type.
23319
23320 * xfaces.c (generate_ascii_font): Fix arg declaration.
23321
23322 * coding.c (coding_inherit_eol_type)
23323 (Fset_terminal_coding_system_internal)
23324 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
23325
23326 2008-02-01 Kenichi Handa <handa@m17n.org>
23327
23328 * coding.c (decode_coding_charset, encode_coding_charset): Handle
23329 multiple charsets correctly.
23330
23331 2008-02-01 Kenichi Handa <handa@m17n.org>
23332
23333 * search.c (boyer_moore): Fix handling of multibyte character
23334 translation.
23335
23336 * xdisp.c (display_mode_element): When the variable `elt' is
23337 changed, update `this' and `lisp_string'.
23338
23339 2008-02-01 Kenichi Handa <handa@m17n.org>
23340
23341 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
23342
23343 * callproc.c (Fcall_process): Be sure to give the current buffer
23344 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
23345
23346 * charset.c (struct charset_map_entries): New struct.
23347 (load_charset_map): Rename from parse_charset_map. New args
23348 entries and n_entries. Change caller.
23349 (load_charset_map_from_file): Rename from load_charset_map.
23350 Change caller. New arg control_flag. Call load_charset_map at
23351 the tail.
23352 (load_charset_map_from_vector): New function.
23353 (Fdefine_charset_internal): Setup charset.compact_codes_p.
23354 (encode_char): If the charset is compact, change a character index
23355 to a code point.
23356
23357 * coding.c (coding_alloc_by_making_gap): Check the case that the
23358 source and destination are the same correctly.
23359 (decode_coding_raw_text): Set coding->consumed_char and
23360 coding->consumed to 0.
23361 (produce_chars): If coding->chars_at_source is nonzero, update
23362 coding->consumed_char and coding->consumed before calling
23363 alloc_destination.
23364 (Fdefine_coding_system_alias): Register ALIAS in
23365 Vcoding_system_alist.
23366 (syms_of_coding): Define `no-conversion' coding system at the tail.
23367
23368 * fileio.c (Finsert_file_contents): Set coding_system instead of
23369 val. If the current buffer is multibyte, always call
23370 decode_coding_gap.
23371
23372 * xfaces.c (try_font_list): Give higher priority to fontset's
23373 family than face's family.
23374
23375 2008-02-01 Kenichi Handa <handa@m17n.org>
23376
23377 * callproc.c (Fcall_process): Be sure to give the current buffer
23378 to decode_coding_c_string.
23379
23380 * xfaces.c (try_font_list): Give a family specified in a fontset
23381 higher priority than a family specified in a face.
23382
23383 2008-02-01 Kenichi Handa <handa@m17n.org>
23384
23385 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
23386 Fix arguments to insert_from_buffer.
23387
23388 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
23389
23390 2008-02-01 Kenichi Handa <handa@m17n.org>
23391
23392 * coding.c (produce_chars): Set the variable `multibytep' correctly.
23393 (decode_coding_gap): Set coding->dst_multibyte correctly.
23394
23395 2008-02-01 Kenichi Handa <handa@m17n.org>
23396
23397 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
23398 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
23399 (encode_coding_utf_16): Substitute coding->default_char for
23400 non-Unicode characters.
23401 (decode_coding): Don't call record_insert here.
23402 (setup_coding_system): Initialize `surrogate' of
23403 coding->spec.utf_16 to 0.
23404 (EMIT_ONE_BYTE): Fix for multibyte case.
23405
23406 * insdel.c (insert_from_gap): Call record_insert.
23407
23408 2008-02-01 Kenichi Handa <handa@m17n.org>
23409
23410 * casefiddle.c (casify_region): Fix multibyte case.
23411
23412 * character.c (c_string_width): Add return type `int'.
23413 (char_string_with_unification): Delete arg ADVANCED.
23414
23415 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
23416 (CHAR_STRING): Adjust for the change of char_string_with_unification.
23417 (CHAR_STRING_ADVANCE): Make it do-while statement.
23418
23419 * chartab.c (sub_char_table_set_range): Optimize for the case
23420 DEPTH == 3. Add workaround code for a GCC optimization bug.
23421
23422 * charset.c (parse_charset_map): Remove an unused variable.
23423
23424 * coding.c: Delete unused variables.
23425
23426 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
23427 earlier. If inserted is zero and the coding system doesn't
23428 require flushing, don't call decode_coding_gap.
23429
23430 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
23431
23432 2008-02-01 Kenichi Handa <handa@m17n.org>
23433
23434 The following changes are for using Unicode as an internal
23435 character model, and use UTF-8 format for buffer/string
23436 representation.
23437
23438 * .gdbinit (xchartable): Adjust for the change of char table structure.
23439 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
23440
23441 * Makefile.in (obj): Add character.o and chartab.o.
23442 (lisp, shortlisp): Remove utf-8.elc.
23443 (*.o): For many files, change dependency on charset.h to
23444 character.h, and add dependency on character.h.
23445 (character.o, chartab.o): New targets.
23446
23447 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
23448 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
23449 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
23450 of "charset.h".
23451
23452 * dired.c, filelock.c: Include "character.h".
23453
23454 * alloc.c: Include "character.h" instead of "charset.h".
23455 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
23456 (syms_of_alloc): Remove defsubr for Smake_char_table.
23457
23458 * buffer.c: Include "character.h" instead of "charset.h", don't
23459 include "coding.h".
23460 (Fset_buffer_multibyte): Adjust for UTF-8.
23461
23462 * buffer.h: EXFUN Fbuffer_live_p.
23463
23464 * callproc.c: Include "character.h" instead of "charset.h".
23465 (Fcall_process): Big change for the new code-conversion APIs.
23466
23467 * casetab.c: Include "character.h" instead of "charset.h".
23468 (set_canon, set_identity, shuffle): Adjust for the new
23469 map_char_table spec.
23470 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
23471 accessing the char table structure.
23472
23473 * chartab.c: New file that implements char table.
23474
23475 * category.c: Include "character.h".
23476 (copy_category_entry): New function.
23477 (copy_category_table): Call map_char_table and copy_category_entry.
23478 (Fmake_category_table): Initialize all top-level slots.
23479 (char_category_set): New function.
23480 (modify_lower_category_set): Delete.
23481 (Fmodify_category_entry): Call char_table_ref_and_range.
23482
23483 * category.h (CATEGORY_SET): Just call char_category_set.
23484
23485 * ccl.c: Include "character.h".
23486 (Qccl, Qcclp): New variables.
23487 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
23488 it's less than 256.
23489 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
23490 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
23491 and DST type.
23492 (ccl_driver): Change types of argument, adjust code accordingly.
23493 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
23494 ccl_driver.
23495 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
23496
23497 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
23498 New members src_multibyte, dst_multibyte, consumed, and produced.
23499 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
23500 (CODING_SPEC_CCL_PROGRAM): New macro.
23501 (ccl_driver): Update prototype.
23502 (Qccl, Qcclp, Fccl_program_p): Extern them.
23503 (CHECK_CCL_PROGRAM): New macro.
23504
23505 * character.c, character.h, chartab.c: New files.
23506
23507 * charset.c: Mostly re-written. Move character and multibyte sequence
23508 handling codes to character.c.
23509
23510 * charset.h: Mostly re-written. Move character and multibyte sequence
23511 handling codes to character.h.
23512
23513 * coding.c, coding.h: Mostly re-written.
23514
23515 * composite.c: Include "character.h" instead of "charset.h".
23516 (CHAR_WIDTH): Move to character.h.
23517 (HASH_KEY, HASH_VALUE): Delete.
23518
23519 * composite.h (enum composition_method): Change order of enumeration
23520 symbols.
23521
23522 * data.c: Include "character.h" instead of "charset.h".
23523 (Faref): Call CHAR_TABLE_REF for a char table.
23524 (Faset): Call CHAR_TABLE_SET for a char table.
23525
23526 * dispextern.h (free_realized_face, check_face_attribytes)
23527 (generate_ascii_font): Extern them.
23528 (free_realized_multibyte_face): Delete extern.
23529
23530 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
23531 table structure.
23532
23533 * editfns.c: Include "character.h" instead of "charset.h".
23534 (Fchar_to_string): Always call CHAR_STRING.
23535
23536 * emacs.c (main): Call init_charset_once, init_charset,
23537 syms_of_chartab, and syms_of_character.
23538
23539 * fileio.c: Include "character.h" instead of "charset.h".
23540 (Finsert_file_contents): Big change for the new code-conversion API.
23541 (choose_write_coding_system, Fwrite_region): Likewise.
23542 (build_annotations_2): Delete.
23543 (e_write): Big change for the new code-conversion API.
23544
23545 * fns.c: Include "character.h" instead of "charset.h".
23546 (copy_sub_char_table): Move to chartab.c.
23547 (Fcopy_sequence): Call copy_char_table for a char table.
23548 (concat): Delete codes calling count_multibyte.
23549 (string_char_to_byte, string_byte_to_char): Adjust for the new
23550 multibyte form.
23551 (internal_equal): Adjust for the change of char table structure.
23552 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
23553 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
23554 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
23555 (char_table_translate, optimize_sub_char_table)
23556 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
23557 chartab.c.
23558 (char_table_ref_and_index): Delete.
23559 (HASH_KEY, HASH_VALUE): Move to lisp.h.
23560 (Fmd5): Call preferred_coding_system instead of accessing
23561 Vcoding_category_list. Adjust for the new code-conversion API.
23562 (syms_of_fns): Move defsubr for char table related functions to
23563 chartab.c.
23564
23565 * fontset.c: Mostly re-written.
23566
23567 * fontset.h (struct font_info): Change type of the member encoding_type.
23568 (enum FONT_SPEC_INDEX): New enum.
23569 (fontset_font_pattern, fs_load_font): Update prototype.
23570 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
23571
23572 * indent.c: Include "character.h" instead of "charset.h".
23573 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
23574
23575 * insdel.c: Include "character.h" instead of "charset.h".
23576 (copy_text): Don't refer to Vnonascii_translation_table.
23577 (insert_from_gap): New function.
23578
23579 * keyboard.c: Include "character.h" instead of "charset.h".
23580 (command_loop_1): Never call direct_output_forward_char before
23581 a non-ASCII character.
23582 (read_char): If Vkeyboard_translate_table is a char table, always
23583 translate a character.
23584
23585 * keymap.c: Include "character.h".
23586 (store_in_keymap): Handle the case that IDX is a cons.
23587 (Fdefine_key): Handle the case that KEY is a cons and the car part
23588 is also a cons (range).
23589 (push_key_description): Adjust for the new character code.
23590 (describe_vector): Call describe_char_table for a char table.
23591 (describe_char_table): New function.
23592
23593 * keymap.h (describe_char_table): Extern it.
23594
23595 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
23596 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
23597 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
23598 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
23599 Delete.
23600 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
23601 structure.
23602 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
23603 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
23604 (CHARTAB_SIZE_BITS_3): New macros.
23605 (chartab_size): Extern it.
23606 (struct Lisp_Char_Table): Re-design.
23607 (struct Lisp_Sub_Char_Table): New structure.
23608 (HASH_KEY, HASH_VALUE): Move from fns.c.
23609 (CHARACTERBITS): Define as 22.
23610 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
23611 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
23612 (GC_SUB_CHAR_TABLE_P): New macro.
23613 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
23614 (code_convert_string_norecord): Deleted extern.
23615 (init_character_once, syms_of_character, init_charset)
23616 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
23617
23618 * lread.c: Include "character.h".
23619 (read_multibyte): New arg NBYTES.
23620 (read_escape): Change the meaning of returned *BYTEREP.
23621 (to_multibyte): Delete.
23622 (read1): Adjust the handling of char table and string.
23623
23624 * print.c: Include "character.h" instead of "charset.h".
23625 (print_string): Convert 8-bit raw bytes to octal form by
23626 string_escape_byte8.
23627 (print_object): Adjust for the new multibyte form. Print 8-bit
23628 raw bytes always in octal form. Handle sub char table correctly.
23629
23630 * process.c: Include "character.h" instead of "charset.h".
23631 (read_process_output, send_process): Adjust for the new
23632 code-conversion API.
23633
23634 * puresize.h (BASE_PURESIZE): Increase.
23635
23636 * regex.c: Include "character.h" instead of "charset.h".
23637 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
23638 (regex_compile): Accept a range whose starting and ending
23639 character have different leading bytes.
23640 (analyse_first): Adjust for the above change.
23641
23642 * search.c: Include "character.h" instead of "charset.h".
23643 (search_buffer, boyer_moore): Adjust for the new multibyte form.
23644 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
23645
23646 * syntax.c: Include "character.h" instead of "charset.h".
23647 (syntax_parent_lookup): Delete.
23648 (Fmodify_syntax_entry): Accept a cons as CHAR.
23649 (skip_chars): Adjust for the new multibyte form.
23650 (init_syntax_once): Call char_table_set_range instead of directly
23651 accessing the structure of a char table.
23652
23653 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
23654 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
23655 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
23656 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
23657
23658 * term.c: Include "buffer.h" and "character.h".
23659 (encode_terminal_code, write_glyphs): Adjust for the new
23660 code-conversion API.
23661 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
23662
23663 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
23664
23665 * xdisp.c: Include "character.h".
23666 (get_next_display_element): Adjust for the new multibyte form.
23667 (disp_char_vector): Adjust for the new char table structure.
23668 (decode_mode_spec_coding): Adjust for the new structure of
23669 coding system.
23670 (decode_mode_spec): Adjust for the new code-conversion API.
23671
23672 * xfaces.c: Include "character.h" instead of "charset.h".
23673 (load_face_font): Adjust for the change of choose_face_font and
23674 FS_LOAD_FONT.
23675 (generate_ascii_font): New function.
23676 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
23677 (set_font_frame_param): Adjust for the change of choose_face_font.
23678 (free_realized_face): Make it public.
23679 (free_realized_faces_for_fontset): Rename from
23680 free_realized_multibyte_face. Free also faces realized for ASCII.
23681 (choose_face_font): Change arguments. Adjust for the change of
23682 fontset_font_pattern and FS_LOAD_FONT.
23683
23684 * xfns.c: Include "character.h".
23685 (x_encode_text): Adjust for the new code-conversion API.
23686
23687 * xselect.c: Don't include "charset.h".
23688 (selection_data_to_lisp_data): Adjust for the new code conversion API.
23689
23690 * xterm.c: Include "character.h".
23691 (x_encode_char): New argument CHARSET. Change caller.
23692 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
23693 Call ENCODE_CHAR instead of SPLIT_CHAR.
23694 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
23695 CHAR_WIDTH instead of CHARSET_WIDTH.
23696 (XTread_socket): Adjust for the new code-conversion API.
23697 (x_new_font): Adjust for the change of FS_LOAD_FONT.
23698 (x_load_font): Adjust for the change of struct font.
23699
23700 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
23701
23702 * xfaces.c (face_at_buffer_position): Remove unused vars.
23703
23704 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23705
23706 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
23707 Fix overflow checking.
23708
23709 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
23710
23711 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
23712 Cancel previous change.
23713
23714 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
23715
23716 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
23717 ccl->eight_bit_control. Fix check for buffer overflow.
23718 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
23719 (ccl_driver): Initialize extra_bytes to 0.
23720
23721 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
23722
23723 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
23724 return it ORed with ctrl_modifier.
23725
23726 2008-01-29 Miles Bader <miles@gnu.org>
23727
23728 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
23729
23730 2008-01-28 Jason Rumney <jasonr@gnu.org>
23731
23732 * w32.c (stat): Don't double check for networked drive.
23733
23734 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
23735
23736 * window.c (run_window_configuration_change_hook): New function.
23737 Code extracted from set_window_buffer. Set the selected frame.
23738 (set_window_buffer): Use it.
23739 * window.h (run_window_configuration_change_hook): Declare.
23740 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
23741
23742 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
23743
23744 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
23745
23746 * Makefile.in: Remove references to unused macros.
23747
23748 2008-01-26 Eli Zaretskii <eliz@gnu.org>
23749
23750 * w32.c (g_b_init_get_sid_sub_authority)
23751 (g_b_init_get_sid_sub_authority_count): New static variables.
23752 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
23753 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
23754 (init_user_info): Use them to retrieve uid and gid.
23755 Use 500/513, the Windows defaults, as Administrator's uid/gid.
23756 (fstat): Use pw_uid and pw_gid from the_passwd structure for
23757 st_uid and st_gid of the file.
23758
23759 2008-01-26 Jason Rumney <jasonr@gnu.org>
23760
23761 * w32.c (logon_network_drive): New function.
23762 (stat): Use it.
23763
23764 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
23765
23766 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
23767 invisible text covered with an ellipsis.
23768
23769 2008-01-25 Richard Stallman <rms@gnu.org>
23770
23771 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
23772 jump back to beginning. Move some other initializations after that.
23773 (Qwindow_text_change_functions, Vwindow_text_change_functions):
23774 New variables.
23775 (syms_of_xdisp): Init them.
23776
23777 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
23778
23779 * buffer.c (reset_buffer_local_variables):
23780 Implement `permanent-local-hook'.
23781 (Qpermanent_local_hook): New variable.
23782 (syms_of_buffer): Init and staticpro it.
23783
23784 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
23785
23786 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
23787
23788 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
23789
23790 * fns.c (Fclrhash): Return TABLE.
23791
23792 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23793
23794 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
23795 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
23796 is set even without positional changes.
23797 (x_scroll_bar_clear): Set bar->redraw_needed_p.
23798
23799 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
23800
23801 2008-01-23 Jason Rumney <jasonr@gnu.org>
23802
23803 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
23804
23805 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
23806 the unicode range available in MULE by locale-coding-system.
23807 Improve dbcs lead byte detection. Set event timestamp and modifiers
23808 earlier.
23809
23810 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23811
23812 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
23813 [MAC_OSX] (init_mac_osx_environment): Initialize it.
23814 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
23815 when used on child processes.
23816
23817 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
23818
23819 * dbusbind.c (Fdbus_method_return_internal): Rename from
23820 Fdbus_method_return.
23821 (Fdbus_unregister_object): Move to dbus.el.
23822 (Fdbus_call_method, Fdbus_method_return_internal)
23823 (Fdbus_send_signal): Improve debug messages.
23824
23825 2008-01-20 Martin Rudalics <rudalics@gmx.at>
23826
23827 * undo.c (undo_inhibit_record_point): New variable.
23828 (syms_of_undo): Initialize it.
23829 (record_point): Don't record point when undo_inhibit_record_point
23830 is set.
23831
23832 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
23833
23834 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
23835
23836 * xdisp.c (Qauto_hscroll_mode): New var.
23837 (syms_of_xdisp): Initialize it.
23838 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
23839 window's buffer.
23840 (hscroll_windows): Don't check automatic_hscrolling_p here.
23841
23842 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
23843 vscroll if we're setting window-buffer to the value it already has.
23844
23845 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
23846
23847 * m/intel386.h: Remove references to XENIX.
23848
23849 2008-01-17 Andreas Schwab <schwab@suse.de>
23850
23851 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
23852 instead of HAVE_X86_64_LIB64_DIR.
23853 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
23854
23855 2008-01-17 Glenn Morris <rgm@gnu.org>
23856
23857 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
23858 to HAVE_X86_64_LIB64_DIR.
23859
23860 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
23861
23862 * s/irix3-3.h:
23863 * s/irix4-0.h:
23864 * s/386-ix.h:
23865 * s/domain.h:
23866 * s/hpux9-x11r4.h:
23867 * s/hpux9shxr4.h: Remove files for systems no longer supported.
23868
23869 * sysdep.c: Remove code containing references to symbols defined
23870 by unsupported systems.
23871
23872 2008-01-16 Glenn Morris <rgm@gnu.org>
23873
23874 * coding.c (select-safe-coding-system-function): Doc fix.
23875
23876 2008-01-15 Glenn Morris <rgm@gnu.org>
23877
23878 * config.in: Revert 2008-01-13 change: this is a generated file.
23879
23880 2008-01-13 Tom Tromey <tromey@redhat.com>
23881
23882 * lisp.h: Fix typo.
23883
23884 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
23885
23886 * m/sequent-ptx.h:
23887 * m/sequent.h:
23888 * s/ptx.h:
23889 * s/ptx4-2.h:
23890 * s/ptx4.h: Remove files for systems no longer supported.
23891
23892 * callproc.c (Fcall_process): Fix previous change.
23893
23894 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
23895
23896 * unexsunos4.c: Remove file, system not supported anymore.
23897
23898 * m/mips.h:
23899 * m/intel386.h:
23900 * callproc.c:
23901 * config.in:
23902 * ecrt0.c:
23903 * emacs.c:
23904 * fileio.c:
23905 * frame.c:
23906 * getpagesize.h:
23907 * keyboard.c:
23908 * lread.c:
23909 * process.c:
23910 * puresize.h:
23911 * sysdep.c:
23912 * systty.h:
23913 * syswait.h:
23914 * unexec.c:
23915 * xdisp.c:
23916 * alloc.c: Remove code containing references to symbols defined by
23917 unsupported systems.
23918
23919 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
23920
23921 * coding.c (detect_coding_mask): Fix previous change.
23922
23923 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
23924
23925 * coding.c (detect_coding_iso2022): New arg
23926 latin_extra_code_state. Allow Latin extra codes only
23927 when *latin_extra_code_state is nonzero.
23928 (detect_coding_mask): If there is a NULL byte, detect the encoding
23929 as UTF-16 or binary. If Latin extra codes exist, detect the
23930 encoding as ISO-2022 only when there's no other proper encoding is
23931 found.
23932
23933 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23934
23935 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
23936 #ifdef MAC_OS.
23937
23938 2008-01-08 Richard Stallman <rms@gnu.org>
23939
23940 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
23941
23942 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
23943
23944 * keyboard.c (parse_menu_item): Don't enclose key bindings on
23945 menu bar in parentheses.
23946
23947 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
23948
23949 * m/7300.h:
23950 * m/acorn.h:
23951 * m/alliant-2800.h:
23952 * m/alliant.h:
23953 * m/alliant1.h:
23954 * m/alliant4.h:
23955 * m/altos.h:
23956 * m/amdahl.h:
23957 * m/apollo.h:
23958 * m/att3b.h:
23959 * m/aviion-intel.h:
23960 * m/aviion.h:
23961 * m/celerity.h:
23962 * m/clipper.h:
23963 * m/cnvrgnt.h:
23964 * m/convex.h:
23965 * m/cydra5.h:
23966 * m/delta88k.h:
23967 * m/dpx2.h:
23968 * m/dual.h:
23969 * m/elxsi.h:
23970 * m/f301.h:
23971 * m/gould-np1.h:
23972 * m/gould.h:
23973 * m/i860.h:
23974 * m/ibmps2-aix.h:
23975 * m/ibmrt-aix.h:
23976 * m/ibmrt.h:
23977 * m/irist.h:
23978 * m/is386.h:
23979 * m/isi-ov.h:
23980 * m/mega68.h:
23981 * m/mg1.h:
23982 * m/news-r6.h:
23983 * m/news-risc.h:
23984 * m/news.h:
23985 * m/nh3000.h:
23986 * m/nh4000.h:
23987 * m/ns16000.h:
23988 * m/ns32000.h:
23989 * m/nu.h:
23990 * m/orion.h:
23991 * m/orion105.h:
23992 * m/paragon.h:
23993 * m/pfa50.h:
23994 * m/plexus.h:
23995 * m/pyramid.h:
23996 * m/pyrmips.h:
23997 * m/sh3el.h:
23998 * m/sps7.h:
23999 * m/sr2k.h:
24000 * m/stride.h:
24001 * m/sun1.h:
24002 * m/sun2.h:
24003 * m/sun3-68881.h:
24004 * m/sun3-fpa.h:
24005 * m/sun3-soft.h:
24006 * m/sun3.h:
24007 * m/sun386.h:
24008 * m/symmetry.h:
24009 * m/tad68k.h:
24010 * m/tahoe.h:
24011 * m/targon31.h:
24012 * m/tek4300.h:
24013 * m/tekxd88.h:
24014 * m/tower32.h:
24015 * m/tower32v3.h:
24016 * m/ustation.h:
24017 * m/wicat.h:
24018 * m/xps100.h:
24019 * s/cxux.h:
24020 * s/cxux7.h:
24021 * s/dgux.h:
24022 * s/dgux4.h:
24023 * s/dgux5-4-3.h:
24024 * s/dgux5-4r2.h:
24025 * s/esix.h:
24026 * s/esix5r4.h:
24027 * s/hiuxmpp.h:
24028 * s/hiuxwe2.h:
24029 * s/iris3-5.h:
24030 * s/iris3-6.h:
24031 * s/isc2-2.h:
24032 * s/isc3-0.h:
24033 * s/isc4-0.h:
24034 * s/isc4-1.h:
24035 * s/newsos5.h:
24036 * s/newsos6.h:
24037 * s/osf1.h:
24038 * s/osf5-0.h:
24039 * s/riscix1-1.h:
24040 * s/riscix12.h:
24041 * s/sco4.h:
24042 * s/sco5.h:
24043 * s/sunos4-0.h:
24044 * s/sunos4-1.h:
24045 * s/sunos413.h:
24046 * s/sunos4shr.h:
24047 * s/umax.h:
24048 * s/unipl5-2.h:
24049 * s/xenix.h:
24050 * cxux-crt0.s:
24051 * unexapollo.c:
24052 * unexconvex.c:
24053 * unexenix.c:
24054 * unexsni.c: Remove files for systems no longer supported.
24055
24056 * m/intel386.h: Remove references to unsupported systems.
24057
24058 * w32.c (get_emacs_configuration): Remove reference to i860.
24059
24060 * sysdep.c: Remove dead code.
24061
24062 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
24063
24064 * s/rtu.h:
24065 * m/masscomp.h: Remove files. Platform is obsolete.
24066
24067 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
24068
24069 * dbusbind.c (Fdbus_method_return): New function.
24070 (xd_read_message): Add the serial number to the event.
24071 (Fdbus_register_method): Activate the function.
24072
24073 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24074
24075 * keyboard.c (read_key_sequence): Fix typo.
24076
24077 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
24078
24079 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
24080 (xd_signature, xd_append_arg): Handle element type detection for
24081 empty arrays.
24082 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
24083 SDATA () calls; this must be solved more general.
24084 (Fdbus_register_signal): Use SBYTES instead of strlen.
24085
24086 2008-01-03 Magnus Henoch <magnus@zemdatav>
24087
24088 * dbusbind.c (xd_append_arg): Use unsigned char instead of
24089 unsigned int for byte values (necessary for big-endian platform).
24090 (Fdbus_call_method): Handle the case of no returned arguments.
24091
24092 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
24093
24094 * dbusbind.c (xd_read_message): Use non-static input_event struct.
24095
24096 2007-12-31 Magnus Henoch <mange@freemail.hu>
24097
24098 * dbusbind.c (xd_signature): Signature of variant is just "v".
24099
24100 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
24101
24102 * dbusbind.c: Fix several errors and compiler warnings.
24103 Reported by Tom Tromey <tromey@redhat.com>.
24104 (XD_ERROR, XD_DEBUG_MESSAGE)
24105 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
24106 (xd_append_arg): Part for basic D-Bus types rewritten.
24107 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
24108 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
24109 appropriate.
24110 (xd_read_message): Return Qnil. Don't signal an error; it is not
24111 useful during event reading.
24112 (Fdbus_register_signal): Signal an error if the check for
24113 FUNCTIONP fails.
24114 (Fdbus_register_method): New function. The implementation is not
24115 complete, the call of the function signals an error therefore.
24116 (Fdbus_unregister_object): New function, renamed from
24117 Fdbus_unregister_signal. The initial check signals an error, if
24118 the object is not well formed.
24119
24120 2007-12-30 Richard Stallman <rms@gnu.org>
24121
24122 * textprop.c (get_char_property_and_overlay):
24123 Signal error if POSITION is out of range in a buffer.
24124
24125 2007-12-29 Martin Rudalics <rudalics@gmx.at>
24126
24127 * w32fns.c (Fx_create_frame): Make copy of frame parameters
24128 because the original parameters are in pure storage now.
24129
24130 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24131
24132 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
24133
24134 2007-12-22 Eli Zaretskii <eliz@gnu.org>
24135
24136 * callint.c (syms_of_callint) <command-history>: Add reference to
24137 history-length in the doc string.
24138
24139 2007-12-17 Jason Rumney <jasonr@gnu.org>
24140
24141 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
24142 before passing as wParam.
24143
24144 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
24145
24146 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
24147 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
24148 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
24149 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
24150 as number.
24151 (Fdbus_call_method): Fix docstring.
24152
24153 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
24154
24155 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
24156 New macros.
24157 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
24158 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
24159 Simplify.
24160 (xd_signature): New function.
24161 (xd_append_arg): Compute also signatures. Major rewrite.
24162 (xd_retrieve_arg): Make debug messages friendly.
24163 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
24164 Check for signatures of arguments.
24165
24166 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
24167
24168 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
24169 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
24170 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
24171 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
24172 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
24173 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
24174 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
24175 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
24176 (xd_retrieve_value): Remove. Functionality included in ...
24177 (xd_append_arg): New function.
24178 (Fdbus_call_method, Fdbus_send_signal): Apply it.
24179
24180 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
24181
24182 * dbusbind.c (top): Include <stdio.h>.
24183 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
24184 dbus_message_new_method_call and dbus_message_new_signal.
24185 (Fdbus_register_signal): Rename unique_name to uname.
24186 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
24187 non-existing unique name. Fix typos in matching rule. Return an
24188 object which is useful in Fdbus_unregister_signal.
24189 (Fdbus_unregister_signal): Reimplementation, in order to remove
24190 only the corresponding entry.
24191 (Vdbus_registered_functions_table): Change the order of entries.
24192 Apply these changes in xd_read_message and Fdbus_register_signal.
24193
24194 2007-12-16 Andreas Schwab <schwab@suse.de>
24195
24196 * fileio.c (Finsert_file_contents): Fix overflow check to not
24197 depend on undefined integer overflow.
24198
24199 2007-12-14 Jason Rumney <jasonr@gnu.org>
24200
24201 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
24202 for characters above 127.
24203
24204 2007-12-13 Jason Rumney <jasonr@gnu.org>
24205
24206 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
24207 before dereferencing array.
24208 (lookup_vk_code): Remove zero comparison.
24209
24210 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
24211
24212 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
24213 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
24214 Use `unsigned int' instead of `uint'.
24215 (xd_read_message, Fdbus_register_signal): Split expressions into
24216 multiple lines before operators "&&" and "||", according to the
24217 GNU Coding Standards.
24218
24219 2007-12-14 Eli Zaretskii <eliz@gnu.org>
24220
24221 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
24222
24223 2007-12-12 Juri Linkov <juri@jurta.org>
24224
24225 * buffer.c (Frename_buffer): In interactive spec replace
24226 `read-buffer' with `read-string' that uses `buffer-name-history'
24227 as history, and the current buffer's name as default.
24228
24229 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
24230
24231 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
24232 manipulating the backtrace manually.
24233 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
24234 (struct backtrace, backtrace_list): Remove.
24235 (command_loop_1): Remove dead var `no_direct'.
24236
24237 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
24238 preserve non-built-in buffer-local variables.
24239 (Fkill_all_local_variables): Don't re-create&re-set permanent
24240 buffer-local variables.
24241
24242 2007-12-09 Juri Linkov <juri@jurta.org>
24243
24244 * buffer.c (Frename_buffer): Change interactive spec from "s" to
24245 Lisp code that uses `read-buffer' with current buffer as default.
24246
24247 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
24248
24249 * dbusbind.c (xd_read_message): Generate an event for every
24250 registered handler. There might be several handlers registered
24251 for the same signal.
24252 (Fdbus_register_signal): Don't overwrite a registration for the
24253 same signal. Add a new registration if handlers are different.
24254 (Vdbus_registered_functions_table): Rework doc string.
24255
24256 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
24257
24258 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
24259 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
24260 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
24261 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
24262 Unify argument lists.
24263 (xd_read_message, Fdbus_register_signal): Reorder and extend event
24264 arguments and hash table keys. Use unique name for service.
24265 (Fdbus_unregister_signal): Remove checks.
24266 (Vdbus_registered_functions_table): Fix doc string.
24267
24268 2007-12-05 Magnus Henoch <mange@freemail.hu>
24269
24270 * process.c (make_process): Initialize pty_flag to 0.
24271
24272 2007-12-05 Jason Rumney <jasonr@gnu.org>
24273
24274 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
24275 specified XBMs.
24276
24277 2007-12-05 Richard Stallman <rms@gnu.org>
24278
24279 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
24280
24281 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24282
24283 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
24284 New variable.
24285 (mac_try_close_socket) [MAC_OSX]: New function.
24286 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
24287 Update cfsockets_for_select. Replace invalid CFRunLoop source.
24288
24289 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
24290 Use mac_try_close_socket.
24291
24292 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24293
24294 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
24295 reloc_base.
24296 (copy_dysymtab): Compute relocation base here.
24297 (rebase_reloc_address) [__ppc64__]: New function.
24298 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
24299 changed.
24300
24301 2007-12-05 Jason Rumney <jasonr@gnu.org>
24302
24303 * w32proc.c (sys_spawnve): Quote args with wildcards.
24304
24305 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24306
24307 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
24308 __objc_* sections.
24309 (unrelocate) [_LP64]: Set relocation base to address of data segment.
24310
24311 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
24312
24313 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
24314 Move check for Vdbus_registered_functions_table to
24315 xd_read_queued_messages.
24316 (xd_read_queued_messages): Protect xd_read_message calls by
24317 internal_condition_case_1.
24318
24319 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
24320
24321 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
24322 Qdbus_system_bus and Qdbus_session_bus, respectively.
24323 (Vdbus_intern_symbols): Remove.
24324 (Vdbus_registered_functions_table): New hash table.
24325 (XD_SYMBOL_INTERN_SYMBOL): Remove.
24326 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
24327 Rewrite in order to manage registered functions by hash table
24328 Vdbus_registered_functions_table.
24329
24330 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
24331
24332 * xterm.c: Update URL to Window Manager Specification in comment.
24333
24334 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
24335
24336 * config.in (HAVE_DBUS): Add.
24337
24338 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
24339 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
24340 (obj): Add $(DBUS_OBJ).
24341 (LIBES): Add $(DBUS_LIBS).
24342 (dbusbind.o): New target.
24343
24344 * dbusbind.c: New file.
24345
24346 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
24347
24348 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
24349 (Qdbus_event): New Lisp symbol.
24350 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
24351 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
24352 (keys_of_keyboard): Define dbus-event.
24353
24354 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
24355
24356 2007-12-01 Richard Stallman <rms@gnu.org>
24357
24358 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
24359
24360 2007-11-30 Jason Rumney <jasonr@gnu.org>
24361
24362 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
24363 (w32con_reset_terminal_modes): Clear screen buffer.
24364 (w32_face_attributes): Don't use color indexes that are out of range.
24365 Only reverse the default colors.
24366
24367 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
24368 WINDOWSNT.
24369
24370 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
24371
24372 2007-11-29 Jason Rumney <jasonr@gnu.org>
24373
24374 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
24375 (w32_face_attributes): Use Vtty_defined_color_alist to determine
24376 if the terminal colors are initialized.
24377 (unspecified_fg, unspecified_bg): Remove unused declarations.
24378
24379 2007-11-29 Andreas Schwab <schwab@suse.de>
24380
24381 * keyboard.c (apply_modifiers): Fix typo.
24382
24383 2007-11-29 Richard Stallman <rms@gnu.org>
24384
24385 * keymap.c (Fcurrent_local_map): Doc fix.
24386
24387 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
24388
24389 * s/gnu-kfreebsd.h: New file.
24390
24391 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
24392
24393 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
24394 Don't cast redundantly.
24395
24396 * keyboard.c (KEY_TO_CHAR): New macro.
24397 (parse_modifiers, apply_modifiers): Accept integer arguments.
24398 (read_key_sequence): Use them to unify the "shift->unshift" mapping
24399 for chars and symbol keys.
24400 After doing such remapping, apply function-key-map again.
24401
24402 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
24403
24404 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
24405 compiled anymore.
24406
24407 2007-11-26 Andreas Schwab <schwab@suse.de>
24408
24409 * process.c (list_processes_1): Fix indentation level of the
24410 command column.
24411
24412 2007-11-23 Andreas Schwab <schwab@suse.de>
24413
24414 * editfns.c (Fformat): Handle %c specially since it requires the
24415 argument to be of type int.
24416
24417 2007-11-23 Markus Triska <markus.triska@gmx.at>
24418
24419 * emacs.c (main): Call init_editfns before init_process, since
24420 init_process sets Vprocess_connection_type depending on OS release.
24421
24422 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
24423
24424 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
24425 (find_symbol_value): Use do_symval_forwarding.
24426
24427 * data.c (set_internal): Set the value in the `cons-cell' (for
24428 Buffer_Local_values) not only for frame-local variables.
24429
24430 2007-11-22 Andreas Schwab <schwab@suse.de>
24431
24432 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
24433 values to sprintf.
24434 * keymap.c (Fsingle_key_description): Likewise.
24435 * print.c (print_object): Likewise.
24436
24437 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
24438
24439 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
24440 file for image is nil.
24441
24442 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
24443
24444 * term.c: Include stdarg.h.
24445 (fatal): Implement using varargs.
24446 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
24447
24448 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24449
24450 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
24451 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
24452 Update call to buffer_slot_type_mismatch.
24453 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
24454 (buffer_slot_type_mismatch): Update.
24455 * buffer.c (buffer_local_types): Remove.
24456 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
24457 (defvar_per_buffer): Set the type in the buffer_objfwd.
24458
24459 2007-11-21 Jason Rumney <jasonr@gnu.org>
24460
24461 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
24462 CreateFileMapping returns NULL on failure.
24463
24464 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
24465
24466 * search.c (Fset_match_data): Remove the `evaporate' feature.
24467 (unwind_set_match_data): Don't use the `evaporate' feature.
24468
24469 2007-11-21 Jason Rumney <jasonr@gnu.org>
24470
24471 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
24472
24473 * w32console.c (w32con_write_glyphs): Remove unused variables.
24474
24475 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
24476
24477 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
24478
24479 * s/darwin.h (MULTI_KBOARD): Remove.
24480
24481 * macfns.c (x_create_tip_frame, Fx_create_frame)
24482 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
24483
24484 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
24485
24486 * buffer.c (Fbuffer_local_value): Remove redundant test.
24487 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
24488 than in `current-buffer' to match the comment.
24489 Do the swap using swap_in_global_binding.
24490
24491 * data.c (store_symval_forwarding, set_internal):
24492 * eval.c (specbind): Remove dead code.
24493
24494 * coding.c (detect_coding, Fupdate_coding_systems_internal):
24495 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
24496 Since we do not want to see internal Lisp_*fwd objects here.
24497
24498 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
24499
24500 * sysdep.c (init_system_name): Use getaddrinfo if available.
24501
24502 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
24503 (x_scroll_bar_note_movement): start, end, with, height in struct
24504 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
24505
24506 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
24507
24508 * puresize.h (BASE_PURESIZE): Increase to 1190000.
24509
24510 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
24511
24512 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
24513 This undoes Richard's change of 14-Oct-2002.
24514
24515 * alloc.c (allocate_other_vector):
24516 * lisp.h (allocate_other_vector): Remove.
24517
24518 * window.c (struct save_window_data): Move non-lisp data to the end
24519 and make it `int' rather than Lisp_Object.
24520 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
24521 Done wrap/unwrap integer values.
24522 (Fset_window_configuration, compare_window_configurations):
24523 Update use of fields to their new types.
24524
24525 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
24526 Turn integer fields into `int'. Merge x_window_low and x_window_high.
24527 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
24528 (SET_SCROLL_BAR_X_WINDOW): Remove.
24529 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
24530 Access the new x_window field directly.
24531 * xterm.c (x_scroll_bar_create): Use a pseudovector.
24532 Don't wrap/unwrap integers into Lisp_Objects.
24533 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
24534 (x_scroll_bar_report_motion):
24535 Don't wrap/unwrap integers into Lisp_Objects.
24536 (x_term_init): Use SDATA.
24537 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
24538 (x_scroll_bar_set_handle, x_scroll_bar_remove)
24539 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
24540 (x_scroll_bar_report_motion, x_scroll_bar_clear):
24541 * xfns.c (x_set_background_color):
24542 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
24543 Access the new x_window field directly.
24544
24545 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
24546 (allocate_pseudovector): Make non-static.
24547
24548 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
24549 (allocate_pseudovector): Declare.
24550 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
24551
24552 2007-11-15 Andreas Schwab <schwab@suse.de>
24553
24554 * editfns.c (Fformat): Correctly format EMACS_INT values.
24555 Also take precision into account when formatting an integer.
24556
24557 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
24558
24559 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
24560
24561 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
24562 (syms_of_keyboard): Defsubr it.
24563
24564 * data.c (swap_in_global_binding): Fix longstanding bug where
24565 store_symval_forwarding was not called with the right second argument,
24566 thus causing objfwd-ing from being dropped.
24567
24568 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
24569
24570 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
24571 (Fx_display_pixel_height, Fx_display_planes)
24572 (Fx_display_color_cells, Fx_server_max_request_size)
24573 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24574 (Fx_display_visual_class, Fx_display_save_under):
24575 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
24576 (Fx_display_pixel_height, Fx_display_planes)
24577 (Fx_display_color_cells, Fx_server_max_request_size)
24578 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
24579 (Fx_display_mm_height, Fx_display_mm_width)
24580 (Fx_display_backing_store, Fx_display_visual_class)
24581 (Fw32_select_font, Fx_display_save_under):
24582 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
24583 (Fx_display_pixel_height, Fx_display_planes)
24584 (Fx_display_color_cells, Fx_server_max_request_size)
24585 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24586 (Fx_display_save_under): Fix typos in docstrings.
24587
24588 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
24589
24590 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
24591 corresponding to deleted entries; they are an implementation detail.
24592 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
24593 Remove variables.
24594 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
24595 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
24596 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
24597 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
24598 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
24599 (Fw32_define_rgb_color, Fw32_load_color_file)
24600 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
24601 Fix typos in docstrings.
24602 (Fx_server_version): Reflow docstring.
24603 (Fw32_shell_execute): Doc fixes.
24604
24605 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
24606
24607 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
24608 if w32_parse_hot_key returned nil.
24609
24610 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
24611
24612 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
24613
24614 2007-11-09 Jason Rumney <jasonr@gnu.org>
24615
24616 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
24617
24618 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
24619
24620 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
24621 Remove W32_SCROLL_BAR_CLICK_EVENT.
24622
24623 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
24624 Add MULTIMEDIA_KEY_EVENT.
24625
24626 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
24627 (lispy_multimedia_keys) [WINDOWSNT]: New array.
24628 (make_lispy_event) [WINDOWSNT]: Use it to translate
24629 MULTIMEDIA_KEY_EVENT.
24630
24631 * w32term.h (WM_APPCOMMAND): Define if not already.
24632 (GET_APPCOMMAND_LPARAM): Likewise.
24633
24634 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
24635 WM_APPCOMMAND.
24636
24637 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
24638 (syms_of_w32fns): Export and initialize it.
24639 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
24640
24641 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
24642
24643 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
24644 twice.
24645
24646 * xdisp.c (handle_face_prop): Fix last change.
24647
24648 2007-11-09 Richard Stallman <rms@gnu.org>
24649
24650 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
24651 not just for after-strings and before-strings.
24652 Call face_for_overlay_string and pass the overlay to it.
24653 (handle_display_prop): Determine whether property came from an overlay.
24654 Pass OVERLAY arg to handle_single_display_spec.
24655 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
24656 (load_overlay_strings): Fill in it->string_overlays.
24657 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
24658
24659 * xfaces.c (face_for_overlay_string): Function renamed from
24660 face_at_buffer_position_no_overlays, and add arg OVERLAY.
24661
24662 * dispextern.h (struct it): New elt string_overlays.
24663 New elt from_overlay, also in stack.
24664 Rearrange a few elements.
24665 (face_for_overlay_string): Decl renamed from
24666 face_at_buffer_position_no_overlays, and add argument.
24667
24668 2007-11-09 Richard Stallman <rms@gnu.org>
24669
24670 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
24671 to get the base face for an overlay string.
24672
24673 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
24674
24675 * xfaces.c (face_at_buffer_position_no_overlays): New function.
24676
24677 * xdisp.c (handle_stop): Move some code out of loop.
24678
24679 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24680
24681 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
24682 Fix conversion from Lisp object to ATSUFontID.
24683
24684 2007-11-09 Jason Rumney <jasonr@gnu.org>
24685
24686 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
24687
24688 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24689
24690 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
24691 Don't assume regions are aligned to page boundary.
24692 (print_load_command_name): Add LC_UUID if defined.
24693
24694 2007-11-09 Richard Stallman <rms@gnu.org>
24695
24696 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
24697
24698 2007-11-07 Jason Rumney <jasonr@gnu.org>
24699
24700 * s/windows95.h: Remove.
24701
24702 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
24703
24704 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
24705 abort with a message on unhandled store_type values.
24706
24707 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
24708
24709 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
24710 Remove HAVE_X11R5 and HAVE_X11R4.
24711
24712 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
24713
24714 * Makefile.in: Remove references to sunfns.c and sunfns.o.
24715
24716 2007-11-01 Johan Bockgård <bojohan@gnu.org>
24717
24718 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
24719 Don't set s->stippled_p here, since it has already been set by
24720 x_set_glyph_string_gc from x_draw_glyph_string.
24721
24722 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
24723
24724 * sunfns.c: Remove file.
24725
24726 * m/sun386.h:
24727 * m/sun2.h:
24728 * m/sparc.h: Remove Sun windows code.
24729
24730 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
24731
24732 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
24733 (init_keyboard): Set current_kboard's window-system to nil.
24734 (tty_read_avail_input): Typo.
24735 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
24736
24737 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
24738
24739 * s/usg5-4.h:
24740 * s/usg5-3.h:
24741 * s/ptx.h:
24742 * m/is386.h:
24743 * m/ibmps2-aix.h:
24744 * Makefile.in: Remove all mentions of X10.
24745
24746 * dispnew.c (syms_of_display): Don't mention version 10.
24747
24748 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
24749
24750 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
24751 ($(BLD)/abbrev.$(O)): Remove.
24752
24753 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
24754
24755 Rewrite abbrev.c in Elisp.
24756 * image.c (Qcount): Don't declare as extern.
24757 (syms_of_image): Initialize and staticpro `Qcount'.
24758 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
24759 * emacs.c (main): Don't call syms_of_abbrev.
24760 * Makefile.in (obj): Remove abbrev.o.
24761 (abbrev.o): Remove.
24762 * abbrev.c: Remove.
24763
24764 2007-10-26 Martin Rudalics <rudalics@gmx.at>
24765
24766 * window.c (window_min_size_2): Don't count header-line.
24767
24768 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
24769
24770 * frame.h (struct frame): Move all bit fields after the first bit
24771 field to take advantage of the available space. Group all the
24772 chars together to reduce wasted space due to padding.
24773
24774 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
24775
24776 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
24777
24778 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
24779 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
24780 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
24781 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
24782 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
24783 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
24784 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
24785 (last_marked, mark_object_loop_halt): Make static.
24786
24787 * frame.c (syms_of_frame) <delete-frame-functions>:
24788 Fix typo in docstring.
24789
24790 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
24791
24792 * w32.c (init_environment): Fix tiny memory leak.
24793 (w32_get_resource): Remove unused variable `ok'.
24794
24795 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
24796
24797 Make `window-system' into a keyboard-local variable (rather than
24798 frame-local as done originally by multi-tty).
24799
24800 * keyboard.h (struct kboard): Add Vwindow_system.
24801 * keyboard.c (init_kboard): Set a default for Vwindow_system.
24802 (mark_kboards): Mark Vwindow_system.
24803
24804 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
24805 (init_display): Don't set the obsolete `window-system' frame-param.
24806
24807 * xterm.c (x_term_init):
24808 * w32term.c (w32_create_terminal):
24809 * term.c (init_tty): Set Vwindow_system.
24810 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
24811 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
24812
24813 * xfns.c (Fx_create_frame, x_create_tip_frame):
24814 * w32fns.c (Fx_create_frame, x_create_tip_frame):
24815 * macfns.c (Fx_create_frame):
24816 Don't set the obsolete `window-system' frame-param.
24817
24818 * frame.h (Qwindow_system): Remove.
24819 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
24820 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
24821
24822 2007-10-24 Richard Stallman <rms@gnu.org>
24823
24824 * frame.c (x_figure_window_size): For fullscreen case,
24825 set USPosition | PPosition without clobbering rest of window_prompting.
24826
24827 * keyboard.c (Fcurrent_idle_time): Doc fix.
24828
24829 * print.c (Fwith_output_to_temp_buffer): Doc fix.
24830
24831 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
24832
24833 * process.c (unwind_request_sigio): Only define if __ultrix__.
24834
24835 * callproc.c (child_setup): Remove spurious *.
24836
24837 * lisp.h (Fget_text_property): Declare.
24838 (have_menus_p): Declare it here rather than in sys-dep header files.
24839 * macterm.h (have_menus_p):
24840 * msdos.h (have_menus_p):
24841 * xterm.h (have_menus_p): Remove.
24842
24843 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
24844 (Fmake_variable_frame_local): Just check the variable's const-ness
24845 rather than checking nil or t.
24846
24847 2007-10-22 Jason Rumney <jasonr@gnu.org>
24848
24849 * w32fns.c: Include math.h.
24850 (w32_abort): Declaration moved to nt/config.nt.
24851
24852 * s/ms-w32.h (HAVE_STDLIB_H): Define.
24853 (abort): Redefinition moved to nt/config.nt.
24854
24855 * m/windowsnt.h: Remove.
24856
24857 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
24858
24859 * emacs.c (Fdump_emacs): Fix typo in message.
24860 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
24861 <installation-directory>: Reflow docstring.
24862
24863 2007-10-22 Juri Linkov <juri@jurta.org>
24864
24865 * minibuf.c: Allow minibuffer default to be a list of default values.
24866 With empty input use the first element of this list as returned default.
24867 (string_to_object)
24868 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
24869 (read_minibuf): If defalt is cons, set histstring to its car.
24870 (Fread_string): If default_value is cons, set val to its car.
24871 (Fread_buffer): If def is cons, use its car.
24872 (Fcompleting_read): If defalt is cons, set val to its car.
24873
24874 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
24875
24876 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
24877
24878 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
24879
24880 * doc.c (Fdocumentation): Check for advice in all cases.
24881
24882 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
24883
24884 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
24885
24886 2007-10-19 Richard Stallman <rms@gnu.org>
24887
24888 * doc.c (Fdocumentation): Check for and handle an advised function.
24889
24890 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
24891
24892 * process.c (Fset_process_filter): Doc fix.
24893
24894 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
24895
24896 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
24897 which caused key-translation-map to applied repeatedly (thus breaking
24898 double-mode).
24899
24900 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
24901
24902 * xselect.c (x_own_selection, x_handle_selection_clear)
24903 (x_clear_frame_selections):
24904 * w32menu.c (list_of_panes, list_of_items):
24905 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
24906 * textprop.c (validate_plist, interval_has_all_properties)
24907 (interval_has_some_properties, interval_has_some_properties_list)
24908 (add_properties, text_property_list):
24909 * process.c (Fget_buffer_process, list_processes_1, status_notify):
24910 * minibuf.c (Fassoc_string):
24911 * macselect.c (x_own_selection, x_clear_frame_selections)
24912 (Fx_disown_selection_internal):
24913 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
24914 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
24915
24916 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
24917
24918 * process.c: Link to libs for calling res_init() if available.
24919 (Fmake_network_process): Call res_init() before getaddrinfo or
24920 gethostbyname, if possible.
24921
24922 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
24923
24924 * lread.c (read1): Set pvectype for char_tables.
24925
24926 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
24927 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
24928 Add type checks.
24929 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
24930
24931 * alloc.c (free_misc): Use XMISCTYPE.
24932 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
24933
24934 2007-10-17 Glenn Morris <rgm@gnu.org>
24935
24936 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
24937 (syms_of_minibuf): Add Qcompletion_ignore_case.
24938 * dired.c (Qcompletion_ignore_case): Change to external.
24939 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
24940 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
24941 (Fread_file_name): Use it rather than intern'ing.
24942
24943 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
24944 (Fread_coding_system): Ignore case of user input.
24945
24946 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24947
24948 * xdisp.c (handle_display_prop): Ignore display specs after
24949 replacing one when string text is being replaced.
24950 (handle_single_display_spec): Pretend as if characters with display
24951 property haven't been consumed only when buffer text is being replaced.
24952
24953 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
24954
24955 * xfns.c (Fx_create_frame, Fx_display_list):
24956 * window.c (window_fixed_size_p, enlarge_window)
24957 (shrink_window_lowest_first):
24958 * macterm.c (init_font_name_table):
24959 * macfns.c (Fx_create_frame, Fx_display_list):
24960 * lread.c (close_load_descs):
24961 * keyboard.c (read_char_x_menu_prompt):
24962 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
24963 * coding.c (code_convert_region_unwind): Test the type of an object
24964 rather than just !NILP before extracting data from it.
24965
24966 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
24967
24968 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
24969 (XMISCANY): New macro.
24970 (XMISCTYPE): Use it.
24971 (struct Lisp_Misc_Any): New type.
24972 (union Lisp_Misc): Use it.
24973 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
24974 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
24975 (find_symbol_value, set_internal, default_value, Fset_default)
24976 (Fmake_variable_buffer_local, Fmake_local_variable)
24977 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
24978 (Flocal_variable_if_set_p, Fvariable_binding_locus):
24979 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
24980 * alloc.c (allocate_buffer): Set the size and tag.
24981 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
24982 Use XMISCANY.
24983 (die): Follow the GNU convention for error messages.
24984 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
24985 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
24986 tag any more.
24987 (set_buffer_internal_1):
24988 * frame.c (store_frame_param):
24989 * eval.c (specbind):
24990 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
24991
24992 * doc.c (Fsnarf_documentation): Simplify.
24993
24994 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
24995
24996 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
24997 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
24998
24999 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
25000
25001 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
25002
25003 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
25004
25005 * eval.c (do_autoload): Don't save autoloads.
25006
25007 * data.c (Ffset): Save autoload of the function being set.
25008
25009 2007-10-07 John Paul Wallington <jpw@pobox.com>
25010
25011 * xfns.c (x_create_tip_frame): Set the `display-type' frame
25012 parameter before setting up faces.
25013
25014 2007-10-13 Eli Zaretskii <eliz@gnu.org>
25015
25016 * ccl.c (Fregister_code_conversion_map):
25017 * keyboard.c (append_tool_bar_item): Reformat last change.
25018
25019 * lisp.h (eabs): Rename from `abs'. All callers changed.
25020
25021 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
25022
25023 * buffer.c (add_overlay_mod_hooklist):
25024 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
25025 * fontset.c (make_fontset):
25026 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
25027 (append_tool_bar_item):
25028 * macmenu.c (grow_menu_items):
25029 * w32menu.c (grow_menu_items):
25030 * xmenu.c (grow_menu_items): Use larger_vector.
25031
25032 2007-10-13 Eli Zaretskii <eliz@gnu.org>
25033
25034 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
25035 selected frame'' on MSDOS).
25036
25037 2007-10-12 Martin Rudalics <rudalics@gmx.at>
25038
25039 * frame.c (Qexplicit_name): New variable.
25040 (x_report_frame_params): Report it in parameter alist.
25041 (syms_of_frame): Intern and staticpro it.
25042
25043 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
25044
25045 * macfns.c (x_create_tip_frame): Set terminal for frame.
25046
25047 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
25048
25049 * frame.c (Qenvironment): Remove.
25050 (syms_of_frame) <Qenvironment>: Don't initialize.
25051 (Fdelete_frame): Don't treat the `environment' param specially.
25052 * frame.h (Qenvironment): Don't declare.
25053 * callproc.c (set_initial_environment): Don't set unused frame param.
25054
25055 * frame.c (Fframe_with_environment): Remove.
25056 (syms_of_frame) <Sframe_with_environment>: Don't declare.
25057
25058 * lisp.h (Fframe_with_environment): Don't declare.
25059
25060 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
25061
25062 * indent.c (indent_tabs_mode, last_known_column)
25063 (last_known_column_modified): Make static.
25064 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
25065
25066 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
25067
25068 * puresize.h (BASE_PURESIZE): Increase to 1170000.
25069
25070 2007-10-09 Jason Rumney <jasonr@gnu.org>
25071
25072 * w32term.c (x_set_window_size): Disable code that attempts to tell
25073 Lisp code about a size change before it actually happens.
25074
25075 2007-10-09 Richard Stallman <rms@gnu.org>
25076
25077 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
25078 return HANDLED_RETURN.
25079
25080 2007-10-08 Martin Rudalics <rudalics@gmx.at>
25081
25082 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
25083 when there's an unread command event.
25084
25085 * frame.c (focus_follows_mouse): Move here from frame.el to allow
25086 window autoselection act appropriately when leaving selected frame.
25087 (syms_of_frame): Initialize focus_follows_mouse.
25088 * frame.h (focus_follows_mouse): Extern it.
25089 * macterm.c (XTread_socket): When focus_follows_mouse is nil
25090 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
25091 * msdos.c (dos_rawgetc): Likewise.
25092 * w32term.c (w32_read_socket): Likewise.
25093 * xterm.c (handle_one_xevent): Likewise.
25094 * xdisp.c (syms_of_xdisp): In doc-string of
25095 mouse-autoselect-window mention focus-follows-mouse.
25096
25097 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25098
25099 * macterm.c (mac_load_query_font): Fix missing return value.
25100 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
25101 Add BLOCK_INPUT.
25102
25103 2007-10-08 Richard Stallman <rms@gnu.org>
25104
25105 * xdisp.c (get_window_cursor_type): Implement documented behavior
25106 for cursor-in-non-selected-windows = t.
25107
25108 2007-10-08 Jason Rumney <jasonr@gnu.org>
25109
25110 * w32.c (w32_get_resource): Always close registry keys.
25111
25112 2007-10-08 Jason Rumney <jasonr@gnu.org>
25113
25114 * makefile.w32-in (LIBS): Add COMCTL32.
25115
25116 * w32fns.c (globals_of_w32fns): Init common controls.
25117
25118 2007-10-08 Richard Stallman <rms@gnu.org>
25119
25120 * image.c (our_memory_buffer): Rename from omfib_buffer.
25121
25122 2007-10-08 Richard Stallman <rms@gnu.org>
25123
25124 * buffer.c (Foverlays_at): Doc fix.
25125
25126 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
25127
25128 * fns.c (Fplist_put): Preserve uneven tail data.
25129
25130 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
25131
25132 * termhooks.h (enum event_kind): Remove trailing comma.
25133
25134 * frame.h (enum): Remove trailing comma.
25135
25136 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
25137
25138 * w32proc.c (delete_child): Don't terminate threads of zombies.
25139
25140 2007-10-08 Martin Rudalics <rudalics@gmx.at>
25141
25142 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
25143
25144 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
25145 last-repeatable-command.
25146 (init_kboard): Initialize Vlast_repeatable_command.
25147 (command_loop_1): Set it to real_this_command unless that was
25148 bound to an input event.
25149 (mark_kboards): Mark it.
25150
25151 2007-10-08 Richard Stallman <rms@gnu.org>
25152
25153 * eval.c (condition-case): Doc fix.
25154
25155 2007-10-08 Masatake YAMATO <jet@gyve.org>
25156
25157 * xfaces.c (tty_supports_face_attributes_p): Fix code
25158 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
25159 was copied and not edited.
25160
25161 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
25162
25163 Add new `input-decode-map' keymap and use it for terminal
25164 escape sequences.
25165 * keyboard.h (struct kboard): Add Vinput_decode_map.
25166 Remove Vlocal_key_translation_map.
25167 * keyboard.c (read_key_sequence): Add support for input-decode-map.
25168 (init_kboard): Init input-decode-map.
25169 Replace local-key-translation-map back with key-translation-map.
25170 (syms_of_keyboard): Declare input-decode-map.
25171 Remove local-key-translation-map. Update docstrings.
25172 (mark_kboards): Mark Vinput_decode_map.
25173 Don't mark Vlocal_key_translation_map.
25174 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
25175 Replace local-key-translation-map back with key-translation-map.
25176 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
25177 Bind in input-decode-map rather than function-key-map.
25178
25179 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
25180 This was made redundant by the previous introduction of XSETPVECTYPE.
25181
25182 2007-10-09 Richard Stallman <rms@gnu.org>
25183
25184 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
25185
25186 2007-09-29 Richard Stallman <rms@gnu.org>
25187
25188 * eval.c (internal_condition_case_2, internal_condition_case_1)
25189 (internal_condition_case): Reenable abort if x_catching_errors ()
25190 to see if that really happens and why.
25191
25192 2007-10-06 Andreas Schwab <schwab@suse.de>
25193
25194 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
25195
25196 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
25197
25198 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
25199
25200 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
25201
25202 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
25203
25204 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
25205
25206 * window.h (struct window):
25207 * window.c (struct save_window_data, struct saved_window):
25208 * termhooks.h (struct terminal):
25209 * process.h (struct Lisp_Process):
25210 * frame.h (struct frame):
25211 * buffer.h (struct buffer):
25212 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
25213 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
25214 The size field of (pseudo)vectors is now unsigned.
25215 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
25216
25217 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
25218 Turn `count' into an integer.
25219
25220 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
25221 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
25222 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
25223 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
25224 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
25225
25226 * alloc.c (allocate_pseudovector): New fun.
25227 (ALLOCATE_PSEUDOVECTOR): New macro.
25228 (allocate_window, allocate_terminal, allocate_frame)
25229 (allocate_process): Use it.
25230 (mark_vectorlike): New function.
25231 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
25232 (mark_terminals): Use it.
25233 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
25234 (Fmake_byte_code): Use XSETPVECTYPE.
25235
25236 * frame.c (Fframe_parameters): Minor simplification.
25237
25238 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
25239
25240 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
25241
25242 * buffer.c (Fget_buffer_create, init_buffer_once):
25243 * lread.c (defsubr):
25244 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
25245
25246 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
25247 defined differently in the m/*.h files.
25248 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
25249 (XSETPVECTYPE): New macro.
25250 (XSETPSEUDOVECTOR): Use it.
25251
25252 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
25253 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
25254
25255 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
25256 * lread.c (defvar_per_buffer):
25257 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
25258
25259 * window.c (candidate_window_p): Only consider as visible frames that
25260 are on the same terminal.
25261
25262 * m/ibms390x.h (MARKBIT): Remove unused macro.
25263
25264 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
25265
25266 * lread.c (Fload): Fix typo in docstring.
25267
25268 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
25269
25270 * floatfns.c (Fexpt): Manually check for overflows, so that a power
25271 of a non-zero value can't yield zero.
25272
25273 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
25274
25275 * term.c (term_clear_mouse_face, term_mouse_highlight)
25276 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
25277
25278 * print.c (safe_debug_print): Use XHASH.
25279
25280 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
25281 Lisp elements such as tags.
25282 (XHASH): New macro.
25283 (EQ): Use it.
25284 (SREF, SSET, STRING_COPYIN): Use SDATA.
25285 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
25286
25287 * alloc.c (mark_terminal): Remove left-over declaration.
25288 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
25289 (allocate_vectorlike): Remove type argument. Adjust callers.
25290 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
25291 Only handle the one remaining MEM_TYPE_VECTORLIKE.
25292
25293 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
25294 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
25295 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
25296 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
25297 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
25298 Use them.
25299
25300 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
25301 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
25302 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
25303
25304 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
25305
25306 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
25307 loaded by default.
25308
25309 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
25310
25311 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
25312 on this tty.
25313 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
25314
25315 * term.c (mouse_face_window): Rename from Qmouse_face_window.
25316 Update all users.
25317 (handle_one_term_event): Use Gpm_DrawPointer.
25318 (Fgpm_mouse_start): Rename from Fterm_open_connection.
25319 Signal errors instead of returning nil. Always return nil.
25320 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
25321 Make it a noop if gpm-mouse was not activated.
25322 (syms_of_term): Update names.
25323
25324 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
25325
25326 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
25327 (init_sys_modes): Check that gpm_tty is the current tty.
25328
25329 * alloc.c (allocate_terminal): Set the vector size to only count the
25330 lisp fields. Initialize those to nil.
25331 (mark_object): Don't treat terminals specially.
25332 (mark_terminal): Remove.
25333 (mark_terminals): Use mark_object instead.
25334
25335 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
25336 the GC to the beginning.
25337
25338 * indent.h:
25339 * indent.c: Use EMACS_INT for ints coming from Elisp data.
25340
25341 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
25342
25343 2007-09-25 Jason Rumney <jasonr@gnu.org>
25344
25345 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
25346
25347 * w32console.c (create_w32cons_output): Remove.
25348
25349 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
25350
25351 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
25352 (reset_sys_modes): Use reset_terminal_modes_hook.
25353
25354 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
25355
25356 * eval.c (do_autoload): Don't output any message.
25357
25358 2007-09-24 Juri Linkov <juri@jurta.org>
25359
25360 * emacs.c (standard_args): Change priority of "--no-splash"
25361 from 40 to 3. Add "--no-desktop" with the same priority.
25362
25363 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
25364
25365 * alloc.c (gc_sweep): Check cons cell mark bits word by word
25366 and optimize the case where they are all 1.
25367
25368 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
25369
25370 * lisp.h (abs): Define if not defined.
25371 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
25372 Don't define `abs', since it's defined in lisp.h.
25373
25374 2007-09-22 Eli Zaretskii <eliz@gnu.org>
25375
25376 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
25377 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
25378 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
25379 (init_tty): Use DEV_TTY instead of "/dev/tty".
25380 [WINDOWSNT]: No need to protect from NAME arg being null.
25381
25382 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25383
25384 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
25385 up the tty state.
25386
25387 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25388
25389 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
25390 (gpm_tty): Change its type.
25391 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
25392 (gpm_tty): Change its type and initialize it.
25393 (Fterm_open_connection): Check the frame is indeed a tty.
25394 Use the new gpm_tty.
25395 (Fterm_close_connection): Use the new gpm_tty.
25396 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
25397 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
25398
25399 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
25400
25401 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
25402 underline_color, to draw strike-through.
25403
25404 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25405
25406 * lisp.h (allocate_terminal): Declare.
25407
25408 * window.c (candidate_window_p): Consider frames that are being placed
25409 by the user as somewhere between visible and iconified.
25410 (window_loop): Prefer windows on the current frame.
25411 (Fselect_window): Move the use of select-frame to the beginning so we
25412 can just delegate all the work (it'll call us back anyway).
25413
25414 * frame.c (Qdisplay_environment_variable):
25415 * frame.h (Qdisplay_environment_variable): Delete.
25416
25417 * .gdbinit (xbacktrace): Print the arg's address rather than the value
25418 of the first arg, since that value may be a union.
25419
25420 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
25421 parameter rather than Qdisplay_environment_variable. If all else
25422 fails, look for DISPLAY in initial-environment.
25423
25424 2007-09-21 Glenn Morris <rgm@gnu.org>
25425
25426 * Makefile.in (emacstool): Remove target.
25427 (lisp, shortlisp): Remove termdev.elc.
25428
25429 2007-09-21 Markus Triska <markus.triska@gmx.at>
25430
25431 * xterm.c (x_delete_display): Compile session management conditionally.
25432
25433 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
25434
25435 * callproc.c (getenv_internal_1): New function.
25436 (getenv_internal): Use it.
25437 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
25438
25439 * terminal.c (get_terminal): Don't accept ints to represent terminals.
25440 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
25441 (Fset_terminal_parameter): Work with dead terminals as well.
25442 (Fmodify_terminal_parameters): Remove.
25443
25444 * terminal.c (get_terminal): Handle terminals.
25445 Make sure the terminal returned is live.
25446 (create_terminal): Use allocate_terminal.
25447 (mark_terminals): Move to alloc.c.
25448 (delete_terminal): Use terminal->name as liveness status.
25449 NULL out fields after freeing their contents.
25450 Don't deallocate the object.
25451 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
25452 rather than an int.
25453 (Fterminal_live_p): Accept non-integer arguments.
25454 (Fterminal_list): Return terminal objects rather than an ints.
25455
25456 * alloc.c (enum mem_type): New member for `terminal' objects.
25457 (allocate_terminal): New function.
25458 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
25459 Handle terminals.
25460 (mark_terminal): New fun.
25461 (mark_terminals): Move from terminal.c.
25462
25463 * term.c (get_tty_terminal): Don't treat output_initial specially.
25464 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
25465 (delete_tty): Use terminal->name as liveness status.
25466
25467 * termhooks.h (struct terminal): Make it into a pseudovector.
25468 Remove `deleted' replaced by checking `name's nullness.
25469
25470 * print.c (print_object): Handle terminals.
25471
25472 * lisp.h (enum pvec_type): New `terminal' pseudovector.
25473 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
25474
25475 * frame.c (make_terminal_frame):
25476 * keyboard.c (tty_read_avail_input):
25477 * w32term.c (x_delete_terminal):
25478 * xfns.c (Fx_create_frame, x_create_tip_frame):
25479 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
25480
25481 2007-09-20 Glenn Morris <rgm@gnu.org>
25482
25483 * process.c (Fmake_network_process): Doc fix.
25484
25485 2007-09-19 Jason Rumney <jasonr@gnu.org>
25486
25487 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
25488
25489 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
25490
25491 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
25492 Fix a C warning regarding variable constness.
25493
25494 * xterm.c (handle_one_xevent): Fix a C warning.
25495
25496 2007-09-18 Jason Rumney <jasonr@gnu.org>
25497
25498 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
25499
25500 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
25501
25502 * gtkutil.c (gdpy_def): New variable.
25503 (xg_initialize): Initialize gdpy_def.
25504 (xg_display_close): If no other display exists, set gdpy_def to a
25505 new connection.
25506
25507 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
25508
25509 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
25510 when we have no file name for the icon.
25511 (xg_tool_bar_expose_callback): Remove.
25512 (xg_create_tool_bar): Don't connect expose signal to
25513 xg_tool_bar_expose_callback.
25514 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
25515
25516 2007-09-16 Andreas Schwab <schwab@suse.de>
25517
25518 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
25519 values instead of zapping them.
25520
25521 2007-09-14 Glenn Morris <rgm@gnu.org>
25522
25523 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
25524 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
25525 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
25526 scope and rename to omfib_buffer for clarity.
25527 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
25528
25529 2007-09-14 Kenichi Handa <handa@m17n.org>
25530
25531 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
25532
25533 2007-09-13 Jason Rumney <jasonr@gnu.org>
25534
25535 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
25536
25537 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
25538
25539 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
25540 (mac_term_init): Call here instead, passing rif.
25541
25542 2007-09-13 Glenn Morris <rgm@gnu.org>
25543
25544 * s/hpux.h: No longer define `static' as nothing.
25545
25546 2007-09-13 Johan Bockgård <bojohan@gnu.org>
25547
25548 * callint.c (Fcall_interactively): Remove unused var `fun'.
25549
25550 2007-09-12 Romain Francoise <romain@orebokech.com>
25551
25552 * window.c (prefer_window_split_horizontally, display_buffer):
25553 Revert 2007-09-08 change.
25554
25555 2007-09-12 Glenn Morris <rgm@gnu.org>
25556
25557 * alloca.c: Remove file.
25558 * Makefile.in (alloca): Do not undef.
25559 (allocaobj, alloca.o): Remove.
25560 (otherobj): Remove allocaobj.
25561 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
25562 * regex.c (C_ALLOCA): Remove all references and code that was only
25563 used when this was defined.
25564 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
25565 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
25566 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
25567
25568 * Makefile.in (SOURCES, unlock, relock): Delete.
25569
25570 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
25571 (menu_grab_callback): All uses changed.
25572
25573 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
25574 (x_reply_selection_request): All uses changed.
25575
25576 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
25577
25578 * lread.c (load_warn_old_style_backquotes): Change message to look
25579 better when it appears in the middle of byte-compiler messages.
25580
25581 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
25582
25583 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
25584
25585 * xterm.c (x_create_terminal): Add comment.
25586
25587 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
25588
25589 2007-09-10 Richard Stallman <rms@gnu.org>
25590
25591 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
25592
25593 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
25594
25595 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
25596 (DEFUN): Document `intspec', use it instead of `prompt'.
25597
25598 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
25599
25600 * data.c (Finteractive_form): If the interactive specification starts
25601 with a `(', use it as a Lisp form.
25602
25603 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
25604 name and file modes.
25605
25606 * callint.c (Fcall_interactively): Comment fixes.
25607
25608 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
25609
25610 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
25611 and compiled functions.
25612
25613 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
25614
25615 * window.c (prefer_window_split_horizontally): New variable.
25616 (display_buffer): Consider splitting window horizontally depending
25617 on prefer_window_split_horizontally.
25618
25619 2007-09-08 Eli Zaretskii <eliz@gnu.org>
25620
25621 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
25622
25623 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25624
25625 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
25626
25627 * frame.c (x_set_frame_parameters): Check number is positive before
25628 using XFASTINT.
25629
25630 * window.c (freeze_window_start): Don't presume selected_window holds
25631 a window object.
25632 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
25633
25634 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
25635
25636 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
25637
25638 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25639
25640 * window.c (Vsplit_window_preferred_function): New var.
25641 (Fdisplay_buffer): Use it.
25642 (syms_of_window): Export, and initialize it.
25643
25644 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
25645
25646 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
25647
25648 2007-09-06 Glenn Morris <rgm@gnu.org>
25649
25650 * gtkutil.c (menu_grab_callback) <cnt>:
25651 * xselect.c (x_reply_selection_request) <cnt>: Move static
25652 variable to file scope.
25653
25654 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25655
25656 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
25657 consistent values of selected_frame and selected_window.
25658
25659 2007-09-04 Jason Rumney <jasonr@gnu.org>
25660
25661 * w32console.c (initialize_w32_display): Zero unused hooks.
25662
25663 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
25664
25665 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
25666 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
25667
25668 2007-09-04 Jason Rumney <jasonr@gnu.org>
25669
25670 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
25671 in w32console.c. Set up input. Remove XXX comments that have been
25672 confirmed as correct.
25673
25674 * s/ms-w32.h (MULTI_KBOARD): Define.
25675
25676 * w32console.c (one_and_only_w32cons): Remove.
25677 (initialize_w32_display): Take terminal argument.
25678
25679 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
25680 initialize_w32_display.
25681 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
25682
25683 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
25684
25685 * keyboard.c (discard_mouse_events): Discard it.
25686 (make_lispy_event): Translate it to a lisp event.
25687 (lispy_wheel_names): Add wheel-left and right events.
25688 (syms_of_keyboard): Enlarge wheel_syms.
25689
25690 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
25691 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
25692
25693 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
25694
25695 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
25696 from WM_MOUSEHWHEEL.
25697 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
25698
25699 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
25700 terminal.
25701
25702 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
25703 keyboard for the terminal.
25704
25705 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
25706
25707 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
25708 (Vresume_tty_hook): Rename from Vresume_tty_functions.
25709 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
25710 and resume-tty-function to resume-tty-hook.
25711 (Fsuspend_tty, Fresume_tty): Use new names.
25712
25713 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
25714
25715 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
25716 if it starts with "n:".
25717
25718 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
25719
25720 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
25721
25722 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
25723
25724 * frame.h:
25725 * frame.c (Qterm_environment_variable): Remove.
25726 (syms_of_frame): Don't init and staticpro it.
25727
25728 * callproc.c (getenv_internal): Remove special case for $TERM.
25729
25730 * callproc.c (Vinitial_environment): New variable.
25731 (set_initial_environment): Initialize it.
25732 (syms_of_callproc): Declare it.
25733 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
25734 TERM under which a process runs is never related to the TERM in which
25735 Emacs is running.
25736
25737 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
25738
25739 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
25740 * s/darwin.h: ... do it here.
25741
25742 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
25743
25744 * lisp.h (set_initial_environment): Rename from set_global_environment.
25745
25746 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
25747 removed by mistake on the multi-tty branch.
25748
25749 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
25750 (Fmodify_frame_parameters): Return a value.
25751
25752 * image.c (png_load): Comment-out var only used in commented-out code.
25753
25754 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
25755 before passing it to mark_object.
25756
25757 * xfaces.c (internal_resolve_face_name): Return a value.
25758 (internal_resolve_face_name, resolve_face_name_error): Comment out.
25759
25760 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
25761 (x_icon): Comment-out var only used in commented-out code.
25762
25763 2007-08-29 Romain Francoise <romain@orebokech.com>
25764
25765 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
25766 QUIT hasn't been provided.
25767
25768 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
25769
25770 * callproc.c (child_setup, getenv_internal): Use the
25771 display-environment-variable and term-environment-variable frame params.
25772 (set_initial_environment): Initialise Vprocess_environment.
25773
25774 * config.in: Disable multi-keyboard support on a mac.
25775
25776 * frame.c (Qterm_environment_variable)
25777 (Qdisplay_environment_variable): New variables.
25778 (syms_of_frame): Intern and staticpro them.
25779 (Fmake_terminal_frame): Disable output method test.
25780
25781 * frame.h: Declare them here.
25782
25783 * macfns.c (x_set_mouse_color): Get rif from the frame.
25784 (x_set_tool_bar_lines): Don't use updating_frame.
25785 (mac_window): Add 2 new parameters for consistency with other systems.
25786 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
25787 frame parameters following what is done in X11 and w32. Don't use
25788 FRAME_MAC_DISPLAY_INFO.
25789 (Fx_open_connection, start_hourglass): Remove window-system check.
25790 (x_create_tip_frame): Get the keyboard from the terminal.
25791
25792 * macmenu.c: Reorder includes.
25793 (Fx_popup_menu): Use terminal specific mouse_position_hook.
25794
25795 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
25796 terminal parameter.
25797 (x_clear_frame): Add a frame parameter.
25798 (note_mouse_movement): Get rif from the frame.
25799 (mac_term_init): Initialize the terminal.
25800 (mac_initialize): Make static and move terminal initialization ...
25801 (mac_create_terminal): ... to this new function.
25802
25803 * macterm.h (struct mac_display_info): Add terminal.
25804 (mac_initialize): Delete declaration.
25805
25806 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
25807
25808 * sysdep.c: Comment out text after #endif.
25809
25810 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
25811 is defined. Better initialize ttys in windows. Use terminal
25812 specific mouse_position_hook.
25813
25814 * termhooks.h (union display_info): Add mac_display_info.
25815
25816 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
25817 Set the default minibuffer frame, window_system and the rest of the
25818 frame parameters following what is done in X11.
25819
25820 * w32term.c (w32_initialize): Make static.
25821
25822 * xselect.c (x_handle_selection_clear): Only access
25823 terminal->kboard when MULTI_KBOARD is defined.
25824
25825 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
25826 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
25827
25828 2007-08-29 Jason Rumney <jasonr@gnu.org>
25829
25830 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
25831 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
25832
25833 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
25834 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
25835
25836 * keyboard.c (restore_kboard_configuration): Only define when
25837 MULTI_KBOARD defined.
25838
25839 * makefile.w32-in: Update dependancies from Makefile.in.
25840 (OBJ1): Add terminal.$(O)
25841
25842 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
25843 Don't define function body.
25844 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
25845
25846 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
25847
25848 * w32.c (request_sigio, unrequest_sigio): Remove.
25849
25850 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
25851 (w32con_clear_frame, w32con_clear_end_of_line)
25852 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
25853 (w32con_delete_glyphs, w32con_set_terminal_window)
25854 (scroll_line, w32_sys_ring_bell): Add frame arg.
25855 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
25856 Add terminal arg.
25857 (PICK_FRAME): Remove.
25858 (w32con_write_glyphs): Use frame specific terminal coding.
25859 (one_and_only_w32cons): New global variable.
25860 (initialize_w32_display): Use it for storing hooks.
25861 (create_w32cons_output): New function.
25862
25863 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
25864 arg a frame.
25865
25866 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
25867 Set window_system.
25868 (x_set_tool_bar_lines): Don't use updating_frame.
25869 (Fx_create_frame): Set terminal and ref count.
25870 (Fx_open_connection): Remove window-system check.
25871
25872 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
25873
25874 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
25875 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
25876 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
25877 Add frame arg.
25878 (x_delete_terminal, w32_create_terminal): New functions.
25879 (w32_term_init): Create a terminal.
25880 (w32_initialize): Move terminal specific initialization to
25881 w32_create_terminal.
25882
25883 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
25884 (w32_clear_rect, w32_clear_area): Use background from frame.
25885 (w32_display_info): Add terminal.
25886 (w32_sys_ring_bell, x_delete_display): Declare here.
25887
25888 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
25889
25890 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
25891
25892 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
25893
25894 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
25895 Fix get_named_tty calls for the controlling tty.
25896
25897 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
25898
25899 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
25900
25901 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
25902
25903 * term.c (tty_insert_glyphs): Add missing first parameter.
25904
25905 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
25906
25907 * buffer.c (Fbuffer_list, Fbury_buffer):
25908 Take frame->buried_buffer_list into account.
25909
25910 * cm.c (current_tty): New variable, for cmputc().
25911 (cmputc): Use it.
25912 (cmcheckmagic): Add tty parameter, look up terminal streams there.
25913 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
25914 (cmgoto): Add tty parameter. Pass it on to calccost().
25915 Use emacs_tputs() instead of tputs().
25916
25917 * cm.h (emacs_tputs): New macro to set current_tty, and then call
25918 tputs().
25919 (current_tty): New variable, for cmputc().
25920 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
25921
25922 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
25923 (internal_condition_case, internal_condition_case_1)
25924 (internal_condition_case_2): Don't abort when x_catching_errors.
25925
25926 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
25927 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
25928 prevent crashes caused by bogus longjmps in read_char.
25929
25930 * keymap.h (Fset_keymap_parent): Add EXFUN.
25931
25932 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
25933 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
25934 Remove redundant definition.
25935
25936 * macfns.c (x_set_mouse_color, x_make_gc):
25937 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25938
25939 * w32term.c (x_free_frame_resources):
25940 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25941 (w32_initialize): Use the accessor macros for terminal characteristics.
25942
25943 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
25944 Use the accessor macros for terminal characteristics.
25945 * msdos.c (internal_terminal_init): Use the accessor macros for
25946 terminal characteristics.
25947 (ScreenVisualBell, internal_terminal_init):
25948 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25949
25950 * termopts.h (no_redraw_on_reenter): Declare.
25951
25952 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
25953 (mark_terminals, mark_ttys): Declare.
25954 (Fgarbage_collect): Call them.
25955 (mark_object): Mark buried_buffer_list.
25956
25957 * prefix-args.c: Include stdlib.h for exit.
25958
25959 * syssignal.h: Add comment.
25960
25961 * indent.c: Include stdio.h.
25962
25963 * window.h (Vinitial_window_system): Declare.
25964 (Vwindow_system): Delete declaration.
25965
25966 * fontset.c (Finternal_char_font): Use FRAME_RIF.
25967
25968 * image.c (lookup_image): Don't initialize `c' until the xasserts
25969 have been run.
25970
25971 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
25972 FRAME_FOREGROUND_PIXEL.
25973
25974 * print.c (print_preprocess): Don't lose print_depth levels while
25975 iterating.
25976
25977 * widget.c (update_from_various_frame_slots):
25978 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
25979
25980 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
25981 frames.
25982 (window_internal_height): Remove bogus make_number call.
25983 (init_window_once): Call make_terminal_frame with two zero parameters.
25984
25985 * fileio.c (Fread_file_name): Update comment.
25986
25987 * callint.c (Fcall_interactively):
25988 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
25989 Make sure it is correctly unwound.
25990
25991 * xsmfns.c (x_session_close): New function.
25992
25993 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
25994 Delete declarations.
25995
25996 * xterm.h: Remove declaration for x_fully_uncatch_errors.
25997 (x_output): Remove background_pixel and foreground_pixel fields.
25998 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
25999 (x_delete_device, x_session_close): Declare.
26000
26001 * lread.c: Include setjmp.h. Update declaration of `read_char'.
26002 (read_filtered_event): Call `read_char' with a local
26003 `wrong_kboard_jmpbuf'.
26004
26005 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
26006 Don't call single_kboard_state. Use FRAME_RIF.
26007
26008 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
26009 systems.
26010
26011 * lisp.h (set_process_environment): Rename to `set_global_environment'.
26012 (Fframe_with_environment, Fset_input_meta_mode)
26013 (Fset_quit_char): EXFUN.
26014 (x_create_device, tty_output, terminal, tty_display_info): Declare.
26015 (init_sys_modes, reset_sys_modes): Update prototypes.
26016 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
26017
26018 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
26019 Vlocal_key_translation_map, and Vkeyboard_translate_table.
26020 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
26021 Delete declarations.
26022 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
26023 (temporarily_switch_to_single_kboard, tty_read_avail_input):
26024 New declarations.
26025
26026 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
26027 already does that during init_display(). Call syms_of_keymap
26028 before syms_of_keyboard. Call `syms_of_terminal'.
26029 Call set_initial_environment, not set_process_environment.
26030 (shut_down_emacs): Call reset_all_sys_modes() instead of
26031 reset_sys_modes().
26032
26033 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
26034 (internal_resolve_face_name, resolve_face_name_error): New functions.
26035 (resolve_face_name): Protect against loops and errors thrown by Fget.
26036 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
26037 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
26038
26039 * scroll.c: Replace CURTTY() with local variables throughout the
26040 file (where applicable).
26041 (calculate_scrolling, calculate_direct_scrolling)
26042 (scrolling_1, scroll_cost): Use the accessor macros for terminal
26043 characteristics.
26044
26045 * keymap.c (Vfunction_key_map): Remove.
26046 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
26047 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
26048 (Vkey_translation_map): Remove.
26049 (syms_of_keymap): Remove DEFVAR for key-translation-map.
26050 (Fdescribe_buffer_bindings)
26051 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
26052 Update for terminal-local key-translation-map.
26053
26054 * Makefile.in (callproc.o): Update dependencies.
26055 (lisp, shortlisp): Add termdev.elc.
26056 (obj): Add terminal.o.
26057 (terminal.o): Add dependencies.
26058 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
26059 (data.o, fns.o): Add termhooks.h dependency.
26060 (SOME_MACHINE_LISP): Add dnd.elc.
26061 (minibuf.o): Fix typo.
26062 Update dependencies.
26063
26064 * data.c (do_symval_forwarding, store_symval_forwarding)
26065 (find_symbol_value): Use the selected frame's keyboard, not
26066 current_kboard.
26067
26068 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
26069 Vwindow_system.
26070
26071 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
26072 Fmenu_bar_open.
26073 (syms_of_xmenu): Update defsubr.
26074 (mouse_position_for_popup, Fx_popup_menu)
26075 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
26076 (set_frame_menubar, free_frame_menubar)
26077 (create_and_show_popup_menu, xmenu_show)
26078 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
26079 an X frame.
26080
26081 * xselect.c (x_own_selection): Abort if not an X frame.
26082 (some_frame_on_display): Check if it is an X frame.
26083 (x_handle_selection_clear): Deal with MULTI_KBOARD.
26084
26085 * coding.c: Include frame.h and termhooks.h.
26086 (terminal_coding, keyboard_coding): Delete.
26087 (Fset_terminal_coding_system_internal)
26088 (Fset_keyboard_coding_system_internal)
26089 (Fkeyboard_coding_system)
26090 (Fterminal_coding_system): Add a terminal parameter.
26091 Get terminal_coding from the terminal.
26092 (init_coding_once): Don't call setup_coding_system here.
26093
26094 * dispextern.h (set_scroll_region, turn_off_insert)
26095 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
26096 (tty_clear_end_of_line, tty_setup_colors)
26097 (delete_tty, updating_frame)
26098 (produce_special_glyphs, produce_glyphs, write_glyphs)
26099 (insert_glyphs): Remove.
26100 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
26101 (tty_turn_off_highlight, get_tty_size): Add declaration.
26102 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
26103
26104 * frame.h (enum output_method): Add output_initial.
26105 (struct x_output): Delete.
26106 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26107 Access foreground_pixel and background_pixel directly from the frame.
26108 (tty_display): Delete.
26109 (struct frame): Add buried_buffer_list, foreground_pixel,
26110 background_pixel and terminal. Delete kboard.
26111 (union output_data): Add tty.
26112 (FRAME_KBOARD): Get the kboard from the terminal.
26113 (FRAME_INITIAL_P): New macro.
26114 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
26115 (Qterm_environment_variable, Qdisplay_environment_variable)
26116 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
26117 New declarations.
26118
26119 * termchar.h (tty_output, tty_display_info): New structures.
26120 (tty_list): Declare.
26121 (FRAME_TTY, CURTTY): New macros.
26122 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
26123 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
26124 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
26125 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
26126
26127 * callproc.c: Include frame.h and termhooks.h, for terminal
26128 parameters.
26129 (add_env): New function.
26130 (child_setup): Use it.
26131 (child_setup, getenv_internal): Handle the new Vprocess_environment.
26132 (getenv_internal): Fix get_terminal_param call.
26133 (Fgetenv_internal, egetenv): Update doc.
26134 (syms_of_callproc): Initialize Vprocess_environment to nil.
26135 Register and initialize them. Remove obsolete defvars. Update doc
26136 strings.
26137 (child_setup): Handle Vlocal_environment_variables.
26138 (getenv_internal): Add terminal parameter.
26139 Handle Vlocal_environment_variables.
26140 (Fgetenv_internal): Add terminal parameter.
26141 (child_setup, getenv_internal, Fgetenv_internal): Store the local
26142 environment in a frame (not terminal) parameter. Update doc strings.
26143 (set_initial_environment): Rename from set_global_environment.
26144 Store Emacs environment in initial frame parameter.
26145
26146 * xdisp.c (redisplay_internal): Update references to
26147 `previous_terminal_frame'.
26148 (display_mode_line, Fformat_mode_line): Replace calls to
26149 `push_frame_kboard' with `push_kboard'.
26150 (get_glyph_string_clip_rects): Add extra parentheses and
26151 braces to prevent compiler warnings.
26152 (calc_pixel_width_or_height): Add xassert to check that the
26153 frame is alive. Don't call `lookup_image' on a termcap frame.
26154 (message2_nolog, message3_nolog, redisplay_internal)
26155 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
26156 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
26157 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
26158 (Fx_display_pixel_width, Fx_display_pixel_height)
26159 (Fx_display_planes, Fx_display_color_cells)
26160 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
26161 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
26162 (Fx_display_backing_store, Fx_display_visual_class)
26163 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
26164 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
26165
26166 * xfns.c (x_set_foreground_color x_set_background_color)
26167 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
26168 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26169 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
26170 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
26171 terminal that is being deleted.
26172 (Fx_create_frame): Use `store_frame_param' to set `window-system'
26173 frame parameter, and make sure it overrides any user-supplied setting.
26174 (Fx_close_connection, Fx_synchronize): Unify argument names with
26175 the rest of the DEFUNs.
26176
26177 * dispnew.c (Fsend_string_to_terminal): Update call to
26178 `get_tty_terminal'.
26179 (Fredraw_frame, Fsend_string_to_terminal)
26180 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
26181 FRAME_TERMCAP_P and FRAME_TTY.
26182 (window_change_signal): Don't believe width/height values that are
26183 impossibly small.
26184 (Vinitial_window_system): Rename from Vwindow_system.
26185 (termscript, Wcm, rif): Delete.
26186
26187 * termhooks.h (struct terminal): New struct containing the
26188 previously global text display hooks and new members NAME,
26189 DELETED and PARAM_ALIST.
26190 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
26191 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
26192 (FRAME_RIF): New macros.
26193 (get_terminal_param, get_device): New declarations.
26194 (termscript): Delete declaration.
26195
26196 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
26197 (XTflash, x_free_frame_resources, x_scroll_bar_create)
26198 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
26199 FRAME_FOREGROUND_PIXEL.
26200 (x_fully_uncatch_errors): Disable definition.
26201 (x_scroll_bar_expose): Fix reference to foreground pixel.
26202 (XTread_socket): Disable loop on all X displays.
26203 (x_delete_terminal): Don't set terminal->deleted and let
26204 delete_terminal delete the frames on the terminal.
26205 (x_delete_display): Doc update to reflect changes in
26206 delete_terminal.
26207 (x_display_info) <terminal>: Move member earlier in the struct.
26208 (deleting_tty): Remove old variable.
26209 (Fsuspend_tty): Call clear_tty_hooks.
26210 (Fresume_tty, init_tty): Call set_tty_hooks.
26211 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
26212 errors on X frames.
26213 (x_catch_errors_unwind): Abort if x_error_message is NULL.
26214 (handle_one_xevent): Initialize `f' to NULL.
26215 (x_delete_terminal, x_create_terminal): New functions.
26216 (XTset_terminal_modes, XTreset_terminal_modes)
26217 (XTread_socket, x_connection_closed, x_term_init)
26218 (x_term_init, x_delete_display): Add terminal parameter.
26219 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
26220 X connections.
26221
26222 * frame.c: Include termchar.h.
26223 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
26224 (Qwindow_system, Qenvironment, Qterm_environment_variable)
26225 (Qdisplay_environment_variable): New vars.
26226 (Fframep): Deal with output_initial.
26227 (Fframe-live-p): Doc fix.
26228 (Fwindow-system): New function.
26229 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
26230 (make_terminal_frame): Don't create frames on a terminal that is
26231 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26232 (store_frame_param): Check for found_for_frame before calling XFRAME.
26233 (Fmake_terminal_frame): Handle NULL tty names correctly.
26234 (syms_of_frame): Enhance doc string of `default-frame-alist'.
26235 (Fdelete_frame): Remove unused variable `count'. Don't allow other
26236 frames to refer to a deleted frame in their 'environment parameter.
26237 (Fframe_with_environment): New function.
26238 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
26239 (get_future_frame_param): New function.
26240 (Fmake_terminal_frame): Use it.
26241 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
26242
26243 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
26244 * sysdep.c (reset_sys_modes): Update for renames.
26245
26246 * keyboard.c (tty_read_avail_input): New function.
26247 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
26248 (syms_of_keyboard): Defsubr them.
26249 (Fset_input_meta_mode, Fset_quit_char): New functions.
26250 (Fset_input_mode): Split to above functions.
26251 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
26252 parameter. Use it in call to `read_char'.
26253 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
26254 Set wrong_kboard_jmpbuf correctly in recursive calls.
26255 Use current_kboard to access Vkeyboard_translate_table.
26256 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
26257 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
26258 Update longjmp invocations. Remember the original current_kboard,
26259 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
26260 changes it. Comment out unnecessary calls to
26261 `record_single_kboard_state' and `any_kboard_state'.
26262 Update recursive calls.
26263 (wrong_kboard_jmpbuf): Remove global variable.
26264 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
26265 Handle deleted interrupted_kboards correctly; that is a legal
26266 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
26267 and read_char calls. Abort if interrupted_kboard died in read_char.
26268 (any_kboard_state, single_kboard_state)
26269 (push_frame_kboard): Remove function.
26270 (pop_kboard): Switch out of single_kboard mode if the kboard has
26271 been deleted. Remove unused variable. Help debugging by not
26272 changing current_kboard unnecessarily. Set current_kboard to the
26273 kboard of the selected frame when the stored kboard object has
26274 been deleted before pop_kboard.
26275 (temporarily_switch_to_single_kboard): Change first parameter to a
26276 frame pointer. Throw an error when caller wants to change kboards
26277 while in single_kboard mode. Don't push_kboard if we weren't in
26278 single kboard state. Don't pop_kboard if we popped into any
26279 kboard state.
26280 (restore_kboard_configuration): Abort if pop_kboard changed the
26281 kboard in single_kboard mode. Call pop_kboard only after setting
26282 up single_kboard mode.
26283 (Frecursive_edit): Switch to single_kboard mode only in nested
26284 command loops.
26285 (cmd_error, command_loop, command_loop_1, timer_check):
26286 Comment out unnecessary call to `any_kboard_state' and
26287 `record_single_kboard_state'.
26288 (delete_kboard): Exit single_kboard mode if we have just deleted
26289 that kboard. Use FRAME_KBOARD.
26290 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
26291 `fatal_error_signal'.
26292 (record_single_kboard_state): Don't push_kboard if we weren't in
26293 single kboard state. Don't pop_kboard if we popped into any
26294 kboard state.
26295 (push_frame_kboard): Rename to push_kboard.
26296 (kbd_buffer_get_event): Use FRAME_TERMINAL.
26297 (read_avail_input): Read input from all terminals.
26298 (mark_kboards): Also mark Vkeyboard_translate_table.
26299 (kbd_buffer_store_event_hold): Simplify condition.
26300 (read_key_sequence): Reinitialize fkey and keytran at each replay.
26301 (Vkeyboard_translate_table): Move to struct kboard.
26302 (init_kboard): Initialize Vkeyboard_translate_table.
26303 (syms_of_keyboard): Use DEFVAR_KBOARD to define
26304 Vkeyboard_translate_table. Update doc strings. Update docs of
26305 local-function-key-map and function-key-map.
26306
26307 * terminal.c: New file.
26308
26309 * term.c: Include errno.h.
26310 (Vring_bell_function, device_list, initial_device)
26311 (next_device_id, ring_bell, update_begin, update_end)
26312 (set_terminal_window, cursor_to, raw_cursor_to)
26313 (clear_to_end, clear_frame, clear_end_of_line)
26314 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
26315 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
26316 (syms_of_term): Move their initialization to terminal.c.
26317 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
26318 (Ftty_display_color_cells)
26319 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
26320 (clear_tty_hooks, set_tty_hooks)
26321 (init_tty, maybe_fatal): New functions.
26322 (Ftty_type): Return nil if terminal is not on a tty instead of
26323 throwing an error. Doc update.
26324 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
26325 Doc update. Initialize new subrs and variables.
26326 (delete_tty): Use terminal->deleted.
26327 (tty_set_terminal_modes): Rename from set_terminal_modes.
26328 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
26329 (set_scroll_region): Rename to `tty_set_scroll_region'.
26330 (turn_on_insert): Rename to `tty_turn_on_insert'.
26331 (turn_off_insert): Rename to `tty_turn_off_insert'.
26332 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
26333 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
26334 (toggle_highligh): Rename to `tty_toggle_highlight'.
26335 (background_highlight): Rename to `tty_background_highlight'.
26336 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
26337 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
26338 (tty_set_scroll_region, tty_background_highlight)
26339 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
26340 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
26341 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
26342 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
26343 Add static modifier.
26344 (tty_reset_terminal_modes, tty_set_terminal_window)
26345 (tty_set_scroll_region, tty_background_highlight)
26346 (tty_highlight_if_desired, tty_cursor_to)
26347 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
26348 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
26349 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
26350 renames.
26351
26352 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
26353
26354 * keyboard.c: Qrtl is new.
26355 (parse_tool_bar_item): Handle :rtl keyword.
26356 (syms_of_keyboard): Intern :rtl keyword.
26357
26358 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
26359
26360 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
26361 so no Lisp code is executed.
26362 (file_for_image, find_rtl_image): New functions.
26363 (xg_get_image_for_pixmap): Use file_for_image.
26364 (update_frame_tool_bar): If direction is RTL, use RTL image if
26365 defined. Use Gtk stock images if defined.
26366
26367 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26368
26369 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
26370 for nonexistent or zero-width glyph in composition glyph.
26371
26372 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26373
26374 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
26375
26376 * xdisp.c (Finvisible_p): New function.
26377 (syms_of_xdisp): defsubr it.
26378
26379 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
26380
26381 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
26382 Doc fixes.
26383
26384 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26385
26386 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
26387
26388 2007-08-24 Martin Rudalics <rudalics@gmx.at>
26389
26390 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
26391 whether decoding has modified buffer contents.
26392
26393 2007-08-24 Jason Rumney <jasonr@gnu.org>
26394
26395 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
26396 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
26397 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
26398 (init_svg_functions) [HAVE_NTGUI]: New function.
26399 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
26400 (svg_load_image): Use them.
26401 (svg_load_image) [HAVE_NTGUI]: Implement background.
26402
26403 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26404
26405 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
26406 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
26407 (LIBX): Remove @RSVG_LIBS@.
26408 (LIBES): Add $(RSVG_LIBS).
26409
26410 * image.c (svg_load_image): Blend with specified background if exists.
26411 Use IMAGE_BACKGROUND. Add Mac OS Support.
26412
26413 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
26414 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
26415 Remove macros.
26416 [MAC_OSX] (socket_callback): Do nothing.
26417 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
26418 ReceiveNextEvent.
26419 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
26420 socket_callback.
26421 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
26422
26423 2007-08-22 Glenn Morris <rgm@gnu.org>
26424
26425 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
26426
26427 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
26428
26429 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
26430
26431 * image.c: Add support for SVG images. Some additional comments
26432 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
26433 (svg_image_p): New function to test for SVG image.
26434 (svg_load): New function to load SVG image.
26435 (svg_load_image): New function, helper for svg_load.
26436 (Qsvg): New Lisp_object.
26437 (svg_keyword_index): New enum.
26438 (svg_format): New static `image_keyword' struct.
26439 (svg_type): New static `image_type' struct.
26440 (librsvg/rsvg.h): Include it.
26441
26442 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
26443
26444 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
26445
26446 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26447
26448 * lread.c (Qold_style_backquotes): New var.
26449 (syms_of_lread): Init and staticpro it.
26450 (load_warn_old_style_backquotes): New fun.
26451 (Fload): Use them to warn about old style backquotes.
26452 (end_of_file_error, Fload): Remove unused vars.
26453
26454 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
26455
26456 * lread.c (Vold_style_backquotes): New var.
26457 (syms_of_lread): Init and export it to Elisp.
26458 (read1): Set it when we find an old-style (back)quote.
26459
26460 2007-08-22 Jason Rumney <jasonr@gnu.org>
26461
26462 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
26463
26464 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
26465
26466 * puresize.h (BASE_PURESIZE): Increase to 1140000.
26467
26468 2007-08-19 Richard Stallman <rms@gnu.org>
26469
26470 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
26471
26472 2007-08-19 Andreas Schwab <schwab@suse.de>
26473
26474 * alloc.c (pure): Round PURESIZE up.
26475
26476 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
26477
26478 * xterm.c (handle_one_xevent): Remove check that mouse click is in
26479 active frame.
26480
26481 2007-08-16 Richard Stallman <rms@gnu.org>
26482
26483 * eval.c (Fcommandp): Add parens to clarify.
26484
26485 * minibuf.c (Fall_completions): Use enum for type of table.
26486
26487 * emacs.c (USAGE2): Improve text.
26488
26489 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
26490
26491 * term.c (tty_default_color_capabilities): Declare static
26492 variables in file scope, to avoid HPUX compiler problem.
26493
26494 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
26495
26496 * gtkutil.c (update_frame_tool_bar): Use -1 as index
26497 to gtk_toolbar_insert.
26498
26499 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
26500
26501 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
26502
26503 * insdel.c (reset_var_on_error): New fun.
26504 (signal_before_change, signal_after_change):
26505 Use it to reset (after|before)-change-functions to nil in case of error.
26506 Bind inhibit-modification-hooks to t.
26507 Don't bind (after|before)-change-functions to nil while they run.
26508
26509 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26510
26511 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
26512 filling pixmap with stippled background.
26513
26514 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26515
26516 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
26517 Don't use invisible frame as parent window for repositioning.
26518
26519 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
26520
26521 * print.c (new_backquote_output): Rename from old_backquote_output.
26522 (print): Inverse its logic (according to its name) so as to match the
26523 behavior of new_backquote_flag in lread.c.
26524
26525 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26526
26527 * gmalloc.c (posix_memalign): New function.
26528
26529 * macterm.c (frame_highlight, frame_unhighlight): Don't call
26530 ActivateControl/DeactivateControl here.
26531 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
26532 frame-notice-user-settings is non-nil.
26533 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
26534 for kEventParamFMFontStyle.
26535 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
26536 mac_pass_command_to_system and mac_pass_control_to_system here.
26537 (XTread_socket): Call ActivateControl/DeactivateControl here.
26538 (XTread_socket) [TARGET_API_MAC_CARBON]:
26539 Check mac_pass_command_to_system and mac_pass_control_to_system here.
26540 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
26541 for window repositioning.
26542
26543 2007-08-08 Glenn Morris <rgm@gnu.org>
26544
26545 * Replace `iff' in doc-strings and comments.
26546
26547 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
26548
26549 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
26550
26551 2007-08-07 Martin Rudalics <rudalics@gmx.at>
26552
26553 * fileio.c (Finsert_file_contents): Run format-decode and
26554 after_insert_file_functions on entire buffer when REPLACE is
26555 non-nil and inhibit modification_hooks and point_motion_hooks.
26556 For consistency, run after_insert_file_functions iff something
26557 got inserted. Move signal_after_change and update_compositions
26558 after code running after_insert_file_functions. Make sure that
26559 undo_list doesn't record intermediate steps of the decoding process.
26560
26561 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26562
26563 * emacs.c (main)
26564 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
26565 Call malloc_enable_thread on interactive startup.
26566
26567 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
26568 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
26569 [USE_PTHREAD]: Conditionalize with it.
26570 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
26571 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
26572 New functions.
26573
26574 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
26575
26576 * xdisp.c (redisplay_window): When restoring original buffer
26577 position, make sure it is still valid.
26578
26579 * image.c (png_load): Ignore png-supplied background color.
26580
26581 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26582
26583 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
26584 Use kCFAbsoluteTimeIntervalSince1970.
26585
26586 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
26587 New variable.
26588 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
26589 event loop should be quit.
26590 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
26591 Quit dialog event loop if quit_dialog_event_loop is set.
26592
26593 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
26594 (Selection): New typedef. Use instead of ScrapRef.
26595 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
26596 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
26597 (mac_clear_selection): Rename from clear_scrap.
26598 (get_flavor_type_from_symbol): New argument SEL and subsume function of
26599 scrap_has_target_type. All uses changed.
26600 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
26601 (mac_selection_has_target_p): New functions.
26602 (mac_put_selection_value): Rename from put_scrap_string.
26603 (mac_get_selection_value): Rename from get_scrap_string.
26604 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
26605 (put_scrap_private_timestamp, scrap_has_target_type)
26606 (get_scrap_private_timestamp): Remove functions.
26607 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
26608 (x_own_selection, x_get_local_selection):
26609 Use mac_valid_selection_value_p.
26610 (x_own_selection): Don't use put_scrap_private_timestamp.
26611 Record OWNERSHIP-INFO into Vselection_alist instead.
26612 (x_get_local_selection): Don't check type if request is local.
26613 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
26614 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
26615
26616 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
26617
26618 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
26619 add comment explaining why.
26620
26621 2007-08-03 Richard Stallman <rms@gnu.org>
26622
26623 * fileio.c (Fvisited_file_modtime): Use make_time.
26624
26625 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
26626
26627 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
26628 build.
26629
26630 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
26631
26632 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
26633
26634 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
26635
26636 * puresize.h (BASE_PURESIZE): Increase to 1130000.
26637
26638 2007-07-30 Richard Stallman <rms@gnu.org>
26639
26640 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
26641
26642 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
26643
26644 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
26645
26646 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
26647
26648 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
26649 remote default-directory.
26650
26651 * buffer.c (mode-line-format): Update doc string.
26652
26653 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26654
26655 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
26656 scroll bar gap.
26657 (x_scroll_bar_create): Set bar->fringe_extended_p.
26658 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
26659 on frame edge. Check fringe background extension. Don't clear
26660 extended fringe background area.
26661
26662 * w32term.h (struct scroll_bar): New member fringe_extended_p.
26663 (w32_fill_area): Enclose multiple statements with do ... while (0).
26664
26665 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
26666 Extend fringe background to scroll bar gap.
26667 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
26668 Set bar->fringe_extended_p.
26669 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
26670 Put leftmost/rightmost scroll bars on frame edge. Check fringe
26671 background extension. Don't clear extended fringe background area.
26672
26673 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
26674 New member fringe_extended_p.
26675
26676 2007-07-25 Glenn Morris <rgm@gnu.org>
26677
26678 * Relicense all FSF files to GPLv3 or later.
26679
26680 * COPYING: Switch to GPLv3.
26681
26682 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
26683
26684 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
26685
26686 * data.c (Finteractive_form): Check for the presence of an
26687 `interactive-form' symbol property more thoroughly.
26688
26689 * data.c (Finteractive_form): Use an `interactive-form' property if
26690 present, analogous to the function-documentation property.
26691
26692 2007-07-24 Jason Rumney <jasonr@gnu.org>
26693
26694 * w32fns.c (x_real_positions): Get real position from OS instead of
26695 calculating it.
26696
26697 2007-07-23 Jason Rumney <jasonr@gnu.org>
26698
26699 * filelock.c (current_lock_owner): Allow for @ sign in username.
26700
26701 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
26702
26703 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
26704 remote default-directory.
26705
26706 * buffer.c (mode-line-format): Describe above case in doc string.
26707
26708 2007-07-20 Eli Zaretskii <eliz@gnu.org>
26709
26710 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
26711 Define if not defined.
26712
26713 2007-07-18 Jason Rumney <jasonr@gnu.org>
26714
26715 * w32proc.c (w32_executable_type): Handle 64 bit executables.
26716
26717 2007-07-18 Richard Stallman <rms@gnu.org>
26718
26719 * data.c (Fsetq_default): Doc fix.
26720
26721 * eval.c (Fsetq): Doc fix.
26722
26723 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
26724
26725 * coding.c (Ffind_operation_coding_system):
26726 * eval.c (For, Fand): Doc fixes.
26727 Reported by Johan Bockgård.
26728
26729 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
26730
26731 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
26732
26733 * xterm.h: Declare x_ewmh_activate_frame.
26734
26735 * xterm.c (x_ewmh_activate_frame): New function.
26736 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
26737
26738 2007-07-17 Martin Rudalics <rudalics@gmx.at>
26739
26740 * window.c (Fdisplay_buffer): If largest or LRU window is the
26741 only window, split it even if it is not eligible for splitting.
26742 This restores the original behavior broken by the 2007-07-15
26743 change.
26744
26745 2007-07-17 Glenn Morris <rgm@gnu.org>
26746
26747 * abbrev.c (abbrev_check_chars): New function.
26748 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
26749 Call abbrev_check_chars to check abbrev characters are word
26750 constituents. Doc fix.
26751
26752 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
26753
26754 * process.c (Fstart_process, Fmake_network_process)
26755 (read_process_output): Fix up last changes.
26756
26757 2007-07-16 Eli Zaretskii <eliz@gnu.org>
26758
26759 * makefile.w32-in (clean): Don't delete *~.
26760
26761 2007-07-16 Andreas Schwab <schwab@suse.de>
26762
26763 * window.c (Fdisplay_buffer): Use NILP.
26764 (Fset_window_scroll_bars): Likewise.
26765
26766 2007-07-15 Martin Rudalics <rudalics@gmx.at>
26767
26768 * window.c (window_min_size_2): New function.
26769 (window_min_size_1, size_window, Fdisplay_buffer)
26770 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
26771 windows without mode- or header-lines when window-min-height is
26772 too small.
26773 (size_window): Reset nodelete_p after testing it, following an
26774 earlier note by Kim F. Storm.
26775 (display_buffer): Do not set split_height_threshold to twice the
26776 value of window_min_height to avoid changing the value of a
26777 customizable variable. Rather explicitly check whether the
26778 height of the window that shall be splitted is at least as large
26779 as split_height_threshold.
26780 (Fwindow_full_width_p): New defun.
26781 (syms_of_window): Defsubr it.
26782
26783 * window.h: Add EXFUN for Fwindow_full_width_p.
26784
26785 2007-07-14 Jason Rumney <jasonr@gnu.org>
26786
26787 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
26788
26789 2007-07-14 Richard Stallman <rms@gnu.org>
26790
26791 * eval.c (maybe_call_debugger): New function.
26792 (find_handler_clause): Use maybe_call_debugger.
26793 Call it when the handler says `debug'.
26794 Eliminate DEBUGGER_VALUE_PTR.
26795 (Fsignal): Eliminate debugger_value.
26796 (Qdebug): New variable.
26797 (syms_of_eval): Initialize it.
26798
26799 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
26800
26801 * eval.c (Fprogn):
26802 * keyboard.c (Ftrack_mouse):
26803 * print.c (Fwith_output_to_temp_buffer):
26804 * window.c (Fsave_window_excursion): Doc fix.
26805
26806 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26807
26808 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
26809
26810 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
26811
26812 * process.h (struct Lisp_Process): Turn slots infd, outfd,
26813 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
26814 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
26815 read_output_delay, and read_output_skip from Lisp_Objects to ints.
26816 Remove unused encoding_carryover.
26817 * process.c: Adjust all functions accordingly.
26818
26819 2007-07-12 Richard Stallman <rms@gnu.org>
26820
26821 * term.c: Include unistd.h only if HAVE_UNISTD_H.
26822
26823 2007-07-11 Jason Rumney <jasonr@gnu.org>
26824
26825 * makefile.w32-in (LIBS): Include OLE32.
26826
26827 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
26828 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
26829
26830 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
26831
26832 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
26833 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
26834 from a Lisp_Object into a bare pointer.
26835 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
26836 Adjust the code correspondingly.
26837
26838 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
26839
26840 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
26841 (term_show_mouse_face): Remove unused var `j'.
26842 (handle_one_term_event): Remove unused vars `i' and `j'.
26843 Don't cast return value of ttyname since it's not necessary.
26844
26845 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
26846
26847 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
26848 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
26849
26850 * fns.c (map_char_table): Use an array of int for `indices' rather than
26851 an array of Lisp_Objects (which are only ever integers anyway).
26852 (Fmap_char_table): Update caller.
26853 * lisp.h: Update prototype.
26854 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
26855 * fontset.c (Ffontset_info):
26856 * casetab.c (set_case_table): Update callers.
26857
26858 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
26859
26860 * keymap.c (struct accessible_keymaps_data)
26861 (struct where_is_internal_data): New structures.
26862 (accessible_keymaps_1, where_is_internal_1): Use them to change
26863 interface to adhere to the one used by map_keymap.
26864 (Faccessible_keymaps, where_is_internal): Use map_keymap.
26865 (accessible_keymaps_char_table, where_is_internal_2): Remove.
26866
26867 * keymap.h (map_keymap_function_t): More informative prototype.
26868
26869 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
26870
26871 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
26872 (looking_at_1): Don't change search_regs and last_thing_searched
26873 if `inhibit-changing-match-data' is non-nil.
26874 (string_match_1, search_buffer, set_search_regs): Likewise.
26875 (syms_of_search): Add Lisp level definition for
26876 `inhibit-changing-match-data' and set it to nil.
26877 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
26878 start and end of the match, instead of using values in search_regs.
26879
26880 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
26881
26882 * minibuf.c (Fcompleting_read): New value `confirm-only'
26883 for `require-match'.
26884
26885 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
26886
26887 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
26888 part of the 2007-06-27 change to syms_of_fileio.
26889
26890 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26891
26892 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
26893 Check WINDOWP before using XWINDOW. Consolidate return statements.
26894
26895 2007-06-27 Richard Stallman <rms@gnu.org>
26896
26897 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
26898
26899 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
26900
26901 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
26902
26903 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26904
26905 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
26906 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
26907 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
26908 (_free_internal, memalign): Use them.
26909 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
26910 Initialize to PTHREAD_MUTEX_INITIALIZER.
26911 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
26912 (morecore_nolock): Rename from morecore. All uses changed.
26913 Use only nolock versions of internal allocation functions.
26914 (_malloc_internal_nolock, _realloc_internal_nolock)
26915 (_free_internal_nolock): New functions created from
26916 _malloc_internal, _realloc_internal, and _free_internal.
26917 (_malloc_internal, _realloc_internal, _free_internal): Use them.
26918 Copy hook value to automatic variable before its use.
26919 (memalign): Copy hook value to automatic variable before its use.
26920
26921 2007-06-26 Kenichi Handa <handa@m17n.org>
26922
26923 * coding.c (Ffind_operation_coding_system): Docstring improved.
26924 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
26925
26926 2007-06-25 David Kastrup <dak@gnu.org>
26927
26928 * keymap.c (Fcurrent_active_maps): Add `position' argument.
26929 (Fwhere_is_internal): Adjust call to `current-active-maps' to
26930 cater for additional parameter.
26931
26932 * keymap.h: Adjust number of parameters to `current-active-maps'.
26933
26934 * doc.c (Fsubstitute_command_keys): Adjust call of
26935 `current-active-maps'.
26936
26937 2007-06-25 David Kastrup <dak@gnu.org>
26938
26939 * callint.c (Fcall_interactively): Make the parsing of interactive
26940 specs somewhat more readable.
26941
26942 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26943
26944 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
26945 to scroll bar gap also when bitmap fills fringe. Draw only foreground
26946 if extended background has already been filled.
26947
26948 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26949
26950 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
26951 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
26952
26953 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
26954 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
26955 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
26956 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
26957 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
26958 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
26959 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
26960 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
26961 Run timers during dialog popup.
26962 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
26963
26964 2007-06-21 Jason Rumney <jasonr@gnu.org>
26965
26966 * image.c (convert_mono_to_color_image): Swap fore and background.
26967
26968 2007-06-20 Jason Rumney <jasonr@gnu.org>
26969
26970 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
26971 (w32_free_bdf_font): Unmap memory not handle.
26972
26973 2007-06-20 Sam Steingold <sds@gnu.org>
26974
26975 * gmalloc.c (__morecore): Fix the declaration to comply with the
26976 definition.
26977
26978 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
26979
26980 * w32term.c (w32_delete_display): Remove leftover declaration.
26981 (w32_define_cursor, w32_initialize): Make static.
26982
26983 * w32.c (_wsa_errlist): Fix typo in error message.
26984 (init_environment): Ignore any environment variable from the
26985 registry having a null value.
26986
26987 2007-06-20 Glenn Morris <rgm@gnu.org>
26988
26989 * Makefile.in (LIBGIF): Default to -lgif.
26990
26991 2007-06-17 Jason Rumney <jasonr@gnu.org>
26992
26993 * w32menu.c (add_menu_item): Don't use multibyte string functions on
26994 unicode strings.
26995
26996 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
26997
26998 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
26999 Fix typo in docstring.
27000
27001 2007-06-16 Eli Zaretskii <eliz@gnu.org>
27002
27003 * w32menu.c (add_menu_item): Escape `&' characters in menu items
27004 and their keybindings.
27005
27006 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
27007
27008 * composite.c (update_compositions): Fix last fix.
27009
27010 2007-06-14 Jason Rumney <jasonr@gnu.org>
27011
27012 * w32.c (get_process_times_fn): New function pointer.
27013 (globals_of_w32): Intialize it if present in kernel32.dll.
27014 (w32_get_internal_run_time): New function.
27015
27016 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
27017
27018 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
27019
27020 * composite.c (update_compositions): Check the validness of
27021 compositions.
27022
27023 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27024
27025 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
27026 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
27027
27028 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
27029 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
27030
27031 * macgui.h (USE_MAC_TOOLBAR): New define.
27032
27033 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27034 Return immediately unless popup is activated.
27035
27036 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
27037 background to scroll bar gap.
27038 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
27039 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
27040 scroll bars on frame edge. Check fringe background extension.
27041 Don't clear extended fringe background area.
27042 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
27043 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
27044 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
27045 [USE_MAC_TOOLBAR]: New macros.
27046 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
27047 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
27048 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
27049 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
27050 [USE_MAC_TOOLBAR]: New functions.
27051 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
27052 manually if previous repositioning has failed.
27053 (mac_handle_keyboard_event): Use precomputed event kind.
27054 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
27055 as tool bar item click. Handle mouse movement over tool bar items.
27056
27057 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
27058 toolbar_win_gravity.
27059 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
27060 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
27061 Add externs.
27062
27063 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
27064 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
27065
27066 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
27067
27068 * image.c (search_image_cache): Remove unused variable.
27069
27070 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
27071
27072 * xfns.c, xmenu.c: Link to xaw3d if available.
27073
27074 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27075
27076 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
27077 frame_foreground and frame_background.
27078
27079 * image.c (lookup_image): Save frame foreground and background colors.
27080 (search_image_cache): Check if saved and current frame colors match.
27081
27082 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
27083
27084 * regex.c (regex_compile): Remove the `regnum' counter.
27085 Use bufp->re_nsub instead. Add support for \(?N:RE\).
27086
27087 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
27088
27089 * term.c: Include intervals.h to declare Fget_text_property.
27090
27091 2007-06-10 Jason Rumney <jasonr@gnu.org>
27092
27093 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
27094
27095 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
27096
27097 * callint.c (Fcall_interactively):
27098 * editfns.c (Fdelete_and_extract_region):
27099 * fileio.c (Fread_file_name):
27100 * fns.c (Fmapconcat):
27101 * keyboard.c (cmd_error_internal):
27102 * keymap.c (Fkey_description):
27103 * lread.c (openp):
27104 * minibuf.c (read_minibuf):
27105 * search.c (wordify):
27106 * sunfns.c (sel_read):
27107 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
27108 * xfns.c (x_default_scroll_bar_color_parameter):
27109 * xmenu.c (menu_help_callback):
27110 * xselect.c (Fx_get_atom_name):
27111 * xterm.c (x_term_init): Use empty_unibyte_string.
27112
27113 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
27114
27115 * alloc.c (init_strings): Initialize canonical empty strings.
27116 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
27117 canonical empty string when the requested size is 0.
27118
27119 * emacs.c (empty_unibyte_string): Rename from empty_string.
27120 (empty_multibyte_string): New canonical empty string.
27121 (syms_of_emacs): Don't initialize empty_string.
27122
27123 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
27124 string, if appropriate.
27125 (empty_unibyte_string, empty_multibyte_string): New externs.
27126 (empty_string): Remove extern.
27127
27128 * lread.c (syms_of_lread): Use empty_unibyte_string.
27129
27130 2007-06-07 Jason Rumney <jasonr@gnu.org>
27131
27132 * s/ms-w32.h: Don't define HAVE_TZNAME.
27133
27134 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
27135
27136 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27137
27138 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
27139
27140 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
27141 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
27142
27143 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27144 Don't call next handler.
27145 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
27146 Remove argument. Install handler to application.
27147 (set_frame_menubar): Don't change deep_p.
27148 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
27149 FRAME_OUTER_TO_INNER_DIFF_Y.
27150 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
27151 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
27152 [HAVE_DIALOGS]: New macros.
27153 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
27154 Use them.
27155 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
27156
27157 * macselect.c [MAC_OSX] (install_service_handler): Rename from
27158 init_service_handler. All callers changed. Return OSStatus value.
27159
27160 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
27161 All callers changed so as not to call SetPortWindowPort.
27162 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
27163 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
27164 mac_draw_string_common.
27165 (mac_draw_image_string_qd): Likewise.
27166 (mac_draw_string_common): Use them. Add INLINE.
27167 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
27168 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
27169 GetGlobalMouse.
27170 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
27171 and FRAME_OUTER_TO_INNER_DIFF_Y.
27172 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
27173 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
27174 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
27175 repositioning window to mac_handle_window_event.
27176 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
27177 saving window location to mac_handle_window_event
27178 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
27179 (install_menu_target_item_handler): Remove argument in extern.
27180 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
27181 Also accept command events.
27182 (do_keystroke): New function created from XTread_socket.
27183 (init_command_handler): Remove functions.
27184 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
27185 and save window location by kEventWindowShowing and kEventWindowHiding
27186 handlers here. Don't call next handler for window state change and
27187 focus events.
27188 (mac_handle_application_event, mac_handle_keyboard_event)
27189 [TARGET_API_MAC_CARBON]: New functions.
27190 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
27191 kEventWindowShowing and kEventWindowHiding events. Move installation
27192 of mouse, font, text input and menu target item handlers to
27193 install_application_handler.
27194 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
27195 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27196 New function.
27197 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27198 Register it.
27199 (XTread_socket) [TARGET_API_MAC_CARBON]:
27200 Consolidate SendEventToEventTarget calls.
27201 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
27202 Move application activation handler to mac_handle_application_event.
27203 Move keyboard handler to mac_handle_keyboard_event.
27204 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
27205 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
27206 init_command_handler. Call install_application_handler.
27207
27208 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
27209 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
27210
27211 2007-06-07 Glenn Morris <rgm@gnu.org>
27212
27213 * emacs.c (main): Use `emacs-copyright' in --version output.
27214
27215 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
27216
27217 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
27218
27219 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27220
27221 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
27222
27223 * macgui.h: Replace WindowPtr with WindowRef.
27224
27225 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27226 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
27227 Replace ControlHandle with ControlRef.
27228 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
27229
27230 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27231 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
27232 Replace ControlHandle with ControlRef.
27233 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
27234 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
27235
27236 * macterm.h (struct scroll_bar): Rename member control_handle_low
27237 and control_handle_high to control_ref_low and control_ref_high.
27238 All uses changed.
27239 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
27240 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
27241 respectively. All uses changed.
27242 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
27243 (install_window_handler, remove_window_handler): Replace WindowPtr
27244 with WindowRef in externs.
27245
27246 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
27247
27248 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
27249
27250 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
27251
27252 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
27253
27254 * frame.c (Fmouse_position, Fmouse_pixel_position):
27255 Condition on HAVE_GPM too.
27256
27257 * term.c (term_mouse_highlight): Remove unused variables.
27258 (Fterm_open_connection): Set gpm_zerobased to 1.
27259 (term_mouse_movement, term_mouse_click, handle_one_term_event):
27260 Use zero based co-ordinates.
27261 (handle_one_term_event): Report a drag as mouse movement too.
27262
27263 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
27264
27265 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
27266
27267 * image.c (search_image_cache): New function. Require background
27268 color match if background color is unspecified in the image spec.
27269 (uncache_image, lookup_image): Use it.
27270
27271 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
27272
27273 * window.c (Fshrink_window): Reflow docstring.
27274
27275 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
27276
27277 * Version 22.1 released.
27278
27279 2007-06-01 Richard Stallman <rms@gnu.org>
27280
27281 * xfns.c (x_encode_text): Add GCPRO.
27282
27283 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27284
27285 * xfns.c (x_set_name_internal): Save encoded name before
27286 x_encode_text in case string data is relocated.
27287
27288 2007-05-31 Richard Stallman <rms@gnu.org>
27289
27290 * buffer.c (syms_of_buffer): Doc fix.
27291
27292 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
27293
27294 * sysdep.c (init_sys_modes): Add rather than replace with
27295 O_NONBLOCK.
27296
27297 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
27298 term_mouse_moveto.
27299
27300 * termhooks.h (term_mouse_moveto): New extern.
27301
27302 * term.c (mouse_face_window): Rename...
27303 (Qmouse_face_window): ...to this.
27304 (term_show_mouse_face, term_clear_mouse_face)
27305 (term_mouse_highlight): Use Qmouse_face_window.
27306 (term_mouse_moveto): New function.
27307 (term_mouse_position): Make it work.
27308 (syms_of_term): Uncomment assignment to mouse_position_hook.
27309 Staticpro Qmouse_face_window.
27310
27311 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27312
27313 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
27314 around current_column call.
27315
27316 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
27317
27318 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
27319 * xdisp.c (next_element_from_buffer):
27320 * window.c (delete_window):
27321 * term.c (term_mouse_highlight):
27322 * msdos.c (getdefdir):
27323 * macterm.c (mac_create_bitmap_from_bitmap_data)
27324 (init_font_name_table):
27325 * fns.c (Fsxhash):
27326 * data.c (Fmake_local_variable):
27327 * ccl.c (ccl_driver): Likewise.
27328
27329 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27330
27331 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
27332 Call mac_wakeup_from_rne on window size change.
27333
27334 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
27335
27336 * image.c (uncache_image): Fix typo.
27337
27338 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
27339
27340 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
27341
27342 2007-05-22 Richard Stallman <rms@gnu.org>
27343
27344 * xterm.c (x_connection_closed): Remove NO_RETURN.
27345
27346 2007-05-22 Martin Rudalics <rudalics@gmx.at>
27347
27348 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
27349
27350 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
27351
27352 * image.c (uncache_image): New function.
27353 (Fimage_refresh): New function.
27354
27355 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
27356
27357 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
27358
27359 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27360
27361 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
27362 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
27363
27364 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27365
27366 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
27367 conditional on [HAVE_GPM_H].
27368
27369 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
27370
27371 * syntax.c (skip_chars): Update syntax-table only after we checked that
27372 the new location is valid.
27373
27374 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27375
27376 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
27377 mac_get_window_bounds.
27378
27379 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
27380
27381 * Makefile.in (LIBGPM): Allow it to be set from configure.
27382 If set then link Emacs with it.
27383
27384 * config.in: Regenerate.
27385
27386 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
27387 New externs.
27388
27389 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
27390 Include gpm.h.
27391 (handle_one_term_event, term_gpm): New externs.
27392
27393 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
27394 and allow it to be interrupted by SIGIO.
27395
27396 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
27397 (wait_reading_process_output): Wait on gpm_fd too.
27398 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
27399 (add_gpm_wait_descriptor_called_flag): New variable.
27400 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
27401
27402 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
27403 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
27404 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
27405 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
27406 (make_lispy_event): Add case GPM_CLICK_EVENT.
27407 (read_avail_input): Handle mouse input.
27408
27409 * term.c (write_glyphs_with_face): New function.
27410 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
27411 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
27412 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
27413 (mouse_face_face_id, term_gpm, pos_x, pos_y)
27414 (last_mouse_x, last_mouse_y): New variables.
27415 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
27416 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
27417 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
27418 (Fterm_close_connection): New functions.
27419 (term_init): Initialise mouse_face_window.
27420
27421 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
27422
27423 * xdisp.c (redisplay_window): If first window line is a
27424 continuation line, recompute the new window start instead of
27425 recentering.
27426
27427 2007-05-18 Glenn Morris <rgm@gnu.org>
27428
27429 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
27430 Suggested by Alfred M. Szmidt <ams@gnu.org>.
27431
27432 2007-05-17 Glenn Morris <rgm@gnu.org>
27433
27434 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
27435
27436 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27437
27438 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
27439 dead key repeat and up events.
27440
27441 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
27442
27443 * image.c (pbm_load): Check image size for monochrome pbm.
27444
27445 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
27446
27447 * xterm.c (XTread_socket): Revert last change.
27448
27449 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
27450
27451 * image.c (pbm_load): Correctly check image size for greyscale pbm.
27452
27453 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
27454
27455 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27456
27457 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
27458 mixup (YAILOM).
27459
27460 2007-05-07 Andreas Schwab <schwab@suse.de>
27461
27462 * keymap.c (Flookup_key): Fix typo in last change.
27463
27464 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
27465
27466 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
27467 mapping for unibyte strings.
27468
27469 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27470
27471 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
27472 (Fx_popup_dialog) [MAC_OSX]: Likewise.
27473
27474 2007-04-29 Richard Stallman <rms@gnu.org>
27475
27476 * insdel.c (replace_range): For undo, record insertion first.
27477
27478 2007-04-29 Andreas Schwab <schwab@suse.de>
27479
27480 * lisp.h (VECSIZE): Use OFFSETOF.
27481
27482 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27483
27484 * xdisp.c (try_window_reusing_current_matrix): Fix number of
27485 disabled lines.
27486
27487 2007-04-28 Richard Stallman <rms@gnu.org>
27488
27489 * lread.c (read_escape): In a string, \s is always space.
27490
27491 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
27492
27493 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
27494
27495 * gtkutil.c (xg_update_menubar, create_menus): Create empty
27496 submenu for menu bar items.
27497
27498 See ChangeLog.10 for earlier changes.
27499
27500 ;; Local Variables:
27501 ;; coding: utf-8
27502 ;; add-log-time-zone-rule: t
27503 ;; End:
27504
27505 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
27506
27507 This file is part of GNU Emacs.
27508
27509 GNU Emacs is free software: you can redistribute it and/or modify
27510 it under the terms of the GNU General Public License as published by
27511 the Free Software Foundation, either version 3 of the License, or
27512 (at your option) any later version.
27513
27514 GNU Emacs is distributed in the hope that it will be useful,
27515 but WITHOUT ANY WARRANTY; without even the implied warranty of
27516 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27517 GNU General Public License for more details.
27518
27519 You should have received a copy of the GNU General Public License
27520 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
27521
27522 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40