]> code.delx.au - gnu-emacs/blob - src/ChangeLog
*** empty log message ***
[gnu-emacs] / src / ChangeLog
1 2008-05-22 Kenichi Handa <handa@m17n.org>
2
3 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
4 two args.
5
6 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
7 two args.
8
9 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10
11 * minibuf.c (keys_of_minibuf): Delete.
12 * lisp.h (keys_of_minibuf): Delete.
13 * emacs.c (main): Don't call keys_of_minibuf.
14
15 2008-05-22 Kenichi Handa <handa@m17n.org>
16
17 * ftfont.c (ftfont_resolve_generic_family): Rename from
18 ftfont_list_generic_family. Return a single family for each
19 generic family.
20 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
21 (ftfont_list): Adjust for the change of
22 ftfont_resolve_generic_family. Call font_add_log.
23 (ftfont_match): Call font_add_log.
24
25 * font.h (Ffont_xlfd_name): EXFUN adjusted.
26 (FONT_DEBUG): Define it.
27 (font_add_log): Extern it.
28 (font_assert): Rename from xassert.
29
30 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
31 (xfont_list_family): Call font_add_log.
32 (xfont_match): Likewise.
33 (memq_no_quit): Delete.
34
35 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
36 call of Ffont_xlfd_name.
37
38 * xfaces.c (struct table_entry, slant_table, weight_table)
39 (swidth_table): Move to font.c.
40
41 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
42 xassert are changed to font_assert. Delete many unused variables.
43 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
44 New variables.
45 (struct table_entry): Move from xfaces.c and modified.
46 (weight_table, slant_table, width_table): Move from xfaces.c and
47 contents adjusted for the change of struct table_entry.
48 (font_style_to_value, font_style_symbolic): Adjut for the format
49 change of font_style_table.
50 (font_parse_family_registry): Don't overwrite existing foundry and
51 family of font_spec.
52 (font_score): Fix calculation of diff for sizes.
53 (font_sort_entites): Call font_add_log.
54 (font_delete_unmatched): Return a newly created list.
55 (font_list_entities): Fix previous change. Call font_add_log.
56 (font_matching_entity, font_open_entity, font_close_entity):
57 Call font_add_log.
58 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
59 (Finternal_set_font_style_table): Delete.
60 (BUILD_STYLE_TABLE): New macro.
61 (build_style_table): New function.
62 (Vfont_log, font_log_env_checked): New variables.
63 (font_add_log): New function.
64 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
65 Declare Lisp variables "font-weight-table", "font-slant-table",
66 "font-width-table", and "font-log". Initialize font_style_table.
67
68 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
69
70 * xterm.c (x_set_frame_alpha): Move declarations before statements.
71
72 2008-05-21 Seiji Zenitani <zenitani@mac.com>
73 Ryo Yoshitake <ryo@shiftmode.net>
74
75 * frame.c (Qalpha): Add a new frame parameter `alpha'.
76 (Vframe_alpha_lower_limit): New variable.
77 (x_set_alpha): New function.
78
79 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
80
81 * xfns.c (x-create-frame, Qalpha):
82 Initialize the frame parameter `alpha'.
83 * xterm.c (OPAQUE, OPACITY): New.
84 (x_set_frame_alpha): New function.
85 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
86
87 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
88 * w32fns.c (w32_frame_parm_handlers): Likewise.
89
90 2008-05-20 Jason Rumney <jasonr@gnu.org>
91
92 * w32font.c (add_font_entity_to_list): Don't add non-opentype
93 truetype fonts to opentype list.
94
95 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
96
97 * fontset.c (Ffontset_info): Doc fix.
98 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
99 <ignore-relative-composition>: Fix typos in docstrings.
100
101 * font.c (syms-of-font) <font-encoding-alist>:
102 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
103 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
104 (Ffont_otf_alternates): Doc fixes.
105
106 2008-05-20 Kenichi Handa <handa@m17n.org>
107
108 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
109 font.h through out the file.
110 (FONT_DRIVERS): Renamed from FONTOBJ.
111 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
112 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
113
114 * emacs.c (main): Call syms_of_font unconditionally.
115
116 * font.h (find_font_encoding): Extern it.
117
118 * font.c (Vfont_encoding_alist, find_font_encoding): Moved from
119 fontset.c.
120 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
121 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
122 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
123 only when HAVE_WINDOW_SYSTEM is defined.
124 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
125 when HAVE_WINDOW_SYSTEM is defined.
126
127 * fontset.c (Vfont_encoding_alist, find_font_encoding): Moved to
128 font.c.
129 (syms_of_fontset): Declaration of font-encoding-alist moved to
130 font.c.
131
132 * xfaces.c: Include font.h unconditionally.
133 (merge_face_ref, merge_face_vectors)
134 (Finternal_set_lisp_face_attribute): Cancel the previous change.
135
136 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
137
138 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
139 indirect_variable.
140 * eval.c (lisp_indirect_variable): New fun.
141 (Fuser_variable_p): Use it.
142
143 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * lisp.h (indirect_variable):
146 * data.c (indirect_variable, let_shadows_buffer_binding_p):
147 Use Lisp_Symbol pointers rather than Lisp_Object.
148 Adjust callers.
149 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
150 To this end, change calling-convention.
151
152 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
153 if some non-hidden buffers are selected by string&pred.
154
155 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
156
157 * process.c (wait_reading_process_output): Always check status
158 when in batch mode.
159
160 2008-05-19 Kenichi Handa <handa@m17n.org>
161
162 * font.c (font_list_entities): Fix handling of cache.
163 (font_matching_entity): Likewise.
164
165 * ftfont.c (cs_iso8859_1): Delete.
166 (ft_face_cache): New variable.
167 (struct ftfont_info): New member fc_charset_idx;
168 (ftfont_build_basic_charsets): Delete.
169 (fc_charset_table): New variable.
170 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
171 . FC_CHARSET_IDX) as :font-entity property in the font entity.
172 Callers changed.
173 (ftfont_lookup_cache, ftfont_get_charset): New functions.
174 (ftfont_spec_pattern): New argument fc_charset_idx.
175 Check registry more rigidly. Change callers.
176 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
177 change of :font-entity property of the font.
178
179 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
180 property of the font.
181
182 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
183
184 * coding.c (Fcoding_system_p): Rename argument to match docstring.
185 (Funencodable_char_position, Fcheck_coding_systems_region)
186 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
187 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
188 (Ffind_operation_coding_system, Fset_coding_system_priority)
189 (Fcoding_system_eol_type): Doc fixes.
190
191 2008-05-17 Glenn Morris <rgm@gnu.org>
192
193 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
194
195 2008-05-16 Eli Zaretskii <eliz@gnu.org>
196
197 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
198 and st_gid.
199
200 * frame.c (Fdelete_frame): Don't call font_update_drivers if
201 HAVE_WINDOW_SYSTEM is not defined.
202
203 * xfaces.c (merge_face_ref, merge_face_vectors)
204 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
205 HAVE_WINDOW_SYSTEM is defined.
206 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
207
208 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
211
212 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
213
214 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
215
216 2008-05-15 Kenichi Handa <handa@m17n.org>
217
218 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
219 preference.
220
221 2008-05-15 Glenn Morris <rgm@gnu.org>
222
223 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
224
225 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
226
227 * fns.c (init_fns): Don't initialize weak_hash_tables here.
228 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
229
230 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
231
232 2008-05-15 Kenichi Handa <handa@m17n.org>
233
234 * ftfont.c (ftfont_list): Downcase family name to check generic
235 families.
236
237 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
238 font-spec for QCfont value.
239
240 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
241 buffer. Check the return value of it.
242
243 2008-05-14 Jason Rumney <jasonr@gnu.org>
244
245 * w32term.c (w32_get_glyph_overhangs): Remove.
246 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
247
248 2008-05-14 Kenichi Handa <handa@m17n.org>
249
250 * font.c (font_prop_validate): Make nil a valid value.
251 (font_clear_cache): Check if the cached vector of entities is nil
252 or not.
253
254 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
255
256 * emacs.c (main_thread): Conditionalize on
257 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
258 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
259
260 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
261 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
262 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
263
264 2008-05-14 Kenichi Handa <handa@m17n.org>
265
266 * coding.c (detect_coding_iso_2022): Ignore a coding category that
267 has no corresponding coding system.
268
269 2008-05-14 Jason Rumney <jasonr@gnu.org>
270
271 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
272
273 * w32font.h (w32font_open_internal): Update declaration.
274
275 * w32font.c (w32font_open_internal): Change last argument from
276 w32font_info struct to font object. Fill in font object from
277 font_entity. Get Outline metrics if possible. Use them to
278 calculate underline position and thickness. Use xlfd name as name
279 property. Don't set codepage.
280 (w32font_open): Pass font_object to w32font_open_internal. Don't
281 update dpyinfo->smallest_font_height and
282 dpyinfo->smallest_char_width.
283 (w32font_draw): Use s->font.
284 (clear_cached_metrics): Don't clear non-existent blocks.
285
286 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
287 font was not found.
288 (x_draw_glyph_string): Use underline position and thickness from
289 font.
290
291 * w32uniscribe.c (uniscribe_open): Pass font_object to
292 w32font_open_internal.
293
294 2008-05-14 Kenichi Handa <handa@m17n.org>
295
296 These changes are to delete all legacy font-handling codes, and
297 make Emacs use only font-backends.
298
299 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
300 (frame.o, image.o, print.o): Depend on $(FONTSRC).
301
302 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
303
304 * charset.h (Vcharset_non_preferred_head)
305 (Vcurrent_iso639_language): Extern them.
306
307 * charset.c (Vcharset_non_preferred_head): New variable.
308 (Vcurrent_iso639_language): New variable.
309 (syms_of_charset): Declare it as a Lisp variable.
310 (char_charset): Don't check non preferred charsets. As a last
311 resort, return charset_unicode.
312 (Fset_charset_priority): Update Vcharset_non_preferred_head.
313
314 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
315 conditionals. Don't check enable_font_backend. Delete all codes
316 used only when USE_FONT_BACKEND is not defined.
317
318 * dispextern.h (struct glyph_string): Change type of `font' to
319 `struct font *'.
320 (struct glyph_string): New member underline_position and
321 underline_thickness.
322 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
323 (struct face): Change type of `font' to `struct font *'. Remove
324 members `font_name', `font_info_id'.
325 (per_char_metric, encode_char): Delete externs.
326 (calc_pixel_width_or_height): Adjust the prototype.
327
328 * emacs.c (enable_font_backend): Delete extern.
329 (main): Don't set enable_font_backend. Don't check the command
330 line argument "-disable-font-backend".
331
332 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
333 (enum font_property_index): New members FONT_DPI_INDEX,
334 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
335 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
336 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
337 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
338 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
339 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
340 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
341 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
342 (struct font_spec, struct font_entity): New structs.
343 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
344 (struct font): Many members from old "struct font_info" moved to
345 here. Members font and entity deleted.
346 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
347 the new font-related objects.
348 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
349 (CHECK_FONT_GET_OBJECT): Likewise.
350 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
351 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
352 (struct font_driver): New members case_sensitive anc check. Type
353 of the member list and open changed.
354 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
355 (font_symbolic_width, font_find_object, font_get_spec)
356 (font_set_lface_from_name): Delete extern.
357 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New
358 EXFUNs.
359
360 * font.c: Include <strings.h>.
361 (enable_font_backend): Delete it.
362 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
363 (CHECK_VALIDATE_FONT_SPEC): Delete it.
364 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
365 (null_string): Delete it.
366 (null_vector): Make it static.
367 (font_family_alist): Delete it.
368 (Qnormal): Extern it.
369 (QCextra, QClanguage): Delete it.
370 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New
371 variables.
372 (font_make_spec, font_make_entity, font_make_object)
373 (font_intern_prop): Renamed from intern_downcase. Don't downcase
374 the string. Callers changed.
375 (font_pixel_size): Adjusted for the format change of font-related
376 objects.
377 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
378 (font_style_to_value, font_style_symbolic): New function.
379 (build_font_family_alist): Delete it.
380 (font_registry_charsets): Use Fassoc_string instead of
381 assq_no_quit.
382 (font_prop_validate_symbol): Don't return null_string.
383 (font_prop_validate_style): Adjusted for the change of
384 style-related values in a font vector.
385 (font_property_table): Delete entries for QClangauge and
386 QCantialias, add entries for QCavgwidth.
387 (get_font_prop_index): Delete the 2nd argument FROM.
388 (font_prop_validate): Arguments changed.
389 (font_put_extra): Adjusted for the change of font-related objects.
390 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
391 (font_parse_fcname, font_unparse_fcname)
392 (font_prepare_composition): Likewise.
393 (font_parse_family_registry): Renamed from font_merge_old_spec.
394 (otf_open): Delete the 1st arg entity.
395 (font_otf_capability): Adjusted for the above change.
396 (font_score): New arg alternate_families. Adjusted for the change
397 of font-related objects.
398 (font_sort_entites): New arg best_only.
399 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
400 Delete them.
401 (font_match_p): Check alternate families.
402 (font_find_object): Delete it.
403 (font_check_object): New function.
404 (font_clear_cache): Adjusted for the change of font-related
405 objects.
406 (font_delete_unmatched): New arg.
407 (font_list_entities): Call font_driver->list with a spec that
408 doesn't specify style-related properties.
409 (font_matching_entity): Arguments changed. Caller changed.
410 (font_open_entity): Adjusted for the change of font-related
411 objects.
412 (font_close_object, font_has_char, font_encode_char)
413 (font_get_name, font_get_spec): Likewise.
414 (font_spec_from_name, font_clear_prop, font_update_lface): New
415 functions.
416 (font_find_for_lface, font_open_for_lface, font_load_for_lface):
417 (font_prepare_for_face, font_done_for_face, font_open_by_name)
418 (font_at): Adjusted for the change of font-related objects.
419 (font_range): New function.
420 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
421 (Ffont_xlfd_name): Adjusted for the change of font-related
422 objects.
423 (Fcopy_font_spec, Fmerge_font_spec): New function.
424 (Ffont_family_list): Renamed from list-families.
425 (Finternal_set_font_style_table): Arguments changed.
426 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
427 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
428 change of font-related objects.
429 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new
430 symboles.
431
432 * fontset.h (struct font_info): Delete it. Most memnbers go to
433 struct font.
434 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
435 (enum FONT_SPEC_INDEX): Delete it.
436 (font_info, list_fonts_func, load_font_func, query_font_func)
437 (set_frame_fontset_func, find_ccl_program_func)
438 (get_font_repertory_func, new_fontset_from_font_name): Delete
439 externs.
440 (fontset_from_font_name): Extern it.
441 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
442 (FONT_INFO_FROM_FACE): Deleted.
443 (face_for_font): Adjust prototype.
444
445 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
446 conditionals. Don't check enable_font_backend. Delete all codes
447 used only when USE_FONT_BACKEND is not defined.
448 (get_font_info_func, list_font_func, load_font_func)
449 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
450 (get_font_repertory_func): Delete them.
451 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
452 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
453 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
454 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
455 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
456 (fontset_compare_rfontdef): New function.
457 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
458 ront-defs by qsort. Adjusted for the change of font-group vector.
459 (load_font_get_repertory): Deleted.
460 (fontset_find_font): Use new macros to ref/set elements of
461 font-def and rfont-def.
462 (fontset_font): Fix the timing of remembering that no font for C.
463 (free_face_fontset): Do nothing if the face has no fontset.
464 (face_suitable_for_char_p): Use new macros to ref/set elements of
465 rfont-def.
466 (face_for_char): Likewise. Call face_for_char with font_object.
467 (fs_load_font): Delete. Delete #pragma surrounding it.
468 (fs_query_fontset): Use strcasecmp instead of strcmp.
469 (generate_ascii_font_name): Adjusted for the format change of
470 font-spec.
471 (Fset_fontset_font): Likewise. Use new macros to set elements of
472 font-def.
473 (Fnew_fontset): Use font_unparse_xlfd to generate
474 FONTSET_ASCII (fontset).
475 (new_fontset_from_font_name): Deleted.
476 (fontset_from_font): Renamed from new_fontset_from_font. Check if
477 a fontset is already created for the font. FIx updating of
478 Vfontset_alias_alist.
479 (fontset_ascii_font): Deleted.
480 (Ffont_info): Adjusted for the format change of font-spec.
481 (Finternal_char_font): Likewise.
482 (Ffontset_info): Likewise.
483 (syms_of_fontset): Don't check load_font_func.
484
485 * fns.c (internal_equal): Handle PREV_FONT.
486
487 * frame.h: Delete USE_FONT_BACKEND conditional.
488
489 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
490 conditionals. Don't check enable_font_backend. Delete all codes
491 used only when USE_FONT_BACKEND is not defined.
492 (x_set_font): Call x_new_font, not x_new_fontset2.
493 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
494 already set for the frame.
495
496 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
497 a font-entity by font_make_entity. Use font_intern_prop instead
498 of intern_downcase. Use FONT_SET_STYLE to set a style-related
499 font property. If a font is scalable, set avgwidth property to 0.
500 Set font-entity property by font_put_extra.
501 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
502 (ffont_driver): Adjusted for the change of struct font_driver.
503 (ftfont_spec_pattern): New function.
504 (ftfont_list): Return a list, not vector.
505 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
506 (ftfont_list_family): Don't downcase names.
507 (ftfont_free_entity): Deleted.
508 (ftfont_open): Return a font-ojbect. Adjusted for the change of
509 struct font. Get underline_thickness and underline_position from
510 font property. Don't update dpyinfo->smallest_font_height and
511 dpyinfo->smallest_char_width.
512 (ftfont_close): Don't free `struct font'.
513 (ftfont_has_char): Adjusted for the format change of font-entity.
514 (ftfont_encode_char, ftfont_text_extents): Likewise.
515
516 * ftxfont.c (ftxfont_list): Return a list, not vector.
517 (ftxfont_open): Return a font-ojbect. Adjusted for the change of
518 struct font. Get underline_thickness and underline_position from
519 font property. Don't update dpyinfo->smallest_font_height and
520 dpyinfo->smallest_char_width.
521 (ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts.
522 (ftxfont_draw): Adjusted for the change of struct font.
523
524 * image.c (image_ascent): Don't include "charset.h". Include
525 "character.h" and "font.h".
526
527 * lisp.h (enum pvec_type): New member PREV_FONT.
528 (Fassoc_string): EXFUN it.
529
530 * print.c: Include font.h.
531 (print_object): Handle font-related objects.
532
533 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
534 conditionals. Don't check enable_font_backend. Delete all codes
535 used only when USE_FONT_BACKEND is not defined.
536 (handle_auto_composed_prop): Do nothing if it->f is not on a
537 window system. Check how many following characters can be
538 displayed by the same font.
539 (calc_pixel_width_or_height): Type of the 4th arg is changed to
540 'struct font *'.
541 (get_char_face_and_encoding): Assign the whole encoding task to
542 the `encode-char' method of a font driver.
543 (fill_composite_glyph_string): Adjusted for the change of `struct
544 face' and `struct glyph_string'.
545 (fill_glyph_string): Likewise.
546 (get_per_char_metric): Arguments changed.
547 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
548 and `struct glyph_string'.
549 (produce_stretch_glyph, calc_line_height_property)
550 (x_produce_glyphs): Likewise.
551
552 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
553 conditionals. Don't check enable_font_backend. Delete all codes
554 used only when USE_FONT_BACKEND is not defined. Use
555 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
556 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
557 (Qp): Extern them.
558 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
559 Deleted.
560 (struct font_name): Deleted.
561 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
562 (compare_fonts_by_sort_order): New function.
563 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
564 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
565 Deleted.
566 (Fx_family_fonts): Use font_list_entities, and sort fonts by
567 compare_fonts_by_sort_order.
568 (Fx_font_family_list): Call Ffont_family_list.
569 (face_numeric_value, face_numeric_weight, face_numeric_slant)
570 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
571 (face_symbolic_slant, face_symbolic_swidth)
572 (split_font_name_into_vector, build_font_name_from_vector)
573 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
574 (font_rescale_ratio, split_font_name, build_font_name)
575 (free_font_names, sort_fonts, x_face_list_fonts)
576 (face_font_available_p, sorted_font_list, cmp_font_names)
577 (font_list_1, concat_font_list, font_list, remove_duplicates):
578 Deleted.
579 (Fx_list_fonts): Use Ffont_list.
580 (LFACE_AVGWIDTH): Deleted.
581 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
582 by FONTP.
583 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
584 (set_lface_from_font_name): Delete it.
585 (set_lface_from_font): Renamed from
586 set_lface_from_font_and_fontset. Caller changed. Don't set
587 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
588 for face.
589 (merge_face_vectors): Copy font-spec if necessary. Clear
590 properties of the font-spec if necessary.
591 (merge_face_ref): Clear properties of the font-spec if necessary.
592 (Finternal_set_lisp_face_attribute): Likewise.
593 (set_font_frame_param): Use font_load_for_lface to load a
594 font-object, and call Fmodify_frame_parameters with it.
595 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
596 font name by Ffont_xlfd_name.
597 (Finternal_lisp_face_attribute_values): Don't check QCweight,
598 QCslant, and QCwidth.
599 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
600 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
601 Compare fonts by EQ.
602 (lookup_non_ascii_face): Deleted.
603 (face_for_font): The 2nd argument changed.
604 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH. Check
605 atomic font properties by case insensitive.
606 (realize_non_ascii_face): Set face->overstrike correctly.
607 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
608 (dump_realized_face): Get font name from
609 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
610
611 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
612 conditionals. Don't check enable_font_backend. Delete all codes
613 used only when USE_FONT_BACKEND is not defined.
614 (xic_create_xfontset): Original code deleted and renamed from
615 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
616 (x_make_gc): Don't set GCFont in GCs.
617 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
618 opened by "fixed".
619 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
620 find_ccl_program_func, query_font_func, set_frame_fontset_func,
621 get_font_repertory_func.
622
623 * xfont.c: Include <stdlib.h> and "ccl.h".
624 (struct xfont_info): New structure.
625 (xfont_query_font): Deleted.
626 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
627 moved from xterm.c.
628 (xfont_driver): Adjusted for the change of struct font_driver.
629 (compare_font_names): New function.
630 (xfont_list_pattern): Sort font names case insensitively. Make
631 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
632 (xfont_list): Return a list, not vector.
633 (xfont_match): If the font doesn't have QCname property, generate
634 a name from the other font properties.
635 (xfont_open): Return a font-ojbect. Adjusted for the change of
636 struct font. Get underline_thickness and underline_position from
637 font property. Don't update dpyinfo->smallest_font_height and
638 dpyinfo->smallest_char_width.
639 (xfont_close): Don't free struct font.
640 (xfont_prepare_face): Adjusted for the change of struct font.
641 (xfont_done_face): Deleted.
642 (xfont_has_char): Adjusted for the change of struct font.
643 (xfont_encode_char, xfont_draw): Likewise.
644 (xfont_check): New function.
645
646 * xftfont.c (xftfont_list): Adjusted for the change of `list'
647 callback function.
648 (xftfont_match): Adjusted for the fontmat change of font-entity.
649 (xftfont_open): Adjusted for the format change of font-entity and
650 font-object. Adjusted for the change of struct font. Return a
651 font-object. Don't update dpyinfo->smallest_font_height and
652 dpyinfo->smallest_char_width.
653 (xftfont_close): Block input while calling XftFontClose.
654 (xftfont_prepare_face): Don't block input while calling
655 xftfont_get_colors. Adjusted for the change of struct font.
656 (xftfont_shape): Return value of error case fixed.
657
658 * xrdb.c (x_load_resources): Don't setup a fontset resource.
659
660 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
661 conditionals.
662 (FONT_WIDTH): Return (f)->max_width.
663 (struct x_display_info): Delete member `font'.
664 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
665 (x_find_ccl_program, x_get_font_repertory): Delete externs.
666 (struct x_output): Change type of `font' to `struct font *'.
667
668 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
669 conditionals. Don't check enable_font_backend. Delete all codes
670 used only when USE_FONT_BACKEND is not defined. Don't include
671 ccl.h.
672 (x_per_char_metric, x_encode_char): Deleted.
673 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
674 (x_compute_glyph_string_overhangs): Adjusted for the change of
675 `struct face'
676 (x_draw_glyph_string_foreground)
677 (x_draw_composite_glyph_string_foreground): Likewise.
678 (x_draw_glyph_string): Likewise. Use font->underline_position and
679 font->underline_thickness.
680 (x_new_font): Renamed from x_new_fontset2.
681 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
682 (x_check_font): Call `check' method of a font driver.
683 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
684 (x_query_font, x_get_font_repertory): Deleted.
685 (x_find_ccl_program): Renamed and moved to xfont.c.
686 (x_redisplay_interface): Adjusted for the change of `struct
687 redisplay_interface'.
688
689 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
690 conditionals. Don't check enable_font_backend. Delete all codes
691 used only when USE_FONT_BACKEND is not defined. Surround non-used
692 code by "#ifdef OLD_FONT" and "endif".
693 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
694
695 * w32font.h (struct w32font_info): New member.
696 (FONT_COMPAT): New macro.
697 (w32font_open_internal): Prototype adjusted.
698
699 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
700 OLD_FONT" and "endif".
701
702 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
703 conditionals. Don't check enable_font_backend. Delete all codes
704 used only when USE_FONT_BACKEND is not defined.
705 (w32font_open): Return a font-object. Make a font-object by
706 font_make_object. Adjusted for the change of struct w32font_info.
707 (w32font_close): Don't free struct font. Adjusted for the change
708 of struct w32font_info.
709 (w32font_encode_char, w32font_text_extents, w32font_draw):
710 Adjusted for the change of struct w32font_info.
711 (w32font_draw): Likewise.
712 (w32font_list_internal): Return a list, not vector.
713 (w32font_open_internal): Change the 4th arg to font-object.
714 Adjusted for the change of struct w32font_info and font-object
715 format.
716 (add_font_name_to_list): Don't downcase names.
717 (w32_enumfont_pattern_entity): Make a font-entity by
718 font_make_entity. Adjusted for the format change of font-entity.
719 Use FONT_SET_STYLE to set a style-related font property. If a
720 font is scalable, set avgwidth property to 0. Set font-entity
721 property by font_put_extra.
722 (font_matches_spec): Adjusted for the format change of
723 font-entity.
724 (w32_weight_table, w32_decode_weight): New variables.
725 (w32_encode_weight): New function.
726 (fill_in_logfont): Adjusted for the format change of font-spec.
727 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
728 weight value.
729 (w32font_driver): Adjusted for the change of struct font_driver.
730
731 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
732 conditionals. Don't check enable_font_backend. Surround non-used
733 code by "#ifdef OLD_FONT" and "endif".
734 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
735 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
736
737 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
738 conditionals. Don't check enable_font_backend. Delete all codes
739 used only when USE_FONT_BACKEND is not defined. Surround non-used
740 code by "#ifdef OLD_FONT" and "endif".
741
742 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
743 (uniscribe_open): Return value changed to font-object. Adjusted
744 for the format change of font-object.
745 (uniscribe_otf_capability): Adjusted for the change of struct
746 font.
747 (add_opentype_font_name_to_list): Don't downcase names.
748 (uniscribe_font_driver): Adjusted for the change of struct
749 font_driver.
750
751 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
752
753 * dispnew.c (update_frame_1): Check if tty output is still valid
754 before flushing it.
755
756 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
757
758 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
759 to Gtk+ menus.
760
761 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
762
763 * dired.c (file_name_completion): Tweak the code so as to always do it
764 in a single pass. Tighten the scope of some variables.
765
766 * dired.c (Qdefault_directory): New var.
767 (file_name_completion): Use it instead of Fexpand_file_name.
768 (syms_of_dired): Initialize it.
769
770 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
771
772 * fileio.c (double_dollars): Remove dead code.
773
774 2008-05-10 Eli Zaretskii <eliz@gnu.org>
775
776 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
777 Mention w32-get-true-file-attributes in doc string.
778
779 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
780
781 2008-05-09 Glenn Morris <rgm@gnu.org>
782
783 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
784 2008-04-23.
785
786 2008-05-09 Eli Zaretskii <eliz@gnu.org>
787
788 Support for reporting owner and group of each file on MS-Windows:
789 * dired.c (stat_uname, stat_gname): New functions, with special
790 implementation for w32.
791 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
792
793 * w32.c: Rename the_passwd_* to dflt_passwd_*.
794 (dflt_group_name): New static variable.
795 (dflt_group): Rename from the_group.
796 (init_user_info): Init dflt_group fields. Get user's group name
797 from LookupAccountSid.
798 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
799 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
800 New initialization states.
801 (globals_of_w32): Initialize them to zero. Initialize the default
802 group name to "None".
803 (GetFileSecurity_Name): New global var, the name of the function
804 to call for GetFileSecurity.
805 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
806 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
807 (get_file_security, get_security_descriptor_owner)
808 (get_security_descriptor_group, is_valid_sid)
809 (get_file_security_desc, get_rid, get_name_and_id)
810 (get_file_owner_and_group): New functions.
811 (stat): Use get_file_security_desc and get_file_owner_and_group to
812 report the owner and primary group of each file. Don't ignore the
813 high 32 bits of file's size, now that st_size is 64-bit wide.
814 Fix test when to get true file attributes.
815 (init_user_info): Use get_rid instead of equivalent inline code.
816 (fstat): Don't ignore the high 32 bits of file's size.
817
818 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
819
820 * image.c (png_load): Use correct bit-depth for setting background
821 color.
822
823 2008-05-08 Eli Zaretskii <eliz@gnu.org>
824
825 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
826 epa-hook.elc.
827
828 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
829
830 * font.c (Ffont_match_p): Don't use `iff' in docstring.
831
832 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
833
834 * macfns.c (Fx_create_frame): Make a copy of frame parameters
835 because the original parameters are in pure storage now.
836 (mac_window): Remove unused params. Update callers.
837
838 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * lread.c (substitute_object_recurse): Use lower-level primitives.
841 Don't signal errors when traversing sub-char-tables.
842 Don't loop over all the possible characters when traversing char-tables.
843
844 * print.c (print_preprocess): Add sub-char-tables to the print-table,
845 just like we do in print.c.
846
847 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * minibuf.c (Ftry_completion): Remove code left over from when we used
850 scmp instead of Fcompare_strings.
851
852 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
853
854 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
855
856 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
857
858 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
859 Create bitmap context in native byte order.
860
861 * macterm.c (XDrawLine)
862 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
863 context in native byte order.
864
865 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
866
867 * config.in: Regenerate.
868
869 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
870 New definitions for Image I/O support.
871 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
872 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
873 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
874 (mac_data_provider_release_data, image_load_image_io)
875 [USE_MAC_IMAGE_IO]: New functions.
876 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
877 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
878 (init_image_func_pointer) [MAC_OSX]: Remove function.
879 (image_load_quartz2d) [MAC_OSX]: Check availability of
880 CGImageCreateWithPNGDataProvider at compile time.
881 Use lowercase `false' for boolean constant.
882 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
883 Use image_load_image_io.
884 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
885 Don't check MyCGImageCreateWithPNGDataProvider.
886 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
887 Don't call init_image_func_pointer.
888
889 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
890
891 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
892 Make variable non-static.
893 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
894 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
895
896 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
897 (RED_FROM_ULONG): Mask off higher bits.
898 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
899
900 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
901 Include AvailabilityMacros.h.
902 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
903 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
904
905 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * chartab.c (Fset_char_table_range): If range is t, really set all
908 chars to that value.
909
910 2008-05-03 Eli Zaretskii <eliz@gnu.org>
911
912 * dired.c (Ffile_attributes): Don't allow the device number become
913 negative.
914
915 2008-05-02 Daiki Ueno <ueno@unixuser.org>
916
917 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
918
919 2008-05-02 Juri Linkov <juri@jurta.org>
920
921 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
922 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
923 DEFAULT argument as a list of default values in docstrings.
924
925 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
926
927 * puresize.h (BASE_PURESIZE): Increase to 1210000.
928
929 2008-05-01 Martin Rudalics <rudalics@gmx.at>
930
931 * dispnew.c (change_frame_size_1): Preserve small windows when
932 shrinking frames by calling set_window_height|width with third
933 arg 2.
934
935 * window.h (struct window): Replace field too_small_ok by field
936 resize_proportionally.
937
938 * window.c (make_window): Initialize resize_proportionally.
939 (enlarge_window): Temporarily set resize_proportionally to make
940 sure that shrink_windows does scale the window proportionally.
941 (shrink_windows): When window has resize_proportionally set try
942 to shrink it proportionally by stealing from other windows.
943 (struct saved_window, Fset_window_configuration)
944 (compare_window_configurations): Handle resize_proportionally.
945 (WINDOW_TOTAL_SIZE): New macro.
946 (window_min_size, shrink_windows, size_window): Use it.
947 (check_min_window_sizes): Remove. Invalid values of
948 window-min-height|width are handled by window_min_size_2 now.
949 (size_window, Fsplit_window, enlarge_window)
950 (adjust_window_trailing_edge, grow_mini_window): Don't call
951 check_min_window_sizes.
952 (window_min_size_2, window_min_size_1, window_min_size):
953 New argument safe_p for retrieving "safe" minimum sizes.
954 (Fdisplay_buffer, Fsplit_window, enlarge_window):
955 (adjust_window_trailing_edge, grow_mini_window):
956 Adjust arguments of window_min_size... functions.
957 (shrink_windows): Argument min_size removed. New argument
958 safe_p allows shrinking windows to their safe minimum sizes.
959 Calculate minimum size and decide whether a window shall be
960 deleted for each window individually.
961 (size_window): When nodelete_p equals 2, tell shrink_windows to
962 delete windows only if their new minimum size is no more safe.
963 (shrink_window_lowest_first): Call window_min_size_1 to make
964 sure to preserve modeline of bottom-most window when resizing
965 the minibuffer.
966 (Fset_window_configuration, Fcurrent_window_configuration)
967 (compare_window_configurations): Do not handle
968 window-min-height|width any more.
969 (syms_of_window): Clarify window-min-height|width doc-strings.
970
971 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * dired.c (file_name_completion): Fix up the encoding/decoding issue
974 some more. Copy some of the code from Ftry_completions.
975 Remove special case code that dates back to initial revision when the
976 slash was only added when necessary and that can't trigger nowadays.
977
978 2008-04-27 Kenichi Handa <handa@m17n.org>
979
980 * font.c (font_prop_validate): Signal `error' instead of `font'.
981
982 2008-04-29 Jason Rumney <jasonr@gnu.org>
983
984 * w32fns.c (Fw32_battery_status): New defun.
985 (syms_of_w32fns): Defsubr it.
986
987 2008-04-28 Andreas Schwab <schwab@suse.de>
988
989 * dired.c (file_name_completion): Fix another mixing of encoded
990 and decoded names.
991
992 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
993
994 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
995
996 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
997
998 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
999
1000 2008-04-27 Andreas Schwab <schwab@suse.de>
1001
1002 * dired.c (file_name_completion): Fix inappropriate mixing of
1003 encoded and decoded names.
1004
1005 * xterm.c (XTread_socket): Fix use of uninitialized variable.
1006
1007 * puresize.h (BASE_PURESIZE): Increase to 1200000.
1008
1009 2008-04-26 Eli Zaretskii <eliz@gnu.org>
1010
1011 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
1012 2008-03-31, it's not needed anymore with `struct stat' definition
1013 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
1014 for the same reasons.
1015
1016 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
1017
1018 * m/sparc.h: Additional redefinitions for GNU/Linux.
1019
1020 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1021
1022 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
1023 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
1024 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
1025 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
1026 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
1027 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
1028 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
1029 Likewise.
1030
1031 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
1032 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range):
1033 (mac_ax_number_of_characters): Add externs.
1034 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
1035 [USE_MAC_TSM]: Likewise.
1036 (mac_handle_text_input_event) [MAC_OSX]:
1037 Handle kEventTextInputOffsetToPos for no active input area case.
1038 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
1039 (mac_handle_document_access_event)
1040 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
1041 (install_application_handler) [MAC_OSX]: Register handlers for
1042 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
1043 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
1044 Register mac_handle_document_access_event.
1045
1046 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
1047 Make functions non-static.
1048
1049 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
1052 (read_file_name_completion_ignore_case, insert_default_directory)
1053 (Qdefault_directory): Move to minibuffer.el.
1054 (Fread_file_name): Call the new `read-file-name' instead.
1055
1056 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1057
1058 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
1059 Make function non-static.
1060 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
1061 Remove function.
1062 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
1063 Move to mactoolbox.c.
1064 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
1065
1066 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
1067 (mac_rect_make): New macro.
1068
1069 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
1070 instead of float.
1071 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
1072 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
1073 (XSetBackground) [USE_CG_DRAWING]: Likewise.
1074 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
1075 CGRectMake.
1076 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
1077 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
1078 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
1079 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
1080 instead of WindowRef in argument type.
1081 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
1082 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
1083 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
1084 instead of DISPLAY. All uses changed.
1085 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
1086 (x_calc_absolute_position): Simplify so as not to use
1087 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
1088
1089 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
1090 instead of WindowRef in argument type.
1091 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
1092 [TARGET_API_MAC_CARBON]: Remove externs.
1093 (create_apple_event, mac_event_parameters_to_lisp)
1094 [TARGET_API_MAC_CARBON]: Add externs.
1095
1096 * mactoolbox.c (Vmac_ts_script_language_on_focus)
1097 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
1098 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
1099 is clicked.
1100 (x_activate_menubar): Remove extern for saved_menu_event_location.
1101 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
1102 Move from mac.c.
1103
1104 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1105
1106 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
1107 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
1108
1109 2008-04-23 Jason Rumney <jasonr@gnu.org>
1110
1111 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
1112 attributes only for local files.
1113
1114 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
1115 default to Qlocal.
1116
1117 2008-04-22 Juri Linkov <juri@jurta.org>
1118
1119 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
1120 read-buffer-to-switch instead of using the letter "B".
1121
1122 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * fileio.c (Qdefault_directory): New variable.
1125 (Fread_file_name): Use it to pass `dir' to the completion functions.
1126
1127 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
1128
1129 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
1130
1131 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1132
1133 * keyboard.c (Vpre_help_message): Remove.
1134 (show_help_echo): Remove default C code.
1135
1136 * dired.c (directory_files_internal, file_name_completion):
1137 Only call ENCODE_FILE if the string is indeed decoded.
1138
1139 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1140
1141 * Makefile.in (TOOLKIT_DEFINES): Remove.
1142 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
1143
1144 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1145
1146 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
1147 (mactoolbox.o): New target.
1148
1149 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
1150 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
1151
1152 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
1153 Use mac_set_frame_window_background instead of XSetWindowBackground.
1154 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
1155 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
1156 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
1157 instead of SetWindowTitleWithCFString.
1158 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
1159 Move function to mactoolbox.c.
1160 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
1161 Use mac_set_window_modified instead of SetWindowModified.
1162 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
1163 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
1164 (Fx_focus_frame): Use mac_front_non_floating_window instead of
1165 FrontNonFloatingWindow. Use mac_activate_window instead of
1166 ActivateWindow. Use mac_active_non_floating_window instead of
1167 ActiveNonFloatingWindow.
1168 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
1169 Use mac_show_hourglass and mac_hide_hourglass.
1170 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
1171 instead of GetGlobalMouse.
1172 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
1173 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
1174 Use mac_bring_window_to_front instead of BringToFront.
1175 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
1176 mactoolbox.c.
1177 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
1178 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
1179 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
1180 mactoolbox.c.
1181
1182 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
1183 (XtPointer): Move typedef from macmenu.c.
1184 (enum button_type): Move enum from macmenu.c.
1185 (widget_value): Move typedef from macmenu.c.
1186 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
1187 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
1188 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
1189 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
1190 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
1191 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
1192 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
1193 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
1194 (Selection): Move typedef from macselect.c.
1195 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
1196 macterm.c.
1197 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
1198 (mac_is_window_collapsed, mac_bring_window_to_front)
1199 (mac_send_window_behind, mac_hide_window, mac_show_window)
1200 (mac_collapse_window, mac_front_non_floating_window)
1201 (mac_active_non_floating_window, mac_activate_window)
1202 (mac_move_window_structure, mac_move_window, mac_size_window)
1203 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
1204
1205 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
1206 (enum mac_menu_kind): Move enum to mactoolbox.c.
1207 (min_menu_id): Move variable to mactoolbox.c.
1208 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
1209 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
1210 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
1211 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
1212 [TARGET_API_MAC_CARBON]: Likewise.
1213 (XtPointer): Move typedef to macgui.h.
1214 (enum button_type): Move enum to macgui.h.
1215 (widget_value): Move typedef to macgui.h.
1216 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
1217 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
1218 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
1219 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
1220 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
1221 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
1222 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
1223 (popup_activated_flag): Make variable non-static.
1224 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
1225 (add_menu_item, fill_menu, dispose_menus):
1226 Move functions to mactoolbox.c.
1227 (restore_show_help_function, menu_target_item_handler)
1228 (install_menu_target_item_handler, mac_handle_dialog_event)
1229 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
1230 [TARGET_API_MAC_CARBON]: Likewise.
1231 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
1232 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
1233 (find_and_call_menu_selection, name_is_separator): Make function
1234 non-static.
1235 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
1236 to mactoolbox.c.
1237 (set_frame_menubar): Don't call install_menu_quit_handler.
1238 (menu_item_selection): New variable.
1239 (mac_menu_show): Use create_and_show_popup_menu.
1240 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
1241 selection but set variable menu_item_selection. All uses changed.
1242 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
1243 Call install_menu_quit_handler. Move to mactoolbox.c.
1244
1245 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
1246 (Selection): Move typedef to macgui.h.
1247 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
1248 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
1249 Make variables non-static.
1250 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
1251 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
1252 Make functions non-static.
1253 (Vmac_service_selection) [MAC_OSX]: Likewise.
1254 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
1255 (mac_valid_selection_target_p, mac_clear_selection)
1256 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
1257 (mac_put_selection_value, mac_selection_has_target_p)
1258 (mac_get_selection_value, mac_get_selection_target_list)
1259 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
1260 Move functions to mactoolbox.c.
1261 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
1262 Likewise.
1263 (copy_scrap_flavor_data, mac_handle_service_event)
1264 (install_service_handler) [MAC_OSX]: Likewise.
1265 (syms_of_macselect) <Vmac_dnd_known_types>:
1266 Use mac_dnd_default_known_types.
1267
1268 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
1269 Move to mactoolbox.c.
1270 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
1271 (Fx_selection_owner_p): Add EXFUN.
1272 (install_window_handler, remove_window_handler, XSetWindowBackground):
1273 Remove externs.
1274 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
1275 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
1276 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
1277 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
1278 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
1279 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
1280 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
1281 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
1282 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
1283 (create_and_show_popup_menu, mac_get_selection_from_symbol)
1284 (mac_valid_selection_target_p, mac_clear_selection)
1285 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
1286 (mac_put_selection_value, mac_selection_has_target_p)
1287 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
1288 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
1289 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
1290 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
1291 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
1292 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
1293 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
1294 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
1295 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
1296
1297 * mactoolbox.c: New file.
1298
1299 2008-04-18 Jason Rumney <jasonr@gnu.org>
1300
1301 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
1302
1303 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * character.c (Fmultibyte_char_to_unibyte):
1306 Return latin1 chars unchanged.
1307
1308 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
1309 relocated if it points to `name'.
1310
1311 2008-04-17 Kenichi Handa <handa@m17n.org>
1312
1313 * data.c (Faset): Allow setting a multibyte character in an
1314 ASCII-only unibyte string.
1315
1316 * lisp.h (STRING_SET_MULTIBYTE): New macro.
1317
1318 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1319
1320 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
1321 done in config.h.
1322
1323 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
1324
1325 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
1326 (Fchar_direction): Add usage in the docstring.
1327
1328 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
1329
1330 * keyboard.c (read_key_sequence): Remove always-true checks.
1331
1332 2008-04-14 Jason Rumney <jasonr@gnu.org>
1333
1334 * w32font.c (w32font_open_internal): Set max_bounds.descent in
1335 compatibility struct, for better underline positioning.
1336
1337 2008-04-13 David Hansen <david.hansen@gmx.net>
1338
1339 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
1340 string.
1341
1342 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
1343
1344 * m/hp800.h (XUINT, XSET): Remove.
1345
1346 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
1347
1348 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
1349 previous change.
1350
1351 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1352
1353 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
1354 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
1355
1356 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1357
1358 * keymap.h (map_keymap_canonical): Declare.
1359 * xmenu.c (single_keymap_panes): Use it.
1360
1361 2008-04-11 Glenn Morris <rgm@gnu.org>
1362
1363 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
1364 set the target's value to that of the alias.
1365
1366 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1367
1368 * term.c (set_tty_color_mode): Left over typo.
1369
1370 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
1371
1372 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
1373 only after check for file name handler functions. Signal, when
1374 native functionality is not supported.
1375 (syms_of_fileio): Declare it unconditionally.
1376
1377 2008-04-10 Jason Rumney <jasonr@gnu.org>
1378
1379 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
1380 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
1381
1382 * w32.c (logon_network_drive): Also logon to remote drives that
1383 are mapped to drive letters.
1384
1385 2008-04-10 Glenn Morris <rgm@gnu.org>
1386
1387 * xdisp.c (truncate-partial-width-windows): Doc fix.
1388
1389 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
1392 Move functions to minibuffer.el.
1393 (syms_of_fileio): Don't declare them.
1394
1395 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1396
1397 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
1398 (syms_of_minibuf): Remove its initialization.
1399
1400 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
1401
1402 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
1403
1404 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
1405
1406 2008-04-09 Jason Rumney <jasonr@gnu.org>
1407
1408 * makefile.w32-in (distclean): Delete makefile too.
1409 (maintainer-clean): New target.
1410
1411 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
1412
1413 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
1414 for new font backend and composite cases.
1415
1416 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
1417
1418 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
1419 Most of the code moved to run_timers.
1420 (do_pending_atimers): Call run_timers.
1421 (run_timers): New function.
1422
1423 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
1424 run atimers.
1425
1426 * process.c (wait_reading_process_output): The same as above.
1427
1428 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1429
1430 * minibuf.c (last_exact_completion): Remove variable.
1431 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
1432 (complete_and_exit_1, complete_and_exit_2)
1433 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
1434 (Fdisplay_completion_list, display_completion_list_1)
1435 (Fminibuffer_completion_help, Fself_insert_and_exit)
1436 (Fexit_minibuffer, Fminibuffer_message): Move functions to
1437 minibuffer.el.
1438 (syms_of_minibuf): Remove corresponding initializations.
1439
1440 * keyboard.c (Qdeactivate_mark): New var.
1441 (command_loop_1): Use it to call `deactivate-mark'.
1442 (syms_of_keyboard): Initialize it.
1443
1444 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
1445 to another frame.
1446 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
1447 Don't call set_tty_color_mode.
1448 (store_frame_param): Reset previous_frame rather than call
1449 set_tty_color_mode.
1450 * term.c (set_tty_color_mode): Rewrite.
1451 * dispextern.h (set_tty_color_mode): New type.
1452 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
1453
1454 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
1457 for generic chars, which do not exist any more in emacs-unicode.
1458
1459 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
1460
1461 * coding.c (detect_coding_emacs_mule)
1462 (Ffind_operation_coding_system): Fix typo.
1463
1464 2008-04-08 Jason Rumney <jasonr@gnu.org>
1465
1466 * w32uniscribe.c (SNAME): Extract only symbol name.
1467
1468 * w32font.h (struct w32_metric_cache): New struct.
1469 (w32font_info): Use it.
1470 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
1471 (CACHE_BLOCKSIZE): New constants.
1472
1473 * w32font.c (Qja, Qko, Qzh): New symbols.
1474 (syms_of_w32font): Initialise them.
1475 (font_matches_spec): Use them to filter by language.
1476 (recompute_cached_metrics): Remove function.
1477 (compute_metrics, clear_cached_metrics): New functions.
1478 (w32font_encode_char): Use them to manage metric cache.
1479 (w32font_text_extents): Cache metrics for all glyphs on demand.
1480 Delay converting glyph indices to WORD until needed.
1481 (w32font_open_internal): Initialize metric cache to empty.
1482 (registry_to_w32_charset): Charset should always be a symbol.
1483 (fill_in_logfont, list_all_matching_fonts): Family should
1484 always be a symbol.
1485
1486 2008-04-06 Jason Rumney <jasonr@gnu.org>
1487
1488 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
1489 Give up if glyph indices not supported. Use uniscribe obtained
1490 ABC widths for individual metrics. Map glyph clusters back to
1491 characters using fClusterStart flag. Return number of glyphs
1492 produced, not chars processed.
1493 (uniscribe_shape): Map char at FROM to current glyph.
1494
1495 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1496
1497 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
1498 Use SetMenuItemHierarchicalMenu.
1499
1500 2008-04-05 Jason Rumney <jasonr@gnu.org>
1501
1502 * image.c (pbm_load): Allow color values up to 65535.
1503 Throw an error if max_color_idx is outside the supported range.
1504 Report an error when image size is invalid.
1505 Read two bytes at a time when raw images have max_color_idx above 255.
1506
1507 2008-04-05 Eli Zaretskii <eliz@gnu.org>
1508
1509 * w32.c (readdir): If FindFirstFile/FindNextFile return in
1510 cFileName a file name that includes `?' characters, use the 8+3
1511 alias in cAlternateFileName instead.
1512
1513 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
1514
1515 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
1516 append "CCL: Quitted" when the CCL program is quitted.
1517 (setup_ccl_program): Initialize ccl->quit_silently to zero.
1518
1519 * ccl.h (struct ccl_program): New member quit_silently.
1520
1521 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
1522
1523 * search.c (compile_pattern_1): Treat non-nil and non-string of
1524 search-spaces-regexp as nil.
1525
1526 * minibuf.c (Fassoc_string): Tweak docstring.
1527
1528 2008-04-05 Eli Zaretskii <eliz@gnu.org>
1529
1530 * dired.c (Ffile_attributes): Support inode numbers wider than 32
1531 bits. Remove ugly WINDOWSNT-specific kludge introduced on
1532 2008-03-14 to force inode be positive.
1533
1534 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
1535 _S_* ones, since we now use our own sys/stat.h.
1536 (stat, fstat): Don't mangle the inode number.
1537 (init_user_info): Don't restrict UID and GID to 0-60000 range.
1538
1539 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1540
1541 * frame.h (struct frame): Give one more bit to `visible' since we use
1542 values larger than 1 to indicate obscured frames on ttys.
1543
1544 * keymap.c (Qkeymap_canonicalize): New var.
1545 (Fmap_keymap_internal): New fun.
1546 (describe_map): Use keymap-canonicalize.
1547
1548 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
1549 (Fundo_boundary): Set them.
1550 (syms_of_undo): Initialize them.
1551 (record_point): Use them instead of last_point_position*.
1552 (last_undo_buffer): Change type.
1553
1554 2008-04-04 Jason Rumney <jasonr@gnu.org>
1555
1556 * w32font.c (w32font_text_extents): Use font's ascent and descent.
1557 (recompute_cached_metrics): Don't set ascent and descent per char.
1558
1559 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
1560 (uniscribe_check_otf): Add GC protection before consing.
1561 Rearrange loop for counting features.
1562
1563 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
1566 buffer with byte-size of source buffer.
1567
1568 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
1569
1570 * callint.c (Fcall_interactively): Handle temporary region even
1571 when shift-select-mode is off.
1572
1573 2008-04-03 Jason Rumney <jasonr@gnu.org>
1574
1575 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
1576
1577 2008-04-03 Kenichi Handa <handa@m17n.org>
1578
1579 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
1580 (CATEGORY_MASK_UTF_16): Likewise.
1581 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
1582 binary file.
1583 (detect_coding): Add null-byte detection for a binary file.
1584 (detect_coding_system): Likewise.
1585
1586 2008-04-03 Jason Rumney <jasonr@gnu.org>
1587
1588 * w32uniscribe.c: New file.
1589
1590 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
1591
1592 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
1593
1594 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
1595 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
1596 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
1597 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
1598 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
1599 (Qphonetic): New symbols.
1600 (syms_of_w32font): Initialize them.
1601 (font_supported_scripts): Use them.
1602 (w32font_list_family): List all charsets.
1603 (w32font_text_extents, recompute_cached_metrics): Fix metric
1604 calculations.
1605 (w32_enumfont_pattern_entity): Make full_type a DWORD.
1606 Give opentype fonts their own format.
1607 (font_matches_spec): New arguments backend and logfont.
1608 Handle :otf spec for uniscribe backend.
1609 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
1610 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
1611
1612 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
1613 font backend.
1614 (globals_of_w32fns): Initialize uniscribe font backend.
1615
1616 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
1617 dependencies.
1618 (w32uniscribe.$(O)): New file to build.
1619 (FONT_OBJ): Include w32uniscribe.$(O).
1620 (LIBS): Add uniscribe libraries.
1621
1622 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
1623
1624 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
1625
1626 * callint.c (Vshift_select_mode): New var.
1627 (Finteractive): Document new ^ spec.
1628 (Fcall_interactively): Call handle-shift-selection if the ^ spec
1629 is present.
1630
1631 * keyboard.c (Vthis_command_keys_shift_translated): New var.
1632 (command_loop_1): Avoid running the direct display versions of
1633 forward-char and backward-char if shift-selection may occur.
1634 (read_key_sequence): Set Vthis_command_keys_shift_translated if
1635 shift-translation takes place.
1636
1637 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
1638 avoid clobbering by define-minor-mode.
1639
1640 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
1641 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
1642
1643 * syntax.c (Fforward_word): Add ^ interactive spec.
1644
1645 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
1646 (Fscroll_right): Add ^ interactive spec.
1647
1648 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1649
1650 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
1651
1652 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
1653
1654 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
1655
1656 2008-03-31 Juri Linkov <juri@jurta.org>
1657
1658 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
1659
1660 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
1661
1662 * gtkutil.c (xg_set_geometry): Fix indentation.
1663 (xg_resize_outer_widget): Remove.
1664 (x_wm_size_hint_off): Fix indentation.
1665 (xg_frame_set_char_size): Call flush_and_sync after
1666 gtk_window_resize.
1667 (x_wm_set_size_hint): Pass NULL as geometry window to
1668 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
1669 Add menu bar and tool bar height to base height.
1670 (xg_update_frame_menubar, free_frame_menubar)
1671 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
1672 (update_frame_tool_bar, free_frame_tool_bar):
1673 Change xg_resize_outer_widget to xg_frame_set_char_size.
1674
1675 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
1676
1677 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
1678 (Fdbus_call_method): New parameter TIMEOUT.
1679 (dbus-send-signal): Optimize UNGCPRO call.
1680
1681 2008-03-29 Juri Linkov <juri@jurta.org>
1682
1683 * window.c (Fdisplay_buffer): Move call to
1684 Vsplit_window_preferred_function out of conditions that check
1685 if window is eligible for vertical splitting.
1686 When Vsplit_window_preferred_function is non-nil, call it and use
1687 its non-nil return value as window. Otherwise, continue doing
1688 vertical splitting using Fsplit_window with arg horflag=nil.
1689 (syms_of_window) <Vsplit_window_preferred_function>: Change the
1690 default value from `split-window' to nil.
1691
1692 2008-03-29 Juri Linkov <juri@jurta.org>
1693
1694 * callint.c (Fcall_interactively): Revert 2008-03-16 change
1695 for interactive code letters 'b' and 'B'.
1696
1697 2008-03-29 Eli Zaretskii <eliz@gnu.org>
1698
1699 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
1700 multibyte string.
1701
1702 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1703
1704 * keyboard.c (pending_funcalls): New var.
1705 (timer_check): Run it.
1706 (syms_of_keyboard): Initialize it.
1707 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
1708 (Vdelete_terminal_functions): New vars.
1709 (syms_of_terminal): Initialize them.
1710 (Fdelete_terminal): Run delete-terminal-functions.
1711 * xdisp.c (safe_eval): Rewrite.
1712 (safe_call2): New fun.
1713 * frame.c (Qdelete_frame_functions): New var.
1714 (syms_of_frame): Initialize it.
1715 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
1716 * lisp.h (safe_call2, pending_funcalls): Declare.
1717
1718 2008-03-28 Andreas Schwab <schwab@suse.de>
1719
1720 * indent.c (Fmove_to_column): Move declaration before statements.
1721
1722 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1723
1724 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
1725 (struct frame): Use bit fields for boolean vars.
1726
1727 * process.c (server_accept_connection): Simplify naming.
1728 (emacs_get_tty_pgrp): Use SDATA.
1729
1730 * coding.c (decode_coding_object): Fix last change.
1731
1732 2008-03-27 Jason Rumney <jasonr@gnu.org>
1733
1734 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
1735
1736 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
1737
1738 * charset.c (Fdefine_charset_internal): Change the way of
1739 registering charsets in Vcharset_order_list.
1740 (syms_of_charset): Make the charset `eight-bit' supplementary.
1741
1742 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
1743
1744 * regex.c (EXTEND_BUFFER): Change order of pointer addition
1745 operations, to avoid having the difference between pointers
1746 overflow.
1747
1748 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1749
1750 * indent.c (check_display_width): New fun.
1751 (scan_for_column): Use it.
1752
1753 * data.c (syms_of_data): Mark most-positive-fixnum and
1754 most-negative-fixnum as constants.
1755
1756 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
1757
1758 * indent.c (scan_for_column): Extract from current_column_1.
1759 Merge with the same code from Fmove_to_column.
1760 (current_column_1, Fmove_to_column): Use it.
1761
1762 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1763
1764 * keymap.c (map_keymap_internal): New fun.
1765 (map_keymap): Use it.
1766 (Fmap_keymap_internal): New fun.
1767 (Fmap_keymap): Remove left-out test from before make_save_value.
1768
1769 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
1770
1771 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
1772 Use XCAR/XCDR.
1773
1774 * process.h (struct Lisp_Process): Remove filter_multibyte.
1775 * process.c (QCfilter_multibyte): Remove.
1776 (setup_process_coding_systems): Don't use filter_multibyte.
1777 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
1778 (read_process_output): Don't adjust multibyteness to filter_multibyte.
1779 (Fset_process_filter_multibyte): Change the coding-system to
1780 approximate the previous behavior.
1781 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
1782 coding-system.
1783
1784 * coding.c (decode_coding_object): When not decoding into a buffer,
1785 obey the coding system's preference of (uni|multi)byte.
1786
1787 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
1790 every char is changed and has a different byte-length.
1791 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
1792 Fix int -> EMACS_INT.
1793
1794 2008-03-23 David Hansen <david.hansen@gmx.net>
1795
1796 * dbusbind.c (xd_read_message): Remove extra copying of message
1797 strings. Check for NULL `interface' or `member'.
1798
1799 2008-03-22 Eli Zaretskii <eliz@gnu.org>
1800
1801 * w32.c (readdir): If FindFirstFile/FindNextFile return in
1802 cFileName a file name that includes `?' characters, use the 8+3
1803 alias in cAlternateFileName instead.
1804
1805 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1806
1807 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
1808
1809 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
1812 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
1813 work on current_buffer only instead (that was already the case
1814 for some of the code anyway).
1815 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
1816 (temp_set_point, temp_set_point_both): Use EMACS_INT.
1817 (SET_PT, SET_PT_BOTH): Adjust.
1818 * intervals.h (set_point, temp_set_point, set_point_both)
1819 (temp_set_point_both): Remove redundant declarations.
1820
1821 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1822
1823 * fileio.c (Finsert_file_contents):
1824 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
1825 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
1826 when buffer != current_buffer anyway.
1827
1828 2008-03-20 Andreas Schwab <schwab@suse.de>
1829
1830 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
1831 as default.
1832
1833 2008-03-19 Jason Rumney <jasonr@gnu.org>
1834
1835 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
1836 (syms_of_w32fns): Initialize them.
1837 (HOURGLASS_ID): New constant.
1838 (x_window_to_frame): Don't check hourglass_window.
1839 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
1840 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
1841 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
1842 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
1843 Only change the cursor if hourglass is not active.
1844 (Fx_create_frame): Initialize frame's current_cursor.
1845 (hourglass_atimer): Remove.
1846 (hourglass_started): New function.
1847 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
1848 (show_hourglass): Adapt to w32, changing argument to frame.
1849
1850 * w32term.h (struct w32_output): Remove hourglass_window.
1851 Add current_cursor.
1852
1853 * eval.c (call_debugger, Fsignal):
1854 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
1855 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
1856 (Fexecute_extended_command, cancel_hourglass_unwind):
1857 * minibuf.c (read_minibuf):
1858 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
1859
1860 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1861
1862 * window.c (run_funs): New fun.
1863 (run_window_configuration_change_hook): Use it to run the buffer-local
1864 and the global part of the hook.
1865
1866 * xdisp.c (format_mode_line_unwind_data): Add window argument.
1867 (unwind_format_mode_line): Restore selected window.
1868 (x_consider_frame_title, Fformat_mode_line): Set selected window.
1869
1870 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * editfns.c (Fchar_equal): Check they are valid characters.
1873
1874 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
1875
1876 2008-03-17 Andreas Schwab <schwab@suse.de>
1877
1878 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
1879 against a charset.
1880
1881 * lisp.h (Fbuffer_list): Declare.
1882
1883 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
1884
1885 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
1886 handlebox_widget is != 0.
1887
1888 2008-03-16 Juri Linkov <juri@jurta.org>
1889
1890 * callint.c (Fcall_interactively): For interactive code letters
1891 'b' and 'B' put the buffer list into the list of default "future"
1892 values of the minibuffer.
1893
1894 2008-03-16 Andreas Schwab <schwab@suse.de>
1895
1896 * keyboard.c (read_key_sequence): Fix downcasing of letters with
1897 modifiers.
1898
1899 * regex.c (re_match_2_internal): Correct matching of a charset
1900 against latin-1 characters.
1901
1902 2008-03-16 Kenichi Handa <handa@m17n.org>
1903
1904 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
1905 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
1906 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
1907 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
1908 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
1909 CHAR_STRING_ADVANCE.
1910 (produce_chars): Fix for the case that the source and the
1911 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
1912 instead of CHAR_STRING_ADVANCE.
1913 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
1914 STRING_CHAR_ADVANCE.
1915
1916 2008-03-15 Andreas Schwab <schwab@suse.de>
1917
1918 * regex.c (re_match_2_internal): Correct matching of eight bit
1919 characters in unibyte strings.
1920
1921 2008-03-15 Martin Rudalics <rudalics@gmx.at>
1922
1923 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
1924 at end of range when it coincides with the end of the buffer.
1925
1926 2008-03-14 Eli Zaretskii <eliz@gnu.org>
1927
1928 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
1929
1930 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
1931
1932 2008-03-14 Jason Rumney <jasonr@gnu.org>
1933
1934 * editfns.c (initial_tz): New variable.
1935 (syms_of_editfns): Initialize it.
1936 (Fset_time_zone_rule): Set it when first called.
1937 Use it when TZSTRING is nil.
1938
1939 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
1940 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
1941 (monitor_from_point_fn, get_monitor_info_fn): New globals.
1942 (globals_of_w32fns): Initialize them.
1943 (compute_tip_xy): Use them to position tooltips.
1944
1945 2008-03-14 Glenn Morris <rgm@gnu.org>
1946
1947 * emacs.c (main): Revert previous change.
1948 (standard_args): Revert -internal-script back to -scriptload,
1949 and remove the long-option form.
1950
1951 2008-03-13 Glenn Morris <rgm@gnu.org>
1952
1953 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
1954 Remove option -enable-font-backend.
1955
1956 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1957
1958 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
1959
1960 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
1961
1962 * xterm.c (x_connection_closed): For GTK: If this is the last
1963 terminal just exit without closing the display.
1964
1965 2008-03-11 Jason Rumney <jasonr@gnu.org>
1966
1967 * w32font.c (w32font_full_name): Use floor to round.
1968
1969 2008-03-10 dhruva <dhruvakm@gmail.com> (tiny change)
1970
1971 * sound.c (alsa_configure): Declare vol at beginning of block.
1972
1973 * fontset.c (Ffontset_info): Remove extra semicolon.
1974
1975 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
1978 size of resulting string.
1979
1980 2008-03-10 Jason Rumney <jasonr@gnu.org>
1981
1982 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
1983
1984 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1985
1986 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
1987 Don't pretend as if characters with display property haven't been
1988 consumed for string-replacing-string case.
1989
1990 2008-03-08 Kim F. Storm <storm@cua.dk>
1991
1992 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
1993 (get_next_display_element, next_element_from_string)
1994 (next_element_from_ellipsis, next_element_from_buffer): Use it.
1995
1996 2008-03-08 Andreas Schwab <schwab@suse.de>
1997
1998 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
1999
2000 2008-03-06 Jason Rumney <jasonr@gnu.org>
2001
2002 * w32font.c (w32_registry): Take font_type argument. Use ANSI
2003 when charset not specified. Only translate ANSI to unicode when
2004 font_type is truetype.
2005 (w32font_coverage_ok): New function.
2006 (add_font_entity_to_list): Use it to filter unsuitable fonts.
2007
2008 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
2009
2010 * lread.c (Fread_char): Resolve modifiers.
2011 (Fread_char_exclusive): Likewise.
2012
2013 * character.c (char_resolve_modifier_mask): New function.
2014 (char_string): Use char_resolve_modifier_mask.
2015 (Fchar_resolve_modifiers): New function.
2016 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
2017 function.
2018
2019 2008-03-04 Jason Rumney <jasonr@gnu.org>
2020
2021 * makefile.w32-in: Always include w32font.c in the build.
2022 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
2023
2024 2008-03-04 Andreas Schwab <schwab@suse.de>
2025
2026 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
2027 (versionclean): Likewise.
2028
2029 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
2030
2031 * .cvsignore: Add oo.
2032
2033 2008-03-03 Andreas Schwab <schwab@suse.de>
2034
2035 * coding.c (decode_coding_object): Inhibit gap shrinking while
2036 decoding in place.
2037
2038 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
2039
2040 * w32term.c: Remove unused include "gnu.h".
2041 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
2042
2043 * gnu.h: Rename to ...
2044 * emacs-icon.h: ... this.
2045 * xterm.c: Use emacs-icon.h instead of gnu.h.
2046 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
2047
2048 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
2049
2050 * w32font.c: Include math.h.
2051
2052 2008-03-03 Jason Rumney <jasonr@gnu.org>
2053
2054 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
2055 Compute options separately.
2056 (w32font_open_internal): Set glyph_idx before caching metrics.
2057
2058 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
2059 Define if system headers don't.
2060 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
2061 (w32font_encode_char): Don't declare here.
2062
2063 * w32font.c (Quniscribe, QCformat): New symbols.
2064 (syms_of_w32font): Define them.
2065 (w32font_has_char): Indicate uncertainty.
2066 (w32font_encode_char): Encode as glyph point. Make static.
2067 (recompute_cached_metrics): New function.
2068 (w32font_open_internal): Use it. Set font to use glyph points
2069 initially. Set format based on type of font.
2070 (w32font_text_extents, w32font_draw): Optionally use glyph points.
2071 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
2072 on it. Set format based on information available here.
2073 (add_font_entity_to_list): Identify backend based on opentype_only.
2074
2075 2008-03-02 Andreas Schwab <schwab@suse.de>
2076
2077 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
2078
2079 * coding.c (decode_coding_big5, produce_chars):
2080 Fix typos in last change.
2081
2082 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
2083
2084 * gnu.h: New icon.
2085
2086 2008-03-02 Kenichi Handa <handa@m17n.org>
2087
2088 * coding.c (decode_coding_utf_8): When eol-type of CODING is
2089 `dos', don't decode '\r' if that is the last in the source.
2090 (decode_coding_utf_16, decode_coding_emacs_mule)
2091 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
2092 (decode_coding_raw_text, decode_coding_charset): Likewise.
2093 (produce_chars): Don't decode EOL here. Use EMACS_INT.
2094
2095 2008-03-01 Jason Rumney <jasonr@gnu.org>
2096
2097 * w32font.c (w32font_full_name): Report point size for scalable fonts.
2098
2099 2008-03-01 Kim F. Storm <storm@cua.dk>
2100
2101 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
2102
2103 2008-03-01 Jason Rumney <jasonr@gnu.org>
2104
2105 * w32font.c (w32font_full_name): New function.
2106 (w32font_open_internal): Use it.
2107
2108 2008-03-01 Kim F. Storm <storm@cua.dk>
2109
2110 * dispnew.c (line_draw_cost): Fix invalid glyph check.
2111
2112 2008-03-01 Jason Rumney <jasonr@gnu.org>
2113
2114 * font.c (font_unparse_fcname): Increase len when style is a symbol.
2115
2116 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
2117
2118 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
2119 xg_frame_resized when the event is for the edit widget.
2120
2121 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
2122
2123 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
2124 set_char_size.
2125 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
2126 operations on widgets here. Just set frame size if needed.
2127 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
2128 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
2129 (x_wm_set_size_hint): Set size hints on the edit widget only, not
2130 the whole frame.
2131 (xg_create_tool_bar): Move attachement of the tool bar to
2132 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
2133 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
2134
2135 2008-03-01 Jason Rumney <jasonr@gnu.org>
2136
2137 * w32fns.c (w32_msg_pump): Disable debug code.
2138
2139 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2140
2141 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
2142
2143 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
2144
2145 * xdisp.c (next_overlay_string): Don't set
2146 overlay_strings_at_end_processed_p if we're currently reading from
2147 a display string.
2148
2149 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
2150
2151 * xdisp.c (get_overlay_strings_1): Fix typo.
2152
2153 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * xdisp.c (get_overlay_strings_1): Add missing argument type.
2156
2157 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
2158
2159 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
2160
2161 * xdisp.c (display_mode_element): Cancel the previous change.
2162 (decode_mode_spec): Likewise.
2163 (handle_auto_composed_prop): Don't make composition if it->string
2164 is a string.
2165
2166 2008-02-27 Kim F. Storm <storm@cua.dk>
2167
2168 * lisp.h (GLYPH): Change type from int to struct with separate char
2169 and face_id members.
2170 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
2171 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
2172 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
2173 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
2174 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
2175 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
2176 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
2177 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
2178 handle new Lisp glyph code encoding, either an integer or a cons.
2179
2180 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
2181 (GLYPH_ALIAS): Delete.
2182 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
2183 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
2184 (GLYPH_FROM_CHAR): Replace macro by ...
2185 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
2186
2187 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
2188 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
2189 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
2190 (GLYPH_INVALID_P): New macro.
2191 (spec_glyph_lookup_face): Update prototype.
2192
2193 * dispnew.c (line_draw_cost): Adapt to new glyph type.
2194 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
2195 new glyph code encoding.
2196 (spec_glyph_lookup_face): No return value; update passed glyph instead.
2197 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
2198
2199 * xdisp.c (get_next_display_element, next_element_from_display_vector):
2200 Adapt to new glyph type and new glyph code encoding.
2201
2202 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
2203
2204 * indent.c (current_column, current_column_1, Fmove_to_column)
2205 (compute_motion): Adapt to new glyph code encoding.
2206
2207 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
2208
2209 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
2210
2211 * process.c (wait_reading_process_output): Check for window
2212 changes caused by timers.
2213 Suggested by Johan Bockgård.
2214
2215 2008-02-27 Glenn Morris <rgm@gnu.org>
2216
2217 * emacs.c (USAGE1): Add `--disable-font-backend'.
2218
2219 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2220
2221 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
2222 is made to the buffer.
2223
2224 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2225
2226 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
2227 (face_at_string_position):
2228 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
2229 (face_at_string_position):
2230 * xdisp.c (display_string, next_overlay_change):
2231 * buffer.h (overlays_at):
2232 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
2233 Update callers.
2234
2235 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
2236
2237 * editfns.c (Fformat): Doc fix.
2238
2239 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
2240
2241 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
2242 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
2243 (Ffont_otf_alternates, Fquery_font): Doc fixes.
2244
2245 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2246
2247 * buffer.c (Fbuffer_swap_text): New function.
2248 (syms_of_buffer): Defsubr it.
2249
2250 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
2251
2252 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
2253
2254 2008-02-25 Jason Rumney <jasonr@gnu.org>
2255
2256 * w32font.c (w32font_draw): Draw one character at a time when padding.
2257
2258 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2259
2260 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
2261 Handle a nil arg. Use run_window_configuration_change_hook.
2262 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
2263 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
2264 Use run_window_configuration_change_hook.
2265
2266 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
2267
2268 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
2269 1-pixel width.
2270
2271 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
2272
2273 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
2274 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
2275 if the glyph in the font is zero pixel with.
2276
2277 * dispextern.h (struct glyph_string): New member padding_p.
2278
2279 * w32font.c (w32font_draw): Pay attention to s->padding_p.
2280
2281 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
2282
2283 * xfont.c (xfont_draw): Pay attention to s->padding_p.
2284
2285 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
2286
2287 * font.c: If the font driver doesn't have `shape' function, return Qnil.
2288
2289 2008-02-25 Jason Rumney <jasonr@gnu.org>
2290
2291 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
2292
2293 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2294
2295 Allow fine-grained image-cache flushing.
2296 * dispextern.h (struct image): Add `dependencies' field.
2297 (clear_image_caches): Change arg to Lisp_Object.
2298 * image.c (make_image): Initialize `dependencies' field.
2299 (clear_image_cache): Change arg to allow fine-grained flushing.
2300 Perform the flush even if image-cache-eviction-delay is nil.
2301 (clear_image_caches): Change arg to Lisp_Object.
2302 (Fclear_image_cache): Expand meaning of the argument.
2303 (mark_image): Mark `dependencies' field.
2304 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
2305 (lface_hash): Use XHASH rather than XFASTINT.
2306 (face_at_buffer_position): Fix int -> EMACS_INT position.
2307 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
2308 (select_frame_for_redisplay): Remove code duplication.
2309 (redisplay_internal): Adapt arg to call to clear_image_caches.
2310
2311 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2312
2313 * s/vms4-0.h:
2314 * s/vms4-2.h:
2315 * s/vms4-4.h:
2316 * s/vms5-5.h: Remove, unused.
2317
2318 * s/irix5-2.h:
2319 * s/irix6-0.h:
2320 * s/riscos5.h:
2321 * s/mach-bsd4-3.h:
2322 * m/mips4.h: Remove files for obsolete systems.
2323
2324 * Makefile.in:
2325 * filelock.c:
2326 * unexmips.c:
2327 * m/hp9000s300.h:
2328 * m/iris4d.h:
2329 * s/aix3-1.h:
2330 * s/hpux.h:
2331 * s/msdos.h:
2332 * s/usg5-0.h:
2333 * s/usg5-2-2.h:
2334 * s/usg5-2.h:
2335 * s/usg5-3.h: Remove references to obsolete variables.
2336
2337 * s/irix5-0.h: Remove, move all the contents ...
2338 * s/irix6-5.h: ... here. Simplify.
2339 * config.in: Regenerate.
2340
2341 2008-02-24 Jason Rumney <jasonr@gnu.org>
2342
2343 * w32term.c (x_draw_glyph_string_background): Clear the background
2344 manually when cleartype is in use.
2345 (x_draw_glyph_string_foreground): Draw text transparently when
2346 cleartype is in use.
2347
2348 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
2349 a font into it unless we have to.
2350
2351 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
2354 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
2355
2356 2008-02-18 Jason Rumney <jasonr@gnu.org>
2357
2358 * w32fns.c (Fw32_shell_execute): Encode parameters.
2359
2360 2008-02-09 Eli Zaretskii <eliz@gnu.org>
2361
2362 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
2363
2364 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
2365
2366 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
2367
2368 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
2369
2370 * xterm.c (x_set_offset): Don't change the gravity if
2371 CHANGE_GRAVITY is -1.
2372
2373 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * fileio.c (auto_save_error_occurred): New var.
2376 (auto_save_error): Set it.
2377 (Fdo_auto_save): Don't overwrite the error message if an auto-save
2378 error occurred.
2379
2380 2008-02-23 Eli Zaretskii <eliz@gnu.org>
2381
2382 * w32.c (globals_of_w32): Add initializations for
2383 g_b_init_get_sid_sub_authority and
2384 g_b_init_get_sid_sub_authority_count.
2385
2386 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
2389 (font_parse_xlfd): Use them for sanity check.
2390 (Finternal_set_font_style_table): Make sure the table is bijective.
2391
2392 Consolidate the image_cache to the terminal struct.
2393 * termhooks.h (P_): Remove redundant def.
2394 (struct terminal): New field `image_cache'.
2395 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
2396 of FRAME_X_IMAGE_CACHE.
2397 * xterm.h (struct x_display_info): Remove image_cache field.
2398 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
2399 * w32term.h (struct w32_display_info): Remove image_cache field.
2400 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
2401 * macterm.h (struct mac_display_info): Remove image_cache field.
2402 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
2403 * xterm.c (x_term_init):
2404 * w32term.c (w32_term_init):
2405 * macterm.c (mac_term_init): Set the image_cache in the terminal.
2406 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
2407 Remove declarations.
2408 (clear_image_caches, mark_image_cache): New declarations.
2409 * xfaces.c (clear_face_cache):
2410 * xdisp.c (redisplay_internal): Use clear_image_caches.
2411 * image.c (clear_image_cache): Don't check that a frame is on
2412 a window-system before checking if it shares the same cache.
2413 (clear_image_caches): New function.
2414 (Fclear_image_cache): Use it.
2415 (mark_image): Move from allo.c.
2416 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
2417 * alloc.c (mark_image, mark_image_cache): Move to image.c.
2418 (mark_object): Don't call mark_image_cache for frames.
2419 (mark_terminals): Call mark_image_cache.
2420
2421 * lisp.h (Fdelete_terminal): Declare.
2422
2423 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
2424 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
2425 wrong_type_argument.
2426
2427 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
2428
2429 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
2430 malayalam.el, and tamil.el. Add sinhala.el.
2431
2432 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2433
2434 * xterm.c (x_connection_closed): Consolidate identical tests.
2435 (x_delete_terminal): Don't crash if called via x_connection_closed.
2436
2437 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
2438
2439 * xdisp.c (decode_mode_spec): New arg string.
2440 (display_mode_element): Adjust for the above change.
2441
2442 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2443
2444 * callint.c (Fcall_interactively): Use AREF.
2445
2446 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2447
2448 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
2449
2450 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
2451
2452 * xfns.c (Fx_show_tip): Set string to " " if empty.
2453
2454 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
2455
2456 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
2457 with Qt.
2458
2459 2008-02-17 Kenichi Handa <handa@m17n.org>
2460
2461 * ftfont.c (ftfont_shape): Return Lispy number.
2462
2463 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
2464 for GCs.
2465 (Finternal_set_font_selection_order): Call font_update_sort_order
2466 only when enable_font_backend is set.
2467 (realize_x_face): Set face->font_info to that of default face only
2468 when enable_font_backend is set.
2469
2470 * xdisp.c (handle_composition_prop): Set it->c to the fist
2471 characte of the composed region.
2472 (fill_composite_glyph_string): Set base_face->font_info to
2473 s->font_info. Get a face for ascii from base_face->ascii_face.
2474 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
2475 with a face already decided.
2476 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
2477 non-negative.
2478 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
2479 call font_prepare_composition unconditionally.
2480
2481 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
2482
2483 * xterm.h (struct x_display_info): New member font.
2484
2485 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
2486 (x_set_mouse_face_gc, x_new_font): Likewise.
2487 (x_term_init): Setup display_info->font.
2488 (x_delete_terminal): Free display_info->font.
2489
2490 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
2491
2492 * ftxfont.c (ftxfont_default_fid): Delete it.
2493 (ftxfont_open): Set xfont->fid to 0.
2494 (ftxfont_end_for_frame): Clear data specific to the frame and the
2495 font-driver.
2496
2497 * xftfont.c (xftfont_default_fid): Delete it.
2498 (xftfont_open): Set xfont->fid to 0.
2499
2500 * fontset.c (FONTSET_OBJLIST): New macro.
2501 (fontset_find_font): Update font-object list of the fontset.
2502 (free_realized_fontset): New function.
2503 (free_face_fontset): Call free_realized_fontset.
2504 (Ffont_info): Call font_close_object only when enable_font_backend
2505 is set.
2506
2507 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
2508 [HAVE_NTGUI]: Include w32term.h.
2509 [MAC_OS]: Include macterm.ch.
2510 (font_otf_ValueRecord): Use make_number.
2511 (font_finish_cache): Fix handling of reference count.
2512 (font_clear_cache): Update num_fonts.
2513 (font_open_entity): Update smallest_char_width and
2514 smallest_font_height of the frame.
2515 (font_close_object): Update num_fonts.
2516 (Fclear_font_cache): Fix finding the target cache data.
2517
2518 2008-02-16 Glenn Morris <rgm@gnu.org>
2519
2520 * fontset.c (Finternal_char_font): Fix compilation warning.
2521
2522 2008-02-16 Eli Zaretskii <eliz@gnu.org>
2523
2524 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
2525 instead of char arrays. Enlarge the size of array passed to
2526 get_token_information.
2527
2528 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
2529 warnings.
2530
2531 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
2532
2533 * .gdbinit: Don't set `args', it breaks gdb --args.
2534
2535 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
2536
2537 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
2538 within a narrowed buffer.
2539
2540 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
2541
2542 * coding.c (decode_coding_object, encode_coding_object):
2543 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
2544
2545 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * coding.c (coding_set_destination): Use BEG_BYTE rather than
2548 hardcoding 1.
2549 (detect_coding_system):
2550 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
2551 (string_char_to_byte, string_byte_to_char, insert_from_gap):
2552 * insdel.c (insert_from_gap):
2553 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
2554 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
2555 (string_to_multibyte):
2556 * character.c (chars_in_text, multibyte_chars_in_text):
2557 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
2558
2559 * character.h (FETCH_STRING_CHAR_ADVANCE)
2560 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
2561 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
2562 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
2563
2564 * casefiddle.c (casify_region): Only call after-change and composition
2565 functions on the part of the region that was changed.
2566
2567 * keyboard.c (read_avail_input):
2568 * frame.c (Fdelete_frame): Call Fdelete_terminal.
2569
2570 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
2573 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
2574
2575 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
2576
2577 * w32menu.c (push_submenu_start, push_submenu_end)
2578 (push_left_right_boundary, push_menu_pane, push_menu_item):
2579 * keyboard.c (read_key_sequence): Don't pass args with side effects
2580 to AREF, it fails when compiling with -DENABLE_CHECKING.
2581
2582 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
2583
2584 * Makefile.in (${lispsource}international/charprop.el):
2585 Delete this target.
2586
2587 * search.c (boyer_moore): Fix incorrect synching of the trunk and
2588 emacs-unicode-2.
2589
2590 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 * terminal.c (Fdelete_terminal): Clean up the `force' path.
2593
2594 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2595
2596 * frame.c (Qnoelisp): New symbol.
2597 (syms_of_frame): Initialize it.
2598 (Fdelete_frame): Use it to distinguish a mere `force' passed from
2599 someharmles Elisp code, from a strong `force' from x_connection_closed.
2600 * frame.h (Qnoelisp): Declare.
2601 * xterm.c (x_connection_closed): Pass `noelisp'.
2602
2603 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
2604 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
2605 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
2606 rather than `int' for the type of `type'.
2607
2608 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2609
2610 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
2611
2612 * Makefile.in (GNUC): Remove support for gcc-1.x.
2613
2614 2008-02-10 Richard Stallman <rms@gnu.org>
2615
2616 * lisp.h (ASET): Use AREF, not ASLOT.
2617
2618 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * lisp.h (ASET): Check bounds.
2621
2622 2008-02-10 Glenn Morris <rgm@gnu.org>
2623
2624 * buffer.c (mode-name): Doc fix.
2625
2626 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
2627
2628 * Makefile.in:
2629 * emacs.c:
2630 * gmalloc.c:
2631 * keyboard.c:
2632 * lisp.h:
2633 * m/ibm370aix.h:
2634 * process.c:
2635 * regex.c:
2636 * s/hpux.h:
2637 * sysdep.c:
2638 * sysselect.h:
2639 * systty.h:
2640 * unexec.c:
2641 * w32term.c:
2642 * xsmfns.c:
2643 * xterm.c: Remove code that deals with obsolete variables.
2644
2645 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
2646
2647 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
2648 nothing else needs it anymore.
2649
2650 2008-02-09 Eli Zaretskii <eliz@gnu.org>
2651
2652 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
2653 instead of unibyte_char_to_multibyte.
2654
2655 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
2656
2657 * s/gnu-linux.h: Remove commented out code.
2658
2659 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
2660
2661 * Makefile.in: Update what RMS says about using autoconf.
2662 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
2663 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1):
2664 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
2665 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
2666
2667 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2668
2669 * keymap.c (Fkey_description): Move side effect outside of macro call.
2670
2671 * xfaces.c (Finternal_make_lisp_face):
2672 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
2673
2674 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
2675 (syms_of_fontset): Use ASET.
2676
2677 * fns.c (concat): Move side effect outside of macro call.
2678 (hash_clear): Use ASET.
2679
2680 2008-02-08 Richard Stallman <rms@gnu.org>
2681
2682 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
2683 If FORCE, and frame has a surrogate minibuffer for another frame,
2684 delete the other frame first.
2685
2686 2008-02-07 Timo Savola <timo.savola@iki.fi>
2687
2688 * xterm.c (x_detect_focus_change): Handle embed client message.
2689 (handle_one_xevent): Ditto.
2690 (handle_one_xevent): If embedded and we get a button press/release,
2691 request focus.
2692 (xembed_set_info, xembed_send_message): New functions.
2693 (x_make_frame_visible): Call xembed_set_info if embedded.
2694 (x_make_frame_invisible): Call xembed_set_info if embedded.
2695 (x_term_init): Initialize Xatom_XEMBED.
2696 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
2697 (x_iconify_frame): Ditto.
2698
2699 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
2700 (enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
2701 (enum xembed_modifier, enum xembed_accelerator): New.
2702 (xembed_set_info, xembed_send_message): Declare.
2703 (FRAME_X_EMBEDDED_P): New.
2704
2705 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
2706 gtk_plug_new.
2707
2708 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
2709 window ID of a frame.
2710 (x_window): Reparent frame if embedded.
2711 (Fx_create_frame): Don't set border width if embedded.
2712
2713 * emacs.c (USAGE3): Add --parent-id
2714 (standard_args): Ditto.
2715
2716 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
2717
2718 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
2719
2720 2008-02-07 Jim Meyering <meyering@redhat.com>
2721
2722 Use "do...while (0)", not "if (1)...else" in macro definitions.
2723 The latter provokes a warning from gcc about the empty else, when
2724 followed by ";". Also, without that trailing semicolon, it would
2725 silently swallow up any following statement.
2726 * syntax.h (SETUP_SYNTAX_TABLE):
2727 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
2728 * buffer.h (DECODE_POSITION): Likewise.
2729 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
2730 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
2731 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
2732 (FETCH_CHAR_ADVANCE): Likewise.
2733 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
2734
2735 2008-02-07 Jim Meyering <meyering@redhat.com>
2736
2737 * lread.c [lint]: Don't include <sys/inode.h>.
2738
2739 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 * xselect.c (x_handle_dnd_message):
2742 * xmenu.c (digest_single_submenu, xmenu_show):
2743 * xdisp.c (with_echo_area_buffer_unwind_data)
2744 (format_mode_line_unwind_data, unwind_format_mode_line)
2745 (display_menu_bar):
2746 * eval.c (Ffetch_bytecode):
2747 * doc.c (store_function_docstring):
2748 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
2749 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
2750 * buffer.c (add_overlay_mod_hooklist): Use ASET.
2751
2752 2008-02-07 Kenichi Handa <handa@m17n.org>
2753
2754 * ftxfont.c (ftxfont_open): Don't set
2755 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
2756
2757 * ftfont.c (ftfont_open): Fix previous change.
2758
2759 2008-02-06 Jason Rumney <jasonr@gnu.org>
2760
2761 * w32font.c (w32font_text_extents): Fill in lbearing metric.
2762 Use cached metrics for ASCII characters.
2763 (w32font_open_internal): Don't set font's owning_frame.
2764 Cache metrics for ASCII characters.
2765
2766 * w32font.h (struct w32font_info): Add ascii_metrics.
2767 Remove owning_frame.
2768
2769 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
2770
2771 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
2772 to negative value.
2773
2774 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
2775
2776 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
2777
2778 * charset.c (syms_of_charset): Set QCtest and Qeq.
2779
2780 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * process.c (Fstart_process):
2783 * callproc.c (Fcall_process): Handle the case where
2784 Funhandled_file_name_directory returns nil.
2785
2786 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
2787 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
2788 * font.c (check_gstring): Use them and AREF to access the vector before
2789 we know it's really a gstring.
2790 (Ffont_shape_text): Fix typo.
2791 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
2792
2793 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
2794 Declare.
2795
2796 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
2797
2798 2008-02-05 Jason Rumney <jasonr@gnu.org>
2799
2800 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
2801 Set smallest_font_height and smallest_char_width in display info.
2802
2803 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
2804
2805 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
2806
2807 2008-02-05 Miles Bader <miles@gnu.org>
2808
2809 * xfaces.c (get_lface_attributes, merge_named_face)
2810 (lookup_named_face, lookup_derived_face, realize_named_face):
2811 Revert 2008-02-01 change by cyd@stupidchicken.com.
2812
2813 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
2814
2815 * fontset.c (Ffontset_info): Handle the case of inhibitting the
2816 fallback fonts.
2817 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
2818
2819 2008-02-04 Jason Rumney <jasonr@gnu.org>
2820
2821 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
2822 set full_name.
2823 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
2824
2825 2008-02-03 Jason Rumney <jasonr@gnu.org>
2826
2827 * makefile.w32-in (OBJ1): Include font.o here.
2828 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
2829
2830 2008-02-02 Jason Rumney <jasonr@gnu.org>
2831
2832 * makefile.w32-in (temacs): Bump EMHEAP to 21.
2833
2834 2008-02-01 Jason Rumney <jasonr@gnu.org>
2835
2836 * s/cygwin.h: Define VIRT_ADDR_VARIES.
2837
2838 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
2839
2840 2008-02-01 Andreas Schwab <schwab@suse.de>
2841
2842 * Makefile.in (shortlisp, lisp): Update for rename of
2843 ../lisp/language/myanmar.el.
2844
2845 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
2846
2847 * xfaces.c (get_lface_attributes): Delete function.
2848 (merge_named_face, lookup_named_face, lookup_derived_face)
2849 (realize_named_face): Call lface_from_face_name directly, and use
2850 the fact that merge_face_vectors does not alter its FROM argument.
2851
2852 2008-02-01 Jason Rumney <jasonr@gnu.org>
2853
2854 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
2855 input in the default locale. Handle non-Unicode multibyte input.
2856
2857 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2858
2859 * fontset.c (reorder_font_vector): Exclude nil elements from the
2860 font group. Don't try multiple fonts.
2861 (fontset_font): Adjust for the above change.
2862 (Finternal_char_font): Return nil if the found font doesn't
2863 contain the character ch.
2864
2865 * Makefile.in (lisp, shortlisp): Add cham.el.
2866
2867 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2868
2869 * font.h (FONTP): Make it return 1 also for a font-object.
2870
2871 * .gdbinit (xfontset): New function.
2872
2873 * font.c (font_find_for_lface): Check if the character C is
2874 supported or not only for the first font.
2875
2876 * fontset.c (reorder_font_vector): Fix typo.
2877 (fontset_find_font): Don't add a font-spec specifying a script.
2878 Use 0 (not Qt) for the indication of empty font-group. Change the
2879 format of RFONT-DEF. Return Qt if no font in the font-group
2880 support the character.
2881 (fontset_font): Adjust for the above change. If no font was
2882 found the character, remember that.
2883 (face_for_char): Adjust for the change of RFONT-DEF.
2884 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
2885 no font for the target.
2886 (Finternal_char_font): Adjust for the change of RFONT-DEF.
2887
2888 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2889
2890 * font.c (font_load_for_face): Handle the case that the font in
2891 face->lface is a string.
2892
2893 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2894
2895 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
2896
2897 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2898
2899 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
2900 Fix previous change. If the frame is not on a window system,
2901 signal an error.
2902
2903 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2904
2905 * coding.c (decode_coding_object, encode_coding_object): Adjust
2906 marker positions after conversion.
2907
2908 * lisp.h (struct Lisp_Marker): New member need_adjustment.
2909
2910 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2911
2912 * font.c (font_find_for_lface): Fix the handling of the return
2913 value of font_has_char.
2914 (Ffont_shape_text): Fix previous change.
2915
2916 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
2917 (fontset_ref_and_range): Delete it.
2918 (fontset_find_font): Call char_table_ref_and_range instead of
2919 FONTSET_REF_AND_RANGE.
2920 (make_fontset): Don't setup font groups of Latin here.
2921 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
2922 (new_fontset_from_font): Make the specified font the default for
2923 all Latin characters.
2924
2925 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2926
2927 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
2928 is on a window system before accessing the fontset of the frame.
2929
2930 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2931
2932 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
2933
2934 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
2935 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
2936
2937 * font.c (Ffont_shape_text): If the font driver doesn't have a
2938 shaper function, make zero-width glyphs to have at least one-pixel
2939 width. Fix setting of `to' field of glyphs.
2940
2941 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2942
2943 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
2944 glyphs.
2945
2946 * font.h (struct font_driver): Improve docstring of member `shape'.
2947
2948 2008-02-01 Kenichi Handa <handa@m17n.org>
2949
2950 * composite.c (syms_of_composite): Fix docstring of
2951 auto-composition-function.
2952
2953 * font.h (LGLYPH_SIZE): New macro.
2954
2955 * font.c (Ffont_fill_gstring): Stop filling when a character not
2956 supported by the font is found.
2957 (Ffont_shape_text): When a shape callback function returns nil,
2958 try at most two more times with larger gstring.
2959 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
2960
2961 * xdisp.c (handle_auto_composed_prop): Change the argument to
2962 auto-composition-function.
2963
2964 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
2965 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
2966 Lispy glyph and store it in the lgstring.
2967
2968 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
2969
2970 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
2971
2972 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2973
2974 * font.c (Ffont_shape_text): Avoid unnecessary composition.
2975
2976 * fontset.c (Vfont_encoding_charset_alist): New variable.
2977 (syms_of_fontset): DEFVAR it.
2978 (reorder_font_vector, fontset_find_font): Optimize for the case of
2979 no need of reordering.
2980 (face_for_char): Map the charset property by
2981 Vfont_encoding_charset_alist.
2982
2983 2008-02-01 Jason Rumney <jasonr@gnu.org>
2984
2985 * w32font.c (logfonts_match): Don't check adstyle here.
2986 (font_matches_spec): Check here against physical font instead.
2987 (add_font_entity_to_list): Avoid some substitutions.
2988
2989 * font.c (font_parse_fcname): Default weight and slant to normal.
2990 (font_score): Prefer normal fonts if weight or slant unspecified.
2991 (font_score) [WINDOWSNT]: Scale weight difference down to closer
2992 match freetype scores.
2993
2994 2008-02-01 Jason Rumney <jasonr@gnu.org>
2995
2996 * w32font.c (w32font_text_extents): Don't use the frame stored in the
2997 font, as it may have been deleted.
2998 (w32_enumfont_pattern_entity): Map generic family to adstyle using
2999 most common hyphenless variation.
3000 (logfonts_match): Check generic family.
3001 (font_matches_spec): Don't check generic family here.
3002 (fill_in_logfont): Set generic family based on adstyle.
3003
3004 * w32font.h (w32font_get_cache): Update declaration.
3005
3006 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3007
3008 * ftfont.c (ftfont_get_cache): Adjust the argument type.
3009
3010 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
3011 If none of the new drivers are available, call font_update_drivers
3012 with the old drivers.
3013
3014 * w32font.c (w32font_get_cache): Adjust the argument type.
3015
3016 * xfont.c (xfont_get_cache): Adjust the argument type.
3017
3018 * font.h (struct font_driver): Change argument type of get_cache.
3019
3020 * xftfont.c (xftfont_start_for_frame): Delete prototype.
3021
3022 * font.c (Ffont_get): Fix arguments to Fassoc.
3023 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
3024 (font_clear_cache): New function.
3025 (font_list_entities, font_matching_entity): Use font_get_cache.
3026 (font_update_drivers): Call font_clear_cache when finishing a driver.
3027
3028 * fontset.c (fontset_find_font): Fix previous change.
3029
3030 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3031
3032 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
3033 dpyinfo->font_table.
3034 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
3035 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
3036
3037 * font.c (font_at): Handle the case that the arg C is negative.
3038 Handle the unibyte case.
3039 (Ffont_at): Call font_at with the arg C -1.
3040
3041 * xdisp.c (handle_auto_composed_prop): Don't get a character at
3042 the position here, and call font_at with the arg C -1.
3043 Don't check the range of the existing composition at the point.
3044
3045 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3046
3047 * fontset.c (fontset_add): New args charset_id and family.
3048 Change caller.
3049 (load_font_get_repertory, fontset_find_font): Assume that
3050 font_spec is always a font-spec object.
3051 (Fset_fontset_font): Always store a font-spec object in a fontset.
3052
3053 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
3054 instead of get_property_and_range.
3055
3056 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3057
3058 * xftfont.c (struct xftfont_info): Delete the member ft_face.
3059 (xftfont_open): Don't keep locking face.
3060 (xftfont_close): Don't unlock face.
3061 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
3062
3063 * fontset.c (fontset_find_font): Don't prefer a font of
3064 supplementary charset.
3065
3066 2008-02-01 Kenichi Handa <handa@m17n.org>
3067
3068 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
3069 script, langsys_tag to langsys, new member script.
3070 (OTF_TAG_STR): Terminate by '\0'.
3071 (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
3072 listing to the script specified in that property. Fix arg to
3073 OTF_check_features.
3074
3075 2008-02-01 Jason Rumney <jasonr@gnu.org>
3076
3077 * w32font.h: New file.
3078
3079 * w32font.c: Include it.
3080 (struct w32font_info): Add owning_frame field. Move to w32font.h.
3081 (w32font_open): Set owning_frame.
3082 (w32font_text_extents): Use owning_frame.
3083 (struct font_callback_data): Add opentype_only field.
3084 (add_font_entity_to_list): Use it to filter fonts.
3085 Don't check against full name.
3086 (w32font_list_internal): New function.
3087 (w32font_list): Use it.
3088 (w32font_match_internal): New function.
3089 (w32font_match): Use it.
3090 (w32font_open_internal): New function.
3091 (w32font_open): Use it.
3092 (w32font_get_cache, w32font_close, w32font_has_char)
3093 (w32font_encode_char, w32font_text_extents, w32font_draw):
3094 Make non-static.
3095
3096 * makefile.w32-in (w32font.o): Depend on w32font.h.
3097
3098 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3099
3100 * charset.c (Fdefine_charset_internal): Record a supplementary
3101 charset at the tail of Vcharset_order_list.
3102
3103 * font.c (Ffont_shape_text): Fix the return value.
3104
3105 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
3106
3107 * xdisp.c (handle_auto_composed_prop): Fix previous change.
3108
3109 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3110
3111 * ftfont.c (struct OpenTypeSpec): New struct.
3112 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
3113 (ftfont_get_open_type_spec): New function.
3114 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
3115
3116 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
3117
3118 2008-02-01 Jason Rumney <jasonr@gnu.org>
3119
3120 * w32font.c (add_font_entity_to_list): Compare only the beginning
3121 of full name.
3122
3123 2008-02-01 Kenichi Handa <handa@m17n.org>
3124
3125 * xdisp.c (handle_auto_composed_prop): Simplify the code.
3126 Never return HANDLED_RECOMPUTE_PROPS.
3127
3128 2008-02-01 Kenichi Handa <handa@m17n.org>
3129
3130 * font.c (font_gstring_produce): Delete it.
3131
3132 * composite.h (COMPOSITION_METHOD):
3133 Handle COMPOSITION_WITH_GLYPH_STRING.
3134
3135 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3136
3137 * xfont.c (Qx): Delete.
3138 (syms_of_xfont): Don't initialize Qx.
3139
3140 * composite.h (enum composition_method):
3141 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
3142
3143 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3144
3145 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
3146 (choose_face_font): Accept new form of font-spec.
3147
3148 * frame.h (font_driver_list): Declare it unconditionally.
3149 (struct frame): Define members font_driver_list and font_data_list
3150 unconditionally.
3151
3152 * fontset.c: Include "font.h" unconditionally.
3153 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
3154 (Fset_fontset_font): Accept a font-spec object.
3155
3156 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
3157 PIXEL_SIZE part a wild card.
3158
3159 * dispextern.h (struct glyph_string): Define members clip and
3160 num_clips unconditionally.
3161 (struct face): Define members font_info and extra unconditionally.
3162
3163 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
3164 ftfont_info only when HAVE_LIBOTF is defined.
3165
3166 2008-02-01 Andreas Schwab <schwab@suse.de>
3167
3168 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
3169 and end.
3170
3171 2008-02-01 Jason Rumney <jasonr@gnu.org>
3172
3173 * w32font.c (w32font_driver): Add new fields.
3174
3175 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3176
3177 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
3178 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
3179 (LIBES): Add @M17N_FLT_CFLAGS@.
3180
3181 * composite.c (compose_text): Don't treat the new style
3182 composition specially.
3183
3184 * emacs.c (main): Call syms_of_font unconditionally.
3185
3186 * font.h (FONT_ENTITY_NOT_LOADABLE)
3187 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
3188 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
3189 (struct font_driver): New member shape.
3190 (font_registry_charsets): Extern it.
3191 (font_find_for_lface, font_prepare_composition): Adjust prototype.
3192 (font_otf_capability, font_drive_otf): Delete their externs.
3193
3194 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
3195 (font_charset_alist, font_registry_charsets): Move from xfont.c
3196 and rename.
3197 (font_prop_validate_otf): New function.
3198 (font_property_table): Register it for QCotf.
3199 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
3200 (font_drive_otf): Delete.
3201 (font_prepare_composition): New arg F. Adjust for the change of
3202 lispy gstring.
3203 (font_find_for_lface): New arg C.
3204 (font_load_for_face): Adjust for the change of font_find_for_lface.
3205 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
3206 lispy gstring.
3207 (Ffont_shape_text): New function.
3208 (Fopen_font): If the font size is not given, use 12-pixel.
3209 (Ffont_at): New arg STRING.
3210 (syms_of_font): Initalize font_charset_alist.
3211 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
3212 conditionally.
3213
3214 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
3215 fonts of the same font-spec. Change the format of RFONT-DEF.
3216 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
3217 Adjust for the change of RFONT-DEF.
3218 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
3219
3220 * ftfont.h: New file.
3221
3222 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
3223 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
3224 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
3225 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
3226 font_otf_capability and font_drive_otf, set ftfont_shape.
3227 (ftfont_list): Adjust for the change of :otf property value.
3228 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
3229 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
3230 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
3231 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.s
3232 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
3233 (otf_gstring, gstring, m17n_flt_initialized): New variables.
3234
3235 * w32term.c (x_draw_composite_glyph_string_foreground):
3236 Adjust for the change of lispy gstring.
3237
3238 * xdisp.c (handle_composition_prop): Adjust for the change of
3239 lispy gstring. Call a function for auto-composition with the
3240 third arg it->window.
3241 (fill_composite_glyph_string): Adjust for the change of lispy string.
3242 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
3243
3244 * xfaces.c (set_font_frame_param): Adjust for the change of
3245 font_find_for_lface.
3246
3247 * xfont.c (x_font_charset_alist): Move to font.c and rename.
3248 (xfont_registry_charsets): Likewise. Change caller.
3249 (syms_of_xfont): Don't handle x_font_charset_alist.
3250
3251 * xftfont.c: Include "ftfont.h".
3252 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
3253 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
3254 (xftfont_close) [HAVE_LIBOTF]: Close otf.
3255 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
3256 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
3257 Set xftfont_driver.shape to xftfont_shape.
3258
3259 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
3260 the change of lispy gstring.
3261
3262 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3263
3264 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
3265
3266 2008-02-01 Jason Rumney <jasonr@gnu.org>
3267
3268 * w32font.c (w32font_draw): Fill background manually.
3269
3270 2008-02-01 Jason Rumney <jasonr@gnu.org>
3271
3272 * font.c (Qfontp): Remove unused symbol.
3273 (QCantialias): New symbol.
3274 (syms_of_font): Define it.
3275 (font_property_table): Set a validator for QCantialias.
3276
3277 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
3278 Define if not already.
3279 (QCfamily): Share with xfaces.c.
3280 (Qstandard, Qsubpixel, Qnatural): New symbols.
3281 (syms_of_w32font): Define them. Don't define QCfamily here.
3282 (w32_antialias_type, lispy_antialias_type): New functions.
3283 (w32_enumfont_pattern_entity): New arg requested_font.
3284 Set antialias parameter if non-default was requested.
3285 (fill_in_logfont): Fill in lfQuality if :antialias specified.
3286
3287 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3288
3289 * lread.c (read1): Undo the previous change.
3290
3291 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
3292
3293 * frame.c (Fdelete_frame): Call font_update_drivers only when
3294 USE_FONT_BACKEND is defined.
3295
3296 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3297
3298 * font.h (struct font_bitmap): New member bits_per_pixel.
3299 (struct font_driver): New members start_for_frame and end_for_frame.
3300 (struct font_data_list): New struct.
3301 (font_put_frame_data, font_get_frame_data): Extern them.
3302
3303 * frame.h (struct frame): New member font_data_list.
3304
3305 * font.c (font_update_drivers): Call driver->start_for_frame and
3306 driver->end_for_frame at proper timings.
3307 (font_put_frame_data, font_get_frame_data): New functions.
3308 (Ffont_spec): Add usage in the docstring.
3309
3310 * frame.c (make_frame): Initialize f->font_data_list to NULL.
3311 (Fdelete_frame): Call font_update_drivers.
3312
3313 * xftfont.c (struct xftface_info): Delete the member xft_draw.
3314 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
3315 (xftfont_get_xft_draw): New function.
3316 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
3317 (xftfont_end_for_frame): New function.
3318 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
3319
3320 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
3321 Change argument. Cache GCs in the per-frame data.
3322 (struct ftxfont_frame_data): New struct.
3323 (ftxfont_draw_bitmap): New arg gc_fore and flush.
3324 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
3325 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
3326 (ftxfont_end_for_frame): New function.
3327 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
3328
3329 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
3330
3331 2008-02-01 Kenichi Handa <handa@m17n.org>
3332
3333 * xselect.c (Vselection_coding_system)
3334 (Vnext_selection_coding_system): Delete them.
3335 (syms_of_xselect): Don't declare selection-coding-system and
3336 next-selection-coding-system. They are declared in select.el.
3337
3338 2008-02-01 Jason Rumney <jasonr@gnu.org>
3339
3340 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
3341
3342 * w32fns.c: Include imm.h.
3343 (get_composition_string_fn, get_ime_context_fn): New optional
3344 system functions.
3345 (globals_of_w32fns): Load them from imm32.dll.
3346 (ignore_ime_char): New flag.
3347 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
3348 WM_IME_ENDCOMPOSITION messages.
3349
3350 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
3351 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
3352
3353 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3354
3355 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
3356 (READCHAR_REPORT_MULTIBYTE): New macro.
3357 (readchar): New 2nd arg MULTIBYTE.
3358 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
3359 Make symbol's name multibyte according to the multibyteness of the
3360 source.
3361
3362 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3363
3364 * xfaces.c (face_for_overlay_string): Call lookup_face with
3365 correct arguments (fix of synching with the trunk).
3366
3367 2008-02-01 Kenichi Handa <handa@m17n.org>
3368
3369 * font.c (font_prop_validate_symbol, font_prop_validate_style)
3370 (font_prop_validate_non_neg, font_prop_validate_spacing):
3371 Delete argument prop_index.
3372 (font_property_table): Change arguments to validater. Change Callers.
3373 (font_lispy_object): Delete.
3374 (font_at): Use font_find_object instead fo font_lispy_object.
3375
3376 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3377
3378 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
3379 and file names.
3380
3381 2008-02-01 Jason Rumney <jasonr@gnu.org>
3382
3383 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
3384 (font_matches_spec): Remove debug output.
3385 (add_font_entity_to_list): Avoid using substituted fonts.
3386
3387 2008-02-01 Jason Rumney <jasonr@gnu.org>
3388
3389 * doc.c (Fsnarf_documentation):
3390 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
3391
3392 2008-02-01 Miles Bader <miles@gnu.org>
3393
3394 * dispextern.h (struct glyph_row): Only define "clip" field if
3395 HAVE_WINDOW_SYSTEM is defined.
3396
3397 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 Fix up multi-tty merge.
3400
3401 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
3402 and indentation.
3403
3404 * xfaces.c (free_realized_face, clear_face_gcs):
3405 Include font_done_for_face in the input_blocked section, just in case.
3406
3407 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
3408 (get_char_face_and_encoding): Undo last change and remove the *other*
3409 duplicate definition (i.e. keep the one that's better scoped and that
3410 includes code for the font-backend).
3411
3412 * terminal.c (create_terminal): Default keyboard_coding to
3413 `no-conversion' and terminal_coding to `undecided'.
3414
3415 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
3416
3417 * fontset.c (free_realized_fontsets): Check that the table entry does
3418 contain a fontset before trying to compare it to `base'.
3419
3420 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
3421 syms_of_charset, and syms_of_coding earlier because init_window_once
3422 now needs Vcoding_system_hash_table to be setup.
3423
3424 * coding.h (default_buffer_file_coding): Remove.
3425
3426 * coding.c (default_buffer_file_coding): Remove.
3427 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
3428 than ->symbol, and use the terminal-local coding system.
3429 (syms_of_coding): Don't setup the coding-systems that are not
3430 terminal-local.
3431 (Fdefine_coding_system_internal): Use XCAR/XCDR.
3432
3433 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
3434 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
3435
3436 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
3437 in chartab.c and were re-added here by mistake.
3438 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
3439
3440 * doc.c (Fsnarf_documentation):
3441 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
3442 src to etc.
3443
3444 * ChangeLog.10: Add mistakenly removed entry.
3445
3446 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3447
3448 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
3449
3450 2008-02-01 Miles Bader <miles@gnu.org>
3451
3452 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
3453 Add extra args to FACE_FOR_CHAR.
3454
3455 2008-02-01 Kenichi Handa <handa@m17n.org>
3456
3457 * keymap.c (where_is_internal_1): If key is a cons, store the copy
3458 in sequence.
3459
3460 * chartab.c (map_sub_char_table, map_char_table): If the range
3461 contains just one character, call the function with that character
3462 even if the depth is not 3.
3463
3464 2008-02-01 Jason Rumney <jasonr@gnu.org>
3465
3466 * w32font.c (w32font_text_extents): Calculate metrics for the
3467 whole string.
3468
3469 2008-02-01 Jason Rumney <jasonr@gnu.org>
3470
3471 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
3472
3473 2008-02-01 Jason Rumney <jasonr@gnu.org>
3474
3475 * w32term.c (x_set_glyph_string_clipping): Use
3476 get_glyph_string_clip_rects.
3477 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
3478 Adjust for the change of struct glyph_string.
3479
3480 * w32font.c (w32font_draw): Do clipping here.
3481
3482 2008-02-01 Kenichi Handa <handa@m17n.org>
3483
3484 * xftfont.c (xftfont_draw): Adjust for the change of struct
3485 glyph_string.
3486
3487 * xterm.c (x_set_glyph_string_clipping): Use
3488 get_glyph_string_clip_rects.
3489 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
3490 Adjust for the change of struct glyph_string.
3491
3492 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
3493 the resulting clip(s}.
3494 (expose_overlaps): Add arg r. Change callers. Set it to
3495 row->clip temporarily.
3496 (expose_window): Redraw rows overlapping the exposed area.
3497
3498 * dispextern.h (struct glyph_row): New member clip.
3499 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
3500 clip_height, new member clip, and num_clips.
3501
3502 2008-02-01 Kenichi Handa <handa@m17n.org>
3503
3504 * data.c (Fchar_or_string_p): Fix docstring.
3505
3506 2008-02-01 Kenichi Handa <handa@m17n.org>
3507
3508 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
3509 create a temporal XftDraw object.
3510
3511 2008-02-01 Kenichi Handa <handa@m17n.org>
3512
3513 * font.c (Ffontp): Fix docstring.
3514
3515 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
3516 strong evidence of ISO-2022.
3517
3518 2008-02-01 Kenichi Handa <handa@m17n.org>
3519
3520 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
3521 SYNTAX_ENTRY_FOLLOW_PARENT.
3522
3523 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
3526 its type.
3527 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
3528 Update to the new type of weak_hash_tables and next_weak.
3529
3530 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
3531 a plain C pointer to Lisp_Hash_Table.
3532
3533 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
3534 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
3535 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
3536 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
3537 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
3538 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
3539 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
3540 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
3541 (GC_EQ): Remove since they've been identical to their non-GC_
3542 alter-egos ever since the markbit was eradicated.
3543
3544 * alloc.c:
3545 * buffer.c:
3546 * buffer.h:
3547 * data.c:
3548 * fileio.c:
3549 * filelock.c:
3550 * fns.c:
3551 * frame.h:
3552 * lisp.h:
3553 * macterm.c:
3554 * print.c:
3555 * process.c:
3556 * w32fns.c:
3557 * w32menu.c:
3558 * w32term.c:
3559 * xfns.c:
3560 * xmenu.c:
3561 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
3562
3563 2008-02-01 Kenichi Handa <handa@m17n.org>
3564
3565 * chartab.c (map_sub_char_table): Make it work for the top-level
3566 char-table. Fix handling of parent char-table.
3567 (map_char_table): Adjust for the above change.
3568
3569 2008-02-01 Jason Rumney <jasonr@gnu.org>
3570
3571 * w32font.c (Qgdi): Rename from Qw32.
3572
3573 2008-02-01 Jason Rumney <jasonr@gnu.org>
3574
3575 * w32bdf.c (get_quoted_string): Make function static.
3576
3577 2008-02-01 Kenichi Handa <handa@m17n.org>
3578
3579 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
3580 bigger ascent and descent than those of the font, use them as
3581 font's ascent and descent.
3582
3583 2008-02-01 Kenichi Handa <handa@m17n.org>
3584
3585 * Makefile.in (${lispsource}international/charprop.el): Move this
3586 target within "#ifdef HAVE_UNIDATA" and "#endif".
3587
3588 2008-02-01 Kenichi Handa <handa@m17n.org>
3589
3590 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
3591 (shortlisp): Add ../lisp/language/tai-viet.el.
3592
3593 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
3594
3595 * Makefile.in (${lispsource}international/charprop.el): Depend on
3596 temacs${EXEEXT}.
3597
3598 2008-02-01 Jason Rumney <jasonr@gnu.org>
3599
3600 * w32font.c (w32font_close): Delete the GDI font object.
3601
3602 * w32menu.c: Include character.h.
3603
3604 * w32proc.c: Likewise.
3605
3606 * w32select.c: Likewise.
3607
3608 * makefile.w32-in (w32proc.o): Depend on character.h.
3609
3610 2008-02-01 Jason Rumney <jasonr@gnu.org>
3611
3612 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
3613
3614 * w32menu.c (syms_of_w32menu): Likewise.
3615
3616 * w32proc.c (syms_of_ntproc): Likewise.
3617
3618 * w32select.c (syms_of_w32select): Likewise.
3619
3620 * w32term.c (syms_of_w32term): Likewise.
3621
3622 2008-02-01 Jason Rumney <jasonr@gnu.org>
3623
3624 * w32font.c (w32font_draw): Delete brush after using it.
3625
3626 2008-02-01 Jason Rumney <jasonr@gnu.org>
3627
3628 * w32font.c (w32font_open): Don't set font_idx.
3629 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
3630 to font settings.
3631 (w32font_draw): Fill background explicitly.
3632
3633 2008-02-01 Jason Rumney <jasonr@gnu.org>
3634
3635 * w32term.c (w32_initialize): Don't call w32font_initialize.
3636
3637 * w32font.c (w32font_info): Remove subranges.
3638 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
3639 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
3640 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
3641 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
3642 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
3643 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
3644 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
3645 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
3646 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
3647 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
3648 New symbols.
3649 (font_callback_data): New struct.
3650 (w32font_list, w32font_match): Use it.
3651 (w32font_open): Don't populate subranges.
3652 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
3653 (w32font_encode_char): Always return unicode code-point as-is.
3654 (w32font_text_extents): Supply a tranformation matrix to
3655 GetGlyphOutline. Never look up by glyph index. Avoid looping
3656 twice. Use unicode version of GetTexExtentPoint32 instead of
3657 glyph index version.
3658 (set_fonts_frame): Remove
3659 (w32_enumfont_pattern_entity): Add frame parameter, use it to
3660 set frame parameter. Use backward compatible fake foundries.
3661 Save generic family in extra slot under QCfamily. Make width slot
3662 constant. Save QCspacing value. Save list of scripts instead of
3663 binary subranges.
3664 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
3665 (add_font_entity_to_list): Use font_callback_data struct. Filter
3666 unwanted fonts.
3667 (add_one_font_entity_to_list): Use font_callback_data struct.
3668 (w32_registry): Default to iso10646_1.
3669 (fill_in_logfont): Use dpi from extra slot. Don't bother with
3670 string font registries. Don't fill in font name if it is a generic
3671 family name, fill family instead. Use spacing, family and script
3672 extra info to fill pitch, family and charset fields.
3673 (list_all_matching_fonts): Use font_callback_data struct.
3674 (unicode_range_for_char): Remove.
3675 (font_supported_scripts): New function.
3676 (w32font_initialize): Remove.
3677 (syms_of_w32font): Update which symbols are defined.
3678
3679 2008-02-01 Jason Rumney <jasonr@gnu.org>
3680
3681 * font.c (font_pixel_size): Reverse assq_no_quit args.
3682
3683 * w32term.h (FONT_WIDTH): Report max width, not average.
3684 (FONT_MAX_WIDTH): Remove.
3685 (FONT_AVG_WIDTH): New macro.
3686
3687 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
3688 redefinition of FONT_WIDTH.
3689
3690 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
3691 (w32_cache_char_metrics): Use FONT_WIDTH.
3692
3693 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
3694
3695 2008-02-01 Jason Rumney <jasonr@gnu.org>
3696
3697 * w32font.c (w32font_open): Make lfHeight negative.
3698
3699 * w32fns.c (x_default_font_parameter): Use new style font name.
3700 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
3701
3702 2008-02-01 Jason Rumney <jasonr@gnu.org>
3703
3704 * w32font.c (QCsubranges): New symbol.
3705 (w32font_open, w32font_has_char): Get subranges from subproperty
3706 of extra.
3707 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
3708 (syms_of_w32font): Define :subranges symbol.
3709
3710 * font.c (font_put_extra): Expose externally.
3711
3712 * font.h (font_put_extra): Move declaration from font.c.
3713
3714 * font.c (Ffont_get): Use font driver to determine otf capability.
3715 (adjust_anchor): Check if driver defines anchor_point before using.
3716
3717 * w32font.c (w32font_open): Handle size, height and pixel_size better.
3718 (w32font_draw): Use options.
3719 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
3720 Fix detection of truetype fonts.
3721 (registry_to_w32_charset): Handle charsets other than iso8859-1
3722 expressed as lisp symbols.
3723 (w32_registry): Express charset as lisp symbol.
3724 (fill_in_logfont): Reverse pixel and point height logic.
3725 Don't set width here. Set quality to default.
3726
3727 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
3728 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
3729
3730 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
3731 Remove redundant loop and allocation.
3732
3733 * makefile.w32-in (font.o, w32font.o): New objects.
3734 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
3735 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
3736
3737 * xdisp.c (fill_composite_glyph_string): Make the first arg to
3738 STORE_XCHARB a valid l-value.
3739
3740 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
3741 calculations for non-Truetype fonts.
3742 (x_draw_glyph_string): Sync with xterm.c.
3743 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]: Remove
3744 redundant code.
3745 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
3746
3747 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
3748 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
3749
3750 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
3751 (x_to_w32_charset, w32_to_x_charset): Expose externally.
3752
3753 * w32font.c: New file for w32 font backend.
3754
3755 2008-02-01 Kenichi Handa <handa@m17n.org>
3756
3757 * term.c: Don't include "buffer.h" twice.
3758
3759 2008-02-01 Kenichi Handa <handa@m17n.org>
3760
3761 * character.c (Funibyte_string): New function.
3762 (syms_of_character): Defsubr it.
3763
3764 2008-02-01 Jason Rumney <jasonr@gnu.org>
3765
3766 * w32term.c [USE_FONT_BACKEND]:
3767 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc):
3768 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly):
3769 (x_draw_glyph_string, x_draw_glyph_string_foreground):
3770 (x_draw_composite_glyph_string_foreground, x_new_fontset2):
3771 (x_free_frame_resources): Sync with xterm.c.
3772
3773 2008-02-01 Andreas Schwab <schwab@suse.de>
3774
3775 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
3776 char-table size.
3777
3778 2008-02-01 Kenichi Handa <handa@m17n.org>
3779
3780 * font.c (check_otf_features): Define it regardless of
3781 HAVE_LIBOTF.
3782
3783 2008-02-01 Kenichi Handa <handa@m17n.org>
3784
3785 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
3786 font_otf_gpos, add font_drive_otf.
3787
3788 * fontset.c (fontset_find_font): Pay attention to font size
3789 specified for a font.
3790 (reorder_font_vector): Check contents of font_def.
3791
3792 * font.c (struct otf_list): Delete it.
3793 (otf_list): Make it a lisp variable.
3794 (otf_open): Use lispy otf_list.
3795 (generate_otf_features): Rename from parse_gsub_gpos_spec.
3796 (check_otf_features): New function.
3797 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor): New
3798 functinos.
3799 (font_drive_otf): New function merging font_otf_gsub and
3800 font_otf_gpos.
3801 (font_open_for_lface): New arg spec. Change argument order.
3802 (font_load_for_face): Adjust for the change of font_open_for_lface.
3803 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
3804 Ffont_otf_gpos.
3805 (syms_of_font): Staticpro otf_list. Delete defsubr of
3806 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
3807
3808 * xfaces.c (set_font_frame_param): Adjust for the change of
3809 font_open_for_lface.
3810
3811 * font.h (font_open_for_lface): Adjust prototype.
3812 (struct font_driver): Delete members otf_gsub and otf_gpos, add
3813 member otf_drive.
3814 (font_otf_gsub, font_otf_gpos): Delete externs.
3815 (font_drive_otf): Extern it.
3816
3817 2008-02-01 Kenichi Handa <handa@m17n.org>
3818
3819 * font.c (font_at): If the window W is not on a window system,
3820 return Qnil.
3821
3822 * coding.c (produce_chars, encode_coding): Don't call
3823 insert_from_gap if no characters to produce.
3824
3825 2008-02-01 Kenichi Handa <handa@m17n.org>
3826
3827 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
3828 Fclear_face_cache.
3829
3830 * xfaces.c (face_for_font): Check also face->font==font->font.font.
3831
3832 2008-02-01 Miles Bader <miles@gnu.org>
3833
3834 * emacs.c (main): Change default value of `enable_font_backend' to 1.
3835 Parse "--disable-font-backend" option.
3836 (standard_args): Add "--disable-font-backend" option.
3837
3838 2008-02-01 Kenichi Handa <handa@m17n.org>
3839
3840 * fontset.c (fontset_find_font): New function.
3841 (fontset_font): Use fontset_find_font.
3842 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
3843 Register the specified font for all Latin characters.
3844 (new_fontset_from_font): Register the specified font for all Latin
3845 characters.
3846 (dump_fontset): For a realized fontset, include the base fontset
3847 name in the returned vector.
3848
3849 2008-02-01 Kenichi Handa <handa@m17n.org>
3850
3851 * character.h (CHAR_STRING): Cast C to unsigned on calling
3852 char_string.
3853
3854 * character.c (char_string): Type of arg C changed to unsigned.
3855 Signal an error if C is an invalid character code.
3856
3857 * editfns.c (general_insert_function, Fchar_to_string):
3858 Use CHARACTERP, not INTEGERP.
3859
3860 2008-02-01 Kenichi Handa <handa@m17n.org>
3861
3862 * character.h (MIN_MULTIBYTE_LEADING_CODE)
3863 (MAX_MULTIBYTE_LEADING_CODE): New macros.
3864
3865 * regex.c (analyse_first): Fix for multibyte characters in "case
3866 charset:" and "case categoryspec:".
3867
3868 2008-02-01 Andreas Schwab <schwab@suse.de>
3869
3870 * Makefile.in (LIBES): Move standard libraries to the end.
3871
3872 2008-02-01 Kenichi Handa <handa@m17n.org>
3873
3874 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
3875 nonzero, don't shrink the buffer nextb.
3876
3877 * buffer.h (struct buffer_text): New member inhibit_shrinking.
3878
3879 * coding.c (coding_alloc_by_making_gap): New arg offset.
3880 (alloc_destination): Call coding_alloc_by_making_gap with the arg
3881 offset.
3882 (decode_coding_iso_2022): Update coding->safe_charsets.
3883 (decode_coding_gap): Temporarily set
3884 current_buffer->text->inhibit_shrinking to 1.
3885
3886 2008-02-01 Kenichi Handa <handa@m17n.org>
3887
3888 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
3889 indexing into elements of s->cmp and s->char2b.
3890
3891 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
3892
3893 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
3894
3895 2008-02-01 Kenichi Handa <handa@m17n.org>
3896
3897 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
3898 target_multibyte instead of multibyte.
3899 (re_match_2_internal): Call bcmp_translate with target_multibyte.
3900 (bcmp_translate): Change the argument name from multibyte to
3901 target_multibyte.
3902
3903 2008-02-01 Kenichi Handa <handa@m17n.org>
3904
3905 These changes are to compile a regexp into a pattern that can be
3906 used both for multibyte and unibyte targets.
3907
3908 * Makefile.in (search.o): Depend on charset.h.
3909
3910 * character.c (multibyte_char_to_unibyte_safe): New function.
3911
3912 * search.c: Include "charset.h".
3913 (compile_pattern_1): Delete argument multibyte. Don't set
3914 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
3915 (compile_pattern): Don't compare cp->buf.target_multibyte.
3916 Compare cp->buf.charset_unibyte.
3917 (compile_pattern): Set cp->buf.target_multibyte.
3918
3919 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
3920
3921 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
3922
3923 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
3924 multibyte. Change callers.
3925 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
3926 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
3927 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
3928 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
3929 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
3930 (regex_compile): Make the compiled pattern usable both for
3931 multibyte and unibyte targets.
3932 (analyse_first): Make the fastmap usable both for multibyte and
3933 unibyte targets.
3934 (TRANSLATE_VIA_MULTIBYTE): Delete.
3935 (re_match_2_internal): Pay attention to the case that the
3936 multibyteness of bufp and target may be different.
3937
3938 2008-02-01 Kenichi Handa <handa@m17n.org>
3939
3940 * xdisp.c (x_produce_glyphs): When a font is not found, make the
3941 empty box occupy at least one column width.
3942
3943 2008-02-01 Miles Bader <miles@gnu.org>
3944
3945 * Makefile.in: Remove redundant HAVE_XFT clause.
3946
3947 2008-02-01 Kenichi Handa <handa@m17n.org>
3948
3949 * xrdb.c (x_load_resources): Setup the default fontSet X reource.
3950
3951 2008-02-01 Kenichi Handa <handa@m17n.org>
3952
3953 * fontset.c (Finternal_char_font): Fix for the case of POSITION
3954 being nil.
3955
3956 2008-02-01 Kenichi Handa <handa@m17n.org>
3957
3958 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
3959
3960 2008-02-01 Kenichi Handa <handa@m17n.org>
3961
3962 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
3963
3964 2008-02-01 Kenichi Handa <handa@m17n.org>
3965
3966 * search.c (simple_search): Fix previous change.
3967
3968 2008-02-01 Kenichi Handa <handa@m17n.org>
3969
3970 * xftfont.c (ftfont_font_format): Extern declaration.
3971
3972 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
3973
3974 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
3975 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
3976
3977 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
3978 (ftfont_font_format): Fix previous change.
3979
3980 * font.h (Ffont_xlfd_name): EXFUN it.
3981
3982 * font.c (font_parse_xlfd): Fix the array size of `f'.
3983 (register_font_driver): Use EQ to compare driver->type.
3984
3985 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
3986 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
3987 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
3988
3989 2008-02-01 Kenichi Handa <handa@m17n.org>
3990
3991 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
3992 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
3993
3994 2008-02-01 Kenichi Handa <handa@m17n.org>
3995
3996 * xfont.c (xfont_open): Set font->format.
3997
3998 * xftfont.c (xftfont_open): Set font->format.
3999
4000 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
4001 (ftfont_list): Include FC_FONTFORMAT in FcObject.
4002 (ftfont_open): Set font->format.
4003 (ftfont_font_format): New function.
4004
4005 * font.h (struct font): New memeber format.
4006
4007 * font.c (Qopentype): New variable.
4008 (syms_of_font): Defsym it.
4009 (Fquery_font): Change the format of the last element of the return
4010 value.
4011
4012 2008-02-01 Kenichi Handa <handa@m17n.org>
4013
4014 * xfns.c (xic_create_xfontset): Try the default fontset name as a
4015 last resort.
4016
4017 2008-02-01 Kenichi Handa <handa@m17n.org>
4018
4019 * coding.c (detect_coding_charset): Fix detection of multi-byte
4020 charset.
4021
4022 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
4023
4024 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
4025
4026 2008-02-01 Kenichi Handa <handa@m17n.org>
4027
4028 * xdisp.c (get_next_display_element): Set it->face_id for the
4029 first component of a composition.
4030 (x_produce_glyphs): Check if the font is changed or not for composition.
4031
4032 2008-02-01 Kenichi Handa <handa@m17n.org>
4033
4034 (get_next_display_element): Set it->face_id for the
4035 first component of a composition.
4036 (x_produce_glyphs): Check if the font is changed or not for composition.
4037
4038 2008-02-01 Kenichi Handa <handa@m17n.org>
4039
4040 * fontset.c (Qlatin): New variable.
4041 (syms_of_fontset): Define it as a lisp symbol.
4042 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
4043
4044 2008-02-01 Kenichi Handa <handa@m17n.org>
4045
4046 * font.c (font_unparse_fcname): Pay attention to the case that
4047 some of font property is a null string.
4048
4049 2008-02-01 Kenichi Handa <handa@m17n.org>
4050
4051 * term.c: Include "composite.h".
4052 (encode_terminal_code): Output all components of composition.
4053 Check the size of encode_terminal_src.
4054 (produce_glyphs): For composition, call produce_composite_glyph.
4055 (append_composite_glyph, produce_composite_glyph): New functions.
4056
4057 * xdisp.c (x_produce_glyphs): In handling composition, if a font
4058 is not found, get font_info from the current ascii face.
4059
4060 2008-02-01 Kenichi Handa <handa@m17n.org>
4061
4062 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
4063 buffer-file-name to Qnil before calling insert_from_buffer.
4064
4065 * font.c (font_unparse_fcname): Pay attention to the case that
4066 foundry is a null string.
4067
4068 2008-02-01 Kenichi Handa <handa@m17n.org>
4069
4070 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
4071
4072 * font.c (Qunicode_sip): New variable.
4073 (syms_of_font): Declare it as a Lisp symbol.
4074
4075 * font.h (Qunicode_sip): Extern it.
4076
4077 2008-02-01 Kenichi Handa <handa@m17n.org>
4078
4079 * composite.c (get_composition_id): Pay attention to TAB component.
4080
4081 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
4082 TAB. Adjust for the change of s->char2b which always points to
4083 the first elememnt of allocated memory.
4084
4085 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
4086
4087 * xdisp.c (handle_composition_prop): Set it->c to the first
4088 non-TAB component.
4089 (fill_composite_glyph_string): Change argument.
4090 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
4091 (x_produce_glyphs): Fix handling of left/right padding.
4092
4093 2008-02-01 Kenichi Handa <handa@m17n.org>
4094
4095 * coding.c (detect_coding_system): Fix for handling off
4096 inhibit_iso_escape_detection. Fix for the case that no coding
4097 system is defined for a specific coding category.
4098
4099 2008-02-01 Kenichi Handa <handa@m17n.org>
4100
4101 * font.c (font_matching_entity): Delete unused local var.
4102
4103 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
4104 opening a font.
4105
4106 * fileio.c (Finsert_file_contents): On recovering a file, assume
4107 Unix-like eol.
4108 (choose_write_coding_system): On auto-saving a file, force
4109 Unix-like eol.
4110
4111 * coding.c (setup_coding_system): Fix setting of
4112 coding->common_flags based on eol_type.
4113 (coding_inherit_eol_type): If PARENT is not nil, be sure to
4114 inherit from it.
4115
4116 2008-02-01 Kenichi Handa <handa@m17n.org>
4117
4118 * alloc.c (NSTATICS): Increas to 0x600.
4119
4120 2008-02-01 Kenichi Handa <handa@m17n.org>
4121
4122 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
4123 (ftfont_list): Don't check :name property.
4124 (ftfont_match): New function.
4125 (ftfont_pattern_entity): If the pattern doesn't contain
4126 FC_SPACING, don't assuce FC_MONO.
4127
4128 * font.h (struct font_driver): New member `match'.
4129 (font_update_drivers): Adjust prototype.
4130
4131 * font.c (font_parse_fcname, font_parse_name): Don't change :name
4132 property of FONT.
4133 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
4134 them unconditionally.
4135 (font_matching_entity): New function.
4136 (font_open_by_name): Try font_matching_entity if exact match is
4137 not found.
4138 (font_update_drivers): Delete the arg FONT. Return a list of
4139 actually used backends. Don't free faces, font caches here.
4140 Don't store data in frame parameters. Don't call x_set_font.
4141 (Ffont_spec): Store :name property as is.
4142 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
4143 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
4144 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
4145 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
4146 Call font->driver->otf_gsub instead of font_otf_gsub.
4147
4148 * frame.c (x_set_font_backend): Do more works that were done in
4149 font_update_drivers before.
4150
4151 * xfont.c (xfont_match): New function.
4152 (xfont_driver): Set xfont_driver.match to xfont_match.
4153 (xfont_draw): Set font in GC if necessary.
4154
4155 * ftxfont.c (ftxfont_match): New function.
4156 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
4157
4158 * xftfont.c (xftfont_match): New function.
4159 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
4160
4161 2008-02-01 Kenichi Handa <handa@m17n.org>
4162
4163 * font.h (struct font): New member scalable.
4164 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
4165 (font_otf_gsub): Adjust prototype.
4166
4167 * font.c (font_otf_capability): Fix handling of the default langsys.
4168 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
4169 Check the contents of SPEC.
4170 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
4171 (check_gstring): New function.
4172 (REPLACEMENT_CHARACTER): New macro.
4173 (font_otf_gsub): New arg alternate_subst. Be sure to set all
4174 glyph codes of GSTRING.
4175 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
4176 (font_prepare_composition): Set cmp->glyph_len.
4177 (font_open_entity): Set font->scalable.
4178 (Ffont_get): Handle :otf property.
4179 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
4180 functions.
4181 (Fquery_font): Use font->font.full_name.
4182 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
4183 Sfont_otf_alternates.
4184
4185 * ftfont.c (ftfont_open): Set font->font.full_name and
4186 font->font.name properly. Fix calculation of font->font.height
4187 and font->min_width.
4188
4189 * ftxfont.c (ftxfont_create_gcs): New function.
4190 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
4191 (ftxfont_draw_backgrond): Fix filling region.
4192 (ftxfont_default_fid): New function.
4193 (ftxfont_open): Set xfotn->fid to the return value of
4194 ftxfont_default_fid.
4195 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
4196 (ftxfont_done_face): Free only GCs that are created by
4197 ftxfont_create_gcs.
4198 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
4199
4200 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
4201 Clip to src->width, etc (not src->clip_XXX).
4202
4203 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
4204 FontBackend frame parameter.
4205
4206 2008-02-01 Kenichi Handa <handa@m17n.org>
4207
4208 * font.h (struct font_driver_list): New member `on'.
4209 (Fclear_font_cache): EXFUN it.
4210 (font_update_drivers): Extern it.
4211
4212 * font.c (font_unparse_fcname): Fix typo (swidth->width).
4213 (font_list_entities): Check driver_list->on.
4214 (register_font_driver): Initalize `on' member to 0.
4215 (font_update_drivers): New function.
4216 (Fclear_font_cache): Check driver_list->on.
4217
4218 * frame.h (Qfont_backend): Extern it.
4219 (x_set_font_backend): Extern it.
4220
4221 * frame.c (Qfont_backend): New variable.
4222 (frame_parms): New element for font-backend.
4223 (x_set_font_backend): New function.
4224
4225 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
4226 FontBackend frame parameter.
4227 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
4228 x_set_font_backend.
4229
4230 * xfont.c (xfont_list): Don't try listing by :name property if the
4231 name is not for XLFD.
4232
4233 2008-02-01 Kenichi Handa <handa@m17n.org>
4234
4235 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
4236 (LGLYPH_SET_TO): New macros.
4237 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
4238 element of G is vector or not.
4239 (font_at): Extern it.
4240
4241 * font.c: Include window.h.
4242 (font_lispy_object): New function.
4243 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
4244 end of valid glyph.
4245 (font_close_object): Fix getting (struct font *).
4246 (font_at): New function.
4247 (Ffont_get): If FONT is a font-object, get entity from it.
4248 (Ffont_make_gstring): Initialize elements of glyphs with nil.
4249 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
4250 range check.
4251 (Ffont_at): New function.
4252 (syms_of_font): Defsubr Sfont_at.
4253
4254 * xdisp.c (it_props): Move the entry for Qauto_composed to just
4255 before the entry for Qcomposition.
4256 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
4257 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
4258 the font in gstring.
4259 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
4260 LGLYPH_FORM (g) to detect the end of valid glyph.
4261 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
4262 we are composing with gstring.
4263
4264 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
4265 Check if adjustment is vector or not.
4266
4267 * Makefile.in (font.o): Make it depends on window.h.
4268
4269 2008-02-01 Kenichi Handa <handa@m17n.org>
4270
4271 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
4272 adjustment is vector or not.
4273
4274 2008-02-01 Miles Bader <miles@gnu.org>
4275
4276 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
4277
4278 2008-02-01 Kenichi Handa <handa@m17n.org>
4279
4280 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
4281 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
4282 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
4283
4284 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
4285 (DEVICE_DELTA): Fix typo.
4286 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
4287 LGLYPH format.
4288
4289 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
4290 the change of LGLYPH format.
4291
4292 2008-02-01 Kenichi Handa <handa@m17n.org>
4293
4294 * ftfont.c (ftfont_list): Fix typo.
4295 (ftfont_build_basic_charsets): Don't include letters with diacritics.
4296
4297 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
4298
4299 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
4300
4301 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
4302 xftface_info is non-NULL.
4303
4304 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
4305
4306 * ftfont.c (ftfont_list): Move misplaced #endif.
4307
4308 2008-02-01 Kenichi Handa <handa@m17n.org>
4309
4310 * ftfont.c (ftfont_list): Pay attention to the case that
4311 FC_CAPABILITY is not defined.
4312
4313 2008-02-01 Kenichi Handa <handa@m17n.org>
4314
4315 * xftfont.c (xftfont_open): Set charset related members to -1.
4316
4317 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
4318 QCname.
4319 (ftfont_open): Set charset related members to -1.
4320
4321 * fontset.c (Votf_script_alist): New variable.
4322 (syms_of_fontset): Initialize it.
4323 (fontset_font): Delete unused variable.
4324
4325 * fontset.h (Votf_script_alist): Extern it.
4326
4327 * font.c (font_find_for_lface): Optimize code.
4328
4329 * font.h (font_close_object, font_merge_old_spec): Extern them.
4330
4331 2008-02-01 Kenichi Handa <handa@m17n.org>
4332
4333 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
4334 (syms_of_font): Initialize them.
4335 (font_pixel_size): Allow float value in dpi.
4336 (font_prop_validate_type): Delete.
4337 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
4338 Change caller.
4339 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
4340 (font_prop_validate_extra): Delete.
4341 (font_prop_validate_spacing): New function.
4342 (font_property_table): Add elements for all known properties.
4343 (get_font_prop_index): Rename from check_font_prop_name. New
4344 argument FROM. Change caller.
4345 (font_prop_validate): Validate all known properties.
4346 (font_put_extra): Delete argument force. Change caller.
4347 (font_expand_wildcards): Make it static. Fix the way of shrinking
4348 the possible range.
4349 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
4350 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
4351 Change caller.
4352 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
4353 (font_parse_fcname): Delete argument merge. Fix parsing of point
4354 size. Don't validate properties values here. Change caller.
4355 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
4356 (font_open_by_name): Delete unused variable.
4357 (Ffont_spec): Likewise. Validate property values.
4358 (Ffont_match_p): New function.
4359
4360 * font.h (QCscalable): Extern it.
4361 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
4362
4363 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
4364
4365 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
4366 (xfont_list_pattern): New function.
4367 (xfont_list): Use xfont_list_pattern.
4368
4369 2008-02-01 Kenichi Handa <handa@m17n.org>
4370
4371 * font.h (Flist_fonts): EXFUN it.
4372
4373 2008-02-01 Jason Rumney <jasonr@gnu.org>
4374
4375 * w32term.c (w32_initialize): Add back smoothing_type and
4376 smoothing_enabled definitions.
4377
4378 2008-02-01 Kenichi Handa <handa@m17n.org>
4379
4380 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
4381 s->face->font on determining underline position.
4382
4383 2008-02-01 Kenichi Handa <handa@m17n.org>
4384
4385 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
4386 (font_has_char): Accept font-object too.
4387 (font_find_for_lface): Try at first with a size specified in face.
4388
4389 2008-02-01 Kenichi Handa <handa@m17n.org>
4390
4391 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
4392 font_open_by_name.
4393
4394 2008-02-01 Kenichi Handa <handa@m17n.org>
4395
4396 * font.h (QCspacing, QCdpi): Extern them.
4397 (enum font_spacing): New enum.
4398 (FONT_PIXEL_SIZE_QUANTUM): New macro.
4399
4400 * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
4401 (QCspacing, QCdpi): New variables.
4402 (syms_of_font): Initialize them.
4403 (font_pixel_size): New function.
4404 (font_put_extra): New function.
4405 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
4406 in FONT_EXTRA.
4407 (font_parse_fcname): Handle enumenrated values (e.g. bold).
4408 Fix handling font size. Add QCname property that contains only
4409 unknown properties.
4410 (font_score): Change argument. Change caller. Pay attention to
4411 FONT_PIXEL_SIZE_QUANTUM.
4412 (font_sort_entites, font_list_entities, font_find_for_lface)
4413 (font_open_for_lface, font_open_by_name): Fix handling of font size.
4414 (Ffont_spec): Add QCname property that contains only unknown properties.
4415
4416 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
4417 include weight in listing pattern, instead check weight of each
4418 listed font. Don't include scalable in pattern. Pay attention to
4419 FONT_PIXEL_SIZE_QUANTUM.
4420
4421 2008-02-01 Kenichi Handa <handa@m17n.org>
4422
4423 * font.c (font_parse_fcname): Fix parsing of point-size.
4424 (font_unparse_fcname): Produce symbolic names for style properties.
4425 (font_list_entities): Handle float size correctly.
4426 (font_open_by_name): Prefer `normal' property values if the name
4427 doesn't specify them.
4428
4429 * fontset.c (Finternal_char_font): Use font_get_name, not
4430 Ffont_xlfd_name.
4431
4432 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
4433 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
4434 pattern. Don't force scalable.
4435
4436 * xftfont.c (xftfont_open): For generating a name, start from
4437 96-byte buffer.
4438
4439 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
4440
4441 * frame.h (x_new_fontset2): Fix prototype.
4442
4443 2008-02-01 Kenichi Handa <handa@m17n.org>
4444
4445 * font.h (struct font_driver): Delete member parse_name.
4446 (font_match_p, font_get_spec, font_parse_fcname)
4447 (font_unparse_fcname): Extern them.
4448 (font_get_name): Adjust prototype.
4449
4450 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
4451 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
4452 (font_expand_wildcards): Fix handling ENCODING field. Avoid
4453 unnecessary checks for weight, slant, and swidth.
4454 (font_parse_fcname): New function.
4455 (font_unparse_fcname): New function.
4456 (font_parse_name): New function.
4457 (font_match_p): New function.
4458 (font_get_name): Change return value to Lisp string.
4459 (font_get_spec): New function.
4460 (Qunspecified, Qignore_defface): Don't extern them.
4461 (font_find_for_lface): Assume that LFACE is fully specified.
4462 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
4463 object, use it for FACE.
4464 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
4465 driver->parse_name.
4466 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
4467
4468 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
4469 prototype.
4470
4471 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
4472 argument F. Don't call Fnew_fontset. Instead, directly call
4473 make_fontset.
4474
4475 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
4476
4477 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
4478 of x_new_fontset2.
4479
4480 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
4481 (Qsans__serif): New variables.
4482 (ftfont_generic_family_list): New variable.
4483 (syms_of_ftfont): Initialize the above variables.
4484 (ftfont_pattern_entity): Delete argument NAME.
4485 (ftfont_list_generic_family): New function.
4486 (ftfont_parse_name): Delete this function.
4487 (ftfont_list): Try generic family only when FcFontList found no font.
4488 (ftfont_list_family): Fix args to FcObjectSetBuild.
4489
4490 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
4491 object in attrs[LFACE_FONT_INDEX].
4492 (set_lface_from_font_name): Cancel all changes for font-backend.
4493 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
4494 function.
4495 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
4496 font object in QCfont attribute.
4497 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
4498 (realize_default_face) [USE_FONT_BACKEND]: Call
4499 set_lface_from_font_and_fontset.
4500
4501 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
4502 "fixed", and signal error here if no suitable font was found.
4503
4504 * xfont.c (xfont_parse_name): Delete this function.
4505
4506 * xftfont.c (xftfont_open): Change coding style of error
4507 handling. Generate fontconfig's fontname pattern.
4508
4509 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
4510 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
4511
4512 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
4513 Both args FONTSET and FONT_OBJECT must be existing ones.
4514
4515 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4516
4517 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
4518
4519 2008-02-01 Kenichi Handa <handa@m17n.org>
4520
4521 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
4522
4523 * font.h (struct font): Fix typo.
4524
4525 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
4526 XLFD_XXX_INDEX.
4527 (enum xlfd_field_mask): New enum.
4528 (intern_font_field): Changed argument. Change caller. If digits
4529 are followed by non-digits, return a symbol.
4530 (font_expand_wildcards): New function.
4531 (font_parse_xlfd): Fix wildcard handling.
4532 (Ffont_spec): If :name is specified, reflect the info in the other
4533 properties.
4534
4535 * ftfont.c (ftfont_pattern_entity): Fix typo.
4536 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
4537 locale.
4538
4539 2008-02-01 Kenichi Handa <handa@m17n.org>
4540
4541 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
4542
4543 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
4544 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
4545 registry doesn't specify encoding part.
4546 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
4547 (font_open_by_name): At first try parsing the name.
4548 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
4549 as Lisp symbols.
4550
4551 * fontset.c (reorder_font_vector): Pay attention to the case that
4552 the 3rd element of font_def is nil.
4553 (fontset_font): For the default fontset, append one more fontset
4554 elements for a script-based font specification. Don't add script
4555 attribute on finding a font.
4556 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
4557 font name.
4558 (fontset_ascii_font): If a font can't be opened, return nil.
4559
4560 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
4561 (ftfont_pattern_entity): New function.
4562 (ftfont_get_cache): Assume that freetype_font_cache is already
4563 initialized.
4564 (ftfont_list): Handle the case that a file is specified in font
4565 name. Use ftfont_pattern_entity to generate entities.
4566 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
4567 (syms_of_ftfont): Initialize freetype_font_cache.
4568
4569 * xftfont.c (xftfont_open): Make the font name fontconfig's
4570 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
4571 (xftfont_close): Free font->font.name if not NULL.
4572
4573 * xfont.c (xfont_list): If script is specified for a font, return
4574 null_vector.
4575 (xfont_list_family): Declare argument type.
4576
4577 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
4578 name, set LFACE_FONT (lface) to nil.
4579
4580 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
4581 return Qnil.
4582
4583 2008-02-01 Kenichi Handa <handa@m17n.org>
4584
4585 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
4586 (standard_args): Add "-enable-font-backend".
4587
4588 2008-02-01 Kenichi Handa <handa@m17n.org>
4589
4590 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
4591 (struct xftdraw_list, xftdraw_list): Delete them.
4592 (register_xftdraw, check_xftdraw): Delete them.
4593 (xftfont_prepare_face): Don't call register_xftdraw.
4594 (xftfont_done_face): Don't call check_xftdraw.
4595 (xftfont_draw): Get backroudn color only when with_background is
4596 nonzero.
4597
4598 * xfont.c (xfont_encode_char): Fix calculation of char2b.
4599
4600 2008-02-01 Kenichi Handa <handa@m17n.org>
4601
4602 These changes are for the new font handling codes.
4603
4604 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
4605 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
4606 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
4607 (FONTSRC, FONTOBJ): New variables.
4608 (obj): Add $(FONTOBJ).
4609 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
4610 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
4611 @LIBOTF_LIBS@.
4612 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
4613 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
4614
4615 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
4616
4617 * character.h (Vscript_representative_chars): Extern it.
4618
4619 * character.c (Vscript_representative_chars): New variable.
4620 (syms_of_character): Declare it as a Lisp variable.
4621
4622 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
4623 enable_font_backend is nonzero, accept the composition method
4624 COMPOSITION_WITH_GLYPH_STRING.
4625
4626 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
4627 enumeration COMPOSITION_WITH_GLYPH_STRING.
4628
4629 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
4630 members clip_x, clip_y, clip_width, and clip_height.
4631 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
4632
4633 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
4634 --enable-font-backend. Call syms_of_font.
4635
4636 * fns.c (assoc_no_quit): New function.
4637
4638 * fontset.h (FONT_INFO_FROM_FACE): New macro.
4639 (face_for_font, new_fontset_from_font)
4640 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
4641
4642 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
4643 (fontset_font, fontset_ascii, face_for_char)
4644 (make_fontset_for_ascii_face, Ffont_info)
4645 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
4646 is nonzero, use font-backend mechanism.
4647 (find_font_encoding): Make it non-static.
4648 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
4649 New functions.
4650
4651 * frame.h (struct frame): New members resx and resy.
4652 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
4653 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
4654
4655 * frame.c [USE_FONT_BACKEND]: Include "font.h".
4656 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
4657
4658 * lisp.h (assoc_no_quit): Extern it.
4659
4660 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
4661 Through out the file, use FONT_INFO_FROM_FACE instead of
4662 FONT_INFO_FROM_ID, use get_per_char_metric instead of
4663 rif->per_char_metric.
4664 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
4665 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
4666 (get_glyph_face_and_encoding, fill_composite_glyph_string)
4667 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
4668 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
4669 nonzero, use font-backend mechanism.
4670 (get_per_char_metric): New function.
4671
4672 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
4673 (set_lface_from_font_name)
4674 (set_font_frame_param, free_realized_face)
4675 (prepare_face_for_display, clear_face_gcs)
4676 (Finternal_set_font_selection_order, realize_x_face)
4677 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
4678 font-backend mechanism.
4679 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
4680 (load_face_font) [USE_FONT_BACKEND]: Abort.
4681 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
4682 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
4683
4684 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
4685 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
4686 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
4687 nonzero, register all available font drivers. Call
4688 x_default_font_parameter for deciding a font.
4689 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
4690
4691 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
4692 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
4693 (x_set_glyph_string_clipping_exactly)
4694 (x_compute_glyph_string_overhangs)
4695 (x_draw_glyph_string_foreground)
4696 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
4697 (x_free_frame_resources) [USE_FONT_BACKEND]: If
4698 enable_font_backend is nonzero, use font-backend mechanism.
4699 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
4700
4701 2008-02-01 Kenichi Handa <handa@m17n.org>
4702
4703 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
4704 system_eol_type.
4705 (syms_of_coding): Initialize system_eol_type.
4706
4707 * process.c (Fset_process_coding_system): Inherit system's eol
4708 format if necessary.
4709
4710 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4711
4712 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
4713
4714 2008-02-01 Kenichi Handa <handa@m17n.org>
4715
4716 * coding.c (decode_eol): Pay attention to buffer relocation in
4717 del_range_2.
4718 (decode_coding): Call decode_eol before restoring undo_list.
4719
4720 2008-02-01 Kenichi Handa <handa@m17n.org>
4721
4722 * charset.c (Fdefine_charset_internal): Fix setting of
4723 emacs_mule_bytes.
4724
4725 2008-02-01 Kenichi Handa <handa@m17n.org>
4726
4727 * keyboard.c (read_char): Check if C is a character or not before
4728 looking up Vkeyboard_translate_table.
4729
4730 2008-02-01 Kenichi Handa <handa@m17n.org>
4731
4732 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
4733 condition to terminate the loop.
4734
4735 2008-02-01 Kenichi Handa <handa@m17n.org>
4736
4737 * coding.c (produce_composition): Compare charbuf[i] instead of
4738 args[i] against 0.
4739 (Fterminal_coding_system): Use EQ to compare Lisp objects.
4740
4741 2008-02-01 Kenichi Handa <handa@m17n.org>
4742
4743 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
4744 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
4745 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
4746 detect_coding.
4747 (emacs_mule_char): Handle old style (Emacs 20) component character
4748 of a composition.
4749 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
4750 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
4751 composition rule.
4752 (decode_coding_emacs_mule): Handle invalid bytes correctly.
4753
4754 2008-02-01 Kenichi Handa <handa@m17n.org>
4755
4756 * coding.c (encode_coding_ccl): Allocate destination dynamically
4757 when necessary.
4758
4759 2008-02-01 Kenichi Handa <handa@m17n.org>
4760
4761 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
4762 the loop. When quitted, show a proper error message.
4763
4764 2008-02-01 Kenichi Handa <handa@m17n.org>
4765
4766 * xterm.c (x_set_glyph_string_clipping_exactly): Set
4767 src->clip_head and src->clip_tail temporarily instead of src->hl.
4768
4769 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
4770 character sequence.
4771 (Fccl_execute_on_string): Use ASET, not XSET.
4772
4773 2008-02-01 Kenichi Handa <handa@m17n.org>
4774
4775 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
4776
4777 2008-02-01 Kenichi Handa <handa@m17n.org>
4778
4779 * coding.c (decode_coding): Fix the condition of terminating the
4780 decoding loop.
4781
4782 2008-02-01 Kenichi Handa <handa@m17n.org>
4783
4784 * data.c (Faset): On setting a character bigger than 255 in a
4785 unibyte string, signal an error instead of make the string multibyte.
4786
4787 2008-02-01 Kenichi Handa <handa@m17n.org>
4788
4789 * charset.c (map_charset_chars): Fix for ascii-compatible charset
4790 made by a mapping table.
4791
4792 2008-02-01 Kenichi Handa <handa@m17n.org>
4793
4794 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
4795 not.
4796 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
4797 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
4798
4799 * xterm.c (x_draw_composite_glyph_string_foreground): Check
4800 s->face is NULL or not.
4801
4802 2008-02-01 Kenichi Handa <handa@m17n.org>
4803
4804 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
4805 (x_draw_glyph_string): Fix drawing of right_overhang and
4806 left_overhang around/on cursor.
4807
4808 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
4809
4810 2008-02-01 Kenichi Handa <handa@m17n.org>
4811
4812 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
4813
4814 2008-02-01 Kenichi Handa <handa@m17n.org>
4815
4816 * coding.c (Fdefine_coding_system_internal)
4817 (Fdefine_coding_system_alias): Avoid a duplicated element in
4818 Vcoding_system_alist.
4819
4820 2008-02-01 Kenichi Handa <handa@m17n.org>
4821
4822 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
4823
4824 * coding.c (Qcoding_system_define_form): New variable.
4825 (syms_of_coding): Intern and staticpro it.
4826 (Fcoding_system_p): Check Qcoding_system_define_form.
4827 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
4828
4829 * coding.h (CODING_SYSTEM_P): If ID is not available, call
4830 Fcoding_system_p.
4831 (CHECK_CODING_SYSTEM): If ID is not available, call
4832 Fcheck_coding_system.
4833 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
4834 Try also Fcheck_coding_system.
4835
4836 2008-02-01 Kenichi Handa <handa@m17n.org>
4837
4838 * coding.c (code_conversion_restore): GCPRO arg.
4839
4840 2008-02-01 Kenichi Handa <handa@m17n.org>
4841
4842 * character.c (lisp_string_width): Check multibyteness of STRING.
4843
4844 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4845
4846 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
4847 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
4848 (decode_mac_font_name): Use decode_coding_c_string instead of
4849 decode_coding.
4850 (x_load_font): Initialize fontp->fontset to -1. Set
4851 fontp->encoding_type.
4852
4853 2008-02-01 Kenichi Handa <handa@m17n.org>
4854
4855 * search.c (search_buffer): Give up BM search on case-fold-search
4856 if one of a target character has a case-equivalence of different
4857 byte length even if that target charcter is an ASCII.
4858 (simple_search): Fix calculation of byte length of matched text.
4859 (boyer_moore): Fix handling of case-equivalent multibyte characters.
4860
4861 2008-02-01 Kenichi Handa <handa@m17n.org>
4862
4863 * coding.c (decode_coding): Fix handling of invalid bytes.
4864
4865 2008-02-01 Kenichi Handa <handa@m17n.org>
4866
4867 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
4868 Unicode characters.
4869
4870 2008-02-01 Kenichi Handa <handa@m17n.org>
4871
4872 * coding.c (encode_coding_object): If a pre-write-conversion
4873 function makes a new buffer, kill it.
4874
4875 2008-02-01 Kenichi Handa <handa@m17n.org>
4876
4877 * coding.c (QCascii_compatible_p): New variable.
4878 (syms_of_coding): Initialize it.
4879 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
4880 calling string_char.
4881 (record_conversion_result): Add `default:' case.
4882 (coding_charset_list): Delete unused variable `coding_type'.
4883 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
4884 property in the plist of the coding system.
4885 (Fcoding_system_put): Check QCascii_compatible_p.
4886
4887 2008-02-01 Miles Bader <miles@gnu.org>
4888
4889 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
4890 removed calculation of frame `f', as it's now used.
4891
4892 2008-02-01 Kenichi Handa <handa@m17n.org>
4893
4894 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
4895 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
4896 (UNIDATA): New variable.
4897 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
4898 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
4899 $(RUN_TEMACS) unconditionally.
4900
4901 2008-02-01 Kenichi Handa <handa@m17n.org>
4902
4903 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
4904 (admindir): New variable.
4905 ($(lispsource)international/charprop.el): New target.
4906
4907 2008-02-01 Miles Bader <miles@gnu.org>
4908
4909 * character.c (chars-in-region): Remove obsolete function.
4910 (syms_of_character): Remove its initialization.
4911
4912 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
4913
4914 * w32select.c (validate_coding_system)
4915 (setup_windows_coding_system): New functions.
4916 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
4917 setup_windows_coding_system.
4918 (setup_config, Fw32_get_clipboard_data): Use
4919 validate_coding_system.
4920 (Fx_selection_exists): Move call to setup_config to a place
4921 where signals are allowed.
4922
4923 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
4924 (Fcheck_coding_system): Add declarations.
4925
4926 2008-02-01 Kenichi Handa <handa@m17n.org>
4927
4928 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
4929
4930 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4931
4932 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
4933 string as the second argument for x_new_fontset.
4934
4935 2008-02-01 Kenichi Handa <handa@m17n.org>
4936
4937 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
4938 (encode_coding_object): Use safe_call instead of call2.
4939
4940 2008-02-01 Kenichi Handa <handa@m17n.org>
4941
4942 * fontset.c (Fset_fontset_font): Check family element of a given vector.
4943
4944 * Makefile.in (lisp): Include charprop.el.
4945
4946 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4947
4948 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
4949 Not sure if it's unnecessary.
4950
4951 2008-02-01 Steven Tamm <steventamm@mac.com>
4952
4953 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
4954 some possibly unnecessary fontset checking code that crashed
4955 when creating a new frame.
4956
4957 2008-02-01 Kenichi Handa <handa@m17n.org>
4958
4959 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
4960 lookup_face.
4961
4962 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
4963
4964 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
4965
4966 2008-02-01 Kenichi Handa <handa@m17n.org>
4967
4968 * coding.c: Cancel the change done in HEAD on 2008-02-01.
4969 (coding_charset_list): New function.
4970
4971 * coding.h (coding_charset_list): Extern it.
4972
4973 2008-02-01 Kenichi Handa <handa@m17n.org>
4974
4975 * fontset.c (Fset_fontset_font): Call find_font_encoding with
4976 concatenation of family and registry.
4977
4978 2008-02-01 Kenichi Handa <handa@m17n.org>
4979
4980 * character.h (BYTE8_STRING): Fix typo.
4981
4982 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
4983 string to multibyte (sync to HEAD).
4984
4985 * casefiddle.c (casify_region): Handle changes in byte-length
4986 using replace_range_2 (sync to HEAD).
4987
4988 2008-02-01 Andreas Schwab <schwab@suse.de>
4989
4990 * chartab.c (map_char_table): GCPRO table and arg.
4991
4992 2008-02-01 Kenichi Handa <handa@m17n.org>
4993
4994 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
4995 already at limit.
4996
4997 2008-02-01 Kenichi Handa <handa@m17n.org>
4998
4999 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
5000 instead of fast_c_string_match_ignore_case.
5001 (find_font_encoding): Change argument to Lisp_Object. Use
5002 fast_string_match_ignore_case instead of
5003 fast_c_string_match_ignore_case. Change caller.
5004
5005 2008-02-01 Kenichi Handa <handa@m17n.org>
5006
5007 * xdisp.c (get_next_display_element): In unibyte case, decide to
5008 display in octal form by checking a chacter by
5009 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
5010
5011 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
5012
5013 * character.c (unibyte_has_multibyte_table): New variable.
5014
5015 * character.h (unibyte_has_multibyte_table): Extern it.
5016 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
5017
5018 2008-02-01 Kenichi Handa <handa@m17n.org>
5019
5020 * coding.c (encode_coding_iso_2022): Fix handling of charset
5021 annotation.
5022
5023 2008-02-01 Kenichi Handa <handa@m17n.org>
5024
5025 * coding.c (setup_coding_system): If coding_system is nil, use
5026 Qundecided.
5027 (Fterminal_coding_system): Return nil if terminal coding system is
5028 `undecided'.
5029 (syms_of_coding): Define coding-system `undecided' here. Setup
5030 terminal_coding as `undecided'.
5031
5032 2008-02-01 Kenichi Handa <handa@m17n.org>
5033
5034 * xdisp.c (message_dolog, set_message_1): Call
5035 unibyte_char_to_multibyte with arg type int.
5036
5037 * lread.c (read1): Fix reading of a char-table.
5038
5039 * print.c (print_object): Include sub char-table in cicularities
5040 detection.
5041
5042 2008-02-01 Kenichi Handa <handa@m17n.org>
5043
5044 * keymap.c (where_is_internal_2): Fix for the case that KEY is a
5045 cons. Append the found sequences in car of ARGS instead of prepending.
5046
5047 2008-02-01 Kenichi Handa <handa@m17n.org>
5048
5049 * fileio.c (report_file_error): Make a unibyte string from
5050 strerror (errorno).
5051 (Fsubstitute_in_file_name): Fix the arg to
5052 unibyte_char_to_multibyte. It is evaluated twice.
5053
5054 2008-02-01 Kenichi Handa <handa@m17n.org>
5055
5056 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
5057
5058 2008-02-01 Kenichi Handa <handa@m17n.org>
5059
5060 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
5061 BOM is not found.
5062 (detect_coding, detect_coding_system): Optimization for ISO-2022
5063 when no 8-bit data is found.
5064
5065 2008-02-01 Jason Rumney <jasonr@gnu.org>
5066
5067 * w32fns.c (x_to_w32_font): Update to use new coding struct.
5068
5069 2008-02-01 Kenichi Handa <handa@m17n.org>
5070
5071 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
5072 CHARS.
5073
5074 2008-02-01 Steven Tamm <steventamm@mac.com>
5075
5076 * macterm.c (mac_encode_char): Add charset argument and update
5077 to use encoding_type.
5078 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
5079 switch to pure fontset.
5080 (decode_mac_font_name): Temporarily remove decoding.
5081 (x_font_name_to_mac_font_name): Temporarily remove encoding.
5082 (x_load_font): Temporarily remove encoding.
5083
5084 2008-02-01 Kenichi Handa <handa@m17n.org>
5085
5086 * xfaces.c (Fface_font): If frame is not on a window system,
5087 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
5088 refer to face->font.
5089 (split_font_name_into_vector, build_font_name_from_vector)
5090 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
5091 whne HAVE_WINDOW_SYSTEM is defined.
5092
5093 2008-02-01 Kenichi Handa <handa@m17n.org>
5094
5095 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
5096 (x_produce_glyphs): Fix setting of members of cmp in case
5097 cmp->glyph_len is zero.
5098
5099 * fontset.c (Fset_fontset_font): Fix docstring.
5100 (Ffontset_info): Make it backward compatible. New arg ALL.
5101
5102 2008-02-01 Kim F. Storm <storm@cua.dk>
5103
5104 * process.c (read_process_output): Grow decoding_buf when needed;
5105 this could cause a crash in allocate_string and compact_small_strings.
5106
5107 2008-02-01 Kenichi Handa <handa@m17n.org>
5108
5109 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
5110
5111 2008-02-01 Kenichi Handa <handa@m17n.org>
5112
5113 * coding.c (setup_coding_system): Set coding->common_flags
5114 correctly for raw-text.
5115 (consume_chars): On encoding unibyte text by raw-text, don't check
5116 multibyte form.
5117 (encode_coding): On encoding by raw-text, never use translation tables.
5118
5119 * fileio.c (e_write): Short cut for the case of no encoding.
5120
5121 2008-02-01 Kenichi Handa <handa@m17n.org>
5122
5123 * coding.c (detect_coding, detect_coding_system): Delete unused
5124 variables.
5125
5126 2008-02-01 Kenichi Handa <handa@m17n.org>
5127
5128 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
5129 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
5130
5131 2008-02-01 Kenichi Handa <handa@m17n.org>
5132
5133 * coding.c (Ffind_coding_systems_region_internal): Include
5134 raw-text and no-conversion in the result.
5135
5136 2008-02-01 Kenichi Handa <handa@m17n.org>
5137
5138 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
5139 (load_font_get_repertory): Delete unnecessary check of ENCODING of
5140 FONT_DEF.
5141 (font_def_arg, add_arg, from_arg, to_arg): New args.
5142 (set_fontset_font): Change argument.
5143 (Fset_fontset_font): Fix for the case that TARGET is a script
5144 name and charset name.
5145 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
5146
5147 2008-02-01 Kenichi Handa <handa@m17n.org>
5148
5149 * fontset.c (fontset_font): Rename from fontset_face. Change return
5150 value.
5151 (face_suitable_for_char_p, face_for_char): Adjust for the change
5152 of fontset_font.
5153 (make_fontset_for_ascii_face): Fix setting of the fontset element
5154 for ASCII.
5155 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
5156 to get a font name.
5157 (Ffontset_info): Adjust for the change of fontset_font.
5158
5159 * coding.c (emacs_mule_char): Check invalid code more regidly.
5160
5161 * character.h (LEADING_CODE_LATIN_1_MIN)
5162 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
5163
5164 2008-02-01 Kenichi Handa <handa@m17n.org>
5165
5166 * editfns.c (check_translation): New function.
5167 (Ftranslate_region_internal): Handle M:N mapping.
5168
5169 2008-02-01 Kenichi Handa <handa@m17n.org>
5170
5171 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
5172
5173 2008-02-01 Kenichi Handa <handa@m17n.org>
5174
5175 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
5176 goto invalid_code.
5177 (decode_coding_iso_2022): Fix handling of invalid designation.
5178
5179 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
5180 after calling code_conversion_save.
5181
5182 2008-02-01 Kenichi Handa <handa@m17n.org>
5183
5184 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
5185
5186 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
5187
5188 * fontset.c: Include "intervals.h".
5189 (fontset_face): Fix comparing of Lisp_Objects.
5190 (free_face_fontset, new_fontset_from_font_name): Fix
5191 Lisp_Object/int mixup.
5192
5193 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
5194
5195 * coding.c: Add many prototypes for static functions.
5196 (get_translation_table): Allow max_lookup to be NULL.
5197 (decode_coding, Ffind_coding_systems_region_internal)
5198 (Funencodable_char_position, Fcheck_coding_systems_region): Call
5199 get_translation_table with max_lookup NULL.
5200
5201 2008-02-01 Kenichi Handa <handa@m17n.org>
5202
5203 * coding.c (get_translation_table): Declare it as Lisp_Object.
5204 (LOOKUP_TRANSLATION_TABLE): New macro.
5205 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
5206 instead of CHAR_TABLE_REF.
5207
5208 2008-02-01 Kenichi Handa <handa@m17n.org>
5209
5210 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
5211 annotation data format.
5212 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
5213 Change arguments FROM and TO to single argument NCHARS. Change caller.
5214 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
5215 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5216 (decode_coding_ccl, decode_coding_charset): Pay attention to
5217 coding->charbuf_used.
5218 (get_translation): New function.
5219 (produce_chars): New arguments translation_table and last_block.
5220 Translate characters here. Return number of carryover chars.
5221 Change caller.
5222 (produce_composition): New argument pos. Change caller.
5223 Adjust for the change of annotation data format.
5224 (produce_charset, produce_annotation): Likewise.
5225 (decode_coding, encode_coding): Don't call translate_chars.
5226 (consume_chars): New arg translation_table. Change caller.
5227 (translate_chars): Delete.
5228 (syms_of_coding): Make translation-table's number of extra slots 2.
5229
5230 2008-02-01 Kenichi Handa <handa@m17n.org>
5231
5232 * search.c (simple_search): Fix setting this_pos_byte in backward
5233 search.
5234
5235 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
5236 byte sequence.
5237 (detect_coding_ccl): Fix setting of the variable valids.
5238
5239 2008-02-01 Kenichi Handa <handa@m17n.org>
5240
5241 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
5242
5243 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
5244
5245 * editfns.c (Ftranslate_region_internal): Rename from
5246 Ftranslate_region. Accept a char-table in TABLE.
5247 (syms_of_editfns): Defsubr Stranslate_region_internal.
5248
5249 * xfaces.c (set_lface_from_font_name): If a font is specified for
5250 a frame, generate a fontset from the font.
5251 (build_scalable_font_name): If the scalable font is requested for
5252 a specific size, don't change that size.
5253 (try_font_list): Try a scalable font also in the case that a
5254 pattern string is specified.
5255
5256 2008-02-01 Kenichi Handa <handa@m17n.org>
5257
5258 * xfaces.c (Fface_font): New optional arg CHARACTER.
5259
5260 2008-02-01 Kenichi Handa <handa@m17n.org>
5261
5262 * charset.h (CHARSET_OFFSET): New macro.
5263
5264 2008-02-01 Kenichi Handa <handa@m17n.org>
5265
5266 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
5267
5268 * fontset.c (fontset_face): Handle the case that repertory is a
5269 char-table.
5270 (find_font_encoding): Return nil for unknown encoding.
5271 (Fset_fontset_font): Ignore a font of unknown encoding.
5272
5273 2008-02-01 Kenichi Handa <handa@m17n.org>
5274
5275 * keymap.c (describe_vector): Handle default value of a char table.
5276
5277 * fontset.c (fontset_face): Handle fallback fonts correctly.
5278 (Ffontset_info): Return infomation about fallback fonts.
5279
5280 2008-02-01 Kenichi Handa <handa@m17n.org>
5281
5282 * fontset.c (FONTSET_DEFAULT): New macro.
5283 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
5284 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
5285 the case that it is nil.
5286 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
5287 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
5288
5289 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
5290 subset or superset.
5291
5292 2008-02-01 Kenichi Handa <handa@m17n.org>
5293
5294 * emacs.c (main): Call init_charset after syms_of_XXX.
5295
5296 * charset.c (Vcharset_map_directory): Delete.
5297 (Vcharset_map_path): New variable
5298 (load_charset_map_from_file): Use Vcharset_map_path instead.
5299 (init_charset): Initialize Vcharset_map_path.
5300 (syms_of_charset): Delete declaration of "charset-map-directory",
5301 add declaration of "charset-map-path".
5302
5303 2008-02-01 Kenichi Handa <handa@m17n.org>
5304
5305 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
5306 ASCII only string.
5307
5308 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
5309
5310 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
5311 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
5312
5313 2008-02-01 Kenichi Handa <handa@m17n.org>
5314
5315 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
5316
5317 * coding.c (QCmnemonic, QCdefalut_char)
5318 (QCdecode_translation_table, QCencode_translation_table)
5319 (QCpost_read_conversion, QCpre_write_conversion): New variables.
5320 (get_translation_table): Return a list of translation tables if
5321 necessary.
5322 (decode_coding): Call get_translation_table with ENCODEP 0.
5323 (char_encodable_p): If translation_table is non-nil, always call
5324 translate_char.
5325 (Fdefine_coding_system_internal): Accept list of translation
5326 tables as :encode-translation-table and :decode-translation-table.
5327 (Fcoding_system_put): New function.
5328 (syms_of_coding): Declare new symbols. Defsubr
5329 Scoding_system_put.
5330 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
5331 typically JISX0212.
5332
5333 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
5334 when the charset is superset type.
5335
5336 * character.c (translate_char): Accept list of translation tables.
5337
5338 2008-02-01 Kenichi Handa <handa@m17n.org>
5339
5340 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
5341 (CODING_ATTR_TRANS_TBL): New macro.
5342
5343 * coding.c (get_translation_table): New function.
5344 (translate_chars): Fix the bug of skipping annotation data.
5345 (decode_coding, encode_coding): Utilize get_translation_table.
5346 (char_encodable_p, Funencodable_char_position): Translate char if
5347 necessary.
5348 (Ffind_coding_systems_region_internal)
5349 (Fcheck_coding_systems_region): Setup translation table for encode
5350 in a coding system attribute vector in advance.
5351 (Fdefine_coding_system_internal): Allow a symbol as translation
5352 table. For shift-jis type coding system, allow 4th charset.
5353
5354 2008-02-01 Kenichi Handa <handa@m17n.org>
5355
5356 * coding.c (decode_coding_sjis): Check the first byte rigidly.
5357
5358 * xdisp.c (get_next_display_element): Pass -1 as POS to
5359 FACE_FOR_CHAR if displaying a C-string.
5360
5361 2008-02-01 Kenichi Handa <handa@m17n.org>
5362
5363 * composite.c (get_composition_id): Handle xoff and yoff in a
5364 composition rule.
5365
5366 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
5367 (struct composition): New member lbearing and rbearing.
5368
5369 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
5370 (x_get_glyph_overhangs): Handle a composition glyph.
5371 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
5372
5373 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
5374 composition glyph.
5375
5376 2008-02-01 Kenichi Handa <handa@m17n.org>
5377
5378 * print.c: Include charset.h.
5379 (Vprint_charset_text_property): New variable.
5380 (Qdefault): Extern it.
5381 (PRINT_STRING_NON_CHARSET_FOUND)
5382 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
5383 (print_check_string_result): New variable.
5384 (print_check_string_charset_prop): New function.
5385 (print_prune_charset_plist): New variable.
5386 (print_prune_string_charset): New function.
5387 (print_object): Call print_prune_string_charset if
5388 Vprint_charset_text_property is not t.
5389 (print_interval): Print nothing if itnerval->plist is nil.
5390 (syms_of_print): Declare Vprint_charset_text_property as a lisp
5391 variable. Init and staticpro print_prune_charset_plist.
5392
5393 2008-02-01 Kenichi Handa <handa@m17n.org>
5394
5395 * fontset.c (new_fontset_from_font_name): Use the specified font
5396 for all characters in the new fontset.
5397
5398 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
5399 OBJECT args.
5400
5401 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
5402 OBJECT args for composition too.
5403
5404 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
5405 OBJECT args.
5406
5407 2008-02-01 Kenichi Handa <handa@m17n.org>
5408
5409 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
5410
5411 * fontset.c (reorder_font_vector): Adjust for the change of
5412 FONT_DEF format.
5413 (fontset_face): New arg id. Change caller.
5414 (face_for_char): New args pos and object.
5415 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF
5416 format.n
5417 (fs_query_fontset): Check NAME by Fassoc too.
5418 (Fset_fontset_font): Allow non-XLFD font name.
5419 (Ffontset_info): Adjust for the change of FONT_DEF format.
5420
5421 * fontset.h (face_for_char): Adjust prototype.
5422
5423 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
5424 (append_space, extend_face_to_end_of_line)
5425 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
5426 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
5427
5428 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
5429 POS and OBJECT args.
5430
5431 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
5432 POS and OBJECT args.
5433
5434 2008-02-01 Jason Rumney <jasonr@gnu.org>
5435
5436 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
5437 of GlobalAlloc'ed memory.
5438
5439 2008-02-01 Kenichi Handa <handa@m17n.org>
5440
5441 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
5442
5443 * charset.h (charset_table_used): Delete extern.
5444
5445 * charset.c (charset_table_used): Make it static.
5446 (map_charset_chars): Fix args to c_function with.
5447
5448 * chartab.c (map_sub_char_table_for_charset): Fix args to
5449 c_function with.
5450
5451 * coding.h (enum coding_result_code): Delete
5452 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
5453
5454 * coding.c (Qinsufficient_source, Qinconsistent_eol)
5455 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
5456 (Vlast_code_conversion_error): New variables.
5457 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
5458 (ONE_MORE_BYTE): Record error if any instead of signaling an
5459 error. If non-ASCII multibyte char is found, return the negative
5460 value of the code. All callers changed to check it.
5461 (ONE_MORE_BYTE_NO_CHECK): Likewise.
5462 (record_conversion_result): New function. Change all codes setting
5463 coding->result to call this function.
5464 (detect_coding_utf_8, decode_coding_utf_8)
5465 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
5466 Don't use the local variable incomplete.
5467 (emacs_mule_char): Change the second arg to `const'.
5468 (decode_coding): Fix of flushing out unprocessed data.
5469 (make_conversion_work_buffer): Fix making of a work buffer.
5470 (decode_coding_object): Return coding->dst_object.
5471
5472 * fontset.c (set_fontset_font): Fix args.
5473
5474 * lisp.h (CHARACTERBITS): Define as 22.
5475
5476 * process.c (send_process): Be sure to set coding->src_multibyte.
5477
5478 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
5479
5480 2008-02-01 Kenichi Handa <handa@m17n.org>
5481
5482 * xdisp.c (handle_auto_composed_prop): Give limit to
5483 Fnext_single_char_property_change.
5484
5485 2008-02-01 Kenichi Handa <handa@m17n.org>
5486
5487 * composite.c (syms_of_composite): Don't make the composition hash
5488 table weak.
5489
5490 * fontset.c (Fset_fontset_font): Fix docstring.
5491
5492 * lisp.h (detect_coding_system): Adjust prototype.
5493
5494 * fileio.c (kill_workbuf_unwind): Delete this function.
5495 (Finsert_file_contents): Adjust the call of detect_coding_system.
5496 Get conversion_buffer by code_conversion_save. Use the macor
5497 CODING_MAY_REQUIRE_DECODING. After decoding, update
5498 coding_system.
5499
5500 * coding.h (make_conversion_work_buffer): Delete extern.
5501 (code_conversion_save): Extern it.
5502
5503 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
5504 (CODING_GET_INFO): Delete argument eol_type. Change callers.
5505 (decode_coding_utf_8): Don't do eol converion.
5506 (detect_coding_utf_16): Check coding->src_chars, not
5507 coding->src_bytes. Add heuristics for those that have no signature.
5508 (decode_coding_emacs_mule, decode_coding_iso_2022)
5509 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
5510 Don't do eol converion.
5511 (adjust_coding_eol_type): Return a new coding system.
5512 (detect_coding): Don't detect eol. Fix for utf-16 detection.
5513 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
5514 each change.
5515 (decode_coding): Pay attention to undo_list. Do eol convesion for
5516 all types of coding-systems (if necessary).
5517 (Vcode_conversion_work_buf_list): Delete it.
5518 (Vcode_conversion_reused_workbuf): Rename from
5519 Vcode_conversion_reused_work_buf.
5520 (Vcode_conversion_workbuf_name): New variable.
5521 (reused_workbuf_in_use): New variable.
5522 (make_conversion_work_buffer): Delete the arg DEPTH.
5523 (code_conversion_restore): Change argument to cons.
5524 (code_conversion_save): Delete the argument BUFFER. Change callers.
5525 (detect_coding_system): New argument src_chars. Change callers.
5526 Fix for utf-16 detection.
5527 (init_coding_once): Don't use ISO_carriage_return.
5528 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
5529 reused_workbuf_in_use.
5530
5531 2008-02-01 Kenichi Handa <handa@m17n.org>
5532
5533 * keymap.c (store_in_keymap): Pay attention to the case that idx
5534 is a cons specifying a character range.
5535
5536 2008-02-01 Kenichi Handa <handa@m17n.org>
5537
5538 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
5539 HANDLED_RECOMPUTE_PROPS.
5540
5541 * coding.c (Fdefine_coding_system_internal): Fix checking of
5542 ascii compatibility.
5543
5544 2008-02-01 Kenichi Handa <handa@m17n.org>
5545
5546 * charset.c (find_charsets_in_text): Delete unused locale variable.
5547 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
5548
5549 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
5550 Resync charset_list to Vemacs_mule_charset_list.
5551
5552 * keymap.c (store_in_keymap): Pay attention to the case that idx
5553 is a cons specifying a character range.
5554
5555 2008-02-01 Kenichi Handa <handa@m17n.org>
5556
5557 * composite.c (update_compositions): Bind inhibit-read-only, etc
5558 to t before calling remove-list-of-text-properties.
5559
5560 * print.c (print_object): Always print ASCII chars as is.
5561
5562 2008-02-01 Kenichi Handa <handa@m17n.org>
5563
5564 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
5565
5566 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
5567 is a char table.
5568
5569 2008-02-01 Kenichi Handa <handa@m17n.org>
5570
5571 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
5572
5573 2008-02-01 Kenichi Handa <handa@m17n.org>
5574
5575 * xfaces.c (set_lface_from_font_name): Fix for the case that
5576 FONTNAME is not fontset name.
5577
5578 2008-02-01 Kenichi Handa <handa@m17n.org>
5579
5580 * fns.c (base64_encode_1): Fix previous change.
5581
5582 2008-02-01 Kenichi Handa <handa@m17n.org>
5583
5584 * fontset.c (set_fontset_font): New function.
5585 (Fset_fontset_font): If a font is specified for a charset, use
5586 map_charset_chars to store the font spec in a fontset.
5587
5588 2008-02-01 Kenichi Handa <handa@m17n.org>
5589
5590 * fontset.c (fontset_face): Create a fallback fontset on demand
5591 (make_fontset): Don't create a fallback fontset here.
5592 (free_face_fontset): Free a fallback fontset (if any) too.
5593 (n_auto_fontsets): Delete this variable.
5594 (auto_fontset_alist): New variable.
5595 (new_fontset_from_font_name): Check auto_fontset_alist.
5596 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
5597 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
5598 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
5599 Defsubr Sfontset_list_all.
5600
5601 2008-02-01 Kenichi Handa <handa@m17n.org>
5602
5603 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
5604
5605 2008-02-01 Kenichi Handa <handa@m17n.org>
5606
5607 * fontset.c (Fnew_fontset): Check NAME more rigidly.
5608
5609 2008-02-01 Kenichi Handa <handa@m17n.org>
5610
5611 * editfns.c (Fgoto_char): Fix docstring.
5612
5613 2008-02-01 Kenichi Handa <handa@m17n.org>
5614
5615 * insdel.c (insert_from_gap): Adjust intervals correctly.
5616
5617 2008-02-01 Jason Rumney <jasonr@gnu.org>
5618
5619 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
5620 (pfnGetFontUnicodeRanges): New dynamically loaded function.
5621 (w32_initialize): Try to load it.
5622 (x_get_font_repertory): Use it if available.
5623 (w32_encode_char): Add shortcut for unicode output.
5624
5625 * w32fns.c (w32_load_system_font): Default charset to -1.
5626 (x_to_w32_charset): Match all fonts for unicode.
5627 (w32_to_x_charset): New parameter matching. Don't return partial
5628 or wildcard charsets.
5629 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
5630 (w32_codepage_for_font): Return CP_UNICODE for unicode.
5631 (w32_to_x_font): Match charset to real charset.
5632 (enum_font_cb2): Always list unicode versions.
5633
5634 * makefile.w32-in (temacs): Increase EMHEAP.
5635
5636 2008-02-01 Jason Rumney <jasonr@gnu.org>
5637
5638 * w32term.c (w32_encode_char): New charset parameter.
5639 font_info.encoding becomes encoding_type.
5640 (x_get_font_repertory): New function. Warning: stub only!
5641 (x_new_font): Return quickly if font already set.
5642 (x_new_fontset): fontsetname parameter is Lisp_Object.
5643 Use new fs_query_fontset. Try new_fontset_from_font_name.
5644 Use fontset_name for return value.
5645
5646 * w32term.h: Declare x_get_font_repertory.
5647
5648 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
5649 place of find_charset_in_text. Use encode_coding_object in place
5650 of encode_coding.
5651 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
5652 decode_coding.
5653
5654 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
5655 of x_new_fontset.
5656 (w32_load_system_font): Initialize charset as unicode.
5657 font_info.encoding becomes encoding_type.
5658 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
5659 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
5660 (syms_of_w32fns): Set get_font_repertory_func.
5661
5662 * w32console.c: Include character.h. Use terminal_encode_buffer
5663 from term.c.
5664 (write_glyphs): Use new version of encode_terminal_code. Use
5665 encode_coding_object in place of encode_coding.
5666
5667 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
5668 encoding becomes encoding_type.
5669
5670 * term.c (terminal_encode_buffer): Make externally visible.
5671
5672 * makefile.w32-in: Add character.h dependancies.
5673 (character.o, chartab.o): New targets.
5674
5675 2008-02-01 Kenichi Handa <handa@m17n.org>
5676
5677 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
5678 CODING_ID_EOL_TYPE.
5679
5680 2008-02-01 Andreas Schwab <schwab@suse.de>
5681
5682 * coding.c (produce_chars): Revert last change.
5683
5684 2008-02-01 Kenichi Handa <handa@m17n.org>
5685
5686 * charset.h (charset_unicode): Extern it.
5687
5688 * charset.c (string_xstring_p): Check by (C >= 0x100).
5689 (find_charsets_in_text): Change format of the arc CHARSETS. New
5690 arg MULTIBYTE.
5691 (Ffind_charset_region, Ffind_charset_string): Adjust for the
5692 change of find_charsets_in_text.
5693 (Fsplit_char): Fix doc. Never return unknown.
5694
5695 * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
5696
5697 * coding.c (Fdefine_coding_system_alias): Update
5698 Vcoding_system_list.
5699
5700 * fontset.c (load_font_get_repertory): Pay attention to the case
5701 that ENCODING of a font is specified by a char-table.
5702
5703 * xterm.c (x_get_font_repertory): Handle the case that the
5704 encoding of font is other than Unicode.
5705
5706 2008-02-01 Kenichi Handa <handa@m17n.org>
5707
5708 * term.c (encode_terminal_code): Don't handle glyph-table. Check
5709 if a character is encodable by the terminal coding system. If
5710 not, produces proper number of `?'s. Update
5711 terminal_encode_buffer and terminal_encode_buf_size if necessary.
5712 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
5713
5714 2008-02-01 Kenichi Handa <handa@m17n.org>
5715
5716 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
5717 variables.
5718 (encode_terminal_code): Change argument. Encode multiple
5719 characters at once. Store the result of encoding in
5720 terminal_encode_buffer.
5721 (write_glyphs, insert_glyphs): Adjust for the change of
5722 encode_terminal_code.
5723 (term_init): Initialize terminal_encode_buffer and
5724 terminal_encode_buf_size.
5725
5726 * coding.c (consume_chars): If coding->src_object is nil, don't
5727 check annotation.
5728
5729 2008-02-01 Kenichi Handa <handa@m17n.org>
5730
5731 * character.c (char_string): Use ASCII_CHAR_P instead of
5732 SINGLE_BYTE_CHAR_P.
5733
5734 2008-02-01 Kenichi Handa <handa@m17n.org>
5735
5736 * xdisp.c (handle_auto_composed_prop): Check if the last
5737 characters of auto-composed region is newly composed with the
5738 following characters.
5739 (handle_composition_prop): Fix checking of point being inside
5740 composition.
5741
5742 2008-02-01 Kenichi Handa <handa@m17n.org>
5743
5744 * fns.c (concat): Don't change multibyteness of the result by
5745 concatenating an 8-bit character.
5746
5747 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
5748 multibyteness of the result when newelt is an 8-bit character.
5749
5750 2008-02-01 Dave Love <fx@gnu.org>
5751
5752 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
5753 EMACS_INT.
5754
5755 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
5756
5757 * xfaces.c (face_numeric_value): Declare dim size_t.
5758 (Finternal_lisp_face_equal_p): Remove unused f.
5759
5760 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
5761 (MATRIX_ROW): Remove unused vars.
5762 (draw_glyphs, x_insert_glyphs, fast_find_position)
5763 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
5764 byte/char counts.
5765
5766 * regex.c (regex_compile): Remove unused var.
5767
5768 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
5769
5770 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
5771 (Faccessible_keymaps, where_is_internal): Remove unused vars.
5772
5773 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
5774
5775 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
5776
5777 * fileio.c (Fwrite_region): Remove unused var.
5778
5779 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
5780 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
5781
5782 * composite.c (Fremove_list_of_text_properties): Declare.
5783
5784 * coding.c (inhibit_pre_post_conversion): Remove (unused).
5785 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
5786 (coding_inherit_eol_type): Remove unused attrs.
5787 (detect_coding): Cast arg of detect_eol.
5788
5789 * charset.c (syms_of_charset): Remove unused var p.
5790 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
5791 byte/char counts.
5792
5793 * casetab.c (set_case_table): Remove unused var.
5794
5795 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
5796 unused vars.
5797
5798 2008-02-01 Dave Love <fx@gnu.org>
5799
5800 * xterm.c (x_bitmap_mask): Declare.
5801
5802 2008-02-01 Dave Love <fx@gnu.org>
5803
5804 * xterm.c (x_term_init): Fix type error.
5805
5806 * lisp.h: Add Funibyte_char_to_multibyte.
5807
5808 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
5809 (Fset_coding_system_priority): Doc fix.
5810
5811 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
5812
5813 * indent.c (check_composition): Make start and end EMACS_INT.
5814
5815 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
5816
5817 * xdisp.c (handle_composition_prop, check_point_in_composition):
5818 Make buffer positions EMACS_INT.
5819
5820 * composite.c (find_composition, run_composition_function)
5821 (update_compositions, Ffind_composition_internal): Make buffer
5822 positions EMACS_INT.
5823
5824 * composite.h (find_composition, update_compositions): Make
5825 position args EMACS_INT.
5826
5827 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
5828
5829 * intervals.c (get_property_and_range):
5830 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
5831
5832 * unexalpha.c: Don't include varargs.h.
5833
5834 2008-02-01 Dave Love <fx@gnu.org>
5835
5836 * coding.h (ENCODE_UTF_8): New.
5837
5838 * Makefile.in (gtkutil.o): Depend on coding.h.
5839
5840 * coding.c (Fset_coding_system_priority): Doc fix.
5841
5842 2008-02-01 Kenichi Handa <handa@m17n.org>
5843
5844 * fileio.c (Finsert_file_contents): Call setup_coding_system in
5845 the case of auto saving.
5846
5847 2008-02-01 Andreas Schwab <schwab@suse.de>
5848
5849 * chartab.c (map_char_table, map_char_table_for_charset): Protect
5850 `range' from GC.
5851
5852 2008-02-01 Kenichi Handa <handa@m17n.org>
5853
5854 * coding.c (decode_coding_sjis): Check bytes more rigidly.
5855
5856 2008-02-01 Kenichi Handa <handa@m17n.org>
5857
5858 * fileio.c (choose_write_coding_system): Return a decided coding system.
5859 (Fwrite_region): Set Vlast_coding_system_used to the return value
5860 of choose_write_coding_system.
5861
5862 2008-02-01 Kenichi Handa <handa@m17n.org>
5863
5864 * charset.c (Fset_charset_priority): Pay attention to duplicated
5865 arguments.
5866
5867 * coding.c (QCcategory): New variable.
5868 (syms_of_coding): Defsym it. Set all elements of
5869 Vcoding_category_table and their symbol values.
5870 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
5871 coding-category-XXX, and coding-category-list.
5872 (Fdefine_coding_system_internal): Add category in the plist.
5873
5874 2008-02-01 Kenichi Handa <handa@m17n.org>
5875
5876 * callproc.c (Fcall_process): Handle carryover correctly.
5877
5878 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
5879 (raw_text_coding_system): Check NILP (coding_system).
5880 (coding_inherit_eol_type): Check NILP (coding_system) and
5881 NILP (parent).
5882 (consume_chars): Fix for the case of raw-text.
5883
5884 * process.c (read_process_output): Handle carryover correctly.
5885
5886 2008-02-01 Dave Love <fx@gnu.org>
5887
5888 * regex.c (re_search_2): Fix last change.
5889
5890 2008-02-01 Kenichi Handa <handa@m17n.org>
5891
5892 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
5893 target_multibyte. Even in a unibyte case, return a converted
5894 multibyte char.
5895 (GET_CHAR_AFTER): New macro.
5896 (PATFETCH): Translate via multibyte char.
5897 (HANDLE_UNIBYTE_RANGE): Delete this macro.
5898 (SETUP_MULTIBYTE_RANGE): New macro.
5899 (regex_compile): Setup compiled code so that its multibyteness
5900 matches that of a target. Fix the handling of "[X-YZ]" using
5901 SETUP_MULTIBYTE_RANGE.
5902 (analyse_first) <charset>: For filling fastmap for all multibyte
5903 characters, don't check by BASE_LEADING_CODE_P.
5904 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
5905 the same as RE_MULTIBYTE_P (bufp) now.
5906 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
5907 (TARGET_CHAR_AND_LENGTH): Delete this macro.
5908 (TRANSLATE_VIA_MULTIBYTE): New macro.
5909 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
5910 It is the same as RE_MULTIBYTE_P (bufp) now.
5911 <exactn>: Translate via multibyte.
5912 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
5913 translate it.
5914 <charset, charset_not>: Fetch a character by
5915 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
5916 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
5917 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
5918 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
5919 by GET_CHAR_AFTER.
5920 (bcmp_translate): Likewise.
5921
5922 * search.c (compile_pattern): Check the member target_multibyte,
5923 not the member multibyte of buf.
5924
5925 * lread.c (read1): While reading a string, set force_singlebyte
5926 and force_multibyte correctly.
5927
5928 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
5929 up of unibyte_to_multibyte_table.
5930
5931 2008-02-01 Kenichi Handa <handa@m17n.org>
5932
5933 * coding.c (setup_coding_system): If coding has
5934 post-read-conversion or pre-write-conversion, set
5935 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
5936 respectively.
5937 (decode_coding_gap): Run post-read-conversion if any.
5938
5939 * fileio.c (Finsert_file_contents): Even if we read into a
5940 unibyte buffer, check if we must decode the result or not.
5941
5942 2008-02-01 Kenichi Handa <handa@m17n.org>
5943
5944 * coding.c (make_conversion_work_buffer): Change the work buffer
5945 name to the same one as that of Emacs 21.
5946
5947 2008-02-01 Kenichi Handa <handa@m17n.org>
5948
5949 * coding.h (make_conversion_work_buffer): Adjust prototype.
5950 (code_conversion_restore): Don't extern it.
5951
5952 * coding.c (detected_mask): Delete unused variable.
5953 (decode_coding_iso_2022): Pay attention to the byte sequence of
5954 CTEXT extended segment, and retain those bytes as is.
5955 (decode_coding_ccl): Delete unused variable `valids'.
5956 (setup_coding_system): Delete unused variable `category'.
5957 (consume_chars): Delete unused variable `category'. Make it work
5958 for non-multibyte case.
5959 (make_conversion_work_buffer): Change argument.
5960 (saved_coding): Delete unused variable.
5961 (code_conversion_restore): Don't check saved_coding->destination.
5962 (code_conversion_save): New function.
5963 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
5964 instead of record_unwind_protect.
5965 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
5966 (detect_coding_system): Delete unused variable `mask'.
5967 (Fdefine_coding_system_internal): Delete unused vaiable id.
5968
5969 * fileio.c (kill_workbuf_unwind): New function.
5970 (Finsert_file_contents): On replacing, call
5971 make_conversion_work_buffer with correct args, and call
5972 record_unwind_protect with the first arg kill_workbuf_unwind.
5973
5974 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
5975
5976 2008-02-01 Kenichi Handa <handa@m17n.org>
5977
5978 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
5979 (fontset_add): Fix for the case that TO is less than TO1.
5980 (Ffontset_info): Don't use fallback fontset on checking the
5981 default fontset.
5982 (dump_fontset): New function for debugging.
5983
5984 * coding.c (Fdefine_coding_system_internal): Fix for the case that
5985 coding_type is Qcharset.
5986
5987 2008-02-01 Kenichi Handa <handa@m17n.org>
5988
5989 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
5990 (map_char_table): Don't inherit the value from the parent on
5991 initializing VAL. Adjust for the above change.
5992
5993 2008-02-01 Kenichi Handa <handa@m17n.org>
5994
5995 * coding.c (Qsignature, Qendian): Delete these variables.
5996 (syms_of_coding): Don't initialize them.
5997 (CATEGORY_MASK_UTF_16_AUTO): New macro.
5998 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
5999 detect_info->found.
6000 (decode_coding_utf_16): Don't detect BOM here.
6001 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
6002 is NOT utf_16_without_bom.
6003 (setup_coding_system): For a coding system of type utf-16, check
6004 if the attribute :endian is Qbig or not (not nil or not), and set
6005 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
6006 (detect_coding): If coding type is utf-16 and BOM detection is
6007 required, detect it.
6008 (Fdefine_coding_system_internal): For a coding system of type
6009 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
6010
6011 2008-02-01 Kenichi Handa <handa@m17n.org>
6012
6013 * coding.c (coding_set_source): Fix for the case that the current
6014 buffer is different from coding->src_object.
6015 (decode_coding_object): Don't use the conversion work buffer if
6016 DST_OBJECT is a buffer.
6017
6018 2008-02-01 Dave Love <fx@gnu.org>
6019
6020 * lread.c (read_emacs_mule_char) [len==2]: Index
6021 emacs_mule_charset correctly.
6022
6023 2008-02-01 Dave Love <fx@gnu.org>
6024
6025 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
6026 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
6027 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
6028 treated specially.)
6029 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
6030 (detected_mask): Remove Big5 bits.
6031
6032 2008-02-01 Kenichi Handa <handa@m17n.org>
6033
6034 The following changes are to make the font rescaling facility
6035 compatible with Emacs 21.
6036
6037 * xfaces.c (Vface_font_rescale_alist): Rename from
6038 Vface_resizing_fonts.
6039 (struct font_name): Rename member resizing_ratio to rescale_ratio.
6040 (font_rescale_ratio): Rename from font_resizing_ratio.
6041 (split_font_name): Set font->rescale_ratio.
6042 (better_font_p): Pay attention to font->rescale_ratio.
6043 (build_scalable_font_name): Likewise. Change RESX, and RESY
6044 fields.
6045 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
6046
6047 2008-02-01 Kenichi Handa <handa@m17n.org>
6048
6049 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
6050 (Qutf_16_le): Remove these variables.
6051 (syms_of_coding): Don't DEFSYM them.
6052 (decode_coding_utf_16): Fix handling of BOM.
6053 (encode_coding_utf_16): Fix handling of BOM.
6054
6055 2008-02-01 Kenichi Handa <handa@m17n.org>
6056
6057 * fileio.c (Finsert_file_contents): On replacing, before decoding
6058 the file into the work buffer, set point of the work buffer to the end.
6059
6060 2008-02-01 Dave Love <fx@gnu.org>
6061
6062 * coding.c (Fcheck_coding_systems_region): Fix type errors.
6063
6064 2008-02-01 Dave Love <fx@gnu.org>
6065
6066 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
6067 and fix C types.
6068
6069 2008-02-01 Kenichi Handa <handa@m17n.org>
6070
6071 * xdisp.c (SKIP_GLYPHS): New macro.
6072 (set_cursor_from_row): Pay attention to string display properties.
6073
6074 * category.c (copy_category_entry): Fix for the case that RANGE
6075 is an integer.
6076
6077 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
6078
6079 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
6080
6081 2008-02-01 Kenichi Handa <handa@m17n.org>
6082
6083 * charset.c (Fcharset_id_internal): New function.
6084 (syms_of_charset): Defsubr it.
6085
6086 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
6087 with the last arg charset_list acquired from coding.
6088 (Fdefine_coding_system_internal): For ccl-based coding system, fix
6089 the attribute coding_attr_ccl_valids.
6090
6091 * coding.h (enum define_coding_ccl_arg_index): Set the first
6092 member coding_arg_ccl_decoder to coding_arg_max.
6093
6094 * ccl.h (ccl_driver): Adjust prototype.
6095
6096 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
6097 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
6098 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
6099 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
6100 last arg Qnil.
6101
6102 2008-02-01 Kenichi Handa <handa@m17n.org>
6103
6104 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
6105 call encode_char.
6106
6107 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
6108
6109 2008-02-01 Dave Love <fx@gnu.org>
6110
6111 * composite.c (syms_of_composite): Make composition_hash_table weak.
6112
6113 2008-02-01 Kenichi Handa <handa@m17n.org>
6114
6115 * dispextern.h (check_face_attributes, generate_ascii_font_name)
6116 (font_name_registry): Don't extern them.
6117 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
6118
6119 * fontset.h (Qfontset): Don't extern it.
6120 (new_fontset_from_font_name): Extern it.
6121
6122 * fontset.c: Give 8 extra slots to fontset objects.
6123 (Qfontset_info): New variable.
6124 (syms_of_fontset): Defsym it.
6125 (FONTSET_FALLBACK): New macro.
6126 (fontset_face): Try also the default fontset.
6127 (make_fontset): Realize a fallback fontset from the default fontset.
6128 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
6129 using split_font_name_into_vector and build_font_name_from_vector.
6130 (Fset_fontset_font): Access the elements of font_spec by enum
6131 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
6132 name by using split_font_name_into_vector.
6133 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
6134 generate a proper font name from the fontset name. Update
6135 Vfontset_alias_alist.
6136 (n_auto_fontsets): New variable.
6137 (new_fontset_from_font_name): New function.
6138 (Ffont_info): Store the information about fonts generated from the
6139 default fontset in the first extra slot of the returned char-table.
6140
6141 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
6142 (font_name_registry): Delete function.
6143 (split_font_name_into_vector): New function.
6144 (build_font_name_from_vector): New function.
6145 (font_list): The argument REGISTRY is now a list of registry names.
6146 (choose_face_font): If we are choosing an ASCII font, and ATTRS
6147 specifies an explicit font name, return the name as is. Make a
6148 list of registy names.
6149
6150 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
6151 of x_new_fontset.
6152 (Fx_create_frame): Don't call x_new_fontset here. Just use
6153 x_list_fonts to check the existence of fonts.
6154
6155 * xterm.h (x_new_fontset): Adjust prototype.
6156
6157 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
6158 string. Use new_fontset_from_font_name to create a fontset from a
6159 font name.
6160
6161 2008-02-01 Kenichi Handa <handa@m17n.org>
6162
6163 * syntax.c (Vfind_word_boundary_function_table): New name for
6164 Vnext_word_boundary_function_table.
6165 (find-word-boundary-function-table): New name for
6166 next-word-boundary-function-table.
6167
6168 2008-02-01 Dave Love <fx@gnu.org>
6169
6170 * Makefile.in: Fix some dependencies.
6171
6172 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
6173 set it to nil before returning.
6174
6175 * composite.c (update_compositions): Fix type error.
6176
6177 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
6178
6179 2008-02-01 Kenichi Handa <handa@m17n.org>
6180
6181 * xterm.c (x_new_font): Optimize for the case that the font is
6182 already set for the frame.
6183
6184 2008-02-01 Kenichi Handa <handa@m17n.org>
6185
6186 * chartab.c (char_table_ascii): Check if the char table contents
6187 is sub-char-table or not.
6188 (char_table_set, char_table_set_range): Fix argument to
6189 char_table_ascii.
6190
6191 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
6192 (detect_coding_utf_8, detect_coding_utf_16)
6193 (detect_coding_emacs_mule, detect_coding_iso_2022)
6194 (detect_coding_sjis, detect_coding_big5)
6195 (detect_coding_ccl, detect_coding_charset): Change argument MASK
6196 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
6197 sequence is valid in this coding system. Change callers.
6198 (MAX_ANNOTATION_LENGTH): New macro.
6199 (ADD_ANNOTATION_DATA): New macro.
6200 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
6201 ADD_ANNOTATION_DATA. Change the format of annotation data.
6202 (ADD_CHARSET_DATA): New macro.
6203 (emacs_mule_char): New argument ID. Change callers.
6204 (decode_coding_emacs_mule, decode_coding_iso_2022)
6205 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
6206 Produce charset annotation data in coding->charbuf.
6207 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
6208 to charset annotation data in coding->charbuf.
6209 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
6210 coding->common_flags if the coding system is iso-2022 based and
6211 uses designation.
6212 (produce_composition): Adjust for the new annotation data format.
6213 (produce_charset): New function.
6214 (produce_annotation): Handle charset annotation.
6215 (handle_composition_annotation, handle_charset_annotation): New
6216 functions.
6217 (consume_chars): Handle charset annotation. Utilize the above two
6218 functions.
6219 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
6220 buffer, get the deleted text as a string and set
6221 coding->src_object to that string.
6222 (detect_coding, detect_coding_system): Use the new struct
6223 coding_detection_info.
6224
6225 * coding.h (struct coding_detection_info): New structure.
6226 (struct coding_system): Adjust prototype of the member `detector'.
6227 (CODING_ANNOTATE_CHARSET_MASK): New macro.
6228
6229 2008-02-01 Kenichi Handa <handa@m17n.org>
6230
6231 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
6232
6233 2008-02-01 Dave Love <fx@gnu.org>
6234
6235 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
6236 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
6237 to new local and nullify apropos_accumulate before returning.
6238 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
6239
6240 2008-02-01 Kenichi Handa <handa@m17n.org>
6241
6242 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
6243 correctly.
6244
6245 2008-02-01 Dave Love <fx@gnu.org>
6246
6247 * fns.c (Flanginfo): Call synchronize_system_time_locale.
6248
6249 2008-02-01 Kenichi Handa <handa@m17n.org>
6250
6251 The following changes are to make character composition happen
6252 automatically on displaying.
6253
6254 * Makefile.in (lisp, shortlisp): Add composite.elc.
6255
6256 * composite.h (Qauto_composed, Vauto_composition_function)
6257 (Qauto_composition_function): Extern them.
6258
6259 * composite.c (Vcomposition_function_table)
6260 (Qcomposition_function_table): Delete variables.
6261 (Qauto_composed, Vauto_composition_function)
6262 (Qauto_composition_function): New variables.
6263 (run_composition_function): Don't call
6264 compose-chars-after-function.
6265 (update_compositions): Clear `auto-composed' text property.
6266 (compose_chars_in_text): Delete this function.
6267 (syms_of_composite): Staticpro Qauto_composed and
6268 Qauto_composition_function. Declare Vauto_composition_function as
6269 a Lisp variable.
6270
6271 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
6272
6273 * xdisp.c (it_props): Add an entry for Qauto_composed.
6274 (handle_auto_composed_prop): New function.
6275
6276 * xselect.c (selection_data_to_lisp_data): Don't call
6277 compose_chars_in_text.
6278
6279 2008-02-01 Dave Love <fx@gnu.org>
6280
6281 * keyboard.c (read_char): Modify checking around use of
6282 Vkeyboard_translate_table.
6283
6284 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
6285 and fix C types.
6286
6287 2008-02-01 Kenichi Handa <handa@m17n.org>
6288
6289 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
6290 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6291 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
6292 the case that the last byte is '\r' correctly.
6293 (decode_coding): Flush out the unprocessed data correctly.
6294 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
6295
6296 2008-02-01 Dave Love <fx@gnu.org>
6297
6298 * xterm.c (XTread_socket): Fix changes for defined keysyms. Add
6299 XK_ISO... case.
6300 (xaw_scroll_callback): Revert last change.
6301
6302 2008-02-01 Kenichi Handa <handa@m17n.org>
6303
6304 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
6305
6306 2008-02-01 Kenichi Handa <handa@m17n.org>
6307
6308 * xfaces.c (Vface_resizing_fonts): New variable.
6309 (struct font_name): New member `resizing_ratio'.
6310 (font_resizing_ratio): New function.
6311 (split_font_name): Set font->resizing_ratio.
6312 (better_font_p): Pay attention to font->resizing_ratio.
6313 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
6314 RESX, and RESY fields.
6315 (try_alternative_families): Try scalable fonts if
6316 Vscalable_fonts_allowed is not Qt.
6317 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
6318
6319 2008-02-01 Dave Love <fx@gnu.org>
6320
6321 * xterm.c (xaw_scroll_callback): Cast correctly.
6322
6323 2008-02-01 Dave Love <fx@gnu.org>
6324
6325 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
6326 (lispy_kana_keys): Comment out.
6327 (make_lispy_event) [XK_kana_A]: Comment out.
6328
6329 * xterm.c (xaw_scroll_callback): Cast call_data.
6330 (XTread_socket): Deal with ASCII keysyms.
6331 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
6332
6333 2008-02-01 Dave Love <fx@gnu.org>
6334
6335 * xterm.c (Vx_keysym_table): New.
6336 (syms_of_xterm): Initialize it.
6337 (XTread_socket): Use it.
6338 From head: Eliminate incorrect optimization that tried to avoid
6339 decoding the output of X*LookupString.
6340 (x_get_font_repertory): Delete charset declaration.
6341
6342 2008-02-01 Kenichi Handa <handa@m17n.org>
6343
6344 * coding.c (detect_coding_charset): If only ASCII bytes are found,
6345 return 0.
6346 (Fdefine_coding_system_internal): Setup
6347 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
6348
6349 2008-02-01 Dave Love <fx@gnu.org>
6350
6351 * coding.c (Fcheck_coding_system): Doc fix.
6352
6353 * editfns.c (Finsert_byte): Return a proper value.
6354
6355 2008-02-01 Kenichi Handa <handa@m17n.org>
6356
6357 * coding.c (decode_coding): Fix args to translate_chars. Pay
6358 attention to Vstandard_translation_table_for_decode.
6359 (encode_coding): Fix args to translate_chars. Pay attention to
6360 Vstandard_translation_table_for_encode.
6361
6362 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
6363 SINGLE_BYTE_CHAR_P.
6364
6365 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
6366 not by SINGLE_BYTE_CHAR_P.
6367
6368 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
6369 SINGLE_BYTE_CHAR_P.
6370
6371 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
6372 SINGLE_BYTE_CHAR_P.
6373
6374 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
6375 by SINGLE_BYTE_CHAR_P.
6376
6377 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
6378 SINGLE_BYTE_CHAR_P.
6379
6380 2008-02-01 Dave Love <fx@gnu.org>
6381
6382 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
6383
6384 2008-02-01 Dave Love <fx@gnu.org>
6385
6386 * fns.c (Flanginfo): Fix typo.
6387
6388 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
6389
6390 2008-02-01 Kenichi Handa <handa@m17n.org>
6391
6392 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
6393 (detect_coding_emacs_mule, detect_coding_iso_2022)
6394 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
6395 incomplete byte sequence. Don't update *mask when correctly detected.
6396 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
6397 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
6398 (detect_coding, detect_coding_system): Adjust for the changes above.
6399
6400 2008-02-01 Kenichi Handa <handa@m17n.org>
6401
6402 * character.c (char_string): Rename from
6403 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
6404 (string_char): Rename from string_char.
6405
6406 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
6407 if C is greater than MAX_3_BYTE_CHAR.
6408 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
6409 string_char instead of string_char_with_unification.
6410
6411 2008-02-01 Dave Love <fx@gnu.org>
6412
6413 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
6414
6415 2008-02-01 Kenichi Handa <handa@m17n.org>
6416
6417 * keymap.c (push_key_description): Pay attention to force_multibyte.
6418
6419 * regex.c (re_search_2): Fix for the case of unibyte buffer.
6420
6421 2008-02-01 Dave Love <fx@gnu.org>
6422
6423 * charset.c (define_charset_internal): Rename `supprementary'.
6424
6425 * Makefile.in (lisp, shortlisp): Remove latin-N.
6426
6427 2008-02-01 Dave Love <fx@gnu.org>
6428
6429 * xfns.c (x_window, x_window): Use use_xim.
6430
6431 * xterm.c (use_xim): Initialize.
6432 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
6433 (x_term_init): Maybe set use_xim.
6434
6435 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
6436
6437 2008-02-01 Kenichi Handa <handa@m17n.org>
6438
6439 * search.c (search_buffer): Fix case-fold-search of multibyte
6440 characters.
6441 (boyer_moore): Rename the last argument to char_high_bits.
6442
6443 2008-02-01 Kenichi Handa <handa@m17n.org>
6444
6445 * xdisp.c (display_string): Fix for the case of zero width glyph.
6446
6447 * xfns.c (x_set_font): Change the error message of the case that
6448 x_new_fontset returns Qt.
6449
6450 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
6451 (Finternal_set_lisp_face_attribute): Use signal_error for the
6452 error of invalid fontset.
6453
6454 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
6455 fontset, return Qt.
6456
6457 2008-02-01 Dave Love <fx@gnu.org>
6458
6459 * unexelf.c (unexec): Make .got handling not SGI-specific.
6460
6461 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
6462
6463 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
6464
6465 * keyboard.c (read_key_sequence): Fix type error.
6466
6467 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
6468 type error.
6469
6470 * fontset.c (fontset_add): Return Lisp_Object.
6471
6472 2008-02-01 Dave Love <fx@gnu.org>
6473
6474 * charset.h (charset_ordered_list_tick): Declare extern.
6475
6476 2008-02-01 Kenichi Handa <handa@m17n.org>
6477
6478 The following changes (and some of 2008-02-01 changes of mine) are
6479 for handling syntax, category, and case conversion for unibyte
6480 characters by converting them to multibyte on the fly. With these
6481 changes, we don't have to setup syntax and case tables for unibyte
6482 characters in each language environment.
6483
6484 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
6485 multibyte if necessary.
6486
6487 * bytecode.c (Fbyte_code): Likewise.
6488
6489 * character.h (LEADING_CODE_LATIN_1_MIN)
6490 (LEADING_CODE_LATIN_1_MAX): New macros.
6491 (unibyte_to_multibyte_table): Extern it.
6492 (unibyte_char_to_multibyte): New macro.
6493 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
6494 (CHAR_LEADING_CODE): New macro.
6495 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
6496
6497 * character.c (unibyte_to_multibyte_table): New variable.
6498 (unibyte_char_to_multibyte): Move to character.h and define as macro.
6499 (multibyte_char_to_unibyte): If C is an eight-bit character,
6500 convert it to the corresponding byte value.
6501
6502 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
6503 not 1, singals an error. Update the elements of
6504 unibyte_to_multibyte_table.
6505 (init_charset_once): Initialize unibyte_to_multibyte_table.
6506 (syms_of_charset): Define the charset `iso-8859-1'.
6507
6508 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
6509 as is without converting it to unibyte. In a unibyte buffer,
6510 convert C to multibyte before checking the syntax.
6511
6512 * lisp.h (unibyte_char_to_multibyte): Delete extern.
6513
6514 * minibuf.c (Fminibuffer_complete_word): Use the macro
6515 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
6516
6517 * regex.h (struct re_pattern_buffer): New member target_multibyte.
6518
6519 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
6520 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
6521 that is zero, convert an eight-bit char to multibyte.
6522 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
6523 non-emacs case.
6524 (PATFETCH): Convert an eight-bit char to multibyte.
6525 (HANDLE_UNIBYTE_RANGE): New macro.
6526 (regex_compile): Setup the compiled pattern for multibyte chars
6527 even if the given regex string is unibyte. Use PATFETCH_RAW
6528 instead of PATFETCH in many places. To handle `charset'
6529 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
6530 only for ASCII chars.
6531 (analyse_first) <exactn>: Simplify because the compiled pattern
6532 is multibyte.
6533 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
6534 <charset>: Use CHAR_LEADING_CODE to get leading codes.
6535 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
6536 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
6537 multibyte always 1.
6538 (re_search_2): In emacs, set the locale variable multibyte to 1,
6539 otherwise to 0. New local variable target_multibyte. Check it
6540 to decide the multibyteness of STR1 and STR2. If
6541 target_multibyte is zero, convert unibyte chars to multibyte
6542 before translating and checking fastmap.
6543 (TARGET_CHAR_AND_LENGTH): New macro.
6544 (re_match_2_internal): In emacs, set the locale variable multibyte
6545 to 1, otherwise to 0. New local variable target_multibyte. Check
6546 it to decide the multibyteness of STR1 and STR2. Use
6547 TARGET_CHAR_AND_LENGTH to fetch a character from D.
6548 <charset, charset_not>: If multibyte is nonzero, check fastmap
6549 only for ASCII chars. Call bcmp_translate with
6550 target_multibyte, not with multibyte.
6551 <begline>: Declare the local variable C as `unsigned'.
6552 (bcmp_translate): Change the last arg name to target_multibyte.
6553
6554 * search.c (compile_pattern_1): Don't adjust the multibyteness of
6555 the regexp pattern and the matching target. Set cp->buf.multibyte
6556 to the multibyteness of the regexp pattern. Set
6557 cp->but.target_multibyte to the multibyteness of the matching target.
6558 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
6559 FETCH_STRING_CHAR_ADVANCE.
6560 (Freplace_match): Convert unibyte chars to multibyte.
6561
6562 * syntax.c (char_quoted, back_comment, scan_words)
6563 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
6564 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
6565 unibyte chars to multibyte.
6566 (skip_chars): Delete the arg syntaxp, and move the code for
6567 handling syntaxes to skip_syntaxes. Change callers.
6568 Fix the case that the multibyteness of STRING and the current
6569 buffer doesn't match.
6570 (skip_syntaxes): New function.
6571 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
6572 SINGLE_BYTE_CHAR_P.
6573
6574 2008-02-01 Kenichi Handa <handa@m17n.org>
6575
6576 * xfaces.c (QCfontset): New variable.
6577 (LFACE_FONTSET): New macro.
6578 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
6579 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
6580 (Finternal_set_lisp_face_attribute)
6581 (Finternal_get_lisp_face_attribute): Handle QCfontset.
6582 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
6583 check also LFACE_FONTSET_INDEX.
6584 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
6585 attrs[LFACE_FONT_INDEX].
6586 (syms_of_xfaces): Intern and staticpro QCfontset.
6587
6588 * dispextern.h (enum lface_attribute_index): New member
6589 LFACE_FONTSET_INDEX.
6590
6591 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
6592
6593 2008-02-01 Kenichi Handa <handa@m17n.org>
6594
6595 * coding.c (coding_set_destination): Fix coding->destination for
6596 the case converting a region.
6597 (encode_coding_utf_8): Encode eight-bit chars as single byte.
6598 (encode_coding_object): Fix coding->dst_pos and
6599 coding->dst_pos_byte for the case converting a region.
6600
6601 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
6602
6603 * character.h (BYTE8_STRING): New macro.
6604
6605 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
6606
6607 2008-02-01 Kenichi Handa <handa@m17n.org>
6608
6609 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
6610 characters by octal form.
6611
6612 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
6613
6614 * buffer.h (_fetch_multibyte_char_len): Delete extern.
6615 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
6616 _fetch_multibyte_char_len.
6617 (FETCH_CHAR_AS_MULTIBYTE): New macro.
6618
6619 * casetab.c (set_canon, set_identity, shuffle): Simplify.
6620
6621 * casefiddle.c (casify_object): Simplify. Handle the case that
6622 the case conversion change the byte length.
6623 (casify_region): Likewise.
6624
6625 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
6626
6627 * character.c (_fetch_multibyte_char_len): Delet this variable.
6628 (syms_of_character): Setup Vprintable_chars.
6629
6630 * editfns.c (Fchar_equal): Fix for the unibyte case.
6631 (Finsert_byte): New function.
6632 (syms_of_editfns): Defsubr it.
6633
6634 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
6635 of direct code 0x3ffff.
6636
6637 * search.c (Freplace_match): Fix for the unibyte case.
6638
6639 2008-02-01 Kenichi Handa <handa@m17n.org>
6640
6641 * lread.c (safe_to_load_p): Fix the logic.
6642
6643 * syntax.c (scan_words): Don't treat characters belonging to
6644 different scripts as constituting a word.
6645
6646 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
6647
6648 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
6649
6650 * emacs.c (main): In the case of --unibyte, instead of aborting on
6651 finding non-empty buffer, make it unibyte.
6652
6653 2008-02-01 Kenichi Handa <handa@m17n.org>
6654
6655 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
6656 to create a fontset.
6657
6658 2008-02-01 Dave Love <fx@gnu.org>
6659
6660 * character.c (Funibyte_char_to_multibyte): Doc fix.
6661
6662 * xfns.c [HAVE_STDLIB_H]: Fix last change.
6663
6664 2008-02-01 Kenichi Handa <handa@m17n.org>
6665
6666 * fontset.c (fontset_add): Make the type `int'.
6667 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
6668
6669 * character.c (unibyte_char_to_multibyte)
6670 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
6671 charset_unibyte, not charset_primary.
6672
6673 * charset.h (charset_unibyte): Extern it instead of charset_primary.
6674
6675 * charset.c (charset_unibyte): Rename from charset_primary.
6676 (Funibyte_charset): Rename from Fprimary_charset.
6677 (Fset_unibyte_charset): Rename from Fset_primary_charset.
6678 (syms_of_charset): Adjust for the above changes.
6679
6680 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
6681 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
6682 it->multibyte_p is zero.
6683
6684 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
6685 Delete extern.
6686
6687 2008-02-01 Kenichi Handa <handa@m17n.org>
6688
6689 * coding.c (Fdefine_coding_system_internal): Fix category setting
6690 for a coding system of type iso-2022.
6691
6692 2008-02-01 Kenichi Handa <handa@m17n.org>
6693
6694 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
6695
6696 2008-02-01 Kenichi Handa <handa@m17n.org>
6697
6698 * syntax.c (Vnext_word_boundary_function_table): New variable.
6699 (next-word-boundary-function-table): Declare it as a Lisp variable
6700 in syms_of_syntax.
6701 (scan_words): Call functions in Vnext_word_boundary_function_table
6702 if any.
6703
6704 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
6705
6706 * fontset.c (fs_load_font): If fontp->charset is not negative,
6707 return fontp without setting its members.
6708
6709 2008-02-01 Dave Love <fx@gnu.org>
6710
6711 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
6712
6713 * m/sparc.h (HAVE_ALLOCA): Delete.
6714
6715 * s/irix6-5.h: Don't include strings.h.
6716 (bcopy, bzero, bcmp): Don't undef.
6717
6718 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
6719
6720 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
6721 (TIOCSIGSEND): Don't test IRIX6.
6722 (bcopy, bzero, bcmp): Define conditionally.
6723
6724 2008-02-01 Kenichi Handa <handa@m17n.org>
6725
6726 * buffer.c (Qas, Qmake, Qto): New variables.
6727 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
6728 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
6729
6730 * callproc.c (Fcall_process): Don't call insert_1_both directly if
6731 we are inserting a process output into a multibyte buffer.
6732
6733 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
6734 multibyte_char_to_unibyte.
6735
6736 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
6737 by the primary charset, make it eight-bit char.
6738 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
6739
6740 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
6741 (charset_8_bit__control, charset_8_bit_graphic)
6742 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
6743 (define_charset_internal): New function.
6744 (syms_of_charset): Call define_charset_internal for pre-defined
6745 charsets.
6746
6747 * charset.h (charset_8_bit): Extern it.
6748
6749 * coding.c (make_conversion_work_buffer): Adjust for the change
6750 of Fset_buffer_multibyte.
6751 (encode_coding_raw_text): Increment p0 in the loop.
6752
6753 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
6754
6755 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
6756 for the change of Fset_buffer_multibyte.
6757
6758 * fns.c (Fstring_to_multibyte): New function.
6759 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
6760
6761 2008-02-01 Dave Love <fx@gnu.org>
6762
6763 * xfns.c (x_put_x_image): Declare args.
6764
6765 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
6766 (try_font_list): Declare an arg.
6767
6768 * xdisp.c (message2_nolog, set_message): Declare an arg.
6769
6770 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
6771
6772 * syntax.c (scan_sexps_forward): Declare an arg.
6773
6774 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
6775 Declare an arg.
6776
6777 * lisp.h (Fnew_fontset): Declare.
6778
6779 * keymap.c (push_key_description): Call CHARACTERP correctly.
6780
6781 * fontset.c (fontset_add): Declare args. Call make_number correctly.
6782 (face_for_char): Delete unused vars.
6783 (Fset_fontset_font): Doc fix. Delete unused vars.
6784
6785 * doc.c (Fsubstitute_command_keys): Delete unused vars.
6786
6787 * composite.c (update_compositions): Declare arg.
6788
6789 * cm.c (calccost, cmgoto): Declare args.
6790
6791 * charset.c: Remove `emacs' conditional. Doc fixes.
6792 (map_char_table_for_charset): Declare.
6793
6794 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
6795
6796 * ccl.c: Remove `emacs' conditional.
6797
6798 2008-02-01 Kenichi Handa <handa@m17n.org>
6799
6800 The following changes are to allow specifying multiple font
6801 patterns for a character range (specified by script or charset).
6802
6803 * Makefile.in (abbrev.o): Depend on syntax.h.
6804 (xfaces.o): Depend on charset.h.
6805
6806 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
6807 SINGLE_BYTE_CHAR_P.
6808
6809 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
6810
6811 * character.h (Vchar_script_table): Extern it.
6812
6813 * character.c (Vscript_alist): Delete.
6814 (Vchar_script_table, Qchar_script_table): New variable.
6815 (syms_of_character): Declare Vchar_script_table as a lisp variable
6816 and initialize it.
6817
6818 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
6819 have property char-table-extra-slots, make no extra slot.
6820
6821 * dispextern.h (struct face): Delete member `charset'.
6822 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
6823 SINGLE_BYTE_CHAR_P.
6824 (choose_face_font, lookup_non_ascii_face, font_name_registry):
6825 Add prototypes.
6826 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
6827 (generate_ascii_font_name): Rename from generate_ascii_font.
6828
6829 * fontset.h (get_font_repertory_func): New prototype.
6830 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
6831 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
6832
6833 * fontset.c (Qprepend, Qappend): New variables.
6834 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
6835 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
6836 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
6837 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
6838 (fontset_ref_and_range, fontset_add, reorder_font_vector)
6839 (load_font_get_repertory): New functions.
6840 (fontset_set): Delete.
6841 (fontset_face): New arg FACE. Return face ID, not face.
6842 Complete re-write to handle new fontset structure. Change caller.
6843 (free_face_fontset): Use ASET istead of AREF (X) = Y.
6844 (face_for_char): Don't call lookup_face.
6845 (make_fontset_for_ascii_face): New arg FACE.
6846 (fs_load_font): New arg CHARSET_ID. Don't check
6847 Vfont_encoding_alist here.
6848 (find_font_encoding): New function.
6849 (list_fontsets): Use STRINGP, not ! NILP.
6850 (accumulate_script_ranges): New function.
6851 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
6852 re-written to handle new fontset structure.
6853 (Ffontset_font): Return a copy of element.
6854 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
6855 docstring of font-encoding-alist.
6856
6857 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
6858 (Fset_fotset_font): Fix arguments to 5.
6859
6860 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
6861
6862 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
6863 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
6864 (highlight_trailing_whitespace): Adjust for the change of
6865 lookup_named_face.
6866
6867 * xfaces.c: Include charset.h.
6868 (load_face_font): Delete argument C. Change caller.
6869 (generate_ascii_font_name): Rename from generate_ascii_font.
6870 (font_name_registry): New function.
6871 (cache_face): Store ascii faces before non-ascii faces in buckets.
6872 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
6873 Lookup only ascii faces.
6874 (lookup_non_ascii_face): New function.
6875 (lookup_named_face): Delete argument C. Change caller.
6876 (lookup_derived_face): Delete argument C. Change caller.
6877 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
6878 a string, just call font_list with it.
6879 (choose_face_font): Delete arguments FACE and C. New arg
6880 FONT_SPEC. Change caller.
6881 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
6882 Change caller.
6883 (realize_non_ascii_face): New function.
6884 (realize_x_face): Call load_face_font here.
6885 (realize_tty_face): Delete argument C. Change caller.
6886 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
6887 get a face ID.
6888 (dump_realized_face): Don't print charset of FACE.
6889
6890 * xfns.c (x_set_font): Always call x_new_fontset and
6891 store_frame_parameter.
6892 (Fx_create_frame): Call x_new_fontset, not x_new_font.
6893 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
6894
6895 * xterm.h (x_get_font_repertory): Extern it.
6896
6897 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
6898 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
6899 it->multibyte_p is zero.
6900 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
6901 (x_new_fontset): If FONTSETNAME doesn't match any existing
6902 fontsets, create a new one.
6903 (x_get_font_repertory): New function.
6904
6905 2008-02-01 Kenichi Handa <handa@m17n.org>
6906
6907 * coding.c (Ffind_coding_systems_region_internal): Detect an
6908 ASCII only string correctly.
6909
6910 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
6911 version is 0.
6912
6913 2008-02-01 Kenichi Handa <handa@m17n.org>
6914
6915 * lread.c: Include "coding.h".
6916 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
6917 (load_each_byte, unread_char): New variables.
6918 (readchar_backlog): Delete.
6919 (readchar): Return a character unless load_each_byte is nonzero.
6920 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
6921 cons. If unread_char is not -1, simply return it.
6922 (unreadchar): Handle the case that readcharfun is
6923 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
6924 (read_multibyte): Delete.
6925 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
6926 (read_emacs_mule_char): New functions.
6927 (Fload): Even if the file doesn't have the extention ".elc", if
6928 safe_to_load_p returns a positive version number, assume that the
6929 file contains bytecompiled code. If the version is less than 22,
6930 load the file while decoding multibyte sequences by emacs-mule.
6931 (readevalloop): Don't use readchar_backlog.
6932 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
6933 (Fread_from_string): Pay attention to the case that STREAM is a cons.
6934 (read_escape): Delete the arg BYTEREP.
6935 (read1): Set load_each_byte to 1 temporarily while handling
6936 #@NUMBER. Don't call read_multibyte.
6937 (read_vector): Call Fread with a cons. If readcharfun is
6938 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
6939 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
6940 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
6941 and Qload_force_doc_strings.
6942
6943 2008-02-01 Kenichi Handa <handa@m17n.org>
6944
6945 * xdisp.c (face_before_or_after_it_pos): Call
6946 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
6947
6948 2008-02-01 Kenichi Handa <handa@m17n.org>
6949
6950 * character.h (TRAILING_CODE_P): New macro.
6951 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
6952 (string_char_with_unification): Fix prototype.
6953 (Vscript_alist): Extern it.
6954
6955 * character.c (Vscript_alist): New variable.
6956 (string_char_with_unification, str_as_unibyte)
6957 (string_escape_byte8): Add `const' to local variables.
6958 (syms_of_character): Declare script-alist as a Lisp variable.
6959
6960 * charset.h (Vcharset_ordered_list): Extern it.
6961 (charset_ordered_list_tick): Extern it.
6962 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
6963 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
6964 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
6965 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros
6966 (Funify_charset): Adjust for the change of Funify_charset.
6967
6968 * charset.c (charset_ordered_list_tick): New variable.
6969 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
6970 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
6971 deunify intead of unify a charset.
6972 (string_xstring_p): Add `const' to local variables.
6973 (find_charsets_in_text): Add `const' to arguemnts and local variables.
6974 (encode_char): Adjust for the change of Funify_charset. Fix
6975 detecting of invalid code.
6976 (Fset_charset_priority): Increment charset_ordered_list_tick.
6977 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
6978 and TO_CODE.
6979
6980 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
6981 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
6982 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
6983 (decode_coding_ccl, consume_chars)
6984 (Ffind_coding_systems_region_internal)
6985 (Fcheck_coding_systems_region): Add `const' to local variables.
6986
6987 * print.c (print_object): Use octal form for printing the
6988 contents of a bool vector.
6989
6990 2008-02-01 Dave Love <fx@gnu.org>
6991
6992 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
6993 <version == 20>: Refuse to load.
6994
6995 2008-02-01 Dave Love <fx@gnu.org>
6996
6997 * fns.c: Move coding.h.
6998 (Qcodeset, Qdays, Qmonths): New.
6999 (concat): Use CHARACTERP instead of INTERGERP.
7000 (Flocale_codeset): Delete.
7001 (Flanginfo): New function.
7002 (syms_of_fns): Change accordingly.
7003
7004 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
7005
7006 2008-02-01 Dave Love <fx@gnu.org>
7007
7008 * casetab.c (init_casetab_once, init_casetab_once): Fix
7009 CHAR_TABLE_SET call.
7010
7011 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
7012
7013 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
7014
7015 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
7016 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
7017 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
7018
7019 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
7020
7021 * coding.c (ENCODE_DESIGNATION, decode_eol)
7022 (make_conversion_work_buffer, code_conversion_restore)
7023 (Fdefine_coding_system_internal): Convert Lisp types.
7024 (code_conversion_restore): Use EQ, not ==.
7025 (Fencode_coding_string): Fix code_convert_string call.
7026
7027 * coding.h (code_convert_region): Fix prototype.
7028
7029 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
7030
7031 * fontset.c (fontset_ref, fontset_set, fs_load_font)
7032 (Ffontset_info): Convert Lisp types.
7033
7034 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
7035
7036 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
7037
7038 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
7039
7040 * chartab.c: Include "...h", not <...h> in some cases.
7041
7042 * callproc.c (Fcall_process): Remove unused variables.
7043
7044 2008-02-01 Dave Love <fx@gnu.org>
7045
7046 * coding.c (Fset_coding_system_priority): Allow null arg list.
7047
7048 2008-02-01 Dave Love <fx@gnu.org>
7049
7050 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
7051 (Fself_insert_and_exit): Use CHARACTERP.
7052
7053 * callproc.c (Fcall_process): Remove unused vars.
7054
7055 * xterm.c (XTread_socket): Add extra dead keysyms.
7056
7057 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
7058
7059 * dispextern.h: Remove prototypes for redraw_frame,
7060 redraw_garbaged_frames.
7061
7062 * cmds.c (Fself_insert_command): Use CHARACTERP.
7063
7064 * chartab.c (make_sub_char_table): Remove unused var.
7065 (Fset_char_table_default, Fmap_char_table): Doc fix.
7066
7067 * keymap.c (access_keymap): Remove generic char code.
7068 (push_key_description): Use CHARACTERP.
7069
7070 2008-02-01 Dave Love <fx@gnu.org>
7071
7072 * charset.c: Doc fixes.
7073 (Funify_charset): Extra checking.
7074
7075 2008-02-01 Dave Love <fx@gnu.org>
7076
7077 * lread.c: Remove some unused variables.
7078 (safe_to_load_p): If safe, return the magic number version byte.
7079 (Fload): Maybe use load-with-code-conversion.
7080
7081 2008-02-01 Kenichi Handa <handa@m17n.org>
7082
7083 * category.c (Fmodify_category_entry): Don't modify the contents
7084 of category_set for characters out of the range. Avoid
7085 unnecessary modification.
7086
7087 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
7088 Vchar_unify_table. The default value of the table is now nil.
7089
7090 * character.c (syms_of_character): Setup Vchar_width_table for
7091 eight-bit-control and raw-byte chars.
7092
7093 * charset.h (enum define_charset_arg_index): Delete
7094 charset_arg_parents and add charset_arg_subset and
7095 charset_arg_superset.
7096 (enum charset_attr_index): Delete charset_parents and add
7097 charset_subset and charset_superset.
7098 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
7099 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
7100 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
7101 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
7102 (CHARSET_SUPERSET): New macros.
7103 (charset_work): Extern it.
7104 (ENCODE_CHAR): Use charset_work.
7105 (CHAR_CHARSET_P): Adjust for the change of encoder format.
7106 (map_charset_chars): Extern it.
7107
7108 * charset.c (load_charset_map): Set the default value of encoder
7109 and deunifier char-tables to nil.
7110 (map_charset_chars): Change argument. Change callers. Use
7111 map_char_table_for_charset instead of map_char_table.
7112 (Fmap_charset_chars): New optional args from_code and to_code.
7113 (Fdefine_charset_internal): Adjust for the change of
7114 `define-charset' (:parents -> :subset or :superset).
7115 (charset_work): New variable.
7116 (encode_char, syms_of_charset): Adjust for the change of
7117 Fdefine_charset_internal.
7118 (Ffind_charset_string): Setup the vector `charsets' correctly.
7119
7120 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
7121 the previous change.
7122 (char_table_ref_and_range): Adjust for the above change.
7123 (map_sub_char_table_for_charset): New function.
7124 (map_char_table_for_charset): New function.
7125
7126 * keymap.c (describe_vector): Handle a char-table directly here.
7127 (describe_char_table): Delete.
7128
7129 * lisp.h (map_charset_chars): Delete.
7130
7131 2008-02-01 Dave Love <fx@gnu.org>
7132
7133 * fns.c (count_combining): Comment out (unused).
7134 (Flocale_codeset): New.
7135 (syms_of_fns): Defsubr it.
7136
7137 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
7138 (size_t): Remove.
7139
7140 2008-02-01 Dave Love <fx@gnu.org>
7141
7142 * Makefile.in (chartab.o): Depend on charset.h.
7143
7144 2008-02-01 Kenichi Handa <handa@m17n.org>
7145
7146 * character.c (syms_of_character): Set the default value of
7147 Vprintable_chars to Qnil.
7148
7149 2008-02-01 Dave Love <fx@gnu.org>
7150
7151 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
7152
7153 2008-02-01 Kenichi Handa <handa@m17n.org>
7154
7155 * charset.c (load_charset_map): Handle the case that from < to
7156 correctly.
7157
7158 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
7159 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
7160 Pay attention to raw-8-bit chars.
7161
7162 2008-02-01 Kenichi Handa <handa@m17n.org>
7163
7164 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
7165 It is not bytecompiled now.
7166
7167 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
7168 (charset_jisx0208): New variables.
7169 (Fdefine_charset_internal): Setup them if appropriate.
7170 (init_charset_once): Initialize them to -1.
7171
7172 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
7173 (charset_jisx0208): Extern them.
7174
7175 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro
7176 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
7177 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
7178 (setup_iso_safe_charsets): Fix arguments to Fassq.
7179 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
7180 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
7181 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
7182 (encode_coding_iso_2022): Change the 1st arg to
7183 ENCODE_ISO_CHARACTER to a variable.
7184
7185 2008-02-01 Kenichi Handa <handa@m17n.org>
7186
7187 * charset.h (enum define_charset_arg_index): New enums
7188 charset_arg_min_code and charset_arg_max_code.
7189 (struct charset): New member char_index_offset.
7190
7191 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
7192 Take charset->char_index_offset into account.
7193 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
7194 args[charset_arg_max_code]. Setup charset.char_index_offset.
7195 (syms_of_charset): Fix args to Fdefine_charset_internal.
7196
7197 2008-02-01 Dave Love <fx@gnu.org>
7198
7199 * coding.c (decode_coding_utf_8): Reject overlong sequences.
7200
7201 2008-02-01 Dave Love <fx@gnu.org>
7202
7203 * coding.c: Doc fixes.
7204 (Fcoding_system_aliases): Fix return value.
7205 (Qmac): Remove (duplicated) definition.
7206
7207 2008-02-01 Dave Love <fx@gnu.org>
7208
7209 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
7210 functions.
7211
7212 * character.c (Fstring): Doc fix.
7213
7214 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
7215
7216 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
7217 ids.
7218 (font-encoding-alist): Doc fix.
7219
7220 2008-02-01 Dave Love <fx@gnu.org>
7221
7222 * term.c (costs_set): Declare static, non-initialized for pcc.
7223 (encode_terminal_code): Remove unused var.
7224
7225 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
7226 for K&R.
7227
7228 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
7229
7230 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
7231 (suffixes): Move out of make_subsidiaries for K&R.
7232
7233 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
7234
7235 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
7236
7237 2008-02-01 Dave Love <fx@gnu.org>
7238
7239 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
7240
7241 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
7242
7243 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
7244
7245 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
7246
7247 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
7248
7249 2008-02-01 Kenichi Handa <handa@m17n.org>
7250
7251 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
7252 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
7253
7254 2008-02-01 Kenichi Handa <handa@m17n.org>
7255
7256 * coding.c (decode_coding_charset): Adjust for the change of
7257 Fdefine_coding_system_internal.
7258 (Fdefine_coding_system_internal): For a coding system of
7259 `charset' type, store a list of charset IDs in
7260 `charset_attr_charset_valids' element of coding attributes.
7261
7262 2008-02-01 Kenichi Handa <handa@m17n.org>
7263
7264 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
7265 (emacs_mule_char): New arg src. Delete arg `composition'. Change
7266 caller. Handle 2-byte and 3-byte charsets correctly.
7267 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
7268 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
7269 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
7270 (DECODE_EMACS_MULE_21_COMPOSITION): Call
7271 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
7272 sequence.
7273 (decode_coding_emacs_mule): Handle composition correctly. Rewind
7274 `src' and `consumed_chars' correctly before calling emacs_mule_char.
7275 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
7276 and alt&rule composition.
7277 (decode_coding_iso_2022): Handle composition correctly.
7278 (init_coding_once): Setup emacs_mule_bytes for private charsets.
7279
7280 * charset.c (Fdefine_charset_internal): Fix bug for the case of
7281 re-defining a charset. If the charset has :emacs-mule-id, setup
7282 emacs_mule_bytes.
7283 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
7284
7285 2008-02-01 Kenichi Handa <handa@m17n.org>
7286
7287 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
7288 (encode_coding_big5, encode_coding_charset): If coding requires safe
7289 encoding, produce a character specified by
7290 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
7291
7292 2008-02-01 Dave Love <fx@gnu.org>
7293
7294 * xterm.c (XSetIMValues): Declare.
7295
7296 * process.c: Conditionally include sys/wait.h, pty.h.
7297
7298 * print.c (print_object): Fix print format for 64-bit systems.
7299
7300 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
7301
7302 * buffer.c (emacs_strerror): Declare.
7303
7304 * fontset.c (Fclear_face_cache): Declare.
7305 (accumulate_font_info): Comment-out (unused).
7306 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
7307 variables.
7308
7309 * character.h (string_escape_byte8): Declare.
7310
7311 * charset.c (load_charset_map, load_charset_map_from_file): Remove
7312 unused vars.
7313 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
7314 (Fmap_charset_chars): Doc fix.
7315
7316 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
7317 (Fset_coding_system_priority, Fset_coding_system_priority)
7318 (Fdefine_coding_system_internal): Doc fix.
7319
7320 2008-02-01 Dave Love <fx@gnu.org>
7321
7322 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
7323
7324 2008-02-01 Kenichi Handa <handa@m17n.org>
7325
7326 * character.c (string_escape_byte8): Make multibyte string with
7327 correct size.
7328
7329 * charset.c (Fmake_char): Delete unnecessary code.
7330
7331 2008-02-01 Kenichi Handa <handa@m17n.org>
7332
7333 * xfns.c (x_encode_text): Allocate coding.destination here, and
7334 call encode_coding_object with dst_object Qnil.
7335
7336 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
7337 multibyte form correctly.
7338
7339 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
7340 against Vfont_encoding_alist.
7341
7342 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
7343 handling of charset list.
7344 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
7345 (decode_coding_object): Move point to coding->dst_pos before
7346 calling post-read-conversion function.
7347 (encode_coding_object): Give correct arguments to
7348 pre-write-conversion. Ignore the return value of
7349 pre-write-conversion function. Pay attention to the case that
7350 pre-write-conversion changes the current buffer. If dst_object is
7351 Qt, even if coding->src_bytes is zero, allocate at least one byte
7352 to coding->destination.
7353
7354 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
7355
7356 * charset.c (Fmake_char): Make it more backward compatible.
7357 (Fmap_charset_chars): Fix docstring.
7358
7359 2008-02-01 Dave Love <fx@gnu.org>
7360
7361 * coding.c: Doc fixes.
7362 (Fdefine_coding_system_alias): Use names, not symbols, in
7363 coding-system-alist.
7364
7365 2008-02-01 Kenichi Handa <handa@m17n.org>
7366
7367 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
7368 of calling free_realized_face.
7369
7370 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
7371
7372 * charset.c (read_hex): Don't treat SPC as a comment starter.
7373 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
7374 (Fdecode_char): Fix typo.
7375
7376 2008-02-01 Kenichi Handa <handa@m17n.org>
7377
7378 * charset.h (struct charset): New member `code_space_mask'.
7379
7380 * coding.c (coding_set_source): Delete the local variable beg_byte.
7381 (encode_coding_charset, Fdefine_coding_system_internal):
7382 Delete the local variable charset.
7383 (Fdefine_coding_system_internal): Setup
7384 attrs[coding_attr_charset_valids] correctly.
7385
7386 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
7387 member to check if CODE is valid or not.
7388 (Fdefine_charset_internal): Initialize `code_space_mask' member.
7389 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
7390 is within the range of charset->min_code and carset->max_code.
7391
7392 2008-02-01 Dave Love <fx@gnu.org>
7393
7394 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
7395
7396 * dispextern.h (generate_ascii_font): Fix return type.
7397
7398 * xfaces.c (generate_ascii_font): Fix arg declaration.
7399
7400 * coding.c (coding_inherit_eol_type)
7401 (Fset_terminal_coding_system_internal)
7402 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
7403
7404 2008-02-01 Kenichi Handa <handa@m17n.org>
7405
7406 * coding.c (decode_coding_charset, encode_coding_charset): Handle
7407 multiple charsets correctly.
7408
7409 2008-02-01 Kenichi Handa <handa@m17n.org>
7410
7411 * search.c (boyer_moore): Fix handling of mulitbyte character
7412 translation.
7413
7414 * xdisp.c (display_mode_element): When the variable `elt' is
7415 changed, update `this' and `lisp_string'.
7416
7417 2008-02-01 Kenichi Handa <handa@m17n.org>
7418
7419 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
7420
7421 * callproc.c (Fcall_process): Be sure to give the current buffer
7422 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
7423
7424 * charset.c (struct charset_map_entries): New struct.
7425 (load_charset_map): Rename from parse_charset_map. New args
7426 entries and n_entries. Change caller.
7427 (load_charset_map_from_file): Rename from load_charset_map.
7428 Change caller. New arg control_flag. Call load_charset_map at
7429 the tail.
7430 (load_charset_map_from_vector): New function.
7431 (Fdefine_charset_internal): Setup charset.compact_codes_p.
7432 (encode_char): If the charset is compact, change a character index
7433 to a code point.
7434
7435 * coding.c (coding_alloc_by_making_gap): Check the case that the
7436 source and destination are the same correctly.
7437 (decode_coding_raw_text): Set coding->consumed_char and
7438 coding->consumed to 0.
7439 (produce_chars): If coding->chars_at_source is nonzero, update
7440 coding->consumed_char and coding->consumed before calling
7441 alloc_destination.
7442 (Fdefine_coding_system_alias): Register ALIAS in
7443 Vcoding_system_alist.
7444 (syms_of_coding): Define `no-convesion' coding system at the tail.
7445
7446 * fileio.c (Finsert_file_contents): Set coding_system instead of
7447 val. If the current buffer is multibyte, always call
7448 decode_coding_gap.
7449
7450 * xfaces.c (try_font_list): Give higher priority to fontset's
7451 family than face's family.
7452
7453 2008-02-01 Kenichi Handa <handa@m17n.org>
7454
7455 * callproc.c (Fcall_process): Be sure to give the current buffer
7456 to decode_coding_c_string.
7457
7458 * xfaces.c (try_font_list): Give a family specified in a fontset
7459 higher priority than a family specified in a face.
7460
7461 2008-02-01 Kenichi Handa <handa@m17n.org>
7462
7463 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
7464 Fix arguments to insert_from_buffer.
7465
7466 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
7467
7468 2008-02-01 Kenichi Handa <handa@m17n.org>
7469
7470 * coding.c (produce_chars): Set the variable `multibytep' correctly.
7471 (decode_coding_gap): Set coding->dst_multibyte correctly.
7472
7473 2008-02-01 Kenichi Handa <handa@m17n.org>
7474
7475 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
7476 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
7477 (encode_coding_utf_16): Substitute coding->default_char for
7478 non-Unicode characters.
7479 (decode_coding): Don't call record_insert here.
7480 (setup_coding_system): Initialize `surrogate' of
7481 coding->spec.utf_16 to 0.
7482 (EMIT_ONE_BYTE): Fix for multibyte case.
7483
7484 * insdel.c (insert_from_gap): Call record_insert.
7485
7486 2008-02-01 Kenichi Handa <handa@m17n.org>
7487
7488 * casefiddle.c (casify_region): Fix multibyte case.
7489
7490 * character.c (c_string_width): Add return type `int'.
7491 (char_string_with_unification): Delete arg ADVANCED.
7492
7493 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
7494 (CHAR_STRING): Adjust for the change of char_string_with_unification.
7495 (CHAR_STRING_ADVANCE): Make it do-while statement.
7496
7497 * chartab.c (sub_char_table_set_range): Optimize for the case
7498 DEPTH == 3. Add workaround code for a GCC optimization bug.
7499
7500 * charset.c (parse_charset_map): Remove an unused variable.
7501
7502 * coding.c: Delete unused variables.
7503
7504 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
7505 earlier. If inserted is zero and the coding system doesn't
7506 require flushing, don't call decode_coding_gap.
7507
7508 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
7509
7510 2008-02-01 Kenichi Handa <handa@m17n.org>
7511
7512 The following changes are for using Unicode as an internal
7513 character model, and use UTF-8 format for buffer/string
7514 representation.
7515
7516 * .gdbinit (xchartable): Adjust for the change of char table structure.
7517 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
7518
7519 * Makefile.in (obj): Add character.o and chartab.o.
7520 (lisp, shortlisp): Remove utf-8.elc:
7521 (*.o): For many files, change dependency on charset.h to
7522 character.h, and add dependency on character.h.
7523 (character.o, chartab.o): New targets.
7524
7525 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
7526 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
7527 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
7528 of "charset.h".
7529
7530 * dired.c, filelock.c: Include "character.h".
7531
7532 * alloc.c: Include "character.h" instead of "charset.h".
7533 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
7534 (syms_of_alloc): Remove defsubr for Smake_char_table.
7535
7536 * buffer.c: Include "character.h" instead of "charset.h", don't
7537 include "coding.h".
7538 (Fset_buffer_multibyte): Adjust for UTF-8.
7539
7540 * buffer.h: EXFUN Fbuffer_live_p.
7541
7542 * callproc.c: Include "character.h" instead of "charset.h".
7543 (Fcall_process): Big change for the new code-conversion APIs.
7544
7545 * casetab.c: Include "character.h" instead of "charset.h".
7546 (set_canon, set_identity, shuffle): Adjust for the new
7547 map_char_table spec.
7548 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
7549 accessing the char table structure.
7550
7551 * chartab.c: New file that implements char table.
7552
7553 * category.c: Include "character.h".
7554 (copy_category_entry): New function.
7555 (copy_category_table): Call map_char_table and copy_category_entry.
7556 (Fmake_category_table): Initialize all top-vel slots.
7557 (char_category_set): New function.
7558 (modify_lower_category_set): Delete.
7559 (Fmodify_category_entry): Call char_table_ref_and_range.
7560
7561 * category.h (CATEGORY_SET): Just call char_category_set.
7562
7563 * ccl.c: Include "character.h".
7564 (Qccl, Qcclp): New variables.
7565 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
7566 it's less than 256.
7567 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
7568 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
7569 and DST type.
7570 (ccl_driver): Change types of argument, adjust code accordingly.
7571 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
7572 ccl_driver.
7573 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
7574
7575 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
7576 New members src_multibyte, dst_multibyte, consumed, and produced.
7577 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
7578 (CODING_SPEC_CCL_PROGRAM): New macro.
7579 (ccl_driver): Update prototype.
7580 (Qccl, Qcclp, Fccl_program_p): Extern them.
7581 (CHECK_CCL_PROGRAM): New macro.
7582
7583 * character.c, character.h, chartab.c: New files.
7584
7585 * charset.c: Mostly re-written. Move character and multibyte sequence
7586 handling codes to character.c.
7587
7588 * charset.h: Mostly re-written. Move character and multibyte sequence
7589 handling codes to character.h.
7590
7591 * coding.c, coding.h: Mostly re-written.
7592
7593 * composite.c: Include "character.h" instead of "charset.h".
7594 (CHAR_WIDTH): Move to character.h.
7595 (HASH_KEY, HASH_VALUE): Delete.
7596
7597 * composite.h (enum composition_method): Change order of enumeration
7598 symbols.
7599
7600 * data.c: Include "character.h" instead of "charset.h".
7601 (Faref): Call CHAR_TABLE_REF for a char table.
7602 (Faset): Call CHAR_TABLE_SET for a char table.
7603
7604 * dispextern.h (free_realized_face, check_face_attribytes)
7605 (generate_ascii_font): Extern them.
7606 (free_realized_multibyte_face): Delete extern.
7607
7608 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
7609 table structure.
7610
7611 * editfns.c: Include "character.h" instead of "charset.h".
7612 (Fchar_to_string): Always call CHAR_STRING.
7613
7614 * emacs.c (main): Call init_charset_once, init_charset,
7615 syms_of_chartab, and syms_of_character.
7616
7617 * fileio.c: Include "character.h" instead of "charset.h".
7618 (Finsert_file_contents): Big change for the new code-conversion API.
7619 (choose_write_coding_system, Fwrite_region): Likewise.
7620 (build_annotations_2): Delete.
7621 (e_write): Big change for the new code-conversion API.
7622
7623 * fns.c: Include "character.h" instead of "charset.h".
7624 (copy_sub_char_table): Move to chartab.c.
7625 (Fcopy_sequence): Call copy_char_table for a char table.
7626 (concat): Delete codes calling count_multibyte.
7627 (string_char_to_byte, string_byte_to_char): Adjust for the new
7628 multibyte form.
7629 (internal_equal): Adjust for the change of char table structure.
7630 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
7631 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
7632 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
7633 (char_table_translate, optimize_sub_char_table)
7634 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
7635 chartab.c.
7636 (char_table_ref_and_index): Delete.
7637 (HASH_KEY, HASH_VALUE): Move to lisp.h.
7638 (Fmd5): Call preferred_coding_system instead of accessing
7639 Vcoding_category_list. Adjust for the new code-conversion API.
7640 (syms_of_fns): Move defsubr for char table related functions to
7641 chartab.c.
7642
7643 * fontset.c: Mostly re-written.
7644
7645 * fontset.h (struct font_info): Change type of the member encoding_type.
7646 (enum FONT_SPEC_INDEX): New enum.
7647 (fontset_font_pattern, fs_load_font): Update prototype.
7648 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
7649
7650 * indent.c: Include "character.h" instead of "charset.h".
7651 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
7652
7653 * insdel.c: Include "character.h" instead of "charset.h".
7654 (copy_text): Don't refer to Vnonascii_translation_table.
7655 (insert_from_gap): New function.
7656
7657 * keyboard.c: Include "character.h" instead of "charset.h".
7658 (command_loop_1): Never call direct_output_forward_char before
7659 a non-ASCII character.
7660 (read_char): If Vkeyboard_translate_table is a char table, always
7661 translate a character.
7662
7663 * keymap.c: Include "character.h".
7664 (store_in_keymap): Handle the case that IDX is a cons.
7665 (Fdefine_key): Handle the case that KEY is a cons and the car part
7666 is also a cons (range).
7667 (push_key_description): Adjust for the new character code.
7668 (describe_vector): Call describe_char_table for a char table.
7669 (describe_char_table): New function.
7670
7671 * keymap.h (describe_char_table): Extern it.
7672
7673 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
7674 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
7675 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
7676 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
7677 Delete.
7678 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
7679 structure.
7680 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
7681 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
7682 (CHARTAB_SIZE_BITS_3): New macros.
7683 (chartab_size): Extern it.
7684 (struct Lisp_Char_Table): Re-design.
7685 (struct Lisp_Sub_Char_Table): New structure.
7686 (HASH_KEY, HASH_VALUE): Move from fns.c.
7687 (CHARACTERBITS): Define as 22.
7688 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
7689 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
7690 (GC_SUB_CHAR_TABLE_P): New macro.
7691 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
7692 (code_convert_string_norecord): Deleted extern.
7693 (init_character_once, syms_of_character, init_charset)
7694 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
7695
7696 * lread.c: Include "character.h".
7697 (read_multibyte): New arg NBYTES.
7698 (read_escape): Change the meaning of returned *BYTEREP.
7699 (to_multibyte): Delete.
7700 (read1): Adjust the handling of char table and string.
7701
7702 * print.c: Include "character.h" instead of "charset.h".
7703 (print_string): Convert 8-bit raw bytes to octal form by
7704 string_escape_byte8.
7705 (print_object): Adjust for the new multibyte form. Print 8-bit
7706 raw bytes always in octal form. Handle sub char table correctly.
7707
7708 * process.c: Include "character.h" instead of "charset.h".
7709 (read_process_output, send_process): Adjust for the new
7710 code-conversion API.
7711
7712 * puresize.h (BASE_PURESIZE): Increase.
7713
7714 * regex.c: Include "character.h" instead of "charset.h".
7715 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
7716 (regex_compile): Accept a range whose starting and ending
7717 character have different leading bytes.
7718 (analyse_first): Adjust for the above change.
7719
7720 * search.c: Include "character.h" instead of "charset.h".
7721 (search_buffer, boyer_moore): Adjust for the new multibyte form.
7722 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
7723
7724 * syntax.c: Include "character.h" instead of "charset.h".
7725 (syntax_parent_lookup): Delete.
7726 (Fmodify_syntax_entry): Accept a cons as CHAR.
7727 (skip_chars): Adjust for the new multibyte form.
7728 (init_syntax_once): Call char_table_set_range instead of directly
7729 accessing the structure of a char table.
7730
7731 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
7732 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
7733 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
7734 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
7735
7736 * term.c: Include "buffer.h" and "character.h".
7737 (encode_terminal_code, write_glyphs): Adjust for the new
7738 code-conversion API.
7739 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
7740
7741 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
7742
7743 * xdisp.c: Include "character.h".
7744 (get_next_display_element): Adjust for the new multibyte form.
7745 (disp_char_vector): Adjust for the new char table structure.
7746 (decode_mode_spec_coding): Adjust for the new structure of
7747 coding system.
7748 (decode_mode_spec): Adjust for the new code-conversion API.
7749
7750 * xfaces.c: Include "character.h" instead of "charset.h".
7751 (load_face_font): Adjust for the change of choose_face_font and
7752 FS_LOAD_FONT.
7753 (generate_ascii_font): New function.
7754 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
7755 (set_font_frame_param): Adjust for the change of choose_face_font.
7756 (free_realized_face): Make it public.
7757 (free_realized_faces_for_fontset): Rename from
7758 free_realized_multibyte_face. Free also faces realized for ASCII.
7759 (choose_face_font): Change arguments. Adjust for the change of
7760 fontset_font_pattern and FS_LOAD_FONT.
7761
7762 * xfns.c: Include "character.h".
7763 (x_encode_text): Adjust for the new code-conversion API.
7764
7765 * xselect.c: Don't include "charset.h".
7766 (selection_data_to_lisp_data): Adjust for the new code conversion API.
7767
7768 * xterm.c: Include "character.h".
7769 (x_encode_char): New argument CHARSET. Change caller.
7770 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
7771 Call ENCODE_CHAR instead of SPLIT_CHAR.
7772 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
7773 CHAR_WIDTH instead of CHARSET_WIDTH.
7774 (XTread_socket): Adjust for the new code-conversion API.
7775 (x_new_font): Adjust for the change of FS_LOAD_FONT.
7776 (x_load_font): Adjust for the change of struct font.
7777
7778 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7779
7780 * xfaces.c (face_at_buffer_position): Remove unused vars.
7781
7782 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7783
7784 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
7785 Fix overflow checking.
7786
7787 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7788
7789 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
7790 Cancel previous change.
7791
7792 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
7793
7794 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
7795 ccl->eight_bit_control. Fix check for buffer overflow.
7796 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
7797 (ccl_driver): Initialize extra_bytes to 0.
7798
7799 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
7800
7801 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
7802 return it ORed with ctrl_modifier.
7803
7804 2008-01-29 Miles Bader <miles@gnu.org>
7805
7806 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
7807
7808 2008-01-28 Jason Rumney <jasonr@gnu.org>
7809
7810 * w32.c (stat): Don't double check for networked drive.
7811
7812 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * window.c (run_window_configuration_change_hook): New function.
7815 Code extracted from set_window_buffer. Set the selected frame.
7816 (set_window_buffer): Use it.
7817 * window.h (run_window_configuration_change_hook): Declare.
7818 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
7819
7820 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
7821
7822 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
7823
7824 * Makefile.in: Remove references to unused macros.
7825
7826 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7827
7828 * w32.c (g_b_init_get_sid_sub_authority)
7829 (g_b_init_get_sid_sub_authority_count): New static variables.
7830 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
7831 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
7832 (init_user_info): Use them to retrieve uid and gid.
7833 Use 500/513, the Windows defaults, as Administrator's uid/gid.
7834 (fstat): Use pw_uid and pw_gid from the_passwd structure for
7835 st_uid and st_gid of the file.
7836
7837 2008-01-26 Jason Rumney <jasonr@gnu.org>
7838
7839 * w32.c (logon_network_drive): New function.
7840 (stat): Use it.
7841
7842 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
7843
7844 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
7845 invisible text covered with an ellipsis.
7846
7847 2008-01-25 Richard Stallman <rms@gnu.org>
7848
7849 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
7850 jump back to beginning. Move some other initializations after that.
7851 (Qwindow_text_change_functions, Vwindow_text_change_functions):
7852 New variables.
7853 (syms_of_xdisp): Init them.
7854
7855 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
7856
7857 * buffer.c (reset_buffer_local_variables):
7858 Implement `permanent-local-hook'.
7859 (Qpermanent_local_hook): New variable.
7860 (syms_of_buffer): Init and staticpro it.
7861
7862 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
7863
7864 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
7865
7866 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
7867
7868 * fns.c (Fclrhash): Return TABLE.
7869
7870 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7871
7872 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
7873 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
7874 is set even without positional changes.
7875 (x_scroll_bar_clear): Set bar->redraw_needed_p.
7876
7877 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
7878
7879 2008-01-23 Jason Rumney <jasonr@gnu.org>
7880
7881 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
7882
7883 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
7884 the unicode range available in MULE by locale-coding-system.
7885 Improve dbcs lead byte detection. Set event timestamp and modifiers
7886 earlier.
7887
7888 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7889
7890 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
7891 [MAC_OSX] (init_mac_osx_environment): Initialize it.
7892 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
7893 when used on child processes.
7894
7895 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
7896
7897 * dbusbind.c (Fdbus_method_return_internal): Rename from
7898 Fdbus_method_return.
7899 (Fdbus_unregister_object): Move to dbus.el.
7900 (Fdbus_call_method, Fdbus_method_return_internal)
7901 (Fdbus_send_signal): Improve debug messages.
7902
7903 2008-01-20 Martin Rudalics <rudalics@gmx.at>
7904
7905 * undo.c (undo_inhibit_record_point): New variable.
7906 (syms_of_undo): Initialize it.
7907 (record_point): Don't record point when undo_inhibit_record_point
7908 is set.
7909
7910 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
7911
7912 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
7913
7914 * xdisp.c (Qauto_hscroll_mode): New var.
7915 (syms_of_xdisp): Initialize it.
7916 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
7917 window's buffer.
7918 (hscroll_windows): Don't check automatic_hscrolling_p here.
7919
7920 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
7921 vscroll if we're setting window-buffer to the value it already has.
7922
7923 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
7924
7925 * m/intel386.h: Remove references to XENIX.
7926
7927 2008-01-17 Andreas Schwab <schwab@suse.de>
7928
7929 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
7930 instead of HAVE_X86_64_LIB64_DIR.
7931 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
7932
7933 2008-01-17 Glenn Morris <rgm@gnu.org>
7934
7935 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
7936 to HAVE_X86_64_LIB64_DIR.
7937
7938 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
7939
7940 * s/irix3-3.h:
7941 * s/irix4-0.h:
7942 * s/386-ix.h:
7943 * s/domain.h:
7944 * s/hpux9-x11r4.h:
7945 * s/hpux9shxr4.h: Remove files for systems no longer supported.
7946
7947 * sysdep.c: Remove code containing references to symbols defined
7948 by unsupported systems.
7949
7950 2008-01-16 Glenn Morris <rgm@gnu.org>
7951
7952 * coding.c (select-safe-coding-system-function): Doc fix.
7953
7954 2008-01-15 Glenn Morris <rgm@gnu.org>
7955
7956 * config.in: Revert 2008-01-13 change: this is a generated file.
7957
7958 2008-01-13 Tom Tromey <tromey@redhat.com>
7959
7960 * lisp.h: Fix typo.
7961
7962 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
7963
7964 * m/sequent-ptx.h:
7965 * m/sequent.h:
7966 * s/ptx.h:
7967 * s/ptx4-2.h:
7968 * s/ptx4.h: Remove files for systems no longer supported.
7969
7970 * callproc.c (Fcall_process): Fix previous change.
7971
7972 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
7973
7974 * unexsunos4.c: Remove file, system not supported anymore.
7975
7976 * m/mips.h:
7977 * m/intel386.h:
7978 * callproc.c:
7979 * config.in:
7980 * ecrt0.c:
7981 * emacs.c:
7982 * fileio.c:
7983 * frame.c:
7984 * getpagesize.h:
7985 * keyboard.c:
7986 * lread.c:
7987 * process.c:
7988 * puresize.h:
7989 * sysdep.c:
7990 * systty.h:
7991 * syswait.h:
7992 * unexec.c:
7993 * xdisp.c:
7994 * alloc.c: Remove code containing references to symbols defined by
7995 unsupported systems.
7996
7997 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
7998
7999 * coding.c (detect_coding_mask): Fix previous change.
8000
8001 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
8002
8003 * coding.c (detect_coding_iso2022): New arg
8004 latin_extra_code_state. Allow Latin extra codes only
8005 when *latin_extra_code_state is nonzero.
8006 (detect_coding_mask): If there is a NULL byte, detect the encoding
8007 as UTF-16 or binary. If Latin extra codes exist, detect the
8008 encoding as ISO-2022 only when there's no other proper encoding is
8009 found.
8010
8011 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8012
8013 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
8014 #ifdef MAC_OS.
8015
8016 2008-01-08 Richard Stallman <rms@gnu.org>
8017
8018 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
8019
8020 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
8021
8022 * keyboard.c (parse_menu_item): Don't enclose key bindings on
8023 menu bar in parentheses.
8024
8025 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8026
8027 * m/7300.h:
8028 * m/acorn.h:
8029 * m/alliant-2800.h:
8030 * m/alliant.h:
8031 * m/alliant1.h:
8032 * m/alliant4.h:
8033 * m/altos.h:
8034 * m/amdahl.h:
8035 * m/apollo.h:
8036 * m/att3b.h:
8037 * m/aviion-intel.h:
8038 * m/aviion.h:
8039 * m/celerity.h:
8040 * m/clipper.h:
8041 * m/cnvrgnt.h:
8042 * m/convex.h:
8043 * m/cydra5.h:
8044 * m/delta88k.h:
8045 * m/dpx2.h:
8046 * m/dual.h:
8047 * m/elxsi.h:
8048 * m/f301.h:
8049 * m/gould-np1.h:
8050 * m/gould.h:
8051 * m/i860.h:
8052 * m/ibmps2-aix.h:
8053 * m/ibmrt-aix.h:
8054 * m/ibmrt.h:
8055 * m/irist.h:
8056 * m/is386.h:
8057 * m/isi-ov.h:
8058 * m/mega68.h:
8059 * m/mg1.h:
8060 * m/news-r6.h:
8061 * m/news-risc.h:
8062 * m/news.h:
8063 * m/nh3000.h:
8064 * m/nh4000.h:
8065 * m/ns16000.h:
8066 * m/ns32000.h:
8067 * m/nu.h:
8068 * m/orion.h:
8069 * m/orion105.h:
8070 * m/paragon.h:
8071 * m/pfa50.h:
8072 * m/plexus.h:
8073 * m/pyramid.h:
8074 * m/pyrmips.h:
8075 * m/sh3el.h:
8076 * m/sps7.h:
8077 * m/sr2k.h:
8078 * m/stride.h:
8079 * m/sun1.h:
8080 * m/sun2.h:
8081 * m/sun3-68881.h:
8082 * m/sun3-fpa.h:
8083 * m/sun3-soft.h:
8084 * m/sun3.h:
8085 * m/sun386.h:
8086 * m/symmetry.h:
8087 * m/tad68k.h:
8088 * m/tahoe.h:
8089 * m/targon31.h:
8090 * m/tek4300.h:
8091 * m/tekxd88.h:
8092 * m/tower32.h:
8093 * m/tower32v3.h:
8094 * m/ustation.h:
8095 * m/wicat.h:
8096 * m/xps100.h:
8097 * s/cxux.h:
8098 * s/cxux7.h:
8099 * s/dgux.h:
8100 * s/dgux4.h:
8101 * s/dgux5-4-3.h:
8102 * s/dgux5-4r2.h:
8103 * s/esix.h:
8104 * s/esix5r4.h:
8105 * s/hiuxmpp.h:
8106 * s/hiuxwe2.h:
8107 * s/iris3-5.h:
8108 * s/iris3-6.h:
8109 * s/isc2-2.h:
8110 * s/isc3-0.h:
8111 * s/isc4-0.h:
8112 * s/isc4-1.h:
8113 * s/newsos5.h:
8114 * s/newsos6.h:
8115 * s/osf1.h:
8116 * s/osf5-0.h:
8117 * s/riscix1-1.h:
8118 * s/riscix12.h:
8119 * s/sco4.h:
8120 * s/sco5.h:
8121 * s/sunos4-0.h:
8122 * s/sunos4-1.h:
8123 * s/sunos413.h:
8124 * s/sunos4shr.h:
8125 * s/umax.h:
8126 * s/unipl5-2.h:
8127 * s/xenix.h:
8128 * cxux-crt0.s:
8129 * unexapollo.c:
8130 * unexconvex.c:
8131 * unexenix.c:
8132 * unexsni.c: Remove files for systems no longer supported.
8133
8134 * m/intel386.h: Remove references to unsupported systems.
8135
8136 * w32.c (get_emacs_configuration): Remove reference to i860.
8137
8138 * sysdep.c: Remove dead code.
8139
8140 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8141
8142 * s/rtu.h:
8143 * m/masscomp.h: Remove files. Platform is obsolete.
8144
8145 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
8146
8147 * dbusbind.c (Fdbus_method_return): New function.
8148 (xd_read_message): Add the serial number to the event.
8149 (Fdbus_register_method): Activate the function.
8150
8151 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * keyboard.c (read_key_sequence): Fix typo.
8154
8155 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
8156
8157 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
8158 (xd_signature, xd_append_arg): Handle element type detection for
8159 empty arrays.
8160 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
8161 SDATA () calls; this must be solved more general.
8162 (Fdbus_register_signal): Use SBYTES instead of strlen.
8163
8164 2008-01-03 Magnus Henoch <magnus@zemdatav>
8165
8166 * dbusbind.c (xd_append_arg): Use unsigned char instead of
8167 unsigned int for byte values (necessary for big-endian platform).
8168 (Fdbus_call_method): Handle the case of no returned arguments.
8169
8170 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
8171
8172 * dbusbind.c (xd_read_message): Use non-static input_event struct.
8173
8174 2007-12-31 Magnus Henoch <mange@freemail.hu>
8175
8176 * dbusbind.c (xd_signature): Signature of variant is just "v".
8177
8178 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
8179
8180 * dbusbind.c: Fix several errors and compiler warnings.
8181 Reported by Tom Tromey <tromey@redhat.com>
8182 (XD_ERROR, XD_DEBUG_MESSAGE)
8183 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
8184 (xd_append_arg): Part for basic D-Bus types rewitten.
8185 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
8186 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
8187 appropriate.
8188 (xd_read_message): Return Qnil. Don't signal an error; it is not
8189 useful during event reading.
8190 (Fdbus_register_signal): Signal an error if the check for
8191 FUNCTIONP fails.
8192 (Fdbus_register_method): New function. The implementation is not
8193 complete, the call of the function signals an error therefore.
8194 (Fdbus_unregister_object): New function, renamed from
8195 Fdbus_unregister_signal. The initial check signals an error, if
8196 the object is not well formed.
8197
8198 2007-12-30 Richard Stallman <rms@gnu.org>
8199
8200 * textprop.c (get_char_property_and_overlay):
8201 Signal error if POSITION is out of range in a buffer.
8202
8203 2007-12-29 Martin Rudalics <rudalics@gmx.at>
8204
8205 * w32fns.c (Fx_create_frame): Make copy of frame parameters
8206 because the original parameters are in pure storage now.
8207
8208 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8209
8210 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
8211
8212 2007-12-22 Eli Zaretskii <eliz@gnu.org>
8213
8214 * callint.c (syms_of_callint) <command-history>: Add reference to
8215 history-length in the doc string.
8216
8217 2007-12-17 Jason Rumney <jasonr@gnu.org>
8218
8219 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
8220 before passing as wParam.
8221
8222 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
8223
8224 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
8225 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
8226 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
8227 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
8228 as number.
8229 (Fdbus_call_method): Fix docstring.
8230
8231 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
8232
8233 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
8234 New macros.
8235 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
8236 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
8237 Simplify.
8238 (xd_signature): New function.
8239 (xd_append_arg): Compute also signatures. Major rewrite.
8240 (xd_retrieve_arg): Make debug messages friendly.
8241 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
8242 Check for signatures of arguments.
8243
8244 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
8245
8246 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
8247 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
8248 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
8249 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
8250 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
8251 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
8252 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
8253 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
8254 (xd_retrieve_value): Remove. Functionality included in ...
8255 (xd_append_arg): New function.
8256 (Fdbus_call_method, Fdbus_send_signal): Apply it.
8257
8258 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
8259
8260 * dbusbind.c (top): Include <stdio.h>.
8261 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
8262 dbus_message_new_method_call and dbus_message_new_signal.
8263 (Fdbus_register_signal): Rename unique_name to uname.
8264 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
8265 non-existing unique name. Fix typos in matching rule. Return an
8266 object which is useful in Fdbus_unregister_signal.
8267 (Fdbus_unregister_signal): Reimplementation, in order to remove
8268 only the corresponding entry.
8269 (Vdbus_registered_functions_table): Change the order of entries.
8270 Apply these changes in xd_read_message and Fdbus_register_signal.
8271
8272 2007-12-16 Andreas Schwab <schwab@suse.de>
8273
8274 * fileio.c (Finsert_file_contents): Fix overflow check to not
8275 depend on undefined integer overflow.
8276
8277 2007-12-14 Jason Rumney <jasonr@gnu.org>
8278
8279 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
8280 for characters above 127.
8281
8282 2007-12-13 Jason Rumney <jasonr@gnu.org>
8283
8284 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
8285 before dereferencing array.
8286 (lookup_vk_code): Remove zero comparison.
8287
8288 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
8289
8290 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
8291 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
8292 Use `unsigned int' instead of `uint'.
8293 (xd_read_message, Fdbus_register_signal): Split expressions into
8294 multiple lines before operators "&&" and "||", according to the
8295 GNU Coding Standards.
8296
8297 2007-12-14 Eli Zaretskii <eliz@gnu.org>
8298
8299 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
8300
8301 2007-12-12 Juri Linkov <juri@jurta.org>
8302
8303 * buffer.c (Frename_buffer): In interactive spec replace
8304 `read-buffer' with `read-string' that uses `buffer-name-history'
8305 as history, and the current buffer's name as default.
8306
8307 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8308
8309 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
8310 manipulating the backtrace manually.
8311 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
8312 (struct backtrace, backtrace_list): Remove.
8313 (command_loop_1): Remove dead var `no_direct'.
8314
8315 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
8316 preserve non-built-in buffer-local variables.
8317 (Fkill_all_local_variables): Don't re-create&re-set permanent
8318 buffer-local variables.
8319
8320 2007-12-09 Juri Linkov <juri@jurta.org>
8321
8322 * buffer.c (Frename_buffer): Change interactive spec from "s" to
8323 Lisp code that uses `read-buffer' with current buffer as default.
8324
8325 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
8326
8327 * dbusbind.c (xd_read_message): Generate an event for every
8328 registered handler. There might be several handlers registered
8329 for the same signal.
8330 (Fdbus_register_signal): Don't overwrite a registration for the
8331 same signal. Add a new registration if handlers are different.
8332 (Vdbus_registered_functions_table): Rework doc string.
8333
8334 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
8335
8336 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
8337 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
8338 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
8339 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
8340 Unify argument lists.
8341 (xd_read_message, Fdbus_register_signal): Reorder and extend event
8342 arguments and hash table keys. Use unique name for service.
8343 (Fdbus_unregister_signal): Remove checks.
8344 (Vdbus_registered_functions_table): Fix doc string.
8345
8346 2007-12-05 Magnus Henoch <mange@freemail.hu>
8347
8348 * process.c (make_process): Initialize pty_flag to 0.
8349
8350 2007-12-05 Jason Rumney <jasonr@gnu.org>
8351
8352 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
8353 specified XBMs.
8354
8355 2007-12-05 Richard Stallman <rms@gnu.org>
8356
8357 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
8358
8359 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8360
8361 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
8362 New variable.
8363 (mac_try_close_socket) [MAC_OSX]: New function.
8364 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
8365 Update cfsockets_for_select. Replace invalid CFRunLoop source.
8366
8367 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
8368 Use mac_try_close_socket.
8369
8370 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8371
8372 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
8373 reloc_base.
8374 (copy_dysymtab): Compute relocation base here.
8375 (rebase_reloc_address) [__ppc64__]: New function.
8376 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
8377 changed.
8378
8379 2007-12-05 Jason Rumney <jasonr@gnu.org>
8380
8381 * w32proc.c (sys_spawnve): Quote args with wildcards.
8382
8383 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8384
8385 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
8386 __objc_* sections.
8387 (unrelocate) [_LP64]: Set relocation base to address of data segment.
8388
8389 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
8390
8391 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
8392 Move check for Vdbus_registered_functions_table to
8393 xd_read_queued_messages.
8394 (xd_read_queued_messages): Protect xd_read_message calls by
8395 internal_condition_case_1.
8396
8397 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
8398
8399 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
8400 Qdbus_system_bus and Qdbus_session_bus, respectively.
8401 (Vdbus_intern_symbols): Remove.
8402 (Vdbus_registered_functions_table): New hash table.
8403 (XD_SYMBOL_INTERN_SYMBOL): Remove.
8404 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
8405 Rewrite in order to manage registered functions by hash table
8406 Vdbus_registered_functions_table.
8407
8408 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
8409
8410 * xterm.c: Update URL to Window Manager Specification in comment.
8411
8412 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
8413
8414 * config.in (HAVE_DBUS): Add.
8415
8416 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
8417 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
8418 (obj): Add $(DBUS_OBJ).
8419 (LIBES): Add $(DBUS_LIBS).
8420 (dbusbind.o): New target.
8421
8422 * dbusbind.c: New file.
8423
8424 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
8425
8426 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
8427 (Qdbus_event): New Lisp symbol.
8428 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
8429 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
8430 (keys_of_keyboard ): Define dbus-event.
8431
8432 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
8433
8434 2007-12-01 Richard Stallman <rms@gnu.org>
8435
8436 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
8437
8438 2007-11-30 Jason Rumney <jasonr@gnu.org>
8439
8440 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
8441 (w32con_reset_terminal_modes): Clear screen buffer.
8442 (w32_face_attributes): Don't use color indexes that are out of range.
8443 Only reverse the default colors.
8444
8445 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
8446 WINDOWSNT.
8447
8448 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
8449
8450 2007-11-29 Jason Rumney <jasonr@gnu.org>
8451
8452 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
8453 (w32_face_attributes): Use Vtty_defined_color_alist to determine
8454 if the terminal colors are initialized.
8455 (unspecified_fg, unspecified_bg): Remove unused declarations.
8456
8457 2007-11-29 Andreas Schwab <schwab@suse.de>
8458
8459 * keyboard.c (apply_modifiers): Fix typo.
8460
8461 2007-11-29 Richard Stallman <rms@gnu.org>
8462
8463 * keymap.c (Fcurrent_local_map): Doc fix.
8464
8465 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
8466
8467 * s/gnu-kfreebsd.h: New file.
8468
8469 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8470
8471 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
8472 Don't cast redundantly.
8473
8474 * keyboard.c (KEY_TO_CHAR): New macro.
8475 (parse_modifiers, apply_modifiers): Accept integer arguments.
8476 (read_key_sequence): Use them to unify the "shift->unshift" mapping
8477 for chars and symbol keys.
8478 After doing such remapping, apply function-key-map again.
8479
8480 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
8481
8482 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
8483 compiled anymore.
8484
8485 2007-11-26 Andreas Schwab <schwab@suse.de>
8486
8487 * process.c (list_processes_1): Fix indentation level of the
8488 command column.
8489
8490 2007-11-23 Andreas Schwab <schwab@suse.de>
8491
8492 * editfns.c (Fformat): Handle %c specially since it requires the
8493 argument to be of type int.
8494
8495 2007-11-23 Markus Triska <markus.triska@gmx.at>
8496
8497 * emacs.c (main): Call init_editfns before init_process, since
8498 init_process sets Vprocess_connection_type depending on OS release.
8499
8500 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
8503 (find_symbol_value): Use do_symval_forwarding.
8504
8505 * data.c (set_internal): Set the value in the `cons-cell' (for
8506 Buffer_Local_values) not only for frame-local variables.
8507
8508 2007-11-22 Andreas Schwab <schwab@suse.de>
8509
8510 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
8511 values to sprintf.
8512 * keymap.c (Fsingle_key_description): Likewise.
8513 * print.c (print_object): Likewise.
8514
8515 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
8516
8517 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
8518 file for image is nil.
8519
8520 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
8521
8522 * term.c: Include stdarg.h.
8523 (fatal): Implement using varargs.
8524 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
8525
8526 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8527
8528 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
8529 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
8530 Update call to buffer_slot_type_mismatch.
8531 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
8532 (buffer_slot_type_mismatch): Update.
8533 * buffer.c (buffer_local_types): Remove.
8534 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
8535 (defvar_per_buffer): Set the type in the buffer_objfwd.
8536
8537 2007-11-21 Jason Rumney <jasonr@gnu.org>
8538
8539 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
8540 CreateFileMapping returns NULL on failure.
8541
8542 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8543
8544 * search.c (Fset_match_data): Remove the `evaporate' feature.
8545 (unwind_set_match_data): Don't use the `evaporate' feature.
8546
8547 2007-11-21 Jason Rumney <jasonr@gnu.org>
8548
8549 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
8550
8551 * w32console.c (w32con_write_glyphs): Remove unused variables.
8552
8553 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
8554
8555 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
8556
8557 * s/darwin.h (MULTI_KBOARD): Remove.
8558
8559 * macfns.c (x_create_tip_frame, Fx_create_frame)
8560 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
8561
8562 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8563
8564 * buffer.c (Fbuffer_local_value): Remove redundant test.
8565 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
8566 than in `current-buffer' to match the comment.
8567 Do the swap using swap_in_global_binding.
8568
8569 * data.c (store_symval_forwarding, set_internal):
8570 * eval.c (specbind): Remove dead code.
8571
8572 * coding.c (detect_coding, Fupdate_coding_systems_internal):
8573 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
8574 Since we do not want to see internal Lisp_*fwd objects here.
8575
8576 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
8577
8578 * sysdep.c (init_system_name): Use getaddrinfo if available.
8579
8580 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
8581 (x_scroll_bar_note_movement): start, end, with, height in struct
8582 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
8583
8584 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
8585
8586 * puresize.h (BASE_PURESIZE): Increase to 1190000.
8587
8588 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8589
8590 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
8591 This undoes Richard's change of 14-Oct-2002.
8592
8593 * alloc.c (allocate_other_vector):
8594 * lisp.h (allocate_other_vector): Remove.
8595
8596 * window.c (struct save_window_data): Move non-lisp data to the end
8597 and make it `int' rather than Lisp_Object.
8598 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
8599 Done wrap/unwrap integer values.
8600 (Fset_window_configuration, compare_window_configurations):
8601 Update use of fields to their new types.
8602
8603 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
8604 Turn integer fields into `int'. Merge x_window_low and x_window_high.
8605 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
8606 (SET_SCROLL_BAR_X_WINDOW): Remove.
8607 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
8608 Access the new x_window field directly.
8609 * xterm.c (x_scroll_bar_create): Use a pseudovector.
8610 Don't wrap/unwrap integers into Lisp_Objects.
8611 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
8612 (x_scroll_bar_report_motion):
8613 Don't wrap/unwrap integers into Lisp_Objects.
8614 (x_term_init): Use SDATA.
8615 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
8616 (x_scroll_bar_set_handle, x_scroll_bar_remove)
8617 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
8618 (x_scroll_bar_report_motion, x_scroll_bar_clear):
8619 * xfns.c (x_set_background_color):
8620 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
8621 Access the new x_window field directly.
8622
8623 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
8624 (allocate_pseudovector): Make non-static.
8625
8626 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
8627 (allocate_pseudovector): Declare.
8628 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
8629
8630 2007-11-15 Andreas Schwab <schwab@suse.de>
8631
8632 * editfns.c (Fformat): Correctly format EMACS_INT values.
8633 Also take precision into account when formatting an integer.
8634
8635 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
8636
8637 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8638
8639 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
8640 (syms_of_keyboard): Defsubr it.
8641
8642 * data.c (swap_in_global_binding): Fix longstanding bug where
8643 store_symval_forwarding was not called with the right second argument,
8644 thus causing objfwd-ing from being dropped.
8645
8646 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
8647
8648 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
8649 (Fx_display_pixel_height, Fx_display_planes)
8650 (Fx_display_color_cells, Fx_server_max_request_size)
8651 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
8652 (Fx_display_visual_class, Fx_display_save_under):
8653 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
8654 (Fx_display_pixel_height, Fx_display_planes)
8655 (Fx_display_color_cells, Fx_server_max_request_size)
8656 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8657 (Fx_display_mm_height, Fx_display_mm_width)
8658 (Fx_display_backing_store, Fx_display_visual_class)
8659 (Fw32_select_font, Fx_display_save_under):
8660 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
8661 (Fx_display_pixel_height, Fx_display_planes)
8662 (Fx_display_color_cells, Fx_server_max_request_size)
8663 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
8664 (Fx_display_save_under): Fix typos in docstrings.
8665
8666 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
8667
8668 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
8669 corresponding to deleted entries; they are an implementation detail.
8670 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
8671 Remove variables.
8672 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
8673 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
8674 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
8675 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
8676 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
8677 (Fw32_define_rgb_color, Fw32_load_color_file)
8678 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
8679 Fix typos in docstrings.
8680 (Fx_server_version): Reflow docstring.
8681 (Fw32_shell_execute): Doc fixes.
8682
8683 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
8684
8685 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
8686 if w32_parse_hot_key returned nil.
8687
8688 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8689
8690 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
8691
8692 2007-11-09 Jason Rumney <jasonr@gnu.org>
8693
8694 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
8695
8696 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
8697
8698 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
8699 Remove W32_SCROLL_BAR_CLICK_EVENT.
8700
8701 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
8702 Add MULTIMEDIA_KEY_EVENT.
8703
8704 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
8705 (lispy_multimedia_keys) [WINDOWSNT]: New array.
8706 (make_lispy_event) [WINDOWSNT]: Use it to translate
8707 MULTIMEDIA_KEY_EVENT.
8708
8709 * w32term.h (WM_APPCOMMAND): Define if not already.
8710 (GET_APPCOMMAND_LPARAM): Likewise.
8711
8712 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
8713 WM_APPCOMMAND.
8714
8715 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
8716 (syms_of_w32fns): Export and initialize it.
8717 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
8718
8719 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
8720
8721 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
8722 twice.
8723
8724 * xdisp.c (handle_face_prop): Fix last change.
8725
8726 2007-11-09 Richard Stallman <rms@gnu.org>
8727
8728 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
8729 not just for after-strings and before-strings.
8730 Call face_for_overlay_string and pass the overlay to it.
8731 (handle_display_prop): Determine whether property came from an overlay.
8732 Pass OVERLAY arg to handle_single_display_spec.
8733 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
8734 (load_overlay_strings): Fill in it->string_overlays.
8735 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
8736
8737 * xfaces.c (face_for_overlay_string): Function renamed from
8738 face_at_buffer_position_no_overlays, and add arg OVERLAY.
8739
8740 * dispextern.h (struct it): New elt string_overlays.
8741 New elt from_overlay, also in stack.
8742 Rearrange a few elements.
8743 (face_for_overlay_string): Decl renamed from
8744 face_at_buffer_position_no_overlays, and add argument.
8745
8746 2007-11-09 Richard Stallman <rms@gnu.org>
8747
8748 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
8749 to get the base face for an overlay string.
8750
8751 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
8752
8753 * xfaces.c (face_at_buffer_position_no_overlays): New function.
8754
8755 * xdisp.c (handle_stop): Move some code out of loop.
8756
8757 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8758
8759 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
8760 Fix conversion from Lisp object to ATSUFontID.
8761
8762 2007-11-09 Jason Rumney <jasonr@gnu.org>
8763
8764 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
8765
8766 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8767
8768 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
8769 Don't assume regions are aligned to page boundary.
8770 (print_load_command_name): Add LC_UUID if defined.
8771
8772 2007-11-09 Richard Stallman <rms@gnu.org>
8773
8774 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
8775
8776 2007-11-07 Jason Rumney <jasonr@gnu.org>
8777
8778 * s/windows95.h: Remove.
8779
8780 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
8781
8782 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
8783 abort with a message on unhandled store_type values.
8784
8785 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
8786
8787 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
8788 Remove HAVE_X11R5 and HAVE_X11R4.
8789
8790 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
8791
8792 * Makefile.in: Remove references to sunfns.c and sunfns.o.
8793
8794 2007-11-01 Johan Bockgård <bojohan@gnu.org>
8795
8796 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
8797 Don't set s->stippled_p here, since it has already been set by
8798 x_set_glyph_string_gc from x_draw_glyph_string.
8799
8800 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
8801
8802 * sunfns.c: Remove file.
8803
8804 * m/sun386.h:
8805 * m/sun2.h:
8806 * m/sparc.h: Remove Sun windows code.
8807
8808 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
8809
8810 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
8811 (init_keyboard): Set current_kboard's window-system to nil.
8812 (tty_read_avail_input): Typo.
8813 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
8814
8815 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8816
8817 * s/usg5-4.h:
8818 * s/usg5-3.h:
8819 * s/ptx.h:
8820 * m/is386.h:
8821 * m/ibmps2-aix.h:
8822 * Makefile.in: Remove all mentions of X10.
8823
8824 * dispnew.c (syms_of_display): Don't mention version 10.
8825
8826 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
8827
8828 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
8829 ($(BLD)/abbrev.$(O)): Remove.
8830
8831 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8832
8833 Rewrite abbrev.c in Elisp.
8834 * image.c (Qcount): Don't declare as extern.
8835 (syms_of_image): Initialize and staticpro `Qcount'.
8836 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
8837 * emacs.c (main): Don't call syms_of_abbrev.
8838 * Makefile.in (obj): Remove abbrev.o.
8839 (abbrev.o): Remove.
8840 * abbrev.c: Remove.
8841
8842 2007-10-26 Martin Rudalics <rudalics@gmx.at>
8843
8844 * window.c (window_min_size_2): Don't count header-line.
8845
8846 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8847
8848 * frame.h (struct frame): Move all bit fields after the first bit
8849 field to take advantage of the available space. Group all the
8850 chars together to reduce wasted space due to padding.
8851
8852 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
8853
8854 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
8855
8856 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
8857 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
8858 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
8859 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
8860 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
8861 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
8862 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
8863 (last_marked, mark_object_loop_halt): Make static.
8864
8865 * frame.c (syms_of_frame) <delete-frame-functions>:
8866 Fix typo in docstring.
8867
8868 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
8869
8870 * w32.c (init_environment): Fix tiny memory leak.
8871 (w32_get_resource): Remove unused variable `ok'.
8872
8873 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8874
8875 Make `window-system' into a keyboard-local variable (rather than
8876 frame-local as done originally by multi-tty).
8877
8878 * keyboard.h (struct kboard): Add Vwindow_system.
8879 * keyboard.c (init_kboard): Set a default for Vwindow_system.
8880 (mark_kboards): Mark Vwindow_system.
8881
8882 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
8883 (init_display): Don't set the obsolete `window-system' frame-param.
8884
8885 * xterm.c (x_term_init):
8886 * w32term.c (w32_create_terminal):
8887 * term.c (init_tty): Set Vwindow_system.
8888 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
8889 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
8890
8891 * xfns.c (Fx_create_frame, x_create_tip_frame):
8892 * w32fns.c (Fx_create_frame, x_create_tip_frame):
8893 * macfns.c (Fx_create_frame):
8894 Don't set the obsolete `window-system' frame-param.
8895
8896 * frame.h (Qwindow_system): Remove.
8897 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
8898 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
8899
8900 2007-10-24 Richard Stallman <rms@gnu.org>
8901
8902 * frame.c (x_figure_window_size): For fullscreen case,
8903 set USPosition | PPosition without clobbering rest of window_prompting.
8904
8905 * keyboard.c (Fcurrent_idle_time): Doc fix.
8906
8907 * print.c (Fwith_output_to_temp_buffer): Doc fix.
8908
8909 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 * process.c (unwind_request_sigio): Only define if __ultrix__.
8912
8913 * callproc.c (child_setup): Remove spurious *.
8914
8915 * lisp.h (Fget_text_property): Declare.
8916 (have_menus_p): Declare it here rather than in sys-dep header files.
8917 * macterm.h (have_menus_p):
8918 * msdos.h (have_menus_p):
8919 * xterm.h (have_menus_p): Remove.
8920
8921 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
8922 (Fmake_variable_frame_local): Just check the variable's const-ness
8923 rather than checking nil or t.
8924
8925 2007-10-22 Jason Rumney <jasonr@gnu.org>
8926
8927 * w32fns.c: Include math.h.
8928 (w32_abort): Declaration moved to nt/config.nt.
8929
8930 * s/ms-w32.h (HAVE_STDLIB_H): Define.
8931 (abort): Redefinition moved to nt/config.nt.
8932
8933 * m/windowsnt.h: Remove.
8934
8935 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
8936
8937 * emacs.c (Fdump_emacs): Fix typo in message.
8938 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
8939 <installation-directory>: Reflow docstring.
8940
8941 2007-10-22 Juri Linkov <juri@jurta.org>
8942
8943 * minibuf.c: Allow minibuffer default to be a list of default values.
8944 With empty input use the first element of this list as returned default.
8945 (string_to_object)
8946 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
8947 (read_minibuf): If defalt is cons, set histstring to its car.
8948 (Fread_string): If default_value is cons, set val to its car.
8949 (Fread_buffer): If def is cons, use its car.
8950 (Fcompleting_read): If defalt is cons, set val to its car.
8951
8952 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
8953
8954 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
8955
8956 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
8957
8958 * doc.c (Fdocumentation): Check for advice in all cases.
8959
8960 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
8961
8962 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
8963
8964 2007-10-19 Richard Stallman <rms@gnu.org>
8965
8966 * doc.c (Fdocumentation): Check for and handle an advised function.
8967
8968 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
8969
8970 * process.c (Fset_process_filter): Doc fix.
8971
8972 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
8975 which caused key-translation-map to applied repeatedly (thus breaking
8976 double-mode).
8977
8978 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 * xselect.c (x_own_selection, x_handle_selection_clear)
8981 (x_clear_frame_selections):
8982 * w32menu.c (list_of_panes, list_of_items):
8983 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
8984 * textprop.c (validate_plist, interval_has_all_properties)
8985 (interval_has_some_properties, interval_has_some_properties_list)
8986 (add_properties, text_property_list):
8987 * process.c (Fget_buffer_process, list_processes_1, status_notify):
8988 * minibuf.c (Fassoc_string):
8989 * macselect.c (x_own_selection, x_clear_frame_selections)
8990 (Fx_disown_selection_internal):
8991 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
8992 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
8993
8994 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
8995
8996 * process.c: Link to libs for calling res_init() if available.
8997 (Fmake_network_process): Call res_init() before getaddrinfo or
8998 gethostbyname, if possible.
8999
9000 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * lread.c (read1): Set pvectype for char_tables.
9003
9004 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
9005 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
9006 Add type checks.
9007 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
9008
9009 * alloc.c (free_misc): Use XMISCTYPE.
9010 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
9011
9012 2007-10-17 Glenn Morris <rgm@gnu.org>
9013
9014 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
9015 (syms_of_minibuf): Add Qcompletion_ignore_case.
9016 * dired.c (Qcompletion_ignore_case): Change to external.
9017 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
9018 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
9019 (Fread_file_name): Use it rather than intern'ing.
9020
9021 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
9022 (Fread_coding_system): Ignore case of user input.
9023
9024 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9025
9026 * xdisp.c (handle_display_prop): Ignore display specs after
9027 replacing one when string text is being replaced.
9028 (handle_single_display_spec): Pretend as if characters with display
9029 property haven't been consumed only when buffer text is being replaced.
9030
9031 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9032
9033 * xfns.c (Fx_create_frame, Fx_display_list):
9034 * window.c (window_fixed_size_p, enlarge_window)
9035 (shrink_window_lowest_first):
9036 * macterm.c (init_font_name_table):
9037 * macfns.c (Fx_create_frame, Fx_display_list):
9038 * lread.c (close_load_descs):
9039 * keyboard.c (read_char_x_menu_prompt):
9040 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
9041 * coding.c (code_convert_region_unwind): Test the type of an object
9042 rather than just !NILP before extracting data from it.
9043
9044 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
9045
9046 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
9047 (XMISCANY): New macro.
9048 (XMISCTYPE): Use it.
9049 (struct Lisp_Misc_Any): New type.
9050 (union Lisp_Misc): Use it.
9051 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
9052 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
9053 (find_symbol_value, set_internal, default_value, Fset_default)
9054 (Fmake_variable_buffer_local, Fmake_local_variable)
9055 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
9056 (Flocal_variable_if_set_p, Fvariable_binding_locus):
9057 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
9058 * alloc.c (allocate_buffer): Set the size and tag.
9059 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
9060 Use XMISCANY.
9061 (die): Follow the GNU convention for error messages.
9062 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
9063 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
9064 tag any more.
9065 (set_buffer_internal_1):
9066 * frame.c (store_frame_param):
9067 * eval.c (specbind):
9068 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
9069
9070 * doc.c (Fsnarf_documentation): Simplify.
9071
9072 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
9073
9074 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
9075 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
9076
9077 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
9080
9081 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
9082
9083 * eval.c (do_autoload): Don't save autoloads.
9084
9085 * data.c (Ffset): Save autoload of the function being set.
9086
9087 2007-10-07 John Paul Wallington <jpw@pobox.com>
9088
9089 * xfns.c (x_create_tip_frame): Set the `display-type' frame
9090 parameter before setting up faces.
9091
9092 2007-10-13 Eli Zaretskii <eliz@gnu.org>
9093
9094 * ccl.c (Fregister_code_conversion_map):
9095 * keyboard.c (append_tool_bar_item): Reformat last change.
9096
9097 * lisp.h (eabs): Rename from `abs'. All callers changed.
9098
9099 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
9100
9101 * buffer.c (add_overlay_mod_hooklist):
9102 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
9103 * fontset.c (make_fontset):
9104 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
9105 (append_tool_bar_item):
9106 * macmenu.c (grow_menu_items):
9107 * w32menu.c (grow_menu_items):
9108 * xmenu.c (grow_menu_items): Use larger_vector.
9109
9110 2007-10-13 Eli Zaretskii <eliz@gnu.org>
9111
9112 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
9113 selected frame'' on MSDOS).
9114
9115 2007-10-12 Martin Rudalics <rudalics@gmx.at>
9116
9117 * frame.c (Qexplicit_name): New variable.
9118 (x_report_frame_params): Report it in parameter alist.
9119 (syms_of_frame): Intern and staticpro it.
9120
9121 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
9122
9123 * macfns.c (x_create_tip_frame): Set terminal for frame.
9124
9125 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * frame.c (Qenvironment): Remove.
9128 (syms_of_frame) <Qenvironment>: Don't initialize.
9129 (Fdelete_frame): Don't treat the `environment' param specially.
9130 * frame.h (Qenvironment): Don't declare.
9131 * callproc.c (set_initial_environment): Don't set unused frame param.
9132
9133 * frame.c (Fframe_with_environment): Remove.
9134 (syms_of_frame) <Sframe_with_environment>: Don't declare.
9135
9136 * lisp.h (Fframe_with_environment): Don't declare.
9137
9138 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
9139
9140 * indent.c (indent_tabs_mode, last_known_column)
9141 (last_known_column_modified): Make static.
9142 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
9143
9144 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
9145
9146 * puresize.h (BASE_PURESIZE): Increase to 1170000.
9147
9148 2007-10-09 Jason Rumney <jasonr@gnu.org>
9149
9150 * w32term.c (x_set_window_size): Disable code that attempts to tell
9151 Lisp code about a size change before it actually happens.
9152
9153 2007-10-09 Richard Stallman <rms@gnu.org>
9154
9155 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
9156 return HANDLED_RETURN.
9157
9158 2007-10-08 Martin Rudalics <rudalics@gmx.at>
9159
9160 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
9161 when there's an unread command event.
9162
9163 * frame.c (focus_follows_mouse): Move here from frame.el to allow
9164 window autoselection act appropriately when leaving selected frame.
9165 (syms_of_frame): Initialize focus_follows_mouse.
9166 * frame.h (focus_follows_mouse): Extern it.
9167 * macterm.c (XTread_socket): When focus_follows_mouse is nil
9168 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
9169 * msdos.c (dos_rawgetc): Likewise.
9170 * w32term.c (w32_read_socket): Likewise.
9171 * xterm.c (handle_one_xevent): Likewise.
9172 * xdisp.c (syms_of_xdisp): In doc-string of
9173 mouse-autoselect-window mention focus-follows-mouse.
9174
9175 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9176
9177 * macterm.c (mac_load_query_font): Fix missing return value.
9178 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
9179 Add BLOCK_INPUT.
9180
9181 2007-10-08 Richard Stallman <rms@gnu.org>
9182
9183 * xdisp.c (get_window_cursor_type): Implement documented behavior
9184 for cursor-in-non-selected-windows = t.
9185
9186 2007-10-08 Jason Rumney <jasonr@gnu.org>
9187
9188 * w32.c (w32_get_resource): Always close registry keys.
9189
9190 2007-10-08 Jason Rumney <jasonr@gnu.org>
9191
9192 * makefile.w32-in (LIBS): Add COMCTL32.
9193
9194 * w32fns.c (globals_of_w32fns): Init common controls.
9195
9196 2007-10-08 Richard Stallman <rms@gnu.org>
9197
9198 * image.c (our_memory_buffer): Rename from omfib_buffer.
9199
9200 2007-10-08 Richard Stallman <rms@gnu.org>
9201
9202 * buffer.c (Foverlays_at): Doc fix.
9203
9204 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
9205
9206 * fns.c (Fplist_put): Preserve uneven tail data.
9207
9208 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
9209
9210 * termhooks.h (enum event_kind): Remove trailing comma.
9211
9212 * frame.h (enum): Remove trailing comma.
9213
9214 2007-10-08 Dhuvra Krishnamurthy <dhuvrakm@gmail.com> (tiny change)
9215
9216 * w32proc.c (delete_child): Don't terminate threads of zombies.
9217
9218 2007-10-08 Martin Rudalics <rudalics@gmx.at>
9219
9220 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
9221
9222 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
9223 last-repeatable-command.
9224 (init_kboard): Initialize Vlast_repeatable_command.
9225 (command_loop_1): Set it to real_this_command unless that was
9226 bound to an input event.
9227 (mark_kboards): Mark it.
9228
9229 2007-10-08 Richard Stallman <rms@gnu.org>
9230
9231 * eval.c (condition-case): Doc fix.
9232
9233 2007-10-08 Masatake YAMATO <jet@gyve.org>
9234
9235 * xfaces.c (tty_supports_face_attributes_p): Fix code
9236 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
9237 was copied and not edited.
9238
9239 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 Add new `input-decode-map' keymap and use it for terminal
9242 escape sequences.
9243 * keyboard.h (struct kboard): Add Vinput_decode_map.
9244 Remove Vlocal_key_translation_map.
9245 * keyboard.c (read_key_sequence): Add support for input-decode-map.
9246 (init_kboard): Init input-decode-map.
9247 Replace local-key-translation-map back with key-translation-map.
9248 (syms_of_keyboard): Declare input-decode-map.
9249 Remove local-key-translation-map. Update docstrings.
9250 (mark_kboards): Mark Vinput_decode_map.
9251 Don't mark Vlocal_key_translation_map.
9252 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
9253 Replace local-key-translation-map back with key-translation-map.
9254 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
9255 Bind in input-decode-map rather than function-key-map.
9256
9257 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
9258 This was made redundant by the previous introduction of XSETPVECTYPE.
9259
9260 2007-10-09 Richard Stallman <rms@gnu.org>
9261
9262 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
9263
9264 2007-09-29 Richard Stallman <rms@gnu.org>
9265
9266 * eval.c (internal_condition_case_2, internal_condition_case_1)
9267 (internal_condition_case): Reenable abort if x_catching_errors ()
9268 to see if that really happens and why.
9269
9270 2007-10-06 Andreas Schwab <schwab@suse.de>
9271
9272 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
9273
9274 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
9275
9276 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
9277
9278 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9279
9280 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
9281
9282 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * window.h (struct window):
9285 * window.c (struct save_window_data, struct saved_window):
9286 * termhooks.h (struct terminal):
9287 * process.h (struct Lisp_Process):
9288 * frame.h (struct frame):
9289 * buffer.h (struct buffer):
9290 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
9291 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
9292 The size field of (pseudo)vectors is now unsigned.
9293 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
9294
9295 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
9296 Turn `count' into an integer.
9297
9298 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
9299 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
9300 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
9301 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
9302 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
9303
9304 * alloc.c (allocate_pseudovector): New fun.
9305 (ALLOCATE_PSEUDOVECTOR): New macro.
9306 (allocate_window, allocate_terminal, allocate_frame)
9307 (allocate_process): Use it.
9308 (mark_vectorlike): New function.
9309 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
9310 (mark_terminals): Use it.
9311 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
9312 (Fmake_byte_code): Use XSETPVECTYPE.
9313
9314 * frame.c (Fframe_parameters): Minor simplification.
9315
9316 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
9317
9318 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
9319
9320 * buffer.c (Fget_buffer_create, init_buffer_once):
9321 * lread.c (defsubr):
9322 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
9323
9324 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
9325 defined differently in the m/*.h files.
9326 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
9327 (XSETPVECTYPE): New macro.
9328 (XSETPSEUDOVECTOR): Use it.
9329
9330 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
9331 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
9332
9333 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
9334 * lread.c (defvar_per_buffer):
9335 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
9336
9337 * window.c (candidate_window_p): Only consider as visible frames that
9338 are on the same terminal.
9339
9340 * m/ibms390x.h (MARKBIT): Remove unused macro.
9341
9342 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
9343
9344 * lread.c (Fload): Fix typo in docstring.
9345
9346 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
9347
9348 * floatfns.c (Fexpt): Manually check for overflows, so that a power
9349 of a non-zero value can't yield zero.
9350
9351 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * term.c (term_clear_mouse_face, term_mouse_highlight)
9354 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
9355
9356 * print.c (safe_debug_print): Use XHASH.
9357
9358 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
9359 Lisp elements such as tags.
9360 (XHASH): New macro.
9361 (EQ): Use it.
9362 (SREF, SSET, STRING_COPYIN): Use SDATA.
9363 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
9364
9365 * alloc.c (mark_terminal): Remove left-over declaration.
9366 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
9367 (allocate_vectorlike): Remove type argument. Adjust callers.
9368 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
9369 Only handle the one remaining MEM_TYPE_VECTORLIKE.
9370
9371 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
9372 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
9373 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
9374 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
9375 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
9376 Use them.
9377
9378 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
9379 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
9380 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
9381
9382 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
9383
9384 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
9385 loaded by default.
9386
9387 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
9390 on this tty.
9391 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
9392
9393 * term.c (mouse_face_window): Rename from Qmouse_face_window.
9394 Update all users.
9395 (handle_one_term_event): Use Gpm_DrawPointer.
9396 (Fgpm_mouse_start): Rename from Fterm_open_connection.
9397 Signal errors instead of returning nil. Always return nil.
9398 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
9399 Make it a noop if gpm-mouse was not activated.
9400 (syms_of_term): Update names.
9401
9402 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9403
9404 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
9405 (init_sys_modes): Check that gpm_tty is the current tty.
9406
9407 * alloc.c (allocate_terminal): Set the vector size to only count the
9408 lisp fields. Initialize those to nil.
9409 (mark_object): Don't treat terminals specially.
9410 (mark_terminal): Remove.
9411 (mark_terminals): Use mark_object instead.
9412
9413 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
9414 the GC to the beginning.
9415
9416 * indent.h:
9417 * indent.c: Use EMACS_INT for ints coming from Elisp data.
9418
9419 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
9420
9421 2007-09-25 Jason Rumney <jasonr@gnu.org>
9422
9423 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
9424
9425 * w32console.c (create_w32cons_output): Remove.
9426
9427 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
9428
9429 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
9430 (reset_sys_modes): Use reset_terminal_modes_hook.
9431
9432 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9433
9434 * eval.c (do_autoload): Don't output any message.
9435
9436 2007-09-24 Juri Linkov <juri@jurta.org>
9437
9438 * emacs.c (standard_args): Change priority of "--no-splash"
9439 from 40 to 3. Add "--no-desktop" with the same priority.
9440
9441 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
9442
9443 * alloc.c (gc_sweep): Check cons cell mark bits word by word
9444 and optimize the case where they are all 1.
9445
9446 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
9447
9448 * lisp.h (abs): Define if not defined.
9449 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
9450 Don't define `abs', since it's defined in lisp.h.
9451
9452 2007-09-22 Eli Zaretskii <eliz@gnu.org>
9453
9454 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
9455 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
9456 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
9457 (init_tty): Use DEV_TTY instead of "/dev/tty".
9458 [WINDOWSNT]: No need to protect from NAME arg being null.
9459
9460 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9461
9462 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
9463 up the tty state.
9464
9465 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9467 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
9468 (gpm_tty): Change its type.
9469 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
9470 (gpm_tty): Change its type and initialize it.
9471 (Fterm_open_connection): Check the frame is indeed a tty.
9472 Use the new gpm_tty.
9473 (Fterm_close_connection): Use the new gpm_tty.
9474 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
9475 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
9476
9477 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
9478
9479 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
9480 underline_color, to draw strike-through.
9481
9482 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9483
9484 * lisp.h (allocate_terminal): Declare.
9485
9486 * window.c (candidate_window_p): Consider frames that are being placed
9487 by the user as somewhere between visible and iconified.
9488 (window_loop): Prefer windows on the current frame.
9489 (Fselect_window): Move the use of select-frame to the beginning so we
9490 can just delegate all the work (it'll call us back anyway).
9491
9492 * frame.c (Qdisplay_environment_variable):
9493 * frame.h (Qdisplay_environment_variable): Delete.
9494
9495 * .gdbinit (xbacktrace): Print the arg's address rather than the value
9496 of the first arg, since that value may be a union.
9497
9498 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
9499 parameter rather than Qdisplay_environment_variable. If all else
9500 fails, look for DISPLAY in initial-environment.
9501
9502 2007-09-21 Glenn Morris <rgm@gnu.org>
9503
9504 * Makefile.in (emacstool): Remove target.
9505 (lisp, shortlisp): Remove termdev.elc.
9506
9507 2007-09-21 Markus Triska <markus.triska@gmx.at>
9508
9509 * xterm.c (x_delete_display): Compile session management conditionally.
9510
9511 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9512
9513 * callproc.c (getenv_internal_1): New function.
9514 (getenv_internal): Use it.
9515 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
9516
9517 * terminal.c (get_terminal): Don't accept ints to represent terminals.
9518 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
9519 (Fset_terminal_parameter): Work with dead terminals as well.
9520 (Fmodify_terminal_parameters): Remove.
9521
9522 * terminal.c (get_terminal): Handle terminals.
9523 Make sure the terminal returned is live.
9524 (create_terminal): Use allocate_terminal.
9525 (mark_terminals): Move to alloc.c.
9526 (delete_terminal): Use terminal->name as liveness status.
9527 NULL out fields after freeing their contents.
9528 Don't deallocate the object.
9529 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
9530 rather than an int.
9531 (Fterminal_live_p): Accept non-integer arguments.
9532 (Fterminal_list): Return terminal objects rather than an ints.
9533
9534 * alloc.c (enum mem_type): New member for `terminal' objects.
9535 (allocate_terminal): New function.
9536 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
9537 Handle terminals.
9538 (mark_terminal): New fun.
9539 (mark_terminals): Move from terminal.c.
9540
9541 * term.c (get_tty_terminal): Don't treat output_initial specially.
9542 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
9543 (delete_tty): Use terminal->name as liveness status.
9544
9545 * termhooks.h (struct terminal): Make it into a pseudovector.
9546 Remove `deleted' replaced by checking `name's nullness.
9547
9548 * print.c (print_object): Handle terminals.
9549
9550 * lisp.h (enum pvec_type): New `terminal' pseudovector.
9551 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
9552
9553 * frame.c (make_terminal_frame):
9554 * keyboard.c (tty_read_avail_input):
9555 * w32term.c (x_delete_terminal):
9556 * xfns.c (Fx_create_frame, x_create_tip_frame):
9557 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
9558
9559 2007-09-20 Glenn Morris <rgm@gnu.org>
9560
9561 * process.c (Fmake_network_process): Doc fix.
9562
9563 2007-09-19 Jason Rumney <jasonr@gnu.org>
9564
9565 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
9566
9567 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
9568
9569 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
9570 Fix a C warning regarding variable constness.
9571
9572 * xterm.c (handle_one_xevent): Fix a C warning.
9573
9574 2007-09-18 Jason Rumney <jasonr@gnu.org>
9575
9576 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
9577
9578 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
9579
9580 * gtkutil.c (gdpy_def): New variable.
9581 (xg_initialize): Initialize gdpy_def.
9582 (xg_display_close): If no other display exists, set gdpy_def to a
9583 new connection.
9584
9585 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
9586
9587 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
9588 when we have no file name for the icon.
9589 (xg_tool_bar_expose_callback): Remove.
9590 (xg_create_tool_bar): Don't connect expose signal to
9591 xg_tool_bar_expose_callback.
9592 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
9593
9594 2007-09-16 Andreas Schwab <schwab@suse.de>
9595
9596 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
9597 values instead of zapping them.
9598
9599 2007-09-14 Glenn Morris <rgm@gnu.org>
9600
9601 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
9602 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
9603 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
9604 scope and rename to omfib_buffer for clarity.
9605 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
9606
9607 2007-09-14 Kenichi Handa <handa@m17n.org>
9608
9609 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
9610
9611 2007-09-13 Jason Rumney <jasonr@gnu.org>
9612
9613 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
9614
9615 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
9616
9617 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
9618 (mac_term_init): Call here instead, passing rif.
9619
9620 2007-09-13 Glenn Morris <rgm@gnu.org>
9621
9622 * s/hpux.h: No longer define `static' as nothing.
9623
9624 2007-09-13 Johan Bockgård <bojohan@gnu.org>
9625
9626 * callint.c (Fcall_interactively): Remove unused var `fun'.
9627
9628 2007-09-12 Romain Francoise <romain@orebokech.com>
9629
9630 * window.c (prefer_window_split_horizontally, display_buffer):
9631 Revert 2007-09-08 change.
9632
9633 2007-09-12 Glenn Morris <rgm@gnu.org>
9634
9635 * alloca.c: Remove file.
9636 * Makefile.in (alloca): Do not undef.
9637 (allocaobj, alloca.o): Remove.
9638 (otherobj): Remove allocaobj.
9639 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
9640 * regex.c (C_ALLOCA): Remove all references and code that was only
9641 used when this was defined.
9642 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
9643 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
9644 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
9645
9646 * Makefile.in (SOURCES, unlock, relock): Delete.
9647
9648 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
9649 (menu_grab_callback): All uses changed.
9650
9651 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
9652 (x_reply_selection_request): All uses changed.
9653
9654 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9655
9656 * lread.c (load_warn_old_style_backquotes): Change message to look
9657 better when it appears in the middle of byte-compiler messages.
9658
9659 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
9660
9661 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
9662
9663 * xterm.c (x_create_terminal): Add comment.
9664
9665 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
9666
9667 2007-09-10 Richard Stallman <rms@gnu.org>
9668
9669 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
9670
9671 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
9672
9673 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
9674 (DEFUN): Document `intspec', use it instead of `prompt'.
9675
9676 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
9677
9678 * data.c (Finteractive_form): If the interactive specification starts
9679 with a `(', use it as a Lisp form.
9680
9681 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
9682 name and file modes.
9683
9684 * callint.c (Fcall_interactively): Comment fixes.
9685
9686 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9687
9688 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
9689 and compiled functions.
9690
9691 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
9692
9693 * window.c (prefer_window_split_horizontally): New variable.
9694 (display_buffer): Consider splitting window horizontally depending
9695 on prefer_window_split_horizontally.
9696
9697 2007-09-08 Eli Zaretskii <eliz@gnu.org>
9698
9699 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
9700
9701 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9702
9703 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
9704
9705 * frame.c (x_set_frame_parameters): Check number is positive before
9706 using XFASTINT.
9707
9708 * window.c (freeze_window_start): Don't presume selected_window holds
9709 a window object.
9710 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
9711
9712 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
9713
9714 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
9715
9716 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * window.c (Vsplit_window_preferred_function): New var.
9719 (Fdisplay_buffer): Use it.
9720 (syms_of_window): Export, and initialize it.
9721
9722 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
9723
9724 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
9725
9726 2007-09-06 Glenn Morris <rgm@gnu.org>
9727
9728 * gtkutil.c (menu_grab_callback) <cnt>:
9729 * xselect.c (x_reply_selection_request) <cnt>: Move static
9730 variable to file scope.
9731
9732 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9733
9734 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
9735 consistent values of selected_frame and selected_window.
9736
9737 2007-09-04 Jason Rumney <jasonr@gnu.org>
9738
9739 * w32console.c (initialize_w32_display): Zero unused hooks.
9740
9741 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9742
9743 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
9744 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
9745
9746 2007-09-04 Jason Rumney <jasonr@gnu.org>
9747
9748 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
9749 in w32console.c. Set up input. Remove XXX comments that have been
9750 confirmed as correct.
9751
9752 * s/ms-w32.h (MULTI_KBOARD): Define.
9753
9754 * w32console.c (one_and_only_w32cons): Remove.
9755 (initialize_w32_display): Take terminal argument.
9756
9757 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
9758 initialize_w32_display.
9759 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
9760
9761 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
9762
9763 * keyboard.c (discard_mouse_events): Discard it.
9764 (make_lispy_event): Translate it to a lisp event.
9765 (lispy_wheel_names): Add wheel-left and right events.
9766 (syms_of_keyboard): Enlarge wheel_syms.
9767
9768 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
9769 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
9770
9771 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
9772
9773 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
9774 from WM_MOUSEHWHEEL.
9775 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
9776
9777 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
9778 terminal.
9779
9780 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
9781 keyboard for the terminal.
9782
9783 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9784
9785 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
9786 (Vresume_tty_hook): Rename from Vresume_tty_functions.
9787 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
9788 and resume-tty-function to resume-tty-hook.
9789 (Fsuspend_tty, Fresume_tty): Use new names.
9790
9791 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
9792
9793 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
9794 if it starts with "n:".
9795
9796 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
9797
9798 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
9799
9800 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9801
9802 * frame.h:
9803 * frame.c (Qterm_environment_variable): Remove.
9804 (syms_of_frame): Don't init and staticpro it.
9805
9806 * callproc.c (getenv_internal): Remove special case for $TERM.
9807
9808 * callproc.c (Vinitial_environment): New variable.
9809 (set_initial_environment): Initialize it.
9810 (syms_of_callproc): Declare it.
9811 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
9812 TERM under which a process runs is never related to the TERM in which
9813 Emacs is running.
9814
9815 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9816
9817 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
9818 * s/darwin.h: ... do it here.
9819
9820 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9821
9822 * lisp.h (set_initial_environment): Rename from set_global_environment.
9823
9824 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
9825 removed by mistake on the multi-tty branch.
9826
9827 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
9828 (Fmodify_frame_parameters): Return a value.
9829
9830 * image.c (png_load): Comment-out var only used in commented-out code.
9831
9832 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
9833 before passing it to mark_object.
9834
9835 * xfaces.c (internal_resolve_face_name): Return a value.
9836 (internal_resolve_face_name, resolve_face_name_error): Comment out.
9837
9838 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
9839 (x_icon): Comment-out var only used in commented-out code.
9840
9841 2007-08-29 Romain Francoise <romain@orebokech.com>
9842
9843 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
9844 QUIT hasn't been provided.
9845
9846 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9847
9848 * callproc.c (child_setup, getenv_internal): Use the
9849 display-environment-variable and term-environment-variable frame params.
9850 (set_initial_environment): Initialise Vprocess_environment.
9851
9852 * config.in: Disable multi-keyboard support on a mac.
9853
9854 * frame.c (Qterm_environment_variable)
9855 (Qdisplay_environment_variable): New variables.
9856 (syms_of_frame): Intern and staticpro them.
9857 (Fmake_terminal_frame): Disable output method test.
9858
9859 * frame.h: Declare them here.
9860
9861 * macfns.c (x_set_mouse_color): Get rif from the frame.
9862 (x_set_tool_bar_lines): Don't use updating_frame.
9863 (mac_window): Add 2 new parameters for consistency with other systems.
9864 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
9865 frame parameters following what is done in X11 and w32. Don't use
9866 FRAME_MAC_DISPLAY_INFO.
9867 (Fx_open_connection, start_hourglass): Remove window-system check.
9868 (x_create_tip_frame): Get the keyboard from the terminal.
9869
9870 * macmenu.c: Reorder includes.
9871 (Fx_popup_menu): Use terminal specific mouse_position_hook.
9872
9873 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
9874 terminal parameter.
9875 (x_clear_frame): Add a frame parameter.
9876 (note_mouse_movement): Get rif from the frame.
9877 (mac_term_init): Initialize the terminal.
9878 (mac_initialize): Make static and move terminal initialization ...
9879 (mac_create_terminal): ... to this new function.
9880
9881 * macterm.h (struct mac_display_info): Add terminal.
9882 (mac_initialize): Delete declaration.
9883
9884 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
9885
9886 * sysdep.c: Comment out text after #endif.
9887
9888 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
9889 is defined. Better initialize ttys in windows. Use terminal
9890 specific mouse_position_hook.
9891
9892 * termhooks.h (union display_info): Add mac_display_info.
9893
9894 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
9895 Set the default minibuffer frame, window_system and the rest of the
9896 frame parameters following what is done in X11.
9897
9898 * w32term.c (w32_initialize): Make static.
9899
9900 * xselect.c (x_handle_selection_clear): Only access
9901 terminal->kboard when MULTI_KBOARD is defined.
9902
9903 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
9904 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
9905
9906 2007-08-29 Jason Rumney <jasonr@gnu.org>
9907
9908 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
9909 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
9910
9911 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
9912 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
9913
9914 * keyboard.c (restore_kboard_configuration): Only define when
9915 MULTI_KBOARD defined.
9916
9917 * makefile.w32-in: Update dependancies from Makefile.in.
9918 (OBJ1): Add terminal.$(O)
9919
9920 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
9921 Don't define function body.
9922 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
9923
9924 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
9925
9926 * w32.c (request_sigio, unrequest_sigio): Remove.
9927
9928 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
9929 (w32con_clear_frame, w32con_clear_end_of_line)
9930 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
9931 (w32con_delete_glyphs, w32con_set_terminal_window)
9932 (scroll_line, w32_sys_ring_bell): Add frame arg.
9933 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
9934 Add terminal arg.
9935 (PICK_FRAME): Remove.
9936 (w32con_write_glyphs): Use frame specific terminal coding.
9937 (one_and_only_w32cons): New global variable.
9938 (initialize_w32_display): Use it for storing hooks.
9939 (create_w32cons_output): New function.
9940
9941 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
9942 arg a frame.
9943
9944 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
9945 Set window_system.
9946 (x_set_tool_bar_lines): Don't use updating_frame.
9947 (Fx_create_frame): Set terminal and ref count.
9948 (Fx_open_connection): Remove window-system check.
9949
9950 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
9951
9952 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
9953 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
9954 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
9955 Add frame arg.
9956 (x_delete_terminal, w32_create_terminal): New functions.
9957 (w32_term_init): Create a terminal.
9958 (w32_initialize): Move terminal specific initialization to
9959 w32_create_terminal.
9960
9961 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
9962 (w32_clear_rect, w32_clear_area): Use background from frame.
9963 (w32_display_info): Add terminal.
9964 (w32_sys_ring_bell, x_delete_display): Declare here.
9965
9966 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
9967
9968 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
9969
9970 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
9971
9972 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
9973 Fix get_named_tty calls for the controlling tty.
9974
9975 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9976
9977 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
9978
9979 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
9980
9981 * term.c (tty_insert_glyphs): Add missing first parameter.
9982
9983 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
9984
9985 * buffer.c (Fbuffer_list, Fbury_buffer):
9986 Take frame->buried_buffer_list into account.
9987
9988 * cm.c (current_tty): New variable, for cmputc().
9989 (cmputc): Use it.
9990 (cmcheckmagic): Add tty parameter, look up terminal streams there.
9991 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
9992 (cmgoto): Add tty parameter. Pass it on to calccost().
9993 Use emacs_tputs() instead of tputs().
9994
9995 * cm.h (emacs_tputs): New macro to set current_tty, and then call
9996 tputs().
9997 (current_tty): New variable, for cmputc().
9998 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
9999
10000 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
10001 (internal_condition_case, internal_condition_case_1)
10002 (internal_condition_case_2): Don't abort when x_catching_errors.
10003
10004 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
10005 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
10006 prevent crashes caused by bogus longjmps in read_char.
10007
10008 * keymap.h (Fset_keymap_parent): Add EXFUN.
10009
10010 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
10011 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
10012 Remove redundant definition.
10013
10014 * macfns.c (x_set_mouse_color, x_make_gc):
10015 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
10016
10017 * w32term.c (x_free_frame_resources):
10018 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
10019 (w32_initialize): Use the accessor macros for terminal characteristics.
10020
10021 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
10022 Use the accessor macros for terminal characteristics.
10023 * msdos.c (internal_terminal_init): Use the accessor macros for
10024 terminal characteristics.
10025 (ScreenVisualBell, internal_terminal_init):
10026 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
10027
10028 * termopts.h (no_redraw_on_reenter): Declare.
10029
10030 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
10031 (mark_terminals, mark_ttys): Declare.
10032 (Fgarbage_collect): Call them.
10033 (mark_object): Mark buried_buffer_list.
10034
10035 * prefix-args.c: Include stdlib.h for exit.
10036
10037 * syssignal.h: Add comment.
10038
10039 * indent.c: Include stdio.h.
10040
10041 * window.h (Vinitial_window_system): Declare.
10042 (Vwindow_system): Delete declaration.
10043
10044 * fontset.c (Finternal_char_font): Use FRAME_RIF.
10045
10046 * image.c (lookup_image): Don't initialize `c' until the xasserts
10047 have been run.
10048
10049 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
10050 FRAME_FOREGROUND_PIXEL.
10051
10052 * print.c (print_preprocess): Don't lose print_depth levels while
10053 iterating.
10054
10055 * widget.c (update_from_various_frame_slots):
10056 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
10057
10058 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
10059 frames.
10060 (window_internal_height): Remove bogus make_number call.
10061 (init_window_once): Call make_terminal_frame with two zero parameters.
10062
10063 * fileio.c (Fread_file_name): Update comment.
10064
10065 * callint.c (Fcall_interactively):
10066 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
10067 Make sure it is correctly unwound.
10068
10069 * xsmfns.c (x_session_close): New function.
10070
10071 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
10072 Delete declarations.
10073
10074 * xterm.h: Remove declaration for x_fully_uncatch_errors.
10075 (x_output): Remove background_pixel and foreground_pixel fields.
10076 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
10077 (x_delete_device):
10078 (x_session_close): Declare.
10079
10080 * lread.c: Include setjmp.h. Update declaration of `read_char'.
10081 (read_filtered_event): Call `read_char' with a local
10082 `wrong_kboard_jmpbuf'.
10083
10084 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
10085 Don't call single_kboard_state. Use FRAME_RIF.
10086
10087 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
10088 systems.
10089
10090 * lisp.h (set_process_environment): Rename to `set_global_environment'.
10091 (Fframe_with_environment, Fset_input_meta_mode)
10092 (Fset_quit_char): EXFUN.
10093 (x_create_device, tty_output, terminal, tty_display_info): Declare.
10094 (init_sys_modes, reset_sys_modes): Update prototypes.
10095 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
10096
10097 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
10098 Vlocal_key_translation_map, and Vkeyboard_translate_table.
10099 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
10100 Delete declarations.
10101 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
10102 (temporarily_switch_to_single_kboard, tty_read_avail_input):
10103 New declarations.
10104
10105 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
10106 already does that during init_display(). Call syms_of_keymap
10107 before syms_of_keyboard. Call `syms_of_terminal'.
10108 Call set_initial_environment, not set_process_environment.
10109 (shut_down_emacs): Call reset_all_sys_modes() instead of
10110 reset_sys_modes().
10111
10112 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
10113 (internal_resolve_face_name, resolve_face_name_error): New functions.
10114 (resolve_face_name): Protect against loops and errors thrown by Fget.
10115 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
10116 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
10117
10118 * scroll.c: Replace CURTTY() with local variables throughout the
10119 file (where applicable).
10120 (calculate_scrolling, calculate_direct_scrolling)
10121 (scrolling_1, scroll_cost): Use the accessor macros for terminal
10122 characteristics.
10123
10124 * keymap.c (Vfunction_key_map): Remove.
10125 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
10126 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
10127 (Vkey_translation_map): Remove.
10128 (syms_of_keymap): Remove DEFVAR for key-translation-map.
10129 (Fdescribe_buffer_bindings):
10130 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
10131 Update for terminal-local key-translation-map.
10132
10133 * Makefile.in (callproc.o): Update dependencies.
10134 (lisp, shortlisp): Add termdev.elc.
10135 (obj): Add terminal.o.
10136 (terminal.o): Add dependencies.
10137 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
10138 (data.o, fns.o): Add termhooks.h dependency.
10139 (SOME_MACHINE_LISP): Add dnd.elc.
10140 (minibuf.o): Fix typo.
10141 Update dependencies.
10142
10143 * data.c (do_symval_forwarding, store_symval_forwarding)
10144 (find_symbol_value): Use the selected frame's keyboard, not
10145 current_kboard.
10146
10147 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
10148 Vwindow_system.
10149
10150 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
10151 Fmenu_bar_open.
10152 (syms_of_xmenu): Update defsubr.
10153 (mouse_position_for_popup, Fx_popup_menu)
10154 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
10155 (set_frame_menubar, free_frame_menubar)
10156 (create_and_show_popup_menu, xmenu_show, )
10157 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
10158 an X frame.
10159
10160 * xselect.c (x_own_selection): Abort if not an X frame.
10161 (some_frame_on_display): Check if it is an X frame.
10162 (x_handle_selection_clear): Deal with MULTI_KBOARD.
10163
10164 * coding.c: Include frame.h and termhooks.h.
10165 (terminal_coding, keyboard_coding): Delete.
10166 (Fset_terminal_coding_system_internal):
10167 (Fset_keyboard_coding_system_internal):
10168 (Fkeyboard_coding_system):
10169 (Fterminal_coding_system): Add a terminal parameter.
10170 Get terminal_coding from the terminal.
10171 (init_coding_once): Don't call setup_coding_system here.
10172
10173 * dispextern.h (set_scroll_region, turn_off_insert)
10174 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
10175 (tty_clear_end_of_line, tty_setup_colors)
10176 (delete_tty, updating_frame)
10177 (produce_special_glyphs, produce_glyphs, write_glyphs)
10178 (insert_glyphs): Remove.
10179 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
10180 (tty_turn_off_highlight, get_tty_size): Add declaration.
10181 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
10182
10183 * frame.h (enum output_method): Add output_initial.
10184 (struct x_output): Delete.
10185 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
10186 Access foreground_pixel and background_pixel directly from the frame.
10187 (tty_display): Delete.
10188 (struct frame): Add buried_buffer_list, foreground_pixel,
10189 background_pixel and terminal. Delete kboard
10190 (union output_data): Add tty.
10191 (FRAME_KBOARD): Get the kboard from the terminal.
10192 (FRAME_INITIAL_P): New macro.
10193 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
10194 (Qterm_environment_variable, Qdisplay_environment_variable)
10195 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
10196 New declarations.
10197
10198 * termchar.h (tty_output, tty_display_info): New structures.
10199 (tty_list): Declare.
10200 (FRAME_TTY, CURTTY): New macros.
10201 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
10202 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
10203 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
10204 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
10205
10206 * callproc.c: Include frame.h and termhooks.h, for terminal
10207 parameters.
10208 (add_env): New function.
10209 (child_setup): Use it.
10210 (child_setup, getenv_internal): Handle the new Vprocess_environment.
10211 (getenv_internal): Fix get_terminal_param call.
10212 (Fgetenv_internal, egetenv): Update doc.
10213 (syms_of_callproc): Initialize Vprocess_environment to nil.
10214 Register and initialize them. Remove obsolete defvars. Update doc
10215 strings.
10216 (child_setup): Handle Vlocal_environment_variables.
10217 (getenv_internal): Add terminal parameter.
10218 Handle Vlocal_environment_variables.
10219 (Fgetenv_internal): Add terminal parameter.
10220 (child_setup, getenv_internal, Fgetenv_internal): Store the local
10221 environment in a frame (not terminal) parameter. Update doc strings.
10222 (set_initial_environment): Rename from set_global_environment.
10223 Store Emacs environment in initial frame parameter.
10224
10225 * xdisp.c (redisplay_internal): Update references to
10226 `previous_terminal_frame'.
10227 (display_mode_line, Fformat_mode_line): Replace calls to
10228 `push_frame_kboard' with `push_kboard'.
10229 (get_glyph_string_clip_rects): Add extra parentheses and
10230 braces to prevent compiler warnings.
10231 (calc_pixel_width_or_height): Add xassert to check that the
10232 frame is alive. Don't call `lookup_image' on a termcap frame.
10233 (message2_nolog, message3_nolog, redisplay_internal)
10234 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
10235 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
10236 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
10237 (Fx_display_pixel_width, Fx_display_pixel_height)
10238 (Fx_display_planes, Fx_display_color_cells)
10239 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
10240 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
10241 (Fx_display_backing_store, Fx_display_visual_class)
10242 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
10243 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
10244
10245 * xfns.c (x_set_foreground_color x_set_background_color)
10246 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
10247 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
10248 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
10249 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
10250 terminal that is being deleted.
10251 (Fx_create_frame): Use `store_frame_param' to set `window-system'
10252 frame parameter, and make sure it overrides any user-supplied setting.
10253 (Fx_close_connection, Fx_synchronize): Unify argument names with
10254 the rest of the DEFUNs.
10255
10256 * dispnew.c (Fsend_string_to_terminal): Update call to
10257 `get_tty_terminal'.
10258 (Fredraw_frame, Fsend_string_to_terminal)
10259 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
10260 FRAME_TERMCAP_P and FRAME_TTY.
10261 (window_change_signal): Don't believe width/height values that are
10262 impossibly small.
10263 (Vinitial_window_system): Rename from Vwindow_system.
10264 (termscript, Wcm, rif): Delete.
10265
10266 * termhooks.h (struct terminal): New struct containing the
10267 previously global text display hooks and new members NAME,
10268 DELETED and PARAM_ALIST.
10269 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
10270 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
10271 (FRAME_RIF): New macros.
10272 (get_terminal_param, get_device): New declarations.
10273 (termscript): Delete declaration.
10274
10275 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
10276 (XTflash, x_free_frame_resources, x_scroll_bar_create)
10277 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
10278 FRAME_FOREGROUND_PIXEL.
10279 (x_fully_uncatch_errors): Disable definition.
10280 (x_scroll_bar_expose): Fix reference to foreground pixel.
10281 (XTread_socket): Disable loop on all X displays.
10282 (x_delete_terminal): Don't set terminal->deleted and let
10283 delete_terminal delete the frames on the terminal.
10284 (x_delete_display): Doc update to reflect changes in
10285 delete_terminal.
10286 (x_display_info) <terminal>: Move member earlier in the struct.
10287 (deleting_tty): Remove old variable.
10288 (Fsuspend_tty): Call clear_tty_hooks.
10289 (Fresume_tty, init_tty): Call set_tty_hooks.
10290 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
10291 errors on X frames.
10292 (x_catch_errors_unwind): Abort if x_error_message is NULL.
10293 (handle_one_xevent): Initialize `f' to NULL.
10294 (x_delete_terminal, x_create_terminal): New functions.
10295 (XTset_terminal_modes, XTreset_terminal_modes)
10296 (XTread_socket, x_connection_closed, x_term_init)
10297 (x_term_init, x_delete_display): Add terminal parameter.
10298 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
10299 X connections.
10300
10301 * frame.c: Include termchar.h.
10302 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
10303 (Qwindow_system, Qenvironment, Qterm_environment_variable)
10304 (Qdisplay_environment_variable): New vars.
10305 (Fframep): Deal with output_initial.
10306 (Fframe-live-p): Doc fix.
10307 (Fwindow-system): New function.
10308 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
10309 (make_terminal_frame): Don't create frames on a terminal that is
10310 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
10311 (store_frame_param): Check for found_for_frame before calling XFRAME.
10312 (Fmake_terminal_frame): Handle NULL tty names correctly.
10313 (syms_of_frame): Enhance doc string of `default-frame-alist'.
10314 (Fdelete_frame): Remove unused variable `count'. Don't allow other
10315 frames to refer to a deleted frame in their 'environment parameter.
10316 (Fframe_with_environment): New function.
10317 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
10318 (get_future_frame_param): New function.
10319 (Fmake_terminal_frame): Use it.
10320 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
10321
10322 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
10323 * sysdep.c (reset_sys_modes): Update for renames.
10324
10325 * keyboard.c (tty_read_avail_input): New function.
10326 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
10327 (syms_of_keyboard): Defsubr them.
10328 (Fset_input_meta_mode, Fset_quit_char): New functions.
10329 (Fset_input_mode): Split to above functions.
10330
10331 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
10332 parameter. Use it in call to `read_char'.
10333 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
10334 Set wrong_kboard_jmpbuf correctly in recursive calls.
10335 Use current_kboard to access Vkeyboard_translate_table.
10336 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
10337 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
10338 Update longjmp invocations. Remember the original current_kboard,
10339 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
10340 changes it. Comment out unnecessary calls to
10341 `record_single_kboard_state' and `any_kboard_state'.
10342 Update recursive calls.
10343 (wrong_kboard_jmpbuf): Remove global variable.
10344 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
10345 Handle deleted interrupted_kboards correctly; that is a legal
10346 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
10347 and read_char calls. Abort if interrupted_kboard died in read_char.
10348 (any_kboard_state, single_kboard_state)
10349 (push_frame_kboard): Remove function.
10350 (pop_kboard): Switch out of single_kboard mode if the kboard has
10351 been deleted. Remove unused variable. Help debugging by not
10352 changing current_kboard unnecessarily. Set current_kboard to the
10353 kboard of the selected frame when the stored kboard object has
10354 been deleted before pop_kboard.
10355 (temporarily_switch_to_single_kboard): Change first parameter to a
10356 frame pointer. Throw an error when caller wants to change kboards
10357 while in single_kboard mode. Don't push_kboard if we weren't in
10358 single kboard state. Don't pop_kboard if we popped into any
10359 kboard state.
10360 (restore_kboard_configuration): Abort if pop_kboard changed the
10361 kboard in single_kboard mode. Call pop_kboard only after setting
10362 up single_kboard mode.
10363 (Frecursive_edit): Switch to single_kboard mode only in nested
10364 command loops.
10365 (cmd_error, command_loop, command_loop_1, timer_check):
10366 Comment out unnecessary call to `any_kboard_state' and
10367 `record_single_kboard_state'.
10368 (delete_kboard): Exit single_kboard mode if we have just deleted
10369 that kboard. Use FRAME_KBOARD.
10370 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
10371 `fatal_error_signal'.
10372 (record_single_kboard_state): Don't push_kboard if we weren't in
10373 single kboard state. Don't pop_kboard if we popped into any
10374 kboard state.
10375 (push_frame_kboard): Rename to push_kboard.
10376 (kbd_buffer_get_event): Use FRAME_TERMINAL.
10377 (read_avail_input): Read input from all terminals.
10378 (mark_kboards): Also mark Vkeyboard_translate_table.
10379 (kbd_buffer_store_event_hold): Simplify condition.
10380 (read_key_sequence): Reinitialize fkey and keytran at each replay.
10381 (Vkeyboard_translate_table): Move to struct kboard.
10382 (init_kboard): Initialize Vkeyboard_translate_table.
10383 (syms_of_keyboard): Use DEFVAR_KBOARD to define
10384 Vkeyboard_translate_table. Update doc strings. Update docs of
10385 local-function-key-map and function-key-map.
10386
10387 * terminal.c: New file.
10388
10389 * term.c: Include errno.h.
10390 (Vring_bell_function, device_list, initial_device)
10391 (next_device_id, ring_bell, update_begin, update_end)
10392 (set_terminal_window, cursor_to, raw_cursor_to)
10393 (clear_to_end, clear_frame, clear_end_of_line)
10394 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
10395 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
10396 (syms_of_term): Move their initialization to terminal.c.
10397 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
10398 (Ftty_display_color_cells)
10399 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
10400 (clear_tty_hooks, set_tty_hooks)
10401 (init_tty, maybe_fatal): New functions.
10402 (Ftty_type): Return nil if terminal is not on a tty instead of
10403 throwing an error. Doc update.
10404 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
10405 Doc update. Initialize new subrs and variables.
10406 (delete_tty): Use terminal->deleted.
10407 (tty_set_terminal_modes): Rename from set_terminal_modes.
10408 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
10409 (set_scroll_region): Rename to `tty_set_scroll_region'.
10410 (turn_on_insert): Rename to `tty_turn_on_insert'.
10411 (turn_off_insert): Rename to `tty_turn_off_insert'.
10412 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
10413 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
10414 (toggle_highligh): Rename to `tty_toggle_highlight'.
10415 (background_highlight): Rename to `tty_background_highlight'.
10416 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
10417 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
10418 (tty_set_scroll_region, tty_background_highlight)
10419 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
10420 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
10421 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
10422 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
10423 Add static modifier.
10424 (tty_reset_terminal_modes, tty_set_terminal_window)
10425 (tty_set_scroll_region, tty_background_highlight)
10426 (tty_highlight_if_desired, tty_cursor_to)
10427 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
10428 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
10429 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
10430 renames.
10431
10432 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
10433
10434 * keyboard.c: Qrtl is new.
10435 (parse_tool_bar_item): Handle :rtl keyword.
10436 (syms_of_keyboard): Intern :rtl keyword.
10437
10438 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
10439
10440 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
10441 so no Lisp code is executed.
10442 (file_for_image, find_rtl_image): New functions.
10443 (xg_get_image_for_pixmap): Use file_for_image
10444 (update_frame_tool_bar): If direction is RTL, use RTL image if
10445 defined. Use Gtk stock images if defined.
10446
10447 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10448
10449 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
10450 for nonexistent or zero-width glyph in composition glyph.
10451
10452 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
10455
10456 * xdisp.c (Finvisible_p): New function.
10457 (syms_of_xdisp): defsubr it.
10458
10459 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
10460
10461 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
10462 Doc fixes.
10463
10464 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10465
10466 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
10467
10468 2007-08-24 Martin Rudalics <rudalics@gmx.at>
10469
10470 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
10471 whether decoding has modified buffer contents.
10472
10473 2007-08-24 Jason Rumney <jasonr@gnu.org>
10474
10475 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
10476 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
10477 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
10478 (init_svg_functions) [HAVE_NTGUI]: New function.
10479 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
10480 (svg_load_image): Use them.
10481 (svg_load_image) [HAVE_NTGUI]: Implement background.
10482
10483 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10484
10485 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
10486 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
10487 (LIBX): Remove @RSVG_LIBS@.
10488 (LIBES): Add $(RSVG_LIBS).
10489
10490 * image.c (svg_load_image): Blend with specified background if exists.
10491 Use IMAGE_BACKGROUND. Add Mac OS Support.
10492
10493 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
10494 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
10495 Remove macros.
10496 [MAC_OSX] (socket_callback): Do nothing.
10497 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
10498 ReceiveNextEvent.
10499 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
10500 socket_callback.
10501 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
10502
10503 2007-08-22 Glenn Morris <rgm@gnu.org>
10504
10505 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
10506
10507 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
10508
10509 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
10510
10511 * image.c: Add support for SVG images. Some additional comments
10512 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
10513 (svg_image_p): New function to test for SVG image.
10514 (svg_load): New function to load SVG image.
10515 (svg_load_image): New function, helper for svg_load.
10516 (Qsvg): New Lisp_object.
10517 (svg_keyword_index): New enum.
10518 (svg_format): New static `image_keyword' struct.
10519 (svg_type): New static `image_type' struct.
10520 (librsvg/rsvg.h): Include it.
10521
10522 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
10525
10526 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10527
10528 * lread.c (Qold_style_backquotes): New var.
10529 (syms_of_lread): Init and staticpro it.
10530 (load_warn_old_style_backquotes): New fun.
10531 (Fload): Use them to warn about old style backquotes.
10532 (end_of_file_error, Fload): Remove unused vars.
10533
10534 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
10535
10536 * lread.c (Vold_style_backquotes): New var.
10537 (syms_of_lread): Init and export it to Elisp.
10538 (read1): Set it when we find an old-style (back)quote.
10539
10540 2007-08-22 Jason Rumney <jasonr@gnu.org>
10541
10542 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
10543
10544 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10545
10546 * puresize.h (BASE_PURESIZE): Increase to 1140000.
10547
10548 2007-08-19 Richard Stallman <rms@gnu.org>
10549
10550 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
10551
10552 2007-08-19 Andreas Schwab <schwab@suse.de>
10553
10554 * alloc.c (pure): Round PURESIZE up.
10555
10556 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
10557
10558 * xterm.c (handle_one_xevent): Remove check that mouse click is in
10559 active frame.
10560
10561 2007-08-16 Richard Stallman <rms@gnu.org>
10562
10563 * eval.c (Fcommandp): Add parens to clarify.
10564
10565 * minibuf.c (Fall_completions): Use enum for type of table.
10566
10567 * emacs.c (USAGE2): Improve text.
10568
10569 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
10570
10571 * term.c (tty_default_color_capabilities): Declare static
10572 variables in file scope, to avoid HPUX compiler problem.
10573
10574 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
10575
10576 * gtkutil.c (update_frame_tool_bar): Use -1 as index
10577 to gtk_toolbar_insert.
10578
10579 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10580
10581 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
10582
10583 * insdel.c (reset_var_on_error): New fun.
10584 (signal_before_change, signal_after_change):
10585 Use it to reset (after|before)-change-functions to nil in case of error.
10586 Bind inhibit-modification-hooks to t.
10587 Don't bind (after|before)-change-functions to nil while they run.
10588
10589 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10590
10591 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
10592 filling pixmap with stippled background.
10593
10594 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10595
10596 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
10597 Don't use invisible frame as parent window for repositioning.
10598
10599 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * print.c (new_backquote_output): Rename from old_backquote_output.
10602 (print): Inverse its logic (according to its name) so as to match the
10603 behavior of new_backquote_flag in lread.c.
10604
10605 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10606
10607 * gmalloc.c (posix_memalign): New function.
10608
10609 * macterm.c (frame_highlight, frame_unhighlight): Don't call
10610 ActivateControl/DeactivateControl here.
10611 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
10612 frame-notice-user-settings is non-nil.
10613 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
10614 for kEventParamFMFontStyle.
10615 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
10616 mac_pass_command_to_system and mac_pass_control_to_system here.
10617 (XTread_socket): Call ActivateControl/DeactivateControl here.
10618 (XTread_socket) [TARGET_API_MAC_CARBON]:
10619 Check mac_pass_command_to_system and mac_pass_control_to_system here.
10620 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
10621 for window repositioning.
10622
10623 2007-08-08 Glenn Morris <rgm@gnu.org>
10624
10625 * Replace `iff' in doc-strings and comments.
10626
10627 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
10628
10629 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
10630
10631 2007-08-07 Martin Rudalics <rudalics@gmx.at>
10632
10633 * fileio.c (Finsert_file_contents): Run format-decode and
10634 after_insert_file_functions on entire buffer when REPLACE is
10635 non-nil and inhibit modification_hooks and point_motion_hooks.
10636 For consistency, run after_insert_file_functions iff something
10637 got inserted. Move signal_after_change and update_compositions
10638 after code running after_insert_file_functions. Make sure that
10639 undo_list doesn't record intermediate steps of the decoding process.
10640
10641 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10642
10643 * emacs.c (main)
10644 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
10645 Call malloc_enable_thread on interactive startup.
10646
10647 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
10648 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
10649 [USE_PTHREAD]: Conditionalize with it.
10650 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
10651 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
10652 New functions.
10653
10654 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
10655
10656 * xdisp.c (redisplay_window): When restoring original buffer
10657 position, make sure it is still valid.
10658
10659 * image.c (png_load): Ignore png-supplied background color.
10660
10661 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10662
10663 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
10664 Use kCFAbsoluteTimeIntervalSince1970.
10665
10666 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
10667 New variable.
10668 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
10669 event loop should be quit.
10670 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
10671 Quit dialog event loop if quit_dialog_event_loop is set.
10672
10673 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
10674 (Selection): New typedef. Use instead of ScrapRef.
10675 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
10676 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
10677 (mac_clear_selection): Rename from clear_scrap.
10678 (get_flavor_type_from_symbol): New argument SEL and subsume function of
10679 scrap_has_target_type. All uses changed.
10680 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
10681 (mac_selection_has_target_p): New functions.
10682 (mac_put_selection_value): Rename from put_scrap_string.
10683 (mac_get_selection_value): Rename from get_scrap_string.
10684 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
10685 (put_scrap_private_timestamp, scrap_has_target_type)
10686 (get_scrap_private_timestamp): Remove functions.
10687 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
10688 (x_own_selection, x_get_local_selection):
10689 Use mac_valid_selection_value_p.
10690 (x_own_selection): Don't use put_scrap_private_timestamp.
10691 Record OWNERSHIP-INFO into Vselection_alist instead.
10692 (x_get_local_selection): Don't check type if request is local.
10693 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
10694 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
10695
10696 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
10697
10698 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
10699 add comment explaining why.
10700
10701 2007-08-03 Richard Stallman <rms@gnu.org>
10702
10703 * fileio.c (Fvisited_file_modtime): Use make_time.
10704
10705 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
10706
10707 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
10708 build.
10709
10710 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
10713
10714 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
10715
10716 * puresize.h (BASE_PURESIZE): Increase to 1130000.
10717
10718 2007-07-30 Richard Stallman <rms@gnu.org>
10719
10720 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
10721
10722 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
10723
10724 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
10725
10726 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
10727
10728 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
10729 remote default-directory.
10730
10731 * buffer.c (mode-line-format): Update doc string.
10732
10733 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10734
10735 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
10736 scroll bar gap.
10737 (x_scroll_bar_create): Set bar->fringe_extended_p.
10738 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
10739 on frame edge. Check fringe background extension. Don't clear
10740 extended fringe background area.
10741
10742 * w32term.h (struct scroll_bar): New member fringe_extended_p.
10743 (w32_fill_area): Enclose multiple statements with do ... while (0).
10744
10745 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
10746 Extend fringe background to scroll bar gap.
10747 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
10748 Set bar->fringe_extended_p.
10749 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
10750 Put leftmost/rightmost scroll bars on frame edge. Check fringe
10751 background extension. Don't clear extended fringe background area.
10752
10753 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
10754 New member fringe_extended_p.
10755
10756 2007-07-25 Glenn Morris <rgm@gnu.org>
10757
10758 * Relicense all FSF files to GPLv3 or later.
10759
10760 * COPYING: Switch to GPLv3.
10761
10762 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10763
10764 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
10765
10766 * data.c (Finteractive_form): Check for the presence of an
10767 `interactive-form' symbol property more thoroughly.
10768
10769 * data.c (Finteractive_form): Use an `interactive-form' property if
10770 present, analogous to the function-documentation property.
10771
10772 2007-07-24 Jason Rumney <jasonr@gnu.org>
10773
10774 * w32fns.c (x_real_positions): Get real position from OS instead of
10775 calculating it.
10776
10777 2007-07-23 Jason Rumney <jasonr@gnu.org>
10778
10779 * filelock.c (current_lock_owner): Allow for @ sign in username.
10780
10781 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
10782
10783 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
10784 remote default-directory.
10785
10786 * buffer.c (mode-line-format): Describe above case in doc string.
10787
10788 2007-07-20 Eli Zaretskii <eliz@gnu.org>
10789
10790 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
10791 Define if not defined.
10792
10793 2007-07-18 Jason Rumney <jasonr@gnu.org>
10794
10795 * w32proc.c (w32_executable_type): Handle 64 bit executables.
10796
10797 2007-07-18 Richard Stallman <rms@gnu.org>
10798
10799 * data.c (Fsetq_default): Doc fix.
10800
10801 * eval.c (Fsetq): Doc fix.
10802
10803 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
10804
10805 * coding.c (Ffind_operation_coding_system):
10806 * eval.c (For, Fand): Doc fixes.
10807 Reported by Johan Bockgård.
10808
10809 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
10810
10811 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
10812
10813 * xterm.h: Declare x_ewmh_activate_frame.
10814
10815 * xterm.c (x_ewmh_activate_frame): New function.
10816 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
10817
10818 2007-07-17 Martin Rudalics <rudalics@gmx.at>
10819
10820 * window.c (Fdisplay_buffer): If largest or LRU window is the
10821 only window, split it even if it is not eligible for splitting.
10822 This restores the original behavior broken by the 2007-07-15
10823 change.
10824
10825 2007-07-17 Glenn Morris <rgm@gnu.org>
10826
10827 * abbrev.c (abbrev_check_chars): New function.
10828 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
10829 Call abbrev_check_chars to check abbrev characters are word
10830 constituents. Doc fix.
10831
10832 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10833
10834 * process.c (Fstart_process, Fmake_network_process)
10835 (read_process_output): Fix up last changes.
10836
10837 2007-07-16 Eli Zaretskii <eliz@gnu.org>
10838
10839 * makefile.w32-in (clean): Don't delete *~.
10840
10841 2007-07-16 Andreas Schwab <schwab@suse.de>
10842
10843 * window.c (Fdisplay_buffer): Use NILP.
10844 (Fset_window_scroll_bars): Likewise.
10845
10846 2007-07-15 Martin Rudalics <rudalics@gmx.at>
10847
10848 * window.c (window_min_size_2): New function.
10849 (window_min_size_1, size_window, Fdisplay_buffer)
10850 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
10851 windows without mode- or header-lines when window-min-height is
10852 too small.
10853 (size_window): Reset nodelete_p after testing it, following an
10854 earlier note by Kim F. Storm.
10855 (display_buffer): Do not set split_height_threshold to twice the
10856 value of window_min_height to avoid changing the value of a
10857 customizable variable. Rather explicitly check whether the
10858 height of the window that shall be splitted is at least as large
10859 as split_height_threshold.
10860 (Fwindow_full_width_p): New defun.
10861 (syms_of_window): Defsubr it.
10862
10863 * window.h: Add EXFUN for Fwindow_full_width_p.
10864
10865 2007-07-14 Jason Rumney <jasonr@gnu.org>
10866
10867 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
10868
10869 2007-07-14 Richard Stallman <rms@gnu.org>
10870
10871 * eval.c (maybe_call_debugger): New function.
10872 (find_handler_clause): Use maybe_call_debugger.
10873 Call it when the handler says `debug'.
10874 Eliminate DEBUGGER_VALUE_PTR.
10875 (Fsignal): Eliminate debugger_value.
10876 (Qdebug): New variable.
10877 (syms_of_eval): Initialize it.
10878
10879 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
10880
10881 * eval.c (Fprogn):
10882 * keyboard.c (Ftrack_mouse):
10883 * print.c (Fwith_output_to_temp_buffer):
10884 * window.c (Fsave_window_excursion): Doc fix.
10885
10886 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10887
10888 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
10889
10890 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
10891
10892 * process.h (struct Lisp_Process): Turn slots infd, outfd,
10893 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
10894 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
10895 read_output_delay, and read_output_skip from Lisp_Objects to ints.
10896 Remove unused encoding_carryover.
10897 * process.c: Adjust all functions accordingly.
10898
10899 2007-07-12 Richard Stallman <rms@gnu.org>
10900
10901 * term.c: Include unistd.h only if HAVE_UNISTD_H.
10902
10903 2007-07-11 Jason Rumney <jasonr@gnu.org>
10904
10905 * makefile.w32-in (LIBS): Include OLE32.
10906
10907 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
10908 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
10909
10910 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10911
10912 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
10913 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
10914 from a Lisp_Object into a bare pointer.
10915 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
10916 Adjust the code correspondingly.
10917
10918 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
10919
10920 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
10921 (term_show_mouse_face): Remove unused var `j'.
10922 (handle_one_term_event): Remove unused vars `i' and `j'.
10923 Don't cast return value of ttyname since it's not necessary.
10924
10925 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10926
10927 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
10928 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
10929
10930 * fns.c (map_char_table): Use an array of int for `indices' rather than
10931 an array of Lisp_Objects (which are only ever integers anyway).
10932 (Fmap_char_table): Update caller.
10933 * lisp.h: Update prototype.
10934 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
10935 * fontset.c (Ffontset_info):
10936 * casetab.c (set_case_table): Update callers.
10937
10938 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
10939
10940 * keymap.c (struct accessible_keymaps_data)
10941 (struct where_is_internal_data): New structures.
10942 (accessible_keymaps_1, where_is_internal_1): Use them to change
10943 interface to adhere to the one used by map_keymap.
10944 (Faccessible_keymaps, where_is_internal): Use map_keymap.
10945 (accessible_keymaps_char_table, where_is_internal_2): Remove.
10946
10947 * keymap.h (map_keymap_function_t): More informative prototype.
10948
10949 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
10950
10951 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
10952 (looking_at_1): Don't change search_regs and last_thing_searched
10953 if `inhibit-changing-match-data' is non-nil.
10954 (string_match_1, search_buffer, set_search_regs): Likewise.
10955 (syms_of_search): Add Lisp level definition for
10956 `inhibit-changing-match-data' and set it to nil.
10957 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
10958 start and end of the match, instead of using values in search_regs.
10959
10960 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10961
10962 * minibuf.c (Fcompleting_read): New value `confirm-only'
10963 for `require-match'.
10964
10965 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10966
10967 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
10968 part of the 2007-06-27 change to syms_of_fileio.
10969
10970 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10971
10972 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
10973 Check WINDOWP before using XWINDOW. Consolidate return statements.
10974
10975 2007-06-27 Richard Stallman <rms@gnu.org>
10976
10977 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
10978
10979 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
10980
10981 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
10982
10983 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10984
10985 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
10986 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
10987 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
10988 (_free_internal, memalign): Use them.
10989 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
10990 Initialize to PTHREAD_MUTEX_INITIALIZER.
10991 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
10992 (morecore_nolock): Rename from morecore. All uses changed.
10993 Use only nolock versions of internal allocation functions.
10994 (_malloc_internal_nolock, _realloc_internal_nolock)
10995 (_free_internal_nolock): New functions created from
10996 _malloc_internal, _realloc_internal, and _free_internal.
10997 (_malloc_internal, _realloc_internal, _free_internal): Use them.
10998 Copy hook value to automatic variable before its use.
10999 (memalign): Copy hook value to automatic variable before its use.
11000
11001 2007-06-26 Kenichi Handa <handa@m17n.org>
11002
11003 * coding.c (Ffind_operation_coding_system): Docstring improved.
11004 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
11005
11006 2007-06-25 David Kastrup <dak@gnu.org>
11007
11008 * keymap.c (Fcurrent_active_maps): Add `position' argument.
11009 (Fwhere_is_internal): Adjust call to `current-active-maps' to
11010 cater for additional parameter.
11011
11012 * keymap.h: Adjust number of parameters to `current-active-maps'.
11013
11014 * doc.c (Fsubstitute_command_keys): Adjust call of
11015 `current-active-maps'.
11016
11017 2007-06-25 David Kastrup <dak@gnu.org>
11018
11019 * callint.c (Fcall_interactively): Make the parsing of interactive
11020 specs somewhat more readable.
11021
11022 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11023
11024 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
11025 to scroll bar gap also when bitmap fills fringe. Draw only foreground
11026 if extended background has already been filled.
11027
11028 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11029
11030 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
11031 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
11032
11033 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
11034 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
11035 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
11036 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
11037 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
11038 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
11039 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
11040 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
11041 Run timers during dialog popup.
11042 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
11043
11044 2007-06-21 Jason Rumney <jasonr@gnu.org>
11045
11046 * image.c (convert_mono_to_color_image): Swap fore and background.
11047
11048 2007-06-20 Jason Rumney <jasonr@gnu.org>
11049
11050 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
11051 (w32_free_bdf_font): Unmap memory not handle.
11052
11053 2007-06-20 Sam Steingold <sds@gnu.org>
11054
11055 * gmalloc.c (__morecore): Fix the declaration to comply with the
11056 definition.
11057
11058 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
11059
11060 * w32term.c (w32_delete_display): Remove leftover declaration.
11061 (w32_define_cursor, w32_initialize): Make static.
11062
11063 * w32.c (_wsa_errlist): Fix typo in error message.
11064 (init_environment): Ignore any environment variable from the
11065 registry having a null value.
11066
11067 2007-06-20 Glenn Morris <rgm@gnu.org>
11068
11069 * Makefile.in (LIBGIF): Default to -lgif.
11070
11071 2007-06-17 Jason Rumney <jasonr@gnu.org>
11072
11073 * w32menu.c (add_menu_item): Don't use multibyte string functions on
11074 unicode strings.
11075
11076 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
11077
11078 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
11079 Fix typo in docstring.
11080
11081 2007-06-16 Eli Zaretskii <eliz@gnu.org>
11082
11083 * w32menu.c (add_menu_item): Escape `&' characters in menu items
11084 and their keybindings.
11085
11086 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
11087
11088 * composite.c (update_compositions): Fix last fix.
11089
11090 2007-06-14 Jason Rumney <jasonr@gnu.org>
11091
11092 * w32.c (get_process_times_fn): New function pointer.
11093 (globals_of_w32): Intialize it if present in kernel32.dll.
11094 (w32_get_internal_run_time): New function.
11095
11096 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
11097
11098 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
11099
11100 * composite.c (update_compositions): Check the validness of
11101 compositions.
11102
11103 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11104
11105 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
11106 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
11107
11108 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
11109 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
11110
11111 * macgui.h (USE_MAC_TOOLBAR): New define.
11112
11113 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
11114 Return immediately unless popup is activated.
11115
11116 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
11117 background to scroll bar gap.
11118 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
11119 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
11120 scroll bars on frame edge. Check fringe background extension.
11121 Don't clear extended fringe background area.
11122 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
11123 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
11124 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
11125 [USE_MAC_TOOLBAR]: New macros.
11126 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
11127 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
11128 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
11129 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
11130 [USE_MAC_TOOLBAR]: New functions.
11131 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
11132 manually if previous repositioning has failed.
11133 (mac_handle_keyboard_event): Use precomputed event kind.
11134 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
11135 as tool bar item click. Handle mouse movement over tool bar items.
11136
11137 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
11138 toolbar_win_gravity.
11139 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
11140 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
11141 Add externs.
11142
11143 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
11144 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
11145
11146 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
11147
11148 * image.c (search_image_cache): Remove unused variable.
11149
11150 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
11151
11152 * xfns.c, xmenu.c: Link to xaw3d if available.
11153
11154 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11155
11156 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
11157 frame_foreground and frame_background.
11158
11159 * image.c (lookup_image): Save frame foreground and background colors.
11160 (search_image_cache): Check if saved and current frame colors match.
11161
11162 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11163
11164 * regex.c (regex_compile): Remove the `regnum' counter.
11165 Use bufp->re_nsub instead. Add support for \(?N:RE\).
11166
11167 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11168
11169 * term.c: Include intervals.h to declare Fget_text_property.
11170
11171 2007-06-10 Jason Rumney <jasonr@gnu.org>
11172
11173 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
11174
11175 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
11176
11177 * callint.c (Fcall_interactively):
11178 * editfns.c (Fdelete_and_extract_region):
11179 * fileio.c (Fread_file_name):
11180 * fns.c (Fmapconcat):
11181 * keyboard.c (cmd_error_internal):
11182 * keymap.c (Fkey_description):
11183 * lread.c (openp):
11184 * minibuf.c (read_minibuf):
11185 * search.c (wordify):
11186 * sunfns.c (sel_read):
11187 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
11188 * xfns.c (x_default_scroll_bar_color_parameter):
11189 * xmenu.c (menu_help_callback):
11190 * xselect.c (Fx_get_atom_name):
11191 * xterm.c (x_term_init): Use empty_unibyte_string.
11192
11193 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
11194
11195 * alloc.c (init_strings): Initialize canonical empty strings.
11196 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
11197 canonical empty string when the requested size is 0.
11198
11199 * emacs.c (empty_unibyte_string): Rename from empty_string.
11200 (empty_multibyte_string): New canonical empty string.
11201 (syms_of_emacs): Don't initialize empty_string.
11202
11203 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
11204 string, if appropriate.
11205 (empty_unibyte_string, empty_multibyte_string): New externs.
11206 (empty_string): Remove extern.
11207
11208 * lread.c (syms_of_lread): Use empty_unibyte_string.
11209
11210 2007-06-07 Jason Rumney <jasonr@gnu.org>
11211
11212 * s/ms-w32.h: Don't define HAVE_TZNAME.
11213
11214 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
11215
11216 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11217
11218 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
11219
11220 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
11221 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
11222
11223 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
11224 Don't call next handler.
11225 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
11226 Remove argument. Install handler to application.
11227 (set_frame_menubar): Don't change deep_p.
11228 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
11229 FRAME_OUTER_TO_INNER_DIFF_Y.
11230 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
11231 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
11232 [HAVE_DIALOGS]: New macros.
11233 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
11234 Use them.
11235 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
11236
11237 * macselect.c [MAC_OSX] (install_service_handler): Rename from
11238 init_service_handler. All callers changed. Return OSStatus value.
11239
11240 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
11241 All callers changed so as not to call SetPortWindowPort.
11242 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
11243 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
11244 mac_draw_string_common.
11245 (mac_draw_image_string_qd): Likewise.
11246 (mac_draw_string_common): Use them. Add INLINE.
11247 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
11248 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
11249 GetGlobalMouse.
11250 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
11251 and FRAME_OUTER_TO_INNER_DIFF_Y.
11252 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
11253 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
11254 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
11255 repositioning window to mac_handle_window_event.
11256 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
11257 saving window location to mac_handle_window_event
11258 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
11259 (install_menu_target_item_handler): Remove argument in extern.
11260 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
11261 Also accept command events.
11262 (do_keystroke): New function created from XTread_socket.
11263 (init_command_handler): Remove functions.
11264 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
11265 and save window location by kEventWindowShowing and kEventWindowHiding
11266 handlers here. Don't call next handler for window state change and
11267 focus events.
11268 (mac_handle_application_event, mac_handle_keyboard_event)
11269 [TARGET_API_MAC_CARBON]: New functions.
11270 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
11271 kEventWindowShowing and kEventWindowHiding events. Move installation
11272 of mouse, font, text input and menu target item handlers to
11273 install_application_handler.
11274 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
11275 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11276 New function.
11277 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11278 Register it.
11279 (XTread_socket) [TARGET_API_MAC_CARBON]:
11280 Consolidate SendEventToEventTarget calls.
11281 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
11282 Move application activation handler to mac_handle_application_event.
11283 Move keyboard handler to mac_handle_keyboard_event.
11284 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
11285 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
11286 init_command_handler. Call install_application_handler.
11287
11288 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
11289 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
11290
11291 2007-06-07 Glenn Morris <rgm@gnu.org>
11292
11293 * emacs.c (main): Use `emacs-copyright' in --version output.
11294
11295 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
11296
11297 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
11298
11299 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11300
11301 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
11302
11303 * macgui.h: Replace WindowPtr with WindowRef.
11304
11305 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
11306 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
11307 Replace ControlHandle with ControlRef.
11308 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
11309
11310 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
11311 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
11312 Replace ControlHandle with ControlRef.
11313 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
11314 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
11315
11316 * macterm.h (struct scroll_bar): Rename member control_handle_low
11317 and control_handle_high to control_ref_low and control_ref_high.
11318 All uses changed.
11319 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
11320 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
11321 respectively. All uses changed.
11322 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
11323 (install_window_handler, remove_window_handler): Replace WindowPtr
11324 with WindowRef in externs.
11325
11326 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
11327
11328 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
11329
11330 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
11331
11332 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
11333
11334 * frame.c (Fmouse_position, Fmouse_pixel_position):
11335 Condition on HAVE_GPM too.
11336
11337 * term.c (term_mouse_highlight): Remove unused variables.
11338 (Fterm_open_connection): Set gpm_zerobased to 1.
11339 (term_mouse_movement, term_mouse_click, handle_one_term_event):
11340 Use zero based co-ordinates.
11341 (handle_one_term_event): Report a drag as mouse movement too.
11342
11343 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
11344
11345 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
11346
11347 * image.c (search_image_cache): New function. Require background
11348 color match if background color is unspecified in the image spec.
11349 (uncache_image, lookup_image): Use it.
11350
11351 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
11352
11353 * window.c (Fshrink_window): Reflow docstring.
11354
11355 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
11356
11357 * Version 22.1 released.
11358
11359 2007-06-01 Richard Stallman <rms@gnu.org>
11360
11361 * xfns.c (x_encode_text): Add GCPRO.
11362
11363 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11364
11365 * xfns.c (x_set_name_internal): Save encoded name before
11366 x_encode_text in case string data is relocated.
11367
11368 2007-05-31 Richard Stallman <rms@gnu.org>
11369
11370 * buffer.c (syms_of_buffer): Doc fix.
11371
11372 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
11373
11374 * sysdep.c (init_sys_modes): Add rather than replace with
11375 O_NONBLOCK.
11376
11377 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
11378 term_mouse_moveto.
11379
11380 * termhooks.h (term_mouse_moveto): New extern.
11381
11382 * term.c (mouse_face_window): Rename...
11383 (Qmouse_face_window): ...to this.
11384 (term_show_mouse_face, term_clear_mouse_face)
11385 (term_mouse_highlight): Use Qmouse_face_window.
11386 (term_mouse_moveto): New function.
11387 (term_mouse_position): Make it work.
11388 (syms_of_term): Uncomment assignment to mouse_position_hook.
11389 Staticpro Qmouse_face_window.
11390
11391 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11392
11393 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
11394 around current_column call.
11395
11396 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
11397
11398 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
11399 * xdisp.c (next_element_from_buffer):
11400 * window.c (delete_window):
11401 * term.c (term_mouse_highlight):
11402 * msdos.c (getdefdir):
11403 * macterm.c (mac_create_bitmap_from_bitmap_data)
11404 (init_font_name_table):
11405 * fns.c (Fsxhash):
11406 * data.c (Fmake_local_variable):
11407 * ccl.c (ccl_driver): Likewise.
11408
11409 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11410
11411 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
11412 Call mac_wakeup_from_rne on window size change.
11413
11414 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
11415
11416 * image.c (uncache_image): Fix typo.
11417
11418 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
11419
11420 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
11421
11422 2007-05-22 Richard Stallman <rms@gnu.org>
11423
11424 * xterm.c (x_connection_closed): Remove NO_RETURN.
11425
11426 2007-05-22 Martin Rudalics <rudalics@gmx.at>
11427
11428 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
11429
11430 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
11431
11432 * image.c (uncache_image): New function.
11433 (Fimage_refresh): New function.
11434
11435 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
11436
11437 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
11438
11439 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
11440
11441 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
11442 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
11443
11444 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
11445
11446 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
11447 conditional on [HAVE_GPM_H].
11448
11449 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11450
11451 * syntax.c (skip_chars): Update syntax-table only after we checked that
11452 the new location is valid.
11453
11454 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11455
11456 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
11457 mac_get_window_bounds.
11458
11459 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
11460
11461 * Makefile.in (LIBGPM): Allow it to be set from configure.
11462 If set then link Emacs with it.
11463
11464 * config.in: Regenerate.
11465
11466 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
11467 New externs.
11468
11469 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
11470 Include gpm.h.
11471 (handle_one_term_event, term_gpm): New externs.
11472
11473 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
11474 and allow it to be interrupted by SIGIO.
11475
11476 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
11477 (wait_reading_process_output): Wait on gpm_fd too.
11478 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
11479 (add_gpm_wait_descriptor_called_flag): New variable.
11480 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
11481
11482 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
11483 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
11484 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
11485 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
11486 (make_lispy_event): Add case GPM_CLICK_EVENT.
11487 (read_avail_input): Handle mouse input.
11488
11489 * term.c (write_glyphs_with_face): New function.
11490 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
11491 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
11492 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
11493 (mouse_face_face_id, term_gpm, pos_x, pos_y)
11494 (last_mouse_x, last_mouse_y): New variables.
11495 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
11496 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
11497 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
11498 (Fterm_close_connection): New functions.
11499 (term_init): Initialise mouse_face_window.
11500
11501 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
11502
11503 * xdisp.c (redisplay_window): If first window line is a
11504 continuation line, recompute the new window start instead of
11505 recentering.
11506
11507 2007-05-18 Glenn Morris <rgm@gnu.org>
11508
11509 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
11510 Suggested by Alfred M. Szmidt <ams@gnu.org>.
11511
11512 2007-05-17 Glenn Morris <rgm@gnu.org>
11513
11514 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
11515
11516 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11517
11518 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
11519 dead key repeat and up events.
11520
11521 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
11522
11523 * image.c (pbm_load): Check image size for monochrome pbm.
11524
11525 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
11526
11527 * xterm.c (XTread_socket): Revert last change.
11528
11529 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
11530
11531 * image.c (pbm_load): Correctly check image size for greyscale pbm.
11532
11533 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
11534
11535 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11536
11537 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
11538 mixup (YAILOM).
11539
11540 2007-05-07 Andreas Schwab <schwab@suse.de>
11541
11542 * keymap.c (Flookup_key): Fix typo in last change.
11543
11544 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11545
11546 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
11547 mapping for unibyte strings.
11548
11549 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11550
11551 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
11552 (Fx_popup_dialog) [MAC_OSX]: Likewise.
11553
11554 2007-04-29 Richard Stallman <rms@gnu.org>
11555
11556 * insdel.c (replace_range): For undo, record insertion first.
11557
11558 2007-04-29 Andreas Schwab <schwab@suse.de>
11559
11560 * lisp.h (VECSIZE): Use OFFSETOF.
11561
11562 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11563
11564 * xdisp.c (try_window_reusing_current_matrix): Fix number of
11565 disabled lines.
11566
11567 2007-04-28 Richard Stallman <rms@gnu.org>
11568
11569 * lread.c (read_escape): In a string, \s is always space.
11570
11571 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
11572
11573 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
11574
11575 * gtkutil.c (xg_update_menubar, create_menus): Create empty
11576 submenu for menu bar items.
11577
11578 See ChangeLog.10 for earlier changes.
11579
11580 ;; Local Variables:
11581 ;; coding: utf-8
11582 ;; add-log-time-zone-rule: t
11583 ;; End:
11584
11585 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
11586
11587 This file is part of GNU Emacs.
11588
11589 GNU Emacs is free software: you can redistribute it and/or modify
11590 it under the terms of the GNU General Public License as published by
11591 the Free Software Foundation, either version 3 of the License, or
11592 (at your option) any later version.
11593
11594 GNU Emacs is distributed in the hope that it will be useful,
11595 but WITHOUT ANY WARRANTY; without even the implied warranty of
11596 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11597 GNU General Public License for more details.
11598
11599 You should have received a copy of the GNU General Public License
11600 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11601
11602 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40