(Flast_nonminibuf_frame): Handle the NULL case.
[emacs.git] / src / ChangeLog
blob9337dbf6990c8a549fefd531eccc155fa2e3a18b
1 2008-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
5 2008-06-06  Miles Bader  <miles@gnu.org>
7         * xdisp.c (x_produce_glyphs): Calculate tab width based on current
8         face, not frame default.
10 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
12         * window.c (pop_up_windows, pop_up_frames)
13         (display_buffer_reuse_frames, Vpop_up_frame_function)
14         (Vdisplay_buffer_function, Veven_window_heights)
15         (Vspecial_display_buffer_names, Vspecial_display_regexps)
16         (Vspecial_display_function, Vsame_window_buffer_names)
17         (Vsame_window_regexps, split_height_threshold)
18         (Vsplit_window_preferred_function): Move those vars to window.el.
19         (display_buffer_1, Fspecial_display_p, Fsame_window_p)
20         (Fdisplay_buffer): Move those functions to window.el.
21         (syms_of_window): Remove corresponding declarations.
22         (display_buffer): New function.
23         (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
24         * dispnew.c (Flast_nonminibuf_frame): New function.
25         * buffer.c (Fpop_to_buffer): Move to window.el.
27 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
29         * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
31 2008-06-05  Kenichi Handa  <handa@m17n.org>
33         * coding.c (detect_coding): Fix previous change.
34         (detect_coding_system): Likewise.
36 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
38         * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
40         * keymap.c (Vminibuffer_local_filename_must_match_map):
41         Rename from Vminibuffer_local_must_match_filename_map.
42         (syms_of_keymap):
43         * minibuf.c (Fcompleting_read): Adjust accordingly.
44         * commands.h: Rename declaration as well.
46 2008-06-05  Kenichi Handa  <handa@m17n.org>
48         * font.c (Ffont_spec): Don't use font_parse_family_registry for
49         family name.
50         (Ffont_put): Likewise.
52         * fontset.c (fontset_find_font): Call font_open_for_lface with the
53         current font-spec.
55         * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
56         is unspecified.
58         * xfaces.c (realize_x_face): If the font-related face attributes
59         are the same as those of default face, realize a new fontset from
60         default->fontset.
61         (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
63 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
65         * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
66         (move_it_in_display_line): New wrapper.
68         * window.c (window_scroll_pixel_based_preserve_x)
69         (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
70         (window_scroll_pixel_based, window_scroll_line_based):
71         Use them to preserve column positions.
72         (syms_of_window): Initialize them.
74         * indent.c (Fvertical_motion): Extend first arg to allow passing an
75         (HPOS . VPOS) pair.
77         * dispextern.h (move_it_in_display_line): Declare.
79 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
81         * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
82         (Fwindow_parameters): Return copy of parameter alist.  Doc fix.
83         (Fset_window_parameter): Return VALUE, not parameter alist.  Doc fix.
85 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
87         * window.c (Fset_window_parameter): Doc fix.
88         (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
90 2008-06-04  Joakim Verona  <joakim@verona.se>
92         * window.h (struct window): Add new member window_parameters.
94         * window.c (Fwindow_parameters, Fwindow_parameter)
95         (Fset_window_parameter): New defuns.
96         (syms_of_window): Defsubr the new defuns.
97         (make_window): Initialize window_parameters to nil.
99 2008-06-04  John Paul Wallington  <jpw@pobox.com>
101         * eval.c (Fdefmacro): Doc fix.
103 2008-06-04  Kenichi Handa  <handa@m17n.org>
105         * coding.c (detect_coding): Fix handling of coding->head_ascii.
106         Be sure to call setup_coding_system when we find a proper coding system.
107         (detect_coding_system): Fix handling of coding->head_ascii.
109 2008-06-03  Andreas Schwab  <schwab@suse.de>
111         * font.c (font_prop_validate_spacing): Fix last change.
113 2008-06-03  Kenichi Handa  <handa@m17n.org>
115         * font.c (font_prop_validate_spacing): Handle uppercase symbols.
116         (font_parse_fcname): Fix handling of unknown key.
118         * xfont.c (xfont_list): Try an alias.
120         * charset.c (char_charset): Return NULL if the arg charset_list is
121         specified and C doesn't belong to any of them.
123 2008-06-02  Chip Coldwell  <coldwell@redhat.com>
125         * font.c (font_pixel_size): Don't take cdr of an integer.
127 2008-06-02  Jim Meyering  <meyering@redhat.com>
129         Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
130         * alloc.c (xfree): Return right away for a NULL arg.
131         * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
132         * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
133         * mac.c (create_apple_event_from_event_ref): Likewise.
134         (create_apple_event_from_drag_ref, cfstring_create_normalized):
135         Likewise.
136         * doprnt.c (doprnt1): Likewise.
137         * frame.c (frame): Likewise.
138         * keyboard.c (wipe_kboard): Likewise.
139         * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap):
140         (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
141         * term.c (tty_default_color_capabilities, maybe_fatal)
142         (delete_tty): Likewise.
143         * w16select.c (string): Likewise.
144         * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
145         * w32bdf.c (w32_free_bdf_font): Likewise.
146         * w32fns.c (w32_unload_font): Likewise.
147         * w32font.c (w32font_close): Likewise.
148         * window.c (size_window): Likewise.
149         * xselect.c (receive_incremental_selection): Likewise.
150         * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
151         * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
152         * w32.c (stat): Likewise.
154         Remove useless if-before-free tests.
155         * editfns.c (Fset_time_zone_rule): Likewise.
156         * lread.c (nosuffix): Likewise.
157         * ralloc.c (get_bloc): Likewise.
158         * regex.c (reg_free): Likewise.
159         * xftfont.c (xftfont_open, xftfont_close): Likewise.
160         * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
161         * xsmfns.c (smc_save_yourself_CB): Likewise.
163 2008-06-02  Kenichi Handa  <handa@m17n.org>
165         * font.c (font_find_for_lface): Handle float font size.
166         (font_open_for_lface): Likewise.
168         * xfaces.c (x_supports_face_attributes_p): Check face->font before
169         comparing the properties.
171 2008-06-01  Jason Rumney  <jasonr@gnu.org>
173         * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
174         Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
175         Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
176         Don't add empty script list.
177         (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
179 2008-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
181         * Makefile.in (dot, dotdot): Remove, update users.
182         ".." has been used elsewhere in the file for a long time.
183         (LIBXT_STATIC): Remove conditional based on unused variable.
185 2008-06-01  Miles Bader  <miles@gnu.org>
187         * xfaces.c (Vface_remapping_alist): New variable.
188         (syms_of_xfaces): Initialize it.
189         (enum named_merge_point_kind): New type.
190         (struct named_merge_point): Add `named_merge_point_kind' field.
191         (push_named_merge_point): Make cycle detection respect different
192         named-merge-point kinds.
193         (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
194         Remove face-name alias resolution.
195         (lface_from_face_name): New definition using
196         `lface_from_face_name_no_resolve'.
197         (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
198         Call lface_from_face_name_no_resolve instead of lface_from_face_name.
199         (get_lface_attributes): New definition that layers face-remapping on
200         top of get_lface_attributes_no_remap.  New arg `named_merge_points'.
201         (lookup_basic_face): New function.
202         (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
203         (realize_named_face): Call `get_lface_attributes_no_remap' instead of
204         `get_lface_attributes'.
205         (face_at_buffer_position): Use `lookup_basic_face' to lookup
206         DEFAULT_FACE_ID if necessary.  When optimizing the default-face case,
207         return default_face's face-id instead of the constant DEFAULT_FACE_ID.
209         * xdisp.c (init_iterator): Pass base_face_id through
210         `lookup_basic_face' when we actually use it as a face-id.
211         (handle_single_display_prop): Use `lookup_basic_face' to lookup
212         DEFAULT_FACE_ID.
214         * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
215         lookup the initial face-id.
217         * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
219 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
221         * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
222         (Fremove_text_properties): Fix typos in docstrings.
224 2008-05-31  Kenichi Handa  <handa@m17n.org>
226         * font.c (font_list_entities): Fix the car part of data to be
227         stored in the cache.
229         * ftfont.c (ftfont_font_format): Don't use strcasestr.
231 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
233         * chartab.c (Foptimize_char_table, optimize_sub_char_table):
234         Add a `test' argument so another predicate than `equal' can be used.
235         (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
236         (map_char_table): Remove unused vars `c' and `i'.
237         * lisp.h (Foptimize_char_table): Adjust declaration.
238         * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
240 2008-05-30  Kenichi Handa  <handa@m17n.org>
242         * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
243         (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
244         defined.
246 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
248         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
249         (Fmake_variable_frame_local): Disallow mixing buffer-local and
250         frame-local settings for the same variable.
252 2008-05-30  Kenichi Handa  <handa@m17n.org>
254         * fontset.c (Ffont_info): Move to font.c.
255         (syms_of_fontset): Delete defsubr of Sfont_info.
257         * font.c (font_style_to_value, font_score): Delete casting of the
258         args to xstcasecmp.
259         (register_font_driver): Increment num_font_drivers only when
260         registering the driver globally.
261         (Ffont_info): Move from fontset.c.  Handle a font object too.
262         (syms_of_font): Defsubr Sfont_info.
264 2008-05-29  Kenichi Handa  <handa@m17n.org>
266         * coding.h (enum define_coding_utf8_arg_index): New enum.
267         (enum coding_attr_index): Change coding_attr_utf_16_bom to
268         coding_attr_utf_bom.
269         (enum utf_bom_type): Rename from utf_16_bom_type.
270         (struct utf_16_spec): Adjust for the above change.
271         (struct coding_system): Add utf_8_bom in `spec' union.
273         * coding.c (CODING_UTF_8_BOM): New macro.
274         (enum coding_category): Delete coding_category_utf_8, add
275         coding_category_utf_8_auto, coding_category_utf_8_nosig, and
276         coding_category_utf_8_sig.
277         (CATEGORY_MASK_UTF_8): Delete it.
278         (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
279         (CATEGORY_MASK_UTF_8_SIG): New macros.
280         (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
281         CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
282         CATEGORY_MASK_UTF_8_SIG.
283         (CATEGORY_MASK_UTF_8): New macro.
284         (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
285         (detect_coding_utf_8): Check BOM.
286         (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
287         (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
288         (encode_coding_utf_16): Likewise.
289         (setup_coding_system): Likewise.  Set CODING_UTF_8_BOM (coding).
290         (detect_coding, detect_coding_system): Handle utf-8-auto.
291         (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
292         (syms_of_coding): Fix setting up of Vcoding_category_table.
294 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
296         * process.c (Faccept_process_output): If `millisec' is non-nil,
297         `seconds' default to 0.
298         (wait_reading_process_output): Also return non-nil if we read output
299         from a non-running process.
301 2008-05-29  Jason Rumney  <jasonr@gnu.org>
303         * w32font.c (w32font_open_internal): Prefer truetype fonts unless
304         `raster' specified.
305         (add_font_entity_to_list): Allow non-opentype truetype fonts back
306         in the uniscribe backend, but disallow any font that has no
307         unicode subrange support.
309 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
311         * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
312         Fix typos in docstrings.
314 2008-05-29  Kenichi Handa  <handa@m17n.org>
316         * xfaces.c (Fx_list_fonts): Make it return a list of font names.
317         (Fx_family_fonts): Set frame correctly.
319 2008-05-28  Jason Rumney  <jasonr@gnu.org>
321         * w32term.c (x_draw_glyph_string): Use clipmask if specified.
323 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
325         * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
326         calling build_annotations.
328 2008-05-28  Juanma Barranquero  <lekktu@gmail.com>
330         * coding.c (Fdecode_coding_region, Fencode_coding_region)
331         (Fencode_coding_string):
332         (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
333         <latin-extra-code-table>: Fix typos in docstrings.
334         (syms_of_coding) <coding-system-alist>: Doc fix.
335         (syms_of_coding) <translation-table-for-input>: Reflow docstring.
337 2008-05-28  Kenichi Handa  <handa@m17n.org>
339         * fontset.c (Ffont_info): Don't call font_close_object.
341         * font.c (font_parse_family_registry): Use Ffont_put to validate
342         foundry and family.
343         (font_delete_unmatched): Don't check spacing.
344         (font_list_entities): Add spacing to the spec to list fonts.
346         * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
347         (ftfont_list): Check spacing here.  Don't include FC_CHARSET in objset.
349         * coding.c (encode_coding_raw_text): Fix previous change.
350         (encode_coding_object): When the dst_object is a buffer and is
351         different from src_object, move gap to PT.
353 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
355         * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
357 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
359         * coding.c (encode_coding_raw_text): Set coding->produced_char for
360         all branches.  Compute it differently.
362         * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
364 2008-05-27  Juanma Barranquero  <lekktu@gmail.com>
366         * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
367         into "else if () ... else ...".
369 2008-05-27  Jason Rumney  <jasonr@gnu.org>
371         * w32font.c (w32font_open_internal): Determine if glyph indices
372         are likely to work here.
374 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
376         * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
377         draw overlap glyphs with appropriate highlighting.
379 2008-05-27  Kenichi Handa  <handa@m17n.org>
381         * xfont.c (xfont_open): Fix calculation of font->average_width.
383 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
385         * casefiddle.c (casify_object): Try to guess better whether the
386         argument is a byte or a char.
388 2008-05-26  Andreas Schwab  <schwab@suse.de>
390         * xselect.c (x_reply_selection_request): Properly handle format == 32.
391         Always send multiples of format size.
393         * xterm.c (x_set_frame_alpha): Fix type mismatch.
395 2008-05-26  Jason Rumney  <jasonr@gnu.org>
397         * w32font.c (w32font_text_extents): Zero whole metrics struct first.
398         (compute_metrics): Don't set failure if we just cleared the cache.
399         (w32_weight_table): Remove unused variable.
400         (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
401         backwards compatibility.
403 2008-05-25  Kenichi Handa  <handa@m17n.org>
405         * w32term.c (x_draw_glyph_string):
406         * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
408         * xfaces.c: Delete unused function prototypes.
409         (xstrlwr, font_frame): Delete them.
410         (clear_face_cache): Delete unused variable.
412         * xftfont.c (xftfont_open): Delete unused variable.
413         If underline_thickness is not 1, adjust underline_position.
415         * ftxfont.c (ftxfont_open): Delete unused variable.
417         * fontset.c (face_for_char): Optimize for the case of no charset
418         property.
420         * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
421         (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
422         (otf_open, font_otf_capability, generate_otf_features)
423         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
424         Comment out by surrounding "#if 0" and "#endif" for the moment.
425         (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
426         (syms_of_font): Codes for accessing above commented out.
428 2008-05-24  Eli Zaretskii  <eliz@gnu.org>
430         * w32proc.c: Include dispextern.h.
432         * w32.c: Include dispextern.h.
434 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
436         * charset.c (Fencode_char, Fsplit_char): Doc fixes.
437         (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
438         Fix typos in docstrings.
440 2008-05-23  Jason Rumney  <jasonr@gnu.org>
442         * xsmfns.c: Remove includes that are already included by config.h.
444 2008-05-23  Kenichi Handa  <handa@m17n.org>
446         * charset.c (Qemacs, charset_emacs): New variables.
447         (char_charset): Fix for non-Unicode characters.
448         (syms_of_charset): Define charset_emacs.
450         * w32term.c (x_draw_glyph_string): Be sure to update
451         s->underline_thickness and s->underline_position.  Be sure to draw
452         underline within the current line area.
454         * xterm.c (x_draw_glyph_string): Be sure to update
455         s->underline_thickness and s->underline_position.  Be sure to draw
456         underline within the current line area.
458         * fontset.c: Delete unused variables and add casting for char *
459         throughout the file.
460         (fontset_font): Try the fallback fonts of the current fontset
461         before consulting the default fontset.
463         * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
465         * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
467 2008-05-22  Jason Rumney  <jasonr@gnu.org>
469         * font.c: Don't include strings.h.
471         * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
473         * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
474         * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
475         * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
476         to call xstrcasecmp.
478         * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
480         * fontset.c (fs_query_fontset): Use xstrcasecmp.
482         * font.c (font_style_to_value, font_score): Use xstrcasecmp.
484         * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
486 2008-05-22  Kenichi Handa  <handa@m17n.org>
488         * puresize.h (BASE_PURESIZE): Increase to 1220000.
490         * font.c (font_prop_validate_style): Adjust for the format
491         change of font_style_table.
493         * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
494         two args.
496         * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
497         two args.
499 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
501         * minibuf.c (keys_of_minibuf): Delete.
502         * lisp.h (keys_of_minibuf): Delete.
503         * emacs.c (main): Don't call keys_of_minibuf.
505 2008-05-22  Kenichi Handa  <handa@m17n.org>
507         * ftfont.c (ftfont_resolve_generic_family): Rename from
508         ftfont_list_generic_family.  Return a single family for each
509         generic family.
510         (ftfont_spec_pattern): Add FC_FAMILY to pattern.
511         (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
512         Call font_add_log.
513         (ftfont_match): Call font_add_log.
515         * font.h (Ffont_xlfd_name): EXFUN adjusted.
516         (FONT_DEBUG): Define it.
517         (font_add_log): Extern it.
518         (font_assert): Rename from xassert.
520         * xfont.c (xfont_get_pcm): Change xassert to font_assert.
521         (xfont_list_family): Call font_add_log.
522         (xfont_match): Likewise.
523         (memq_no_quit): Delete.
525         * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
526         call of Ffont_xlfd_name.
528         * xfaces.c (struct table_entry, slant_table, weight_table)
529         (swidth_table): Move to font.c.
531         * font.c: Checking of FONT_DEBUG is moved to font.h.  All calls of
532         xassert are changed to font_assert.  Delete many unused variables.
533         (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
534         New variables.
535         (struct table_entry): Move from xfaces.c and modified.
536         (weight_table, slant_table, width_table): Move from xfaces.c and
537         contents adjusted for the change of struct table_entry.
538         (font_style_to_value, font_style_symbolic): Adjust for the
539         format change of font_style_table.
540         (font_parse_family_registry): Don't overwrite existing foundry and
541         family of font_spec.
542         (font_score): Fix calculation of diff for sizes.
543         (font_sort_entites): Call font_add_log.
544         (font_delete_unmatched): Return a newly created list.
545         (font_list_entities): Fix previous change.  Call font_add_log.
546         (font_matching_entity, font_open_entity, font_close_entity):
547         Call font_add_log.
548         (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
549         (Finternal_set_font_style_table): Delete.
550         (BUILD_STYLE_TABLE): New macro.
551         (build_style_table): New function.
552         (Vfont_log, font_log_env_checked): New variables.
553         (font_add_log): New function.
554         (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
555         Declare Lisp variables "font-weight-table", "font-slant-table",
556         "font-width-table", and "font-log".  Initialize font_style_table.
558 2008-05-21  Dan Nicolaescu  <dann@ics.uci.edu>
560         * xterm.c (x_set_frame_alpha): Move declarations before statements.
562 2008-05-21  Seiji Zenitani  <zenitani@mac.com>
563             Ryo Yoshitake  <ryo@shiftmode.net>
565         * frame.c (Qalpha): Add a new frame parameter `alpha'.
566         (Vframe_alpha_lower_limit): New variable.
567         (x_set_alpha): New function.
569         * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
571         * xfns.c (x-create-frame, Qalpha):
572         Initialize the frame parameter `alpha'.
573         * xterm.c (OPAQUE, OPACITY): New.
574         (x_set_frame_alpha): New function.
575         (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
577         * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
578         * w32fns.c (w32_frame_parm_handlers): Likewise.
580 2008-05-20  Jason Rumney  <jasonr@gnu.org>
582         * w32font.c (add_font_entity_to_list): Don't add non-opentype
583         truetype fonts to opentype list.
585 2008-05-20  Juanma Barranquero  <lekktu@gmail.com>
587         * fontset.c (Ffontset_info): Doc fix.
588         (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
589         <ignore-relative-composition>: Fix typos in docstrings.
591         * font.c (syms-of-font) <font-encoding-alist>:
592         (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
593         (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
594         (Ffont_otf_alternates): Doc fixes.
596 2008-05-20  Kenichi Handa  <handa@m17n.org>
598         * Makefile.in (FONTSRC): Delete it.  Change all $(FONTSRC) to
599         font.h through out the file.
600         (FONT_DRIVERS): Rename from FONTOBJ.
601         (obj): Change $(FONTOBJ) to $(FONT_DRIVERS).  Add font.o.
602         (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
604         * emacs.c (main): Call syms_of_font unconditionally.
606         * font.h (find_font_encoding): Extern it.
608         * font.c (Vfont_encoding_alist, find_font_encoding): Move from
609         fontset.c.
610         (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
611         (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
612         FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
613         only when HAVE_WINDOW_SYSTEM is defined.
614         (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
615         when HAVE_WINDOW_SYSTEM is defined.
617         * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
618         (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
620         * xfaces.c: Include font.h unconditionally.
621         (merge_face_ref, merge_face_vectors)
622         (Finternal_set_lisp_face_attribute): Cancel the previous change.
624 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
626         * xdisp.c (select_frame_for_redisplay): Adjust for last change to
627         indirect_variable.
628         * eval.c (lisp_indirect_variable): New fun.
629         (Fuser_variable_p): Use it.
631 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
633         * lisp.h (indirect_variable):
634         * data.c (indirect_variable, let_shadows_buffer_binding_p):
635         Use Lisp_Symbol pointers rather than Lisp_Object.
636         Adjust callers.
637         * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
638         To this end, change calling-convention.
640         * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
641         if some non-hidden buffers are selected by string&pred.
643 2008-05-19  Chong Yidong  <cyd@stupidchicken.com>
645         * process.c (wait_reading_process_output): Always check status
646         when in batch mode.
648 2008-05-19  Kenichi Handa  <handa@m17n.org>
650         * font.c (font_list_entities): Fix handling of cache.
651         (font_matching_entity): Likewise.
653         * ftfont.c (cs_iso8859_1): Delete.
654         (ft_face_cache): New variable.
655         (struct ftfont_info): New member fc_charset_idx;
656         (ftfont_build_basic_charsets): Delete.
657         (fc_charset_table): New variable.
658         (ftfont_pattern_entity): New arg fc_charset_idx.  Store (FILENAME
659         . FC_CHARSET_IDX) as :font-entity property in the font entity.
660         Callers changed.
661         (ftfont_lookup_cache, ftfont_get_charset): New functions.
662         (ftfont_spec_pattern): New argument fc_charset_idx.
663         Check registry more rigidly.  Change callers.
664         (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
665         change of :font-entity property of the font.
667         * xftfont.c (xftfont_open): Adjust for the change of :font-entity
668         property of the font.
670 2008-05-18  Juanma Barranquero  <lekktu@gmail.com>
672         * coding.c (Fcoding_system_p): Rename argument to match docstring.
673         (Funencodable_char_position, Fcheck_coding_systems_region)
674         (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
675         (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
676         (Ffind_operation_coding_system, Fset_coding_system_priority)
677         (Fcoding_system_eol_type): Doc fixes.
679 2008-05-17  Glenn Morris  <rgm@gnu.org>
681         * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
683 2008-05-16  Eli Zaretskii  <eliz@gnu.org>
685         * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
686         and st_gid.
688         * frame.c (Fdelete_frame): Don't call font_update_drivers if
689         HAVE_WINDOW_SYSTEM is not defined.
691         * xfaces.c (merge_face_ref, merge_face_vectors)
692         (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
693         HAVE_WINDOW_SYSTEM is defined.
694         (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
696 2008-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
698         * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
700 2008-05-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
702         * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
704 2008-05-15  Kenichi Handa  <handa@m17n.org>
706         * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
707         preference.
709 2008-05-15  Glenn Morris  <rgm@gnu.org>
711         * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
713 2008-05-15  Chong Yidong  <cyd@stupidchicken.com>
715         * fns.c (init_fns): Don't initialize weak_hash_tables here.
716         (init_weak_hash_tables): New fun.  Initialize weak_hash_tables.
718         * alloc.c (init_alloc_once): Call init_weak_hash_tables.
720 2008-05-15  Kenichi Handa  <handa@m17n.org>
722         * ftfont.c (ftfont_list): Downcase family name to check generic
723         families.
725         * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
726         font-spec for QCfont value.
728         * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
729         buffer.  Check the return value of it.
731 2008-05-14  Jason Rumney  <jasonr@gnu.org>
733         * w32term.c (w32_get_glyph_overhangs): Remove.
734         (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
736 2008-05-14  Kenichi Handa  <handa@m17n.org>
738         * font.c (font_prop_validate): Make nil a valid value.
739         (font_clear_cache): Check if the cached vector of entities is nil
740         or not.
742 2008-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
744         * emacs.c (main_thread): Conditionalize on
745         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
746         (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
748         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
749         (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
750         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
752 2008-05-14  Kenichi Handa  <handa@m17n.org>
754         * coding.c (detect_coding_iso_2022): Ignore a coding category that
755         has no corresponding coding system.
757 2008-05-14  Jason Rumney  <jasonr@gnu.org>
759         * font.h (struct font) [WINDOWSNT]: Remove codepage member.
761         * w32font.h (w32font_open_internal): Update declaration.
763         * w32font.c (w32font_open_internal): Change last argument from
764         w32font_info struct to font object.  Fill in font object from
765         font_entity.  Get Outline metrics if possible.  Use them to
766         calculate underline position and thickness.  Use xlfd name as name
767         property.  Don't set codepage.
768         (w32font_open): Pass font_object to w32font_open_internal.  Don't
769         update dpyinfo->smallest_font_height and
770         dpyinfo->smallest_char_width.
771         (w32font_draw): Use s->font.
772         (clear_cached_metrics): Don't clear non-existent blocks.
774         * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
775         font was not found.
776         (x_draw_glyph_string): Use underline position and thickness from
777         font.
779         * w32uniscribe.c (uniscribe_open): Pass font_object to
780         w32font_open_internal.
782 2008-05-14  Kenichi Handa  <handa@m17n.org>
784         These changes are to delete all legacy font-handling codes, and
785         make Emacs use only font-backends.
787         * Makefile.in: Delete USE_FONT_BACKEND conditionals.
788         (frame.o, image.o, print.o): Depend on $(FONTSRC).
790         * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
792         * charset.h (Vcharset_non_preferred_head)
793         (Vcurrent_iso639_language): Extern them.
795         * charset.c (Vcharset_non_preferred_head): New variable.
796         (Vcurrent_iso639_language): New variable.
797         (syms_of_charset): Declare it as a Lisp variable.
798         (char_charset): Don't check non preferred charsets.  As a last
799         resort, return charset_unicode.
800         (Fset_charset_priority): Update Vcharset_non_preferred_head.
802         * composite.c: Throughout the file, delete all USE_FONT_BACKEND
803         conditionals.  Don't check enable_font_backend.  Delete all codes
804         used only when USE_FONT_BACKEND is not defined.
806         * dispextern.h (struct glyph_string): Change type of `font' to
807         `struct font *'.
808         (struct glyph_string): New member underline_position and
809         underline_thickness.
810         (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
811         (struct face): Change type of `font' to `struct font *'.  Remove
812         members `font_name', `font_info_id'.
813         (per_char_metric, encode_char): Delete externs.
814         (calc_pixel_width_or_height): Adjust the prototype.
816         * emacs.c (enable_font_backend): Delete extern.
817         (main): Don't set enable_font_backend.  Don't check the command
818         line argument "-disable-font-backend".
820         * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
821         (enum font_property_index): New members FONT_DPI_INDEX,
822         FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
823         FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
824         FONT_OBJECT_MAX.  Delete FONT_FRAME_INDEX.
825         (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
826         (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
827         (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
828         (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
829         (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
830         (struct font_spec, struct font_entity): New structs.
831         (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
832         (struct font): Many members from old "struct font_info" moved to
833         here.  Members font and entity deleted.
834         (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
835         the new font-related objects.
836         (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
837         (CHECK_FONT_GET_OBJECT): Likewise.
838         (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
839         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
840         (struct font_driver): New members case_sensitive anc check.  Type
841         of the member list and open changed.
842         (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
843         (font_symbolic_width, font_find_object, font_get_spec)
844         (font_set_lface_from_name): Delete extern.
845         (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
847         * font.c: Include <strings.h>.
848         (enable_font_backend): Delete it.
849         (Qfont_spec, Qfont_entity, Qfont_object): New variables.
850         (CHECK_VALIDATE_FONT_SPEC): Delete it.
851         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
852         (null_string): Delete it.
853         (null_vector): Make it static.
854         (font_family_alist): Delete it.
855         (Qnormal): Extern it.
856         (QCextra, QClanguage): Delete it.
857         (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
858         (font_make_spec, font_make_entity, font_make_object)
859         (font_intern_prop): Renamed from intern_downcase.  Don't downcase
860         the string.  Callers changed.
861         (font_pixel_size): Adjusted for the format change of font-related
862         objects.
863         (prop_name_to_numeric, prop_numeric_to_name): Delete them.
864         (font_style_to_value, font_style_symbolic): New function.
865         (build_font_family_alist): Delete it.
866         (font_registry_charsets): Use Fassoc_string instead of
867         assq_no_quit.
868         (font_prop_validate_symbol): Don't return null_string.
869         (font_prop_validate_style): Adjusted for the change of
870         style-related values in a font vector.
871         (font_property_table): Delete entries for QClanguage and
872         QCantialias, add entries for QCavgwidth.
873         (get_font_prop_index): Delete the 2nd argument FROM.
874         (font_prop_validate): Arguments changed.
875         (font_put_extra): Adjusted for the change of font-related objects.
876         (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
877         (font_parse_fcname, font_unparse_fcname)
878         (font_prepare_composition): Likewise.
879         (font_parse_family_registry): Renamed from font_merge_old_spec.
880         (otf_open): Delete the 1st arg entity.
881         (font_otf_capability): Adjusted for the above change.
882         (font_score): New arg alternate_families.  Adjusted for the change
883         of font-related objects.
884         (font_sort_entites): New arg best_only.
885         (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
886         Delete them.
887         (font_match_p): Check alternate families.
888         (font_find_object): Delete it.
889         (font_check_object): New function.
890         (font_clear_cache): Adjusted for the change of font-related objects.
891         (font_delete_unmatched): New arg.
892         (font_list_entities): Call font_driver->list with a spec that
893         doesn't specify style-related properties.
894         (font_matching_entity): Arguments changed.  Caller changed.
895         (font_open_entity): Adjusted for the change of font-related objects.
896         (font_close_object, font_has_char, font_encode_char)
897         (font_get_name, font_get_spec): Likewise.
898         (font_spec_from_name, font_clear_prop, font_update_lface):
899         New functions.
900         (font_find_for_lface, font_open_for_lface, font_load_for_lface)
901         (font_prepare_for_face, font_done_for_face, font_open_by_name)
902         (font_at): Adjusted for the change of font-related objects.
903         (font_range): New function.
904         (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
905         (Ffont_xlfd_name): Adjusted for the change of font-related objects.
906         (Fcopy_font_spec, Fmerge_font_spec): New function.
907         (Ffont_family_list): Renamed from list-families.
908         (Finternal_set_font_style_table): Arguments changed.
909         (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
910         (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
911         change of font-related objects.
912         (syms_of_font): Delete "ifdef USE_FONT_BACKEND".  DEFSYM new symbols.
914         * fontset.h (struct font_info): Delete it.  Most memnbers go to
915         struct font.
916         (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
917         (enum FONT_SPEC_INDEX): Delete it.
918         (font_info, list_fonts_func, load_font_func, query_font_func)
919         (set_frame_fontset_func, find_ccl_program_func)
920         (get_font_repertory_func, new_fontset_from_font_name): Delete
921         externs.
922         (fontset_from_font_name): Extern it.
923         (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
924         (FONT_INFO_FROM_FACE): Deleted.
925         (face_for_font): Adjust prototype.
927         * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
928         conditionals.  Don't check enable_font_backend.  Delete all codes
929         used only when USE_FONT_BACKEND is not defined.
930         (get_font_info_func, list_font_func, load_font_func)
931         (query_font_func, set_frame_fontset_func, find_ccl_program_func)
932         (get_font_repertory_func): Delete them.
933         (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
934         (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
935         (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
936         (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
937         (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
938         (fontset_compare_rfontdef): New function.
939         (reorder_font_vector): Remove the argument CHARSET-ID.  Sort
940         ront-defs by qsort.  Adjusted for the change of font-group vector.
941         (load_font_get_repertory): Deleted.
942         (fontset_find_font): Use new macros to ref/set elements of
943         font-def and rfont-def.
944         (fontset_font): Fix the timing of remembering that no font for C.
945         (free_face_fontset): Do nothing if the face has no fontset.
946         (face_suitable_for_char_p): Use new macros to ref/set elements of
947         rfont-def.
948         (face_for_char): Likewise.  Call face_for_char with font_object.
949         (fs_load_font): Delete.  Delete #pragma surrounding it.
950         (fs_query_fontset): Use strcasecmp instead of strcmp.
951         (generate_ascii_font_name): Adjusted for the format change of
952         font-spec.
953         (Fset_fontset_font): Likewise.  Use new macros to set elements of
954         font-def.
955         (Fnew_fontset): Use font_unparse_xlfd to generate
956         FONTSET_ASCII (fontset).
957         (new_fontset_from_font_name): Deleted.
958         (fontset_from_font): Renamed from new_fontset_from_font.  Check if
959         a fontset is already created for the font.  FIx updating of
960         Vfontset_alias_alist.
961         (fontset_ascii_font): Deleted.
962         (Ffont_info): Adjusted for the format change of font-spec.
963         (Finternal_char_font): Likewise.
964         (Ffontset_info): Likewise.
965         (syms_of_fontset): Don't check load_font_func.
967         * fns.c (internal_equal): Handle PREV_FONT.
969         * frame.h: Delete USE_FONT_BACKEND conditional.
971         * frame.c: Throughout the file, delete all USE_FONT_BACKEND
972         conditionals.  Don't check enable_font_backend.  Delete all codes
973         used only when USE_FONT_BACKEND is not defined.
974         (x_set_font): Call x_new_font, not x_new_fontset2.
975         (x_set_font_backend): Use FRAME_FONT macro to check if a font is
976         already set for the frame.
978         * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.  Make
979         a font-entity by font_make_entity.  Use font_intern_prop instead
980         of intern_downcase.  Use FONT_SET_STYLE to set a style-related
981         font property.  If a font is scalable, set avgwidth property to 0.
982         Set font-entity property by font_put_extra.
983         (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
984         (ffont_driver): Adjusted for the change of struct font_driver.
985         (ftfont_spec_pattern): New function.
986         (ftfont_list): Return a list, not vector.
987         (ftfont_match): Use ftfont_spec_pattern to get a pattern.
988         (ftfont_list_family): Don't downcase names.
989         (ftfont_free_entity): Deleted.
990         (ftfont_open): Return a font-ojbect.  Adjusted for the change of
991         struct font.  Get underline_thickness and underline_position from
992         font property.  Don't update dpyinfo->smallest_font_height and
993         dpyinfo->smallest_char_width.
994         (ftfont_close): Don't free `struct font'.
995         (ftfont_has_char): Adjusted for the format change of font-entity.
996         (ftfont_encode_char, ftfont_text_extents): Likewise.
998         * ftxfont.c (ftxfont_list): Return a list, not vector.
999         (ftxfont_open): Return a font-ojbect.  Adjusted for the change of
1000         struct font.  Get underline_thickness and underline_position from
1001         font property.  Don't update dpyinfo->smallest_font_height and
1002         dpyinfo->smallest_char_width.
1003         (ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts.
1004         (ftxfont_draw): Adjusted for the change of struct font.
1006         * image.c (image_ascent): Don't include "charset.h".  Include
1007         "character.h" and "font.h".
1009         * lisp.h (enum pvec_type): New member PREV_FONT.
1010         (Fassoc_string): EXFUN it.
1012         * print.c: Include font.h.
1013         (print_object): Handle font-related objects.
1015         * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
1016         conditionals.  Don't check enable_font_backend.  Delete all codes
1017         used only when USE_FONT_BACKEND is not defined.
1018         (handle_auto_composed_prop): Do nothing if it->f is not on a
1019         window system.  Check how many following characters can be
1020         displayed by the same font.
1021         (calc_pixel_width_or_height): Type of the 4th arg is changed to
1022         'struct font *'.
1023         (get_char_face_and_encoding): Assign the whole encoding task to
1024         the `encode-char' method of a font driver.
1025         (fill_composite_glyph_string): Adjusted for the change of `struct
1026         face' and `struct glyph_string'.
1027         (fill_glyph_string): Likewise.
1028         (get_per_char_metric): Arguments changed.
1029         (x_get_glyph_overhangs): Adjusted for the change of `struct face'
1030         and `struct glyph_string'.
1031         (produce_stretch_glyph, calc_line_height_property)
1032         (x_produce_glyphs): Likewise.
1034         * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
1035         conditionals.  Don't check enable_font_backend.  Delete all codes
1036         used only when USE_FONT_BACKEND is not defined.  Use
1037         FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
1038         (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
1039         (Qp): Extern them.
1040         (clear_font_table, load_face_font, xlfd_lookup_field_contents):
1041         Deleted.
1042         (struct font_name): Deleted.
1043         (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
1044         (compare_fonts_by_sort_order): New function.
1045         (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
1046         (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
1047         Deleted.
1048         (Fx_family_fonts): Use font_list_entities, and sort fonts by
1049         compare_fonts_by_sort_order.
1050         (Fx_font_family_list): Call Ffont_family_list.
1051         (face_numeric_value, face_numeric_weight, face_numeric_slant)
1052         (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
1053         (face_symbolic_slant, face_symbolic_swidth)
1054         (split_font_name_into_vector, build_font_name_from_vector)
1055         (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
1056         (font_rescale_ratio, split_font_name, build_font_name)
1057         (free_font_names, sort_fonts, x_face_list_fonts)
1058         (face_font_available_p, sorted_font_list, cmp_font_names)
1059         (font_list_1, concat_font_list, font_list, remove_duplicates):
1060         Deleted.
1061         (Fx_list_fonts): Use Ffont_list.
1062         (LFACE_AVGWIDTH): Deleted.
1063         (check_lface_attrs): Don't check LFACE_AVGWIDTH.  Check LFACE_FONT
1064         by FONTP.
1065         (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
1066         (set_lface_from_font_name): Delete it.
1067         (set_lface_from_font): Renamed from
1068         set_lface_from_font_and_fontset.  Caller changed.  Don't set
1069         LFACE_AVGWIDTH.  Use FONT_XXX_FOR_FACE to get a symbol suitable
1070         for face.
1071         (merge_face_vectors): Copy font-spec if necessary.
1072         Clear properties of the font-spec if necessary.
1073         (merge_face_ref): Clear properties of the font-spec if necessary.
1074         (Finternal_set_lisp_face_attribute): Likewise.
1075         (set_font_frame_param): Use font_load_for_lface to load a
1076         font-object, and call Fmodify_frame_parameters with it.
1077         (x_update_menu_appearance): Don't check LFACE_AVGWIDTH.  Get XLFD
1078         font name by Ffont_xlfd_name.
1079         (Finternal_lisp_face_attribute_values): Don't check QCweight,
1080         QCslant, and QCwidth.
1081         (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
1082         (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
1083         Compare fonts by EQ.
1084         (lookup_non_ascii_face): Deleted.
1085         (face_for_font): The 2nd argument changed.
1086         (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
1087         Check atomic font properties by case insensitive.
1088         (realize_non_ascii_face): Set face->overstrike correctly.
1089         (realize_x_face): Likewise.  Check if LFACE_FONT is a font_object.
1090         (dump_realized_face): Get font name from
1091         font->props[FONT_NAME_INDEX].  Don't print font_info_id.
1093         * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
1094         conditionals.  Don't check enable_font_backend.  Delete all codes
1095         used only when USE_FONT_BACKEND is not defined.
1096         (xic_create_xfontset): Original code deleted and renamed from
1097         xic_create_xfontset2.  Use FRAME_FONT, not FRAME_FONT_OBJECT.
1098         (x_make_gc): Don't set GCFont in GCs.
1099         (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
1100         opened by "fixed".
1101         (syms_of_xfns): Don't set get_font_info_func, load_font_func,
1102         find_ccl_program_func, query_font_func, set_frame_fontset_func,
1103         get_font_repertory_func.
1105         * xfont.c: Include <stdlib.h> and "ccl.h".
1106         (struct xfont_info): New structure.
1107         (xfont_query_font): Deleted.
1108         (xfont_find_ccl_program): Renamed from x_find_ccl_program and
1109         moved from xterm.c.
1110         (xfont_driver): Adjusted for the change of struct font_driver.
1111         (compare_font_names): New function.
1112         (xfont_list_pattern): Sort font names case insensitively.  Make
1113         font_entity by calling font_make_entity.  Avoid auto-scaled fonts.
1114         (xfont_list): Return a list, not vector.
1115         (xfont_match): If the font doesn't have QCname property, generate
1116         a name from the other font properties.
1117         (xfont_open): Return a font-ojbect.  Adjusted for the change of
1118         struct font.  Get underline_thickness and underline_position from
1119         font property.  Don't update dpyinfo->smallest_font_height and
1120         dpyinfo->smallest_char_width.
1121         (xfont_close): Don't free struct font.
1122         (xfont_prepare_face): Adjusted for the change of struct font.
1123         (xfont_done_face): Deleted.
1124         (xfont_has_char): Adjusted for the change of struct font.
1125         (xfont_encode_char, xfont_draw): Likewise.
1126         (xfont_check): New function.
1128         * xftfont.c (xftfont_list): Adjusted for the change of `list'
1129         callback function.
1130         (xftfont_match): Adjusted for the fontmat change of font-entity.
1131         (xftfont_open): Adjusted for the format change of font-entity and
1132         font-object.  Adjusted for the change of struct font.  Return a
1133         font-object.  Don't update dpyinfo->smallest_font_height and
1134         dpyinfo->smallest_char_width.
1135         (xftfont_close): Block input while calling XftFontClose.
1136         (xftfont_prepare_face): Don't block input while calling
1137         xftfont_get_colors.  Adjusted for the change of struct font.
1138         (xftfont_shape): Return value of error case fixed.
1140         * xrdb.c (x_load_resources): Don't setup a fontset resource.
1142         * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
1143         conditionals.
1144         (FONT_WIDTH): Return (f)->max_width.
1145         (struct x_display_info): Delete member `font'.
1146         (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
1147         (x_find_ccl_program, x_get_font_repertory): Delete externs.
1148         (struct x_output): Change type of `font' to `struct font *'.
1150         * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
1151         conditionals.  Don't check enable_font_backend.  Delete all codes
1152         used only when USE_FONT_BACKEND is not defined.  Don't include ccl.h.
1153         (x_per_char_metric, x_encode_char): Deleted.
1154         (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
1155         (x_compute_glyph_string_overhangs): Adjusted for the change of
1156         `struct face'.
1157         (x_draw_glyph_string_foreground)
1158         (x_draw_composite_glyph_string_foreground): Likewise.
1159         (x_draw_glyph_string): Likewise.  Use font->underline_position and
1160         font->underline_thickness.
1161         (x_new_font): Renamed from x_new_fontset2.
1162         (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
1163         (x_check_font): Call `check' method of a font driver.
1164         (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
1165         (x_query_font, x_get_font_repertory): Deleted.
1166         (x_find_ccl_program): Renamed and moved to xfont.c.
1167         (x_redisplay_interface): Adjusted for the change of `struct
1168         redisplay_interface'.
1170         * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
1171         conditionals.  Don't check enable_font_backend.  Delete all codes
1172         used only when USE_FONT_BACKEND is not defined.  Surround non-used
1173         code by "#ifdef OLD_FONT" and "endif".
1174         (Fw32_select_font): Use FONT_COMPAT to get old font structure.
1176         * w32font.h (struct w32font_info): New member.
1177         (FONT_COMPAT): New macro.
1178         (w32font_open_internal): Prototype adjusted.
1180         * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
1181         OLD_FONT" and "endif".
1183         * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
1184         conditionals.  Don't check enable_font_backend.  Delete all codes
1185         used only when USE_FONT_BACKEND is not defined.
1186         (w32font_open): Return a font-object.  Make a font-object by
1187         font_make_object.  Adjusted for the change of struct w32font_info.
1188         (w32font_close): Don't free struct font.  Adjusted for the change
1189         of struct w32font_info.
1190         (w32font_encode_char, w32font_text_extents, w32font_draw):
1191         Adjusted for the change of struct w32font_info.
1192         (w32font_draw): Likewise.
1193         (w32font_list_internal): Return a list, not vector.
1194         (w32font_open_internal): Change the 4th arg to font-object.
1195         Adjusted for the change of struct w32font_info and font-object format.
1196         (add_font_name_to_list): Don't downcase names.
1197         (w32_enumfont_pattern_entity): Make a font-entity by
1198         font_make_entity.  Adjusted for the format change of font-entity.
1199         Use FONT_SET_STYLE to set a style-related font property.  If a
1200         font is scalable, set avgwidth property to 0.  Set font-entity
1201         property by font_put_extra.
1202         (font_matches_spec): Adjusted for the format change of font-entity.
1203         (w32_weight_table, w32_decode_weight): New variables.
1204         (w32_encode_weight): New function.
1205         (fill_in_logfont): Adjusted for the format change of font-spec.
1206         (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
1207         weight value.
1208         (w32font_driver): Adjusted for the change of struct font_driver.
1210         * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
1211         conditionals.  Don't check enable_font_backend. Surround non-used
1212         code by "#ifdef OLD_FONT" and "endif".
1213         (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
1214         (FONT_AVG_WIDTH): Adjusted for the change of struct font.
1216         * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
1217         conditionals.  Don't check enable_font_backend.  Delete all codes
1218         used only when USE_FONT_BACKEND is not defined.  Surround non-used
1219         code by "#ifdef OLD_FONT" and "endif".
1221         * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
1222         (uniscribe_open): Return value changed to font-object.
1223         Adjusted for the format change of font-object.
1224         (uniscribe_otf_capability): Adjusted for the change of struct font.
1225         (add_opentype_font_name_to_list): Don't downcase names.
1226         (uniscribe_font_driver): Adjusted for the change of struct
1227         font_driver.
1229 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
1231         * dispnew.c (update_frame_1): Check if tty output is still valid
1232         before flushing it.
1234 2008-05-13  Jan Djärv  <jan.h.d@swipnet.se>
1236         * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
1237         to Gtk+ menus.
1239 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         * dired.c (file_name_completion): Tweak the code so as to always do it
1242         in a single pass.  Tighten the scope of some variables.
1244         * dired.c (Qdefault_directory): New var.
1245         (file_name_completion): Use it instead of Fexpand_file_name.
1246         (syms_of_dired): Initialize it.
1248 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1250         * fileio.c (double_dollars): Remove dead code.
1252 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
1254         * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
1255         Mention w32-get-true-file-attributes in doc string.
1257         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
1259 2008-05-09  Glenn Morris  <rgm@gnu.org>
1261         * fileio.c (Fread_file_name): Remove reference to insdef, deleted
1262         2008-04-23.
1264 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
1266         Support for reporting owner and group of each file on MS-Windows:
1267         * dired.c (stat_uname, stat_gname): New functions, with special
1268         implementation for w32.
1269         (Ffile_attributes): Use them instead of getpwuid and getgrgid.
1271         * w32.c: Rename the_passwd_* to dflt_passwd_*.
1272         (dflt_group_name): New static variable.
1273         (dflt_group): Rename from the_group.
1274         (init_user_info): Init dflt_group fields.  Get user's group name
1275         from LookupAccountSid.
1276         (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
1277         (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
1278         New initialization states.
1279         (globals_of_w32): Initialize them to zero.  Initialize the default
1280         group name to "None".
1281         (GetFileSecurity_Name): New global var, the name of the function
1282         to call for GetFileSecurity.
1283         (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
1284         (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
1285         (get_file_security, get_security_descriptor_owner)
1286         (get_security_descriptor_group, is_valid_sid)
1287         (get_file_security_desc, get_rid, get_name_and_id)
1288         (get_file_owner_and_group): New functions.
1289         (stat): Use get_file_security_desc and get_file_owner_and_group to
1290         report the owner and primary group of each file.  Don't ignore the
1291         high 32 bits of file's size, now that st_size is 64-bit wide.
1292         Fix test when to get true file attributes.
1293         (init_user_info): Use get_rid instead of equivalent inline code.
1294         (fstat): Don't ignore the high 32 bits of file's size.
1296 2008-05-09  Chong Yidong  <cyd@stupidchicken.com>
1298         * image.c (png_load): Use correct bit-depth for setting background
1299         color.
1301 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
1303         * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
1304         epa-hook.elc.
1306 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1308         * font.c (Ffont_match_p): Don't use `iff' in docstring.
1310 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
1312         * macfns.c (Fx_create_frame): Make a copy of frame parameters
1313         because the original parameters are in pure storage now.
1314         (mac_window): Remove unused params.  Update callers.
1316 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1318         * lread.c (substitute_object_recurse): Use lower-level primitives.
1319         Don't signal errors when traversing sub-char-tables.
1320         Don't loop over all the possible characters when traversing char-tables.
1322         * print.c (print_preprocess): Add sub-char-tables to the print-table,
1323         just like we do in print.c.
1325 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1327         * minibuf.c (Ftry_completion): Remove code left over from when we used
1328         scmp instead of Fcompare_strings.
1330 2008-05-04  Juanma Barranquero  <lekktu@gmail.com>
1332         * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
1334 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1336         * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
1337         Create bitmap context in native byte order.
1339         * macterm.c (XDrawLine)
1340         (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
1341         context in native byte order.
1343 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1345         * config.in: Regenerate.
1347         * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
1348         New definitions for Image I/O support.
1349         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
1350         (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
1351         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
1352         (mac_data_provider_release_data, image_load_image_io)
1353         [USE_MAC_IMAGE_IO]: New functions.
1354         (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
1355         (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
1356         (init_image_func_pointer) [MAC_OSX]: Remove function.
1357         (image_load_quartz2d) [MAC_OSX]: Check availability of
1358         CGImageCreateWithPNGDataProvider at compile time.
1359         Use lowercase `false' for boolean constant.
1360         (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
1361         Use image_load_image_io.
1362         (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
1363         Don't check MyCGImageCreateWithPNGDataProvider.
1364         (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
1365         Don't call init_image_func_pointer.
1367         * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
1369         * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
1370         Make variable non-static.
1371         (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
1372         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
1374         * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
1375         (RED_FROM_ULONG): Mask off higher bits.
1376         (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
1378         * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
1379         Include AvailabilityMacros.h.
1380         (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
1381         (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
1383 2008-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1385         * chartab.c (Fset_char_table_range): If range is t, really set all
1386         chars to that value.
1388 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
1390         * dired.c (Ffile_attributes): Don't allow the device number become
1391         negative.
1393 2008-05-02  Daiki Ueno  <ueno@unixuser.org>
1395         * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
1397 2008-05-02  Juri Linkov  <juri@jurta.org>
1399         * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
1400         (Fread_variable, Fread_buffer, Fcompleting_read): Document the
1401         DEFAULT argument as a list of default values in docstrings.
1403 2008-05-01  Chong Yidong  <cyd@stupidchicken.com>
1405         * puresize.h (BASE_PURESIZE): Increase to 1210000.
1407 2008-05-01  Martin Rudalics  <rudalics@gmx.at>
1409         * dispnew.c (change_frame_size_1): Preserve small windows when
1410         shrinking frames by calling set_window_height|width with third
1411         arg 2.
1413         * window.h (struct window): Replace field too_small_ok by field
1414         resize_proportionally.
1416         * window.c (make_window): Initialize resize_proportionally.
1417         (enlarge_window): Temporarily set resize_proportionally to make
1418         sure that shrink_windows does scale the window proportionally.
1419         (shrink_windows): When window has resize_proportionally set try
1420         to shrink it proportionally by stealing from other windows.
1421         (struct saved_window, Fset_window_configuration)
1422         (compare_window_configurations): Handle resize_proportionally.
1423         (WINDOW_TOTAL_SIZE): New macro.
1424         (window_min_size, shrink_windows, size_window): Use it.
1425         (check_min_window_sizes): Remove.  Invalid values of
1426         window-min-height|width are handled by window_min_size_2 now.
1427         (size_window, Fsplit_window, enlarge_window)
1428         (adjust_window_trailing_edge, grow_mini_window): Don't call
1429         check_min_window_sizes.
1430         (window_min_size_2, window_min_size_1, window_min_size):
1431         New argument safe_p for retrieving "safe" minimum sizes.
1432         (Fdisplay_buffer, Fsplit_window, enlarge_window)
1433         (adjust_window_trailing_edge, grow_mini_window):
1434         Adjust arguments of window_min_size... functions.
1435         (shrink_windows): Argument min_size removed.  New argument
1436         safe_p allows shrinking windows to their safe minimum sizes.
1437         Calculate minimum size and decide whether a window shall be
1438         deleted for each window individually.
1439         (size_window): When nodelete_p equals 2, tell shrink_windows to
1440         delete windows only if their new minimum size is no more safe.
1441         (shrink_window_lowest_first): Call window_min_size_1 to make
1442         sure to preserve modeline of bottom-most window when resizing
1443         the minibuffer.
1444         (Fset_window_configuration, Fcurrent_window_configuration)
1445         (compare_window_configurations): Do not handle
1446         window-min-height|width any more.
1447         (syms_of_window): Clarify window-min-height|width doc-strings.
1449 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1451         * dired.c (file_name_completion): Fix up the encoding/decoding issue
1452         some more.  Copy some of the code from Ftry_completions.
1453         Remove special case code that dates back to initial revision when the
1454         slash was only added when necessary and that can't trigger nowadays.
1456 2008-04-27  Kenichi Handa  <handa@m17n.org>
1458         * font.c (font_prop_validate): Signal `error' instead of `font'.
1460 2008-04-29  Jason Rumney  <jasonr@gnu.org>
1462         * w32fns.c (Fw32_battery_status): New defun.
1463         (syms_of_w32fns): Defsubr it.
1465 2008-04-28  Andreas Schwab  <schwab@suse.de>
1467         * dired.c (file_name_completion): Fix another mixing of encoded
1468         and decoded names.
1470 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
1472         * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
1474 2008-04-27  Juanma Barranquero  <lekktu@gmail.com>
1476         * fringe.c (Fdefine_fringe_bitmap): Doc fix.
1478 2008-04-27  Andreas Schwab  <schwab@suse.de>
1480         * dired.c (file_name_completion): Fix inappropriate mixing of
1481         encoded and decoded names.
1483         * xterm.c (XTread_socket): Fix use of uninitialized variable.
1485         * puresize.h (BASE_PURESIZE): Increase to 1200000.
1487 2008-04-26  Eli Zaretskii  <eliz@gnu.org>
1489         * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
1490         2008-03-31, it's not needed anymore with `struct stat' definition
1491         on nt/inc/sys/stat.h.  Undo changes from 2007-01-12 and 2007-01-13
1492         for the same reasons.
1494 2008-04-25  Dennis Gilmore  <ausil@fedoraproject.org>  (tiny change)
1496         * m/sparc.h: Additional redefinitions for GNU/Linux.
1498 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1500         * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
1501         (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
1502         (Qmouse_drag_overlay) [MAC_OSX]: New variable.
1503         (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
1504         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
1505         (mac_ax_selected_text_range) [MAC_OSX]: New functions.
1506         (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
1507         Likewise.
1509         * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
1510         (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
1511         (mac_ax_number_of_characters): Add externs.
1512         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
1513         [USE_MAC_TSM]: Likewise.
1514         (mac_handle_text_input_event) [MAC_OSX]:
1515         Handle kEventTextInputOffsetToPos for no active input area case.
1516         Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
1517         (mac_handle_document_access_event)
1518         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
1519         (install_application_handler) [MAC_OSX]: Register handlers for
1520         kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
1521         (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
1522         Register mac_handle_document_access_event.
1524         * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
1525         Make functions non-static.
1527 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1529         * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
1530         (read_file_name_completion_ignore_case, insert_default_directory)
1531         (Qdefault_directory): Move to minibuffer.el.
1532         (Fread_file_name): Call the new `read-file-name' instead.
1534 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1536         * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
1537         Make function non-static.
1538         (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
1539         Remove function.
1540         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
1541         Move to mactoolbox.c.
1542         (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
1544         * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
1545         (mac_rect_make): New macro.
1547         * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
1548         instead of float.
1549         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
1550         (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
1551         (XSetBackground) [USE_CG_DRAWING]: Likewise.
1552         (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
1553         CGRectMake.
1554         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
1555         (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
1556         (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
1557         (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
1558         instead of WindowRef in argument type.
1559         (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
1560         (mac_invert_rectangle): Use CGContextSetBlendMode if available.
1561         (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
1562         instead of DISPLAY.  All uses changed.
1563         (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
1564         (x_calc_absolute_position): Simplify so as not to use
1565         FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
1567         * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
1568         instead of WindowRef in argument type.
1569         (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
1570         [TARGET_API_MAC_CARBON]: Remove externs.
1571         (create_apple_event, mac_event_parameters_to_lisp)
1572         [TARGET_API_MAC_CARBON]: Add externs.
1574         * mactoolbox.c (Vmac_ts_script_language_on_focus)
1575         (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
1576         (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
1577         is clicked.
1578         (x_activate_menubar): Remove extern for saved_menu_event_location.
1579         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
1580         Move from mac.c.
1582 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1584         * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
1585         [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
1587 2008-04-23  Jason Rumney  <jasonr@gnu.org>
1589         * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
1590         attributes only for local files.
1592         * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
1593         default to Qlocal.
1595 2008-04-22  Juri Linkov  <juri@jurta.org>
1597         * buffer.c (Fswitch_to_buffer): Change interactive spec to call
1598         read-buffer-to-switch instead of using the letter "B".
1600 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1602         * fileio.c (Qdefault_directory): New variable.
1603         (Fread_file_name): Use it to pass `dir' to the completion functions.
1605 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
1607         * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
1609 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1611         * keyboard.c (Vpre_help_message): Remove.
1612         (show_help_echo): Remove default C code.
1614         * dired.c (directory_files_internal, file_name_completion):
1615         Only call ENCODE_FILE if the string is indeed decoded.
1617 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1619         * Makefile.in (TOOLKIT_DEFINES): Remove.
1620         (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
1622 2008-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1624         * Makefile.in (MAC_OBJ): Add mactoolbox.o.
1625         (mactoolbox.o): New target.
1627         * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
1628         Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
1630         * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
1631         Use mac_set_frame_window_background instead of XSetWindowBackground.
1632         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
1633         Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
1634         (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
1635         instead of SetWindowTitleWithCFString.
1636         (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
1637         Move function to mactoolbox.c.
1638         (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
1639         Use mac_set_window_modified instead of SetWindowModified.
1640         Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
1641         (mac_window, x_create_tip_frame): Use mac_create_frame_window.
1642         (Fx_focus_frame): Use mac_front_non_floating_window instead of
1643         FrontNonFloatingWindow.  Use mac_activate_window instead of
1644         ActivateWindow.  Use mac_active_non_floating_window instead of
1645         ActiveNonFloatingWindow.
1646         (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
1647         Use mac_show_hourglass and mac_hide_hourglass.
1648         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
1649         instead of GetGlobalMouse.
1650         (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
1651         instead of MoveWindow/SizeWindow/ShowWindow, respectively.
1652         Use mac_bring_window_to_front instead of BringToFront.
1653         (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
1654         mactoolbox.c.
1655         (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
1656         mac_file_dialog in mactoolbox.c.  Use mac_file_dialog.
1657         (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
1658         mactoolbox.c.
1660         * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
1661         (XtPointer): Move typedef from macmenu.c.
1662         (enum button_type): Move enum from macmenu.c.
1663         (widget_value): Move typedef from macmenu.c.
1664         (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
1665         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
1666         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
1667         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
1668         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
1669         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
1670         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
1671         (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
1672         (Selection): Move typedef from macselect.c.
1673         (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
1674         macterm.c.
1675         (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
1676         (mac_is_window_collapsed, mac_bring_window_to_front)
1677         (mac_send_window_behind, mac_hide_window, mac_show_window)
1678         (mac_collapse_window, mac_front_non_floating_window)
1679         (mac_active_non_floating_window, mac_activate_window)
1680         (mac_move_window_structure, mac_move_window, mac_size_window)
1681         (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
1683         * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
1684         (enum mac_menu_kind): Move enum to mactoolbox.c.
1685         (min_menu_id): Move variable to mactoolbox.c.
1686         (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
1687         (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
1688         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
1689         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
1690         [TARGET_API_MAC_CARBON]: Likewise.
1691         (XtPointer): Move typedef to macgui.h.
1692         (enum button_type): Move enum to macgui.h.
1693         (widget_value): Move typedef to macgui.h.
1694         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
1695         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
1696         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
1697         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
1698         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
1699         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
1700         (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
1701         (popup_activated_flag): Make variable non-static.
1702         (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
1703         (add_menu_item, fill_menu, dispose_menus):
1704         Move functions to mactoolbox.c.
1705         (restore_show_help_function, menu_target_item_handler)
1706         (install_menu_target_item_handler, mac_handle_dialog_event)
1707         (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
1708         [TARGET_API_MAC_CARBON]: Likewise.
1709         (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
1710         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
1711         (find_and_call_menu_selection, name_is_separator): Make function
1712         non-static.
1713         (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
1714         to mactoolbox.c.
1715         (set_frame_menubar): Don't call install_menu_quit_handler.
1716         (menu_item_selection): New variable.
1717         (mac_menu_show): Use create_and_show_popup_menu.
1718         (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
1719         selection but set variable menu_item_selection.  All uses changed.
1720         (mac_fill_menubar): Rename from fill_menubar.  All uses changed.
1721         Call install_menu_quit_handler.  Move to mactoolbox.c.
1723         * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
1724         (Selection): Move typedef to macgui.h.
1725         (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
1726         (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
1727         Make variables non-static.
1728         (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
1729         (mac_handle_apple_event, cleanup_all_suspended_apple_events):
1730         Make functions non-static.
1731         (Vmac_service_selection) [MAC_OSX]: Likewise.
1732         (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
1733         (mac_valid_selection_target_p, mac_clear_selection)
1734         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
1735         (mac_put_selection_value, mac_selection_has_target_p)
1736         (mac_get_selection_value, mac_get_selection_target_list)
1737         (init_apple_event_handler, install_drag_handler, remove_drag_handler):
1738         Move functions to mactoolbox.c.
1739         (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
1740         Likewise.
1741         (copy_scrap_flavor_data, mac_handle_service_event)
1742         (install_service_handler) [MAC_OSX]: Likewise.
1743         (syms_of_macselect) <Vmac_dnd_known_types>:
1744         Use mac_dnd_default_known_types.
1746         * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
1747         Move to mactoolbox.c.
1748         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
1749         (Fx_selection_owner_p): Add EXFUN.
1750         (install_window_handler, remove_window_handler, XSetWindowBackground):
1751         Remove externs.
1752         (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
1753         (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
1754         (x_raise_frame, x_lower_frame, mac_alert_sound_play)
1755         (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
1756         (mac_convert_frame_point_to_global, mac_set_frame_window_background)
1757         (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
1758         (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
1759         (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
1760         (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
1761         (create_and_show_popup_menu, mac_get_selection_from_symbol)
1762         (mac_valid_selection_target_p, mac_clear_selection)
1763         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
1764         (mac_put_selection_value, mac_selection_has_target_p)
1765         (mac_get_selection_value, mac_get_selection_target_list): Add externs.
1766         (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
1767         (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
1768         (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
1769         (mac_run_loop_run_once) [MAC_OSX]: Likewise.
1770         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
1771         (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
1772         (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
1773         (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
1775         * mactoolbox.c: New file.
1777 2008-04-18  Jason Rumney  <jasonr@gnu.org>
1779         * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
1781 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1783         * character.c (Fmultibyte_char_to_unibyte):
1784         Return latin1 chars unchanged.
1786         * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
1787         relocated if it points to `name'.
1789 2008-04-17  Kenichi Handa  <handa@m17n.org>
1791         * data.c (Faset): Allow setting a multibyte character in an
1792         ASCII-only unibyte string.
1794         * lisp.h (STRING_SET_MULTIBYTE): New macro.
1796 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1798         * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
1799         done in config.h.
1801 2008-04-16  Juanma Barranquero  <lekktu@gmail.com>
1803         * character.c (Fchar_bytes, Fchar_width, Fstring_width)
1804         (Fchar_direction): Add usage in the docstring.
1806 2008-04-15  Chong Yidong  <cyd@stupidchicken.com>
1808         * keyboard.c (read_key_sequence): Remove always-true checks.
1810 2008-04-14  Jason Rumney  <jasonr@gnu.org>
1812         * w32font.c (w32font_open_internal): Set max_bounds.descent in
1813         compatibility struct, for better underline positioning.
1815 2008-04-13  David Hansen  <david.hansen@gmx.net>
1817         * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
1818         string.
1820 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
1822         * m/hp800.h (XUINT, XSET): Remove.
1824 2008-04-12  Juanma Barranquero  <lekktu@gmail.com>
1826         * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
1827         previous change.
1829 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1831         * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
1832         Relocate `nm' after calling DECODE_FILE, in case the GC was run.
1834 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1836         * keymap.h (map_keymap_canonical): Declare.
1837         * xmenu.c (single_keymap_panes): Use it.
1839 2008-04-11  Glenn Morris  <rgm@gnu.org>
1841         * eval.c (Fdefvaralias): If the alias is bound and the target is not,
1842         set the target's value to that of the alias.
1844 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1846         * term.c (set_tty_color_mode): Left over typo.
1848 2008-04-10  Michael Albinus  <michael.albinus@gmx.de>
1850         * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
1851         only after check for file name handler functions.  Signal, when
1852         native functionality is not supported.
1853         (syms_of_fileio): Declare it unconditionally.
1855 2008-04-10  Jason Rumney  <jasonr@gnu.org>
1857         * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
1858         (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
1860         * w32.c (logon_network_drive): Also logon to remote drives that
1861         are mapped to drive letters.
1863 2008-04-10  Glenn Morris  <rgm@gnu.org>
1865         * xdisp.c (truncate-partial-width-windows): Doc fix.
1867 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1869         * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
1870         Move functions to minibuffer.el.
1871         (syms_of_fileio): Don't declare them.
1873 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1875         * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
1876         (syms_of_minibuf): Remove its initialization.
1878         * minibuf.c (temp_echo_area_glyphs): Remove unused function.
1880 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
1882         * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
1884 2008-04-09  Jason Rumney  <jasonr@gnu.org>
1886         * makefile.w32-in (distclean): Delete makefile too.
1887         (maintainer-clean): New target.
1889         * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
1891         * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
1892         for new font backend and composite cases.
1894 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
1896         * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
1897         Most of the code moved to run_timers.
1898         (do_pending_atimers): Call run_timers.
1899         (run_timers): New function.
1901         * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
1902         run atimers.
1904         * process.c (wait_reading_process_output): The same as above.
1906 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1908         * minibuf.c (last_exact_completion): Remove variable.
1909         (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
1910         (complete_and_exit_1, complete_and_exit_2)
1911         (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
1912         (Fdisplay_completion_list, display_completion_list_1)
1913         (Fminibuffer_completion_help, Fself_insert_and_exit)
1914         (Fexit_minibuffer, Fminibuffer_message): Move functions to
1915         minibuffer.el.
1916         (syms_of_minibuf): Remove corresponding initializations.
1918         * keyboard.c (Qdeactivate_mark): New var.
1919         (command_loop_1): Use it to call `deactivate-mark'.
1920         (syms_of_keyboard): Initialize it.
1922         * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
1923         to another frame.
1924         * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
1925         Don't call set_tty_color_mode.
1926         (store_frame_param): Reset previous_frame rather than call
1927         set_tty_color_mode.
1928         * term.c (set_tty_color_mode): Rewrite.
1929         * dispextern.h (set_tty_color_mode): New type.
1930         * termchar.h (struct tty_display_info): Add `previous_color_mode'.
1932 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1934         * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
1935         for generic chars, which do not exist any more in emacs-unicode.
1937 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
1939         * coding.c (detect_coding_emacs_mule)
1940         (Ffind_operation_coding_system): Fix typo.
1942 2008-04-08  Jason Rumney  <jasonr@gnu.org>
1944         * w32uniscribe.c (SNAME): Extract only symbol name.
1946         * w32font.h (struct w32_metric_cache): New struct.
1947         (w32font_info): Use it.
1948         (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
1949         (CACHE_BLOCKSIZE): New constants.
1951         * w32font.c (Qja, Qko, Qzh): New symbols.
1952         (syms_of_w32font): Initialise them.
1953         (font_matches_spec): Use them to filter by language.
1954         (recompute_cached_metrics): Remove function.
1955         (compute_metrics, clear_cached_metrics): New functions.
1956         (w32font_encode_char): Use them to manage metric cache.
1957         (w32font_text_extents): Cache metrics for all glyphs on demand.
1958         Delay converting glyph indices to WORD until needed.
1959         (w32font_open_internal): Initialize metric cache to empty.
1960         (registry_to_w32_charset): Charset should always be a symbol.
1961         (fill_in_logfont, list_all_matching_fonts): Family should
1962         always be a symbol.
1964 2008-04-06  Jason Rumney  <jasonr@gnu.org>
1966         * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
1967         Give up if glyph indices not supported.  Use uniscribe obtained
1968         ABC widths for individual metrics.  Map glyph clusters back to
1969         characters using fClusterStart flag.  Return number of glyphs
1970         produced, not chars processed.
1971         (uniscribe_shape): Map char at FROM to current glyph.
1973 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1975         * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
1976         Use SetMenuItemHierarchicalMenu.
1978 2008-04-05  Jason Rumney  <jasonr@gnu.org>
1980         * image.c (pbm_load): Allow color values up to 65535.
1981         Throw an error if max_color_idx is outside the supported range.
1982         Report an error when image size is invalid.
1983         Read two bytes at a time when raw images have max_color_idx above 255.
1985 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
1987         * w32.c (readdir): If FindFirstFile/FindNextFile return in
1988         cFileName a file name that includes `?' characters, use the 8+3
1989         alias in cAlternateFileName instead.
1991 2008-04-05  Kenichi Handa  <handa@ni.aist.go.jp>
1993         * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
1994         append "CCL: Quitted" when the CCL program is quitted.
1995         (setup_ccl_program): Initialize ccl->quit_silently to zero.
1997         * ccl.h (struct ccl_program): New member quit_silently.
1999 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
2001         * search.c (compile_pattern_1): Treat non-nil and non-string of
2002         search-spaces-regexp as nil.
2004         * minibuf.c (Fassoc_string): Tweak docstring.
2006 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
2008         * dired.c (Ffile_attributes): Support inode numbers wider than 32
2009         bits.  Remove ugly WINDOWSNT-specific kludge introduced on
2010         2008-03-14 to force inode be positive.
2012         * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
2013         _S_* ones, since we now use our own sys/stat.h.
2014         (stat, fstat): Don't mangle the inode number.
2015         (init_user_info): Don't restrict UID and GID to 0-60000 range.
2017 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2019         * frame.h (struct frame): Give one more bit to `visible' since we use
2020         values larger than 1 to indicate obscured frames on ttys.
2022         * keymap.c (Qkeymap_canonicalize): New var.
2023         (Fmap_keymap_internal): New fun.
2024         (describe_map): Use keymap-canonicalize.
2026         * undo.c (last_boundary_buffer, last_boundary_position): New vars.
2027         (Fundo_boundary): Set them.
2028         (syms_of_undo): Initialize them.
2029         (record_point): Use them instead of last_point_position*.
2030         (last_undo_buffer): Change type.
2032 2008-04-04  Jason Rumney  <jasonr@gnu.org>
2034         * w32font.c (w32font_text_extents): Use font's ascent and descent.
2035         (recompute_cached_metrics): Don't set ascent and descent per char.
2037         * w32uniscribe.c (uniscribe_check_otf): Fix last change.
2038         (uniscribe_check_otf): Add GC protection before consing.
2039         Rearrange loop for counting features.
2041 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2043         * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
2044         buffer with byte-size of source buffer.
2046 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
2048         * callint.c (Fcall_interactively): Handle temporary region even
2049         when shift-select-mode is off.
2051 2008-04-03  Jason Rumney  <jasonr@gnu.org>
2053         * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
2055 2008-04-03  Kenichi Handa  <handa@m17n.org>
2057         * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
2058         (CATEGORY_MASK_UTF_16): Likewise.
2059         (detect_coding_utf_16): Add heuristics to reject utf-16 for a
2060         binary file.
2061         (detect_coding): Add null-byte detection for a binary file.
2062         (detect_coding_system): Likewise.
2064 2008-04-03  Jason Rumney  <jasonr@gnu.org>
2066         * w32uniscribe.c: New file.
2068         * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
2070         * w32font.h (uniscribe_check_otf): Declare for w32font.c.
2072         * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
2073         (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
2074         (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
2075         (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
2076         (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
2077         (Qphonetic): New symbols.
2078         (syms_of_w32font): Initialize them.
2079         (font_supported_scripts): Use them.
2080         (w32font_list_family): List all charsets.
2081         (w32font_text_extents, recompute_cached_metrics): Fix metric
2082         calculations.
2083         (w32_enumfont_pattern_entity): Make full_type a DWORD.
2084         Give opentype fonts their own format.
2085         (font_matches_spec): New arguments backend and logfont.
2086         Handle :otf spec for uniscribe backend.
2087         (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
2088         (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
2090         * w32fns.c (Fx_create_frame): Conditionally register uniscribe
2091         font backend.
2092         (globals_of_w32fns): Initialize uniscribe font backend.
2094         * makefile.w32-in (CONFIG_H): New variable.  Use it to clean up
2095         dependencies.
2096         (w32uniscribe.$(O)): New file to build.
2097         (FONT_OBJ): Include w32uniscribe.$(O).
2098         (LIBS): Add uniscribe libraries.
2100         * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
2102 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
2104         * callint.c (Vshift_select_mode): New var.
2105         (Finteractive): Document new ^ spec.
2106         (Fcall_interactively): Call handle-shift-selection if the ^ spec
2107         is present.
2109         * keyboard.c (Vthis_command_keys_shift_translated): New var.
2110         (command_loop_1): Avoid running the direct display versions of
2111         forward-char and backward-char if shift-selection may occur.
2112         (read_key_sequence): Set Vthis_command_keys_shift_translated if
2113         shift-translation takes place.
2115         * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
2116         avoid clobbering by define-minor-mode.
2118         * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
2119         (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
2121         * syntax.c (Fforward_word): Add ^ interactive spec.
2123         * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
2124         (Fscroll_right): Add ^ interactive spec.
2126 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2128         * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
2130         * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
2132         * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
2134 2008-03-31  Juri Linkov  <juri@jurta.org>
2136         * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
2138 2008-03-30  Jan Djärv  <jan.h.d@swipnet.se>
2140         * gtkutil.c (xg_set_geometry): Fix indentation.
2141         (xg_resize_outer_widget): Remove.
2142         (x_wm_size_hint_off): Fix indentation.
2143         (xg_frame_set_char_size): Call flush_and_sync after
2144         gtk_window_resize.
2145         (x_wm_set_size_hint): Pass NULL as geometry window to
2146         gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
2147         Add menu bar and tool bar height to base height.
2148         (xg_update_frame_menubar, free_frame_menubar)
2149         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
2150         (update_frame_tool_bar, free_frame_tool_bar):
2151         Change xg_resize_outer_widget to xg_frame_set_char_size.
2153 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
2155         * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
2156         (Fdbus_call_method): New parameter TIMEOUT.
2157         (dbus-send-signal): Optimize UNGCPRO call.
2159 2008-03-29  Juri Linkov  <juri@jurta.org>
2161         * window.c (Fdisplay_buffer): Move call to
2162         Vsplit_window_preferred_function out of conditions that check
2163         if window is eligible for vertical splitting.
2164         When Vsplit_window_preferred_function is non-nil, call it and use
2165         its non-nil return value as window.  Otherwise, continue doing
2166         vertical splitting using Fsplit_window with arg horflag=nil.
2167         (syms_of_window) <Vsplit_window_preferred_function>: Change the
2168         default value from `split-window' to nil.
2170 2008-03-29  Juri Linkov  <juri@jurta.org>
2172         * callint.c (Fcall_interactively): Revert 2008-03-16 change
2173         for interactive code letters 'b' and 'B'.
2175 2008-03-29  Eli Zaretskii  <eliz@gnu.org>
2177         * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
2178         multibyte string.
2180 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2182         * keyboard.c (pending_funcalls): New var.
2183         (timer_check): Run it.
2184         (syms_of_keyboard): Initialize it.
2185         * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
2186         (Vdelete_terminal_functions): New vars.
2187         (syms_of_terminal): Initialize them.
2188         (Fdelete_terminal): Run delete-terminal-functions.
2189         * xdisp.c (safe_eval): Rewrite.
2190         (safe_call2): New fun.
2191         * frame.c (Qdelete_frame_functions): New var.
2192         (syms_of_frame): Initialize it.
2193         (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
2194         * lisp.h (safe_call2, pending_funcalls): Declare.
2196 2008-03-28  Andreas Schwab  <schwab@suse.de>
2198         * indent.c (Fmove_to_column): Move declaration before statements.
2200 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2202         * frame.h (enum fullscreen_type): Give it a name.  Move it before use.
2203         (struct frame): Use bit fields for boolean vars.
2205         * process.c (server_accept_connection): Simplify naming.
2206         (emacs_get_tty_pgrp): Use SDATA.
2208         * coding.c (decode_coding_object): Fix last change.
2210 2008-03-27  Jason Rumney  <jasonr@gnu.org>
2212         * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
2214 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
2216         * charset.c (Fdefine_charset_internal): Change the way of
2217         registering charsets in Vcharset_order_list.
2218         (syms_of_charset): Make the charset `eight-bit' supplementary.
2220 2008-03-26  Alexandre Oliva  <aoliva@redhat.com>  (tiny change)
2222         * regex.c (EXTEND_BUFFER): Change order of pointer addition
2223         operations, to avoid having the difference between pointers
2224         overflow.
2226 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2228         * indent.c (check_display_width): New fun.
2229         (scan_for_column): Use it.
2231         * data.c (syms_of_data): Mark most-positive-fixnum and
2232         most-negative-fixnum as constants.
2234         * xdisp.c (redisplay_internal): Reset selected_frame earlier.
2236         * indent.c (scan_for_column): Extract from current_column_1.
2237         Merge with the same code from Fmove_to_column.
2238         (current_column_1, Fmove_to_column): Use it.
2240 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2242         * keymap.c (map_keymap_internal): New fun.
2243         (map_keymap): Use it.
2244         (Fmap_keymap_internal): New fun.
2245         (Fmap_keymap): Remove left-out test from before make_save_value.
2247         * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
2249         * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
2250         Use XCAR/XCDR.
2252         * process.h (struct Lisp_Process): Remove filter_multibyte.
2253         * process.c (QCfilter_multibyte): Remove.
2254         (setup_process_coding_systems): Don't use filter_multibyte.
2255         (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
2256         (read_process_output): Don't adjust multibyteness to filter_multibyte.
2257         (Fset_process_filter_multibyte): Change the coding-system to
2258         approximate the previous behavior.
2259         (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
2260         coding-system.
2262         * coding.c (decode_coding_object): When not decoding into a buffer,
2263         obey the coding system's preference of (uni|multi)byte.
2265 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2267         * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
2268         every char is changed and has a different byte-length.
2269         (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
2270         Fix int -> EMACS_INT.
2272 2008-03-23  David Hansen  <david.hansen@gmx.net>
2274         * dbusbind.c (xd_read_message): Remove extra copying of message
2275         strings.  Check for NULL `interface' or `member'.
2277 2008-03-22  Eli Zaretskii  <eliz@gnu.org>
2279         * w32.c (readdir): If FindFirstFile/FindNextFile return in
2280         cFileName a file name that includes `?' characters, use the 8+3
2281         alias in cAlternateFileName instead.
2283 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2285         * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
2287 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2289         * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
2290         (set_point, set_point_both): Use EMACS_INT.  Remove `buffer' arg,
2291         work on current_buffer only instead (that was already the case
2292         for some of the code anyway).
2293         * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
2294         (temp_set_point, temp_set_point_both): Use EMACS_INT.
2295         (SET_PT, SET_PT_BOTH): Adjust.
2296         * intervals.h (set_point, temp_set_point, set_point_both)
2297         (temp_set_point_both): Remove redundant declarations.
2299 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2301         * fileio.c (Finsert_file_contents):
2302         * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
2303         * buffer.h (BUF_SET_PT): Remove.  set_point_both doesn't work right
2304         when buffer != current_buffer anyway.
2306 2008-03-20  Andreas Schwab  <schwab@suse.de>
2308         * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
2309         as default.
2311 2008-03-19  Jason Rumney  <jasonr@gnu.org>
2313         * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
2314         (syms_of_w32fns): Initialize them.
2315         (HOURGLASS_ID): New constant.
2316         (x_window_to_frame): Don't check hourglass_window.
2317         (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
2318         (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
2319         (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
2320         (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
2321         Only change the cursor if hourglass is not active.
2322         (Fx_create_frame): Initialize frame's current_cursor.
2323         (hourglass_atimer): Remove.
2324         (hourglass_started): New function.
2325         (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
2326         (show_hourglass): Adapt to w32, changing argument to frame.
2328         * w32term.h (struct w32_output): Remove hourglass_window.
2329         Add current_cursor.
2331         * eval.c (call_debugger, Fsignal):
2332         * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
2333         (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
2334         (Fexecute_extended_command, cancel_hourglass_unwind):
2335         * minibuf.c (read_minibuf):
2336         * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
2338 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2340         * window.c (run_funs): New fun.
2341         (run_window_configuration_change_hook): Use it to run the buffer-local
2342         and the global part of the hook.
2344         * xdisp.c (format_mode_line_unwind_data): Add window argument.
2345         (unwind_format_mode_line): Restore selected window.
2346         (x_consider_frame_title, Fformat_mode_line): Set selected window.
2348 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2350         * editfns.c (Fchar_equal): Check they are valid characters.
2352         * buffer.h (Fbuffer_list): Declare (for use in callint.c).
2354 2008-03-17  Andreas Schwab  <schwab@suse.de>
2356         * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
2357         against a charset.
2359         * lisp.h (Fbuffer_list): Declare.
2361 2008-03-17  Jan Djärv  <jan.h.d@swipnet.se>
2363         * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
2364         handlebox_widget is != 0.
2366 2008-03-16  Juri Linkov  <juri@jurta.org>
2368         * callint.c (Fcall_interactively): For interactive code letters
2369         'b' and 'B' put the buffer list into the list of default "future"
2370         values of the minibuffer.
2372 2008-03-16  Andreas Schwab  <schwab@suse.de>
2374         * keyboard.c (read_key_sequence): Fix downcasing of letters with
2375         modifiers.
2377         * regex.c (re_match_2_internal): Correct matching of a charset
2378         against latin-1 characters.
2380 2008-03-16  Kenichi Handa  <handa@m17n.org>
2382         * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
2383         (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
2384         (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
2385         (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
2386         (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
2387         CHAR_STRING_ADVANCE.
2388         (produce_chars): Fix for the case that the source and the
2389         destination are the same buffer.  Use CHAR_STRING_ADVANCE_NO_UNIFY
2390         instead of CHAR_STRING_ADVANCE.
2391         (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
2392         STRING_CHAR_ADVANCE.
2394 2008-03-15  Andreas Schwab  <schwab@suse.de>
2396         * regex.c (re_match_2_internal): Correct matching of eight bit
2397         characters in unibyte strings.
2399 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
2401         * buffer.c (overlays_in, Foverlays_in): Include empty overlays
2402         at end of range when it coincides with the end of the buffer.
2404 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
2406         * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
2408         * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
2410 2008-03-14  Jason Rumney  <jasonr@gnu.org>
2412         * editfns.c (initial_tz): New variable.
2413         (syms_of_editfns): Initialize it.
2414         (Fset_time_zone_rule): Set it when first called.
2415         Use it when TZSTRING is nil.
2417         * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
2418         (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
2419         (monitor_from_point_fn, get_monitor_info_fn): New globals.
2420         (globals_of_w32fns): Initialize them.
2421         (compute_tip_xy): Use them to position tooltips.
2423 2008-03-14  Glenn Morris  <rgm@gnu.org>
2425         * emacs.c (main): Revert previous change.
2426         (standard_args): Revert -internal-script back to -scriptload,
2427         and remove the long-option form.
2429 2008-03-13  Glenn Morris  <rgm@gnu.org>
2431         * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
2432         Remove option -enable-font-backend.
2434 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2436         * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
2438 2008-03-11  Jan Djärv  <jan.h.d@swipnet.se>
2440         * xterm.c (x_connection_closed): For GTK: If this is the last
2441         terminal just exit without closing the display.
2443 2008-03-11  Jason Rumney  <jasonr@gnu.org>
2445         * w32font.c (w32font_full_name): Use floor to round.
2447 2008-03-10  dhruva  <dhruvakm@gmail.com>  (tiny change)
2449         * sound.c (alsa_configure): Declare vol at beginning of block.
2451         * fontset.c (Ffontset_info): Remove extra semicolon.
2453 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2455         * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
2456         size of resulting string.
2458 2008-03-10  Jason Rumney  <jasonr@gnu.org>
2460         * dispnew.c (adjust_glyph_matrix): Initialize window_height.
2462 2008-03-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2464         * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
2465         Don't pretend as if characters with display property haven't been
2466         consumed for string-replacing-string case.
2468 2008-03-08  Kim F. Storm  <storm@cua.dk>
2470         * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
2471         (get_next_display_element, next_element_from_string)
2472         (next_element_from_ellipsis, next_element_from_buffer): Use it.
2474 2008-03-08  Andreas Schwab  <schwab@suse.de>
2476         * process.h (struct Lisp_Process): Declare bit fields as unsigned.
2478 2008-03-06  Jason Rumney  <jasonr@gnu.org>
2480         * w32font.c (w32_registry): Take font_type argument.  Use ANSI
2481         when charset not specified.  Only translate ANSI to unicode when
2482         font_type is truetype.
2483         (w32font_coverage_ok): New function.
2484         (add_font_entity_to_list): Use it to filter unsuitable fonts.
2486 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
2488         * lread.c (Fread_char): Resolve modifiers.
2489         (Fread_char_exclusive): Likewise.
2491         * character.c (char_resolve_modifier_mask): New function.
2492         (char_string): Use char_resolve_modifier_mask.
2493         (Fchar_resolve_modifiers): New function.
2494         (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
2495         function.
2497 2008-03-04  Jason Rumney  <jasonr@gnu.org>
2499         * makefile.w32-in: Always include w32font.c in the build.
2500         * w32font.c: Wrap in USE_FONT_BACKEND conditional.
2502 2008-03-04  Andreas Schwab  <schwab@suse.de>
2504         * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
2505         (versionclean): Likewise.
2507 2008-03-04  Juanma Barranquero  <lekktu@gmail.com>
2509         * .cvsignore: Add oo.
2511 2008-03-03  Andreas Schwab  <schwab@suse.de>
2513         * coding.c (decode_coding_object): Inhibit gap shrinking while
2514         decoding in place.
2516 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
2518         * w32term.c: Remove unused include "gnu.h".
2519         * makefile.w32-in (w32term.o): Don't depend on gnu.h.
2521         * gnu.h: Rename to ...
2522         * emacs-icon.h: ... this.
2523         * xterm.c: Use emacs-icon.h instead of gnu.h.
2524         * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
2526 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
2528         * w32font.c: Include math.h.
2530 2008-03-03  Jason Rumney  <jasonr@gnu.org>
2532         * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
2533         Compute options separately.
2534         (w32font_open_internal): Set glyph_idx before caching metrics.
2536         * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
2537         Define if system headers don't.
2538         (struct w32font_info): Enlarge ascii_metrics.  Add glyph_idx.
2539         (w32font_encode_char): Don't declare here.
2541         * w32font.c (Quniscribe, QCformat): New symbols.
2542         (syms_of_w32font): Define them.
2543         (w32font_has_char): Indicate uncertainty.
2544         (w32font_encode_char): Encode as glyph point.  Make static.
2545         (recompute_cached_metrics): New function.
2546         (w32font_open_internal): Use it.  Set font to use glyph points
2547         initially.  Set format based on type of font.
2548         (w32font_text_extents, w32font_draw): Optionally use glyph points.
2549         (w32_enumfont_pattern_entity): Accept backend arg.  Set type based
2550         on it.  Set format based on information available here.
2551         (add_font_entity_to_list): Identify backend based on opentype_only.
2553 2008-03-02  Andreas Schwab  <schwab@suse.de>
2555         * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
2557         * coding.c (decode_coding_big5, produce_chars):
2558         Fix typos in last change.
2560 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
2562         * gnu.h: New icon.
2564 2008-03-02  Kenichi Handa  <handa@m17n.org>
2566         * coding.c (decode_coding_utf_8): When eol-type of CODING is
2567         `dos', don't decode '\r' if that is the last in the source.
2568         (decode_coding_utf_16, decode_coding_emacs_mule)
2569         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
2570         (decode_coding_raw_text, decode_coding_charset): Likewise.
2571         (produce_chars): Don't decode EOL here.  Use EMACS_INT.
2573 2008-03-01  Jason Rumney  <jasonr@gnu.org>
2575         * w32font.c (w32font_full_name): Report point size for scalable fonts.
2577 2008-03-01  Kim F. Storm  <storm@cua.dk>
2579         * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
2581 2008-03-01  Jason Rumney  <jasonr@gnu.org>
2583         * w32font.c (w32font_full_name): New function.
2584         (w32font_open_internal): Use it.
2586 2008-03-01  Kim F. Storm  <storm@cua.dk>
2588         * dispnew.c (line_draw_cost): Fix invalid glyph check.
2590 2008-03-01  Jason Rumney  <jasonr@gnu.org>
2592         * font.c (font_unparse_fcname): Increase len when style is a symbol.
2594 2008-03-01  Jan Djärv  <jan.h.d@swipnet.se>
2596         * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
2597         xg_frame_resized when the event is for the edit widget.
2599         * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
2601         * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
2602         set_char_size.
2603         (xg_frame_resized): Renamed from xg_resize_widgets.  Remove all
2604         operations on widgets here.  Just set frame size if needed.
2605         (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
2606         (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
2607         (x_wm_set_size_hint): Set size hints on the edit widget only, not
2608         the whole frame.
2609         (xg_create_tool_bar): Move attachement of the tool bar to
2610         xg_pack_tool_bar.  Do not attach the tool bar if there are no items.
2611         (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
2613 2008-03-01  Jason Rumney  <jasonr@gnu.org>
2615         * w32fns.c (w32_msg_pump): Disable debug code.
2617 2008-03-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2619         * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
2621 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
2623         * xdisp.c (next_overlay_string): Don't set
2624         overlay_strings_at_end_processed_p if we're currently reading from
2625         a display string.
2627 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2629         * xdisp.c (get_overlay_strings_1): Fix typo.
2631 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
2633         * xdisp.c (get_overlay_strings_1): Add missing argument type.
2635 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
2637         * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
2639         * xdisp.c (display_mode_element): Cancel the previous change.
2640         (decode_mode_spec): Likewise.
2641         (handle_auto_composed_prop): Don't make composition if it->string
2642         is a string.
2644 2008-02-27  Kim F. Storm  <storm@cua.dk>
2646         * lisp.h (GLYPH): Change type from int to struct with separate char
2647         and face_id members.
2648         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
2649         (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
2650         (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
2651         (GLYPH_CHAR, GLYPH_FACE): ... these.  Change users.
2652         (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove.  Rewrite users to use ...
2653         (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
2654         (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
2655         (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
2656         handle new Lisp glyph code encoding, either an integer or a cons.
2658         * disptab.h (GLYPH_SIMPLE_P): Rewrite.
2659         (GLYPH_ALIAS): Delete.
2660         (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
2661         (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
2662         (GLYPH_FROM_CHAR): Replace macro by ...
2663         (SET_GLYPH_FROM_CHAR): ... this macro.  Change users.
2665         * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
2666         (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
2667         (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro.  Change users.
2668         (GLYPH_INVALID_P): New macro.
2669         (spec_glyph_lookup_face): Update prototype.
2671         * dispnew.c (line_draw_cost): Adapt to new glyph type.
2672         (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
2673         new glyph code encoding.
2674         (spec_glyph_lookup_face): No return value; update passed glyph instead.
2675         (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
2677         * xdisp.c (get_next_display_element, next_element_from_display_vector):
2678         Adapt to new glyph type and new glyph code encoding.
2680         * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
2682         * indent.c (current_column, current_column_1, Fmove_to_column)
2683         (compute_motion): Adapt to new glyph code encoding.
2685         * msdos.c (IT_write_glyphs): Adapt to new glyph type.
2687 2008-02-27  Chong Yidong  <cyd@stupidchicken.com>
2689         * process.c (wait_reading_process_output): Check for window
2690         changes caused by timers.
2691         Suggested by Johan Bockgård.
2693 2008-02-27  Glenn Morris  <rgm@gnu.org>
2695         * emacs.c (USAGE1): Add `--disable-font-backend'.
2697 2008-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2699         * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
2700         is made to the buffer.
2702 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2704         * dispextern.h (face_at_buffer_position, face_for_overlay_string)
2705         (face_at_string_position):
2706         * xfaces.c (face_at_buffer_position, face_for_overlay_string)
2707         (face_at_string_position):
2708         * xdisp.c (display_string, next_overlay_change):
2709         * buffer.h (overlays_at):
2710         * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
2711         Update callers.
2713 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
2715         * editfns.c (Fformat): Doc fix.
2717 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
2719         * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
2720         (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
2721         (Ffont_otf_alternates, Fquery_font): Doc fixes.
2723 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2725         * buffer.c (Fbuffer_swap_text): New function.
2726         (syms_of_buffer): Defsubr it.
2728 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
2730         * keyboard.c (command_loop_1): Revert 2006-10-09 change.
2732 2008-02-25  Jason Rumney  <jasonr@gnu.org>
2734         * w32font.c (w32font_draw): Draw one character at a time when padding.
2736 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2738         * window.c (Fdelete_window, Fadjust_window_trailing_edge):
2739         Handle a nil arg.  Use run_window_configuration_change_hook.
2740         (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
2741         (Fenlarge_window, Fshrink_window, Fset_window_configuration):
2742         Use run_window_configuration_change_hook.
2744 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
2746         * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
2747         1-pixel width.
2749 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
2751         * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
2752         (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
2753         if the glyph in the font is zero pixel with.
2755         * dispextern.h (struct glyph_string): New member padding_p.
2757         * w32font.c (w32font_draw): Pay attention to s->padding_p.
2759         * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
2761         * xfont.c (xfont_draw): Pay attention to s->padding_p.
2763         * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
2765         * font.c: If the font driver doesn't have `shape' function, return Qnil.
2767 2008-02-25  Jason Rumney  <jasonr@gnu.org>
2769         * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
2771 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2773         Allow fine-grained image-cache flushing.
2774         * dispextern.h (struct image): Add `dependencies' field.
2775         (clear_image_caches): Change arg to Lisp_Object.
2776         * image.c (make_image): Initialize `dependencies' field.
2777         (clear_image_cache): Change arg to allow fine-grained flushing.
2778         Perform the flush even if image-cache-eviction-delay is nil.
2779         (clear_image_caches): Change arg to Lisp_Object.
2780         (Fclear_image_cache): Expand meaning of the argument.
2781         (mark_image): Mark `dependencies' field.
2782         * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
2783         (lface_hash): Use XHASH rather than XFASTINT.
2784         (face_at_buffer_position): Fix int -> EMACS_INT position.
2785         * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
2786         (select_frame_for_redisplay): Remove code duplication.
2787         (redisplay_internal): Adapt arg to call to clear_image_caches.
2789 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
2791         * s/vms4-0.h:
2792         * s/vms4-2.h:
2793         * s/vms4-4.h:
2794         * s/vms5-5.h: Remove, unused.
2796         * s/irix5-2.h:
2797         * s/irix6-0.h:
2798         * s/riscos5.h:
2799         * s/mach-bsd4-3.h:
2800         * m/mips4.h: Remove files for obsolete systems.
2802         * Makefile.in:
2803         * filelock.c:
2804         * unexmips.c:
2805         * m/hp9000s300.h:
2806         * m/iris4d.h:
2807         * s/aix3-1.h:
2808         * s/hpux.h:
2809         * s/msdos.h:
2810         * s/usg5-0.h:
2811         * s/usg5-2-2.h:
2812         * s/usg5-2.h:
2813         * s/usg5-3.h: Remove references to obsolete variables.
2815         * s/irix5-0.h: Remove, move all the contents ...
2816         * s/irix6-5.h: ... here.  Simplify.
2817         * config.in: Regenerate.
2819 2008-02-24  Jason Rumney  <jasonr@gnu.org>
2821         * w32term.c (x_draw_glyph_string_background): Clear the background
2822         manually when cleartype is in use.
2823         (x_draw_glyph_string_foreground): Draw text transparently when
2824         cleartype is in use.
2826         * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
2827         a font into it unless we have to.
2829 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2831         * intervals.h (INT_LISPLIKE): Remove.  It may misfire.
2832         (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
2834 2008-02-18  Jason Rumney  <jasonr@gnu.org>
2836         * w32fns.c (Fw32_shell_execute): Encode parameters.
2838 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
2840         * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
2842 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
2844         * unexhp9k800.c (read_header): Replace `legal' with `valid'.
2846 2008-02-24  Ulrich Neumerkel  <ulrich@complang.tuwien.ac.at>  (tiny change)
2848         * xterm.c (x_set_offset): Don't change the gravity if
2849         CHANGE_GRAVITY is -1.
2851 2008-02-23  Chong Yidong  <cyd@stupidchicken.com>
2853         * fileio.c (auto_save_error_occurred): New var.
2854         (auto_save_error): Set it.
2855         (Fdo_auto_save): Don't overwrite the error message if an auto-save
2856         error occurred.
2858 2008-02-23  Eli Zaretskii  <eliz@gnu.org>
2860         * w32.c (globals_of_w32): Add initializations for
2861         g_b_init_get_sid_sub_authority and
2862         g_b_init_get_sid_sub_authority_count.
2864 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2866         * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
2867         (font_parse_xlfd): Use them for sanity check.
2868         (Finternal_set_font_style_table): Make sure the table is bijective.
2870         Consolidate the image_cache to the terminal struct.
2871         * termhooks.h (P_): Remove redundant def.
2872         (struct terminal): New field `image_cache'.
2873         * frame.h (FRAME_IMAGE_CACHE): New macro.  Use it everywhere in place
2874         of FRAME_X_IMAGE_CACHE.
2875         * xterm.h (struct x_display_info): Remove image_cache field.
2876         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
2877         * w32term.h (struct w32_display_info): Remove image_cache field.
2878         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
2879         * macterm.h (struct mac_display_info): Remove image_cache field.
2880         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
2881         * xterm.c (x_term_init):
2882         * w32term.c (w32_term_init):
2883         * macterm.c (mac_term_init): Set the image_cache in the terminal.
2884         * dispextern.h (clear_image_cache, forall_images_in_image_cache):
2885         Remove declarations.
2886         (clear_image_caches, mark_image_cache): New declarations.
2887         * xfaces.c (clear_face_cache):
2888         * xdisp.c (redisplay_internal): Use clear_image_caches.
2889         * image.c (clear_image_cache): Don't check that a frame is on
2890         a window-system before checking if it shares the same cache.
2891         (clear_image_caches): New function.
2892         (Fclear_image_cache): Use it.
2893         (mark_image): Move from allo.c.
2894         (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
2895         * alloc.c (mark_image, mark_image_cache): Move to image.c.
2896         (mark_object): Don't call mark_image_cache for frames.
2897         (mark_terminals): Call mark_image_cache.
2899         * lisp.h (Fdelete_terminal): Declare.
2901         * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
2902         (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
2903         wrong_type_argument.
2905 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
2907         * Makefile.in (lisp): Remove devanagari.el, kannada.el,
2908         malayalam.el, and tamil.el.  Add sinhala.el.
2910 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2912         * xterm.c (x_connection_closed): Consolidate identical tests.
2913         (x_delete_terminal): Don't crash if called via x_connection_closed.
2915 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
2917         * xdisp.c (decode_mode_spec): New arg string.
2918         (display_mode_element): Adjust for the above change.
2920 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2922         * callint.c (Fcall_interactively): Use AREF.
2924 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2926         * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
2928 2008-02-18  Jan Djärv  <jan.h.d@swipnet.se>
2930         * xfns.c (Fx_show_tip): Set string to " " if empty.
2932 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
2934         * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
2935         with Qt.
2937 2008-02-17  Kenichi Handa  <handa@m17n.org>
2939         * ftfont.c (ftfont_shape): Return Lispy number.
2941         * xfaces.c (prepare_face_for_display): Use display_info->font->fid
2942         for GCs.
2943         (Finternal_set_font_selection_order): Call font_update_sort_order
2944         only when enable_font_backend is set.
2945         (realize_x_face): Set face->font_info to that of default face only
2946         when enable_font_backend is set.
2948         * xdisp.c (handle_composition_prop): Set it->c to the fist
2949         characte of the composed region.
2950         (fill_composite_glyph_string): Set base_face->font_info to
2951         s->font_info.  Get a face for ascii from base_face->ascii_face.
2952         (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
2953         with a face already decided.
2954         (x_produce_glyphs): Be sure to set it->ascent and it->descent to
2955         non-negative.
2956         (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
2957         call font_prepare_composition unconditionally.
2959         * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
2961         * xterm.h (struct x_display_info): New member font.
2963         * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
2964         (x_set_mouse_face_gc, x_new_font): Likewise.
2965         (x_term_init): Setup display_info->font.
2966         (x_delete_terminal): Free display_info->font.
2968         * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
2970         * ftxfont.c (ftxfont_default_fid): Delete it.
2971         (ftxfont_open): Set xfont->fid to 0.
2972         (ftxfont_end_for_frame): Clear data specific to the frame and the
2973         font-driver.
2975         * xftfont.c (xftfont_default_fid): Delete it.
2976         (xftfont_open): Set xfont->fid to 0.
2978         * fontset.c (FONTSET_OBJLIST): New macro.
2979         (fontset_find_font): Update font-object list of the fontset.
2980         (free_realized_fontset): New function.
2981         (free_face_fontset): Call free_realized_fontset.
2982         (Ffont_info): Call font_close_object only when enable_font_backend
2983         is set.
2985         * font.c [HAVE_X_WINDOWS]: Include xterm.h.
2986         [HAVE_NTGUI]: Include w32term.h.
2987         [MAC_OS]: Include macterm.ch.
2988         (font_otf_ValueRecord): Use make_number.
2989         (font_finish_cache): Fix handling of reference count.
2990         (font_clear_cache): Update num_fonts.
2991         (font_open_entity): Update smallest_char_width and
2992         smallest_font_height of the frame.
2993         (font_close_object): Update num_fonts.
2994         (Fclear_font_cache): Fix finding the target cache data.
2996 2008-02-16  Glenn Morris  <rgm@gnu.org>
2998         * fontset.c (Finternal_char_font): Fix compilation warning.
3000 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
3002         * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
3003         instead of char arrays.  Enlarge the size of array passed to
3004         get_token_information.
3006         * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
3007         warnings.
3009 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
3011         * .gdbinit: Don't set `args', it breaks gdb --args.
3013 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3015         * fileio.c (Finsert_file_contents): Adjust offsets when replacing
3016         within a narrowed buffer.
3018 2008-02-14  Kenichi Handa  <handa@ni.aist.go.jp>
3020         * coding.c (decode_coding_object, encode_coding_object):
3021         Preserve Vdeactivate_mark.  Delete unnecessary call of Fcurrent_buffer.
3023 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3025         * coding.c (coding_set_destination): Use BEG_BYTE rather than
3026         hardcoding 1.
3027         (detect_coding_system):
3028         * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
3029         (string_char_to_byte, string_byte_to_char, insert_from_gap):
3030         * insdel.c (insert_from_gap):
3031         * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
3032         (string_char_to_byte, string_byte_to_char, string_make_multibyte)
3033         (string_to_multibyte):
3034         * character.c (chars_in_text, multibyte_chars_in_text):
3035         * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
3037         * character.h (FETCH_STRING_CHAR_ADVANCE)
3038         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
3039         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
3040         (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
3042         * casefiddle.c (casify_region): Only call after-change and composition
3043         functions on the part of the region that was changed.
3045         * keyboard.c (read_avail_input):
3046         * frame.c (Fdelete_frame): Call Fdelete_terminal.
3048 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3050         * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
3051         (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
3053 2008-02-11  Juanma Barranquero  <lekktu@gmail.com>
3055         * w32menu.c (push_submenu_start, push_submenu_end)
3056         (push_left_right_boundary, push_menu_pane, push_menu_item):
3057         * keyboard.c (read_key_sequence): Don't pass args with side effects
3058         to AREF, it fails when compiling with -DENABLE_CHECKING.
3060 2008-02-11  Kenichi Handa  <handa@ni.aist.go.jp>
3062         * Makefile.in (${lispsource}international/charprop.el):
3063         Delete this target.
3065         * search.c (boyer_moore): Fix incorrect synching of the trunk and
3066         emacs-unicode-2.
3068 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3070         * terminal.c (Fdelete_terminal): Clean up the `force' path.
3072 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3074         * frame.c (Qnoelisp): New symbol.
3075         (syms_of_frame): Initialize it.
3076         (Fdelete_frame): Use it to distinguish a mere `force' passed from
3077         someharmles Elisp code, from a strong `force' from x_connection_closed.
3078         * frame.h (Qnoelisp): Declare.
3079         * xterm.c (x_connection_closed): Pass `noelisp'.
3081         * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
3082         (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
3083         (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
3084         rather than `int' for the type of `type'.
3086 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
3088         * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
3090         * Makefile.in (GNUC): Remove support for gcc-1.x.
3092 2008-02-10  Richard Stallman  <rms@gnu.org>
3094         * lisp.h (ASET): Use AREF, not ASLOT.
3096 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3098         * lisp.h (ASET): Check bounds.
3100 2008-02-10  Glenn Morris  <rgm@gnu.org>
3102         * buffer.c (mode-name): Doc fix.
3104 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
3106         * Makefile.in:
3107         * emacs.c:
3108         * gmalloc.c:
3109         * keyboard.c:
3110         * lisp.h:
3111         * m/ibm370aix.h:
3112         * process.c:
3113         * regex.c:
3114         * s/hpux.h:
3115         * sysdep.c:
3116         * sysselect.h:
3117         * systty.h:
3118         * unexec.c:
3119         * w32term.c:
3120         * xsmfns.c:
3121         * xterm.c: Remove code that deals with obsolete variables.
3123         * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
3125         * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
3126         nothing else needs it anymore.
3128 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
3130         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
3131         instead of unibyte_char_to_multibyte.
3133 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
3135         * s/gnu-linux.h: Remove commented out code.
3137         * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
3139         * Makefile.in: Update what RMS says about using autoconf.
3140         (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
3141         (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
3142         (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
3143         (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
3145 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3147         * keymap.c (Fkey_description): Move side effect outside of macro call.
3149         * xfaces.c (Finternal_make_lisp_face):
3150         * keyboard.c (add_command_key, parse_menu_item): Use ASET.
3152         * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
3153         (syms_of_fontset): Use ASET.
3155         * fns.c (concat): Move side effect outside of macro call.
3156         (hash_clear): Use ASET.
3158 2008-02-08  Richard Stallman  <rms@gnu.org>
3160         * frame.c (Fdelete_frame): If FORCE, don't call hooks.
3161         If FORCE, and frame has a surrogate minibuffer for another frame,
3162         delete the other frame first.
3164 2008-02-07  Timo Savola  <timo.savola@iki.fi>
3166         * xterm.c (x_detect_focus_change): Handle embed client message.
3167         (handle_one_xevent): Ditto.
3168         (handle_one_xevent): If embedded and we get a button press/release,
3169         request focus.
3170         (xembed_set_info, xembed_send_message): New functions.
3171         (x_make_frame_visible): Call xembed_set_info if embedded.
3172         (x_make_frame_invisible): Call xembed_set_info if embedded.
3173         (x_term_init): Initialize Xatom_XEMBED.
3174         (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
3175         (x_iconify_frame): Ditto.
3177         * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
3178         (enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
3179         (enum xembed_modifier, enum xembed_accelerator): New.
3180         (xembed_set_info, xembed_send_message): Declare.
3181         (FRAME_X_EMBEDDED_P): New.
3183         * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
3184         gtk_plug_new.
3186         * xfns.c (Fx_create_frame): Do not override the explicitly set parent
3187         window ID of a frame.
3188         (x_window): Reparent frame if embedded.
3189         (Fx_create_frame): Don't set border width if embedded.
3191         * emacs.c (USAGE3): Add --parent-id
3192         (standard_args): Ditto.
3194 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
3196         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
3198 2008-02-07  Jim Meyering  <meyering@redhat.com>
3200         Use "do...while (0)", not "if (1)...else" in macro definitions.
3201         The latter provokes a warning from gcc about the empty else, when
3202         followed by ";".  Also, without that trailing semicolon, it would
3203         silently swallow up any following statement.
3204         * syntax.h (SETUP_SYNTAX_TABLE)
3205         (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
3206         * buffer.h (DECODE_POSITION): Likewise.
3207         * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
3208         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
3209         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
3210         (FETCH_CHAR_ADVANCE): Likewise.
3211         (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
3213 2008-02-07  Jim Meyering  <meyering@redhat.com>
3215         * lread.c [lint]: Don't include <sys/inode.h>.
3217 2008-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3219         * xselect.c (x_handle_dnd_message):
3220         * xmenu.c (digest_single_submenu, xmenu_show):
3221         * xdisp.c (with_echo_area_buffer_unwind_data)
3222         (format_mode_line_unwind_data, unwind_format_mode_line)
3223         (display_menu_bar):
3224         * eval.c (Ffetch_bytecode):
3225         * doc.c (store_function_docstring):
3226         * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
3227         (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
3228         * buffer.c (add_overlay_mod_hooklist): Use ASET.
3230 2008-02-07  Kenichi Handa  <handa@m17n.org>
3232         * ftxfont.c (ftxfont_open): Don't set
3233         dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
3235         * ftfont.c (ftfont_open): Fix previous change.
3237 2008-02-06  Jason Rumney  <jasonr@gnu.org>
3239         * w32font.c (w32font_text_extents): Fill in lbearing metric.
3240         Use cached metrics for ASCII characters.
3241         (w32font_open_internal): Don't set font's owning_frame.
3242         Cache metrics for ASCII characters.
3244         * w32font.h (struct w32font_info): Add ascii_metrics.
3245         Remove owning_frame.
3247 2008-02-06  Kenichi Handa  <handa@ni.aist.go.jp>
3249         * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
3250         to negative value.
3252         * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
3254         * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
3256         * charset.c (syms_of_charset): Set QCtest and Qeq.
3258 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3260         * process.c (Fstart_process):
3261         * callproc.c (Fcall_process): Handle the case where
3262         Funhandled_file_name_directory returns nil.
3264         * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
3265         (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
3266         * font.c (check_gstring): Use them and AREF to access the vector before
3267         we know it's really a gstring.
3268         (Ffont_shape_text): Fix typo.
3269         (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
3271         * composite.h (Fcompose_region_internal, Fcompose_string_internal):
3272         Declare.
3274         * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
3276 2008-02-05  Jason Rumney  <jasonr@gnu.org>
3278         * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
3279         Set smallest_font_height and smallest_char_width in display info.
3281 2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
3283         * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
3285 2008-02-05  Miles Bader  <miles@gnu.org>
3287         * xfaces.c (get_lface_attributes, merge_named_face)
3288         (lookup_named_face, lookup_derived_face, realize_named_face):
3289         Revert 2008-02-01 change by cyd@stupidchicken.com.
3291 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
3293         * fontset.c (Ffontset_info): Handle the case of inhibitting the
3294         fallback fonts.
3295         (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
3297 2008-02-04  Jason Rumney  <jasonr@gnu.org>
3299         * w32font.c (w32font_open_internal): Use font_unparse_fcname to
3300         set full_name.
3301         (w32font_open_internal): Use xmalloc, xrealloc, xfree.
3303 2008-02-03  Jason Rumney  <jasonr@gnu.org>
3305         * makefile.w32-in (OBJ1): Include font.o here.
3306         (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
3308 2008-02-02  Jason Rumney  <jasonr@gnu.org>
3310         * makefile.w32-in (temacs): Bump EMHEAP to 21.
3312 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3314         * s/cygwin.h: Define VIRT_ADDR_VARIES.
3316         * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
3318 2008-02-01  Andreas Schwab  <schwab@suse.de>
3320         * Makefile.in (shortlisp, lisp): Update for rename of
3321         ../lisp/language/myanmar.el.
3323 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
3325         * xfaces.c (get_lface_attributes): Delete function.
3326         (merge_named_face, lookup_named_face, lookup_derived_face)
3327         (realize_named_face): Call lface_from_face_name directly, and use
3328         the fact that merge_face_vectors does not alter its FROM argument.
3330 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3332         * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
3333         input in the default locale.  Handle non-Unicode multibyte input.
3335 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3337         * fontset.c (reorder_font_vector): Exclude nil elements from the
3338         font group.  Don't try multiple fonts.
3339         (fontset_font): Adjust for the above change.
3340         (Finternal_char_font): Return nil if the found font doesn't
3341         contain the character ch.
3343         * Makefile.in (lisp, shortlisp): Add cham.el.
3345 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3347         * font.h (FONTP): Make it return 1 also for a font-object.
3349         * .gdbinit (xfontset): New function.
3351         * font.c (font_find_for_lface): Check if the character C is
3352         supported or not only for the first font.
3354         * fontset.c (reorder_font_vector): Fix typo.
3355         (fontset_find_font): Don't add a font-spec specifying a script.
3356         Use 0 (not Qt) for the indication of empty font-group.  Change the
3357         format of RFONT-DEF.  Return Qt if no font in the font-group
3358         support the character.
3359         (fontset_font): Adjust for the above change.  If no font was
3360         found the character, remember that.
3361         (face_for_char): Adjust for the change of RFONT-DEF.
3362         (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
3363         no font for the target.
3364         (Finternal_char_font): Adjust for the change of RFONT-DEF.
3366 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3368         * font.c (font_load_for_face): Handle the case that the font in
3369         face->lface is a string.
3371 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3373         * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
3375 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3377         * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
3378         Fix previous change.  If the frame is not on a window system,
3379         signal an error.
3381 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3383         * coding.c (decode_coding_object, encode_coding_object): Adjust
3384         marker positions after conversion.
3386         * lisp.h (struct Lisp_Marker): New member need_adjustment.
3388 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3390         * font.c (font_find_for_lface): Fix the handling of the return
3391         value of font_has_char.
3392         (Ffont_shape_text): Fix previous change.
3394         * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
3395         (fontset_ref_and_range): Delete it.
3396         (fontset_find_font): Call char_table_ref_and_range instead of
3397         FONTSET_REF_AND_RANGE.
3398         (make_fontset): Don't setup font groups of Latin here.
3399         (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
3400         (new_fontset_from_font): Make the specified font the default for
3401         all Latin characters.
3403 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3405         * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
3406         is on a window system before accessing the fontset of the frame.
3408 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3410         * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
3412         * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
3413         when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
3415         * font.c (Ffont_shape_text): If the font driver doesn't have a
3416         shaper function, make zero-width glyphs to have at least one-pixel
3417         width.  Fix setting of `to' field of glyphs.
3419 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3421         * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
3422         glyphs.
3424         * font.h (struct font_driver): Improve docstring of member `shape'.
3426 2008-02-01  Kenichi Handa  <handa@m17n.org>
3428         * composite.c (syms_of_composite): Fix docstring of
3429         auto-composition-function.
3431         * font.h (LGLYPH_SIZE): New macro.
3433         * font.c (Ffont_fill_gstring): Stop filling when a character not
3434         supported by the font is found.
3435         (Ffont_shape_text): When a shape callback function returns nil,
3436         try at most two more times with larger gstring.
3437         (Ffont_at): Fix getting of w.  Call font_at with correct 5th argument.
3439         * xdisp.c (handle_auto_composed_prop): Change the argument to
3440         auto-composition-function.
3442         * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
3443         (ftfont_shape_by_flt): If an element of lgstring is nil, make a
3444         Lispy glyph and store it in the lgstring.
3446         * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
3448         * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
3450 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3452         * font.c (Ffont_shape_text): Avoid unnecessary composition.
3454         * fontset.c (Vfont_encoding_charset_alist): New variable.
3455         (syms_of_fontset): DEFVAR it.
3456         (reorder_font_vector, fontset_find_font): Optimize for the case of
3457         no need of reordering.
3458         (face_for_char): Map the charset property by
3459         Vfont_encoding_charset_alist.
3461 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3463         * w32font.c (logfonts_match): Don't check adstyle here.
3464         (font_matches_spec): Check here against physical font instead.
3465         (add_font_entity_to_list): Avoid some substitutions.
3467         * font.c (font_parse_fcname): Default weight and slant to normal.
3468         (font_score): Prefer normal fonts if weight or slant unspecified.
3469         (font_score) [WINDOWSNT]: Scale weight difference down to closer
3470         match freetype scores.
3472 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3474         * w32font.c (w32font_text_extents): Don't use the frame stored in the
3475         font, as it may have been deleted.
3476         (w32_enumfont_pattern_entity): Map generic family to adstyle using
3477         most common hyphenless variation.
3478         (logfonts_match): Check generic family.
3479         (font_matches_spec): Don't check generic family here.
3480         (fill_in_logfont): Set generic family based on adstyle.
3482         * w32font.h (w32font_get_cache): Update declaration.
3484 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3486         * ftfont.c (ftfont_get_cache): Adjust the argument type.
3488         * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
3489         If none of the new drivers are available, call font_update_drivers
3490         with the old drivers.
3492         * w32font.c (w32font_get_cache): Adjust the argument type.
3494         * xfont.c (xfont_get_cache): Adjust the argument type.
3496         * font.h (struct font_driver): Change argument type of get_cache.
3498         * xftfont.c (xftfont_start_for_frame): Delete prototype.
3500         * font.c (Ffont_get): Fix arguments to Fassoc.
3501         (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
3502         (font_clear_cache): New function.
3503         (font_list_entities, font_matching_entity): Use font_get_cache.
3504         (font_update_drivers): Call font_clear_cache when finishing a driver.
3506         * fontset.c (fontset_find_font): Fix previous change.
3508 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3510         * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
3511         dpyinfo->font_table.
3512         (x_delete_display) [USE_FONT_BACKEND]: Likewise.
3513         (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
3515         * font.c (font_at): Handle the case that the arg C is negative.
3516         Handle the unibyte case.
3517         (Ffont_at): Call font_at with the arg C -1.
3519         * xdisp.c (handle_auto_composed_prop): Don't get a character at
3520         the position here, and call font_at with the arg C -1.
3521         Don't check the range of the existing composition at the point.
3523 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3525         * fontset.c (fontset_add): New args charset_id and family.
3526         Change caller.
3527         (load_font_get_repertory, fontset_find_font): Assume that
3528         font_spec is always a font-spec object.
3529         (Fset_fontset_font): Always store a font-spec object in a fontset.
3531         * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
3532         instead of get_property_and_range.
3534 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3536         * xftfont.c (struct xftfont_info): Delete the member ft_face.
3537         (xftfont_open): Don't keep locking face.
3538         (xftfont_close): Don't unlock face.
3539         (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
3541         * fontset.c (fontset_find_font): Don't prefer a font of
3542         supplementary charset.
3544 2008-02-01  Kenichi Handa  <handa@m17n.org>
3546         * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
3547         script, langsys_tag to langsys, new member script.
3548         (OTF_TAG_STR): Terminate by '\0'.
3549         (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
3550         listing to the script specified in that property.  Fix arg to
3551         OTF_check_features.
3553 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3555         * w32font.h: New file.
3557         * w32font.c: Include it.
3558         (struct w32font_info): Add owning_frame field.  Move to w32font.h.
3559         (w32font_open): Set owning_frame.
3560         (w32font_text_extents): Use owning_frame.
3561         (struct font_callback_data): Add opentype_only field.
3562         (add_font_entity_to_list): Use it to filter fonts.
3563         Don't check against full name.
3564         (w32font_list_internal): New function.
3565         (w32font_list): Use it.
3566         (w32font_match_internal): New function.
3567         (w32font_match): Use it.
3568         (w32font_open_internal): New function.
3569         (w32font_open): Use it.
3570         (w32font_get_cache, w32font_close, w32font_has_char)
3571         (w32font_encode_char, w32font_text_extents, w32font_draw):
3572         Make non-static.
3574         * makefile.w32-in (w32font.o): Depend on w32font.h.
3576 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3578         * charset.c (Fdefine_charset_internal): Record a supplementary
3579         charset at the tail of Vcharset_order_list.
3581         * font.c (Ffont_shape_text): Fix the return value.
3583         * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
3585         * xdisp.c (handle_auto_composed_prop): Fix previous change.
3587 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3589         * ftfont.c (struct OpenTypeSpec): New struct.
3590         (OTF_SYM_TAG, OTF_TAG_STR): New macros.
3591         (ftfont_get_open_type_spec): New function.
3592         (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
3594         * lread.c (read1): Redo the previous change with checking Vpurify_flag.
3596 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3598         * w32font.c (add_font_entity_to_list): Compare only the beginning
3599         of full name.
3601 2008-02-01  Kenichi Handa  <handa@m17n.org>
3603         * xdisp.c (handle_auto_composed_prop): Simplify the code.
3604         Never return HANDLED_RECOMPUTE_PROPS.
3606 2008-02-01  Kenichi Handa  <handa@m17n.org>
3608         * font.c (font_gstring_produce): Delete it.
3610         * composite.h (COMPOSITION_METHOD):
3611         Handle COMPOSITION_WITH_GLYPH_STRING.
3613 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3615         * xfont.c (Qx): Delete.
3616         (syms_of_xfont): Don't initialize Qx.
3618         * composite.h (enum composition_method):
3619         Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
3621 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3623         * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
3624         (choose_face_font): Accept new form of font-spec.
3626         * frame.h (font_driver_list): Declare it unconditionally.
3627         (struct frame): Define members font_driver_list and font_data_list
3628         unconditionally.
3630         * fontset.c: Include "font.h" unconditionally.
3631         (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
3632         (Fset_fontset_font): Accept a font-spec object.
3634         * font.c (font_unparse_xlfd): If pixel_size is zero, make the
3635         PIXEL_SIZE part a wild card.
3637         * dispextern.h (struct glyph_string): Define members clip and
3638         num_clips unconditionally.
3639         (struct face): Define members font_info and extra unconditionally.
3641         * ftfont.c (ftfont_open): Set members maybe_otf and otf of
3642         ftfont_info only when HAVE_LIBOTF is defined.
3644 2008-02-01  Andreas Schwab  <schwab@suse.de>
3646         * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
3647         and end.
3649 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3651         * w32font.c (w32font_driver): Add new fields.
3653 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3655         * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
3656         (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
3657         (LIBES): Add @M17N_FLT_CFLAGS@.
3659         * composite.c (compose_text): Don't treat the new style
3660         composition specially.
3662         * emacs.c (main): Call syms_of_font unconditionally.
3664         * font.h (FONT_ENTITY_NOT_LOADABLE)
3665         (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
3666         (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
3667         (struct font_driver): New member shape.
3668         (font_registry_charsets): Extern it.
3669         (font_find_for_lface, font_prepare_composition): Adjust prototype.
3670         (font_otf_capability, font_drive_otf): Delete their externs.
3672         * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
3673         (font_charset_alist, font_registry_charsets): Move from xfont.c
3674         and rename.
3675         (font_prop_validate_otf): New function.
3676         (font_property_table): Register it for QCotf.
3677         (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
3678         (font_drive_otf): Delete.
3679         (font_prepare_composition): New arg F.  Adjust for the change of
3680         lispy gstring.
3681         (font_find_for_lface): New arg C.
3682         (font_load_for_face): Adjust for the change of font_find_for_lface.
3683         (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
3684         lispy gstring.
3685         (Ffont_shape_text): New function.
3686         (Fopen_font): If the font size is not given, use 12-pixel.
3687         (Ffont_at): New arg STRING.
3688         (syms_of_font): Initalize font_charset_alist.
3689         Declare Ffont_shape_text as a Lisp function.  Call syms_of_XXfont
3690         conditionally.
3692         * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
3693         fonts of the same font-spec.  Change the format of RFONT-DEF.
3694         (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
3695         Adjust for the change of RFONT-DEF.
3696         (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
3698         * ftfont.h: New file.
3700         * ftfont.c: Don't include Freetype headers.  Include "ftfont.h".
3701         (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
3702         (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
3703         (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
3704         font_otf_capability and font_drive_otf, set ftfont_shape.
3705         (ftfont_list): Adjust for the change of :otf property value.
3706         (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
3707         (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
3708         (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
3709         (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.s
3710         (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
3711         (otf_gstring, gstring, m17n_flt_initialized): New variables.
3713         * w32term.c (x_draw_composite_glyph_string_foreground):
3714         Adjust for the change of lispy gstring.
3716         * xdisp.c (handle_composition_prop): Adjust for the change of
3717         lispy gstring.  Call a function for auto-composition with the
3718         third arg it->window.
3719         (fill_composite_glyph_string): Adjust for the change of lispy string.
3720         (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
3722         * xfaces.c (set_font_frame_param): Adjust for the change of
3723         font_find_for_lface.
3725         * xfont.c (x_font_charset_alist): Move to font.c and rename.
3726         (xfont_registry_charsets): Likewise.  Change caller.
3727         (syms_of_xfont): Don't handle x_font_charset_alist.
3729         * xftfont.c: Include "ftfont.h".
3730         (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
3731         (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
3732         (xftfont_close) [HAVE_LIBOTF]: Close otf.
3733         (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
3734         (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
3735         Set xftfont_driver.shape to xftfont_shape.
3737         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
3738         the change of lispy gstring.
3740 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3742         * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
3744 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3746         * w32font.c (w32font_draw): Fill background manually.
3748 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3750         * font.c (Qfontp): Remove unused symbol.
3751         (QCantialias): New symbol.
3752         (syms_of_font): Define it.
3753         (font_property_table): Set a validator for QCantialias.
3755         * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
3756         Define if not already.
3757         (QCfamily): Share with xfaces.c.
3758         (Qstandard, Qsubpixel, Qnatural): New symbols.
3759         (syms_of_w32font): Define them.  Don't define QCfamily here.
3760         (w32_antialias_type, lispy_antialias_type): New functions.
3761         (w32_enumfont_pattern_entity): New arg requested_font.
3762         Set antialias parameter if non-default was requested.
3763         (fill_in_logfont): Fill in lfQuality if :antialias specified.
3765 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3767         * lread.c (read1): Undo the previous change.
3769 2008-02-01  CHENG Gao  <chenggao@gmail.com>  (tiny change)
3771         * frame.c (Fdelete_frame): Call font_update_drivers only when
3772         USE_FONT_BACKEND is defined.
3774 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3776         * font.h (struct font_bitmap): New member bits_per_pixel.
3777         (struct font_driver): New members start_for_frame and end_for_frame.
3778         (struct font_data_list): New struct.
3779         (font_put_frame_data, font_get_frame_data): Extern them.
3781         * frame.h (struct frame): New member font_data_list.
3783         * font.c (font_update_drivers): Call driver->start_for_frame and
3784         driver->end_for_frame at proper timings.
3785         (font_put_frame_data, font_get_frame_data): New functions.
3786         (Ffont_spec): Add usage in the docstring.
3788         * frame.c (make_frame): Initialize f->font_data_list to NULL.
3789         (Fdelete_frame): Call font_update_drivers.
3791         * xftfont.c (struct xftface_info): Delete the member xft_draw.
3792         (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
3793         (xftfont_get_xft_draw): New function.
3794         (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
3795         (xftfont_end_for_frame): New function.
3796         (syms_of_xftfont): Set xftfont_driver.end_for_frame.
3798         * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
3799         Change argument.  Cache GCs in the per-frame data.
3800         (struct ftxfont_frame_data): New struct.
3801         (ftxfont_draw_bitmap): New arg gc_fore and flush.
3802         (ftxfont_prepare_face, ftxfont_done_face): Delete them.
3803         (ftxfont_draw): Get GCs by ftxfont_get_gcs.  Reflect s->clip in GCs.
3804         (ftxfont_end_for_frame): New function.
3805         (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
3807         * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
3809 2008-02-01  Kenichi Handa  <handa@m17n.org>
3811         * xselect.c (Vselection_coding_system)
3812         (Vnext_selection_coding_system): Delete them.
3813         (syms_of_xselect): Don't declare selection-coding-system and
3814         next-selection-coding-system.  They are declared in select.el.
3816 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3818         * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
3820         * w32fns.c: Include imm.h.
3821         (get_composition_string_fn, get_ime_context_fn): New optional
3822         system functions.
3823         (globals_of_w32fns): Load them from imm32.dll.
3824         (ignore_ime_char): New flag.
3825         (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
3826         WM_IME_ENDCOMPOSITION messages.
3828         * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
3829         MULTIBYTE_CHAR_KEYSTROKE_EVENT.
3831 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3833         * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
3834         (READCHAR_REPORT_MULTIBYTE): New macro.
3835         (readchar): New 2nd arg MULTIBYTE.
3836         (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
3837         Make symbol's name multibyte according to the multibyteness of the
3838         source.
3840 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3842         * xfaces.c (face_for_overlay_string): Call lookup_face with
3843         correct arguments (fix of synching with the trunk).
3845 2008-02-01  Kenichi Handa  <handa@m17n.org>
3847         * font.c (font_prop_validate_symbol, font_prop_validate_style)
3848         (font_prop_validate_non_neg, font_prop_validate_spacing):
3849         Delete argument prop_index.
3850         (font_property_table): Change arguments to validater.  Change Callers.
3851         (font_lispy_object): Delete.
3852         (font_at): Use font_find_object instead fo font_lispy_object.
3854 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3856         * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
3857         and file names.
3859 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3861         * w32font.c (add_font_name_to_list): Avoid vertical fonts.
3862         (font_matches_spec): Remove debug output.
3863         (add_font_entity_to_list): Avoid using substituted fonts.
3865 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3867         * doc.c (Fsnarf_documentation):
3868         * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
3870 2008-02-01  Miles Bader  <miles@gnu.org>
3872         * dispextern.h (struct glyph_row): Only define "clip" field if
3873         HAVE_WINDOW_SYSTEM is defined.
3875 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3877         Fix up multi-tty merge.
3879         * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
3880         and indentation.
3882         * xfaces.c (free_realized_face, clear_face_gcs):
3883         Include font_done_for_face in the input_blocked section, just in case.
3885         * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
3886         (get_char_face_and_encoding): Undo last change and remove the *other*
3887         duplicate definition (i.e. keep the one that's better scoped and that
3888         includes code for the font-backend).
3890         * terminal.c (create_terminal): Default keyboard_coding to
3891         `no-conversion' and terminal_coding to `undecided'.
3893         * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
3895         * fontset.c (free_realized_fontsets): Check that the table entry does
3896         contain a fontset before trying to compare it to `base'.
3898         * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
3899         syms_of_charset, and syms_of_coding earlier because init_window_once
3900         now needs Vcoding_system_hash_table to be setup.
3902         * coding.h (default_buffer_file_coding): Remove.
3904         * coding.c (default_buffer_file_coding): Remove.
3905         (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
3906         than ->symbol, and use the terminal-local coding system.
3907         (syms_of_coding): Don't setup the coding-systems that are not
3908         terminal-local.
3909         (Fdefine_coding_system_internal): Use XCAR/XCDR.
3911         * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
3912         Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
3914         * alloc.c (Fmake_char_table, make_sub_char_table): Remove.  They're now
3915         in chartab.c and were re-added here by mistake.
3916         (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
3918         * doc.c (Fsnarf_documentation):
3919         * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
3920         src to etc.
3922         * ChangeLog.10: Add mistakenly removed entry.
3924 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
3926         * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
3928 2008-02-01  Miles Bader  <miles@gnu.org>
3930         * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
3931         Add extra args to FACE_FOR_CHAR.
3933 2008-02-01  Kenichi Handa  <handa@m17n.org>
3935         * keymap.c (where_is_internal_1): If key is a cons, store the copy
3936         in sequence.
3938         * chartab.c (map_sub_char_table, map_char_table): If the range
3939         contains just one character, call the function with that character
3940         even if the depth is not 3.
3942 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3944         * w32font.c (w32font_text_extents): Calculate metrics for the
3945         whole string.
3947 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3949         * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
3951 2008-02-01  Jason Rumney  <jasonr@gnu.org>
3953         * w32term.c (x_set_glyph_string_clipping): Use
3954         get_glyph_string_clip_rects.
3955         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
3956         Adjust for the change of struct glyph_string.
3958         * w32font.c (w32font_draw): Do clipping here.
3960 2008-02-01  Kenichi Handa  <handa@m17n.org>
3962         * xftfont.c (xftfont_draw): Adjust for the change of struct
3963         glyph_string.
3965         * xterm.c (x_set_glyph_string_clipping): Use
3966         get_glyph_string_clip_rects.
3967         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
3968         Adjust for the change of struct glyph_string.
3970         * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
3971         the resulting clip(s}.
3972         (expose_overlaps): Add arg r.  Change callers.  Set it to
3973         row->clip temporarily.
3974         (expose_window): Redraw rows overlapping the exposed area.
3976         * dispextern.h (struct glyph_row): New member clip.
3977         (struct glyph_string): Delete members clip_x, clip_y, clip_width,
3978         clip_height, new member clip, and num_clips.
3980 2008-02-01  Kenichi Handa  <handa@m17n.org>
3982         * data.c (Fchar_or_string_p): Fix docstring.
3984 2008-02-01  Kenichi Handa  <handa@m17n.org>
3986         * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
3987         create a temporal XftDraw object.
3989 2008-02-01  Kenichi Handa  <handa@m17n.org>
3991         * font.c (Ffontp): Fix docstring.
3993         * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
3994         strong evidence of ISO-2022.
3996 2008-02-01  Kenichi Handa  <handa@m17n.org>
3998         * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
3999         SYNTAX_ENTRY_FOLLOW_PARENT.
4001 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4003         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
4004         its type.
4005         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
4006         Update to the new type of weak_hash_tables and next_weak.
4008         * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
4009         a plain C pointer to Lisp_Hash_Table.
4011         * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
4012         (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
4013         (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
4014         (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
4015         (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
4016         (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
4017         (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
4018         (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
4019         (GC_EQ): Remove since they've been identical to their non-GC_
4020         alter-egos ever since the markbit was eradicated.
4022         * alloc.c:
4023         * buffer.c:
4024         * buffer.h:
4025         * data.c:
4026         * fileio.c:
4027         * filelock.c:
4028         * fns.c:
4029         * frame.h:
4030         * lisp.h:
4031         * macterm.c:
4032         * print.c:
4033         * process.c:
4034         * w32fns.c:
4035         * w32menu.c:
4036         * w32term.c:
4037         * xfns.c:
4038         * xmenu.c:
4039         * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
4041 2008-02-01  Kenichi Handa  <handa@m17n.org>
4043         * chartab.c (map_sub_char_table): Make it work for the top-level
4044         char-table.  Fix handling of parent char-table.
4045         (map_char_table): Adjust for the above change.
4047 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4049         * w32font.c (Qgdi): Rename from Qw32.
4051 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4053         * w32bdf.c (get_quoted_string): Make function static.
4055 2008-02-01  Kenichi Handa  <handa@m17n.org>
4057         * xftfont.c (xftfont_open): If one of font's ASCII glyph has
4058         bigger ascent and descent than those of the font, use them as
4059         font's ascent and descent.
4061 2008-02-01  Kenichi Handa  <handa@m17n.org>
4063         * Makefile.in (${lispsource}international/charprop.el): Move this
4064         target within "#ifdef HAVE_UNIDATA" and "#endif".
4066 2008-02-01  Kenichi Handa  <handa@m17n.org>
4068         * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
4069         (shortlisp): Add ../lisp/language/tai-viet.el.
4071 2008-02-01  Ulrich Mueller  <ulm@gentoo.org>
4073         * Makefile.in (${lispsource}international/charprop.el): Depend on
4074         temacs${EXEEXT}.
4076 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4078         * w32font.c (w32font_close): Delete the GDI font object.
4080         * w32menu.c: Include character.h.
4082         * w32proc.c: Likewise.
4084         * w32select.c: Likewise.
4086         * makefile.w32-in (w32proc.o): Depend on character.h.
4088 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4090         * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
4092         * w32menu.c (syms_of_w32menu): Likewise.
4094         * w32proc.c (syms_of_ntproc): Likewise.
4096         * w32select.c (syms_of_w32select): Likewise.
4098         * w32term.c (syms_of_w32term): Likewise.
4100 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4102         * w32font.c (w32font_draw): Delete brush after using it.
4104 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4106         * w32font.c (w32font_open): Don't set font_idx.
4107         (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
4108         to font settings.
4109         (w32font_draw): Fill background explicitly.
4111 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4113         * w32term.c (w32_initialize): Don't call w32font_initialize.
4115         * w32font.c (w32font_info): Remove subranges.
4116         (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
4117         (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
4118         (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
4119         (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
4120         (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
4121         (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
4122         (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
4123         (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
4124         (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
4125         (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
4126         New symbols.
4127         (font_callback_data): New struct.
4128         (w32font_list, w32font_match): Use it.
4129         (w32font_open): Don't populate subranges.
4130         (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
4131         (w32font_encode_char): Always return unicode code-point as-is.
4132         (w32font_text_extents): Supply a tranformation matrix to
4133         GetGlyphOutline.  Never look up by glyph index.  Avoid looping
4134         twice.  Use unicode version of GetTexExtentPoint32 instead of
4135         glyph index version.
4136         (set_fonts_frame): Remove
4137         (w32_enumfont_pattern_entity): Add frame parameter, use it to
4138         set frame parameter.  Use backward compatible fake foundries.
4139         Save generic family in extra slot under QCfamily.  Make width slot
4140         constant.  Save QCspacing value.  Save list of scripts instead of
4141         binary subranges.
4142         (w32_generic_family, logfonts_match, font_matches_spec): New functions.
4143         (add_font_entity_to_list): Use font_callback_data struct.  Filter
4144         unwanted fonts.
4145         (add_one_font_entity_to_list): Use font_callback_data struct.
4146         (w32_registry): Default to iso10646_1.
4147         (fill_in_logfont): Use dpi from extra slot.  Don't bother with
4148         string font registries.  Don't fill in font name if it is a generic
4149         family name, fill family instead.  Use spacing, family and script
4150         extra info to fill pitch, family and charset fields.
4151         (list_all_matching_fonts): Use font_callback_data struct.
4152         (unicode_range_for_char): Remove.
4153         (font_supported_scripts): New function.
4154         (w32font_initialize): Remove.
4155         (syms_of_w32font): Update which symbols are defined.
4157 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4159         * font.c (font_pixel_size): Reverse assq_no_quit args.
4161         * w32term.h (FONT_WIDTH): Report max width, not average.
4162         (FONT_MAX_WIDTH): Remove.
4163         (FONT_AVG_WIDTH): New macro.
4165         * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
4166         redefinition of FONT_WIDTH.
4168         * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
4169         (w32_cache_char_metrics): Use FONT_WIDTH.
4171         * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
4173 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4175         * w32font.c (w32font_open): Make lfHeight negative.
4177         * w32fns.c (x_default_font_parameter): Use new style font name.
4178         (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
4180 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4182         * w32font.c (QCsubranges): New symbol.
4183         (w32font_open, w32font_has_char): Get subranges from subproperty
4184         of extra.
4185         (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
4186         (syms_of_w32font): Define :subranges symbol.
4188         * font.c (font_put_extra): Expose externally.
4190         * font.h (font_put_extra): Move declaration from font.c.
4192         * font.c (Ffont_get): Use font driver to determine otf capability.
4193         (adjust_anchor): Check if driver defines anchor_point before using.
4195         * w32font.c (w32font_open): Handle size, height and pixel_size better.
4196         (w32font_draw): Use options.
4197         (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
4198         Fix detection of truetype fonts.
4199         (registry_to_w32_charset): Handle charsets other than iso8859-1
4200         expressed as lisp symbols.
4201         (w32_registry): Express charset as lisp symbol.
4202         (fill_in_logfont): Reverse pixel and point height logic.
4203         Don't set width here.  Set quality to default.
4205         * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
4206         (x_to_w32_font): Fill in lfPitchAndFamily correctly.
4208         * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
4209         Remove redundant loop and allocation.
4211         * makefile.w32-in (font.o, w32font.o): New objects.
4212         (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
4213         (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
4215         * xdisp.c (fill_composite_glyph_string): Make the first arg to
4216         STORE_XCHARB a valid l-value.
4218         * w32term.c (w32_native_per_char_metric): Swap width and rbearing
4219         calculations for non-Truetype fonts.
4220         (x_draw_glyph_string): Sync with xterm.c.
4221         (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
4222         Remove redundant code.
4223         (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
4225         * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
4226         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
4228         * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
4229         (x_to_w32_charset, w32_to_x_charset): Expose externally.
4231         * w32font.c: New file for w32 font backend.
4233 2008-02-01  Kenichi Handa  <handa@m17n.org>
4235         * term.c: Don't include "buffer.h" twice.
4237 2008-02-01  Kenichi Handa  <handa@m17n.org>
4239         * character.c (Funibyte_string): New function.
4240         (syms_of_character): Defsubr it.
4242 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4244         * w32term.c [USE_FONT_BACKEND]:
4245         (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
4246         (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
4247         (x_draw_glyph_string, x_draw_glyph_string_foreground)
4248         (x_draw_composite_glyph_string_foreground, x_new_fontset2)
4249         (x_free_frame_resources): Sync with xterm.c.
4251 2008-02-01  Andreas Schwab  <schwab@suse.de>
4253         * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
4254         char-table size.
4256 2008-02-01  Kenichi Handa  <handa@m17n.org>
4258         * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
4260 2008-02-01  Kenichi Handa  <handa@m17n.org>
4262         * ftfont.c (ftfont_driver): Delete font_otf_gsub and
4263         font_otf_gpos, add font_drive_otf.
4265         * fontset.c (fontset_find_font): Pay attention to font size
4266         specified for a font.
4267         (reorder_font_vector): Check contents of font_def.
4269         * font.c (struct otf_list): Delete it.
4270         (otf_list): Make it a lisp variable.
4271         (otf_open): Use lispy otf_list.
4272         (generate_otf_features): Rename from parse_gsub_gpos_spec.
4273         (check_otf_features): New function.
4274         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
4275         New functions.
4276         (font_drive_otf): New function merging font_otf_gsub and
4277         font_otf_gpos.
4278         (font_open_for_lface): New arg spec.  Change argument order.
4279         (font_load_for_face): Adjust for the change of font_open_for_lface.
4280         (Ffont_drive_otf): New function merging Ffont_otf_gsub and
4281         Ffont_otf_gpos.
4282         (syms_of_font): Staticpro otf_list.  Delete defsubr of
4283         Sfont_otf_gsub and Sfont_otf_gpos.  Defsubr Sfont_drive_otf.
4285         * xfaces.c (set_font_frame_param): Adjust for the change of
4286         font_open_for_lface.
4288         * font.h (font_open_for_lface): Adjust prototype.
4289         (struct font_driver): Delete members otf_gsub and otf_gpos, add
4290         member otf_drive.
4291         (font_otf_gsub, font_otf_gpos): Delete externs.
4292         (font_drive_otf): Extern it.
4294 2008-02-01  Kenichi Handa  <handa@m17n.org>
4296         * font.c (font_at): If the window W is not on a window system,
4297         return Qnil.
4299         * coding.c (produce_chars, encode_coding): Don't call
4300         insert_from_gap if no characters to produce.
4302 2008-02-01  Kenichi Handa  <handa@m17n.org>
4304         * fontset.c (free_realized_fontsets): Avoid unnecessary call of
4305         Fclear_face_cache.
4307         * xfaces.c (face_for_font): Check also face->font==font->font.font.
4309 2008-02-01  Miles Bader  <miles@gnu.org>
4311         * emacs.c (main): Change default value of `enable_font_backend' to 1.
4312         Parse "--disable-font-backend" option.
4313         (standard_args): Add "--disable-font-backend" option.
4315 2008-02-01  Kenichi Handa  <handa@m17n.org>
4317         * fontset.c (fontset_find_font): New function.
4318         (fontset_font): Use fontset_find_font.
4319         (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
4320         Register the specified font for all Latin characters.
4321         (new_fontset_from_font): Register the specified font for all Latin
4322         characters.
4323         (dump_fontset): For a realized fontset, include the base fontset
4324         name in the returned vector.
4326 2008-02-01  Kenichi Handa  <handa@m17n.org>
4328         * character.h (CHAR_STRING): Cast C to unsigned on calling
4329         char_string.
4331         * character.c (char_string): Type of arg C changed to unsigned.
4332         Signal an error if C is an invalid character code.
4334         * editfns.c (general_insert_function, Fchar_to_string):
4335         Use CHARACTERP, not INTEGERP.
4337 2008-02-01  Kenichi Handa  <handa@m17n.org>
4339         * character.h (MIN_MULTIBYTE_LEADING_CODE)
4340         (MAX_MULTIBYTE_LEADING_CODE): New macros.
4342         * regex.c (analyse_first): Fix for multibyte characters in "case
4343         charset:" and "case categoryspec:".
4345 2008-02-01  Andreas Schwab  <schwab@suse.de>
4347         * Makefile.in (LIBES): Move standard libraries to the end.
4349 2008-02-01  Kenichi Handa  <handa@m17n.org>
4351         * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
4352         nonzero, don't shrink the buffer nextb.
4354         * buffer.h (struct buffer_text): New member inhibit_shrinking.
4356         * coding.c (coding_alloc_by_making_gap): New arg offset.
4357         (alloc_destination): Call coding_alloc_by_making_gap with the arg
4358         offset.
4359         (decode_coding_iso_2022): Update coding->safe_charsets.
4360         (decode_coding_gap): Temporarily set
4361         current_buffer->text->inhibit_shrinking to 1.
4363 2008-02-01  Kenichi Handa  <handa@m17n.org>
4365         * xterm.c (x_draw_composite_glyph_string_foreground): Fix
4366         indexing into elements of s->cmp and s->char2b.
4368 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
4370         * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
4372 2008-02-01  Kenichi Handa  <handa@m17n.org>
4374         * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
4375         target_multibyte instead of multibyte.
4376         (re_match_2_internal): Call bcmp_translate with target_multibyte.
4377         (bcmp_translate): Change the argument name from multibyte to
4378         target_multibyte.
4380 2008-02-01  Kenichi Handa  <handa@m17n.org>
4382         These changes are to compile a regexp into a pattern that can be
4383         used both for multibyte and unibyte targets.
4385         * Makefile.in (search.o): Depend on charset.h.
4387         * character.c (multibyte_char_to_unibyte_safe): New function.
4389         * search.c: Include "charset.h".
4390         (compile_pattern_1): Delete argument multibyte.  Don't set
4391         cp->buf.target_multibyte here.  Set cp->buf.charset_unibyte.
4392         (compile_pattern): Don't compare cp->buf.target_multibyte.
4393         Compare cp->buf.charset_unibyte.
4394         (compile_pattern): Set cp->buf.target_multibyte.
4396         * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
4398         * regex.h (struct re_pattern_buffer): New member charset_unibyte.
4400         * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
4401         multibyte.  Change callers.
4402         (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
4403         (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete.  Change callers
4404         to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
4405         (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
4406         (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
4407         (regex_compile): Make the compiled pattern usable both for
4408         multibyte and unibyte targets.
4409         (analyse_first): Make the fastmap usable both for multibyte and
4410         unibyte targets.
4411         (TRANSLATE_VIA_MULTIBYTE): Delete.
4412         (re_match_2_internal): Pay attention to the case that the
4413         multibyteness of bufp and target may be different.
4415 2008-02-01  Kenichi Handa  <handa@m17n.org>
4417         * xdisp.c (x_produce_glyphs): When a font is not found, make the
4418         empty box occupy at least one column width.
4420 2008-02-01  Miles Bader  <miles@gnu.org>
4422         * Makefile.in: Remove redundant HAVE_XFT clause.
4424 2008-02-01  Kenichi Handa  <handa@m17n.org>
4426         * xrdb.c (x_load_resources): Setup the default fontSet X reource.
4428 2008-02-01  Kenichi Handa  <handa@m17n.org>
4430         * fontset.c (Finternal_char_font): Fix for the case of POSITION
4431         being nil.
4433 2008-02-01  Kenichi Handa  <handa@m17n.org>
4435         * xftfont.c (xftfont_open): Call FcConfigSubstitute.
4437 2008-02-01  Kenichi Handa  <handa@m17n.org>
4439         * xftfont.c (xftfont_open): Don't enable antialias explicitly.
4441 2008-02-01  Kenichi Handa  <handa@m17n.org>
4443         * search.c (simple_search): Fix previous change.
4445 2008-02-01  Kenichi Handa  <handa@m17n.org>
4447         * xftfont.c (ftfont_font_format): Extern declaration.
4449         * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
4451         * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
4452         (xfont_list): Don't directly use Lisp_Object as an operand of &&.
4454         * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
4455         (ftfont_font_format): Fix previous change.
4457         * font.h (Ffont_xlfd_name): EXFUN it.
4459         * font.c (font_parse_xlfd): Fix the array size of `f'.
4460         (register_font_driver): Use EQ to compare driver->type.
4462         * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
4463         (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
4464         (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
4466 2008-02-01  Kenichi Handa  <handa@m17n.org>
4468         * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
4469         (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
4471 2008-02-01  Kenichi Handa  <handa@m17n.org>
4473         * xfont.c (xfont_open): Set font->format.
4475         * xftfont.c (xftfont_open): Set font->format.
4477         * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
4478         (ftfont_list): Include FC_FONTFORMAT in FcObject.
4479         (ftfont_open): Set font->format.
4480         (ftfont_font_format): New function.
4482         * font.h (struct font): New memeber format.
4484         * font.c (Qopentype): New variable.
4485         (syms_of_font): Defsym it.
4486         (Fquery_font): Change the format of the last element of the return
4487         value.
4489 2008-02-01  Kenichi Handa  <handa@m17n.org>
4491         * xfns.c (xic_create_xfontset): Try the default fontset name as a
4492         last resort.
4494 2008-02-01  Kenichi Handa  <handa@m17n.org>
4496         * coding.c (detect_coding_charset): Fix detection of multi-byte
4497         charset.
4499 2008-02-01  Bob Halley  <halley@play-bow.org>  (tiny change)
4501         * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
4503 2008-02-01  Kenichi Handa  <handa@m17n.org>
4505         * xdisp.c (get_next_display_element): Set it->face_id for the
4506         first component of a composition.
4507         (x_produce_glyphs): Check if the font is changed or not for composition.
4509 2008-02-01  Kenichi Handa  <handa@m17n.org>
4511         (get_next_display_element): Set it->face_id for the
4512         first component of a composition.
4513         (x_produce_glyphs): Check if the font is changed or not for composition.
4515 2008-02-01  Kenichi Handa  <handa@m17n.org>
4517         * fontset.c (Qlatin): New variable.
4518         (syms_of_fontset): Define it as a lisp symbol.
4519         (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
4521 2008-02-01  Kenichi Handa  <handa@m17n.org>
4523         * font.c (font_unparse_fcname): Pay attention to the case that
4524         some of font property is a null string.
4526 2008-02-01  Kenichi Handa  <handa@m17n.org>
4528         * term.c: Include "composite.h".
4529         (encode_terminal_code): Output all components of composition.
4530         Check the size of encode_terminal_src.
4531         (produce_glyphs): For composition, call produce_composite_glyph.
4532         (append_composite_glyph, produce_composite_glyph): New functions.
4534         * xdisp.c (x_produce_glyphs): In handling composition, if a font
4535         is not found, get font_info from the current ascii face.
4537 2008-02-01  Kenichi Handa  <handa@m17n.org>
4539         * fileio.c (Finsert_file_contents): On replacing, temporarily bind
4540         buffer-file-name to Qnil before calling insert_from_buffer.
4542         * font.c (font_unparse_fcname): Pay attention to the case that
4543         foundry is a null string.
4545 2008-02-01  Kenichi Handa  <handa@m17n.org>
4547         * ftfont.c (ftfont_list): Allow registry "unicode-sip".
4549         * font.c (Qunicode_sip): New variable.
4550         (syms_of_font): Declare it as a Lisp symbol.
4552         * font.h (Qunicode_sip): Extern it.
4554 2008-02-01  Kenichi Handa  <handa@m17n.org>
4556         * composite.c (get_composition_id): Pay attention to TAB component.
4558         * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
4559         TAB.  Adjust for the change of s->char2b which always points to
4560         the first elememnt of allocated memory.
4562         * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
4564         * xdisp.c (handle_composition_prop): Set it->c to the first
4565         non-TAB component.
4566         (fill_composite_glyph_string): Change argument.
4567         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
4568         (x_produce_glyphs): Fix handling of left/right padding.
4570 2008-02-01  Kenichi Handa  <handa@m17n.org>
4572         * coding.c (detect_coding_system): Fix for handling off
4573         inhibit_iso_escape_detection.  Fix for the case that no coding
4574         system is defined for a specific coding category.
4576 2008-02-01  Kenichi Handa  <handa@m17n.org>
4578         * font.c (font_matching_entity): Delete unused local var.
4580         * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
4581         opening a font.
4583         * fileio.c (Finsert_file_contents): On recovering a file, assume
4584         Unix-like eol.
4585         (choose_write_coding_system): On auto-saving a file, force
4586         Unix-like eol.
4588         * coding.c (setup_coding_system): Fix setting of
4589         coding->common_flags based on eol_type.
4590         (coding_inherit_eol_type): If PARENT is not nil, be sure to
4591         inherit from it.
4593 2008-02-01  Kenichi Handa  <handa@m17n.org>
4595         * alloc.c (NSTATICS): Increas to 0x600.
4597 2008-02-01  Kenichi Handa  <handa@m17n.org>
4599         * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
4600         (ftfont_list): Don't check :name property.
4601         (ftfont_match): New function.
4602         (ftfont_pattern_entity): If the pattern doesn't contain
4603         FC_SPACING, don't assuce FC_MONO.
4605         * font.h (struct font_driver): New member `match'.
4606         (font_update_drivers): Adjust prototype.
4608         * font.c (font_parse_fcname, font_parse_name): Don't change :name
4609         property of FONT.
4610         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
4611         them unconditionally.
4612         (font_matching_entity): New function.
4613         (font_open_by_name): Try font_matching_entity if exact match is
4614         not found.
4615         (font_update_drivers): Delete the arg FONT.  Return a list of
4616         actually used backends.  Don't free faces, font caches here.
4617         Don't store data in frame parameters.  Don't call x_set_font.
4618         (Ffont_spec): Store :name property as is.
4619         (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
4620         (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
4621         (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
4622         (Ffont_otf_alternates): Check if the driver has otf_gsub function.
4623         Call font->driver->otf_gsub instead of font_otf_gsub.
4625         * frame.c (x_set_font_backend): Do more works that were done in
4626         font_update_drivers before.
4628         * xfont.c (xfont_match): New function.
4629         (xfont_driver): Set xfont_driver.match to xfont_match.
4630         (xfont_draw): Set font in GC if necessary.
4632         * ftxfont.c (ftxfont_match): New function.
4633         (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
4635         * xftfont.c (xftfont_match): New function.
4636         (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
4638 2008-02-01  Kenichi Handa  <handa@m17n.org>
4640         * font.h (struct font): New member scalable.
4641         (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
4642         (font_otf_gsub): Adjust prototype.
4644         * font.c (font_otf_capability): Fix handling of the default langsys.
4645         (parse_gsub_gpos_spec): Change type to void.  New arg nbytes.
4646         Check the contents of SPEC.
4647         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
4648         (check_gstring): New function.
4649         (REPLACEMENT_CHARACTER): New macro.
4650         (font_otf_gsub): New arg alternate_subst.  Be sure to set all
4651         glyph codes of GSTRING.
4652         (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
4653         (font_prepare_composition): Set cmp->glyph_len.
4654         (font_open_entity): Set font->scalable.
4655         (Ffont_get): Handle :otf property.
4656         (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
4657         functions.
4658         (Fquery_font): Use font->font.full_name.
4659         (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
4660         Sfont_otf_alternates.
4662         * ftfont.c (ftfont_open): Set font->font.full_name and
4663         font->font.name properly.  Fix calculation of font->font.height
4664         and font->min_width.
4666         * ftxfont.c (ftxfont_create_gcs): New function.
4667         (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
4668         (ftxfont_draw_backgrond): Fix filling region.
4669         (ftxfont_default_fid): New function.
4670         (ftxfont_open): Set xfotn->fid to the return value of
4671         ftxfont_default_fid.
4672         (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
4673         (ftxfont_done_face): Free only GCs that are created by
4674         ftxfont_create_gcs.
4675         (ftxfont_draw): If face->gc != s->gc, create proper GCs.
4677         * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
4678         Clip to src->width, etc (not src->clip_XXX).
4680         * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
4681         FontBackend frame parameter.
4683 2008-02-01  Kenichi Handa  <handa@m17n.org>
4685         * font.h (struct font_driver_list): New member `on'.
4686         (Fclear_font_cache): EXFUN it.
4687         (font_update_drivers): Extern it.
4689         * font.c (font_unparse_fcname): Fix typo (swidth->width).
4690         (font_list_entities): Check driver_list->on.
4691         (register_font_driver): Initalize `on' member to 0.
4692         (font_update_drivers): New function.
4693         (Fclear_font_cache): Check driver_list->on.
4695         * frame.h (Qfont_backend): Extern it.
4696         (x_set_font_backend): Extern it.
4698         * frame.c (Qfont_backend): New variable.
4699         (frame_parms): New element for font-backend.
4700         (x_set_font_backend): New function.
4702         * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
4703         FontBackend frame parameter.
4704         (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
4705         x_set_font_backend.
4707         * xfont.c (xfont_list): Don't try listing by :name property if the
4708         name is not for XLFD.
4710 2008-02-01  Kenichi Handa  <handa@m17n.org>
4712         * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
4713         (LGLYPH_SET_TO): New macros.
4714         (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
4715         element of G is vector or not.
4716         (font_at): Extern it.
4718         * font.c: Include window.h.
4719         (font_lispy_object): New function.
4720         (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
4721         end of valid glyph.
4722         (font_close_object): Fix getting (struct font *).
4723         (font_at): New function.
4724         (Ffont_get): If FONT is a font-object, get entity from it.
4725         (Ffont_make_gstring): Initialize elements of glyphs with nil.
4726         (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.  Fix
4727         range check.
4728         (Ffont_at): New function.
4729         (syms_of_font): Defsubr Sfont_at.
4731         * xdisp.c (it_props): Move the entry for Qauto_composed to just
4732         before the entry for Qcomposition.
4733         (handle_auto_composed_prop): Call auto-composition-function with 4 args.
4734         (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
4735         the font in gstring.
4736         (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
4737         LGLYPH_FORM (g) to detect the end of valid glyph.
4738         (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
4739         we are composing with gstring.
4741         * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
4742         Check if adjustment is vector or not.
4744         * Makefile.in (font.o): Make it depends on window.h.
4746 2008-02-01  Kenichi Handa  <handa@m17n.org>
4748         * xterm.c (x_draw_composite_glyph_string_foreground): Check if
4749         adjustment is vector or not.
4751 2008-02-01  Miles Bader  <miles@gnu.org>
4753         * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
4755 2008-02-01  Kenichi Handa  <handa@m17n.org>
4757         * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
4758         (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
4759         (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
4761         * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
4762         (DEVICE_DELTA): Fix typo.
4763         (font_otf_gpos, font_prepare_compositio): Adjust for the change of
4764         LGLYPH format.
4766         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
4767         the change of LGLYPH format.
4769 2008-02-01  Kenichi Handa  <handa@m17n.org>
4771         * ftfont.c (ftfont_list): Fix typo.
4772         (ftfont_build_basic_charsets): Don't include letters with diacritics.
4774 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
4776         * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
4778         * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
4779         xftface_info is non-NULL.
4781 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
4783         * ftfont.c (ftfont_list): Move misplaced #endif.
4785 2008-02-01  Kenichi Handa  <handa@m17n.org>
4787         * ftfont.c (ftfont_list): Pay attention to the case that
4788         FC_CAPABILITY is not defined.
4790 2008-02-01  Kenichi Handa  <handa@m17n.org>
4792         * xftfont.c (xftfont_open): Set charset related members to -1.
4794         * ftfont.c (ftfont_list): Handle QCotf property.  Fix handling of
4795         QCname.
4796         (ftfont_open): Set charset related members to -1.
4798         * fontset.c (Votf_script_alist): New variable.
4799         (syms_of_fontset): Initialize it.
4800         (fontset_font): Delete unused variable.
4802         * fontset.h (Votf_script_alist): Extern it.
4804         * font.c (font_find_for_lface): Optimize code.
4806         * font.h (font_close_object, font_merge_old_spec): Extern them.
4808 2008-02-01  Kenichi Handa  <handa@m17n.org>
4810         * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
4811         (syms_of_font): Initialize them.
4812         (font_pixel_size): Allow float value in dpi.
4813         (font_prop_validate_type): Delete.
4814         (font_prop_validate_symbol, font_prop_validate_style): Change argument.
4815         Change caller.
4816         (font_prop_validate_non_neg): Rename from font_prop_validate_size.
4817         (font_prop_validate_extra): Delete.
4818         (font_prop_validate_spacing): New function.
4819         (font_property_table): Add elements for all known properties.
4820         (get_font_prop_index): Rename from check_font_prop_name.  New
4821         argument FROM.  Change caller.
4822         (font_prop_validate): Validate all known properties.
4823         (font_put_extra): Delete argument force.  Change caller.
4824         (font_expand_wildcards): Make it static.  Fix the way of shrinking
4825         the possible range.
4826         (font_parse_xlfd): Delete argument merge.  Fix handling of RESX,
4827         RESY, SPACING, and AVGWIDTH.  Don't validate property values here.
4828         Change caller.
4829         (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
4830         (font_parse_fcname): Delete argument merge.  Fix parsing of point
4831         size.  Don't validate properties values here.  Change caller.
4832         (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
4833         (font_open_by_name): Delete unused variable.
4834         (Ffont_spec): Likewise.  Validate property values.
4835         (Ffont_match_p): New function.
4837         * font.h (QCscalable): Extern it.
4838         (font_parse_xlfd, font_parse_fcname): Adjust prototype.
4840         * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
4842         * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
4843         (xfont_list_pattern): New function.
4844         (xfont_list): Use xfont_list_pattern.
4846 2008-02-01  Kenichi Handa  <handa@m17n.org>
4848         * font.h (Flist_fonts): EXFUN it.
4850 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4852         * w32term.c (w32_initialize): Add back smoothing_type and
4853         smoothing_enabled definitions.
4855 2008-02-01  Kenichi Handa  <handa@m17n.org>
4857         * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
4858         s->face->font on determining underline position.
4860 2008-02-01  Kenichi Handa  <handa@m17n.org>
4862         * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
4863         (font_has_char): Accept font-object too.
4864         (font_find_for_lface): Try at first with a size specified in face.
4866 2008-02-01  Kenichi Handa  <handa@m17n.org>
4868         * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
4869         font_open_by_name.
4871 2008-02-01  Kenichi Handa  <handa@m17n.org>
4873         * font.h (QCspacing, QCdpi): Extern them.
4874         (enum font_spacing): New enum.
4875         (FONT_PIXEL_SIZE_QUANTUM): New macro.
4877         * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
4878         (QCspacing, QCdpi): New variables.
4879         (syms_of_font): Initialize them.
4880         (font_pixel_size): New function.
4881         (font_put_extra): New function.
4882         (font_parse_xlfd): Fix handling of font size.  Add QCdpi property
4883         in FONT_EXTRA.
4884         (font_parse_fcname): Handle enumenrated values (e.g. bold).
4885         Fix handling font size.  Add QCname property that contains only
4886         unknown properties.
4887         (font_score): Change argument.  Change caller.  Pay attention to
4888         FONT_PIXEL_SIZE_QUANTUM.
4889         (font_sort_entites, font_list_entities, font_find_for_lface)
4890         (font_open_for_lface, font_open_by_name): Fix handling of font size.
4891         (Ffont_spec): Add QCname property that contains only unknown properties.
4893         * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.  Don't
4894         include weight in listing pattern, instead check weight of each
4895         listed font.  Don't include scalable in pattern.  Pay attention to
4896         FONT_PIXEL_SIZE_QUANTUM.
4898 2008-02-01  Kenichi Handa  <handa@m17n.org>
4900         * font.c (font_parse_fcname): Fix parsing of point-size.
4901         (font_unparse_fcname): Produce symbolic names for style properties.
4902         (font_list_entities): Handle float size correctly.
4903         (font_open_by_name): Prefer `normal' property values if the name
4904         doesn't specify them.
4906         * fontset.c (Finternal_char_font): Use font_get_name, not
4907         Ffont_xlfd_name.
4909         * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
4910         FC_WEIGHT_REGULAR.  Exclude FC_SIZE and FC_PIXEL_SIZE from listing
4911         pattern.  Don't force scalable.
4913         * xftfont.c (xftfont_open): For generating a name, start from
4914         96-byte buffer.
4916 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
4918         * frame.h (x_new_fontset2): Fix prototype.
4920 2008-02-01  Kenichi Handa  <handa@m17n.org>
4922         * font.h (struct font_driver): Delete member parse_name.
4923         (font_match_p, font_get_spec, font_parse_fcname)
4924         (font_unparse_fcname): Extern them.
4925         (font_get_name): Adjust prototype.
4927         * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
4928         (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
4929         (font_expand_wildcards): Fix handling ENCODING field.  Avoid
4930         unnecessary checks for weight, slant, and swidth.
4931         (font_parse_fcname): New function.
4932         (font_unparse_fcname): New function.
4933         (font_parse_name): New function.
4934         (font_match_p): New function.
4935         (font_get_name): Change return value to Lisp string.
4936         (font_get_spec): New function.
4937         (Qunspecified, Qignore_defface): Don't extern them.
4938         (font_find_for_lface): Assume that LFACE is fully specified.
4939         (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
4940         object, use it for FACE.
4941         (font_open_by_name): Call Ffont_spec with QCname prop.  Don't call
4942         driver->parse_name.
4943         (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
4945         * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
4946         prototype.
4948         * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
4949         argument F.  Don't call Fnew_fontset.  Instead, directly call
4950         make_fontset.
4952         * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
4954         * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
4955         of x_new_fontset2.
4957         * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
4958         (Qsans__serif): New variables.
4959         (ftfont_generic_family_list): New variable.
4960         (syms_of_ftfont): Initialize the above variables.
4961         (ftfont_pattern_entity): Delete argument NAME.
4962         (ftfont_list_generic_family): New function.
4963         (ftfont_parse_name): Delete this function.
4964         (ftfont_list): Try generic family only when FcFontList found no font.
4965         (ftfont_list_family): Fix args to FcObjectSetBuild.
4967         * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
4968         object in attrs[LFACE_FONT_INDEX].
4969         (set_lface_from_font_name): Cancel all changes for font-backend.
4970         (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
4971         function.
4972         (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
4973         font object in QCfont attribute.
4974         (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
4975         (realize_default_face) [USE_FONT_BACKEND]: Call
4976         set_lface_from_font_and_fontset.
4978         * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
4979         "fixed", and signal error here if no suitable font was found.
4981         * xfont.c (xfont_parse_name): Delete this function.
4983         * xftfont.c (xftfont_open): Change coding style of error
4984         handling.  Generate fontconfig's fontname pattern.
4986         * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
4987         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
4989         * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
4990         Both args FONTSET and FONT_OBJECT must be existing ones.
4992 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4994         * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
4996 2008-02-01  Kenichi Handa  <handa@m17n.org>
4998         * xfont.c (xfont_open, xfont_encode_char): Fix typo.
5000         * font.h (struct font): Fix typo.
5002         * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
5003         XLFD_XXX_INDEX.
5004         (enum xlfd_field_mask): New enum.
5005         (intern_font_field): Changed argument.  Change caller.  If digits
5006         are followed by non-digits, return a symbol.
5007         (font_expand_wildcards): New function.
5008         (font_parse_xlfd): Fix wildcard handling.
5009         (Ffont_spec): If :name is specified, reflect the info in the other
5010         properties.
5012         * ftfont.c (ftfont_pattern_entity): Fix typo.
5013         (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
5014         locale.
5016 2008-02-01  Kenichi Handa  <handa@m17n.org>
5018         * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
5020         * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
5021         (font_unparse_xlfd): Fix argument type declaration.  Append "*" if
5022         registry doesn't specify encoding part.
5023         (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
5024         (font_open_by_name): At first try parsing the name.
5025         (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
5026         as Lisp symbols.
5028         * fontset.c (reorder_font_vector): Pay attention to the case that
5029         the 3rd element of font_def is nil.
5030         (fontset_font): For the default fontset, append one more fontset
5031         elements for a script-based font specification.  Don't add script
5032         attribute on finding a font.
5033         (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
5034         font name.
5035         (fontset_ascii_font): If a font can't be opened, return nil.
5037         * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
5038         (ftfont_pattern_entity): New function.
5039         (ftfont_get_cache): Assume that freetype_font_cache is already
5040         initialized.
5041         (ftfont_list): Handle the case that a file is specified in font
5042         name.  Use ftfont_pattern_entity to generate entities.
5043         (ftfont_has_char): Check if the pattern contains FC_CHARSET.
5044         (syms_of_ftfont): Initialize freetype_font_cache.
5046         * xftfont.c (xftfont_open): Make the font name fontconfig's
5047         style.  Add BLOCK_INPUT and UNBLOCK_INPUT.
5048         (xftfont_close): Free font->font.name if not NULL.
5050         * xfont.c (xfont_list): If script is specified for a font, return
5051         null_vector.
5052         (xfont_list_family): Declare argument type.
5054         * xfaces.c (set_lface_from_font_name): If a font doesn't have a
5055         name, set LFACE_FONT (lface) to nil.
5057         * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
5058         return Qnil.
5060 2008-02-01  Kenichi Handa  <handa@m17n.org>
5062         * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
5063         (standard_args): Add "-enable-font-backend".
5065 2008-02-01  Kenichi Handa  <handa@m17n.org>
5067         * xftfont.c (xftfont_default_fid): Set fid_known to 1.
5068         (struct xftdraw_list, xftdraw_list): Delete them.
5069         (register_xftdraw, check_xftdraw): Delete them.
5070         (xftfont_prepare_face): Don't call register_xftdraw.
5071         (xftfont_done_face): Don't call check_xftdraw.
5072         (xftfont_draw): Get backroudn color only when with_background is
5073         nonzero.
5075         * xfont.c (xfont_encode_char): Fix calculation of char2b.
5077 2008-02-01  Kenichi Handa  <handa@m17n.org>
5079         These changes are for the new font handling codes.
5081         * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
5082         @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
5083         (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
5084         (FONTSRC, FONTOBJ): New variables.
5085         (obj): Add $(FONTOBJ).
5086         (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
5087         (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
5088         @LIBOTF_LIBS@.
5089         (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
5090         (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
5092         * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
5094         * character.h (Vscript_representative_chars): Extern it.
5096         * character.c (Vscript_representative_chars): New variable.
5097         (syms_of_character): Declare it as a Lisp variable.
5099         * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
5100         enable_font_backend is nonzero, accept the composition method
5101         COMPOSITION_WITH_GLYPH_STRING.
5103         * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
5104         enumeration COMPOSITION_WITH_GLYPH_STRING.
5106         * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
5107         members clip_x, clip_y, clip_width, and clip_height.
5108         (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
5110         * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
5111         --enable-font-backend.  Call syms_of_font.
5113         * fns.c (assoc_no_quit): New function.
5115         * fontset.h (FONT_INFO_FROM_FACE): New macro.
5116         (face_for_font, new_fontset_from_font)
5117         (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
5119         * fontset.c [USE_FONT_BACKEND]: Include "font.h".
5120         (fontset_font, fontset_ascii, face_for_char)
5121         (make_fontset_for_ascii_face, Ffont_info)
5122         (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
5123         is nonzero, use font-backend mechanism.
5124         (find_font_encoding): Make it non-static.
5125         (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
5126         New functions.
5128         * frame.h (struct frame): New members resx and resy.
5129         (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
5130         (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
5132         * frame.c [USE_FONT_BACKEND]: Include "font.h".
5133         (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
5135         * lisp.h (assoc_no_quit): Extern it.
5137         * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
5138         Through out the file, use FONT_INFO_FROM_FACE instead of
5139         FONT_INFO_FROM_ID, use get_per_char_metric instead of
5140         rif->per_char_metric.
5141         (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
5142         method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
5143         (get_glyph_face_and_encoding, fill_composite_glyph_string)
5144         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
5145         (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
5146         nonzero, use font-backend mechanism.
5147         (get_per_char_metric): New function.
5149         * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
5150         (set_lface_from_font_name)
5151         (set_font_frame_param, free_realized_face)
5152         (prepare_face_for_display, clear_face_gcs)
5153         (Finternal_set_font_selection_order, realize_x_face)
5154         [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
5155         font-backend mechanism.
5156         (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
5157         (load_face_font) [USE_FONT_BACKEND]: Abort.
5158         (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
5159         (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
5161         * xfns.c [USE_FONT_BACKEND]: Include "font.h".
5162         (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
5163         (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
5164         nonzero, register all available font drivers.  Call
5165         x_default_font_parameter for deciding a font.
5166         (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
5168         * xterm.c [USE_FONT_BACKEND]: Include "font.h".
5169         (x_set_mouse_face_gc, x_set_glyph_string_clipping)
5170         (x_set_glyph_string_clipping_exactly)
5171         (x_compute_glyph_string_overhangs)
5172         (x_draw_glyph_string_foreground)
5173         (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
5174         (x_free_frame_resources) [USE_FONT_BACKEND]: If
5175         enable_font_backend is nonzero, use font-backend mechanism.
5176         (x_new_fontset2) [USE_FONT_BACKEND]: New function.
5178 2008-02-01  Kenichi Handa  <handa@m17n.org>
5180         * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
5181         system_eol_type.
5182         (syms_of_coding): Initialize system_eol_type.
5184         * process.c (Fset_process_coding_system): Inherit system's eol
5185         format if necessary.
5187 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5189         * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
5191 2008-02-01  Kenichi Handa  <handa@m17n.org>
5193         * coding.c (decode_eol): Pay attention to buffer relocation in
5194         del_range_2.
5195         (decode_coding): Call decode_eol before restoring undo_list.
5197 2008-02-01  Kenichi Handa  <handa@m17n.org>
5199         * charset.c (Fdefine_charset_internal): Fix setting of
5200         emacs_mule_bytes.
5202 2008-02-01  Kenichi Handa  <handa@m17n.org>
5204         * keyboard.c (read_char): Check if C is a character or not before
5205         looking up Vkeyboard_translate_table.
5207 2008-02-01  Kenichi Handa  <handa@m17n.org>
5209         * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
5210         condition to terminate the loop.
5212 2008-02-01  Kenichi Handa  <handa@m17n.org>
5214         * coding.c (produce_composition): Compare charbuf[i] instead of
5215         args[i] against 0.
5216         (Fterminal_coding_system): Use EQ to compare Lisp objects.
5218 2008-02-01  Kenichi Handa  <handa@m17n.org>
5220         * coding.c (DECODE_COMPOSITION_START): If the source is short, set
5221         coding->result to CODING_RESULT_INSUFFICIENT_SRC.
5222         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
5223         detect_coding.
5224         (emacs_mule_char): Handle old style (Emacs 20) component character
5225         of a composition.
5226         (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
5227         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
5228         composition rule.
5229         (decode_coding_emacs_mule): Handle invalid bytes correctly.
5231 2008-02-01  Kenichi Handa  <handa@m17n.org>
5233         * coding.c (encode_coding_ccl): Allocate destination dynamically
5234         when necessary.
5236 2008-02-01  Kenichi Handa  <handa@m17n.org>
5238         * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
5239         the loop.  When quitted, show a proper error message.
5241 2008-02-01  Kenichi Handa  <handa@m17n.org>
5243         * xterm.c (x_set_glyph_string_clipping_exactly): Set
5244         src->clip_head and src->clip_tail temporarily instead of src->hl.
5246         * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
5247         character sequence.
5248         (Fccl_execute_on_string): Use ASET, not XSET.
5250 2008-02-01  Kenichi Handa  <handa@m17n.org>
5252         * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
5254 2008-02-01  Kenichi Handa  <handa@m17n.org>
5256         * coding.c (decode_coding): Fix the condition of terminating the
5257         decoding loop.
5259 2008-02-01  Kenichi Handa  <handa@m17n.org>
5261         * data.c (Faset): On setting a character bigger than 255 in a
5262         unibyte string, signal an error instead of make the string multibyte.
5264 2008-02-01  Kenichi Handa  <handa@m17n.org>
5266         * charset.c (map_charset_chars): Fix for ascii-compatible charset
5267         made by a mapping table.
5269 2008-02-01  Kenichi Handa  <handa@m17n.org>
5271         * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
5272         not.
5273         (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
5274         (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
5276         * xterm.c (x_draw_composite_glyph_string_foreground): Check
5277         s->face is NULL or not.
5279 2008-02-01  Kenichi Handa  <handa@m17n.org>
5281         * xterm.c (x_set_glyph_string_clipping_exactly): New function.
5282         (x_draw_glyph_string): Fix drawing of right_overhang and
5283         left_overhang around/on cursor.
5285         * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
5287 2008-02-01  Kenichi Handa  <handa@m17n.org>
5289         * xdisp.c (x_produce_glyphs): Handle composition with TAB.
5291 2008-02-01  Kenichi Handa  <handa@m17n.org>
5293         * coding.c (Fdefine_coding_system_internal)
5294         (Fdefine_coding_system_alias): Avoid a duplicated element in
5295         Vcoding_system_alist.
5297 2008-02-01  Kenichi Handa  <handa@m17n.org>
5299         * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
5301         * coding.c (Qcoding_system_define_form): New variable.
5302         (syms_of_coding): Intern and staticpro it.
5303         (Fcoding_system_p): Check Qcoding_system_define_form.
5304         (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
5306         * coding.h (CODING_SYSTEM_P): If ID is not available, call
5307         Fcoding_system_p.
5308         (CHECK_CODING_SYSTEM): If ID is not available, call
5309         Fcheck_coding_system.
5310         (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
5311         Try also Fcheck_coding_system.
5313 2008-02-01  Kenichi Handa  <handa@m17n.org>
5315         * coding.c (code_conversion_restore): GCPRO arg.
5317 2008-02-01  Kenichi Handa  <handa@m17n.org>
5319         * character.c (lisp_string_width): Check multibyteness of STRING.
5321 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5323         * macterm.c (mac_encode_char): Call ccl_driver with the last arg
5324         Qnil.  Use JIS_TO_SJIS instead of ENCODE_SJIS.
5325         (decode_mac_font_name): Use decode_coding_c_string instead of
5326         decode_coding.
5327         (x_load_font): Initialize fontp->fontset to -1.  Set
5328         fontp->encoding_type.
5330 2008-02-01  Kenichi Handa  <handa@m17n.org>
5332         * search.c (search_buffer): Give up BM search on case-fold-search
5333         if one of a target character has a case-equivalence of different
5334         byte length even if that target charcter is an ASCII.
5335         (simple_search): Fix calculation of byte length of matched text.
5336         (boyer_moore): Fix handling of case-equivalent multibyte characters.
5338 2008-02-01  Kenichi Handa  <handa@m17n.org>
5340         * coding.c (decode_coding): Fix handling of invalid bytes.
5342 2008-02-01  Kenichi Handa  <handa@m17n.org>
5344         * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
5345         Unicode characters.
5347 2008-02-01  Kenichi Handa  <handa@m17n.org>
5349         * coding.c (encode_coding_object): If a pre-write-conversion
5350         function makes a new buffer, kill it.
5352 2008-02-01  Kenichi Handa  <handa@m17n.org>
5354         * coding.c (QCascii_compatible_p): New variable.
5355         (syms_of_coding): Initialize it.
5356         (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
5357         calling string_char.
5358         (record_conversion_result): Add `default:' case.
5359         (coding_charset_list): Delete unused variable `coding_type'.
5360         (Fdefine_coding_system_internal): Add `ascii-compatible-p'
5361         property in the plist of the coding system.
5362         (Fcoding_system_put): Check QCascii_compatible_p.
5364 2008-02-01  Miles Bader  <miles@gnu.org>
5366         * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
5367         removed calculation of frame `f', as it's now used.
5369 2008-02-01  Kenichi Handa  <handa@m17n.org>
5371         * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
5372         (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
5373         (UNIDATA): New variable.
5374         (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
5375         (bootstrap-emacs${EXEEXT}): Depends on charprop.el.  Run
5376         $(RUN_TEMACS) unconditionally.
5378 2008-02-01  Kenichi Handa  <handa@m17n.org>
5380         * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
5381         (admindir): New variable.
5382         ($(lispsource)international/charprop.el): New target.
5384 2008-02-01  Miles Bader  <miles@gnu.org>
5386         * character.c (chars-in-region): Remove obsolete function.
5387         (syms_of_character): Remove its initialization.
5389 2008-02-01  Benjamin Riefenstahl  <b.riefenstahl@turtle-trading.net>
5391         * w32select.c (validate_coding_system)
5392         (setup_windows_coding_system): New functions.
5393         (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
5394         setup_windows_coding_system.
5395         (setup_config, Fw32_get_clipboard_data): Use
5396         validate_coding_system.
5397         (Fx_selection_exists): Move call to setup_config to a place
5398         where signals are allowed.
5400         * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
5401         (Fcheck_coding_system): Add declarations.
5403 2008-02-01  Kenichi Handa  <handa@m17n.org>
5405         * charset.c (load_charset_map_from_vector): Fix for the first iteration.
5407 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5409         * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
5410         string as the second argument for x_new_fontset.
5412 2008-02-01  Kenichi Handa  <handa@m17n.org>
5414         * coding.c (decode_coding_object): Use safe_call1 instead of call1.
5415         (encode_coding_object): Use safe_call instead of call2.
5417 2008-02-01  Kenichi Handa  <handa@m17n.org>
5419         * fontset.c (Fset_fontset_font): Check family element of a given vector.
5421         * Makefile.in (lisp): Include charprop.el.
5423 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5425         * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
5426         Not sure if it's unnecessary.
5428 2008-02-01  Steven Tamm  <steventamm@mac.com>
5430         * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
5431         some possibly unnecessary fontset checking code that crashed
5432         when creating a new frame.
5434 2008-02-01  Kenichi Handa  <handa@m17n.org>
5436         * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
5437         lookup_face.
5439         * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
5441         * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
5443 2008-02-01  Kenichi Handa  <handa@m17n.org>
5445         * coding.c: Cancel the change done in HEAD on 2008-02-01.
5446         (coding_charset_list): New function.
5448         * coding.h (coding_charset_list): Extern it.
5450 2008-02-01  Kenichi Handa  <handa@m17n.org>
5452         * fontset.c (Fset_fontset_font): Call find_font_encoding with
5453         concatenation of family and registry.
5455 2008-02-01  Kenichi Handa  <handa@m17n.org>
5457         * character.h (BYTE8_STRING): Fix typo.
5459         * editfns.c (Ftranslate_region_internal): Don't convert unibyte
5460         string to multibyte (sync to HEAD).
5462         * casefiddle.c (casify_region): Handle changes in byte-length
5463         using replace_range_2 (sync to HEAD).
5465 2008-02-01  Andreas Schwab  <schwab@suse.de>
5467         * chartab.c (map_char_table): GCPRO table and arg.
5469 2008-02-01  Kenichi Handa  <handa@m17n.org>
5471         * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
5472         already at limit.
5474 2008-02-01  Kenichi Handa  <handa@m17n.org>
5476         * fontset.c (fs_load_font): Use fast_string_match_ignore_case
5477         instead of fast_c_string_match_ignore_case.
5478         (find_font_encoding): Change argument to Lisp_Object.  Use
5479         fast_string_match_ignore_case instead of
5480         fast_c_string_match_ignore_case.  Change caller.
5482 2008-02-01  Kenichi Handa  <handa@m17n.org>
5484         * xdisp.c (get_next_display_element): In unibyte case, decide to
5485         display in octal form by checking a chacter by
5486         UNIBYTE_CHAR_HAS_MULTIBYTE_P.
5488         * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
5490         * character.c (unibyte_has_multibyte_table): New variable.
5492         * character.h (unibyte_has_multibyte_table): Extern it.
5493         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
5495 2008-02-01  Kenichi Handa  <handa@m17n.org>
5497         * coding.c (encode_coding_iso_2022): Fix handling of charset
5498         annotation.
5500 2008-02-01  Kenichi Handa  <handa@m17n.org>
5502         * coding.c (setup_coding_system): If coding_system is nil, use
5503         Qundecided.
5504         (Fterminal_coding_system): Return nil if terminal coding system is
5505         `undecided'.
5506         (syms_of_coding): Define coding-system `undecided' here.  Setup
5507         terminal_coding as `undecided'.
5509 2008-02-01  Kenichi Handa  <handa@m17n.org>
5511         * xdisp.c (message_dolog, set_message_1): Call
5512         unibyte_char_to_multibyte with arg type int.
5514         * lread.c (read1): Fix reading of a char-table.
5516         * print.c (print_object): Include sub char-table in cicularities
5517         detection.
5519 2008-02-01  Kenichi Handa  <handa@m17n.org>
5521         * keymap.c (where_is_internal_2): Fix for the case that KEY is a
5522         cons.  Append the found sequences in car of ARGS instead of prepending.
5524 2008-02-01  Kenichi Handa  <handa@m17n.org>
5526         * fileio.c (report_file_error): Make a unibyte string from
5527         strerror (errorno).
5528         (Fsubstitute_in_file_name): Fix the arg to
5529         unibyte_char_to_multibyte.  It is evaluated twice.
5531 2008-02-01  Kenichi Handa  <handa@m17n.org>
5533         * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
5535 2008-02-01  Kenichi Handa  <handa@m17n.org>
5537         * coding.c (detect_coding_utf_16): Don't set detect_info->found if
5538         BOM is not found.
5539         (detect_coding, detect_coding_system): Optimization for ISO-2022
5540         when no 8-bit data is found.
5542 2008-02-01  Jason Rumney  <jasonr@gnu.org>
5544         * w32fns.c (x_to_w32_font): Update to use new coding struct.
5546 2008-02-01  Kenichi Handa  <handa@m17n.org>
5548         * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
5549         CHARS.
5551 2008-02-01  Steven Tamm  <steventamm@mac.com>
5553         * macterm.c (mac_encode_char): Add charset argument and update
5554         to use encoding_type.
5555         (x_new_font, x_new_fontset): Merge in changes from xterm.c;
5556         switch to pure fontset.
5557         (decode_mac_font_name): Temporarily remove decoding.
5558         (x_font_name_to_mac_font_name): Temporarily remove encoding.
5559         (x_load_font): Temporarily remove encoding.
5561 2008-02-01  Kenichi Handa  <handa@m17n.org>
5563         * xfaces.c (Fface_font): If frame is not on a window system,
5564         ignore CHARACTER arg.  If HAVE_WINDOW_SYSTEM is not defined, don't
5565         refer to face->font.
5566         (split_font_name_into_vector, build_font_name_from_vector)
5567         (lookup_non_ascii_face, realize_non_ascii_face): Define them only
5568         whne HAVE_WINDOW_SYSTEM is defined.
5570 2008-02-01  Kenichi Handa  <handa@m17n.org>
5572         * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
5573         (x_produce_glyphs): Fix setting of members of cmp in case
5574         cmp->glyph_len is zero.
5576         * fontset.c (Fset_fontset_font): Fix docstring.
5577         (Ffontset_info): Make it backward compatible.  New arg ALL.
5579 2008-02-01  Kim F. Storm  <storm@cua.dk>
5581         * process.c (read_process_output): Grow decoding_buf when needed;
5582         this could cause a crash in allocate_string and compact_small_strings.
5584 2008-02-01  Kenichi Handa  <handa@m17n.org>
5586         * fileio.c (WRITE_BUF_SIZE): Delete this macro.
5588 2008-02-01  Kenichi Handa  <handa@m17n.org>
5590         * coding.c (setup_coding_system): Set coding->common_flags
5591         correctly for raw-text.
5592         (consume_chars): On encoding unibyte text by raw-text, don't check
5593         multibyte form.
5594         (encode_coding): On encoding by raw-text, never use translation tables.
5596         * fileio.c (e_write): Short cut for the case of no encoding.
5598 2008-02-01  Kenichi Handa  <handa@m17n.org>
5600         * coding.c (detect_coding, detect_coding_system): Delete unused
5601         variables.
5603 2008-02-01  Kenichi Handa  <handa@m17n.org>
5605         * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
5606         (consume_chars): Fix handling of 8-bit bytes in unibyte source.
5608 2008-02-01  Kenichi Handa  <handa@m17n.org>
5610         * coding.c (Ffind_coding_systems_region_internal): Include
5611         raw-text and no-conversion in the result.
5613 2008-02-01  Kenichi Handa  <handa@m17n.org>
5615         * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
5616         (load_font_get_repertory): Delete unnecessary check of ENCODING of
5617         FONT_DEF.
5618         (font_def_arg, add_arg, from_arg, to_arg): New args.
5619         (set_fontset_font): Change argument.
5620         (Fset_fontset_font): Fix for the case that TARGET is a script
5621         name and charset name.
5622         (new_fontset_from_font_name): Fix argument to Fnew_fontset.
5624 2008-02-01  Kenichi Handa  <handa@m17n.org>
5626         * fontset.c (fontset_font): Rename from fontset_face.  Change return
5627         value.
5628         (face_suitable_for_char_p, face_for_char): Adjust for the change
5629         of fontset_font.
5630         (make_fontset_for_ascii_face): Fix setting of the fontset element
5631         for ASCII.
5632         (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
5633         to get a font name.
5634         (Ffontset_info): Adjust for the change of fontset_font.
5636         * coding.c (emacs_mule_char): Check invalid code more regidly.
5638         * character.h (LEADING_CODE_LATIN_1_MIN)
5639         (LEADING_CODE_LATIN_1_MAX): Delete these macros.
5641 2008-02-01  Kenichi Handa  <handa@m17n.org>
5643         * editfns.c (check_translation): New function.
5644         (Ftranslate_region_internal): Handle M:N mapping.
5646 2008-02-01  Kenichi Handa  <handa@m17n.org>
5648         * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
5650 2008-02-01  Kenichi Handa  <handa@m17n.org>
5652         * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
5653         goto invalid_code.
5654         (decode_coding_iso_2022): Fix handling of invalid designation.
5656         * fileio.c (Finsert_file_contents): Be sure to call unbind_to
5657         after calling code_conversion_save.
5659 2008-02-01  Kenichi Handa  <handa@m17n.org>
5661         * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
5663         * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
5665         * fontset.c: Include "intervals.h".
5666         (fontset_face): Fix comparing of Lisp_Objects.
5667         (free_face_fontset, new_fontset_from_font_name): Fix
5668         Lisp_Object/int mixup.
5670         * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
5672         * coding.c: Add many prototypes for static functions.
5673         (get_translation_table): Allow max_lookup to be NULL.
5674         (decode_coding, Ffind_coding_systems_region_internal)
5675         (Funencodable_char_position, Fcheck_coding_systems_region): Call
5676         get_translation_table with max_lookup NULL.
5678 2008-02-01  Kenichi Handa  <handa@m17n.org>
5680         * coding.c (get_translation_table): Declare it as Lisp_Object.
5681         (LOOKUP_TRANSLATION_TABLE): New macro.
5682         (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
5683         instead of CHAR_TABLE_REF.
5685 2008-02-01  Kenichi Handa  <handa@m17n.org>
5687         * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
5688         annotation data format.
5689         (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
5690         Change arguments FROM and TO to single argument NCHARS.  Change caller.
5691         (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
5692         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5693         (decode_coding_ccl, decode_coding_charset): Pay attention to
5694         coding->charbuf_used.
5695         (get_translation): New function.
5696         (produce_chars): New arguments translation_table and last_block.
5697         Translate characters here.  Return number of carryover chars.
5698         Change caller.
5699         (produce_composition): New argument pos.  Change caller.
5700         Adjust for the change of annotation data format.
5701         (produce_charset, produce_annotation): Likewise.
5702         (decode_coding, encode_coding): Don't call translate_chars.
5703         (consume_chars): New arg translation_table.  Change caller.
5704         (translate_chars): Delete.
5705         (syms_of_coding): Make translation-table's number of extra slots 2.
5707 2008-02-01  Kenichi Handa  <handa@m17n.org>
5709         * search.c (simple_search): Fix setting this_pos_byte in backward
5710         search.
5712         * coding.c (detect_coding_emacs_mule): Fix counting of encoded
5713         byte sequence.
5714         (detect_coding_ccl): Fix setting of the variable valids.
5716 2008-02-01  Kenichi Handa  <handa@m17n.org>
5718         * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
5720         * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
5722         * editfns.c (Ftranslate_region_internal): Rename from
5723         Ftranslate_region.  Accept a char-table in TABLE.
5724         (syms_of_editfns): Defsubr Stranslate_region_internal.
5726         * xfaces.c (set_lface_from_font_name): If a font is specified for
5727         a frame, generate a fontset from the font.
5728         (build_scalable_font_name): If the scalable font is requested for
5729         a specific size, don't change that size.
5730         (try_font_list): Try a scalable font also in the case that a
5731         pattern string is specified.
5733 2008-02-01  Kenichi Handa  <handa@m17n.org>
5735         * xfaces.c (Fface_font): New optional arg CHARACTER.
5737 2008-02-01  Kenichi Handa  <handa@m17n.org>
5739         * charset.h (CHARSET_OFFSET): New macro.
5741 2008-02-01  Kenichi Handa  <handa@m17n.org>
5743         * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
5745         * fontset.c (fontset_face): Handle the case that repertory is a
5746         char-table.
5747         (find_font_encoding): Return nil for unknown encoding.
5748         (Fset_fontset_font): Ignore a font of unknown encoding.
5750 2008-02-01  Kenichi Handa  <handa@m17n.org>
5752         * keymap.c (describe_vector): Handle default value of a char table.
5754         * fontset.c (fontset_face): Handle fallback fonts correctly.
5755         (Ffontset_info): Return infomation about fallback fonts.
5757 2008-02-01  Kenichi Handa  <handa@m17n.org>
5759         * fontset.c (FONTSET_DEFAULT): New macro.
5760         (FONTSET_ADD, fontset_add): Handle the case that range is nil.
5761         (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
5762         the case that it is nil.
5763         (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
5764         (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
5766         * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
5767         subset or superset.
5769 2008-02-01  Kenichi Handa  <handa@m17n.org>
5771         * emacs.c (main): Call init_charset after syms_of_XXX.
5773         * charset.c (Vcharset_map_directory): Delete.
5774         (Vcharset_map_path): New variable
5775         (load_charset_map_from_file): Use Vcharset_map_path instead.
5776         (init_charset): Initialize Vcharset_map_path.
5777         (syms_of_charset): Delete declaration of "charset-map-directory",
5778         add declaration of "charset-map-path".
5780 2008-02-01  Kenichi Handa  <handa@m17n.org>
5782         * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
5783         ASCII only string.
5785         * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
5787         * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
5788         (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
5790 2008-02-01  Kenichi Handa  <handa@m17n.org>
5792         * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
5794         * coding.c (QCmnemonic, QCdefalut_char)
5795         (QCdecode_translation_table, QCencode_translation_table)
5796         (QCpost_read_conversion, QCpre_write_conversion): New variables.
5797         (get_translation_table): Return a list of translation tables if
5798         necessary.
5799         (decode_coding): Call get_translation_table with ENCODEP 0.
5800         (char_encodable_p): If translation_table is non-nil, always call
5801         translate_char.
5802         (Fdefine_coding_system_internal): Accept list of translation
5803         tables as :encode-translation-table and :decode-translation-table.
5804         (Fcoding_system_put): New function.
5805         (syms_of_coding): Declare new symbols.  Defsubr
5806         Scoding_system_put.
5807         (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
5808         typically JISX0212.
5810         * charset.c (map_charset_chars): Fix arg to map_charset_chars in
5811         when the charset is superset type.
5813         * character.c (translate_char): Accept list of translation tables.
5815 2008-02-01  Kenichi Handa  <handa@m17n.org>
5817         * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
5818         (CODING_ATTR_TRANS_TBL): New macro.
5820         * coding.c (get_translation_table): New function.
5821         (translate_chars): Fix the bug of skipping annotation data.
5822         (decode_coding, encode_coding): Utilize get_translation_table.
5823         (char_encodable_p, Funencodable_char_position): Translate char if
5824         necessary.
5825         (Ffind_coding_systems_region_internal)
5826         (Fcheck_coding_systems_region): Setup translation table for encode
5827         in a coding system attribute vector in advance.
5828         (Fdefine_coding_system_internal): Allow a symbol as translation
5829         table.  For shift-jis type coding system, allow 4th charset.
5831 2008-02-01  Kenichi Handa  <handa@m17n.org>
5833         * coding.c (decode_coding_sjis): Check the first byte rigidly.
5835         * xdisp.c (get_next_display_element): Pass -1 as POS to
5836         FACE_FOR_CHAR if displaying a C-string.
5838 2008-02-01  Kenichi Handa  <handa@m17n.org>
5840         * composite.c (get_composition_id): Handle xoff and yoff in a
5841         composition rule.
5843         * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
5844         (struct composition): New member lbearing and rbearing.
5846         * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
5847         (x_get_glyph_overhangs): Handle a composition glyph.
5848         (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
5850         * xterm.c (x_compute_glyph_string_overhangs): Handle also a
5851         composition glyph.
5853 2008-02-01  Kenichi Handa  <handa@m17n.org>
5855         * print.c: Include charset.h.
5856         (Vprint_charset_text_property): New variable.
5857         (Qdefault): Extern it.
5858         (PRINT_STRING_NON_CHARSET_FOUND)
5859         (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
5860         (print_check_string_result): New variable.
5861         (print_check_string_charset_prop): New function.
5862         (print_prune_charset_plist): New variable.
5863         (print_prune_string_charset): New function.
5864         (print_object): Call print_prune_string_charset if
5865         Vprint_charset_text_property is not t.
5866         (print_interval): Print nothing if itnerval->plist is nil.
5867         (syms_of_print): Declare Vprint_charset_text_property as a lisp
5868         variable.  Init and staticpro print_prune_charset_plist.
5870 2008-02-01  Kenichi Handa  <handa@m17n.org>
5872         * fontset.c (new_fontset_from_font_name): Use the specified font
5873         for all characters in the new fontset.
5875         * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
5876         OBJECT args.
5878         * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
5879         OBJECT args for composition too.
5881         * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
5882         OBJECT args.
5884 2008-02-01  Kenichi Handa  <handa@m17n.org>
5886         * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
5888         * fontset.c (reorder_font_vector): Adjust for the change of
5889         FONT_DEF format.
5890         (fontset_face): New arg id.  Change caller.
5891         (face_for_char): New args pos and object.
5892         (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF
5893         format.n
5894         (fs_query_fontset): Check NAME by Fassoc too.
5895         (Fset_fontset_font): Allow non-XLFD font name.
5896         (Ffontset_info): Adjust for the change of FONT_DEF format.
5898         * fontset.h (face_for_char): Adjust prototype.
5900         * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
5901         (append_space, extend_face_to_end_of_line)
5902         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
5903         (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
5905         * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
5906         POS and OBJECT args.
5908         * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
5909         POS and OBJECT args.
5911 2008-02-01  Jason Rumney  <jasonr@gnu.org>
5913         * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
5914         of GlobalAlloc'ed memory.
5916 2008-02-01  Kenichi Handa  <handa@m17n.org>
5918         * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
5920         * charset.h (charset_table_used): Delete extern.
5922         * charset.c (charset_table_used): Make it static.
5923         (map_charset_chars): Fix args to c_function with.
5925         * chartab.c (map_sub_char_table_for_charset): Fix args to
5926         c_function with.
5928         * coding.h (enum coding_result_code): Delete
5929         CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
5931         * coding.c (Qinsufficient_source, Qinconsistent_eol)
5932         (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
5933         (Vlast_code_conversion_error): New variables.
5934         (syms_of_coding): DEFSYM or DEFVAR_LISP them.
5935         (ONE_MORE_BYTE): Record error if any instead of signaling an
5936         error.  If non-ASCII multibyte char is found, return the negative
5937         value of the code.  All callers changed to check it.
5938         (ONE_MORE_BYTE_NO_CHECK): Likewise.
5939         (record_conversion_result): New function.  Change all codes setting
5940         coding->result to call this function.
5941         (detect_coding_utf_8, decode_coding_utf_8)
5942         (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
5943         Don't use the local variable incomplete.
5944         (emacs_mule_char): Change the second arg to `const'.
5945         (decode_coding): Fix of flushing out unprocessed data.
5946         (make_conversion_work_buffer): Fix making of a work buffer.
5947         (decode_coding_object): Return coding->dst_object.
5949         * fontset.c (set_fontset_font): Fix args.
5951         * lisp.h (CHARACTERBITS): Define as 22.
5953         * process.c (send_process): Be sure to set coding->src_multibyte.
5955         * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
5957 2008-02-01  Kenichi Handa  <handa@m17n.org>
5959         * xdisp.c (handle_auto_composed_prop): Give limit to
5960         Fnext_single_char_property_change.
5962 2008-02-01  Kenichi Handa  <handa@m17n.org>
5964         * composite.c (syms_of_composite): Don't make the composition hash
5965         table weak.
5967         * fontset.c (Fset_fontset_font): Fix docstring.
5969         * lisp.h (detect_coding_system): Adjust prototype.
5971         * fileio.c (kill_workbuf_unwind): Delete this function.
5972         (Finsert_file_contents): Adjust the call of detect_coding_system.
5973         Get conversion_buffer by code_conversion_save.  Use the macor
5974         CODING_MAY_REQUIRE_DECODING.  After decoding, update
5975         coding_system.
5977         * coding.h (make_conversion_work_buffer): Delete extern.
5978         (code_conversion_save): Extern it.
5980         * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
5981         (CODING_GET_INFO): Delete argument eol_type.  Change callers.
5982         (decode_coding_utf_8): Don't do eol converion.
5983         (detect_coding_utf_16): Check coding->src_chars, not
5984         coding->src_bytes.  Add heuristics for those that have no signature.
5985         (decode_coding_emacs_mule, decode_coding_iso_2022)
5986         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
5987         Don't do eol converion.
5988         (adjust_coding_eol_type): Return a new coding system.
5989         (detect_coding): Don't detect eol.  Fix for utf-16 detection.
5990         (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
5991         each change.
5992         (decode_coding): Pay attention to undo_list.  Do eol convesion for
5993         all types of coding-systems (if necessary).
5994         (Vcode_conversion_work_buf_list): Delete it.
5995         (Vcode_conversion_reused_workbuf): Rename from
5996         Vcode_conversion_reused_work_buf.
5997         (Vcode_conversion_workbuf_name): New variable.
5998         (reused_workbuf_in_use): New variable.
5999         (make_conversion_work_buffer): Delete the arg DEPTH.
6000         (code_conversion_restore): Change argument to cons.
6001         (code_conversion_save): Delete the argument BUFFER.  Change callers.
6002         (detect_coding_system): New argument src_chars.  Change callers.
6003         Fix for utf-16 detection.
6004         (init_coding_once): Don't use ISO_carriage_return.
6005         (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
6006         reused_workbuf_in_use.
6008 2008-02-01  Kenichi Handa  <handa@m17n.org>
6010         * keymap.c (store_in_keymap): Pay attention to the case that idx
6011         is a cons specifying a character range.
6013 2008-02-01  Kenichi Handa  <handa@m17n.org>
6015         * xdisp.c (handle_auto_composed_prop): Fix the case of returning
6016         HANDLED_RECOMPUTE_PROPS.
6018         * coding.c (Fdefine_coding_system_internal): Fix checking of
6019         ascii compatibility.
6021 2008-02-01  Kenichi Handa  <handa@m17n.org>
6023         * charset.c (find_charsets_in_text): Delete unused locale variable.
6024         (Fset_charset_priority): Update Vemacs_mule_charset_list too.
6026         * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
6027         Resync charset_list to Vemacs_mule_charset_list.
6029         * keymap.c (store_in_keymap): Pay attention to the case that idx
6030         is a cons specifying a character range.
6032 2008-02-01  Kenichi Handa  <handa@m17n.org>
6034         * composite.c (update_compositions): Bind inhibit-read-only, etc
6035         to t before calling remove-list-of-text-properties.
6037         * print.c (print_object): Always print ASCII chars as is.
6039 2008-02-01  Kenichi Handa  <handa@m17n.org>
6041         * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
6043         * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
6044         is a char table.
6046 2008-02-01  Kenichi Handa  <handa@m17n.org>
6048         * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
6050 2008-02-01  Kenichi Handa  <handa@m17n.org>
6052         * xfaces.c (set_lface_from_font_name): Fix for the case that
6053         FONTNAME is not fontset name.
6055 2008-02-01  Kenichi Handa  <handa@m17n.org>
6057         * fns.c (base64_encode_1): Fix previous change.
6059 2008-02-01  Kenichi Handa  <handa@m17n.org>
6061         * fontset.c (set_fontset_font): New function.
6062         (Fset_fontset_font): If a font is specified for a charset, use
6063         map_charset_chars to store the font spec in a fontset.
6065 2008-02-01  Kenichi Handa  <handa@m17n.org>
6067         * fontset.c (fontset_face): Create a fallback fontset on demand
6068         (make_fontset): Don't create a fallback fontset here.
6069         (free_face_fontset): Free a fallback fontset (if any) too.
6070         (n_auto_fontsets): Delete this variable.
6071         (auto_fontset_alist): New variable.
6072         (new_fontset_from_font_name): Check auto_fontset_alist.
6073         (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
6074         (Ffontset_list_all) [FONTSET_DEBUG]: New function.
6075         (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
6076         Defsubr Sfontset_list_all.
6078 2008-02-01  Kenichi Handa  <handa@m17n.org>
6080         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
6082 2008-02-01  Kenichi Handa  <handa@m17n.org>
6084         * fontset.c (Fnew_fontset): Check NAME more rigidly.
6086 2008-02-01  Kenichi Handa  <handa@m17n.org>
6088         * editfns.c (Fgoto_char): Fix docstring.
6090 2008-02-01  Kenichi Handa  <handa@m17n.org>
6092         * insdel.c (insert_from_gap): Adjust intervals correctly.
6094 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6096         * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
6097         (pfnGetFontUnicodeRanges): New dynamically loaded function.
6098         (w32_initialize): Try to load it.
6099         (x_get_font_repertory): Use it if available.
6100         (w32_encode_char): Add shortcut for unicode output.
6102         * w32fns.c (w32_load_system_font): Default charset to -1.
6103         (x_to_w32_charset): Match all fonts for unicode.
6104         (w32_to_x_charset): New parameter matching.  Don't return partial
6105         or wildcard charsets.
6106         (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
6107         (w32_codepage_for_font): Return CP_UNICODE for unicode.
6108         (w32_to_x_font): Match charset to real charset.
6109         (enum_font_cb2): Always list unicode versions.
6111         * makefile.w32-in (temacs): Increase EMHEAP.
6113 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6115         * w32term.c (w32_encode_char): New charset parameter.
6116         font_info.encoding becomes encoding_type.
6117         (x_get_font_repertory): New function.  Warning: stub only!
6118         (x_new_font): Return quickly if font already set.
6119         (x_new_fontset): fontsetname parameter is Lisp_Object.
6120         Use new fs_query_fontset.  Try new_fontset_from_font_name.
6121         Use fontset_name for return value.
6123         * w32term.h: Declare x_get_font_repertory.
6125         * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
6126         place of find_charset_in_text.  Use encode_coding_object in place
6127         of encode_coding.
6128         (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
6129         decode_coding.
6131         * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
6132         of x_new_fontset.
6133         (w32_load_system_font): Initialize charset as unicode.
6134         font_info.encoding becomes encoding_type.
6135         (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
6136         (x_to_w32_font): Use encode_coding_object in place of encode_coding.
6137         (syms_of_w32fns): Set get_font_repertory_func.
6139         * w32console.c: Include character.h.  Use terminal_encode_buffer
6140         from term.c.
6141         (write_glyphs): Use new version of encode_terminal_code.  Use
6142         encode_coding_object in place of encode_coding.
6144         * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
6145         encoding becomes encoding_type.
6147         * term.c (terminal_encode_buffer): Make externally visible.
6149         * makefile.w32-in: Add character.h dependancies.
6150         (character.o, chartab.o): New targets.
6152 2008-02-01  Kenichi Handa  <handa@m17n.org>
6154         * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
6155         CODING_ID_EOL_TYPE.
6157 2008-02-01  Andreas Schwab  <schwab@suse.de>
6159         * coding.c (produce_chars): Revert last change.
6161 2008-02-01  Kenichi Handa  <handa@m17n.org>
6163         * charset.h (charset_unicode): Extern it.
6165         * charset.c (string_xstring_p): Check by (C >= 0x100).
6166         (find_charsets_in_text): Change format of the arc CHARSETS.  New
6167         arg MULTIBYTE.
6168         (Ffind_charset_region, Ffind_charset_string): Adjust for the
6169         change of find_charsets_in_text.
6170         (Fsplit_char): Fix doc.  Never return unknown.
6172         * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
6174         * coding.c (Fdefine_coding_system_alias): Update
6175         Vcoding_system_list.
6177         * fontset.c (load_font_get_repertory): Pay attention to the case
6178         that ENCODING of a font is specified by a char-table.
6180         * xterm.c (x_get_font_repertory): Handle the case that the
6181         encoding of font is other than Unicode.
6183 2008-02-01  Kenichi Handa  <handa@m17n.org>
6185         * term.c (encode_terminal_code): Don't handle glyph-table.  Check
6186         if a character is encodable by the terminal coding system.  If
6187         not, produces proper number of `?'s.  Update
6188         terminal_encode_buffer and terminal_encode_buf_size if necessary.
6189         (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
6191 2008-02-01  Kenichi Handa  <handa@m17n.org>
6193         * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
6194         variables.
6195         (encode_terminal_code): Change argument.  Encode multiple
6196         characters at once.  Store the result of encoding in
6197         terminal_encode_buffer.
6198         (write_glyphs, insert_glyphs): Adjust for the change of
6199         encode_terminal_code.
6200         (term_init): Initialize terminal_encode_buffer and
6201         terminal_encode_buf_size.
6203         * coding.c (consume_chars): If coding->src_object is nil, don't
6204         check annotation.
6206 2008-02-01  Kenichi Handa  <handa@m17n.org>
6208         * character.c (char_string): Use ASCII_CHAR_P instead of
6209         SINGLE_BYTE_CHAR_P.
6211 2008-02-01  Kenichi Handa  <handa@m17n.org>
6213         * xdisp.c (handle_auto_composed_prop): Check if the last
6214         characters of auto-composed region is newly composed with the
6215         following characters.
6216         (handle_composition_prop): Fix checking of point being inside
6217         composition.
6219 2008-02-01  Kenichi Handa  <handa@m17n.org>
6221         * fns.c (concat): Don't change multibyteness of the result by
6222         concatenating an 8-bit character.
6224         * data.c (Faset): Check newelt by CHECK_CHARACTER.  Don't change
6225         multibyteness of the result when newelt is an 8-bit character.
6227 2008-02-01  Dave Love  <fx@gnu.org>
6229         * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
6230         EMACS_INT.
6232         * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
6234         * xfaces.c (face_numeric_value): Declare dim size_t.
6235         (Finternal_lisp_face_equal_p): Remove unused f.
6237         * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
6238         (MATRIX_ROW): Remove unused vars.
6239         (draw_glyphs, x_insert_glyphs, fast_find_position)
6240         (fast_find_position, fast_find_string_pos): Use EMACS_INT for
6241         byte/char counts.
6243         * regex.c (regex_compile): Remove unused var.
6245         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
6247         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
6248         (Faccessible_keymaps, where_is_internal): Remove unused vars.
6250         * keyboard.c (cancel_hourglass_unwind): Return Qnil.
6252         * frame.c (frame_name_fnn_p): Make len EMACS_INT.
6254         * fileio.c (Fwrite_region): Remove unused var.
6256         * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
6257         (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
6259         * composite.c (Fremove_list_of_text_properties): Declare.
6261         * coding.c (inhibit_pre_post_conversion): Remove (unused).
6262         (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
6263         (coding_inherit_eol_type): Remove unused attrs.
6264         (detect_coding): Cast arg of detect_eol.
6266         * charset.c (syms_of_charset): Remove unused var p.
6267         (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
6268         byte/char counts.
6270         * casetab.c (set_case_table): Remove unused var.
6272         * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
6273         unused vars.
6275 2008-02-01  Dave Love  <fx@gnu.org>
6277         * xterm.c (x_bitmap_mask): Declare.
6279 2008-02-01  Dave Love  <fx@gnu.org>
6281         * xterm.c (x_term_init): Fix type error.
6283         * lisp.h: Add Funibyte_char_to_multibyte.
6285         * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
6286         (Fset_coding_system_priority): Doc fix.
6288         * ccl.c (ccl_driver): Fix arg of CHARACTERP.
6290         * indent.c (check_composition): Make start and end EMACS_INT.
6292         * character.c (lisp_string_width): Make ignore and end EMACS_INT.
6294         * xdisp.c (handle_composition_prop, check_point_in_composition):
6295         Make buffer positions EMACS_INT.
6297         * composite.c (find_composition, run_composition_function)
6298         (update_compositions, Ffind_composition_internal): Make buffer
6299         positions EMACS_INT.
6301         * composite.h (find_composition, update_compositions): Make
6302         position args EMACS_INT.
6304         * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
6306         * intervals.c (get_property_and_range):
6307         * intervals.h (get_property_and_range): Make start and end EMACS_INT.
6309         * unexalpha.c: Don't include varargs.h.
6311 2008-02-01  Dave Love  <fx@gnu.org>
6313         * coding.h (ENCODE_UTF_8): New.
6315         * Makefile.in (gtkutil.o): Depend on coding.h.
6317         * coding.c (Fset_coding_system_priority): Doc fix.
6319 2008-02-01  Kenichi Handa  <handa@m17n.org>
6321         * fileio.c (Finsert_file_contents): Call setup_coding_system in
6322         the case of auto saving.
6324 2008-02-01  Andreas Schwab  <schwab@suse.de>
6326         * chartab.c (map_char_table, map_char_table_for_charset): Protect
6327         `range' from GC.
6329 2008-02-01  Kenichi Handa  <handa@m17n.org>
6331         * coding.c (decode_coding_sjis): Check bytes more rigidly.
6333 2008-02-01  Kenichi Handa  <handa@m17n.org>
6335         * fileio.c (choose_write_coding_system): Return a decided coding system.
6336         (Fwrite_region): Set Vlast_coding_system_used to the return value
6337         of choose_write_coding_system.
6339 2008-02-01  Kenichi Handa  <handa@m17n.org>
6341         * charset.c (Fset_charset_priority): Pay attention to duplicated
6342         arguments.
6344         * coding.c (QCcategory): New variable.
6345         (syms_of_coding): Defsym it.  Set all elements of
6346         Vcoding_category_table and their symbol values.
6347         (Fset_coding_system_priority): Doc fix.  Update symbol qvalues of
6348         coding-category-XXX, and coding-category-list.
6349         (Fdefine_coding_system_internal): Add category in the plist.
6351 2008-02-01  Kenichi Handa  <handa@m17n.org>
6353         * callproc.c (Fcall_process): Handle carryover correctly.
6355         * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
6356         (raw_text_coding_system): Check NILP (coding_system).
6357         (coding_inherit_eol_type): Check NILP (coding_system) and
6358         NILP (parent).
6359         (consume_chars): Fix for the case of raw-text.
6361         * process.c (read_process_output): Handle carryover correctly.
6363 2008-02-01  Dave Love  <fx@gnu.org>
6365         * regex.c (re_search_2): Fix last change.
6367 2008-02-01  Kenichi Handa  <handa@m17n.org>
6369         * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
6370         target_multibyte.  Even in a unibyte case, return a converted
6371         multibyte char.
6372         (GET_CHAR_AFTER): New macro.
6373         (PATFETCH): Translate via multibyte char.
6374         (HANDLE_UNIBYTE_RANGE): Delete this macro.
6375         (SETUP_MULTIBYTE_RANGE): New macro.
6376         (regex_compile): Setup compiled code so that its multibyteness
6377         matches that of a target.  Fix the handling of "[X-YZ]" using
6378         SETUP_MULTIBYTE_RANGE.
6379         (analyse_first) <charset>: For filling fastmap for all multibyte
6380         characters, don't check by BASE_LEADING_CODE_P.
6381         (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp).  It is
6382         the same as RE_MULTIBYTE_P (bufp) now.
6383         (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
6384         (TARGET_CHAR_AND_LENGTH): Delete this macro.
6385         (TRANSLATE_VIA_MULTIBYTE): New macro.
6386         (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
6387         It is the same as RE_MULTIBYTE_P (bufp) now.
6388         <exactn>: Translate via multibyte.
6389         <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.  Don't
6390         translate it.
6391         <charset, charset_not>: Fetch a character by
6392         RE_STRING_CHAR_AND_LENGTH.  Translate via multibyte.
6393         <duplicate>: Call bcmp_translate with the last arg `multibyte'.
6394         <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
6395         notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
6396         by GET_CHAR_AFTER.
6397         (bcmp_translate): Likewise.
6399         * search.c (compile_pattern): Check the member target_multibyte,
6400         not the member multibyte of buf.
6402         * lread.c (read1): While reading a string, set force_singlebyte
6403         and force_multibyte correctly.
6405         * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
6406         up of unibyte_to_multibyte_table.
6408 2008-02-01  Kenichi Handa  <handa@m17n.org>
6410         * coding.c (setup_coding_system): If coding has
6411         post-read-conversion or pre-write-conversion, set
6412         CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
6413         respectively.
6414         (decode_coding_gap): Run post-read-conversion if any.
6416         * fileio.c (Finsert_file_contents): Even if we read into a
6417         unibyte buffer, check if we must decode the result or not.
6419 2008-02-01  Kenichi Handa  <handa@m17n.org>
6421         * coding.c (make_conversion_work_buffer): Change the work buffer
6422         name to the same one as that of Emacs 21.
6424 2008-02-01  Kenichi Handa  <handa@m17n.org>
6426         * coding.h (make_conversion_work_buffer): Adjust prototype.
6427         (code_conversion_restore): Don't extern it.
6429         * coding.c (detected_mask): Delete unused variable.
6430         (decode_coding_iso_2022): Pay attention to the byte sequence of
6431         CTEXT extended segment, and retain those bytes as is.
6432         (decode_coding_ccl): Delete unused variable `valids'.
6433         (setup_coding_system): Delete unused variable `category'.
6434         (consume_chars): Delete unused variable `category'.  Make it work
6435         for non-multibyte case.
6436         (make_conversion_work_buffer): Change argument.
6437         (saved_coding): Delete unused variable.
6438         (code_conversion_restore): Don't check saved_coding->destination.
6439         (code_conversion_save): New function.
6440         (decode_coding_gap, encode_coding_gap): Call code_conversion_save
6441         instead of record_unwind_protect.
6442         (decode_coding_object, encode_coding_object): Likewise.  Recover PT.
6443         (detect_coding_system): Delete unused variable `mask'.
6444         (Fdefine_coding_system_internal): Delete unused vaiable id.
6446         * fileio.c (kill_workbuf_unwind): New function.
6447         (Finsert_file_contents): On replacing, call
6448         make_conversion_work_buffer with correct args, and call
6449         record_unwind_protect with the first arg kill_workbuf_unwind.
6451         * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
6453 2008-02-01  Kenichi Handa  <handa@m17n.org>
6455         * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
6456         (fontset_add): Fix for the case that TO is less than TO1.
6457         (Ffontset_info): Don't use fallback fontset on checking the
6458         default fontset.
6459         (dump_fontset): New function for debugging.
6461         * coding.c (Fdefine_coding_system_internal): Fix for the case that
6462         coding_type is Qcharset.
6464 2008-02-01  Kenichi Handa  <handa@m17n.org>
6466         * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
6467         (map_char_table): Don't inherit the value from the parent on
6468         initializing VAL.  Adjust for the above change.
6470 2008-02-01  Kenichi Handa  <handa@m17n.org>
6472         * coding.c (Qsignature, Qendian): Delete these variables.
6473         (syms_of_coding): Don't initialize them.
6474         (CATEGORY_MASK_UTF_16_AUTO): New macro.
6475         (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
6476         detect_info->found.
6477         (decode_coding_utf_16): Don't detect BOM here.
6478         (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
6479         is NOT utf_16_without_bom.
6480         (setup_coding_system): For a coding system of type utf-16, check
6481         if the attribute :endian is Qbig or not (not nil or not), and set
6482         CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
6483         (detect_coding): If coding type is utf-16 and BOM detection is
6484         required, detect it.
6485         (Fdefine_coding_system_internal): For a coding system of type
6486         utf-16, check if the attribute :endian is Qbig or not (not nil or not).
6488 2008-02-01  Kenichi Handa  <handa@m17n.org>
6490         * coding.c (coding_set_source): Fix for the case that the current
6491         buffer is different from coding->src_object.
6492         (decode_coding_object): Don't use the conversion work buffer if
6493         DST_OBJECT is a buffer.
6495 2008-02-01  Dave Love  <fx@gnu.org>
6497         * lread.c (read_emacs_mule_char) [len==2]: Index
6498         emacs_mule_charset correctly.
6500 2008-02-01  Dave Love  <fx@gnu.org>
6502         * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
6503         (detect_coding_big5, decode_coding_big5, encode_coding_big5)
6504         (Fdecode_big5_char, Fencode_big5_char): Delete.  (Big5 no longer
6505         treated specially.)
6506         (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
6507         (detected_mask): Remove Big5 bits.
6509 2008-02-01  Kenichi Handa  <handa@m17n.org>
6511         The following changes are to make the font rescaling facility
6512         compatible with Emacs 21.
6514         * xfaces.c (Vface_font_rescale_alist): Rename from
6515         Vface_resizing_fonts.
6516         (struct font_name): Rename member resizing_ratio to rescale_ratio.
6517         (font_rescale_ratio): Rename from font_resizing_ratio.
6518         (split_font_name): Set font->rescale_ratio.
6519         (better_font_p): Pay attention to font->rescale_ratio.
6520         (build_scalable_font_name): Likewise.  Change RESX, and RESY
6521         fields.
6522         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
6524 2008-02-01  Kenichi Handa  <handa@m17n.org>
6526         * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
6527         (Qutf_16_le): Remove these variables.
6528         (syms_of_coding): Don't DEFSYM them.
6529         (decode_coding_utf_16): Fix handling of BOM.
6530         (encode_coding_utf_16): Fix handling of BOM.
6532 2008-02-01  Kenichi Handa  <handa@m17n.org>
6534         * fileio.c (Finsert_file_contents): On replacing, before decoding
6535         the file into the work buffer, set point of the work buffer to the end.
6537 2008-02-01  Dave Love  <fx@gnu.org>
6539         * coding.c (Fcheck_coding_systems_region): Fix type errors.
6541 2008-02-01  Dave Love  <fx@gnu.org>
6543         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
6544         and fix C types.
6546 2008-02-01  Kenichi Handa  <handa@m17n.org>
6548         * xdisp.c (SKIP_GLYPHS): New macro.
6549         (set_cursor_from_row): Pay attention to string display properties.
6551         * category.c (copy_category_entry): Fix for the case that RANGE
6552         is an integer.
6554         * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
6556         * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
6558 2008-02-01  Kenichi Handa  <handa@m17n.org>
6560         * charset.c (Fcharset_id_internal): New function.
6561         (syms_of_charset): Defsubr it.
6563         * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
6564         with the last arg charset_list acquired from coding.
6565         (Fdefine_coding_system_internal): For ccl-based coding system, fix
6566         the attribute coding_attr_ccl_valids.
6568         * coding.h (enum define_coding_ccl_arg_index): Set the first
6569         member coding_arg_ccl_decoder to coding_arg_max.
6571         * ccl.h (ccl_driver): Adjust prototype.
6573         * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
6574         (ccl_driver): New arg CHARSET_LIST.  Use the above macros instead
6575         of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
6576         (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
6577         last arg Qnil.
6579 2008-02-01  Kenichi Handa  <handa@m17n.org>
6581         * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
6582         call encode_char.
6584         * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
6586 2008-02-01  Dave Love  <fx@gnu.org>
6588         * composite.c (syms_of_composite): Make composition_hash_table weak.
6590 2008-02-01  Kenichi Handa  <handa@m17n.org>
6592         * dispextern.h (check_face_attributes, generate_ascii_font_name)
6593         (font_name_registry): Don't extern them.
6594         (split_font_name_into_vector, build_font_name_from_vector): Extern them.
6596         * fontset.h (Qfontset): Don't extern it.
6597         (new_fontset_from_font_name): Extern it.
6599         * fontset.c: Give 8 extra slots to fontset objects.
6600         (Qfontset_info): New variable.
6601         (syms_of_fontset): Defsym it.
6602         (FONTSET_FALLBACK): New macro.
6603         (fontset_face): Try also the default fontset.
6604         (make_fontset): Realize a fallback fontset from the default fontset.
6605         (generate_ascii_font_name): Move from xfaces.c.  Rewritten by
6606         using split_font_name_into_vector and build_font_name_from_vector.
6607         (Fset_fontset_font): Access the elements of font_spec by enum
6608         FONT_SPEC_INDEX.  If font_spec is a string, extract the registry
6609         name by using split_font_name_into_vector.
6610         (Fnew_fontset): If no ASCII font is specified in FONTLIST,
6611         generate a proper font name from the fontset name.  Update
6612         Vfontset_alias_alist.
6613         (n_auto_fontsets): New variable.
6614         (new_fontset_from_font_name): New function.
6615         (Ffont_info): Store the information about fonts generated from the
6616         default fontset in the first extra slot of the returned char-table.
6618         * xfaces.c (generate_ascii_font_name): Move to fontset.c.
6619         (font_name_registry): Delete function.
6620         (split_font_name_into_vector): New function.
6621         (build_font_name_from_vector): New function.
6622         (font_list): The argument REGISTRY is now a list of registry names.
6623         (choose_face_font): If we are choosing an ASCII font, and ATTRS
6624         specifies an explicit font name, return the name as is.  Make a
6625         list of registy names.
6627         * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
6628         of x_new_fontset.
6629         (Fx_create_frame): Don't call x_new_fontset here.  Just use
6630         x_list_fonts to check the existence of fonts.
6632         * xterm.h (x_new_fontset): Adjust prototype.
6634         * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
6635         string.  Use new_fontset_from_font_name to create a fontset from a
6636         font name.
6638 2008-02-01  Kenichi Handa  <handa@m17n.org>
6640         * syntax.c (Vfind_word_boundary_function_table): New name for
6641         Vnext_word_boundary_function_table.
6642         (find-word-boundary-function-table): New name for
6643         next-word-boundary-function-table.
6645 2008-02-01  Dave Love  <fx@gnu.org>
6647         * Makefile.in: Fix some dependencies.
6649         * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
6650         set it to nil before returning.
6652         * composite.c (update_compositions): Fix type error.
6654         * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
6656 2008-02-01  Kenichi Handa  <handa@m17n.org>
6658         * xterm.c (x_new_font): Optimize for the case that the font is
6659         already set for the frame.
6661 2008-02-01  Kenichi Handa  <handa@m17n.org>
6663         * chartab.c (char_table_ascii): Check if the char table contents
6664         is sub-char-table or not.
6665         (char_table_set, char_table_set_range): Fix argument to
6666         char_table_ascii.
6668         * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
6669         (detect_coding_utf_8, detect_coding_utf_16)
6670         (detect_coding_emacs_mule, detect_coding_iso_2022)
6671         (detect_coding_sjis, detect_coding_big5)
6672         (detect_coding_ccl, detect_coding_charset): Change argument MASK
6673         to DETECT_INFO.  Update DETECT_INFO and return 1 if the byte
6674         sequence is valid in this coding system.  Change callers.
6675         (MAX_ANNOTATION_LENGTH): New macro.
6676         (ADD_ANNOTATION_DATA): New macro.
6677         (ADD_COMPOSITION_DATA): Change argument.  Change callers.  Call
6678         ADD_ANNOTATION_DATA.  Change the format of annotation data.
6679         (ADD_CHARSET_DATA): New macro.
6680         (emacs_mule_char): New argument ID.  Change callers.
6681         (decode_coding_emacs_mule, decode_coding_iso_2022)
6682         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
6683         Produce charset annotation data in coding->charbuf.
6684         (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
6685         to charset annotation data in coding->charbuf.
6686         (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
6687         coding->common_flags if the coding system is iso-2022 based and
6688         uses designation.
6689         (produce_composition): Adjust for the new annotation data format.
6690         (produce_charset): New function.
6691         (produce_annotation): Handle charset annotation.
6692         (handle_composition_annotation, handle_charset_annotation): New
6693         functions.
6694         (consume_chars): Handle charset annotation.  Utilize the above two
6695         functions.
6696         (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
6697         buffer, get the deleted text as a string and set
6698         coding->src_object to that string.
6699         (detect_coding, detect_coding_system): Use the new struct
6700         coding_detection_info.
6702         * coding.h (struct coding_detection_info): New structure.
6703         (struct coding_system): Adjust prototype of the member `detector'.
6704         (CODING_ANNOTATE_CHARSET_MASK): New macro.
6706 2008-02-01  Kenichi Handa  <handa@m17n.org>
6708         * insdel.c (insert_from_gap): Fix argument to offset_intervals.
6710 2008-02-01  Dave Love  <fx@gnu.org>
6712         * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
6713         (Fapropos_internal): Don't gcpro apropos_accumulate.  Set result
6714         to new local and nullify apropos_accumulate before returning.
6715         (syms_of_keymap): Staticpro and initialize apropos_accumulate.
6717 2008-02-01  Kenichi Handa  <handa@m17n.org>
6719         * charset.c (Fdefine_charset_internal): Setup charset.fast_map
6720         correctly.
6722 2008-02-01  Dave Love  <fx@gnu.org>
6724         * fns.c (Flanginfo): Call synchronize_system_time_locale.
6726 2008-02-01  Kenichi Handa  <handa@m17n.org>
6728         The following changes are to make character composition happen
6729         automatically on displaying.
6731         * Makefile.in (lisp, shortlisp): Add composite.elc.
6733         * composite.h (Qauto_composed, Vauto_composition_function)
6734         (Qauto_composition_function): Extern them.
6736         * composite.c (Vcomposition_function_table)
6737         (Qcomposition_function_table): Delete variables.
6738         (Qauto_composed, Vauto_composition_function)
6739         (Qauto_composition_function): New variables.
6740         (run_composition_function): Don't call
6741         compose-chars-after-function.
6742         (update_compositions): Clear `auto-composed' text property.
6743         (compose_chars_in_text): Delete this function.
6744         (syms_of_composite): Staticpro Qauto_composed and
6745         Qauto_composition_function.  Declare Vauto_composition_function as
6746         a Lisp variable.
6748         * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
6750         * xdisp.c (it_props): Add an entry for Qauto_composed.
6751         (handle_auto_composed_prop): New function.
6753         * xselect.c (selection_data_to_lisp_data): Don't call
6754         compose_chars_in_text.
6756 2008-02-01  Dave Love  <fx@gnu.org>
6758         * keyboard.c (read_char): Modify checking around use of
6759         Vkeyboard_translate_table.
6761         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
6762         and fix C types.
6764 2008-02-01  Kenichi Handa  <handa@m17n.org>
6766         * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
6767         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6768         (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
6769         the case that the last byte is '\r' correctly.
6770         (decode_coding): Flush out the unprocessed data correctly.
6771         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
6773 2008-02-01  Dave Love  <fx@gnu.org>
6775         * xterm.c (XTread_socket): Fix changes for defined keysyms.  Add
6776         XK_ISO... case.
6777         (xaw_scroll_callback): Revert last change.
6779 2008-02-01  Kenichi Handa  <handa@m17n.org>
6781         * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
6783 2008-02-01  Kenichi Handa  <handa@m17n.org>
6785         * xfaces.c (Vface_resizing_fonts): New variable.
6786         (struct font_name): New member `resizing_ratio'.
6787         (font_resizing_ratio): New function.
6788         (split_font_name): Set font->resizing_ratio.
6789         (better_font_p): Pay attention to font->resizing_ratio.
6790         (build_scalable_font_name): Likewise.  Don't change POINT_SIZE,
6791         RESX, and RESY fields.
6792         (try_alternative_families): Try scalable fonts if
6793         Vscalable_fonts_allowed is not Qt.
6794         (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
6796 2008-02-01  Dave Love  <fx@gnu.org>
6798         * xterm.c (xaw_scroll_callback): Cast correctly.
6800 2008-02-01  Dave Love  <fx@gnu.org>
6802         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
6803         (lispy_kana_keys): Comment out.
6804         (make_lispy_event) [XK_kana_A]: Comment out.
6806         * xterm.c (xaw_scroll_callback): Cast call_data.
6807         (XTread_socket): Deal with ASCII keysyms.
6808         (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
6810 2008-02-01  Dave Love  <fx@gnu.org>
6812         * xterm.c (Vx_keysym_table): New.
6813         (syms_of_xterm): Initialize it.
6814         (XTread_socket): Use it.
6815         From head: Eliminate incorrect optimization that tried to avoid
6816         decoding the output of X*LookupString.
6817         (x_get_font_repertory): Delete charset declaration.
6819 2008-02-01  Kenichi Handa  <handa@m17n.org>
6821         * coding.c (detect_coding_charset): If only ASCII bytes are found,
6822         return 0.
6823         (Fdefine_coding_system_internal): Setup
6824         CODING_ATTR_ASCII_COMPAT (attrs) correctly.
6826 2008-02-01  Dave Love  <fx@gnu.org>
6828         * coding.c (Fcheck_coding_system): Doc fix.
6830         * editfns.c (Finsert_byte): Return a proper value.
6832 2008-02-01  Kenichi Handa  <handa@m17n.org>
6834         * coding.c (decode_coding): Fix args to translate_chars.  Pay
6835         attention to Vstandard_translation_table_for_decode.
6836         (encode_coding): Fix args to translate_chars.  Pay attention to
6837         Vstandard_translation_table_for_encode.
6839         * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
6840         SINGLE_BYTE_CHAR_P.
6842         * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
6843         not by SINGLE_BYTE_CHAR_P.
6845         * fns.c (concat): Check CH by ASCII_CHAR_P, not by
6846         SINGLE_BYTE_CHAR_P.
6848         * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
6849         SINGLE_BYTE_CHAR_P.
6851         * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
6852         by SINGLE_BYTE_CHAR_P.
6854         * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
6855         SINGLE_BYTE_CHAR_P.
6857 2008-02-01  Dave Love  <fx@gnu.org>
6859         * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
6861 2008-02-01  Dave Love  <fx@gnu.org>
6863         * fns.c (Flanginfo): Fix typo.
6865         * unexelf.c (unexec): Make last change conditional on Irix 6.5.
6867 2008-02-01  Kenichi Handa  <handa@m17n.org>
6869         * coding.c (detect_coding_utf_8, detect_coding_utf_16)
6870         (detect_coding_emacs_mule, detect_coding_iso_2022)
6871         (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
6872         incomplete byte sequence.  Don't update *mask when correctly detected.
6873         (decode_coding_sjis): Fix decoding of katakana-jisx0201.
6874         (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
6875         (detect_coding, detect_coding_system): Adjust for the changes above.
6877 2008-02-01  Kenichi Handa  <handa@m17n.org>
6879         * character.c (char_string): Rename from
6880         char_string_with_unification.  Pay attention to CHAR_MODIFIER_MASK.
6881         (string_char): Rename from string_char.
6883         * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
6884         if C is greater than MAX_3_BYTE_CHAR.
6885         (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
6886         string_char instead of string_char_with_unification.
6888 2008-02-01  Dave Love  <fx@gnu.org>
6890         * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
6892 2008-02-01  Kenichi Handa  <handa@m17n.org>
6894         * keymap.c (push_key_description): Pay attention to force_multibyte.
6896         * regex.c (re_search_2): Fix for the case of unibyte buffer.
6898 2008-02-01  Dave Love  <fx@gnu.org>
6900         * charset.c (define_charset_internal): Rename `supprementary'.
6902         * Makefile.in (lisp, shortlisp): Remove latin-N.
6904 2008-02-01  Dave Love  <fx@gnu.org>
6906         * xfns.c (x_window, x_window): Use use_xim.
6908         * xterm.c (use_xim): Initialize.
6909         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
6910         (x_term_init): Maybe set use_xim.
6912         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
6914 2008-02-01  Kenichi Handa  <handa@m17n.org>
6916         * search.c (search_buffer): Fix case-fold-search of multibyte
6917         characters.
6918         (boyer_moore): Rename the last argument to char_high_bits.
6920 2008-02-01  Kenichi Handa  <handa@m17n.org>
6922         * xdisp.c (display_string): Fix for the case of zero width glyph.
6924         * xfns.c (x_set_font): Change the error message of the case that
6925         x_new_fontset returns Qt.
6927         * xfaces.c (set_lface_from_font_name): Reject the default fontset.
6928         (Finternal_set_lisp_face_attribute): Use signal_error for the
6929         error of invalid fontset.
6931         * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
6932         fontset, return Qt.
6934 2008-02-01  Dave Love  <fx@gnu.org>
6936         * unexelf.c (unexec): Make .got handling not SGI-specific.
6938         * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
6940         * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
6942         * keyboard.c (read_key_sequence): Fix type error.
6944         * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
6945         type error.
6947         * fontset.c (fontset_add): Return Lisp_Object.
6949 2008-02-01  Dave Love  <fx@gnu.org>
6951         * charset.h (charset_ordered_list_tick): Declare extern.
6953 2008-02-01  Kenichi Handa  <handa@m17n.org>
6955         The following changes (and some of 2008-02-01 changes of mine) are
6956         for handling syntax, category, and case conversion for unibyte
6957         characters by converting them to multibyte on the fly.  With these
6958         changes, we don't have to setup syntax and case tables for unibyte
6959         characters in each language environment.
6961         * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
6962         multibyte if necessary.
6964         * bytecode.c (Fbyte_code): Likewise.
6966         * character.h (LEADING_CODE_LATIN_1_MIN)
6967         (LEADING_CODE_LATIN_1_MAX): New macros.
6968         (unibyte_to_multibyte_table): Extern it.
6969         (unibyte_char_to_multibyte): New macro.
6970         (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
6971         (CHAR_LEADING_CODE): New macro.
6972         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
6974         * character.c (unibyte_to_multibyte_table): New variable.
6975         (unibyte_char_to_multibyte): Move to character.h and define as macro.
6976         (multibyte_char_to_unibyte): If C is an eight-bit character,
6977         convert it to the corresponding byte value.
6979         * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
6980         not 1, singals an error.  Update the elements of
6981         unibyte_to_multibyte_table.
6982         (init_charset_once): Initialize unibyte_to_multibyte_table.
6983         (syms_of_charset): Define the charset `iso-8859-1'.
6985         * cmds.c (internal_self_insert): In a multibyte buffer, insert C
6986         as is without converting it to unibyte.  In a unibyte buffer,
6987         convert C to multibyte before checking the syntax.
6989         * lisp.h (unibyte_char_to_multibyte): Delete extern.
6991         * minibuf.c (Fminibuffer_complete_word): Use the macro
6992         FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
6994         * regex.h (struct re_pattern_buffer): New member target_multibyte.
6996         * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
6997         (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.  If
6998         that is zero, convert an eight-bit char to multibyte.
6999         (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
7000         non-emacs case.
7001         (PATFETCH): Convert an eight-bit char to multibyte.
7002         (HANDLE_UNIBYTE_RANGE): New macro.
7003         (regex_compile): Setup the compiled pattern for multibyte chars
7004         even if the given regex string is unibyte.  Use PATFETCH_RAW
7005         instead of PATFETCH in many places.  To handle `charset'
7006         specification of unibyte, call HANDLE_UNIBYTE_RANGE.  Use bitmap
7007         only for ASCII chars.
7008         (analyse_first) <exactn>: Simplify because the compiled pattern
7009         is multibyte.
7010         <charset_not>: Setup fastmap from bitmap only for ASCII chars.
7011         <charset>: Use CHAR_LEADING_CODE to get leading codes.
7012         <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
7013         (re_compile_fastmap) [emacs]: Call analyse_first with the arg
7014         multibyte always 1.
7015         (re_search_2): In emacs, set the locale variable multibyte to 1,
7016         otherwise to 0.  New local variable target_multibyte.  Check it
7017         to decide the multibyteness of STR1 and STR2.  If
7018         target_multibyte is zero, convert unibyte chars to multibyte
7019         before translating and checking fastmap.
7020         (TARGET_CHAR_AND_LENGTH): New macro.
7021         (re_match_2_internal): In emacs, set the locale variable multibyte
7022         to 1, otherwise to 0.  New local variable target_multibyte.  Check
7023         it to decide the multibyteness of STR1 and STR2.  Use
7024         TARGET_CHAR_AND_LENGTH to fetch a character from D.
7025         <charset, charset_not>: If multibyte is nonzero, check fastmap
7026         only for ASCII chars.  Call bcmp_translate with
7027         target_multibyte, not with multibyte.
7028         <begline>: Declare the local variable C as `unsigned'.
7029         (bcmp_translate): Change the last arg name to target_multibyte.
7031         * search.c (compile_pattern_1): Don't adjust the multibyteness of
7032         the regexp pattern and the matching target.  Set cp->buf.multibyte
7033         to the multibyteness of the regexp pattern.  Set
7034         cp->but.target_multibyte to the multibyteness of the matching target.
7035         (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
7036         FETCH_STRING_CHAR_ADVANCE.
7037         (Freplace_match): Convert unibyte chars to multibyte.
7039         * syntax.c (char_quoted, back_comment, scan_words)
7040         (Fforward_comment, scan_lists, Fbackward_prefix_chars)
7041         (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
7042         unibyte chars to multibyte.
7043         (skip_chars): Delete the arg syntaxp, and move the code for
7044         handling syntaxes to skip_syntaxes.  Change callers.
7045         Fix the case that the multibyteness of STRING and the current
7046         buffer doesn't match.
7047         (skip_syntaxes): New function.
7048         (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
7049         SINGLE_BYTE_CHAR_P.
7051 2008-02-01  Kenichi Handa  <handa@m17n.org>
7053         * xfaces.c (QCfontset): New variable.
7054         (LFACE_FONTSET): New macro.
7055         (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
7056         (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
7057         (Finternal_set_lisp_face_attribute)
7058         (Finternal_get_lisp_face_attribute): Handle QCfontset.
7059         (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
7060         check also LFACE_FONTSET_INDEX.
7061         (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
7062         attrs[LFACE_FONT_INDEX].
7063         (syms_of_xfaces): Intern and staticpro QCfontset.
7065         * dispextern.h (enum lface_attribute_index): New member
7066         LFACE_FONTSET_INDEX.
7068         * fns.c (base64_encode_1): Handle eight-bit chars correctly.
7070 2008-02-01  Kenichi Handa  <handa@m17n.org>
7072         * coding.c (coding_set_destination): Fix coding->destination for
7073         the case converting a region.
7074         (encode_coding_utf_8): Encode eight-bit chars as single byte.
7075         (encode_coding_object): Fix coding->dst_pos and
7076         coding->dst_pos_byte for the case converting a region.
7078         * insdel.c (insert_from_gap): Make it work even if PT != GTP.
7080         * character.h (BYTE8_STRING): New macro.
7082         * fns.c (base64_decode_1): Insert eight-bit chars correctly.
7084 2008-02-01  Kenichi Handa  <handa@m17n.org>
7086         * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
7087         characters by octal form.
7089         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
7091         * buffer.h (_fetch_multibyte_char_len): Delete extern.
7092         (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
7093         _fetch_multibyte_char_len.
7094         (FETCH_CHAR_AS_MULTIBYTE): New macro.
7096         * casetab.c (set_canon, set_identity, shuffle): Simplify.
7098         * casefiddle.c (casify_object): Simplify.  Handle the case that
7099         the case conversion change the byte length.
7100         (casify_region): Likewise.
7102         * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
7104         * character.c (_fetch_multibyte_char_len): Delet this variable.
7105         (syms_of_character): Setup Vprintable_chars.
7107         * editfns.c (Fchar_equal): Fix for the unibyte case.
7108         (Finsert_byte): New function.
7109         (syms_of_editfns): Defsubr it.
7111         * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
7112         of direct code 0x3ffff.
7114         * search.c (Freplace_match): Fix for the unibyte case.
7116 2008-02-01  Kenichi Handa  <handa@m17n.org>
7118         * lread.c (safe_to_load_p): Fix the logic.
7120         * syntax.c (scan_words): Don't treat characters belonging to
7121         different scripts as constituting a word.
7123         * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
7125         * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
7127         * emacs.c (main): In the case of --unibyte, instead of aborting on
7128         finding non-empty buffer, make it unibyte.
7130 2008-02-01  Kenichi Handa  <handa@m17n.org>
7132         * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
7133         to create a fontset.
7135 2008-02-01  Dave Love  <fx@gnu.org>
7137         * character.c (Funibyte_char_to_multibyte): Doc fix.
7139         * xfns.c [HAVE_STDLIB_H]: Fix last change.
7141 2008-02-01  Kenichi Handa  <handa@m17n.org>
7143         * fontset.c (fontset_add): Make the type `int'.
7144         (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
7146         * character.c (unibyte_char_to_multibyte)
7147         (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
7148         charset_unibyte, not charset_primary.
7150         * charset.h (charset_unibyte): Extern it instead of charset_primary.
7152         * charset.c (charset_unibyte): Rename from charset_primary.
7153         (Funibyte_charset): Rename from Fprimary_charset.
7154         (Fset_unibyte_charset): Rename from Fset_primary_charset.
7155         (syms_of_charset): Adjust for the above changes.
7157         * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
7158         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
7159         it->multibyte_p is zero.
7161         * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
7162         Delete extern.
7164 2008-02-01  Kenichi Handa  <handa@m17n.org>
7166         * coding.c (Fdefine_coding_system_internal): Fix category setting
7167         for a coding system of type iso-2022.
7169 2008-02-01  Kenichi Handa  <handa@m17n.org>
7171         * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
7173 2008-02-01  Kenichi Handa  <handa@m17n.org>
7175         * syntax.c (Vnext_word_boundary_function_table): New variable.
7176         (next-word-boundary-function-table): Declare it as a Lisp variable
7177         in syms_of_syntax.
7178         (scan_words): Call functions in Vnext_word_boundary_function_table
7179         if any.
7181         * xterm.c (x_load_font): Initialize fontp->fontset to -1.
7183         * fontset.c (fs_load_font): If fontp->charset is not negative,
7184         return fontp without setting its members.
7186 2008-02-01  Dave Love  <fx@gnu.org>
7188         * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
7190         * m/sparc.h (HAVE_ALLOCA): Delete.
7192         * s/irix6-5.h: Don't include strings.h.
7193         (bcopy, bzero, bcmp): Don't undef.
7195         * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
7197         * s/usg5-4.h (NO_SIOCTL_H): Don't define.
7198         (TIOCSIGSEND): Don't test IRIX6.
7199         (bcopy, bzero, bcmp): Define conditionally.
7201 2008-02-01  Kenichi Handa  <handa@m17n.org>
7203         * buffer.c (Qas, Qmake, Qto): New variables.
7204         (Fset_buffer_multibyte): New optional arg METHOD.  Change caller.
7205         (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
7207         * callproc.c (Fcall_process): Don't call insert_1_both directly if
7208         we are inserting a process output into a multibyte buffer.
7210         * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
7211         multibyte_char_to_unibyte.
7213         * character.c (Funibyte_char_to_multibyte): If C can't be decoded
7214         by the primary charset, make it eight-bit char.
7215         (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
7217         * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
7218         (charset_8_bit__control, charset_8_bit_graphic)
7219         (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
7220         (define_charset_internal): New function.
7221         (syms_of_charset): Call define_charset_internal for pre-defined
7222         charsets.
7224         * charset.h (charset_8_bit): Extern it.
7226         * coding.c (make_conversion_work_buffer): Adjust for the change
7227         of Fset_buffer_multibyte.
7228         (encode_coding_raw_text): Increment p0 in the loop.
7230         * lisp.h (Fset_buffer_multibyte): Adjust prototype.
7232         * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
7233         for the change of Fset_buffer_multibyte.
7235         * fns.c (Fstring_to_multibyte): New function.
7236         (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
7238 2008-02-01  Dave Love  <fx@gnu.org>
7240         * xfns.c (x_put_x_image): Declare args.
7242         * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
7243         (try_font_list): Declare an arg.
7245         * xdisp.c (message2_nolog, set_message): Declare an arg.
7247         * terminfo.c (tparam): Declare an arg.  Use P_ to declare tparm.
7249         * syntax.c (scan_sexps_forward): Declare an arg.
7251         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
7252         Declare an arg.
7254         * lisp.h (Fnew_fontset): Declare.
7256         * keymap.c (push_key_description): Call CHARACTERP correctly.
7258         * fontset.c (fontset_add): Declare args.  Call make_number correctly.
7259         (face_for_char): Delete unused vars.
7260         (Fset_fontset_font): Doc fix.  Delete unused vars.
7262         * doc.c (Fsubstitute_command_keys): Delete unused vars.
7264         * composite.c (update_compositions): Declare arg.
7266         * cm.c (calccost, cmgoto): Declare args.
7268         * charset.c: Remove `emacs' conditional.  Doc fixes.
7269         (map_char_table_for_charset): Declare.
7271         * character.c (syms_of_character) <translation-table-vector>: Doc fix.
7273         * ccl.c: Remove `emacs' conditional.
7275 2008-02-01  Kenichi Handa  <handa@m17n.org>
7277         The following changes are to allow specifying multiple font
7278         patterns for a character range (specified by script or charset).
7280         * Makefile.in (abbrev.o): Depend on syntax.h.
7281         (xfaces.o): Depend on charset.h.
7283         * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
7284         SINGLE_BYTE_CHAR_P.
7286         * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
7288         * character.h (Vchar_script_table): Extern it.
7290         * character.c (Vscript_alist): Delete.
7291         (Vchar_script_table, Qchar_script_table): New variable.
7292         (syms_of_character): Declare Vchar_script_table as a lisp variable
7293         and initialize it.
7295         * chartab.c (Fmake_char_table): Doc fix.  If PURPOSE doesn't
7296         have property char-table-extra-slots, make no extra slot.
7298         * dispextern.h (struct face): Delete member `charset'.
7299         (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
7300         SINGLE_BYTE_CHAR_P.
7301         (choose_face_font, lookup_non_ascii_face, font_name_registry):
7302         Add prototypes.
7303         (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
7304         (generate_ascii_font_name): Rename from generate_ascii_font.
7306         * fontset.h (get_font_repertory_func): New prototype.
7307         (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
7308         (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
7310         * fontset.c (Qprepend, Qappend): New variables.
7311         (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
7312         (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
7313         (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
7314         (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
7315         (fontset_ref_and_range, fontset_add, reorder_font_vector)
7316         (load_font_get_repertory): New functions.
7317         (fontset_set): Delete.
7318         (fontset_face): New arg FACE.  Return face ID, not face.
7319         Complete re-write to handle new fontset structure.  Change caller.
7320         (free_face_fontset): Use ASET istead of AREF (X) = Y.
7321         (face_for_char): Don't call lookup_face.
7322         (make_fontset_for_ascii_face): New arg FACE.
7323         (fs_load_font): New arg CHARSET_ID.  Don't check
7324         Vfont_encoding_alist here.
7325         (find_font_encoding): New function.
7326         (list_fontsets): Use STRINGP, not ! NILP.
7327         (accumulate_script_ranges): New function.
7328         (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
7329         re-written to handle new fontset structure.
7330         (Ffontset_font): Return a copy of element.
7331         (syms_of_fontset): Define symbols Qprepend and Qappend.  Fix
7332         docstring of font-encoding-alist.
7334         * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
7335         (Fset_fotset_font): Fix arguments to 5.
7337         * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
7339         * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
7340         Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
7341         (highlight_trailing_whitespace): Adjust for the change of
7342         lookup_named_face.
7344         * xfaces.c: Include charset.h.
7345         (load_face_font): Delete argument C.  Change caller.
7346         (generate_ascii_font_name): Rename from generate_ascii_font.
7347         (font_name_registry): New function.
7348         (cache_face): Store ascii faces before non-ascii faces in buckets.
7349         (lookup_face): Delete arguments C and BASE_FACE.  Change caller.
7350         Lookup only ascii faces.
7351         (lookup_non_ascii_face): New function.
7352         (lookup_named_face): Delete argument C.  Change caller.
7353         (lookup_derived_face): Delete argument C.  Change caller.
7354         (try_font_list): New arg PATTERN.  Change caller.  If PATTERN is
7355         a string, just call font_list with it.
7356         (choose_face_font): Delete arguments FACE and C.  New arg
7357         FONT_SPEC.  Change caller.
7358         (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
7359         Change caller.
7360         (realize_non_ascii_face): New function.
7361         (realize_x_face): Call load_face_font here.
7362         (realize_tty_face): Delete argument C.  Change caller.
7363         (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
7364         get a face ID.
7365         (dump_realized_face): Don't print charset of FACE.
7367         * xfns.c (x_set_font): Always call x_new_fontset and
7368         store_frame_parameter.
7369         (Fx_create_frame): Call x_new_fontset, not x_new_font.
7370         (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
7372         * xterm.h (x_get_font_repertory): Extern it.
7374         * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
7375         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
7376         it->multibyte_p is zero.
7377         (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
7378         (x_new_fontset): If FONTSETNAME doesn't match any existing
7379         fontsets, create a new one.
7380         (x_get_font_repertory): New function.
7382 2008-02-01  Kenichi Handa  <handa@m17n.org>
7384         * coding.c (Ffind_coding_systems_region_internal): Detect an
7385         ASCII only string correctly.
7387         * lread.c (Fload): Don't load with Qload_force_doc_strings t if
7388         version is 0.
7390 2008-02-01  Kenichi Handa  <handa@m17n.org>
7392         * lread.c: Include "coding.h".
7393         (Qget_emacs_mule_file_char, Qload_force_doc_strings)
7394         (load_each_byte, unread_char): New variables.
7395         (readchar_backlog): Delete.
7396         (readchar): Return a character unless load_each_byte is nonzero.
7397         Handle the case that readcharfun is Qget_emacs_mule_file_char or a
7398         cons.  If unread_char is not -1, simply return it.
7399         (unreadchar): Handle the case that readcharfun is
7400         Qget_emacs_mule_file_char or a cons.  Set unread_char if necessary.
7401         (read_multibyte): Delete.
7402         (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
7403         (read_emacs_mule_char): New functions.
7404         (Fload): Even if the file doesn't have the extention ".elc", if
7405         safe_to_load_p returns a positive version number, assume that the
7406         file contains bytecompiled code.  If the version is less than 22,
7407         load the file while decoding multibyte sequences by emacs-mule.
7408         (readevalloop): Don't use readchar_backlog.
7409         (Fread): Likewise.  Pay attention to the case that STREAM is a cons.
7410         (Fread_from_string): Pay attention to the case that STREAM is a cons.
7411         (read_escape): Delete the arg BYTEREP.
7412         (read1): Set load_each_byte to 1 temporarily while handling
7413         #@NUMBER.  Don't call read_multibyte.
7414         (read_vector): Call Fread with a cons.  If readcharfun is
7415         Qget_emacs_mule_file_char, decode the read string by emacs-mule.
7416         (read_list): If doc_reference is 2, make the cdr part string as unibyte.
7417         (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
7418         and Qload_force_doc_strings.
7420 2008-02-01  Kenichi Handa  <handa@m17n.org>
7422         * xdisp.c (face_before_or_after_it_pos): Call
7423         FETCH_MULTIBYTE_CHAR with byte postion, not char position.
7425 2008-02-01  Kenichi Handa  <handa@m17n.org>
7427         * character.h (TRAILING_CODE_P): New macro.
7428         (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
7429         (string_char_with_unification): Fix prototype.
7430         (Vscript_alist): Extern it.
7432         * character.c (Vscript_alist): New variable.
7433         (string_char_with_unification, str_as_unibyte)
7434         (string_escape_byte8): Add `const' to local variables.
7435         (syms_of_character): Declare script-alist as a Lisp variable.
7437         * charset.h (Vcharset_ordered_list): Extern it.
7438         (charset_ordered_list_tick): Extern it.
7439         (EMACS_MULE_LEADING_CODE_PRIVATE_11)
7440         (EMACS_MULE_LEADING_CODE_PRIVATE_12)
7441         (EMACS_MULE_LEADING_CODE_PRIVATE_21)
7442         (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros
7443         (Funify_charset): Adjust for the change of Funify_charset.
7445         * charset.c (charset_ordered_list_tick): New variable.
7446         (Fdefine_charset_internal): Increment charset_ordered_list_tick.
7447         (Funify_charset): New optional arg DEUNIFY.  If it is non-nil,
7448         deunify intead of unify a charset.
7449         (string_xstring_p): Add `const' to local variables.
7450         (find_charsets_in_text): Add `const' to arguemnts and local variables.
7451         (encode_char): Adjust for the change of Funify_charset.  Fix
7452         detecting of invalid code.
7453         (Fset_charset_priority): Increment charset_ordered_list_tick.
7454         (Fmap_charset_chars): Fix handling of default value for FROM_CODE
7455         and TO_CODE.
7457         * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
7458         (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
7459         Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
7460         (decode_coding_ccl, consume_chars)
7461         (Ffind_coding_systems_region_internal)
7462         (Fcheck_coding_systems_region): Add `const' to local variables.
7464         * print.c (print_object): Use octal form for printing the
7465         contents of a bool vector.
7467 2008-02-01  Dave Love  <fx@gnu.org>
7469         * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
7470         <version == 20>: Refuse to load.
7472 2008-02-01  Dave Love  <fx@gnu.org>
7474         * fns.c: Move coding.h.
7475         (Qcodeset, Qdays, Qmonths): New.
7476         (concat): Use CHARACTERP instead of INTERGERP.
7477         (Flocale_codeset): Delete.
7478         (Flanginfo): New function.
7479         (syms_of_fns): Change accordingly.
7481         * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
7483 2008-02-01  Dave Love  <fx@gnu.org>
7485         * casetab.c (init_casetab_once, init_casetab_once): Fix
7486         CHAR_TABLE_SET call.
7488         * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
7490         * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
7492         * charset.c (Fmap_charset_chars): Check args.  Convert Lisp types.
7493         (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
7494         (Fset_charset_priority, syms_of_charset): Convert Lisp types.
7496         * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
7498         * coding.c (ENCODE_DESIGNATION, decode_eol)
7499         (make_conversion_work_buffer, code_conversion_restore)
7500         (Fdefine_coding_system_internal): Convert Lisp types.
7501         (code_conversion_restore): Use EQ, not ==.
7502         (Fencode_coding_string): Fix code_convert_string call.
7504         * coding.h (code_convert_region): Fix prototype.
7506         * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
7508         * fontset.c (fontset_ref, fontset_set, fs_load_font)
7509         (Ffontset_info): Convert Lisp types.
7511         * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
7513         * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
7515         * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
7517         * chartab.c: Include "...h", not <...h> in some cases.
7519         * callproc.c (Fcall_process): Remove unused variables.
7521 2008-02-01  Dave Love  <fx@gnu.org>
7523         * coding.c (Fset_coding_system_priority): Allow null arg list.
7525 2008-02-01  Dave Love  <fx@gnu.org>
7527         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
7528         (Fself_insert_and_exit): Use CHARACTERP.
7530         * callproc.c (Fcall_process): Remove unused vars.
7532         * xterm.c (XTread_socket): Add extra dead keysyms.
7534         * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
7536         * dispextern.h: Remove prototypes for redraw_frame,
7537         redraw_garbaged_frames.
7539         * cmds.c (Fself_insert_command): Use CHARACTERP.
7541         * chartab.c (make_sub_char_table): Remove unused var.
7542         (Fset_char_table_default, Fmap_char_table): Doc fix.
7544         * keymap.c (access_keymap): Remove generic char code.
7545         (push_key_description): Use CHARACTERP.
7547 2008-02-01  Dave Love  <fx@gnu.org>
7549         * charset.c: Doc fixes.
7550         (Funify_charset): Extra checking.
7552 2008-02-01  Dave Love  <fx@gnu.org>
7554         * lread.c: Remove some unused variables.
7555         (safe_to_load_p): If safe, return the magic number version byte.
7556         (Fload): Maybe use load-with-code-conversion.
7558 2008-02-01  Kenichi Handa  <handa@m17n.org>
7560         * category.c (Fmodify_category_entry): Don't modify the contents
7561         of category_set for characters out of the range.  Avoid
7562         unnecessary modification.
7564         * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
7565         Vchar_unify_table.  The default value of the table is now nil.
7567         * character.c (syms_of_character): Setup Vchar_width_table for
7568         eight-bit-control and raw-byte chars.
7570         * charset.h (enum define_charset_arg_index): Delete
7571         charset_arg_parents and add charset_arg_subset and
7572         charset_arg_superset.
7573         (enum charset_attr_index): Delete charset_parents and add
7574         charset_subset and charset_superset.
7575         (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
7576         CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
7577         (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
7578         (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
7579         (CHARSET_SUPERSET): New macros.
7580         (charset_work): Extern it.
7581         (ENCODE_CHAR): Use charset_work.
7582         (CHAR_CHARSET_P): Adjust for the change of encoder format.
7583         (map_charset_chars): Extern it.
7585         * charset.c (load_charset_map): Set the default value of encoder
7586         and deunifier char-tables to nil.
7587         (map_charset_chars): Change argument.  Change callers.  Use
7588         map_char_table_for_charset instead of map_char_table.
7589         (Fmap_charset_chars): New optional args from_code and to_code.
7590         (Fdefine_charset_internal): Adjust for the change of
7591         `define-charset' (:parents -> :subset or :superset).
7592         (charset_work): New variable.
7593         (encode_char, syms_of_charset): Adjust for the change of
7594         Fdefine_charset_internal.
7595         (Ffind_charset_string): Setup the vector `charsets' correctly.
7597         * chartab.c (sub_char_table_ref_and_range): New arg default.  Fix
7598         the previous change.
7599         (char_table_ref_and_range): Adjust for the above change.
7600         (map_sub_char_table_for_charset): New function.
7601         (map_char_table_for_charset): New function.
7603         * keymap.c (describe_vector): Handle a char-table directly here.
7604         (describe_char_table): Delete.
7606         * lisp.h (map_charset_chars): Delete.
7608 2008-02-01  Dave Love  <fx@gnu.org>
7610         * fns.c (count_combining): Comment out (unused).
7611         (Flocale_codeset): New.
7612         (syms_of_fns): Defsubr it.
7614         * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
7615         (size_t): Remove.
7617 2008-02-01  Dave Love  <fx@gnu.org>
7619         * Makefile.in (chartab.o): Depend on charset.h.
7621 2008-02-01  Kenichi Handa  <handa@m17n.org>
7623         * character.c (syms_of_character): Set the default value of
7624         Vprintable_chars to Qnil.
7626 2008-02-01  Dave Love  <fx@gnu.org>
7628         * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
7630 2008-02-01  Kenichi Handa  <handa@m17n.org>
7632         * charset.c (load_charset_map): Handle the case that from < to
7633         correctly.
7635         * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
7636         (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
7637         Pay attention to raw-8-bit chars.
7639 2008-02-01  Kenichi Handa  <handa@m17n.org>
7641         * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
7642         It is not bytecompiled now.
7644         * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
7645         (charset_jisx0208): New variables.
7646         (Fdefine_charset_internal): Setup them if appropriate.
7647         (init_charset_once): Initialize them to -1.
7649         * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
7650         (charset_jisx0208): Extern them.
7652         * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro
7653         (CODING_ISO_FLAG_USE_OLDJIS): New macro.
7654         (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
7655         (setup_iso_safe_charsets): Fix arguments to Fassq.
7656         (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
7657         (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
7658         CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
7659         (encode_coding_iso_2022): Change the 1st arg to
7660         ENCODE_ISO_CHARACTER to a variable.
7662 2008-02-01  Kenichi Handa  <handa@m17n.org>
7664         * charset.h (enum define_charset_arg_index): New enums
7665         charset_arg_min_code and charset_arg_max_code.
7666         (struct charset): New member char_index_offset.
7668         * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
7669         Take charset->char_index_offset into account.
7670         (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
7671         args[charset_arg_max_code].  Setup charset.char_index_offset.
7672         (syms_of_charset): Fix args to Fdefine_charset_internal.
7674 2008-02-01  Dave Love  <fx@gnu.org>
7676         * coding.c (decode_coding_utf_8): Reject overlong sequences.
7678 2008-02-01  Dave Love  <fx@gnu.org>
7680         * coding.c: Doc fixes.
7681         (Fcoding_system_aliases): Fix return value.
7682         (Qmac): Remove (duplicated) definition.
7684 2008-02-01  Dave Love  <fx@gnu.org>
7686         * charset.c (Fcharset_priority_list, Fset_charset_priority): New
7687         functions.
7689         * character.c (Fstring): Doc fix.
7691         * charset.c (Fdefine_charset_alias): Update Vcharset_list.
7693         * fontset.c (Ffontset_info): Doc fix.  Return charset names, not
7694         ids.
7695         (font-encoding-alist): Doc fix.
7697 2008-02-01  Dave Love  <fx@gnu.org>
7699         * term.c (costs_set): Declare static, non-initialized for pcc.
7700         (encode_terminal_code): Remove unused var.
7702         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
7703         for K&R.
7705         * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
7707         * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
7708         (suffixes): Move out of make_subsidiaries for K&R.
7710         * charset.c (map_charset_chars): Fix c_function declaration for K&R.
7712         * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
7714 2008-02-01  Dave Love  <fx@gnu.org>
7716         * data.c (Fchar_or_string_p): Doc fix.  Use CHARACTERP.
7718         * category.c (Fmodify_category_entry): Doc fix.  Remove unused vars.
7720 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
7722         * charset.c (Fdefine_charset_internal): Fix argument to bzero.
7724         * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
7726 2008-02-01  Kenichi Handa  <handa@m17n.org>
7728         * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
7729         vietnamese.elc to vietnamese.el.  They are not bytecompiled now.
7731 2008-02-01  Kenichi Handa  <handa@m17n.org>
7733         * coding.c (decode_coding_charset): Adjust for the change of
7734         Fdefine_coding_system_internal.
7735         (Fdefine_coding_system_internal): For a coding system of
7736         `charset' type, store a list of charset IDs in
7737         `charset_attr_charset_valids' element of coding attributes.
7739 2008-02-01  Kenichi Handa  <handa@m17n.org>
7741         * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
7742         (emacs_mule_char): New arg src.  Delete arg `composition'.  Change
7743         caller.  Handle 2-byte and 3-byte charsets correctly.
7744         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
7745         DECODE_EMACS_MULE_COMPOSITION_RULE.  Change caller.
7746         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
7747         (DECODE_EMACS_MULE_21_COMPOSITION): Call
7748         DECODE_EMACS_MULE_COMPOSITION_RULE_21.  Produce correct annotation
7749         sequence.
7750         (decode_coding_emacs_mule): Handle composition correctly.  Rewind
7751         `src' and `consumed_chars' correctly before calling emacs_mule_char.
7752         (DECODE_COMPOSITION_START): Correctly handle the case of altchar
7753         and alt&rule composition.
7754         (decode_coding_iso_2022): Handle composition correctly.
7755         (init_coding_once): Setup emacs_mule_bytes for private charsets.
7757         * charset.c (Fdefine_charset_internal): Fix bug for the case of
7758         re-defining a charset.  If the charset has :emacs-mule-id, setup
7759         emacs_mule_bytes.
7760         (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
7762 2008-02-01  Kenichi Handa  <handa@m17n.org>
7764         * coding.c (encode_coding_iso_2022, encode_coding_sjis)
7765         (encode_coding_big5, encode_coding_charset): If coding requires safe
7766         encoding, produce a character specified by
7767         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
7769 2008-02-01  Dave Love  <fx@gnu.org>
7771         * xterm.c (XSetIMValues): Declare.
7773         * process.c: Conditionally include sys/wait.h, pty.h.
7775         * print.c (print_object): Fix print format for 64-bit systems.
7777         * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
7779         * buffer.c (emacs_strerror): Declare.
7781         * fontset.c (Fclear_face_cache): Declare.
7782         (accumulate_font_info): Comment-out (unused).
7783         (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
7784         variables.
7786         * character.h (string_escape_byte8): Declare.
7788         * charset.c (load_charset_map, load_charset_map_from_file): Remove
7789         unused vars.
7790         (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
7791         (Fmap_charset_chars): Doc fix.
7793         * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
7794         (Fset_coding_system_priority, Fset_coding_system_priority)
7795         (Fdefine_coding_system_internal): Doc fix.
7797 2008-02-01  Dave Love  <fx@gnu.org>
7799         * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
7801 2008-02-01  Kenichi Handa  <handa@m17n.org>
7803         * character.c (string_escape_byte8): Make multibyte string with
7804         correct size.
7806         * charset.c (Fmake_char): Delete unnecessary code.
7808 2008-02-01  Kenichi Handa  <handa@m17n.org>
7810         * xfns.c (x_encode_text): Allocate coding.destination here, and
7811         call encode_coding_object with dst_object Qnil.
7813         * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
7814         multibyte form correctly.
7816         * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
7817         against Vfont_encoding_alist.
7819         * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF).  Fix the
7820         handling of charset list.
7821         (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
7822         (decode_coding_object): Move point to coding->dst_pos before
7823         calling post-read-conversion function.
7824         (encode_coding_object): Give correct arguments to
7825         pre-write-conversion.  Ignore the return value of
7826         pre-write-conversion function.  Pay attention to the case that
7827         pre-write-conversion changes the current buffer.  If dst_object is
7828         Qt, even if coding->src_bytes is zero, allocate at least one byte
7829         to coding->destination.
7831         * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
7833         * charset.c (Fmake_char): Make it more backward compatible.
7834         (Fmap_charset_chars): Fix docstring.
7836 2008-02-01  Dave Love  <fx@gnu.org>
7838         * coding.c: Doc fixes.
7839         (Fdefine_coding_system_alias): Use names, not symbols, in
7840         coding-system-alist.
7842 2008-02-01  Kenichi Handa  <handa@m17n.org>
7844         * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
7845         of calling free_realized_face.
7847 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
7849         * charset.c (read_hex): Don't treat SPC as a comment starter.
7850         (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
7851         (Fdecode_char): Fix typo.
7853 2008-02-01  Kenichi Handa  <handa@m17n.org>
7855         * charset.h (struct charset): New member `code_space_mask'.
7857         * coding.c (coding_set_source): Delete the local variable beg_byte.
7858         (encode_coding_charset, Fdefine_coding_system_internal):
7859         Delete the local variable charset.
7860         (Fdefine_coding_system_internal): Setup
7861         attrs[coding_attr_charset_valids] correctly.
7863         * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
7864         member to check if CODE is valid or not.
7865         (Fdefine_charset_internal): Initialize `code_space_mask' member.
7866         (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
7867         is within the range of charset->min_code and carset->max_code.
7869 2008-02-01  Dave Love  <fx@gnu.org>
7871         * syntax.h (syntax_temp) [!__GNUC__]: Declare.
7873         * dispextern.h (generate_ascii_font): Fix return type.
7875         * xfaces.c (generate_ascii_font): Fix arg declaration.
7877         * coding.c (coding_inherit_eol_type)
7878         (Fset_terminal_coding_system_internal)
7879         (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
7881 2008-02-01  Kenichi Handa  <handa@m17n.org>
7883         * coding.c (decode_coding_charset, encode_coding_charset): Handle
7884         multiple charsets correctly.
7886 2008-02-01  Kenichi Handa  <handa@m17n.org>
7888         * search.c (boyer_moore): Fix handling of mulitbyte character
7889         translation.
7891         * xdisp.c (display_mode_element): When the variable `elt' is
7892         changed, update `this' and `lisp_string'.
7894 2008-02-01  Kenichi Handa  <handa@m17n.org>
7896         * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
7898         * callproc.c (Fcall_process): Be sure to give the current buffer
7899         to decode_coding_c_string.  Update PT and PT_BYTE after the insertion.
7901         * charset.c (struct charset_map_entries): New struct.
7902         (load_charset_map): Rename from parse_charset_map.  New args
7903         entries and n_entries.  Change caller.
7904         (load_charset_map_from_file): Rename from load_charset_map.
7905         Change caller.  New arg control_flag.  Call load_charset_map at
7906         the tail.
7907         (load_charset_map_from_vector): New function.
7908         (Fdefine_charset_internal): Setup charset.compact_codes_p.
7909         (encode_char): If the charset is compact, change a character index
7910         to a code point.
7912         * coding.c (coding_alloc_by_making_gap): Check the case that the
7913         source and destination are the same correctly.
7914         (decode_coding_raw_text): Set coding->consumed_char and
7915         coding->consumed to 0.
7916         (produce_chars): If coding->chars_at_source is nonzero, update
7917         coding->consumed_char and coding->consumed before calling
7918         alloc_destination.
7919         (Fdefine_coding_system_alias): Register ALIAS in
7920         Vcoding_system_alist.
7921         (syms_of_coding): Define `no-convesion' coding system at the tail.
7923         * fileio.c (Finsert_file_contents): Set coding_system instead of
7924         val.  If the current buffer is multibyte, always call
7925         decode_coding_gap.
7927         * xfaces.c (try_font_list): Give higher priority to fontset's
7928         family than face's family.
7930 2008-02-01  Kenichi Handa  <handa@m17n.org>
7932         * callproc.c (Fcall_process): Be sure to give the current buffer
7933         to decode_coding_c_string.
7935         * xfaces.c (try_font_list): Give a family specified in a fontset
7936         higher priority than a family specified in a face.
7938 2008-02-01  Kenichi Handa  <handa@m17n.org>
7940         * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
7941         Fix arguments to insert_from_buffer.
7943         * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
7945 2008-02-01  Kenichi Handa  <handa@m17n.org>
7947         * coding.c (produce_chars): Set the variable `multibytep' correctly.
7948         (decode_coding_gap): Set coding->dst_multibyte correctly.
7950 2008-02-01  Kenichi Handa  <handa@m17n.org>
7952         * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
7953         (decode_coding_utf_16): Fix converting high and low bytes to code-point.
7954         (encode_coding_utf_16): Substitute coding->default_char for
7955         non-Unicode characters.
7956         (decode_coding): Don't call record_insert here.
7957         (setup_coding_system): Initialize `surrogate' of
7958         coding->spec.utf_16 to 0.
7959         (EMIT_ONE_BYTE): Fix for multibyte case.
7961         * insdel.c (insert_from_gap): Call record_insert.
7963 2008-02-01  Kenichi Handa  <handa@m17n.org>
7965         * casefiddle.c (casify_region): Fix multibyte case.
7967         * character.c (c_string_width): Add return type `int'.
7968         (char_string_with_unification): Delete arg ADVANCED.
7970         * character.h (CHAR_VALID_P): Don't call CHARACTERP.
7971         (CHAR_STRING): Adjust for the change of char_string_with_unification.
7972         (CHAR_STRING_ADVANCE): Make it do-while statement.
7974         * chartab.c (sub_char_table_set_range): Optimize for the case
7975         DEPTH == 3.  Add workaround code for a GCC optimization bug.
7977         * charset.c (parse_charset_map): Remove an unused variable.
7979         * coding.c: Delete unused variables.
7981         * fileio.c (Finsert_file_contents): Set coding_system to Qnil
7982         earlier.  If inserted is zero and the coding system doesn't
7983         require flushing, don't call decode_coding_gap.
7985         * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
7987 2008-02-01  Kenichi Handa  <handa@m17n.org>
7989         The following changes are for using Unicode as an internal
7990         character model, and use UTF-8 format for buffer/string
7991         representation.
7993         * .gdbinit (xchartable): Adjust for the change of char table structure.
7994         (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
7996         * Makefile.in (obj): Add character.o and chartab.o.
7997         (lisp, shortlisp): Remove utf-8.elc.
7998         (*.o): For many files, change dependency on charset.h to
7999         character.h, and add dependency on character.h.
8000         (character.o, chartab.o): New targets.
8002         * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
8003         * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
8004         * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
8005         of "charset.h".
8007         * dired.c, filelock.c: Include "character.h".
8009         * alloc.c: Include "character.h" instead of "charset.h".
8010         (Fmake_char_table, make_sub_char_table): Move to chartab.c.
8011         (syms_of_alloc): Remove defsubr for Smake_char_table.
8013         * buffer.c: Include "character.h" instead of "charset.h", don't
8014         include "coding.h".
8015         (Fset_buffer_multibyte): Adjust for UTF-8.
8017         * buffer.h: EXFUN Fbuffer_live_p.
8019         * callproc.c: Include "character.h" instead of "charset.h".
8020         (Fcall_process): Big change for the new code-conversion APIs.
8022         * casetab.c: Include "character.h" instead of "charset.h".
8023         (set_canon, set_identity, shuffle): Adjust for the new
8024         map_char_table spec.
8025         (init_casetab_once): Call CHAR_TABLE_SET instead of directly
8026         accessing the char table structure.
8028         * chartab.c: New file that implements char table.
8030         * category.c: Include "character.h".
8031         (copy_category_entry): New function.
8032         (copy_category_table): Call map_char_table and copy_category_entry.
8033         (Fmake_category_table): Initialize all top-vel slots.
8034         (char_category_set): New function.
8035         (modify_lower_category_set): Delete.
8036         (Fmodify_category_entry): Call char_table_ref_and_range.
8038         * category.h (CATEGORY_SET): Just call char_category_set.
8040         * ccl.c: Include "character.h".
8041         (Qccl, Qcclp): New variables.
8042         (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
8043         it's less than 256.
8044         (CCL_WRITE_MULTIBYTE_CHAR): Delete.
8045         (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
8046         and DST type.
8047         (ccl_driver): Change types of argument, adjust code accordingly.
8048         (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
8049         ccl_driver.
8050         (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
8052         * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
8053         New members src_multibyte, dst_multibyte, consumed, and produced.
8054         (struct ccl_spec): Delete members decoder and encoder.  New member ccl.
8055         (CODING_SPEC_CCL_PROGRAM): New macro.
8056         (ccl_driver): Update prototype.
8057         (Qccl, Qcclp, Fccl_program_p): Extern them.
8058         (CHECK_CCL_PROGRAM): New macro.
8060         * character.c, character.h, chartab.c: New files.
8062         * charset.c: Mostly re-written.  Move character and multibyte sequence
8063         handling codes to character.c.
8065         * charset.h: Mostly re-written.  Move character and multibyte sequence
8066         handling codes to character.h.
8068         * coding.c, coding.h: Mostly re-written.
8070         * composite.c: Include "character.h" instead of "charset.h".
8071         (CHAR_WIDTH): Move to character.h.
8072         (HASH_KEY, HASH_VALUE): Delete.
8074         * composite.h (enum composition_method): Change order of enumeration
8075         symbols.
8077         * data.c: Include "character.h" instead of "charset.h".
8078         (Faref): Call CHAR_TABLE_REF for a char table.
8079         (Faset): Call CHAR_TABLE_SET for a char table.
8081         * dispextern.h (free_realized_face, check_face_attribytes)
8082         (generate_ascii_font): Extern them.
8083         (free_realized_multibyte_face): Delete extern.
8085         * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
8086         table structure.
8088         * editfns.c: Include "character.h" instead of "charset.h".
8089         (Fchar_to_string): Always call CHAR_STRING.
8091         * emacs.c (main): Call init_charset_once, init_charset,
8092         syms_of_chartab, and syms_of_character.
8094         * fileio.c: Include "character.h" instead of "charset.h".
8095         (Finsert_file_contents): Big change for the new code-conversion API.
8096         (choose_write_coding_system, Fwrite_region): Likewise.
8097         (build_annotations_2): Delete.
8098         (e_write): Big change for the new code-conversion API.
8100         * fns.c: Include "character.h" instead of "charset.h".
8101         (copy_sub_char_table): Move to chartab.c.
8102         (Fcopy_sequence): Call copy_char_table for a char table.
8103         (concat): Delete codes calling count_multibyte.
8104         (string_char_to_byte, string_byte_to_char): Adjust for the new
8105         multibyte form.
8106         (internal_equal): Adjust for the change of char table structure.
8107         (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
8108         (Fchar_table_extra_slot, Fset_char_table_extra_slot)
8109         (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
8110         (char_table_translate, optimize_sub_char_table)
8111         (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
8112         chartab.c.
8113         (char_table_ref_and_index): Delete.
8114         (HASH_KEY, HASH_VALUE): Move to lisp.h.
8115         (Fmd5): Call preferred_coding_system instead of accessing
8116         Vcoding_category_list.  Adjust for the new code-conversion API.
8117         (syms_of_fns): Move defsubr for char table related functions to
8118         chartab.c.
8120         * fontset.c: Mostly re-written.
8122         * fontset.h (struct font_info): Change type of the member encoding_type.
8123         (enum FONT_SPEC_INDEX): New enum.
8124         (fontset_font_pattern, fs_load_font): Update prototype.
8125         (FS_LOAD_FONT): Adjust for the change of fs_load_font.
8127         * indent.c: Include "character.h" instead of "charset.h".
8128         (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
8130         * insdel.c: Include "character.h" instead of "charset.h".
8131         (copy_text): Don't refer to Vnonascii_translation_table.
8132         (insert_from_gap): New function.
8134         * keyboard.c: Include "character.h" instead of "charset.h".
8135         (command_loop_1): Never call direct_output_forward_char before
8136         a non-ASCII character.
8137         (read_char): If Vkeyboard_translate_table is a char table, always
8138         translate a character.
8140         * keymap.c: Include "character.h".
8141         (store_in_keymap): Handle the case that IDX is a cons.
8142         (Fdefine_key): Handle the case that KEY is a cons and the car part
8143         is also a cons (range).
8144         (push_key_description): Adjust for the new character code.
8145         (describe_vector): Call describe_char_table for a char table.
8146         (describe_char_table): New function.
8148         * keymap.h (describe_char_table): Extern it.
8150         * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
8151         (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
8152         (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
8153         (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
8154         Delete.
8155         (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
8156         structure.
8157         (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
8158         (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
8159         (CHARTAB_SIZE_BITS_3): New macros.
8160         (chartab_size): Extern it.
8161         (struct Lisp_Char_Table): Re-design.
8162         (struct Lisp_Sub_Char_Table): New structure.
8163         (HASH_KEY, HASH_VALUE): Move from fns.c.
8164         (CHARACTERBITS): Define as 22.
8165         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
8166         (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
8167         (GC_SUB_CHAR_TABLE_P): New macro.
8168         (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
8169         (code_convert_string_norecord): Deleted extern.
8170         (init_character_once, syms_of_character, init_charset)
8171         (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
8173         * lread.c: Include "character.h".
8174         (read_multibyte): New arg NBYTES.
8175         (read_escape): Change the meaning of returned *BYTEREP.
8176         (to_multibyte): Delete.
8177         (read1): Adjust the handling of char table and string.
8179         * print.c: Include "character.h" instead of "charset.h".
8180         (print_string): Convert 8-bit raw bytes to octal form by
8181         string_escape_byte8.
8182         (print_object): Adjust for the new multibyte form.  Print 8-bit
8183         raw bytes always in octal form.  Handle sub char table correctly.
8185         * process.c: Include "character.h" instead of "charset.h".
8186         (read_process_output, send_process): Adjust for the new
8187         code-conversion API.
8189         * puresize.h (BASE_PURESIZE): Increase.
8191         * regex.c: Include "character.h" instead of "charset.h".
8192         (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
8193         (regex_compile): Accept a range whose starting and ending
8194         character have different leading bytes.
8195         (analyse_first): Adjust for the above change.
8197         * search.c: Include "character.h" instead of "charset.h".
8198         (search_buffer, boyer_moore): Adjust for the new multibyte form.
8199         (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
8201         * syntax.c: Include "character.h" instead of "charset.h".
8202         (syntax_parent_lookup): Delete.
8203         (Fmodify_syntax_entry): Accept a cons as CHAR.
8204         (skip_chars): Adjust for the new multibyte form.
8205         (init_syntax_once): Call char_table_set_range instead of directly
8206         accessing the structure of a char table.
8208         * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
8209         (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
8210         (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
8211         (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
8213         * term.c: Include "buffer.h" and "character.h".
8214         (encode_terminal_code, write_glyphs): Adjust for the new
8215         code-conversion API.
8216         (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
8218         * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
8220         * xdisp.c: Include "character.h".
8221         (get_next_display_element): Adjust for the new multibyte form.
8222         (disp_char_vector): Adjust for the new char table structure.
8223         (decode_mode_spec_coding): Adjust for the new structure of
8224         coding system.
8225         (decode_mode_spec): Adjust for the new code-conversion API.
8227         * xfaces.c: Include "character.h" instead of "charset.h".
8228         (load_face_font): Adjust for the change of choose_face_font and
8229         FS_LOAD_FONT.
8230         (generate_ascii_font): New function.
8231         (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
8232         (set_font_frame_param): Adjust for the change of choose_face_font.
8233         (free_realized_face): Make it public.
8234         (free_realized_faces_for_fontset): Rename from
8235         free_realized_multibyte_face.  Free also faces realized for ASCII.
8236         (choose_face_font): Change arguments.  Adjust for the change of
8237         fontset_font_pattern and FS_LOAD_FONT.
8239         * xfns.c: Include "character.h".
8240         (x_encode_text): Adjust for the new code-conversion API.
8242         * xselect.c: Don't include "charset.h".
8243         (selection_data_to_lisp_data): Adjust for the new code conversion API.
8245         * xterm.c: Include "character.h".
8246         (x_encode_char): New argument CHARSET.  Change caller.
8247         (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
8248         Call ENCODE_CHAR instead of SPLIT_CHAR.
8249         (x_produce_glyphs): Don't check Vnonascii_translation_table Call
8250         CHAR_WIDTH instead of CHARSET_WIDTH.
8251         (XTread_socket): Adjust for the new code-conversion API.
8252         (x_new_font): Adjust for the change of FS_LOAD_FONT.
8253         (x_load_font): Adjust for the change of struct font.
8255 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8257         * xfaces.c (face_at_buffer_position): Remove unused vars.
8259 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8261         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
8262         Fix overflow checking.
8264 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8266         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
8267         Cancel previous change.
8269 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
8271         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
8272         ccl->eight_bit_control.  Fix check for buffer overflow.
8273         (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
8274         (ccl_driver): Initialize extra_bytes to 0.
8276 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
8278         * keyboard.c (make_ctrl_char): If C is a multibyte character, just
8279         return it ORed with ctrl_modifier.
8281 2008-01-29  Miles Bader  <miles@gnu.org>
8283         * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
8285 2008-01-28  Jason Rumney  <jasonr@gnu.org>
8287         * w32.c (stat): Don't double check for networked drive.
8289 2008-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8291         * window.c (run_window_configuration_change_hook): New function.
8292         Code extracted from set_window_buffer.  Set the selected frame.
8293         (set_window_buffer): Use it.
8294         * window.h (run_window_configuration_change_hook): Declare.
8295         * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
8297         * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
8299 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
8301         * Makefile.in: Remove references to unused macros.
8303 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
8305         * w32.c (g_b_init_get_sid_sub_authority)
8306         (g_b_init_get_sid_sub_authority_count): New static variables.
8307         (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
8308         (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
8309         (init_user_info): Use them to retrieve uid and gid.
8310         Use 500/513, the Windows defaults, as Administrator's uid/gid.
8311         (fstat): Use pw_uid and pw_gid from the_passwd structure for
8312         st_uid and st_gid of the file.
8314 2008-01-26  Jason Rumney  <jasonr@gnu.org>
8316         * w32.c (logon_network_drive): New function.
8317         (stat): Use it.
8319 2008-01-26  Chong Yidong  <cyd@stupidchicken.com>
8321         * xdisp.c (pos_visible_p): Handle the case where charpos falls on
8322         invisible text covered with an ellipsis.
8324 2008-01-25  Richard Stallman  <rms@gnu.org>
8326         * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
8327         jump back to beginning.  Move some other initializations after that.
8328         (Qwindow_text_change_functions, Vwindow_text_change_functions):
8329         New variables.
8330         (syms_of_xdisp): Init them.
8332         * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
8334         * buffer.c (reset_buffer_local_variables):
8335         Implement `permanent-local-hook'.
8336         (Qpermanent_local_hook): New variable.
8337         (syms_of_buffer): Init and staticpro it.
8339 2008-01-25  Michael Albinus  <michael.albinus@gmx.de>
8341         * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
8343 2008-01-25  Thien-Thi Nguyen  <ttn@gnuvola.org>
8345         * fns.c (Fclrhash): Return TABLE.
8347 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8349         * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
8350         (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
8351         is set even without positional changes.
8352         (x_scroll_bar_clear): Set bar->redraw_needed_p.
8354         * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
8356 2008-01-23  Jason Rumney  <jasonr@gnu.org>
8358         * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
8360         * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
8361         the unicode range available in MULE by locale-coding-system.
8362         Improve dbcs lead byte detection.  Set event timestamp and modifiers
8363         earlier.
8365 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8367         * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
8368         [MAC_OSX] (init_mac_osx_environment): Initialize it.
8369         [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
8370         when used on child processes.
8372 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
8374         * dbusbind.c (Fdbus_method_return_internal): Rename from
8375         Fdbus_method_return.
8376         (Fdbus_unregister_object): Move to dbus.el.
8377         (Fdbus_call_method, Fdbus_method_return_internal)
8378         (Fdbus_send_signal): Improve debug messages.
8380 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
8382         * undo.c (undo_inhibit_record_point): New variable.
8383         (syms_of_undo): Initialize it.
8384         (record_point): Don't record point when undo_inhibit_record_point
8385         is set.
8387 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8389         * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
8391         * xdisp.c (Qauto_hscroll_mode): New var.
8392         (syms_of_xdisp): Initialize it.
8393         (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
8394         window's buffer.
8395         (hscroll_windows): Don't check automatic_hscrolling_p here.
8397         * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
8398         vscroll if we're setting window-buffer to the value it already has.
8400 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
8402         * m/intel386.h: Remove references to XENIX.
8404 2008-01-17  Andreas Schwab  <schwab@suse.de>
8406         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
8407         instead of HAVE_X86_64_LIB64_DIR.
8408         * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
8410 2008-01-17  Glenn Morris  <rgm@gnu.org>
8412         * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
8413         to HAVE_X86_64_LIB64_DIR.
8415 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
8417         * s/irix3-3.h:
8418         * s/irix4-0.h:
8419         * s/386-ix.h:
8420         * s/domain.h:
8421         * s/hpux9-x11r4.h:
8422         * s/hpux9shxr4.h: Remove files for systems no longer supported.
8424         * sysdep.c: Remove code containing references to symbols defined
8425         by unsupported systems.
8427 2008-01-16  Glenn Morris  <rgm@gnu.org>
8429         * coding.c (select-safe-coding-system-function): Doc fix.
8431 2008-01-15  Glenn Morris  <rgm@gnu.org>
8433         * config.in: Revert 2008-01-13 change: this is a generated file.
8435 2008-01-13  Tom Tromey  <tromey@redhat.com>
8437         * lisp.h: Fix typo.
8439 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
8441         * m/sequent-ptx.h:
8442         * m/sequent.h:
8443         * s/ptx.h:
8444         * s/ptx4-2.h:
8445         * s/ptx4.h: Remove files for systems no longer supported.
8447         * callproc.c (Fcall_process): Fix previous change.
8449 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
8451         * unexsunos4.c: Remove file, system not supported anymore.
8453         * m/mips.h:
8454         * m/intel386.h:
8455         * callproc.c:
8456         * config.in:
8457         * ecrt0.c:
8458         * emacs.c:
8459         * fileio.c:
8460         * frame.c:
8461         * getpagesize.h:
8462         * keyboard.c:
8463         * lread.c:
8464         * process.c:
8465         * puresize.h:
8466         * sysdep.c:
8467         * systty.h:
8468         * syswait.h:
8469         * unexec.c:
8470         * xdisp.c:
8471         * alloc.c: Remove code containing references to symbols defined by
8472         unsupported systems.
8474 2008-01-11  Kenichi Handa  <handa@ni.aist.go.jp>
8476         * coding.c (detect_coding_mask): Fix previous change.
8478 2008-01-09  Kenichi Handa  <handa@ni.aist.go.jp>
8480         * coding.c (detect_coding_iso2022): New arg
8481         latin_extra_code_state.  Allow Latin extra codes only
8482         when *latin_extra_code_state is nonzero.
8483         (detect_coding_mask): If there is a NULL byte, detect the encoding
8484         as UTF-16 or binary.  If Latin extra codes exist, detect the
8485         encoding as ISO-2022 only when there's no other proper encoding is
8486         found.
8488 2008-01-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8490         * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
8491         #ifdef MAC_OS.
8493 2008-01-08  Richard Stallman  <rms@gnu.org>
8495         * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
8497 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
8499         * keyboard.c (parse_menu_item): Don't enclose key bindings on
8500         menu bar in parentheses.
8502 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8504         * m/7300.h:
8505         * m/acorn.h:
8506         * m/alliant-2800.h:
8507         * m/alliant.h:
8508         * m/alliant1.h:
8509         * m/alliant4.h:
8510         * m/altos.h:
8511         * m/amdahl.h:
8512         * m/apollo.h:
8513         * m/att3b.h:
8514         * m/aviion-intel.h:
8515         * m/aviion.h:
8516         * m/celerity.h:
8517         * m/clipper.h:
8518         * m/cnvrgnt.h:
8519         * m/convex.h:
8520         * m/cydra5.h:
8521         * m/delta88k.h:
8522         * m/dpx2.h:
8523         * m/dual.h:
8524         * m/elxsi.h:
8525         * m/f301.h:
8526         * m/gould-np1.h:
8527         * m/gould.h:
8528         * m/i860.h:
8529         * m/ibmps2-aix.h:
8530         * m/ibmrt-aix.h:
8531         * m/ibmrt.h:
8532         * m/irist.h:
8533         * m/is386.h:
8534         * m/isi-ov.h:
8535         * m/mega68.h:
8536         * m/mg1.h:
8537         * m/news-r6.h:
8538         * m/news-risc.h:
8539         * m/news.h:
8540         * m/nh3000.h:
8541         * m/nh4000.h:
8542         * m/ns16000.h:
8543         * m/ns32000.h:
8544         * m/nu.h:
8545         * m/orion.h:
8546         * m/orion105.h:
8547         * m/paragon.h:
8548         * m/pfa50.h:
8549         * m/plexus.h:
8550         * m/pyramid.h:
8551         * m/pyrmips.h:
8552         * m/sh3el.h:
8553         * m/sps7.h:
8554         * m/sr2k.h:
8555         * m/stride.h:
8556         * m/sun1.h:
8557         * m/sun2.h:
8558         * m/sun3-68881.h:
8559         * m/sun3-fpa.h:
8560         * m/sun3-soft.h:
8561         * m/sun3.h:
8562         * m/sun386.h:
8563         * m/symmetry.h:
8564         * m/tad68k.h:
8565         * m/tahoe.h:
8566         * m/targon31.h:
8567         * m/tek4300.h:
8568         * m/tekxd88.h:
8569         * m/tower32.h:
8570         * m/tower32v3.h:
8571         * m/ustation.h:
8572         * m/wicat.h:
8573         * m/xps100.h:
8574         * s/cxux.h:
8575         * s/cxux7.h:
8576         * s/dgux.h:
8577         * s/dgux4.h:
8578         * s/dgux5-4-3.h:
8579         * s/dgux5-4r2.h:
8580         * s/esix.h:
8581         * s/esix5r4.h:
8582         * s/hiuxmpp.h:
8583         * s/hiuxwe2.h:
8584         * s/iris3-5.h:
8585         * s/iris3-6.h:
8586         * s/isc2-2.h:
8587         * s/isc3-0.h:
8588         * s/isc4-0.h:
8589         * s/isc4-1.h:
8590         * s/newsos5.h:
8591         * s/newsos6.h:
8592         * s/osf1.h:
8593         * s/osf5-0.h:
8594         * s/riscix1-1.h:
8595         * s/riscix12.h:
8596         * s/sco4.h:
8597         * s/sco5.h:
8598         * s/sunos4-0.h:
8599         * s/sunos4-1.h:
8600         * s/sunos413.h:
8601         * s/sunos4shr.h:
8602         * s/umax.h:
8603         * s/unipl5-2.h:
8604         * s/xenix.h:
8605         * cxux-crt0.s:
8606         * unexapollo.c:
8607         * unexconvex.c:
8608         * unexenix.c:
8609         * unexsni.c: Remove files for systems no longer supported.
8611         * m/intel386.h: Remove references to unsupported systems.
8613         * w32.c (get_emacs_configuration): Remove reference to i860.
8615         * sysdep.c: Remove dead code.
8617 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
8619         * s/rtu.h:
8620         * m/masscomp.h: Remove files.  Platform is obsolete.
8622 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
8624         * dbusbind.c (Fdbus_method_return): New function.
8625         (xd_read_message): Add the serial number to the event.
8626         (Fdbus_register_method): Activate the function.
8628 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8630         * keyboard.c (read_key_sequence): Fix typo.
8632 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
8634         * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
8635         (xd_signature, xd_append_arg): Handle element type detection for
8636         empty arrays.
8637         (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
8638         SDATA () calls; this must be solved more general.
8639         (Fdbus_register_signal): Use SBYTES instead of strlen.
8641 2008-01-03  Magnus Henoch  <magnus@zemdatav>
8643         * dbusbind.c (xd_append_arg): Use unsigned char instead of
8644         unsigned int for byte values (necessary for big-endian platform).
8645         (Fdbus_call_method): Handle the case of no returned arguments.
8647 2007-12-31  Tom Tromey  <tromey@redhat.com>  (tiny change)
8649         * dbusbind.c (xd_read_message): Use non-static input_event struct.
8651 2007-12-31  Magnus Henoch  <mange@freemail.hu>
8653         * dbusbind.c (xd_signature): Signature of variant is just "v".
8655 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
8657         * dbusbind.c: Fix several errors and compiler warnings.
8658         Reported by Tom Tromey <tromey@redhat.com>
8659         (XD_ERROR, XD_DEBUG_MESSAGE)
8660         (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
8661         (xd_append_arg): Part for basic D-Bus types rewitten.
8662         (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
8663         DBUS_TYPE_(U)INT16.  Don't call XD_DEBUG_MESSAGE with "%f" if not
8664         appropriate.
8665         (xd_read_message): Return Qnil.  Don't signal an error; it is not
8666         useful during event reading.
8667         (Fdbus_register_signal): Signal an error if the check for
8668         FUNCTIONP fails.
8669         (Fdbus_register_method): New function.  The implementation is not
8670         complete, the call of the function signals an error therefore.
8671         (Fdbus_unregister_object): New function, renamed from
8672         Fdbus_unregister_signal.  The initial check signals an error, if
8673         the object is not well formed.
8675 2007-12-30  Richard Stallman  <rms@gnu.org>
8677         * textprop.c (get_char_property_and_overlay):
8678         Signal error if POSITION is out of range in a buffer.
8680 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
8682         * w32fns.c (Fx_create_frame): Make copy of frame parameters
8683         because the original parameters are in pure storage now.
8685 2007-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8687         * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
8689 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
8691         * callint.c (syms_of_callint) <command-history>: Add reference to
8692         history-length in the doc string.
8694 2007-12-17  Jason Rumney  <jasonr@gnu.org>
8696         * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
8697         before passing as wParam.
8699 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
8701         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
8702         DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
8703         DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
8704         Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
8705         as number.
8706         (Fdbus_call_method): Fix docstring.
8708 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
8710         * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
8711         New macros.
8712         (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
8713         (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
8714         Simplify.
8715         (xd_signature): New function.
8716         (xd_append_arg): Compute also signatures.  Major rewrite.
8717         (xd_retrieve_arg): Make debug messages friendly.
8718         (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
8719         Check for signatures of arguments.
8721 2007-12-19  Michael Albinus  <michael.albinus@gmx.de>
8723         * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
8724         (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
8725         (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
8726         (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
8727         (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
8728         (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
8729         (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
8730         (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
8731         (xd_retrieve_value): Remove.  Functionality included in ...
8732         (xd_append_arg): New function.
8733         (Fdbus_call_method, Fdbus_send_signal): Apply it.
8735 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
8737         * dbusbind.c (top): Include <stdio.h>.
8738         (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
8739         dbus_message_new_method_call and dbus_message_new_signal.
8740         (Fdbus_register_signal): Rename unique_name to uname.
8741         Check handler for FUNCTIONP instead of CHECK_SYMBOL.  Handle case of
8742         non-existing unique name.  Fix typos in matching rule.  Return an
8743         object which is useful in Fdbus_unregister_signal.
8744         (Fdbus_unregister_signal): Reimplementation, in order to remove
8745         only the corresponding entry.
8746         (Vdbus_registered_functions_table): Change the order of entries.
8747         Apply these changes in xd_read_message and Fdbus_register_signal.
8749 2007-12-16  Andreas Schwab  <schwab@suse.de>
8751         * fileio.c (Finsert_file_contents): Fix overflow check to not
8752         depend on undefined integer overflow.
8754 2007-12-14  Jason Rumney  <jasonr@gnu.org>
8756         * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
8757         for characters above 127.
8759 2007-12-13  Jason Rumney  <jasonr@gnu.org>
8761         * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
8762         before dereferencing array.
8763         (lookup_vk_code): Remove zero comparison.
8765 2007-12-14  Michael Albinus  <michael.albinus@gmx.de>
8767         * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
8768         (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
8769         Use `unsigned int' instead of `uint'.
8770         (xd_read_message, Fdbus_register_signal): Split expressions into
8771         multiple lines before operators "&&" and "||", according to the
8772         GNU Coding Standards.
8774 2007-12-14  Eli Zaretskii  <eliz@gnu.org>
8776         * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
8778 2007-12-12  Juri Linkov  <juri@jurta.org>
8780         * buffer.c (Frename_buffer): In interactive spec replace
8781         `read-buffer' with `read-string' that uses `buffer-name-history'
8782         as history, and the current buffer's name as default.
8784 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8786         * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
8787         manipulating the backtrace manually.
8788         (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
8789         (struct backtrace, backtrace_list): Remove.
8790         (command_loop_1): Remove dead var `no_direct'.
8792         * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
8793         preserve non-built-in buffer-local variables.
8794         (Fkill_all_local_variables): Don't re-create&re-set permanent
8795         buffer-local variables.
8797 2007-12-09  Juri Linkov  <juri@jurta.org>
8799         * buffer.c (Frename_buffer): Change interactive spec from "s" to
8800         Lisp code that uses `read-buffer' with current buffer as default.
8802 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
8804         * dbusbind.c (xd_read_message): Generate an event for every
8805         registered handler.  There might be several handlers registered
8806         for the same signal.
8807         (Fdbus_register_signal): Don't overwrite a registration for the
8808         same signal.  Add a new registration if handlers are different.
8809         (Vdbus_registered_functions_table): Rework doc string.
8811 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
8813         * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
8814         (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
8815         DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
8816         (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
8817         Unify argument lists.
8818         (xd_read_message, Fdbus_register_signal): Reorder and extend event
8819         arguments and hash table keys.  Use unique name for service.
8820         (Fdbus_unregister_signal): Remove checks.
8821         (Vdbus_registered_functions_table): Fix doc string.
8823 2007-12-05  Magnus Henoch  <mange@freemail.hu>
8825         * process.c (make_process): Initialize pty_flag to 0.
8827 2007-12-05  Jason Rumney  <jasonr@gnu.org>
8829         * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
8830         specified XBMs.
8832 2007-12-05  Richard Stallman  <rms@gnu.org>
8834         * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
8836 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8838         * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
8839         New variable.
8840         (mac_try_close_socket) [MAC_OSX]: New function.
8841         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
8842         Update cfsockets_for_select.  Replace invalid CFRunLoop source.
8844         * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
8845         Use mac_try_close_socket.
8847 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8849         * unexmacosx.c (unrelocate): New argument BASE.  Use it instead of
8850         reloc_base.
8851         (copy_dysymtab): Compute relocation base here.
8852         (rebase_reloc_address) [__ppc64__]: New function.
8853         (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
8854         changed.
8856 2007-12-05  Jason Rumney  <jasonr@gnu.org>
8858         * w32proc.c (sys_spawnve): Quote args with wildcards.
8860 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8862         * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
8863         __objc_* sections.
8864         (unrelocate) [_LP64]: Set relocation base to address of data segment.
8866 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
8868         * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
8869         Move check for Vdbus_registered_functions_table to
8870         xd_read_queued_messages.
8871         (xd_read_queued_messages): Protect xd_read_message calls by
8872         internal_condition_case_1.
8874 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
8876         * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
8877         Qdbus_system_bus and Qdbus_session_bus, respectively.
8878         (Vdbus_intern_symbols): Remove.
8879         (Vdbus_registered_functions_table): New hash table.
8880         (XD_SYMBOL_INTERN_SYMBOL): Remove.
8881         (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
8882         Rewrite in order to manage registered functions by hash table
8883         Vdbus_registered_functions_table.
8885 2007-12-03  Jan Djärv  <jan.h.d@swipnet.se>
8887         * xterm.c: Update URL to Window Manager Specification in comment.
8889 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
8891         * config.in (HAVE_DBUS): Add.
8893         * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
8894         (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
8895         (obj): Add $(DBUS_OBJ).
8896         (LIBES): Add $(DBUS_LIBS).
8897         (dbusbind.o): New target.
8899         * dbusbind.c: New file.
8901         * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
8903         * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
8904         (Qdbus_event): New Lisp symbol.
8905         (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
8906         (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
8907         (keys_of_keyboard ): Define dbus-event.
8909         * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
8911 2007-12-01  Richard Stallman  <rms@gnu.org>
8913         * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
8915 2007-11-30  Jason Rumney  <jasonr@gnu.org>
8917         * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
8918         (w32con_reset_terminal_modes): Clear screen buffer.
8919         (w32_face_attributes): Don't use color indexes that are out of range.
8920         Only reverse the default colors.
8922         * xfaces.c (map_tty_color, tty_color_name): Remove special case for
8923         WINDOWSNT.
8925         * w32console.c, w32term.h (vga_stdcolor_name): Remove.
8927 2007-11-29  Jason Rumney  <jasonr@gnu.org>
8929         * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
8930         (w32_face_attributes): Use Vtty_defined_color_alist to determine
8931         if the terminal colors are initialized.
8932         (unspecified_fg, unspecified_bg): Remove unused declarations.
8934 2007-11-29  Andreas Schwab  <schwab@suse.de>
8936         * keyboard.c (apply_modifiers): Fix typo.
8938 2007-11-29  Richard Stallman  <rms@gnu.org>
8940         * keymap.c (Fcurrent_local_map): Doc fix.
8942 2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
8944         * s/gnu-kfreebsd.h: New file.
8946 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8948         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
8949         Don't cast redundantly.
8951         * keyboard.c (KEY_TO_CHAR): New macro.
8952         (parse_modifiers, apply_modifiers): Accept integer arguments.
8953         (read_key_sequence): Use them to unify the "shift->unshift" mapping
8954         for chars and symbol keys.
8955         After doing such remapping, apply function-key-map again.
8957 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8959         * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
8960         compiled anymore.
8962 2007-11-26  Andreas Schwab  <schwab@suse.de>
8964         * process.c (list_processes_1): Fix indentation level of the
8965         command column.
8967 2007-11-23  Andreas Schwab  <schwab@suse.de>
8969         * editfns.c (Fformat): Handle %c specially since it requires the
8970         argument to be of type int.
8972 2007-11-23  Markus Triska  <markus.triska@gmx.at>
8974         * emacs.c (main): Call init_editfns before init_process, since
8975         init_process sets Vprocess_connection_type depending on OS release.
8977 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8979         * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
8980         (find_symbol_value): Use do_symval_forwarding.
8982         * data.c (set_internal): Set the value in the `cons-cell' (for
8983         Buffer_Local_values) not only for frame-local variables.
8985 2007-11-22  Andreas Schwab  <schwab@suse.de>
8987         * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
8988         values to sprintf.
8989         * keymap.c (Fsingle_key_description): Likewise.
8990         * print.c (print_object): Likewise.
8992 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
8994         * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
8995         file for image is nil.
8997 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
8999         * term.c: Include stdarg.h.
9000         (fatal): Implement using varargs.
9001         * lisp.h (fatal): Add argument types.  (Restore 2005-09-30 change).
9003 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9005         * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
9006         * data.c (store_symval_forwarding): Get type from buffer_objfwd.
9007         Update call to buffer_slot_type_mismatch.
9008         * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
9009         (buffer_slot_type_mismatch): Update.
9010         * buffer.c (buffer_local_types): Remove.
9011         (buffer_slot_type_mismatch): Get the symbol and type as arguments.
9012         (defvar_per_buffer): Set the type in the buffer_objfwd.
9014 2007-11-21  Jason Rumney  <jasonr@gnu.org>
9016         * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
9017         CreateFileMapping returns NULL on failure.
9019 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9021         * search.c (Fset_match_data): Remove the `evaporate' feature.
9022         (unwind_set_match_data): Don't use the `evaporate' feature.
9024 2007-11-21  Jason Rumney  <jasonr@gnu.org>
9026         * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
9028         * w32console.c (w32con_write_glyphs): Remove unused variables.
9030 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9032         * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
9034         * s/darwin.h (MULTI_KBOARD): Remove.
9036         * macfns.c (x_create_tip_frame, Fx_create_frame)
9037         (x_create_tip_frame): Don't deal with MULTI_KBOARD.
9039 2007-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9041         * buffer.c (Fbuffer_local_value): Remove redundant test.
9042         (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
9043         than in `current-buffer' to match the comment.
9044         Do the swap using swap_in_global_binding.
9046         * data.c (store_symval_forwarding, set_internal):
9047         * eval.c (specbind): Remove dead code.
9049         * coding.c (detect_coding, Fupdate_coding_systems_internal):
9050         * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
9051         Since we do not want to see internal Lisp_*fwd objects here.
9053 2007-11-18  Jan Djärv  <jan.h.d@swipnet.se>
9055         * sysdep.c (init_system_name): Use getaddrinfo if available.
9057         * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
9058         (x_scroll_bar_note_movement): start, end, with, height in struct
9059         scroll_bar are integers and not Lisp_Object, so remove XINT for them.
9061 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
9063         * puresize.h (BASE_PURESIZE): Increase to 1190000.
9065 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9067         * buffer.h (struct buffer): Move `undo_list' back to before `name'.
9068         This undoes Richard's change of 14-Oct-2002.
9070         * alloc.c (allocate_other_vector):
9071         * lisp.h (allocate_other_vector): Remove.
9073         * window.c (struct save_window_data): Move non-lisp data to the end
9074         and make it `int' rather than Lisp_Object.
9075         (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
9076         Done wrap/unwrap integer values.
9077         (Fset_window_configuration, compare_window_configurations):
9078         Update use of fields to their new types.
9080         * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
9081         Turn integer fields into `int'.  Merge x_window_low and x_window_high.
9082         (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
9083         (SET_SCROLL_BAR_X_WINDOW): Remove.
9084         (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
9085         Access the new x_window field directly.
9086         * xterm.c (x_scroll_bar_create): Use a pseudovector.
9087         Don't wrap/unwrap integers into Lisp_Objects.
9088         (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
9089         (x_scroll_bar_report_motion):
9090         Don't wrap/unwrap integers into Lisp_Objects.
9091         (x_term_init): Use SDATA.
9092         (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
9093         (x_scroll_bar_set_handle, x_scroll_bar_remove)
9094         (XTset_vertical_scroll_bar, x_scroll_bar_expose)
9095         (x_scroll_bar_report_motion, x_scroll_bar_clear):
9096         * xfns.c (x_set_background_color):
9097         * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
9098         Access the new x_window field directly.
9100         * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
9101         (allocate_pseudovector): Make non-static.
9103         * lisp.h (enum pvec_type): New tag PVEC_OTHER.
9104         (allocate_pseudovector): Declare.
9105         (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
9107 2007-11-15  Andreas Schwab  <schwab@suse.de>
9109         * editfns.c (Fformat): Correctly format EMACS_INT values.
9110         Also take precision into account when formatting an integer.
9112         * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
9114 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9116         * keyboard.c (Fevent_symbol_parse_modifiers): New function.
9117         (syms_of_keyboard): Defsubr it.
9119         * data.c (swap_in_global_binding): Fix longstanding bug where
9120         store_symval_forwarding was not called with the right second argument,
9121         thus causing objfwd-ing from being dropped.
9123 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
9125         * macfns.c (Fx_create_frame, Fx_display_pixel_width)
9126         (Fx_display_pixel_height, Fx_display_planes)
9127         (Fx_display_color_cells, Fx_server_max_request_size)
9128         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
9129         (Fx_display_visual_class, Fx_display_save_under):
9130         * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
9131         (Fx_display_pixel_height, Fx_display_planes)
9132         (Fx_display_color_cells, Fx_server_max_request_size)
9133         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9134         (Fx_display_mm_height, Fx_display_mm_width)
9135         (Fx_display_backing_store, Fx_display_visual_class)
9136         (Fw32_select_font, Fx_display_save_under):
9137         * xfns.c (Fx_create_frame, Fx_display_pixel_width)
9138         (Fx_display_pixel_height, Fx_display_planes)
9139         (Fx_display_color_cells, Fx_server_max_request_size)
9140         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
9141         (Fx_display_save_under): Fix typos in docstrings.
9143 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
9145         * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
9146         corresponding to deleted entries; they are an implementation detail.
9147         (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
9148         Remove variables.
9149         (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
9150         (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
9151         (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
9152         (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
9153         (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
9154         (Fw32_define_rgb_color, Fw32_load_color_file)
9155         (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
9156         Fix typos in docstrings.
9157         (Fx_server_version): Reflow docstring.
9158         (Fw32_shell_execute): Doc fixes.
9160 2007-11-13  Juanma Barranquero  <lekktu@gmail.com>
9162         * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
9163         if w32_parse_hot_key returned nil.
9165 2007-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9167         * xdisp.c (load_overlay_strings): Fix copy&paste typo.
9169 2007-11-09  Jason Rumney  <jasonr@gnu.org>
9171         * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
9173         * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
9175         * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
9176         Remove W32_SCROLL_BAR_CLICK_EVENT.
9178         * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
9179         Add MULTIMEDIA_KEY_EVENT.
9181         * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
9182         (lispy_multimedia_keys) [WINDOWSNT]: New array.
9183         (make_lispy_event) [WINDOWSNT]: Use it to translate
9184         MULTIMEDIA_KEY_EVENT.
9186         * w32term.h (WM_APPCOMMAND): Define if not already.
9187         (GET_APPCOMMAND_LPARAM): Likewise.
9189         * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
9190         WM_APPCOMMAND.
9192         * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
9193         (syms_of_w32fns): Export and initialize it.
9194         (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
9196 2007-11-09  Chong Yidong  <cyd@stupidchicken.com>
9198         * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
9199         twice.
9201         * xdisp.c (handle_face_prop): Fix last change.
9203 2007-11-09  Richard Stallman  <rms@gnu.org>
9205         * xdisp.c (handle_face_prop): Test for strings that came from overlays,
9206         not just for after-strings and before-strings.
9207         Call face_for_overlay_string and pass the overlay to it.
9208         (handle_display_prop): Determine whether property came from an overlay.
9209         Pass OVERLAY arg to handle_single_display_spec.
9210         (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
9211         (load_overlay_strings): Fill in it->string_overlays.
9212         (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
9214         * xfaces.c (face_for_overlay_string): Function renamed from
9215         face_at_buffer_position_no_overlays, and add arg OVERLAY.
9217         * dispextern.h (struct it): New elt string_overlays.
9218         New elt from_overlay, also in stack.
9219         Rearrange a few elements.
9220         (face_for_overlay_string): Decl renamed from
9221         face_at_buffer_position_no_overlays, and add argument.
9223 2007-11-09  Richard Stallman  <rms@gnu.org>
9225         * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
9226         to get the base face for an overlay string.
9228         * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
9230         * xfaces.c (face_at_buffer_position_no_overlays): New function.
9232         * xdisp.c (handle_stop): Move some code out of loop.
9234 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9236         * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
9237         Fix conversion from Lisp object to ATSUFontID.
9239 2007-11-09  Jason Rumney  <jasonr@gnu.org>
9241         * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
9243 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9245         * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
9246         Don't assume regions are aligned to page boundary.
9247         (print_load_command_name): Add LC_UUID if defined.
9249 2007-11-09  Richard Stallman  <rms@gnu.org>
9251         * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
9253 2007-11-07  Jason Rumney  <jasonr@gnu.org>
9255         * s/windows95.h: Remove.
9257 2007-11-06  Jan Djärv  <jan.h.d@swipnet.se>
9259         * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
9260         abort with a message on unhandled store_type values.
9262 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
9264         * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
9265         Remove HAVE_X11R5 and HAVE_X11R4.
9267 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
9269         * Makefile.in: Remove references to sunfns.c and sunfns.o.
9271 2007-11-01  Johan Bockgård  <bojohan@gnu.org>
9273         * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
9274         Don't set s->stippled_p here, since it has already been set by
9275         x_set_glyph_string_gc from x_draw_glyph_string.
9277 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
9279         * sunfns.c: Remove file.
9281         * m/sun386.h:
9282         * m/sun2.h:
9283         * m/sparc.h: Remove Sun windows code.
9285 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9287         * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
9288         (init_keyboard): Set current_kboard's window-system to nil.
9289         (tty_read_avail_input): Typo.
9290         * frame.c (make_initial_frame): Don't initialize the initial_kboard.
9292 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
9294         * s/usg5-4.h:
9295         * s/usg5-3.h:
9296         * s/ptx.h:
9297         * m/is386.h:
9298         * m/ibmps2-aix.h:
9299         * Makefile.in: Remove all mentions of X10.
9301         * dispnew.c (syms_of_display): Don't mention version 10.
9303 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
9305         * makefile.w32-in (OBJ1): Remove abbrev.$(O).
9306         ($(BLD)/abbrev.$(O)): Remove.
9308 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9310         Rewrite abbrev.c in Elisp.
9311         * image.c (Qcount): Don't declare as extern.
9312         (syms_of_image): Initialize and staticpro `Qcount'.
9313         * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
9314         * emacs.c (main): Don't call syms_of_abbrev.
9315         * Makefile.in (obj): Remove abbrev.o.
9316         (abbrev.o): Remove.
9317         * abbrev.c: Remove.
9319 2007-10-26  Martin Rudalics  <rudalics@gmx.at>
9321         * window.c (window_min_size_2): Don't count header-line.
9323 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
9325         * frame.h (struct frame): Move all bit fields after the first bit
9326         field to take advantage of the available space.  Group all the
9327         chars together to reduce wasted space due to padding.
9329 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
9331         * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
9333         * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
9334         (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
9335         (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
9336         (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
9337         (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
9338         (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
9339         (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
9340         (last_marked, mark_object_loop_halt): Make static.
9342         * frame.c (syms_of_frame) <delete-frame-functions>:
9343         Fix typo in docstring.
9345 2007-10-25  Juanma Barranquero  <lekktu@gmail.com>
9347         * w32.c (init_environment): Fix tiny memory leak.
9348         (w32_get_resource): Remove unused variable `ok'.
9350 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9352         Make `window-system' into a keyboard-local variable (rather than
9353         frame-local as done originally by multi-tty).
9355         * keyboard.h (struct kboard): Add Vwindow_system.
9356         * keyboard.c (init_kboard): Set a default for Vwindow_system.
9357         (mark_kboards): Mark Vwindow_system.
9359         * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
9360         (init_display): Don't set the obsolete `window-system' frame-param.
9362         * xterm.c (x_term_init):
9363         * w32term.c (w32_create_terminal):
9364         * term.c (init_tty): Set Vwindow_system.
9365         * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
9366         multi-tty merge maybe?), copied from w32term.c.  Set Vwindow_system.
9368         * xfns.c (Fx_create_frame, x_create_tip_frame):
9369         * w32fns.c (Fx_create_frame, x_create_tip_frame):
9370         * macfns.c (Fx_create_frame):
9371         Don't set the obsolete `window-system' frame-param.
9373         * frame.h (Qwindow_system): Remove.
9374         * frame.c (Qwindow_system): Remove.  In `syms_of_frame' as well.
9375         (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
9377 2007-10-24  Richard Stallman  <rms@gnu.org>
9379         * frame.c (x_figure_window_size): For fullscreen case,
9380         set USPosition | PPosition without clobbering rest of window_prompting.
9382         * keyboard.c (Fcurrent_idle_time): Doc fix.
9384         * print.c (Fwith_output_to_temp_buffer): Doc fix.
9386 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9388         * process.c (unwind_request_sigio): Only define if __ultrix__.
9390         * callproc.c (child_setup): Remove spurious *.
9392         * lisp.h (Fget_text_property): Declare.
9393         (have_menus_p): Declare it here rather than in sys-dep header files.
9394         * macterm.h (have_menus_p):
9395         * msdos.h (have_menus_p):
9396         * xterm.h (have_menus_p): Remove.
9398         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
9399         (Fmake_variable_frame_local): Just check the variable's const-ness
9400         rather than checking nil or t.
9402 2007-10-22  Jason Rumney  <jasonr@gnu.org>
9404         * w32fns.c: Include math.h.
9405         (w32_abort): Declaration moved to nt/config.nt.
9407         * s/ms-w32.h (HAVE_STDLIB_H): Define.
9408         (abort): Redefinition moved to nt/config.nt.
9410         * m/windowsnt.h: Remove.
9412 2007-10-22  Juanma Barranquero  <lekktu@gmail.com>
9414         * emacs.c (Fdump_emacs): Fix typo in message.
9415         (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
9416         <installation-directory>: Reflow docstring.
9418 2007-10-22  Juri Linkov  <juri@jurta.org>
9420         * minibuf.c: Allow minibuffer default to be a list of default values.
9421         With empty input use the first element of this list as returned default.
9422         (string_to_object)
9423         (read_minibuf_noninteractive): If defalt is cons, set val to its car.
9424         (read_minibuf): If defalt is cons, set histstring to its car.
9425         (Fread_string): If default_value is cons, set val to its car.
9426         (Fread_buffer): If def is cons, use its car.
9427         (Fcompleting_read): If defalt is cons, set val to its car.
9429 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
9431         * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
9433 2007-10-20  Juanma Barranquero  <lekktu@gmail.com>
9435         * doc.c (Fdocumentation): Check for advice in all cases.
9437 2007-10-19  Chong Yidong  <cyd@stupidchicken.com>
9439         * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
9441 2007-10-19  Richard Stallman  <rms@gnu.org>
9443         * doc.c (Fdocumentation): Check for and handle an advised function.
9445 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
9447         * process.c (Fset_process_filter): Doc fix.
9449 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9451         * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
9452         which caused key-translation-map to applied repeatedly (thus breaking
9453         double-mode).
9455 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9457         * xselect.c (x_own_selection, x_handle_selection_clear)
9458         (x_clear_frame_selections):
9459         * w32menu.c (list_of_panes, list_of_items):
9460         * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
9461         * textprop.c (validate_plist, interval_has_all_properties)
9462         (interval_has_some_properties, interval_has_some_properties_list)
9463         (add_properties, text_property_list):
9464         * process.c (Fget_buffer_process, list_processes_1, status_notify):
9465         * minibuf.c (Fassoc_string):
9466         * macselect.c (x_own_selection, x_clear_frame_selections)
9467         (Fx_disown_selection_internal):
9468         * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
9469         Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
9471 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
9473         * process.c: Link to libs for calling res_init() if available.
9474         (Fmake_network_process): Call res_init() before getaddrinfo or
9475         gethostbyname, if possible.
9477 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9479         * lread.c (read1): Set pvectype for char_tables.
9481         * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
9482         (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
9483         Add type checks.
9484         (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
9486         * alloc.c (free_misc): Use XMISCTYPE.
9487         (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
9489 2007-10-17  Glenn Morris  <rgm@gnu.org>
9491         * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
9492         (syms_of_minibuf): Add Qcompletion_ignore_case.
9493         * dired.c (Qcompletion_ignore_case): Change to external.
9494         (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
9495         * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
9496         (Fread_file_name): Use it rather than intern'ing.
9498         * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
9499         (Fread_coding_system): Ignore case of user input.
9501 2007-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9503         * xdisp.c (handle_display_prop): Ignore display specs after
9504         replacing one when string text is being replaced.
9505         (handle_single_display_spec): Pretend as if characters with display
9506         property haven't been consumed only when buffer text is being replaced.
9508 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9510         * xfns.c (Fx_create_frame, Fx_display_list):
9511         * window.c (window_fixed_size_p, enlarge_window)
9512         (shrink_window_lowest_first):
9513         * macterm.c (init_font_name_table):
9514         * macfns.c (Fx_create_frame, Fx_display_list):
9515         * lread.c (close_load_descs):
9516         * keyboard.c (read_char_x_menu_prompt):
9517         * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
9518         * coding.c (code_convert_region_unwind): Test the type of an object
9519         rather than just !NILP before extracting data from it.
9521         * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
9523         * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
9524         (XMISCANY): New macro.
9525         (XMISCTYPE): Use it.
9526         (struct Lisp_Misc_Any): New type.
9527         (union Lisp_Misc): Use it.
9528         (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
9529         * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
9530         (find_symbol_value, set_internal, default_value, Fset_default)
9531         (Fmake_variable_buffer_local, Fmake_local_variable)
9532         (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
9533         (Flocal_variable_if_set_p, Fvariable_binding_locus):
9534         The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
9535         * alloc.c (allocate_buffer): Set the size and tag.
9536         (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
9537         Use XMISCANY.
9538         (die): Follow the GNU convention for error messages.
9539         * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
9540         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
9541         tag any more.
9542         (set_buffer_internal_1):
9543         * frame.c (store_frame_param):
9544         * eval.c (specbind):
9545         * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
9547         * doc.c (Fsnarf_documentation): Simplify.
9549 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
9551         * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
9552         (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
9554 2007-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9556         * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
9558 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
9560         * eval.c (do_autoload): Don't save autoloads.
9562         * data.c (Ffset): Save autoload of the function being set.
9564 2007-10-07  John Paul Wallington  <jpw@pobox.com>
9566         * xfns.c (x_create_tip_frame): Set the `display-type' frame
9567         parameter before setting up faces.
9569 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
9571         * ccl.c (Fregister_code_conversion_map):
9572         * keyboard.c (append_tool_bar_item): Reformat last change.
9574         * lisp.h (eabs): Rename from `abs'.  All callers changed.
9576 2007-10-05  Dmitry Antipov  <dmantipov@yandex.ru>
9578         * buffer.c (add_overlay_mod_hooklist):
9579         * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
9580         * fontset.c (make_fontset):
9581         * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
9582         (append_tool_bar_item):
9583         * macmenu.c (grow_menu_items):
9584         * w32menu.c (grow_menu_items):
9585         * xmenu.c (grow_menu_items): Use larger_vector.
9587 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
9589         * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
9590         selected frame'' on MSDOS).
9592 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
9594         * frame.c (Qexplicit_name): New variable.
9595         (x_report_frame_params): Report it in parameter alist.
9596         (syms_of_frame): Intern and staticpro it.
9598 2007-10-10  Patrick Mahan  <mahan@mahan.org>  (tiny change)
9600         * macfns.c (x_create_tip_frame): Set terminal for frame.
9602 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9604         * frame.c (Qenvironment): Remove.
9605         (syms_of_frame) <Qenvironment>: Don't initialize.
9606         (Fdelete_frame): Don't treat the `environment' param specially.
9607         * frame.h (Qenvironment): Don't declare.
9608         * callproc.c (set_initial_environment): Don't set unused frame param.
9610         * frame.c (Fframe_with_environment): Remove.
9611         (syms_of_frame) <Sframe_with_environment>: Don't declare.
9613         * lisp.h (Fframe_with_environment): Don't declare.
9615 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
9617         * indent.c (indent_tabs_mode, last_known_column)
9618         (last_known_column_modified): Make static.
9619         (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
9621 2007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9623         * puresize.h (BASE_PURESIZE): Increase to 1170000.
9625 2007-10-09  Jason Rumney  <jasonr@gnu.org>
9627         * w32term.c (x_set_window_size): Disable code that attempts to tell
9628         Lisp code about a size change before it actually happens.
9630 2007-10-09  Richard Stallman  <rms@gnu.org>
9632         * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
9633         return HANDLED_RETURN.
9635 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
9637         * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
9638         when there's an unread command event.
9640         * frame.c (focus_follows_mouse): Move here from frame.el to allow
9641         window autoselection act appropriately when leaving selected frame.
9642         (syms_of_frame): Initialize focus_follows_mouse.
9643         * frame.h (focus_follows_mouse): Extern it.
9644         * macterm.c (XTread_socket): When focus_follows_mouse is nil
9645         make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
9646         * msdos.c (dos_rawgetc): Likewise.
9647         * w32term.c (w32_read_socket): Likewise.
9648         * xterm.c (handle_one_xevent): Likewise.
9649         * xdisp.c (syms_of_xdisp): In doc-string of
9650         mouse-autoselect-window mention focus-follows-mouse.
9652 2007-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9654         * macterm.c (mac_load_query_font): Fix missing return value.
9655         [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
9656         Add BLOCK_INPUT.
9658 2007-10-08  Richard Stallman  <rms@gnu.org>
9660         * xdisp.c (get_window_cursor_type): Implement documented behavior
9661         for cursor-in-non-selected-windows = t.
9663 2007-10-08  Jason Rumney  <jasonr@gnu.org>
9665         * w32.c (w32_get_resource): Always close registry keys.
9667 2007-10-08  Jason Rumney  <jasonr@gnu.org>
9669         * makefile.w32-in (LIBS): Add COMCTL32.
9671         * w32fns.c (globals_of_w32fns): Init common controls.
9673 2007-10-08  Richard Stallman  <rms@gnu.org>
9675         * image.c (our_memory_buffer): Rename from omfib_buffer.
9677 2007-10-08  Richard Stallman  <rms@gnu.org>
9679         * buffer.c (Foverlays_at): Doc fix.
9681 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9683         * fns.c (Fplist_put): Preserve uneven tail data.
9685 2007-10-08  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
9687         * termhooks.h (enum event_kind): Remove trailing comma.
9689         * frame.h (enum): Remove trailing comma.
9691 2007-10-08  Dhuvra Krishnamurthy  <dhuvrakm@gmail.com>  (tiny change)
9693         * w32proc.c (delete_child): Don't terminate threads of zombies.
9695 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
9697         * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
9699         * keyboard.c (syms_of_keyboard): Set up new Lisp variable
9700         last-repeatable-command.
9701         (init_kboard): Initialize Vlast_repeatable_command.
9702         (command_loop_1): Set it to real_this_command unless that was
9703         bound to an input event.
9704         (mark_kboards): Mark it.
9706 2007-10-08  Richard Stallman  <rms@gnu.org>
9708         * eval.c (condition-case): Doc fix.
9710 2007-10-08  Masatake YAMATO  <jet@gyve.org>
9712         * xfaces.c (tty_supports_face_attributes_p): Fix code
9713         for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
9714         was copied and not edited.
9716 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9718         Add new `input-decode-map' keymap and use it for terminal
9719         escape sequences.
9720         * keyboard.h (struct kboard): Add Vinput_decode_map.
9721         Remove Vlocal_key_translation_map.
9722         * keyboard.c (read_key_sequence): Add support for input-decode-map.
9723         (init_kboard): Init input-decode-map.
9724         Replace local-key-translation-map back with key-translation-map.
9725         (syms_of_keyboard): Declare input-decode-map.
9726         Remove local-key-translation-map.  Update docstrings.
9727         (mark_kboards): Mark Vinput_decode_map.
9728         Don't mark Vlocal_key_translation_map.
9729         * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
9730         Replace local-key-translation-map back with key-translation-map.
9731         * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
9732         Bind in input-decode-map rather than function-key-map.
9734         * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
9735         This was made redundant by the previous introduction of XSETPVECTYPE.
9737 2007-10-09  Richard Stallman  <rms@gnu.org>
9739         * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
9741 2007-09-29  Richard Stallman  <rms@gnu.org>
9743         * eval.c (internal_condition_case_2, internal_condition_case_1)
9744         (internal_condition_case): Reenable abort if x_catching_errors ()
9745         to see if that really happens and why.
9747 2007-10-06  Andreas Schwab  <schwab@suse.de>
9749         * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
9751 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9753         * image.c (syms_of_image) <image-types>: Fix typo in docstring.
9755 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9757         * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
9759 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9761         * window.h (struct window):
9762         * window.c (struct save_window_data, struct saved_window):
9763         * termhooks.h (struct terminal):
9764         * process.h (struct Lisp_Process):
9765         * frame.h (struct frame):
9766         * buffer.h (struct buffer):
9767         * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
9768         (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
9769         The size field of (pseudo)vectors is now unsigned.
9770         (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
9772         * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
9773         Turn `count' into an integer.
9775         * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
9776         (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
9777         * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
9778         * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
9779         (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
9781         * alloc.c (allocate_pseudovector): New fun.
9782         (ALLOCATE_PSEUDOVECTOR): New macro.
9783         (allocate_window, allocate_terminal, allocate_frame)
9784         (allocate_process): Use it.
9785         (mark_vectorlike): New function.
9786         (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
9787         (mark_terminals): Use it.
9788         (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
9789         (Fmake_byte_code): Use XSETPVECTYPE.
9791         * frame.c (Fframe_parameters): Minor simplification.
9793         * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
9795         * marker.c (Fmarker_buffer): Make test for odd case into a failure.
9797         * buffer.c (Fget_buffer_create, init_buffer_once):
9798         * lread.c (defsubr):
9799         * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
9801         * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
9802         defined differently in the m/*.h files.
9803         (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
9804         (XSETPVECTYPE): New macro.
9805         (XSETPSEUDOVECTOR): Use it.
9807         * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
9808         (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
9810         * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
9811         * lread.c (defvar_per_buffer):
9812         * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
9814         * window.c (candidate_window_p): Only consider as visible frames that
9815         are on the same terminal.
9817         * m/ibms390x.h (MARKBIT): Remove unused macro.
9819 2007-10-01  Juanma Barranquero  <lekktu@gmail.com>
9821         * lread.c (Fload): Fix typo in docstring.
9823 2007-10-01  Michaël Cadilhac  <michael@cadilhac.name>
9825         * floatfns.c (Fexpt): Manually check for overflows, so that a power
9826         of a non-zero value can't yield zero.
9828 2007-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9830         * term.c (term_clear_mouse_face, term_mouse_highlight)
9831         (tty_write_glyphs_with_face): Only define is HAVE_GPM.
9833         * print.c (safe_debug_print): Use XHASH.
9835         * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
9836         Lisp elements such as tags.
9837         (XHASH): New macro.
9838         (EQ): Use it.
9839         (SREF, SSET, STRING_COPYIN): Use SDATA.
9840         (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
9842         * alloc.c (mark_terminal): Remove left-over declaration.
9843         (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
9844         (allocate_vectorlike): Remove type argument.  Adjust callers.
9845         (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
9846         Only handle the one remaining MEM_TYPE_VECTORLIKE.
9848         * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
9849         to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
9850         (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
9851         (lisp_align_free, make_interval, allocate_string, allocate_string_data)
9852         (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
9853         Use them.
9855         * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
9856         Don't let signal handlers run when a GC is freed but not yet NULL'ed.
9857         (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
9859 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
9861         * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
9862         loaded by default.
9864 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9866         * term.c (Fgpm_mouse_start): Don't signal an error if already activated
9867         on this tty.
9868         (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
9870         * term.c (mouse_face_window): Rename from Qmouse_face_window.
9871         Update all users.
9872         (handle_one_term_event): Use Gpm_DrawPointer.
9873         (Fgpm_mouse_start): Rename from Fterm_open_connection.
9874         Signal errors instead of returning nil.  Always return nil.
9875         (Fgpm_mouse_stop): Rename from Fterm_close_connection.
9876         Make it a noop if gpm-mouse was not activated.
9877         (syms_of_term): Update names.
9879 2007-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9881         * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
9882         (init_sys_modes): Check that gpm_tty is the current tty.
9884         * alloc.c (allocate_terminal): Set the vector size to only count the
9885         lisp fields.  Initialize those to nil.
9886         (mark_object): Don't treat terminals specially.
9887         (mark_terminal): Remove.
9888         (mark_terminals): Use mark_object instead.
9890         * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
9891         the GC to the beginning.
9893         * indent.h:
9894         * indent.c: Use EMACS_INT for ints coming from Elisp data.
9896         * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
9898 2007-09-25  Jason Rumney  <jasonr@gnu.org>
9900         * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
9902         * w32console.c (create_w32cons_output): Remove.
9904         * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
9906         * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
9907         (reset_sys_modes): Use reset_terminal_modes_hook.
9909 2007-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9911         * eval.c (do_autoload): Don't output any message.
9913 2007-09-24  Juri Linkov  <juri@jurta.org>
9915         * emacs.c (standard_args): Change priority of "--no-splash"
9916         from 40 to 3.  Add "--no-desktop" with the same priority.
9918 2007-09-23  Dmitry Antipov  <dmantipov@yandex.ru>
9920         * alloc.c (gc_sweep): Check cons cell mark bits word by word
9921         and optimize the case where they are all 1.
9923 2007-09-23  Johannes Weiner  <hannes@saeurebad.de>
9925         * lisp.h (abs): Define if not defined.
9926         * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
9927         Don't define `abs', since it's defined in lisp.h.
9929 2007-09-22  Eli Zaretskii  <eliz@gnu.org>
9931         * term.c (DEV_TTY): New macro.  Provide a definition for MS-Windows.
9932         (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
9933         (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
9934         (init_tty): Use DEV_TTY instead of "/dev/tty".
9935         [WINDOWSNT]: No need to protect from NAME arg being null.
9937 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
9939         * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
9940         up the tty state.
9942 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9944         * termhooks.h (term_gpm): Delete.  Use gpm_tty's NULLness instead.
9945         (gpm_tty): Change its type.
9946         * term.c (term_gpm): Delete.  Use gpm_tty's NULLness instead.
9947         (gpm_tty): Change its type and initialize it.
9948         (Fterm_open_connection): Check the frame is indeed a tty.
9949         Use the new gpm_tty.
9950         (Fterm_close_connection): Use the new gpm_tty.
9951         * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
9952         * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
9954 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
9956         * w32term.c (x_draw_glyph_string): Use strike_through_color, not
9957         underline_color, to draw strike-through.
9959 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9961         * lisp.h (allocate_terminal): Declare.
9963         * window.c (candidate_window_p): Consider frames that are being placed
9964         by the user as somewhere between visible and iconified.
9965         (window_loop): Prefer windows on the current frame.
9966         (Fselect_window): Move the use of select-frame to the beginning so we
9967         can just delegate all the work (it'll call us back anyway).
9969         * frame.c (Qdisplay_environment_variable):
9970         * frame.h (Qdisplay_environment_variable): Delete.
9972         * .gdbinit (xbacktrace): Print the arg's address rather than the value
9973         of the first arg, since that value may be a union.
9975         * callproc.c (child_setup, getenv_internal): Use the frame's `display'
9976         parameter rather than Qdisplay_environment_variable.  If all else
9977         fails, look for DISPLAY in initial-environment.
9979 2007-09-21  Glenn Morris  <rgm@gnu.org>
9981         * Makefile.in (emacstool): Remove target.
9982         (lisp, shortlisp): Remove termdev.elc.
9984 2007-09-21  Markus Triska  <markus.triska@gmx.at>
9986         * xterm.c (x_delete_display): Compile session management conditionally.
9988 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9990         * callproc.c (getenv_internal_1): New function.
9991         (getenv_internal): Use it.
9992         (Fgetenv_internal): Use it.  Accept an env-list as optional arg.
9994         * terminal.c (get_terminal): Don't accept ints to represent terminals.
9995         (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
9996         (Fset_terminal_parameter): Work with dead terminals as well.
9997         (Fmodify_terminal_parameters): Remove.
9999         * terminal.c (get_terminal): Handle terminals.
10000         Make sure the terminal returned is live.
10001         (create_terminal): Use allocate_terminal.
10002         (mark_terminals): Move to alloc.c.
10003         (delete_terminal): Use terminal->name as liveness status.
10004         NULL out fields after freeing their contents.
10005         Don't deallocate the object.
10006         (Fframe_terminal): Use FRAME_TERMINAL.  Return the terminal object
10007         rather than an int.
10008         (Fterminal_live_p): Accept non-integer arguments.
10009         (Fterminal_list): Return terminal objects rather than an ints.
10011         * alloc.c (enum mem_type): New member for `terminal' objects.
10012         (allocate_terminal): New function.
10013         (mark_maybe_pointer, valid_lisp_object_p, mark_object):
10014         Handle terminals.
10015         (mark_terminal): New fun.
10016         (mark_terminals): Move from terminal.c.
10018         * term.c (get_tty_terminal): Don't treat output_initial specially.
10019         (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
10020         (delete_tty): Use terminal->name as liveness status.
10022         * termhooks.h (struct terminal): Make it into a pseudovector.
10023         Remove `deleted' replaced by checking `name's nullness.
10025         * print.c (print_object): Handle terminals.
10027         * lisp.h (enum pvec_type): New `terminal' pseudovector.
10028         (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
10030         * frame.c (make_terminal_frame):
10031         * keyboard.c (tty_read_avail_input):
10032         * w32term.c (x_delete_terminal):
10033         * xfns.c (Fx_create_frame, x_create_tip_frame):
10034         * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
10036 2007-09-20  Glenn Morris  <rgm@gnu.org>
10038         * process.c (Fmake_network_process): Doc fix.
10040 2007-09-19  Jason Rumney  <jasonr@gnu.org>
10042         * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
10044 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
10046         * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
10047         Fix a C warning regarding variable constness.
10049         * xterm.c (handle_one_xevent): Fix a C warning.
10051 2007-09-18  Jason Rumney  <jasonr@gnu.org>
10053         * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
10055 2007-09-17  Jan Djärv  <jan.h.d@swipnet.se>
10057         * gtkutil.c (gdpy_def): New variable.
10058         (xg_initialize): Initialize gdpy_def.
10059         (xg_display_close): If no other display exists, set gdpy_def to a
10060         new connection.
10062 2007-09-16  Jan Djärv  <jan.h.d@swipnet.se>
10064         * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
10065         when we have no file name for the icon.
10066         (xg_tool_bar_expose_callback): Remove.
10067         (xg_create_tool_bar): Don't connect expose signal to
10068         xg_tool_bar_expose_callback.
10069         (xg_get_file_with_chooser): Move GCPRO1 after declarations.
10071 2007-09-16  Andreas Schwab  <schwab@suse.de>
10073         * alloc.c (reset_malloc_hooks): Set the hooks to the previous
10074         values instead of zapping them.
10076 2007-09-14  Glenn Morris  <rgm@gnu.org>
10078         * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
10079         * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
10080         * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
10081         scope and rename to omfib_buffer for clarity.
10082         (gif_load) <interlace_start, interlace_increment>: Move to file scope.
10084 2007-09-14  Kenichi Handa  <handa@m17n.org>
10086         * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
10088 2007-09-13  Jason Rumney  <jasonr@gnu.org>
10090         * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
10092         * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
10094         * macterm.c (mac_initialize): Don't call mac_init_fringe here.
10095         (mac_term_init): Call here instead, passing rif.
10097 2007-09-13  Glenn Morris  <rgm@gnu.org>
10099         * s/hpux.h: No longer define `static' as nothing.
10101 2007-09-13  Johan Bockgård  <bojohan@gnu.org>
10103         * callint.c (Fcall_interactively): Remove unused var `fun'.
10105 2007-09-12  Romain Francoise  <romain@orebokech.com>
10107         * window.c (prefer_window_split_horizontally, display_buffer):
10108         Revert 2007-09-08 change.
10110 2007-09-12  Glenn Morris  <rgm@gnu.org>
10112         * alloca.c: Remove file.
10113         * Makefile.in (alloca): Do not undef.
10114         (allocaobj, alloca.o): Remove.
10115         (otherobj): Remove allocaobj.
10116         * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
10117         * regex.c (C_ALLOCA): Remove all references and code that was only
10118         used when this was defined.
10119         * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
10120         * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
10121         * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
10123         * Makefile.in (SOURCES, unlock, relock): Delete.
10125         * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
10126         (menu_grab_callback): All uses changed.
10128         * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
10129         (x_reply_selection_request): All uses changed.
10131 2007-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10133         * lread.c (load_warn_old_style_backquotes): Change message to look
10134         better when it appears in the middle of byte-compiler messages.
10136 2007-09-10  Dan Nicolaescu  <dann@ics.uci.edu>
10138         * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
10140         * xterm.c (x_create_terminal): Add comment.
10142         * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
10144 2007-09-10  Richard Stallman  <rms@gnu.org>
10146         * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
10148 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
10150         * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
10151         (DEFUN): Document `intspec', use it instead of `prompt'.
10153         * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
10155         * data.c (Finteractive_form): If the interactive specification starts
10156         with a `(', use it as a Lisp form.
10158         * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
10159         name and file modes.
10161         * callint.c (Fcall_interactively): Comment fixes.
10163 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10165         * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
10166         and compiled functions.
10168 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
10170         * window.c (prefer_window_split_horizontally): New variable.
10171         (display_buffer): Consider splitting window horizontally depending
10172         on prefer_window_split_horizontally.
10174 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
10176         * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
10178 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10180         * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
10182         * frame.c (x_set_frame_parameters): Check number is positive before
10183         using XFASTINT.
10185         * window.c (freeze_window_start): Don't presume selected_window holds
10186         a window object.
10187         (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
10189 2007-09-07  Angelo Graziosi  <Angelo.Graziosi@roma1.infn.it>  (tiny change)
10191         * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
10193 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10195         * window.c (Vsplit_window_preferred_function): New var.
10196         (Fdisplay_buffer): Use it.
10197         (syms_of_window): Export, and initialize it.
10199 2007-09-06  Pixel  <pixel@mandriva.com>  (tiny change)
10201         * image.c (gif_load): Fix bug: Handle nonexistent colormap.
10203 2007-09-06  Glenn Morris  <rgm@gnu.org>
10205         * gtkutil.c (menu_grab_callback) <cnt>:
10206         * xselect.c (x_reply_selection_request) <cnt>: Move static
10207         variable to file scope.
10209 2007-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10211         * xdisp.c (redisplay_internal): Make sure Elisp code always sees
10212         consistent values of selected_frame and selected_window.
10214 2007-09-04  Jason Rumney  <jasonr@gnu.org>
10216         * w32console.c (initialize_w32_display): Zero unused hooks.
10218 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
10220         * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
10221         (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
10223 2007-09-04  Jason Rumney  <jasonr@gnu.org>
10225         * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
10226         in w32console.c.  Set up input.  Remove XXX comments that have been
10227         confirmed as correct.
10229         * s/ms-w32.h (MULTI_KBOARD): Define.
10231         * w32console.c (one_and_only_w32cons): Remove.
10232         (initialize_w32_display): Take terminal argument.
10234         * term.c (init_tty) [WINDOWSNT]: Pass terminal to
10235         initialize_w32_display.
10236         (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
10238         * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
10240         * keyboard.c (discard_mouse_events): Discard it.
10241         (make_lispy_event): Translate it to a lisp event.
10242         (lispy_wheel_names): Add wheel-left and right events.
10243         (syms_of_keyboard): Enlarge wheel_syms.
10245         * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
10246         <WM_MOUSEHWHEEL>: Pass new system message to lisp.
10248         * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
10250         * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
10251         from WM_MOUSEHWHEEL.
10252         (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
10254         * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
10255         terminal.
10257         * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
10258         keyboard for the terminal.
10260 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
10262         * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
10263         (Vresume_tty_hook): Rename from Vresume_tty_functions.
10264         (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
10265         and resume-tty-function to resume-tty-hook.
10266         (Fsuspend_tty, Fresume_tty): Use new names.
10268 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
10270         * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
10271         if it starts with "n:".
10273 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
10275         * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
10277 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10279         * frame.h:
10280         * frame.c (Qterm_environment_variable): Remove.
10281         (syms_of_frame): Don't init and staticpro it.
10283         * callproc.c (getenv_internal): Remove special case for $TERM.
10285         * callproc.c (Vinitial_environment): New variable.
10286         (set_initial_environment): Initialize it.
10287         (syms_of_callproc): Declare it.
10288         (child_setup): Don't mess with TERM via Qterm_environment_variable; the
10289         TERM under which a process runs is never related to the TERM in which
10290         Emacs is running.
10292 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
10294         * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
10295         * s/darwin.h: ... do it here.
10297 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10299         * lisp.h (set_initial_environment): Rename from set_global_environment.
10301         * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
10302         removed by mistake on the multi-tty branch.
10304         * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
10305         (Fmodify_frame_parameters): Return a value.
10307         * image.c (png_load): Comment-out var only used in commented-out code.
10309         * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
10310         before passing it to mark_object.
10312         * xfaces.c (internal_resolve_face_name): Return a value.
10313         (internal_resolve_face_name, resolve_face_name_error): Comment out.
10315         * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
10316         (x_icon): Comment-out var only used in commented-out code.
10318 2007-08-29  Romain Francoise  <romain@orebokech.com>
10320         * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
10321         QUIT hasn't been provided.
10323 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
10325         * callproc.c (child_setup, getenv_internal): Use the
10326         display-environment-variable and term-environment-variable frame params.
10327         (set_initial_environment): Initialise Vprocess_environment.
10329         * config.in: Disable multi-keyboard support on a mac.
10331         * frame.c (Qterm_environment_variable)
10332         (Qdisplay_environment_variable): New variables.
10333         (syms_of_frame): Intern and staticpro them.
10334         (Fmake_terminal_frame): Disable output method test.
10336         * frame.h: Declare them here.
10338         * macfns.c (x_set_mouse_color): Get rif from the frame.
10339         (x_set_tool_bar_lines): Don't use updating_frame.
10340         (mac_window): Add 2 new parameters for consistency with other systems.
10341         (Fx_create_frame): Fix doc string.  Rename the parameter.  Set the
10342         frame parameters following what is done in X11 and w32.  Don't use
10343         FRAME_MAC_DISPLAY_INFO.
10344         (Fx_open_connection, start_hourglass): Remove window-system check.
10345         (x_create_tip_frame): Get the keyboard from the terminal.
10347         * macmenu.c: Reorder includes.
10348         (Fx_popup_menu): Use terminal specific mouse_position_hook.
10350         * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
10351         terminal parameter.
10352         (x_clear_frame): Add a frame parameter.
10353         (note_mouse_movement): Get rif from the frame.
10354         (mac_term_init): Initialize the terminal.
10355         (mac_initialize): Make static and move terminal initialization ...
10356         (mac_create_terminal): ... to this new function.
10358         * macterm.h (struct mac_display_info): Add terminal.
10359         (mac_initialize): Delete declaration.
10361         * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
10363         * sysdep.c: Comment out text after #endif.
10365         * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
10366         is defined.  Better initialize ttys in windows.  Use terminal
10367         specific mouse_position_hook.
10369         * termhooks.h (union display_info): Add mac_display_info.
10371         * w32fns.c (Fx_create_frame): Use kboard from the terminal.
10372         Set the default minibuffer frame, window_system and the rest of the
10373         frame parameters following what is done in X11.
10375         * w32term.c (w32_initialize): Make static.
10377         * xselect.c (x_handle_selection_clear): Only access
10378         terminal->kboard when MULTI_KBOARD is defined.
10380         * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
10381         (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
10383 2007-08-29  Jason Rumney  <jasonr@gnu.org>
10385         * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
10386         (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
10388         * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
10389         (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
10391         * keyboard.c (restore_kboard_configuration): Only define when
10392         MULTI_KBOARD defined.
10394         * makefile.w32-in: Update dependancies from Makefile.in.
10395         (OBJ1): Add terminal.$(O)
10397         * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
10398         Don't define function body.
10399         (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
10401         * termhooks.h (display_info) [WINDOWSNT]: Add w32.
10403         * w32.c (request_sigio, unrequest_sigio): Remove.
10405         * w32console.c (w32con_move_cursor, w32con_clear_to_end)
10406         (w32con_clear_frame, w32con_clear_end_of_line)
10407         (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
10408         (w32con_delete_glyphs, w32con_set_terminal_window)
10409         (scroll_line, w32_sys_ring_bell): Add frame arg.
10410         (w32con_set_terminal_modes, w32con_reset_terminal_modes):
10411         Add terminal arg.
10412         (PICK_FRAME): Remove.
10413         (w32con_write_glyphs): Use frame specific terminal coding.
10414         (one_and_only_w32cons): New global variable.
10415         (initialize_w32_display): Use it for storing hooks.
10416         (create_w32cons_output): New function.
10418         * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
10419         arg a frame.
10421         * w32fns.c (x_create_tip_frame): Set terminal and ref count.
10422         Set window_system.
10423         (x_set_tool_bar_lines): Don't use updating_frame.
10424         (Fx_create_frame): Set terminal and ref count.
10425         (Fx_open_connection): Remove window-system check.
10427         * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
10429         * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
10430         (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
10431         (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
10432         Add frame arg.
10433         (x_delete_terminal, w32_create_terminal): New functions.
10434         (w32_term_init): Create a terminal.
10435         (w32_initialize): Move terminal specific initialization to
10436         w32_create_terminal.
10438         * w32term.h (x_output): Remove foreground_pixel and background_pixel.
10439         (w32_clear_rect, w32_clear_area): Use background from frame.
10440         (w32_display_info): Add terminal.
10441         (w32_sys_ring_bell, x_delete_display): Declare here.
10443         * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
10445         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
10447 2007-08-29  Kalle Olavi Niemitalo  <kon@iki.fi>  (tiny change)
10449         * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
10450         Fix get_named_tty calls for the controlling tty.
10452 2007-08-29  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10454         * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
10456 2007-08-29  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>  (tiny change)
10458         * term.c (tty_insert_glyphs): Add missing first parameter.
10460 2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
10462         * buffer.c (Fbuffer_list, Fbury_buffer):
10463         Take frame->buried_buffer_list into account.
10465         * cm.c (current_tty): New variable, for cmputc().
10466         (cmputc): Use it.
10467         (cmcheckmagic): Add tty parameter, look up terminal streams there.
10468         (calccost): Add tty parameter.  Use emacs_tputs() instead of tputs().
10469         (cmgoto): Add tty parameter.  Pass it on to calccost().
10470         Use emacs_tputs() instead of tputs().
10472         * cm.h (emacs_tputs): New macro to set current_tty, and then call
10473         tputs().
10474         (current_tty): New variable, for cmputc().
10475         (cmcheckmagic, cmputc, cmgoto): Add prototypes.
10477         * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
10478         (internal_condition_case, internal_condition_case_1)
10479         (internal_condition_case_2): Don't abort when x_catching_errors.
10481         * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
10482         (Fy_or_n_p): Likewise.  Use temporarily_switch_to_single_kboard to
10483         prevent crashes caused by bogus longjmps in read_char.
10485         * keymap.h (Fset_keymap_parent): Add EXFUN.
10487         * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
10488         * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
10489         Remove redundant definition.
10491         * macfns.c (x_set_mouse_color, x_make_gc):
10492         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
10494         * w32term.c (x_free_frame_resources):
10495         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
10496         (w32_initialize): Use the accessor macros for terminal characteristics.
10498         * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
10499         Use the accessor macros for terminal characteristics.
10500         * msdos.c (internal_terminal_init): Use the accessor macros for
10501         terminal characteristics.
10502         (ScreenVisualBell, internal_terminal_init):
10503         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
10505         * termopts.h (no_redraw_on_reenter): Declare.
10507         * alloc.c (emacs_blocked_malloc): Disable mallopt call.
10508         (mark_terminals, mark_ttys): Declare.
10509         (Fgarbage_collect): Call them.
10510         (mark_object): Mark buried_buffer_list.
10512         * prefix-args.c: Include stdlib.h for exit.
10514         * syssignal.h: Add comment.
10516         * indent.c: Include stdio.h.
10518         * window.h (Vinitial_window_system): Declare.
10519         (Vwindow_system): Delete declaration.
10521         * fontset.c (Finternal_char_font): Use FRAME_RIF.
10523         * image.c (lookup_image): Don't initialize `c' until the xasserts
10524         have been run.
10526         * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
10527         FRAME_FOREGROUND_PIXEL.
10529         * print.c (print_preprocess): Don't lose print_depth levels while
10530         iterating.
10532         * widget.c (update_from_various_frame_slots):
10533         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
10535         * window.c (set_window_buffer): Don't call clear_mouse_face on tty
10536         frames.
10537         (window_internal_height): Remove bogus make_number call.
10538         (init_window_once): Call make_terminal_frame with two zero parameters.
10540         * fileio.c (Fread_file_name): Update comment.
10542         * callint.c (Fcall_interactively):
10543         Use temporarily_switch_to_single_kboard instead of single_kboard_state.
10544         Make sure it is correctly unwound.
10546         * xsmfns.c (x_session_close): New function.
10548         * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
10549         Delete declarations.
10551         * xterm.h: Remove declaration for x_fully_uncatch_errors.
10552         (x_output): Remove background_pixel and foreground_pixel fields.
10553         (x_display_info): Add new field TERMINAL.  Remove KBOARD field.
10554         (x_delete_device, x_session_close): Declare.
10556         * lread.c: Include setjmp.h.  Update declaration of `read_char'.
10557         (read_filtered_event): Call `read_char' with a local
10558         `wrong_kboard_jmpbuf'.
10560         * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
10561         Don't call single_kboard_state.  Use FRAME_RIF.
10563         * process.c (Fmake_network_process): Don't unrequest_sigio on modern
10564         systems.
10566         * lisp.h (set_process_environment): Rename to `set_global_environment'.
10567         (Fframe_with_environment, Fset_input_meta_mode)
10568         (Fset_quit_char): EXFUN.
10569         (x_create_device, tty_output, terminal, tty_display_info): Declare.
10570         (init_sys_modes, reset_sys_modes): Update prototypes.
10571         (init_all_sys_modes, reset_all_sys_modes): New prototypes.
10573         * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
10574         Vlocal_key_translation_map, and Vkeyboard_translate_table.
10575         (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
10576         Delete declarations.
10577         (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
10578         (temporarily_switch_to_single_kboard, tty_read_avail_input):
10579         New declarations.
10581         * emacs.c (main): Don't call init_sys_modes(), the new term_init()
10582         already does that during init_display().  Call syms_of_keymap
10583         before syms_of_keyboard.  Call `syms_of_terminal'.
10584         Call set_initial_environment, not set_process_environment.
10585         (shut_down_emacs): Call reset_all_sys_modes() instead of
10586         reset_sys_modes().
10588         * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
10589         (internal_resolve_face_name, resolve_face_name_error): New functions.
10590         (resolve_face_name): Protect against loops and errors thrown by Fget.
10591         (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
10592         (Ftty_supports_face_attributes_p): Update tty_capable_p call.
10594         * scroll.c: Replace CURTTY() with local variables throughout the
10595         file (where applicable).
10596         (calculate_scrolling, calculate_direct_scrolling)
10597         (scrolling_1, scroll_cost): Use the accessor macros for terminal
10598         characteristics.
10600         * keymap.c (Vfunction_key_map): Remove.
10601         (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
10602         (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
10603         (Vkey_translation_map): Remove.
10604         (syms_of_keymap): Remove DEFVAR for key-translation-map.
10605         (Fdescribe_buffer_bindings)
10606         (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
10607         Update for terminal-local key-translation-map.
10609         * Makefile.in (callproc.o): Update dependencies.
10610         (lisp, shortlisp): Add termdev.elc.
10611         (obj): Add terminal.o.
10612         (terminal.o): Add dependencies.
10613         [HAVE_CARBON]: Make terminal.o depend on macgui.h.
10614         (data.o, fns.o): Add termhooks.h dependency.
10615         (SOME_MACHINE_LISP): Add dnd.elc.
10616         (minibuf.o): Fix typo.
10617         Update dependencies.
10619         * data.c (do_symval_forwarding, store_symval_forwarding)
10620         (find_symbol_value): Use the selected frame's keyboard, not
10621         current_kboard.
10623         * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
10624         Vwindow_system.
10626         * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
10627         Fmenu_bar_open.
10628         (syms_of_xmenu): Update defsubr.
10629         (mouse_position_for_popup, Fx_popup_menu)
10630         (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
10631         (set_frame_menubar, free_frame_menubar)
10632         (create_and_show_popup_menu, xmenu_show, )
10633         (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
10634         an X frame.
10636         * xselect.c (x_own_selection): Abort if not an X frame.
10637         (some_frame_on_display): Check if it is an X frame.
10638         (x_handle_selection_clear): Deal with MULTI_KBOARD.
10640         * coding.c: Include frame.h and termhooks.h.
10641         (terminal_coding, keyboard_coding): Delete.
10642         (Fset_terminal_coding_system_internal)
10643         (Fset_keyboard_coding_system_internal)
10644         (Fkeyboard_coding_system)
10645         (Fterminal_coding_system): Add a terminal parameter.
10646         Get terminal_coding from the terminal.
10647         (init_coding_once): Don't call setup_coding_system here.
10649         * dispextern.h (set_scroll_region, turn_off_insert)
10650         (turn_off_highlight, background_highlight, clear_end_of_line_raw)
10651         (tty_clear_end_of_line, tty_setup_colors)
10652         (delete_tty, updating_frame)
10653         (produce_special_glyphs, produce_glyphs, write_glyphs)
10654         (insert_glyphs): Remove.
10655         (raw_cursor_to, clear_to_end, tty_turn_off_insert)
10656         (tty_turn_off_highlight, get_tty_size): Add declaration.
10657         (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
10659         * frame.h (enum output_method): Add output_initial.
10660         (struct x_output): Delete.
10661         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
10662         Access foreground_pixel and background_pixel directly from the frame.
10663         (tty_display): Delete.
10664         (struct frame): Add buried_buffer_list, foreground_pixel,
10665         background_pixel and terminal.  Delete kboard
10666         (union output_data): Add tty.
10667         (FRAME_KBOARD): Get the kboard from the terminal.
10668         (FRAME_INITIAL_P): New macro.
10669         (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
10670         (Qterm_environment_variable, Qdisplay_environment_variable)
10671         (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
10672         New declarations.
10674         * termchar.h (tty_output, tty_display_info): New structures.
10675         (tty_list): Declare.
10676         (FRAME_TTY, CURTTY): New macros.
10677         (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
10678         (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
10679         (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
10680         (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
10682         * callproc.c: Include frame.h and termhooks.h, for terminal
10683         parameters.
10684         (add_env): New function.
10685         (child_setup): Use it.
10686         (child_setup, getenv_internal): Handle the new Vprocess_environment.
10687         (getenv_internal): Fix get_terminal_param call.
10688         (Fgetenv_internal, egetenv): Update doc.
10689         (syms_of_callproc): Initialize Vprocess_environment to nil.
10690         Register and initialize them.  Remove obsolete defvars.  Update doc
10691         strings.
10692         (child_setup): Handle Vlocal_environment_variables.
10693         (getenv_internal): Add terminal parameter.
10694         Handle Vlocal_environment_variables.
10695         (Fgetenv_internal): Add terminal parameter.
10696         (child_setup, getenv_internal, Fgetenv_internal): Store the local
10697         environment in a frame (not terminal) parameter.  Update doc strings.
10698         (set_initial_environment): Rename from set_global_environment.
10699         Store Emacs environment in initial frame parameter.
10701         * xdisp.c (redisplay_internal): Update references to
10702         `previous_terminal_frame'.
10703         (display_mode_line, Fformat_mode_line): Replace calls to
10704         `push_frame_kboard' with `push_kboard'.
10705         (get_glyph_string_clip_rects): Add extra parentheses and
10706         braces to prevent compiler warnings.
10707         (calc_pixel_width_or_height): Add xassert to check that the
10708         frame is alive.  Don't call `lookup_image' on a termcap frame.
10709         (message2_nolog, message3_nolog, redisplay_internal)
10710         (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
10711         (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
10712         (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
10713         (Fx_display_pixel_width, Fx_display_pixel_height)
10714         (Fx_display_planes, Fx_display_color_cells)
10715         (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
10716         (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
10717         (Fx_display_backing_store, Fx_display_visual_class)
10718         (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
10719         Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
10721         * xfns.c (x_set_foreground_color x_set_background_color)
10722         (x_set_mouse_color, x_set_cursor_color, x_make_gc):
10723         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
10724         (Fx_create_frame, x_create_tip_frame, build_string, x_window)
10725         (Fx_create_frame, x_create_tip_frame): Don't create frames on a
10726         terminal that is being deleted.
10727         (Fx_create_frame): Use `store_frame_param' to set `window-system'
10728         frame parameter, and make sure it overrides any user-supplied setting.
10729         (Fx_close_connection, Fx_synchronize): Unify argument names with
10730         the rest of the DEFUNs.
10732         * dispnew.c (Fsend_string_to_terminal): Update call to
10733         `get_tty_terminal'.
10734         (Fredraw_frame, Fsend_string_to_terminal)
10735         (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
10736         FRAME_TERMCAP_P and FRAME_TTY.
10737         (window_change_signal): Don't believe width/height values that are
10738         impossibly small.
10739         (Vinitial_window_system): Rename from Vwindow_system.
10740         (termscript, Wcm, rif): Delete.
10742         * termhooks.h (struct terminal): New struct containing the
10743         previously global text display hooks and new members NAME,
10744         DELETED and PARAM_ALIST.
10745         (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
10746         (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
10747         (FRAME_RIF): New macros.
10748         (get_terminal_param, get_device): New declarations.
10749         (termscript): Delete declaration.
10751         * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
10752         (XTflash, x_free_frame_resources, x_scroll_bar_create)
10753         (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
10754         FRAME_FOREGROUND_PIXEL.
10755         (x_fully_uncatch_errors): Disable definition.
10756         (x_scroll_bar_expose): Fix reference to foreground pixel.
10757         (XTread_socket): Disable loop on all X displays.
10758         (x_delete_terminal): Don't set terminal->deleted and let
10759         delete_terminal delete the frames on the terminal.
10760         (x_delete_display): Doc update to reflect changes in
10761         delete_terminal.
10762         (x_display_info) <terminal>: Move member earlier in the struct.
10763         (deleting_tty): Remove old variable.
10764         (Fsuspend_tty): Call clear_tty_hooks.
10765         (Fresume_tty, init_tty): Call set_tty_hooks.
10766         (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
10767         errors on X frames.
10768         (x_catch_errors_unwind): Abort if x_error_message is NULL.
10769         (handle_one_xevent): Initialize `f' to NULL.
10770         (x_delete_terminal, x_create_terminal): New functions.
10771         (XTset_terminal_modes, XTreset_terminal_modes)
10772         (XTread_socket, x_connection_closed, x_term_init)
10773         (x_term_init, x_delete_display): Add terminal parameter.
10774         (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
10775         X connections.
10777         * frame.c: Include termchar.h.
10778         (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
10779         (Qwindow_system, Qenvironment, Qterm_environment_variable)
10780         (Qdisplay_environment_variable): New vars.
10781         (Fframep): Deal with output_initial.
10782         (Fframe-live-p): Doc fix.
10783         (Fwindow-system): New function.
10784         (x_set_screen_gamma, store_frame_param): Fix compilation errors.
10785         (make_terminal_frame): Don't create frames on a terminal that is
10786         being deleted.  Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
10787         (store_frame_param): Check for found_for_frame before calling XFRAME.
10788         (Fmake_terminal_frame): Handle NULL tty names correctly.
10789         (syms_of_frame): Enhance doc string of `default-frame-alist'.
10790         (Fdelete_frame): Remove unused variable `count'.  Don't allow other
10791         frames to refer to a deleted frame in their 'environment parameter.
10792         (Fframe_with_environment): New function.
10793         (syms_of_frame): Defsubr it.  Initialize and staticpro Qenvironment.
10794         (get_future_frame_param): New function.
10795         (Fmake_terminal_frame): Use it.
10796         (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
10798         * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
10799         * sysdep.c (reset_sys_modes): Update for renames.
10801         * keyboard.c (tty_read_avail_input): New function.
10802         (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
10803         (syms_of_keyboard): Defsubr them.
10804         (Fset_input_meta_mode, Fset_quit_char): New functions.
10805         (Fset_input_mode): Split to above functions.
10807         (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
10808         parameter.  Use it in call to `read_char'.
10809         (read_char): Declare.  Update call to `read_char_minibuf_menu_prompt'.
10810         Set wrong_kboard_jmpbuf correctly in recursive calls.
10811         Use current_kboard to access Vkeyboard_translate_table.
10812         Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
10813         Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
10814         Update longjmp invocations.  Remember the original current_kboard,
10815         and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
10816         changes it.  Comment out unnecessary calls to
10817         `record_single_kboard_state' and `any_kboard_state'.
10818         Update recursive calls.
10819         (wrong_kboard_jmpbuf): Remove global variable.
10820         (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
10821         Handle deleted interrupted_kboards correctly; that is a legal
10822         case.  Add `wrong_kboard_jmpbuf' local variable.  Update setjmp
10823         and read_char calls.  Abort if interrupted_kboard died in read_char.
10824         (any_kboard_state, single_kboard_state)
10825         (push_frame_kboard): Remove function.
10826         (pop_kboard): Switch out of single_kboard mode if the kboard has
10827         been deleted.  Remove unused variable.  Help debugging by not
10828         changing current_kboard unnecessarily.  Set current_kboard to the
10829         kboard of the selected frame when the stored kboard object has
10830         been deleted before pop_kboard.
10831         (temporarily_switch_to_single_kboard): Change first parameter to a
10832         frame pointer.  Throw an error when caller wants to change kboards
10833         while in single_kboard mode.  Don't push_kboard if we weren't in
10834         single kboard state.  Don't pop_kboard if we popped into any
10835         kboard state.
10836         (restore_kboard_configuration): Abort if pop_kboard changed the
10837         kboard in single_kboard mode.  Call pop_kboard only after setting
10838         up single_kboard mode.
10839         (Frecursive_edit): Switch to single_kboard mode only in nested
10840         command loops.
10841         (cmd_error, command_loop, command_loop_1, timer_check):
10842         Comment out unnecessary call to `any_kboard_state' and
10843         `record_single_kboard_state'.
10844         (delete_kboard): Exit single_kboard mode if we have just deleted
10845         that kboard.  Use FRAME_KBOARD.
10846         (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
10847         `fatal_error_signal'.
10848         (record_single_kboard_state): Don't push_kboard if we weren't in
10849         single kboard state.  Don't pop_kboard if we popped into any
10850         kboard state.
10851         (push_frame_kboard): Rename to push_kboard.
10852         (kbd_buffer_get_event): Use FRAME_TERMINAL.
10853         (read_avail_input): Read input from all terminals.
10854         (mark_kboards): Also mark Vkeyboard_translate_table.
10855         (kbd_buffer_store_event_hold): Simplify condition.
10856         (read_key_sequence): Reinitialize fkey and keytran at each replay.
10857         (Vkeyboard_translate_table): Move to struct kboard.
10858         (init_kboard): Initialize Vkeyboard_translate_table.
10859         (syms_of_keyboard): Use DEFVAR_KBOARD to define
10860         Vkeyboard_translate_table.  Update doc strings.  Update docs of
10861         local-function-key-map and function-key-map.
10863         * terminal.c: New file.
10865         * term.c: Include errno.h.
10866         (Vring_bell_function, device_list, initial_device)
10867         (next_device_id, ring_bell, update_begin, update_end)
10868         (set_terminal_window, cursor_to, raw_cursor_to)
10869         (clear_to_end, clear_frame, clear_end_of_line)
10870         (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
10871         (Fdisplay_name, create_device, delete_device): Move to terminal.c.
10872         (syms_of_term): Move their initialization to terminal.c.
10873         (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
10874         (Ftty_display_color_cells)
10875         (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
10876         (clear_tty_hooks, set_tty_hooks)
10877         (init_tty, maybe_fatal): New functions.
10878         (Ftty_type): Return nil if terminal is not on a tty instead of
10879         throwing an error.  Doc update.
10880         (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
10881         Doc update.  Initialize new subrs and variables.
10882         (delete_tty): Use terminal->deleted.
10883         (tty_set_terminal_modes): Rename from set_terminal_modes.
10884         (tty_reset_terminal_modes): Rename from reset_terminal_modes.
10885         (set_scroll_region): Rename to `tty_set_scroll_region'.
10886         (turn_on_insert): Rename to `tty_turn_on_insert'.
10887         (turn_off_insert): Rename to `tty_turn_off_insert'.
10888         (turn_off_highlight): Rename to `tty_turn_off_highlight'.
10889         (turn_on_highlight): Rename to `tty_turn_on_highlight'.
10890         (toggle_highligh): Rename to `tty_toggle_highlight'.
10891         (background_highlight): Rename to `tty_background_highlight'.
10892         (highlight_if_desired): Rename to `tty_highlight_if_desired'.
10893         (tty_ring_bell, tty_update_end, tty_set_terminal_window)
10894         (tty_set_scroll_region, tty_background_highlight)
10895         (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
10896         (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
10897         (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
10898         (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
10899         Add static modifier.
10900         (tty_reset_terminal_modes, tty_set_terminal_window)
10901         (tty_set_scroll_region, tty_background_highlight)
10902         (tty_highlight_if_desired, tty_cursor_to)
10903         (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
10904         (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
10905         (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
10906         renames.
10908 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
10910         * keyboard.c: Qrtl is new.
10911         (parse_tool_bar_item): Handle :rtl keyword.
10912         (syms_of_keyboard): Intern :rtl keyword.
10914         * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
10916         * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
10917         so no Lisp code is executed.
10918         (file_for_image, find_rtl_image): New functions.
10919         (xg_get_image_for_pixmap): Use file_for_image
10920         (update_frame_tool_bar): If direction is RTL, use RTL image if
10921         defined.  Use Gtk stock images if defined.
10923 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10925         * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
10926         for nonexistent or zero-width glyph in composition glyph.
10928 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10930         * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
10932         * xdisp.c (Finvisible_p): New function.
10933         (syms_of_xdisp): defsubr it.
10935 2007-08-24  Juanma Barranquero  <lekktu@gmail.com>
10937         * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
10938         Doc fixes.
10940 2007-08-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10942         * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
10944 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
10946         * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
10947         whether decoding has modified buffer contents.
10949 2007-08-24  Jason Rumney  <jasonr@gnu.org>
10951         * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
10952         (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
10953         (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
10954         (init_svg_functions) [HAVE_NTGUI]: New function.
10955         (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
10956         (svg_load_image): Use them.
10957         (svg_load_image) [HAVE_NTGUI]: Implement background.
10959 2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10961         * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
10962         (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
10963         (LIBX): Remove @RSVG_LIBS@.
10964         (LIBES): Add $(RSVG_LIBS).
10966         * image.c (svg_load_image): Blend with specified background if exists.
10967         Use IMAGE_BACKGROUND.  Add Mac OS Support.
10969         * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
10970         (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
10971         Remove macros.
10972         [MAC_OSX] (socket_callback): Do nothing.
10973         [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
10974         ReceiveNextEvent.
10975         [MAC_OSX] (sys_select): Likewise.  Don't set context as argument to
10976         socket_callback.
10977         (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
10979 2007-08-22  Glenn Morris  <rgm@gnu.org>
10981         * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
10983 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
10985         * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
10987         * image.c: Add support for SVG images.  Some additional comments
10988         by Joakim Verona <joakim@verona.se>.  When HAVE_RSVG is defined:
10989         (svg_image_p): New function to test for SVG image.
10990         (svg_load): New function to load SVG image.
10991         (svg_load_image): New function, helper for svg_load.
10992         (Qsvg): New Lisp_object.
10993         (svg_keyword_index): New enum.
10994         (svg_format): New static `image_keyword' struct.
10995         (svg_type): New static `image_type' struct.
10996         (librsvg/rsvg.h): Include it.
10998 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11000         * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
11002 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11004         * lread.c (Qold_style_backquotes): New var.
11005         (syms_of_lread): Init and staticpro it.
11006         (load_warn_old_style_backquotes): New fun.
11007         (Fload): Use them to warn about old style backquotes.
11008         (end_of_file_error, Fload): Remove unused vars.
11010         * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
11012         * lread.c (Vold_style_backquotes): New var.
11013         (syms_of_lread): Init and export it to Elisp.
11014         (read1): Set it when we find an old-style (back)quote.
11016 2007-08-22  Jason Rumney  <jasonr@gnu.org>
11018         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
11020 2007-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11022         * puresize.h (BASE_PURESIZE): Increase to 1140000.
11024 2007-08-19  Richard Stallman  <rms@gnu.org>
11026         * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
11028 2007-08-19  Andreas Schwab  <schwab@suse.de>
11030         * alloc.c (pure): Round PURESIZE up.
11032 2007-08-17  Jan Djärv  <jan.h.d@swipnet.se>
11034         * xterm.c (handle_one_xevent): Remove check that mouse click is in
11035         active frame.
11037 2007-08-16  Richard Stallman  <rms@gnu.org>
11039         * eval.c (Fcommandp): Add parens to clarify.
11041         * minibuf.c (Fall_completions): Use enum for type of table.
11043         * emacs.c (USAGE2): Improve text.
11045 2007-08-15  Philippe Waroquiers  <philippe.waroquiers@eurocontrol.int>
11047         * term.c (tty_default_color_capabilities): Declare static
11048         variables in file scope, to avoid HPUX compiler problem.
11050 2007-08-13  Jan Djärv  <jan.h.d@swipnet.se>
11052         * gtkutil.c (update_frame_tool_bar): Use -1 as index
11053         to gtk_toolbar_insert.
11055 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11057         * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
11059         * insdel.c (reset_var_on_error): New fun.
11060         (signal_before_change, signal_after_change):
11061         Use it to reset (after|before)-change-functions to nil in case of error.
11062         Bind inhibit-modification-hooks to t.
11063         Don't bind (after|before)-change-functions to nil while they run.
11065 2007-08-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11067         * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
11068         filling pixmap with stippled background.
11070 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11072         * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
11073         Don't use invisible frame as parent window for repositioning.
11075 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11077         * print.c (new_backquote_output): Rename from old_backquote_output.
11078         (print): Inverse its logic (according to its name) so as to match the
11079         behavior of new_backquote_flag in lread.c.
11081 2007-08-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11083         * gmalloc.c (posix_memalign): New function.
11085         * macterm.c (frame_highlight, frame_unhighlight): Don't call
11086         ActivateControl/DeactivateControl here.
11087         [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
11088         frame-notice-user-settings is non-nil.
11089         [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
11090         for kEventParamFMFontStyle.
11091         [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
11092         mac_pass_command_to_system and mac_pass_control_to_system here.
11093         (XTread_socket): Call ActivateControl/DeactivateControl here.
11094         (XTread_socket) [TARGET_API_MAC_CARBON]:
11095         Check mac_pass_command_to_system and mac_pass_control_to_system here.
11096         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
11097         for window repositioning.
11099 2007-08-08  Glenn Morris  <rgm@gnu.org>
11101         * Replace `iff' in doc-strings and comments.
11103 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
11105         * xdisp.c (move_it_by_lines): Remove incorrect optimization.
11107 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
11109         * fileio.c (Finsert_file_contents): Run format-decode and
11110         after_insert_file_functions on entire buffer when REPLACE is
11111         non-nil and inhibit modification_hooks and point_motion_hooks.
11112         For consistency, run after_insert_file_functions iff something
11113         got inserted.  Move signal_after_change and update_compositions
11114         after code running after_insert_file_functions.  Make sure that
11115         undo_list doesn't record intermediate steps of the decoding process.
11117 2007-08-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11119         * emacs.c (main)
11120         [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
11121         Call malloc_enable_thread on interactive startup.
11123         * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
11124         (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
11125         [USE_PTHREAD]: Conditionalize with it.
11126         (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
11127         (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
11128         New functions.
11130 2007-08-06  Chong Yidong  <cyd@stupidchicken.com>
11132         * xdisp.c (redisplay_window): When restoring original buffer
11133         position, make sure it is still valid.
11135         * image.c (png_load): Ignore png-supplied background color.
11137 2007-08-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11139         * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
11140         Use kCFAbsoluteTimeIntervalSince1970.
11142         * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
11143         New variable.
11144         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
11145         event loop should be quit.
11146         [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
11147         Quit dialog event loop if quit_dialog_event_loop is set.
11149         * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
11150         (Selection): New typedef.  Use instead of ScrapRef.
11151         (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
11152         (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
11153         (mac_clear_selection): Rename from clear_scrap.
11154         (get_flavor_type_from_symbol): New argument SEL and subsume function of
11155         scrap_has_target_type.  All uses changed.
11156         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11157         (mac_selection_has_target_p): New functions.
11158         (mac_put_selection_value): Rename from put_scrap_string.
11159         (mac_get_selection_value): Rename from get_scrap_string.
11160         (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
11161         (put_scrap_private_timestamp, scrap_has_target_type)
11162         (get_scrap_private_timestamp): Remove functions.
11163         (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
11164         (x_own_selection, x_get_local_selection):
11165         Use mac_valid_selection_value_p.
11166         (x_own_selection): Don't use put_scrap_private_timestamp.
11167         Record OWNERSHIP-INFO into Vselection_alist instead.
11168         (x_get_local_selection): Don't check type if request is local.
11169         (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
11170         Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
11172 2007-08-04  Jan Djärv  <jan.h.d@swipnet.se>
11174         * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
11175         add comment explaining why.
11177 2007-08-03  Richard Stallman  <rms@gnu.org>
11179         * fileio.c (Fvisited_file_modtime): Use make_time.
11181 2007-08-01  Ryo Yoshitake  <ryo@shiftmode.net>  (tiny change)
11183         * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
11184         build.
11186 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11188         * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
11190 2007-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11192         * puresize.h (BASE_PURESIZE): Increase to 1130000.
11194 2007-07-30  Richard Stallman  <rms@gnu.org>
11196         * lread.c (readevalloop, read1): Treat NBSP as whitespace.
11198 2007-07-29  Jan Djärv  <jan.h.d@swipnet.se>
11200         * gmalloc.c (__malloc_initialize): Remove pthread_once.  Not needed.
11202 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
11204         * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
11205         remote default-directory.
11207         * buffer.c (mode-line-format): Update doc string.
11209 2007-07-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11211         * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
11212         scroll bar gap.
11213         (x_scroll_bar_create): Set bar->fringe_extended_p.
11214         (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
11215         on frame edge.  Check fringe background extension.  Don't clear
11216         extended fringe background area.
11218         * w32term.h (struct scroll_bar): New member fringe_extended_p.
11219         (w32_fill_area): Enclose multiple statements with do ... while (0).
11221         * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
11222         Extend fringe background to scroll bar gap.
11223         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
11224         Set bar->fringe_extended_p.
11225         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
11226         Put leftmost/rightmost scroll bars on frame edge.  Check fringe
11227         background extension.  Don't clear extended fringe background area.
11229         * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
11230         New member fringe_extended_p.
11232 2007-07-25  Glenn Morris  <rgm@gnu.org>
11234         * Relicense all FSF files to GPLv3 or later.
11236         * COPYING: Switch to GPLv3.
11238 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11240         * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
11242         * data.c (Finteractive_form): Check for the presence of an
11243         `interactive-form' symbol property more thoroughly.
11245         * data.c (Finteractive_form): Use an `interactive-form' property if
11246         present, analogous to the function-documentation property.
11248 2007-07-24  Jason Rumney  <jasonr@gnu.org>
11250         * w32fns.c (x_real_positions): Get real position from OS instead of
11251         calculating it.
11253 2007-07-23  Jason Rumney  <jasonr@gnu.org>
11255         * filelock.c (current_lock_owner): Allow for @ sign in username.
11257 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
11259         * xdisp.c (decode_mode_spec): Add case 'R' for to test for
11260         remote default-directory.
11262         * buffer.c (mode-line-format): Describe above case in doc string.
11264 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
11266         * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
11267         Define if not defined.
11269 2007-07-18  Jason Rumney  <jasonr@gnu.org>
11271         * w32proc.c (w32_executable_type): Handle 64 bit executables.
11273 2007-07-18  Richard Stallman  <rms@gnu.org>
11275         * data.c (Fsetq_default): Doc fix.
11277         * eval.c (Fsetq): Doc fix.
11279 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
11281         * coding.c (Ffind_operation_coding_system):
11282         * eval.c (For, Fand): Doc fixes.
11283         Reported by Johan Bockgård.
11285 2007-07-18  Jan Djärv  <jan.h.d@swipnet.se>
11287         * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
11289         * xterm.h: Declare x_ewmh_activate_frame.
11291         * xterm.c (x_ewmh_activate_frame): New function.
11292         (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
11294 2007-07-17  Martin Rudalics  <rudalics@gmx.at>
11296         * window.c (Fdisplay_buffer): If largest or LRU window is the
11297         only window, split it even if it is not eligible for splitting.
11298         This restores the original behavior broken by the 2007-07-15
11299         change.
11301 2007-07-17  Glenn Morris  <rgm@gnu.org>
11303         * abbrev.c (abbrev_check_chars): New function.
11304         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
11305         Call abbrev_check_chars to check abbrev characters are word
11306         constituents.  Doc fix.
11308 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11310         * process.c (Fstart_process, Fmake_network_process)
11311         (read_process_output): Fix up last changes.
11313 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
11315         * makefile.w32-in (clean): Don't delete *~.
11317 2007-07-16  Andreas Schwab  <schwab@suse.de>
11319         * window.c (Fdisplay_buffer): Use NILP.
11320         (Fset_window_scroll_bars): Likewise.
11322 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
11324         * window.c (window_min_size_2): New function.
11325         (window_min_size_1, size_window, Fdisplay_buffer)
11326         (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
11327         windows without mode- or header-lines when window-min-height is
11328         too small.
11329         (size_window): Reset nodelete_p after testing it, following an
11330         earlier note by Kim F. Storm.
11331         (display_buffer): Do not set split_height_threshold to twice the
11332         value of window_min_height to avoid changing the value of a
11333         customizable variable.  Rather explicitly check whether the
11334         height of the window that shall be splitted is at least as large
11335         as split_height_threshold.
11336         (Fwindow_full_width_p): New defun.
11337         (syms_of_window): Defsubr it.
11339         * window.h: Add EXFUN for Fwindow_full_width_p.
11341 2007-07-14  Jason Rumney  <jasonr@gnu.org>
11343         * process.c [WINDOWSNT]: Don't undefine AF_INET6.
11345 2007-07-14  Richard Stallman  <rms@gnu.org>
11347         * eval.c (maybe_call_debugger): New function.
11348         (find_handler_clause): Use maybe_call_debugger.
11349         Call it when the handler says `debug'.
11350         Eliminate DEBUGGER_VALUE_PTR.
11351         (Fsignal): Eliminate debugger_value.
11352         (Qdebug): New variable.
11353         (syms_of_eval): Initialize it.
11355 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
11357         * eval.c (Fprogn):
11358         * keyboard.c (Ftrack_mouse):
11359         * print.c (Fwith_output_to_temp_buffer):
11360         * window.c (Fsave_window_excursion): Doc fix.
11362 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11364         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
11366 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11368         * process.h (struct Lisp_Process): Turn slots infd, outfd,
11369         kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
11370         inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
11371         read_output_delay, and read_output_skip from Lisp_Objects to ints.
11372         Remove unused encoding_carryover.
11373         * process.c: Adjust all functions accordingly.
11375 2007-07-12  Richard Stallman  <rms@gnu.org>
11377         * term.c: Include unistd.h only if HAVE_UNISTD_H.
11379 2007-07-11  Jason Rumney  <jasonr@gnu.org>
11381         * makefile.w32-in (LIBS): Include OLE32.
11383         * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
11384         (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
11386 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11388         * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
11389         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
11390         from a Lisp_Object into a bare pointer.
11391         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
11392         Adjust the code correspondingly.
11394         * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
11396         * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
11397         (term_show_mouse_face): Remove unused var `j'.
11398         (handle_one_term_event): Remove unused vars `i' and `j'.
11399         Don't cast return value of ttyname since it's not necessary.
11401 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11403         * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
11404         USE_LSB_TAG.  Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
11406         * fns.c (map_char_table): Use an array of int for `indices' rather than
11407         an array of Lisp_Objects (which are only ever integers anyway).
11408         (Fmap_char_table): Update caller.
11409         * lisp.h: Update prototype.
11410         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
11411         * fontset.c (Ffontset_info):
11412         * casetab.c (set_case_table): Update callers.
11414         * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
11416         * keymap.c (struct accessible_keymaps_data)
11417         (struct where_is_internal_data): New structures.
11418         (accessible_keymaps_1, where_is_internal_1): Use them to change
11419         interface to adhere to the one used by map_keymap.
11420         (Faccessible_keymaps, where_is_internal): Use map_keymap.
11421         (accessible_keymaps_char_table, where_is_internal_2): Remove.
11423         * keymap.h (map_keymap_function_t): More informative prototype.
11425 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
11427         * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
11428         (looking_at_1): Don't change search_regs and last_thing_searched
11429         if `inhibit-changing-match-data' is non-nil.
11430         (string_match_1, search_buffer, set_search_regs): Likewise.
11431         (syms_of_search): Add Lisp level definition for
11432         `inhibit-changing-match-data' and set it to nil.
11433         (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
11434         start and end of the match, instead of using values in search_regs.
11436 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11438         * minibuf.c (Fcompleting_read): New value `confirm-only'
11439         for `require-match'.
11441 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11443         * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
11444         part of the 2007-06-27 change to syms_of_fileio.
11446 2007-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11448         * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
11449         Check WINDOWP before using XWINDOW.  Consolidate return statements.
11451 2007-06-27  Richard Stallman  <rms@gnu.org>
11453         * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
11455 2007-06-27  Juanma Barranquero  <lekktu@gmail.com>
11457         * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
11459 2007-06-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11461         * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
11462         (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
11463         (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
11464         (_free_internal, memalign): Use them.
11465         (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
11466         Initialize to PTHREAD_MUTEX_INITIALIZER.
11467         (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
11468         (morecore_nolock): Rename from morecore.  All uses changed.
11469         Use only nolock versions of internal allocation functions.
11470         (_malloc_internal_nolock, _realloc_internal_nolock)
11471         (_free_internal_nolock): New functions created from
11472         _malloc_internal, _realloc_internal, and _free_internal.
11473         (_malloc_internal, _realloc_internal, _free_internal): Use them.
11474         Copy hook value to automatic variable before its use.
11475         (memalign): Copy hook value to automatic variable before its use.
11477 2007-06-26  Kenichi Handa  <handa@m17n.org>
11479         * coding.c (Ffind_operation_coding_system): Docstring improved.
11480         (syms_of_coding): Docstring of `file-coding-system-alist' improved.
11482 2007-06-25  David Kastrup  <dak@gnu.org>
11484         * keymap.c (Fcurrent_active_maps): Add `position' argument.
11485         (Fwhere_is_internal): Adjust call to `current-active-maps' to
11486         cater for additional parameter.
11488         * keymap.h: Adjust number of parameters to `current-active-maps'.
11490         * doc.c (Fsubstitute_command_keys): Adjust call of
11491         `current-active-maps'.
11493 2007-06-25  David Kastrup  <dak@gnu.org>
11495         * callint.c (Fcall_interactively): Make the parsing of interactive
11496         specs somewhat more readable.
11498 2007-06-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11500         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
11501         to scroll bar gap also when bitmap fills fringe.  Draw only foreground
11502         if extended background has already been filled.
11504 2007-06-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11506         * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
11507         (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
11509         * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
11510         Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
11511         in #if 0 as it is not compatible with y-or-n-p-with-timeout.
11512         (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
11513         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
11514         instead of QuitAppModalLoopForWindow.  Consolidate QuitEventLoop calls.
11515         (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
11516         [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
11517         Run timers during dialog popup.
11518         (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
11520 2007-06-21  Jason Rumney  <jasonr@gnu.org>
11522         * image.c (convert_mono_to_color_image): Swap fore and background.
11524 2007-06-20  Jason Rumney  <jasonr@gnu.org>
11526         * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
11527         (w32_free_bdf_font): Unmap memory not handle.
11529 2007-06-20  Sam Steingold  <sds@gnu.org>
11531         * gmalloc.c (__morecore): Fix the declaration to comply with the
11532         definition.
11534 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
11536         * w32term.c (w32_delete_display): Remove leftover declaration.
11537         (w32_define_cursor, w32_initialize): Make static.
11539         * w32.c (_wsa_errlist): Fix typo in error message.
11540         (init_environment): Ignore any environment variable from the
11541         registry having a null value.
11543 2007-06-20  Glenn Morris  <rgm@gnu.org>
11545         * Makefile.in (LIBGIF): Default to -lgif.
11547 2007-06-17  Jason Rumney  <jasonr@gnu.org>
11549         * w32menu.c (add_menu_item): Don't use multibyte string functions on
11550         unicode strings.
11552 2007-06-16  Juanma Barranquero  <lekktu@gmail.com>
11554         * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
11555         Fix typo in docstring.
11557 2007-06-16  Eli Zaretskii  <eliz@gnu.org>
11559         * w32menu.c (add_menu_item): Escape `&' characters in menu items
11560         and their keybindings.
11562 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
11564         * composite.c (update_compositions): Fix last fix.
11566 2007-06-14  Jason Rumney  <jasonr@gnu.org>
11568         * w32.c (get_process_times_fn): New function pointer.
11569         (globals_of_w32): Intialize it if present in kernel32.dll.
11570         (w32_get_internal_run_time): New function.
11572         * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
11574 2007-06-14  Kenichi Handa  <handa@etlken.m17n.org>
11576         * composite.c (update_compositions): Check the validness of
11577         compositions.
11579 2007-06-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11581         * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
11582         (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
11584         * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
11585         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
11587         * macgui.h (USE_MAC_TOOLBAR): New define.
11589         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
11590         Return immediately unless popup is activated.
11592         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
11593         background to scroll bar gap.
11594         (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
11595         (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
11596         scroll bars on frame edge.  Check fringe background extension.
11597         Don't clear extended fringe background area.
11598         (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
11599         (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
11600         (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
11601         [USE_MAC_TOOLBAR]: New macros.
11602         (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
11603         (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
11604         (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
11605         (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
11606         [USE_MAC_TOOLBAR]: New functions.
11607         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
11608         manually if previous repositioning has failed.
11609         (mac_handle_keyboard_event): Use precomputed event kind.
11610         (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
11611         as tool bar item click.  Handle mouse movement over tool bar items.
11613         * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
11614         toolbar_win_gravity.
11615         (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
11616         (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
11617         Add externs.
11619         * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
11620         [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
11622 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
11624         * image.c (search_image_cache): Remove unused variable.
11626 2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
11628         * xfns.c, xmenu.c: Link to xaw3d if available.
11630 2007-06-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11632         * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
11633         frame_foreground and frame_background.
11635         * image.c (lookup_image): Save frame foreground and background colors.
11636         (search_image_cache): Check if saved and current frame colors match.
11638 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11640         * regex.c (regex_compile): Remove the `regnum' counter.
11641         Use bufp->re_nsub instead.  Add support for \(?N:RE\).
11643 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11645         * term.c: Include intervals.h to declare Fget_text_property.
11647 2007-06-10  Jason Rumney  <jasonr@gnu.org>
11649         * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
11651 2007-06-08  Juanma Barranquero  <lekktu@gmail.com>
11653         * callint.c (Fcall_interactively):
11654         * editfns.c (Fdelete_and_extract_region):
11655         * fileio.c (Fread_file_name):
11656         * fns.c (Fmapconcat):
11657         * keyboard.c (cmd_error_internal):
11658         * keymap.c (Fkey_description):
11659         * lread.c (openp):
11660         * minibuf.c (read_minibuf):
11661         * search.c (wordify):
11662         * sunfns.c (sel_read):
11663         * xdisp.c (Fformat_mode_line, syms_of_xdisp):
11664         * xfns.c (x_default_scroll_bar_color_parameter):
11665         * xmenu.c (menu_help_callback):
11666         * xselect.c (Fx_get_atom_name):
11667         * xterm.c (x_term_init): Use empty_unibyte_string.
11669 2007-06-08  Dmitry Antipov  <dmantipov@yandex.ru>  (tiny change)
11671         * alloc.c (init_strings): Initialize canonical empty strings.
11672         (make_uninit_string, make_uninit_multibyte_string): Return appropriate
11673         canonical empty string when the requested size is 0.
11675         * emacs.c (empty_unibyte_string): Rename from empty_string.
11676         (empty_multibyte_string): New canonical empty string.
11677         (syms_of_emacs): Don't initialize empty_string.
11679         * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
11680         string, if appropriate.
11681         (empty_unibyte_string, empty_multibyte_string): New externs.
11682         (empty_string): Remove extern.
11684         * lread.c (syms_of_lread): Use empty_unibyte_string.
11686 2007-06-07  Jason Rumney  <jasonr@gnu.org>
11688         * s/ms-w32.h: Don't define HAVE_TZNAME.
11690         * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
11692 2007-06-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11694         * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
11696         * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
11697         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
11699         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
11700         Don't call next handler.
11701         [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
11702         Remove argument.  Install handler to application.
11703         (set_frame_menubar): Don't change deep_p.
11704         (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
11705         FRAME_OUTER_TO_INNER_DIFF_Y.
11706         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
11707         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
11708         [HAVE_DIALOGS]: New macros.
11709         [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
11710         Use them.
11711         (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
11713         * macselect.c [MAC_OSX] (install_service_handler): Rename from
11714         init_service_handler.  All callers changed.  Return OSStatus value.
11716         * macterm.c (mac_begin_cg_clip): New arg F.  Call SetPortWindowPort.
11717         All callers changed so as not to call SetPortWindowPort.
11718         (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
11719         (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
11720         mac_draw_string_common.
11721         (mac_draw_image_string_qd): Likewise.
11722         (mac_draw_string_common): Use them.  Add INLINE.
11723         (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
11724         Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
11725         GetGlobalMouse.
11726         (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
11727         and FRAME_OUTER_TO_INNER_DIFF_Y.
11728         [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
11729         [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
11730         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
11731         repositioning window to mac_handle_window_event.
11732         (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
11733         saving window location to mac_handle_window_event
11734         [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
11735         (install_menu_target_item_handler): Remove argument in extern.
11736         [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
11737         Also accept command events.
11738         (do_keystroke): New function created from XTread_socket.
11739         (init_command_handler): Remove functions.
11740         [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
11741         and save window location by kEventWindowShowing and kEventWindowHiding
11742         handlers here.  Don't call next handler for window state change and
11743         focus events.
11744         (mac_handle_application_event, mac_handle_keyboard_event)
11745         [TARGET_API_MAC_CARBON]: New functions.
11746         (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
11747         kEventWindowShowing and kEventWindowHiding events.  Move installation
11748         of mouse, font, text input and menu target item handlers to
11749         install_application_handler.
11750         (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
11751         (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11752         New function.
11753         (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11754         Register it.
11755         (XTread_socket) [TARGET_API_MAC_CARBON]:
11756         Consolidate SendEventToEventTarget calls.
11757         Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
11758         Move application activation handler to mac_handle_application_event.
11759         Move keyboard handler to mac_handle_keyboard_event.
11760         (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
11761         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
11762         init_command_handler.  Call install_application_handler.
11764         * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
11765         (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
11767 2007-06-07  Glenn Morris  <rgm@gnu.org>
11769         * emacs.c (main): Use `emacs-copyright' in --version output.
11771 2007-06-06  Chong Yidong  <cyd@stupidchicken.com>
11773         * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
11775 2007-06-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11777         * macfns.c (mac_window): Replace WindowPtr with WindowRef.
11779         * macgui.h: Replace WindowPtr with WindowRef.
11781         * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
11782         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
11783         Replace ControlHandle with ControlRef.
11784         (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
11786         * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
11787         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
11788         Replace ControlHandle with ControlRef.
11789         (USE_CARBON_EVENTS): Remove.  Use TARGET_API_MAC_CARBON instead.
11790         [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
11792         * macterm.h (struct scroll_bar): Rename member control_handle_low
11793         and control_handle_high to control_ref_low and control_ref_high.
11794         All uses changed.
11795         (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
11796         SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
11797         respectively.  All uses changed.
11798         (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
11799         (install_window_handler, remove_window_handler): Replace WindowPtr
11800         with WindowRef in externs.
11802 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
11804         * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
11806 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
11808         * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
11810         * frame.c (Fmouse_position, Fmouse_pixel_position):
11811         Condition on HAVE_GPM too.
11813         * term.c (term_mouse_highlight): Remove unused variables.
11814         (Fterm_open_connection): Set gpm_zerobased to 1.
11815         (term_mouse_movement, term_mouse_click, handle_one_term_event):
11816         Use zero based co-ordinates.
11817         (handle_one_term_event): Report a drag as mouse movement too.
11819         * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
11821 2007-06-03  Chong Yidong  <cyd@stupidchicken.com>
11823         * image.c (search_image_cache): New function.  Require background
11824         color match if background color is unspecified in the image spec.
11825         (uncache_image, lookup_image): Use it.
11827 2007-06-01  Juanma Barranquero  <lekktu@gmail.com>
11829         * window.c (Fshrink_window): Reflow docstring.
11831 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
11833         * Version 22.1 released.
11835 2007-06-01  Richard Stallman  <rms@gnu.org>
11837         * xfns.c (x_encode_text): Add GCPRO.
11839 2007-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11841         * xfns.c (x_set_name_internal): Save encoded name before
11842         x_encode_text in case string data is relocated.
11844 2007-05-31  Richard Stallman  <rms@gnu.org>
11846         * buffer.c (syms_of_buffer): Doc fix.
11848 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
11850         * sysdep.c (init_sys_modes): Add rather than replace with
11851         O_NONBLOCK.
11853         * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
11854         term_mouse_moveto.
11856         * termhooks.h (term_mouse_moveto): New extern.
11858         * term.c (mouse_face_window): Rename...
11859         (Qmouse_face_window): ...to this.
11860         (term_show_mouse_face, term_clear_mouse_face)
11861         (term_mouse_highlight): Use Qmouse_face_window.
11862         (term_mouse_moveto): New function.
11863         (term_mouse_position): Make it work.
11864         (syms_of_term): Uncomment assignment to mouse_position_hook.
11865         Staticpro Qmouse_face_window.
11867 2007-05-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11869         * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
11870         around current_column call.
11872 2007-05-26  Dan Nicolaescu  <dann@ics.uci.edu>
11874         * xfaces.c (syms_of_xfaces): Delete stray semicolon.
11875         * xdisp.c (next_element_from_buffer):
11876         * window.c (delete_window):
11877         * term.c (term_mouse_highlight):
11878         * msdos.c (getdefdir):
11879         * macterm.c (mac_create_bitmap_from_bitmap_data)
11880         (init_font_name_table):
11881         * fns.c (Fsxhash):
11882         * data.c (Fmake_local_variable):
11883         * ccl.c (ccl_driver): Likewise.
11885 2007-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11887         * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
11888         Call mac_wakeup_from_rne on window size change.
11890 2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
11892         * image.c (uncache_image): Fix typo.
11894 2007-05-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
11896         * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
11898 2007-05-22  Richard Stallman  <rms@gnu.org>
11900         * xterm.c (x_connection_closed): Remove NO_RETURN.
11902 2007-05-22  Martin Rudalics  <rudalics@gmx.at>
11904         * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
11906 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
11908         * image.c (uncache_image): New function.
11909         (Fimage_refresh): New function.
11911 2007-05-20  Jan Djärv  <jan.h.d@swipnet.se>
11913         * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
11915 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
11917         * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
11918         * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
11920 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
11922         * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
11923         conditional on [HAVE_GPM_H].
11925 2007-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11927         * syntax.c (skip_chars): Update syntax-table only after we checked that
11928         the new location is valid.
11930 2007-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11932         * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
11933         mac_get_window_bounds.
11935 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
11937         * Makefile.in (LIBGPM): Allow it to be set from configure.
11938         If set then link Emacs with it.
11940         * config.in: Regenerate.
11942         * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
11943         New externs.
11945         * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
11946         Include gpm.h.
11947         (handle_one_term_event, term_gpm): New externs.
11949         * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
11950         and allow it to be interrupted by SIGIO.
11952         * process.c (gpm_wait_mask, max_gpm_desc): New variables.
11953         (wait_reading_process_output): Wait on gpm_fd too.
11954         (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
11955         (add_gpm_wait_descriptor_called_flag): New variable.
11956         (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
11958         * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
11959         (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
11960         (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
11961         Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
11962         (make_lispy_event): Add case GPM_CLICK_EVENT.
11963         (read_avail_input): Handle mouse input.
11965         * term.c (write_glyphs_with_face): New function.
11966         [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
11967         (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
11968         (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
11969         (mouse_face_face_id, term_gpm, pos_x, pos_y)
11970         (last_mouse_x, last_mouse_y): New variables.
11971         (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
11972         (term_mouse_highlight, term_mouse_movement, term_mouse_position)
11973         (term_mouse_click, handle_one_term_event, Fterm_open_connection)
11974         (Fterm_close_connection): New functions.
11975         (term_init): Initialise mouse_face_window.
11977 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
11979         * xdisp.c (redisplay_window): If first window line is a
11980         continuation line, recompute the new window start instead of
11981         recentering.
11983 2007-05-18  Glenn Morris  <rgm@gnu.org>
11985         * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
11986         Suggested by Alfred M. Szmidt <ams@gnu.org>.
11988 2007-05-17  Glenn Morris  <rgm@gnu.org>
11990         * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
11992 2007-05-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11994         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
11995         dead key repeat and up events.
11997 2007-05-14  Chong Yidong  <cyd@stupidchicken.com>
11999         * image.c (pbm_load): Check image size for monochrome pbm.
12001 2007-05-13  Chong Yidong  <cyd@stupidchicken.com>
12003         * xterm.c (XTread_socket): Revert last change.
12005 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
12007         * image.c (pbm_load): Correctly check image size for greyscale pbm.
12009         * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
12011 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12013         * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
12014         mixup (YAILOM).
12016 2007-05-07  Andreas Schwab  <schwab@suse.de>
12018         * keymap.c (Flookup_key): Fix typo in last change.
12020 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12022         * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
12023         mapping for unibyte strings.
12025 2007-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12027         * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
12028         (Fx_popup_dialog) [MAC_OSX]: Likewise.
12030 2007-04-29  Richard Stallman  <rms@gnu.org>
12032         * insdel.c (replace_range): For undo, record insertion first.
12034 2007-04-29  Andreas Schwab  <schwab@suse.de>
12036         * lisp.h (VECSIZE): Use OFFSETOF.
12038 2007-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12040         * xdisp.c (try_window_reusing_current_matrix): Fix number of
12041         disabled lines.
12043 2007-04-28  Richard Stallman  <rms@gnu.org>
12045         * lread.c (read_escape): In a string, \s is always space.
12047 2007-04-27  Jan Djärv  <jan.h.d@swipnet.se>
12049         * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
12051         * gtkutil.c (xg_update_menubar, create_menus): Create empty
12052         submenu for menu bar items.
12054 See ChangeLog.10 for earlier changes.
12056 ;; Local Variables:
12057 ;; coding: utf-8
12058 ;; add-log-time-zone-rule: t
12059 ;; End:
12061     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
12063   This file is part of GNU Emacs.
12065   GNU Emacs is free software: you can redistribute it and/or modify
12066   it under the terms of the GNU General Public License as published by
12067   the Free Software Foundation, either version 3 of the License, or
12068   (at your option) any later version.
12070   GNU Emacs is distributed in the hope that it will be useful,
12071   but WITHOUT ANY WARRANTY; without even the implied warranty of
12072   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12073   GNU General Public License for more details.
12075   You should have received a copy of the GNU General Public License
12076   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
12078 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40