Add todo.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
f8eb1603
AS
12008-05-26 Andreas Schwab <schwab@suse.de>
2
5a9c35e5
AS
3 * xselect.c (x_reply_selection_request): Properly handle format ==
4 32. Always send multiples of format size.
5
f8eb1603
AS
6 * xterm.c (x_set_frame_alpha): Fix type mismatch.
7
ba93d684
JR
82008-05-26 Jason Rumney <jasonr@gnu.org>
9
10 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
dc6cf568 11 (compute_metrics): Don't set failure if we just cleared the cache.
dc49f376
JR
12 (w32_weight_table): Remove unused variable.
13 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
14 backwards compatibility.
ba93d684 15
505ecc49
KH
162008-05-25 Kenichi Handa <handa@m17n.org>
17
18 * w32term.c (x_draw_glyph_string): Fix calculation of underline
19 position.
20
21 * xterm.c (x_draw_glyph_string): Fix calculation of underline
22 position.
23
24 * xfaces.c: Delete unused function prototypes.
25 (xstrlwr, font_frame): Delete them.
26 (clear_face_cache): Delete unused variable.
27
28 * xftfont.c (xftfont_open): Delete unused variable. If
29 underline_thickness is not 1, adjust underline_position.
30
31 * ftxfont.c (ftxfont_open): Delete unused variable.
32
33 * fontset.c (face_for_char): Optimize for the case of no charset
34 property.
35
36 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
37 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
38 (otf_open, font_otf_capability, generate_otf_features)
39 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
40 Commented out by surrounding "#if 0" and "#endif" for the moment.
41 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
42 (syms_of_font): Codes for accessing above commented out.
43
f481eb31
EZ
442008-05-24 Eli Zaretskii <eliz@gnu.org>
45
46 * w32proc.c: Include dispextern.h.
47
48 * w32.c: Include dispextern.h.
49
20746fe4
JB
502008-05-23 Juanma Barranquero <lekktu@gmail.com>
51
52 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
53 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
54 Fix typos in docstrings.
55
e7150846
JR
562008-05-23 Jason Rumney <jasonr@gnu.org>
57
20746fe4 58 * xsmfns.c: Remove includes that are already included by config.h.
e7150846 59
dbf46ba6
KH
602008-05-23 Kenichi Handa <handa@m17n.org>
61
6c652beb
KH
62 * charset.c (Qemacs, charset_emacs): New variables.
63 (char_charset): Fix for non-Unicode characters.
64 (syms_of_charset): Define charset_emacs.
65
baf4d3b3 66 * w32term.c (x_draw_glyph_string): Be sure to update
328fab2a
KH
67 s->underline_thickness and s->underline_position. Be sure to draw
68 underline within the current line area.
baf4d3b3
KH
69
70 * xterm.c (x_draw_glyph_string): Be sure to update
328fab2a 71 s->underline_thickness and s->underline_position. Be sure to draw
90dc78a3 72 underline within the current line area.
baf4d3b3 73
dbf46ba6
KH
74 * fontset.c: Delete unused variables and add casting for char *
75 throughout the file.
76 (fontset_font): Try the fallback fonts of the current fontset
77 before consulting the default fontset.
78
79 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
80
81 * xfont.c (xfont_list_pattern): Free names returned from
82 XListFonts.
83
3b780338
JR
842008-05-22 Jason Rumney <jasonr@gnu.org>
85
20746fe4 86 * font.c: Don't include strings.h.
577eba22 87
20746fe4 88 * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.
05131107 89
20746fe4
JB
90 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
91 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
b1722a46
EZ
92 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
93 to call xstrcasecmp.
05131107 94
b1722a46 95 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
3b780338 96
b1722a46 97 * fontset.c (fs_query_fontset): Use xstrcasecmp.
3b780338 98
b1722a46 99 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
3b780338 100
b1722a46 101 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
3b780338 102
a30e1957
KH
1032008-05-22 Kenichi Handa <handa@m17n.org>
104
20746fe4 105 * puresize.h (BASE_PURESIZE): Increase to 1220000.
955b979c 106
20746fe4 107 * font.c (font_prop_validate_style): Adjust for the format
64b900e3
KH
108 change of font_style_table.
109
a30e1957
KH
110 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
111 two args.
112
113 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
114 two args.
115
631248e5
SM
1162008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * minibuf.c (keys_of_minibuf): Delete.
119 * lisp.h (keys_of_minibuf): Delete.
120 * emacs.c (main): Don't call keys_of_minibuf.
121
318548be
KH
1222008-05-22 Kenichi Handa <handa@m17n.org>
123
631248e5 124 * ftfont.c (ftfont_resolve_generic_family): Rename from
318548be
KH
125 ftfont_list_generic_family. Return a single family for each
126 generic family.
127 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
20746fe4
JB
128 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
129 Call font_add_log.
318548be
KH
130 (ftfont_match): Call font_add_log.
131
132 * font.h (Ffont_xlfd_name): EXFUN adjusted.
133 (FONT_DEBUG): Define it.
134 (font_add_log): Extern it.
631248e5 135 (font_assert): Rename from xassert.
318548be
KH
136
137 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
138 (xfont_list_family): Call font_add_log.
139 (xfont_match): Likewise.
631248e5 140 (memq_no_quit): Delete.
318548be
KH
141
142 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
143 call of Ffont_xlfd_name.
144
145 * xfaces.c (struct table_entry, slant_table, weight_table)
631248e5 146 (swidth_table): Move to font.c.
318548be
KH
147
148 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
631248e5 149 xassert are changed to font_assert. Delete many unused variables.
20746fe4
JB
150 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
151 New variables.
631248e5
SM
152 (struct table_entry): Move from xfaces.c and modified.
153 (weight_table, slant_table, width_table): Move from xfaces.c and
318548be 154 contents adjusted for the change of struct table_entry.
20746fe4 155 (font_style_to_value, font_style_symbolic): Adjust for the
64b900e3 156 format change of font_style_table.
318548be
KH
157 (font_parse_family_registry): Don't overwrite existing foundry and
158 family of font_spec.
159 (font_score): Fix calculation of diff for sizes.
160 (font_sort_entites): Call font_add_log.
161 (font_delete_unmatched): Return a newly created list.
162 (font_list_entities): Fix previous change. Call font_add_log.
20746fe4
JB
163 (font_matching_entity, font_open_entity, font_close_entity):
164 Call font_add_log.
318548be 165 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
631248e5 166 (Finternal_set_font_style_table): Delete.
318548be
KH
167 (BUILD_STYLE_TABLE): New macro.
168 (build_style_table): New function.
169 (Vfont_log, font_log_env_checked): New variables.
170 (font_add_log): New function.
171 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
172 Declare Lisp variables "font-weight-table", "font-slant-table",
173 "font-width-table", and "font-log". Initialize font_style_table.
174
6aac1c03
DN
1752008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
176
bcc850aa 177 * xterm.c (x_set_frame_alpha): Move declarations before statements.
6aac1c03 178
7950790f
GM
1792008-05-21 Seiji Zenitani <zenitani@mac.com>
180 Ryo Yoshitake <ryo@shiftmode.net>
a2979e8e 181
7950790f 182 * frame.c (Qalpha): Add a new frame parameter `alpha'.
bcc850aa 183 (Vframe_alpha_lower_limit): New variable.
b9fb2c45 184 (x_set_alpha): New function.
a2979e8e 185
7950790f 186 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
a2979e8e 187
7950790f
GM
188 * xfns.c (x-create-frame, Qalpha):
189 Initialize the frame parameter `alpha'.
b9fb2c45
GM
190 * xterm.c (OPAQUE, OPACITY): New.
191 (x_set_frame_alpha): New function.
192 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
a2979e8e 193
7950790f
GM
194 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
195 * w32fns.c (w32_frame_parm_handlers): Likewise.
a2979e8e 196
5c2a72d9
JR
1972008-05-20 Jason Rumney <jasonr@gnu.org>
198
20746fe4
JB
199 * w32font.c (add_font_entity_to_list): Don't add non-opentype
200 truetype fonts to opentype list.
5c2a72d9 201
eb152aa9
JB
2022008-05-20 Juanma Barranquero <lekktu@gmail.com>
203
204 * fontset.c (Ffontset_info): Doc fix.
205 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
206 <ignore-relative-composition>: Fix typos in docstrings.
207
208 * font.c (syms-of-font) <font-encoding-alist>:
209 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
210 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
211 (Ffont_otf_alternates): Doc fixes.
212
ad00e1a3
KH
2132008-05-20 Kenichi Handa <handa@m17n.org>
214
215 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
216 font.h through out the file.
217 (FONT_DRIVERS): Renamed from FONTOBJ.
12855572 218 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
ad00e1a3
KH
219 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
220
221 * emacs.c (main): Call syms_of_font unconditionally.
222
223 * font.h (find_font_encoding): Extern it.
224
225 * font.c (Vfont_encoding_alist, find_font_encoding): Moved from
226 fontset.c.
227 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
228 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
229 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
230 only when HAVE_WINDOW_SYSTEM is defined.
231 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
232 when HAVE_WINDOW_SYSTEM is defined.
233
234 * fontset.c (Vfont_encoding_alist, find_font_encoding): Moved to
235 font.c.
236 (syms_of_fontset): Declaration of font-encoding-alist moved to
237 font.c.
238
239 * xfaces.c: Include font.h unconditionally.
240 (merge_face_ref, merge_face_vectors)
241 (Finternal_set_lisp_face_attribute): Cancel the previous change.
242
40a69fac
SM
2432008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
246 indirect_variable.
247 * eval.c (lisp_indirect_variable): New fun.
248 (Fuser_variable_p): Use it.
249
8c2dccbf
SM
2502008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
251
ad97b375
SM
252 * lisp.h (indirect_variable):
253 * data.c (indirect_variable, let_shadows_buffer_binding_p):
254 Use Lisp_Symbol pointers rather than Lisp_Object.
255 Adjust callers.
256 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
257 To this end, change calling-convention.
258
8c2dccbf
SM
259 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
260 if some non-hidden buffers are selected by string&pred.
261
ad97b375
SM
2622008-05-19 Chong Yidong <cyd@stupidchicken.com>
263
264 * process.c (wait_reading_process_output): Always check status
265 when in batch mode.
266
25b81df4
KH
2672008-05-19 Kenichi Handa <handa@m17n.org>
268
269 * font.c (font_list_entities): Fix handling of cache.
270 (font_matching_entity): Likewise.
271
8c2dccbf 272 * ftfont.c (cs_iso8859_1): Delete.
25b81df4
KH
273 (ft_face_cache): New variable.
274 (struct ftfont_info): New member fc_charset_idx;
8c2dccbf 275 (ftfont_build_basic_charsets): Delete.
25b81df4
KH
276 (fc_charset_table): New variable.
277 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
278 . FC_CHARSET_IDX) as :font-entity property in the font entity.
279 Callers changed.
dde8403f 280 (ftfont_lookup_cache, ftfont_get_charset): New functions.
8c2dccbf
SM
281 (ftfont_spec_pattern): New argument fc_charset_idx.
282 Check registry more rigidly. Change callers.
a2979e8e 283 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
25b81df4
KH
284 change of :font-entity property of the font.
285
a2979e8e 286 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
25b81df4
KH
287 property of the font.
288
d4a1d553
JB
2892008-05-18 Juanma Barranquero <lekktu@gmail.com>
290
291 * coding.c (Fcoding_system_p): Rename argument to match docstring.
292 (Funencodable_char_position, Fcheck_coding_systems_region)
293 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
294 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
295 (Ffind_operation_coding_system, Fset_coding_system_priority)
296 (Fcoding_system_eol_type): Doc fixes.
297
07cfc4e7
GM
2982008-05-17 Glenn Morris <rgm@gnu.org>
299
300 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
301
1cab27d2
EZ
3022008-05-16 Eli Zaretskii <eliz@gnu.org>
303
304 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
305 and st_gid.
306
dde8403f 307 * frame.c (Fdelete_frame): Don't call font_update_drivers if
1cab27d2
EZ
308 HAVE_WINDOW_SYSTEM is not defined.
309
310 * xfaces.c (merge_face_ref, merge_face_vectors)
311 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
312 HAVE_WINDOW_SYSTEM is defined.
313 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
314
86b89713
SM
3152008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
318
6750bd93
YM
3192008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
320
62867b11 321 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
6750bd93 322
79f105c9
KH
3232008-05-15 Kenichi Handa <handa@m17n.org>
324
325 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
326 preference.
327
6b33da9f
GM
3282008-05-15 Glenn Morris <rgm@gnu.org>
329
330 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
331
d0e4433b
CY
3322008-05-15 Chong Yidong <cyd@stupidchicken.com>
333
334 * fns.c (init_fns): Don't initialize weak_hash_tables here.
335 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
336
337 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
338
5f2d79e0
KH
3392008-05-15 Kenichi Handa <handa@m17n.org>
340
fd8a1cae
KH
341 * ftfont.c (ftfont_list): Downcase family name to check generic
342 families.
343
344 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
345 font-spec for QCfont value.
346
5f2d79e0
KH
347 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
348 buffer. Check the return value of it.
349
e5e29349
JR
3502008-05-14 Jason Rumney <jasonr@gnu.org>
351
352 * w32term.c (w32_get_glyph_overhangs): Remove.
353 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
354
1f09f444
KH
3552008-05-14 Kenichi Handa <handa@m17n.org>
356
357 * font.c (font_prop_validate): Make nil a valid value.
be9442ad
KH
358 (font_clear_cache): Check if the cached vector of entities is nil
359 or not.
1f09f444 360
ecae6af9 3612008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
f8240abd
YM
362
363 * emacs.c (main_thread): Conditionalize on
364 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
365 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
366
367 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
368 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
369 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
370
c6b278e7
KH
3712008-05-14 Kenichi Handa <handa@m17n.org>
372
373 * coding.c (detect_coding_iso_2022): Ignore a coding category that
374 has no corresponding coding system.
375
3762008-05-14 Jason Rumney <jasonr@gnu.org>
377
378 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
379
380 * w32font.h (w32font_open_internal): Update declaration.
381
382 * w32font.c (w32font_open_internal): Change last argument from
383 w32font_info struct to font object. Fill in font object from
384 font_entity. Get Outline metrics if possible. Use them to
385 calculate underline position and thickness. Use xlfd name as name
386 property. Don't set codepage.
387 (w32font_open): Pass font_object to w32font_open_internal. Don't
388 update dpyinfo->smallest_font_height and
389 dpyinfo->smallest_char_width.
390 (w32font_draw): Use s->font.
391 (clear_cached_metrics): Don't clear non-existent blocks.
392
393 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
394 font was not found.
395 (x_draw_glyph_string): Use underline position and thickness from
396 font.
397
398 * w32uniscribe.c (uniscribe_open): Pass font_object to
399 w32font_open_internal.
400
4012008-05-14 Kenichi Handa <handa@m17n.org>
402
403 These changes are to delete all legacy font-handling codes, and
404 make Emacs use only font-backends.
405
406 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
407 (frame.o, image.o, print.o): Depend on $(FONTSRC).
408
409 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
410
411 * charset.h (Vcharset_non_preferred_head)
412 (Vcurrent_iso639_language): Extern them.
413
414 * charset.c (Vcharset_non_preferred_head): New variable.
415 (Vcurrent_iso639_language): New variable.
416 (syms_of_charset): Declare it as a Lisp variable.
417 (char_charset): Don't check non preferred charsets. As a last
418 resort, return charset_unicode.
419 (Fset_charset_priority): Update Vcharset_non_preferred_head.
420
421 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
422 conditionals. Don't check enable_font_backend. Delete all codes
423 used only when USE_FONT_BACKEND is not defined.
424
425 * dispextern.h (struct glyph_string): Change type of `font' to
426 `struct font *'.
427 (struct glyph_string): New member underline_position and
428 underline_thickness.
429 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
430 (struct face): Change type of `font' to `struct font *'. Remove
431 members `font_name', `font_info_id'.
432 (per_char_metric, encode_char): Delete externs.
433 (calc_pixel_width_or_height): Adjust the prototype.
434
435 * emacs.c (enable_font_backend): Delete extern.
436 (main): Don't set enable_font_backend. Don't check the command
437 line argument "-disable-font-backend".
438
439 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
440 (enum font_property_index): New members FONT_DPI_INDEX,
441 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
442 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
443 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
444 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
445 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
446 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
447 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
448 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
449 (struct font_spec, struct font_entity): New structs.
450 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
451 (struct font): Many members from old "struct font_info" moved to
452 here. Members font and entity deleted.
453 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
454 the new font-related objects.
455 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
456 (CHECK_FONT_GET_OBJECT): Likewise.
457 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
458 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
459 (struct font_driver): New members case_sensitive anc check. Type
460 of the member list and open changed.
461 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
462 (font_symbolic_width, font_find_object, font_get_spec)
463 (font_set_lface_from_name): Delete extern.
20746fe4 464 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
c6b278e7
KH
465
466 * font.c: Include <strings.h>.
467 (enable_font_backend): Delete it.
468 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
469 (CHECK_VALIDATE_FONT_SPEC): Delete it.
470 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
471 (null_string): Delete it.
472 (null_vector): Make it static.
473 (font_family_alist): Delete it.
474 (Qnormal): Extern it.
475 (QCextra, QClanguage): Delete it.
20746fe4 476 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
c6b278e7
KH
477 (font_make_spec, font_make_entity, font_make_object)
478 (font_intern_prop): Renamed from intern_downcase. Don't downcase
479 the string. Callers changed.
480 (font_pixel_size): Adjusted for the format change of font-related
481 objects.
482 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
483 (font_style_to_value, font_style_symbolic): New function.
484 (build_font_family_alist): Delete it.
485 (font_registry_charsets): Use Fassoc_string instead of
486 assq_no_quit.
487 (font_prop_validate_symbol): Don't return null_string.
488 (font_prop_validate_style): Adjusted for the change of
489 style-related values in a font vector.
20746fe4 490 (font_property_table): Delete entries for QClanguage and
c6b278e7
KH
491 QCantialias, add entries for QCavgwidth.
492 (get_font_prop_index): Delete the 2nd argument FROM.
493 (font_prop_validate): Arguments changed.
494 (font_put_extra): Adjusted for the change of font-related objects.
495 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
496 (font_parse_fcname, font_unparse_fcname)
497 (font_prepare_composition): Likewise.
498 (font_parse_family_registry): Renamed from font_merge_old_spec.
499 (otf_open): Delete the 1st arg entity.
500 (font_otf_capability): Adjusted for the above change.
501 (font_score): New arg alternate_families. Adjusted for the change
502 of font-related objects.
503 (font_sort_entites): New arg best_only.
504 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
505 Delete them.
506 (font_match_p): Check alternate families.
507 (font_find_object): Delete it.
508 (font_check_object): New function.
509 (font_clear_cache): Adjusted for the change of font-related
510 objects.
511 (font_delete_unmatched): New arg.
512 (font_list_entities): Call font_driver->list with a spec that
513 doesn't specify style-related properties.
514 (font_matching_entity): Arguments changed. Caller changed.
515 (font_open_entity): Adjusted for the change of font-related
516 objects.
517 (font_close_object, font_has_char, font_encode_char)
518 (font_get_name, font_get_spec): Likewise.
519 (font_spec_from_name, font_clear_prop, font_update_lface): New
520 functions.
521 (font_find_for_lface, font_open_for_lface, font_load_for_lface):
522 (font_prepare_for_face, font_done_for_face, font_open_by_name)
523 (font_at): Adjusted for the change of font-related objects.
524 (font_range): New function.
525 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
526 (Ffont_xlfd_name): Adjusted for the change of font-related
527 objects.
528 (Fcopy_font_spec, Fmerge_font_spec): New function.
529 (Ffont_family_list): Renamed from list-families.
530 (Finternal_set_font_style_table): Arguments changed.
531 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
532 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
533 change of font-related objects.
534 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new
535 symboles.
536
537 * fontset.h (struct font_info): Delete it. Most memnbers go to
538 struct font.
539 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
540 (enum FONT_SPEC_INDEX): Delete it.
541 (font_info, list_fonts_func, load_font_func, query_font_func)
542 (set_frame_fontset_func, find_ccl_program_func)
543 (get_font_repertory_func, new_fontset_from_font_name): Delete
544 externs.
545 (fontset_from_font_name): Extern it.
546 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
547 (FONT_INFO_FROM_FACE): Deleted.
548 (face_for_font): Adjust prototype.
549
550 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
551 conditionals. Don't check enable_font_backend. Delete all codes
552 used only when USE_FONT_BACKEND is not defined.
553 (get_font_info_func, list_font_func, load_font_func)
554 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
555 (get_font_repertory_func): Delete them.
556 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
557 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
558 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
559 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
560 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
561 (fontset_compare_rfontdef): New function.
562 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
563 ront-defs by qsort. Adjusted for the change of font-group vector.
564 (load_font_get_repertory): Deleted.
565 (fontset_find_font): Use new macros to ref/set elements of
566 font-def and rfont-def.
567 (fontset_font): Fix the timing of remembering that no font for C.
568 (free_face_fontset): Do nothing if the face has no fontset.
569 (face_suitable_for_char_p): Use new macros to ref/set elements of
570 rfont-def.
571 (face_for_char): Likewise. Call face_for_char with font_object.
572 (fs_load_font): Delete. Delete #pragma surrounding it.
573 (fs_query_fontset): Use strcasecmp instead of strcmp.
574 (generate_ascii_font_name): Adjusted for the format change of
575 font-spec.
576 (Fset_fontset_font): Likewise. Use new macros to set elements of
577 font-def.
578 (Fnew_fontset): Use font_unparse_xlfd to generate
579 FONTSET_ASCII (fontset).
580 (new_fontset_from_font_name): Deleted.
581 (fontset_from_font): Renamed from new_fontset_from_font. Check if
582 a fontset is already created for the font. FIx updating of
583 Vfontset_alias_alist.
584 (fontset_ascii_font): Deleted.
585 (Ffont_info): Adjusted for the format change of font-spec.
586 (Finternal_char_font): Likewise.
587 (Ffontset_info): Likewise.
588 (syms_of_fontset): Don't check load_font_func.
589
590 * fns.c (internal_equal): Handle PREV_FONT.
591
592 * frame.h: Delete USE_FONT_BACKEND conditional.
593
594 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
595 conditionals. Don't check enable_font_backend. Delete all codes
596 used only when USE_FONT_BACKEND is not defined.
597 (x_set_font): Call x_new_font, not x_new_fontset2.
598 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
599 already set for the frame.
600
601 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
602 a font-entity by font_make_entity. Use font_intern_prop instead
603 of intern_downcase. Use FONT_SET_STYLE to set a style-related
604 font property. If a font is scalable, set avgwidth property to 0.
605 Set font-entity property by font_put_extra.
606 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
607 (ffont_driver): Adjusted for the change of struct font_driver.
608 (ftfont_spec_pattern): New function.
609 (ftfont_list): Return a list, not vector.
610 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
611 (ftfont_list_family): Don't downcase names.
612 (ftfont_free_entity): Deleted.
613 (ftfont_open): Return a font-ojbect. Adjusted for the change of
614 struct font. Get underline_thickness and underline_position from
615 font property. Don't update dpyinfo->smallest_font_height and
616 dpyinfo->smallest_char_width.
617 (ftfont_close): Don't free `struct font'.
618 (ftfont_has_char): Adjusted for the format change of font-entity.
619 (ftfont_encode_char, ftfont_text_extents): Likewise.
620
621 * ftxfont.c (ftxfont_list): Return a list, not vector.
622 (ftxfont_open): Return a font-ojbect. Adjusted for the change of
623 struct font. Get underline_thickness and underline_position from
624 font property. Don't update dpyinfo->smallest_font_height and
625 dpyinfo->smallest_char_width.
626 (ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts.
627 (ftxfont_draw): Adjusted for the change of struct font.
628
629 * image.c (image_ascent): Don't include "charset.h". Include
630 "character.h" and "font.h".
631
632 * lisp.h (enum pvec_type): New member PREV_FONT.
633 (Fassoc_string): EXFUN it.
634
635 * print.c: Include font.h.
636 (print_object): Handle font-related objects.
637
638 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
639 conditionals. Don't check enable_font_backend. Delete all codes
640 used only when USE_FONT_BACKEND is not defined.
641 (handle_auto_composed_prop): Do nothing if it->f is not on a
642 window system. Check how many following characters can be
643 displayed by the same font.
644 (calc_pixel_width_or_height): Type of the 4th arg is changed to
645 'struct font *'.
646 (get_char_face_and_encoding): Assign the whole encoding task to
647 the `encode-char' method of a font driver.
648 (fill_composite_glyph_string): Adjusted for the change of `struct
649 face' and `struct glyph_string'.
650 (fill_glyph_string): Likewise.
651 (get_per_char_metric): Arguments changed.
652 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
653 and `struct glyph_string'.
654 (produce_stretch_glyph, calc_line_height_property)
655 (x_produce_glyphs): Likewise.
656
657 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
658 conditionals. Don't check enable_font_backend. Delete all codes
659 used only when USE_FONT_BACKEND is not defined. Use
660 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
661 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
662 (Qp): Extern them.
663 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
664 Deleted.
665 (struct font_name): Deleted.
666 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
667 (compare_fonts_by_sort_order): New function.
668 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
669 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
670 Deleted.
671 (Fx_family_fonts): Use font_list_entities, and sort fonts by
672 compare_fonts_by_sort_order.
673 (Fx_font_family_list): Call Ffont_family_list.
674 (face_numeric_value, face_numeric_weight, face_numeric_slant)
675 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
676 (face_symbolic_slant, face_symbolic_swidth)
677 (split_font_name_into_vector, build_font_name_from_vector)
678 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
679 (font_rescale_ratio, split_font_name, build_font_name)
680 (free_font_names, sort_fonts, x_face_list_fonts)
681 (face_font_available_p, sorted_font_list, cmp_font_names)
682 (font_list_1, concat_font_list, font_list, remove_duplicates):
683 Deleted.
684 (Fx_list_fonts): Use Ffont_list.
685 (LFACE_AVGWIDTH): Deleted.
686 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
687 by FONTP.
688 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
689 (set_lface_from_font_name): Delete it.
690 (set_lface_from_font): Renamed from
691 set_lface_from_font_and_fontset. Caller changed. Don't set
692 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
693 for face.
694 (merge_face_vectors): Copy font-spec if necessary. Clear
695 properties of the font-spec if necessary.
696 (merge_face_ref): Clear properties of the font-spec if necessary.
697 (Finternal_set_lisp_face_attribute): Likewise.
698 (set_font_frame_param): Use font_load_for_lface to load a
699 font-object, and call Fmodify_frame_parameters with it.
700 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
701 font name by Ffont_xlfd_name.
702 (Finternal_lisp_face_attribute_values): Don't check QCweight,
703 QCslant, and QCwidth.
704 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
705 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
706 Compare fonts by EQ.
707 (lookup_non_ascii_face): Deleted.
708 (face_for_font): The 2nd argument changed.
709 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH. Check
710 atomic font properties by case insensitive.
711 (realize_non_ascii_face): Set face->overstrike correctly.
712 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
713 (dump_realized_face): Get font name from
714 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
715
716 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
717 conditionals. Don't check enable_font_backend. Delete all codes
718 used only when USE_FONT_BACKEND is not defined.
719 (xic_create_xfontset): Original code deleted and renamed from
720 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
721 (x_make_gc): Don't set GCFont in GCs.
722 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
723 opened by "fixed".
724 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
725 find_ccl_program_func, query_font_func, set_frame_fontset_func,
726 get_font_repertory_func.
727
728 * xfont.c: Include <stdlib.h> and "ccl.h".
729 (struct xfont_info): New structure.
730 (xfont_query_font): Deleted.
731 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
732 moved from xterm.c.
733 (xfont_driver): Adjusted for the change of struct font_driver.
734 (compare_font_names): New function.
735 (xfont_list_pattern): Sort font names case insensitively. Make
736 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
737 (xfont_list): Return a list, not vector.
738 (xfont_match): If the font doesn't have QCname property, generate
739 a name from the other font properties.
740 (xfont_open): Return a font-ojbect. Adjusted for the change of
741 struct font. Get underline_thickness and underline_position from
742 font property. Don't update dpyinfo->smallest_font_height and
743 dpyinfo->smallest_char_width.
744 (xfont_close): Don't free struct font.
745 (xfont_prepare_face): Adjusted for the change of struct font.
746 (xfont_done_face): Deleted.
747 (xfont_has_char): Adjusted for the change of struct font.
748 (xfont_encode_char, xfont_draw): Likewise.
749 (xfont_check): New function.
750
751 * xftfont.c (xftfont_list): Adjusted for the change of `list'
752 callback function.
753 (xftfont_match): Adjusted for the fontmat change of font-entity.
754 (xftfont_open): Adjusted for the format change of font-entity and
755 font-object. Adjusted for the change of struct font. Return a
756 font-object. Don't update dpyinfo->smallest_font_height and
757 dpyinfo->smallest_char_width.
758 (xftfont_close): Block input while calling XftFontClose.
759 (xftfont_prepare_face): Don't block input while calling
760 xftfont_get_colors. Adjusted for the change of struct font.
761 (xftfont_shape): Return value of error case fixed.
762
763 * xrdb.c (x_load_resources): Don't setup a fontset resource.
764
765 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
766 conditionals.
767 (FONT_WIDTH): Return (f)->max_width.
768 (struct x_display_info): Delete member `font'.
769 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
770 (x_find_ccl_program, x_get_font_repertory): Delete externs.
771 (struct x_output): Change type of `font' to `struct font *'.
772
773 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
774 conditionals. Don't check enable_font_backend. Delete all codes
775 used only when USE_FONT_BACKEND is not defined. Don't include
776 ccl.h.
777 (x_per_char_metric, x_encode_char): Deleted.
778 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
779 (x_compute_glyph_string_overhangs): Adjusted for the change of
780 `struct face'
781 (x_draw_glyph_string_foreground)
782 (x_draw_composite_glyph_string_foreground): Likewise.
783 (x_draw_glyph_string): Likewise. Use font->underline_position and
784 font->underline_thickness.
785 (x_new_font): Renamed from x_new_fontset2.
786 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
787 (x_check_font): Call `check' method of a font driver.
788 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
789 (x_query_font, x_get_font_repertory): Deleted.
790 (x_find_ccl_program): Renamed and moved to xfont.c.
791 (x_redisplay_interface): Adjusted for the change of `struct
792 redisplay_interface'.
793
794 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
795 conditionals. Don't check enable_font_backend. Delete all codes
796 used only when USE_FONT_BACKEND is not defined. Surround non-used
797 code by "#ifdef OLD_FONT" and "endif".
798 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
799
800 * w32font.h (struct w32font_info): New member.
801 (FONT_COMPAT): New macro.
802 (w32font_open_internal): Prototype adjusted.
803
804 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
805 OLD_FONT" and "endif".
806
807 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
808 conditionals. Don't check enable_font_backend. Delete all codes
809 used only when USE_FONT_BACKEND is not defined.
810 (w32font_open): Return a font-object. Make a font-object by
811 font_make_object. Adjusted for the change of struct w32font_info.
812 (w32font_close): Don't free struct font. Adjusted for the change
813 of struct w32font_info.
814 (w32font_encode_char, w32font_text_extents, w32font_draw):
815 Adjusted for the change of struct w32font_info.
816 (w32font_draw): Likewise.
817 (w32font_list_internal): Return a list, not vector.
818 (w32font_open_internal): Change the 4th arg to font-object.
819 Adjusted for the change of struct w32font_info and font-object
820 format.
821 (add_font_name_to_list): Don't downcase names.
822 (w32_enumfont_pattern_entity): Make a font-entity by
823 font_make_entity. Adjusted for the format change of font-entity.
824 Use FONT_SET_STYLE to set a style-related font property. If a
825 font is scalable, set avgwidth property to 0. Set font-entity
826 property by font_put_extra.
827 (font_matches_spec): Adjusted for the format change of
828 font-entity.
829 (w32_weight_table, w32_decode_weight): New variables.
830 (w32_encode_weight): New function.
831 (fill_in_logfont): Adjusted for the format change of font-spec.
832 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
833 weight value.
834 (w32font_driver): Adjusted for the change of struct font_driver.
835
836 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
837 conditionals. Don't check enable_font_backend. Surround non-used
838 code by "#ifdef OLD_FONT" and "endif".
839 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
840 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
841
842 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
843 conditionals. Don't check enable_font_backend. Delete all codes
844 used only when USE_FONT_BACKEND is not defined. Surround non-used
845 code by "#ifdef OLD_FONT" and "endif".
846
847 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
848 (uniscribe_open): Return value changed to font-object. Adjusted
849 for the format change of font-object.
850 (uniscribe_otf_capability): Adjusted for the change of struct
851 font.
852 (add_opentype_font_name_to_list): Don't downcase names.
853 (uniscribe_font_driver): Adjusted for the change of struct
854 font_driver.
855
f9d4c199
CY
8562008-05-13 Chong Yidong <cyd@stupidchicken.com>
857
858 * dispnew.c (update_frame_1): Check if tty output is still valid
859 before flushing it.
860
44f249c0
JD
8612008-05-13 Jan Djärv <jan.h.d@swipnet.se>
862
863 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
864 to Gtk+ menus.
865
01bb4018
SM
8662008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
867
3271a8f5
SM
868 * dired.c (file_name_completion): Tweak the code so as to always do it
869 in a single pass. Tighten the scope of some variables.
870
01bb4018
SM
871 * dired.c (Qdefault_directory): New var.
872 (file_name_completion): Use it instead of Fexpand_file_name.
873 (syms_of_dired): Initialize it.
874
728bb8e0
SM
8752008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * fileio.c (double_dollars): Remove dead code.
878
ed4c17bb
EZ
8792008-05-10 Eli Zaretskii <eliz@gnu.org>
880
6c5665e9
EZ
881 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
882 Mention w32-get-true-file-attributes in doc string.
883
ed4c17bb
EZ
884 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
885
71e1f69d
GM
8862008-05-09 Glenn Morris <rgm@gnu.org>
887
888 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
889 2008-04-23.
890
ee7a2e7a
EZ
8912008-05-09 Eli Zaretskii <eliz@gnu.org>
892
8aaaec6b
EZ
893 Support for reporting owner and group of each file on MS-Windows:
894 * dired.c (stat_uname, stat_gname): New functions, with special
895 implementation for w32.
896 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
897
ee7a2e7a
EZ
898 * w32.c: Rename the_passwd_* to dflt_passwd_*.
899 (dflt_group_name): New static variable.
728bb8e0 900 (dflt_group): Rename from the_group.
ee7a2e7a
EZ
901 (init_user_info): Init dflt_group fields. Get user's group name
902 from LookupAccountSid.
8aaaec6b
EZ
903 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
904 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
905 New initialization states.
906 (globals_of_w32): Initialize them to zero. Initialize the default
907 group name to "None".
908 (GetFileSecurity_Name): New global var, the name of the function
909 to call for GetFileSecurity.
910 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
911 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
912 (get_file_security, get_security_descriptor_owner)
913 (get_security_descriptor_group, is_valid_sid)
914 (get_file_security_desc, get_rid, get_name_and_id)
915 (get_file_owner_and_group): New functions.
916 (stat): Use get_file_security_desc and get_file_owner_and_group to
917 report the owner and primary group of each file. Don't ignore the
728bb8e0
SM
918 high 32 bits of file's size, now that st_size is 64-bit wide.
919 Fix test when to get true file attributes.
8aaaec6b
EZ
920 (init_user_info): Use get_rid instead of equivalent inline code.
921 (fstat): Don't ignore the high 32 bits of file's size.
ee7a2e7a 922
b199c436
CY
9232008-05-09 Chong Yidong <cyd@stupidchicken.com>
924
925 * image.c (png_load): Use correct bit-depth for setting background
926 color.
927
86914123
EZ
9282008-05-08 Eli Zaretskii <eliz@gnu.org>
929
930 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
931 epa-hook.elc.
932
67b5d7de
JB
9332008-05-08 Juanma Barranquero <lekktu@gmail.com>
934
935 * font.c (Ffont_match_p): Don't use `iff' in docstring.
936
1a111394
DN
9372008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
938
939 * macfns.c (Fx_create_frame): Make a copy of frame parameters
940 because the original parameters are in pure storage now.
941 (mac_window): Remove unused params. Update callers.
942
6d77fa95
SM
9432008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
944
7a3d90dc
SM
945 * lread.c (substitute_object_recurse): Use lower-level primitives.
946 Don't signal errors when traversing sub-char-tables.
947 Don't loop over all the possible characters when traversing char-tables.
948
6d77fa95
SM
949 * print.c (print_preprocess): Add sub-char-tables to the print-table,
950 just like we do in print.c.
951
140eb764
SM
9522008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * minibuf.c (Ftry_completion): Remove code left over from when we used
955 scmp instead of Fcompare_strings.
956
e9184ccb
JB
9572008-05-04 Juanma Barranquero <lekktu@gmail.com>
958
959 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
960
0e9378b3
YM
9612008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
962
963 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
964 Create bitmap context in native byte order.
965
f67e15be
MB
966 * macterm.c (XDrawLine)
967 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
968 context in native byte order.
064032d0 969
f67e15be 9702008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
50eff40f
YM
971
972 * config.in: Regenerate.
973
974 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
975 New definitions for Image I/O support.
976 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
977 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
978 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
979 (mac_data_provider_release_data, image_load_image_io)
980 [USE_MAC_IMAGE_IO]: New functions.
981 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
982 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
983 (init_image_func_pointer) [MAC_OSX]: Remove function.
984 (image_load_quartz2d) [MAC_OSX]: Check availability of
985 CGImageCreateWithPNGDataProvider at compile time.
986 Use lowercase `false' for boolean constant.
987 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
988 Use image_load_image_io.
989 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
990 Don't check MyCGImageCreateWithPNGDataProvider.
991 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
992 Don't call init_image_func_pointer.
993
994 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
995
996 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
997 Make variable non-static.
998 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
999 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
1000
1001 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
1002 (RED_FROM_ULONG): Mask off higher bits.
1003 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
1004
1005 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
1006 Include AvailabilityMacros.h.
1007 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
1008 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
1009
c6bff69e
SM
10102008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 * chartab.c (Fset_char_table_range): If range is t, really set all
1013 chars to that value.
1014
7412d429
EZ
10152008-05-03 Eli Zaretskii <eliz@gnu.org>
1016
1017 * dired.c (Ffile_attributes): Don't allow the device number become
1018 negative.
1019
f83bbfac
DU
10202008-05-02 Daiki Ueno <ueno@unixuser.org>
1021
5a81d3d7 1022 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
f83bbfac 1023
2e3148e2
JL
10242008-05-02 Juri Linkov <juri@jurta.org>
1025
1026 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
728bb8e0
SM
1027 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
1028 DEFAULT argument as a list of default values in docstrings.
2e3148e2 1029
923fb88c
CY
10302008-05-01 Chong Yidong <cyd@stupidchicken.com>
1031
1032 * puresize.h (BASE_PURESIZE): Increase to 1210000.
1033
047aaeb9
MR
10342008-05-01 Martin Rudalics <rudalics@gmx.at>
1035
1036 * dispnew.c (change_frame_size_1): Preserve small windows when
1037 shrinking frames by calling set_window_height|width with third
1038 arg 2.
1039
1040 * window.h (struct window): Replace field too_small_ok by field
1041 resize_proportionally.
1042
1043 * window.c (make_window): Initialize resize_proportionally.
1044 (enlarge_window): Temporarily set resize_proportionally to make
1045 sure that shrink_windows does scale the window proportionally.
1046 (shrink_windows): When window has resize_proportionally set try
1047 to shrink it proportionally by stealing from other windows.
1048 (struct saved_window, Fset_window_configuration)
1049 (compare_window_configurations): Handle resize_proportionally.
1050 (WINDOW_TOTAL_SIZE): New macro.
1051 (window_min_size, shrink_windows, size_window): Use it.
c6bff69e 1052 (check_min_window_sizes): Remove. Invalid values of
047aaeb9
MR
1053 window-min-height|width are handled by window_min_size_2 now.
1054 (size_window, Fsplit_window, enlarge_window)
1055 (adjust_window_trailing_edge, grow_mini_window): Don't call
1056 check_min_window_sizes.
c6bff69e
SM
1057 (window_min_size_2, window_min_size_1, window_min_size):
1058 New argument safe_p for retrieving "safe" minimum sizes.
047aaeb9 1059 (Fdisplay_buffer, Fsplit_window, enlarge_window):
c6bff69e
SM
1060 (adjust_window_trailing_edge, grow_mini_window):
1061 Adjust arguments of window_min_size... functions.
047aaeb9
MR
1062 (shrink_windows): Argument min_size removed. New argument
1063 safe_p allows shrinking windows to their safe minimum sizes.
1064 Calculate minimum size and decide whether a window shall be
1065 deleted for each window individually.
1066 (size_window): When nodelete_p equals 2, tell shrink_windows to
1067 delete windows only if their new minimum size is no more safe.
1068 (shrink_window_lowest_first): Call window_min_size_1 to make
1069 sure to preserve modeline of bottom-most window when resizing
1070 the minibuffer.
1071 (Fset_window_configuration, Fcurrent_window_configuration)
1072 (compare_window_configurations): Do not handle
1073 window-min-height|width any more.
1074 (syms_of_window): Clarify window-min-height|width doc-strings.
1075
2a54a229
SM
10762008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1077
1078 * dired.c (file_name_completion): Fix up the encoding/decoding issue
1079 some more. Copy some of the code from Ftry_completions.
1080 Remove special case code that dates back to initial revision when the
1081 slash was only added when necessary and that can't trigger nowadays.
1082
384bc634
KH
10832008-04-27 Kenichi Handa <handa@m17n.org>
1084
1085 * font.c (font_prop_validate): Signal `error' instead of `font'.
1086
2c2279c6
JR
10872008-04-29 Jason Rumney <jasonr@gnu.org>
1088
1089 * w32fns.c (Fw32_battery_status): New defun.
1090 (syms_of_w32fns): Defsubr it.
1091
fb4a622a
AS
10922008-04-28 Andreas Schwab <schwab@suse.de>
1093
1094 * dired.c (file_name_completion): Fix another mixing of encoded
1095 and decoded names.
1096
23f250f4
JB
10972008-04-28 Juanma Barranquero <lekktu@gmail.com>
1098
1099 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
1100
d8d30dff
JB
11012008-04-27 Juanma Barranquero <lekktu@gmail.com>
1102
1103 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
1104
ea6104a8
AS
11052008-04-27 Andreas Schwab <schwab@suse.de>
1106
9c691c00
AS
1107 * dired.c (file_name_completion): Fix inappropriate mixing of
1108 encoded and decoded names.
1109
ec1bf773
AS
1110 * xterm.c (XTread_socket): Fix use of uninitialized variable.
1111
ea6104a8
AS
1112 * puresize.h (BASE_PURESIZE): Increase to 1200000.
1113
01388a3d
EZ
11142008-04-26 Eli Zaretskii <eliz@gnu.org>
1115
1116 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
1117 2008-03-31, it's not needed anymore with `struct stat' definition
1118 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
1119 for the same reasons.
1120
175aea10 11212008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
27af566c
CY
1122
1123 * m/sparc.h: Additional redefinitions for GNU/Linux.
1124
1289aeb8
YM
11252008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1126
1127 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
1128 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
1129 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
1130 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
1131 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
1132 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
1133 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
1134 Likewise.
1135
1136 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
1137 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range):
1138 (mac_ax_number_of_characters): Add externs.
1139 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
1140 [USE_MAC_TSM]: Likewise.
1141 (mac_handle_text_input_event) [MAC_OSX]:
1142 Handle kEventTextInputOffsetToPos for no active input area case.
1143 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
1144 (mac_handle_document_access_event)
1145 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
1146 (install_application_handler) [MAC_OSX]: Register handlers for
1147 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
1148 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
1149 Register mac_handle_document_access_event.
1150
1151 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
1152 Make functions non-static.
1153
dbd50d4b
SM
11542008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1155
1156 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
1157 (read_file_name_completion_ignore_case, insert_default_directory)
1158 (Qdefault_directory): Move to minibuffer.el.
1159 (Fread_file_name): Call the new `read-file-name' instead.
1160
9ea37b9d 11612008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
81fe843b
YM
1162
1163 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
1164 Make function non-static.
1165 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
1166 Remove function.
1167 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
1168 Move to mactoolbox.c.
1169 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
1170
1171 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
1172 (mac_rect_make): New macro.
1173
1174 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
1175 instead of float.
1176 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
1177 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
1178 (XSetBackground) [USE_CG_DRAWING]: Likewise.
1179 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
1180 CGRectMake.
1181 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
1182 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
1183 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
1184 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
1185 instead of WindowRef in argument type.
1186 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
1187 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
1188 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
1189 instead of DISPLAY. All uses changed.
1190 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
1191 (x_calc_absolute_position): Simplify so as not to use
1192 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
81fe843b
YM
1193
1194 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
1195 instead of WindowRef in argument type.
1196 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
1197 [TARGET_API_MAC_CARBON]: Remove externs.
1198 (create_apple_event, mac_event_parameters_to_lisp)
1199 [TARGET_API_MAC_CARBON]: Add externs.
1200
d8d30dff 1201 * mactoolbox.c (Vmac_ts_script_language_on_focus)
81fe843b
YM
1202 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
1203 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
1204 is clicked.
1205 (x_activate_menubar): Remove extern for saved_menu_event_location.
1206 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
1207 Move from mac.c.
1208
9ea37b9d 12092008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
a1b41389
YM
1210
1211 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
1212 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
1213
9ea37b9d 12142008-04-23 Jason Rumney <jasonr@gnu.org>
bd735631
JR
1215
1216 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
1217 attributes only for local files.
1218
1219 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
e9184ccb 1220 default to Qlocal.
bd735631 1221
88970542
JL
12222008-04-22 Juri Linkov <juri@jurta.org>
1223
1224 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
1225 read-buffer-to-switch instead of using the letter "B".
1226
92ec67e3
SM
12272008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 * fileio.c (Qdefault_directory): New variable.
1230 (Fread_file_name): Use it to pass `dir' to the completion functions.
1231
a32b2382
CY
12322008-04-20 Chong Yidong <cyd@stupidchicken.com>
1233
2a2e8de7 1234 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
a32b2382 1235
6c8b4f07
SM
12362008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1237
ece5f847
SM
1238 * keyboard.c (Vpre_help_message): Remove.
1239 (show_help_echo): Remove default C code.
1240
6c8b4f07
SM
1241 * dired.c (directory_files_internal, file_name_completion):
1242 Only call ENCODE_FILE if the string is indeed decoded.
1243
73d798d5
SM
12442008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 * Makefile.in (TOOLKIT_DEFINES): Remove.
1247 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
1248
d8d30dff 12492008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9e13f0c3
YM
1250
1251 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
1252 (mactoolbox.o): New target.
1253
1254 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
1255 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
1256
1257 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
1258 Use mac_set_frame_window_background instead of XSetWindowBackground.
1259 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
1260 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
1261 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
1262 instead of SetWindowTitleWithCFString.
1263 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
1264 Move function to mactoolbox.c.
1265 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
1266 Use mac_set_window_modified instead of SetWindowModified.
1267 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
1268 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
1269 (Fx_focus_frame): Use mac_front_non_floating_window instead of
1270 FrontNonFloatingWindow. Use mac_activate_window instead of
1271 ActivateWindow. Use mac_active_non_floating_window instead of
1272 ActiveNonFloatingWindow.
1273 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
1274 Use mac_show_hourglass and mac_hide_hourglass.
1275 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
1276 instead of GetGlobalMouse.
1277 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
1278 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
1279 Use mac_bring_window_to_front instead of BringToFront.
1280 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
1281 mactoolbox.c.
1282 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
1283 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
1284 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
1285 mactoolbox.c.
1286
1287 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
1288 (XtPointer): Move typedef from macmenu.c.
1289 (enum button_type): Move enum from macmenu.c.
1290 (widget_value): Move typedef from macmenu.c.
1291 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
1292 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
1293 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
1294 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
1295 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
1296 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
1297 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
1298 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
1299 (Selection): Move typedef from macselect.c.
1300 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
1301 macterm.c.
1302 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
1303 (mac_is_window_collapsed, mac_bring_window_to_front)
1304 (mac_send_window_behind, mac_hide_window, mac_show_window)
1305 (mac_collapse_window, mac_front_non_floating_window)
1306 (mac_active_non_floating_window, mac_activate_window)
1307 (mac_move_window_structure, mac_move_window, mac_size_window)
1308 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
1309
1310 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
1311 (enum mac_menu_kind): Move enum to mactoolbox.c.
1312 (min_menu_id): Move variable to mactoolbox.c.
1313 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
1314 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
1315 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
1316 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
1317 [TARGET_API_MAC_CARBON]: Likewise.
1318 (XtPointer): Move typedef to macgui.h.
1319 (enum button_type): Move enum to macgui.h.
d02fe47d
MB
1320 (widget_value): Move typedef to macgui.h.
1321 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
1322 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
1323 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
1324 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
1325 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
1326 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
1327 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
1328 (popup_activated_flag): Make variable non-static.
1329 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
1330 (add_menu_item, fill_menu, dispose_menus):
1331 Move functions to mactoolbox.c.
1332 (restore_show_help_function, menu_target_item_handler)
1333 (install_menu_target_item_handler, mac_handle_dialog_event)
1334 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
1335 [TARGET_API_MAC_CARBON]: Likewise.
1336 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
1337 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
1338 (find_and_call_menu_selection, name_is_separator): Make function
1339 non-static.
1340 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
1341 to mactoolbox.c.
1342 (set_frame_menubar): Don't call install_menu_quit_handler.
1343 (menu_item_selection): New variable.
1344 (mac_menu_show): Use create_and_show_popup_menu.
1345 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
1346 selection but set variable menu_item_selection. All uses changed.
1347 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
1348 Call install_menu_quit_handler. Move to mactoolbox.c.
edd3ff1d 1349
d02fe47d
MB
1350 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
1351 (Selection): Move typedef to macgui.h.
1352 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
1353 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
1354 Make variables non-static.
1355 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
1356 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
1357 Make functions non-static.
1358 (Vmac_service_selection) [MAC_OSX]: Likewise.
1359 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
1360 (mac_valid_selection_target_p, mac_clear_selection)
1361 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
1362 (mac_put_selection_value, mac_selection_has_target_p)
1363 (mac_get_selection_value, mac_get_selection_target_list)
1364 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
1365 Move functions to mactoolbox.c.
1366 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
1367 Likewise.
1368 (copy_scrap_flavor_data, mac_handle_service_event)
1369 (install_service_handler) [MAC_OSX]: Likewise.
1370 (syms_of_macselect) <Vmac_dnd_known_types>:
1371 Use mac_dnd_default_known_types.
463f55ee 1372
d02fe47d
MB
1373 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
1374 Move to mactoolbox.c.
1375 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
1376 (Fx_selection_owner_p): Add EXFUN.
1377 (install_window_handler, remove_window_handler, XSetWindowBackground):
1378 Remove externs.
1379 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
1380 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
1381 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
1382 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
1383 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
1384 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
1385 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
1386 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
1387 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
1388 (create_and_show_popup_menu, mac_get_selection_from_symbol)
1389 (mac_valid_selection_target_p, mac_clear_selection)
1390 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
1391 (mac_put_selection_value, mac_selection_has_target_p)
1392 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
1393 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
1394 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
1395 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
1396 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
1397 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
1398 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
1399 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
1400 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
463f55ee 1401
d02fe47d 1402 * mactoolbox.c: New file.
af253914 1403
d8d30dff 14042008-04-18 Jason Rumney <jasonr@gnu.org>
af253914 1405
d02fe47d 1406 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
af253914 1407
8ee085a4
SM
14082008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1409
73d798d5
SM
1410 * character.c (Fmultibyte_char_to_unibyte):
1411 Return latin1 chars unchanged.
5556875b 1412
8ee085a4
SM
1413 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
1414 relocated if it points to `name'.
1415
5dff5999
KH
14162008-04-17 Kenichi Handa <handa@m17n.org>
1417
1418 * data.c (Faset): Allow setting a multibyte character in an
1419 ASCII-only unibyte string.
1420
1421 * lisp.h (STRING_SET_MULTIBYTE): New macro.
1422
a51f4969
SM
14232008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1424
1425 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
1426 done in config.h.
1427
add553ac
JB
14282008-04-16 Juanma Barranquero <lekktu@gmail.com>
1429
1430 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
1431 (Fchar_direction): Add usage in the docstring.
1432
8ad7b280
CY
14332008-04-15 Chong Yidong <cyd@stupidchicken.com>
1434
1435 * keyboard.c (read_key_sequence): Remove always-true checks.
1436
e157d7ba
JR
14372008-04-14 Jason Rumney <jasonr@gnu.org>
1438
1439 * w32font.c (w32font_open_internal): Set max_bounds.descent in
1440 compatibility struct, for better underline positioning.
1441
9ec3aaef 14422008-04-13 David Hansen <david.hansen@gmx.net>
48f7d213
MA
1443
1444 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
1445 string.
1446
36c08864
DN
14472008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
1448
1449 * m/hp800.h (XUINT, XSET): Remove.
1450
f5acc071
JB
14512008-04-12 Juanma Barranquero <lekktu@gmail.com>
1452
1453 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
1454 previous change.
1455
5b5a2ea1
SM
14562008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
1459 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
1460
492d9fd6
SM
14612008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * keymap.h (map_keymap_canonical): Declare.
1464 * xmenu.c (single_keymap_panes): Use it.
1465
dd60787c
GM
14662008-04-11 Glenn Morris <rgm@gnu.org>
1467
1468 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
1469 set the target's value to that of the alias.
1470
c23b5410
SM
14712008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1472
1473 * term.c (set_tty_color_mode): Left over typo.
1474
e89b536d
MA
14752008-04-10 Michael Albinus <michael.albinus@gmx.de>
1476
1477 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
f5acc071 1478 only after check for file name handler functions. Signal, when
e89b536d
MA
1479 native functionality is not supported.
1480 (syms_of_fileio): Declare it unconditionally.
1481
40a339c8
JR
14822008-04-10 Jason Rumney <jasonr@gnu.org>
1483
31403b24
JR
1484 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
1485 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
1486
40a339c8
JR
1487 * w32.c (logon_network_drive): Also logon to remote drives that
1488 are mapped to drive letters.
1489
96a7394f
GM
14902008-04-10 Glenn Morris <rgm@gnu.org>
1491
1492 * xdisp.c (truncate-partial-width-windows): Doc fix.
1493
34b67b0f
SM
14942008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
1497 Move functions to minibuffer.el.
1498 (syms_of_fileio): Don't declare them.
1499
c025fb0a
SM
15002008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1501
ba5ff07b
SM
1502 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
1503 (syms_of_minibuf): Remove its initialization.
1504
c025fb0a
SM
1505 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
1506
7a6a86ad
JB
15072008-04-09 Juanma Barranquero <lekktu@gmail.com>
1508
1509 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
1510
cf907d69
JR
15112008-04-09 Jason Rumney <jasonr@gnu.org>
1512
3dc94c30
JR
1513 * makefile.w32-in (distclean): Delete makefile too.
1514 (maintainer-clean): New target.
1515
8d28646b
JR
1516 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
1517
cf907d69
JR
1518 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
1519 for new font backend and composite cases.
1520
ef5eb925
JD
15212008-04-09 Jan Djärv <jan.h.d@swipnet.se>
1522
1523 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
1524 Most of the code moved to run_timers.
1525 (do_pending_atimers): Call run_timers.
1526 (run_timers): New function.
1527
cf907d69
JR
1528 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
1529 run atimers.
ef5eb925
JD
1530
1531 * process.c (wait_reading_process_output): The same as above.
1532
9b2cd403
SM
15332008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1534
32bae13c
SM
1535 * minibuf.c (last_exact_completion): Remove variable.
1536 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
1537 (complete_and_exit_1, complete_and_exit_2)
1538 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
1539 (Fdisplay_completion_list, display_completion_list_1)
1540 (Fminibuffer_completion_help, Fself_insert_and_exit)
8d28646b
JR
1541 (Fexit_minibuffer, Fminibuffer_message): Move functions to
1542 minibuffer.el.
32bae13c
SM
1543 (syms_of_minibuf): Remove corresponding initializations.
1544
5c4cc82a
SM
1545 * keyboard.c (Qdeactivate_mark): New var.
1546 (command_loop_1): Use it to call `deactivate-mark'.
1547 (syms_of_keyboard): Initialize it.
1548
9b2cd403
SM
1549 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
1550 to another frame.
1551 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
1552 Don't call set_tty_color_mode.
1553 (store_frame_param): Reset previous_frame rather than call
1554 set_tty_color_mode.
1555 * term.c (set_tty_color_mode): Rewrite.
1556 * dispextern.h (set_tty_color_mode): New type.
1557 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
1558
84cb7b45
SM
15592008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
1562 for generic chars, which do not exist any more in emacs-unicode.
1563
3ed051d4
MA
15642008-04-08 Michael Albinus <michael.albinus@gmx.de>
1565
1566 * coding.c (detect_coding_emacs_mule)
1567 (Ffind_operation_coding_system): Fix typo.
1568
58c3ea42
JR
15692008-04-08 Jason Rumney <jasonr@gnu.org>
1570
3bf8d230
JR
1571 * w32uniscribe.c (SNAME): Extract only symbol name.
1572
56a70cca
JR
1573 * w32font.h (struct w32_metric_cache): New struct.
1574 (w32font_info): Use it.
1575 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
1576 (CACHE_BLOCKSIZE): New constants.
3ed051d4 1577
58c3ea42
JR
1578 * w32font.c (Qja, Qko, Qzh): New symbols.
1579 (syms_of_w32font): Initialise them.
1580 (font_matches_spec): Use them to filter by language.
1581 (recompute_cached_metrics): Remove function.
1582 (compute_metrics, clear_cached_metrics): New functions.
1583 (w32font_encode_char): Use them to manage metric cache.
1584 (w32font_text_extents): Cache metrics for all glyphs on demand.
1585 Delay converting glyph indices to WORD until needed.
1586 (w32font_open_internal): Initialize metric cache to empty.
1587 (registry_to_w32_charset): Charset should always be a symbol.
1588 (fill_in_logfont, list_all_matching_fonts): Family should
1589 always be a symbol.
1590
0ce24b2d
JR
15912008-04-06 Jason Rumney <jasonr@gnu.org>
1592
1593 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
1594 Give up if glyph indices not supported. Use uniscribe obtained
1595 ABC widths for individual metrics. Map glyph clusters back to
1596 characters using fClusterStart flag. Return number of glyphs
1597 produced, not chars processed.
b7655e0c 1598 (uniscribe_shape): Map char at FROM to current glyph.
0ce24b2d 1599
5bc6ddff 16002008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
56613f06 1601
fbf57abb
JB
1602 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
1603 Use SetMenuItemHierarchicalMenu.
56613f06 1604
5bc6ddff 16052008-04-05 Jason Rumney <jasonr@gnu.org>
93421a1f 1606
5bc6ddff
MB
1607 * image.c (pbm_load): Allow color values up to 65535.
1608 Throw an error if max_color_idx is outside the supported range.
1609 Report an error when image size is invalid.
1610 Read two bytes at a time when raw images have max_color_idx above 255.
1f816871 1611
5bc6ddff 16122008-04-05 Eli Zaretskii <eliz@gnu.org>
5ed6ba5b 1613
5bc6ddff
MB
1614 * w32.c (readdir): If FindFirstFile/FindNextFile return in
1615 cFileName a file name that includes `?' characters, use the 8+3
1616 alias in cAlternateFileName instead.
5ed6ba5b 1617
5bc6ddff 16182008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
32c06229 1619
5bc6ddff
MB
1620 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
1621 append "CCL: Quitted" when the CCL program is quitted.
1622 (setup_ccl_program): Initialize ccl->quit_silently to zero.
32c06229 1623
5bc6ddff 1624 * ccl.h (struct ccl_program): New member quit_silently.
32c06229 1625
c36e15db
CY
16262008-04-05 Chong Yidong <cyd@stupidchicken.com>
1627
9605d567
CY
1628 * search.c (compile_pattern_1): Treat non-nil and non-string of
1629 search-spaces-regexp as nil.
1630
c36e15db
CY
1631 * minibuf.c (Fassoc_string): Tweak docstring.
1632
40beb147
EZ
16332008-04-05 Eli Zaretskii <eliz@gnu.org>
1634
1635 * dired.c (Ffile_attributes): Support inode numbers wider than 32
1636 bits. Remove ugly WINDOWSNT-specific kludge introduced on
1637 2008-03-14 to force inode be positive.
1638
1639 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
1640 _S_* ones, since we now use our own sys/stat.h.
1641 (stat, fstat): Don't mangle the inode number.
aa08d1ff 1642 (init_user_info): Don't restrict UID and GID to 0-60000 range.
40beb147 1643
4591d6cb
SM
16442008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1645
d4417eb0
SM
1646 * frame.h (struct frame): Give one more bit to `visible' since we use
1647 values larger than 1 to indicate obscured frames on ttys.
1648
00f7c5ed
SM
1649 * keymap.c (Qkeymap_canonicalize): New var.
1650 (Fmap_keymap_internal): New fun.
1651 (describe_map): Use keymap-canonicalize.
1652
4591d6cb
SM
1653 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
1654 (Fundo_boundary): Set them.
1655 (syms_of_undo): Initialize them.
1656 (record_point): Use them instead of last_point_position*.
1657 (last_undo_buffer): Change type.
1658
3187540e
JR
16592008-04-04 Jason Rumney <jasonr@gnu.org>
1660
0ce24b2d
JR
1661 * w32font.c (w32font_text_extents): Use font's ascent and descent.
1662 (recompute_cached_metrics): Don't set ascent and descent per char.
1663
3187540e 1664 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
4591d6cb 1665 (uniscribe_check_otf): Add GC protection before consing.
d0bfec76 1666 Rearrange loop for counting features.
3187540e 1667
f1a6b216
SM
16682008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1669
1670 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
1671 buffer with byte-size of source buffer.
1672
1d8dcf63
CY
16732008-04-03 Chong Yidong <cyd@stupidchicken.com>
1674
1675 * callint.c (Fcall_interactively): Handle temporary region even
1676 when shift-select-mode is off.
1677
6b8aa22a
JR
16782008-04-03 Jason Rumney <jasonr@gnu.org>
1679
1680 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
1681
2f3cbb32
KH
16822008-04-03 Kenichi Handa <handa@m17n.org>
1683
1684 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
1685 (CATEGORY_MASK_UTF_16): Likewise.
1686 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
1687 binary file.
1688 (detect_coding): Add null-byte detection for a binary file.
1689 (detect_coding_system): Likewise.
1690
43f4f91c
JR
16912008-04-03 Jason Rumney <jasonr@gnu.org>
1692
0c1b4ae2
JR
1693 * w32uniscribe.c: New file.
1694
1695 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
1696
1697 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
1698
1699 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
1700 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
1701 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
1702 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
1703 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
1704 (Qphonetic): New symbols.
1705 (syms_of_w32font): Initialize them.
1706 (font_supported_scripts): Use them.
1707 (w32font_list_family): List all charsets.
1708 (w32font_text_extents, recompute_cached_metrics): Fix metric
1709 calculations.
1710 (w32_enumfont_pattern_entity): Make full_type a DWORD.
1711 Give opentype fonts their own format.
1712 (font_matches_spec): New arguments backend and logfont.
1713 Handle :otf spec for uniscribe backend.
1714 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
1715 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
4591d6cb 1716
0c1b4ae2
JR
1717 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
1718 font backend.
1719 (globals_of_w32fns): Initialize uniscribe font backend.
1720
fbf57abb 1721 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
0c1b4ae2
JR
1722 dependencies.
1723 (w32uniscribe.$(O)): New file to build.
1724 (FONT_OBJ): Include w32uniscribe.$(O).
1725 (LIBS): Add uniscribe libraries.
1726
43f4f91c
JR
1727 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
1728
75043a7d
CY
17292008-04-02 Chong Yidong <cyd@stupidchicken.com>
1730
1731 * callint.c (Vshift_select_mode): New var.
1732 (Finteractive): Document new ^ spec.
1733 (Fcall_interactively): Call handle-shift-selection if the ^ spec
1734 is present.
1735
1736 * keyboard.c (Vthis_command_keys_shift_translated): New var.
1737 (command_loop_1): Avoid running the direct display versions of
1738 forward-char and backward-char if shift-selection may occur.
75043a7d
CY
1739 (read_key_sequence): Set Vthis_command_keys_shift_translated if
1740 shift-translation takes place.
1741
1742 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
1743 avoid clobbering by define-minor-mode.
1744
1745 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
1746 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
1747
1748 * syntax.c (Fforward_word): Add ^ interactive spec.
1749
1750 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
1751 (Fscroll_right): Add ^ interactive spec.
1752
b2b7f29e
SM
17532008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1754
a432c0a6
SM
1755 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
1756
994b75e0
SM
1757 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
1758
b2b7f29e
SM
1759 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
1760
e99c7806
JL
17612008-03-31 Juri Linkov <juri@jurta.org>
1762
1763 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
1764
1c9c1270
JD
17652008-03-30 Jan Djärv <jan.h.d@swipnet.se>
1766
1767 * gtkutil.c (xg_set_geometry): Fix indentation.
994b75e0 1768 (xg_resize_outer_widget): Remove.
1c9c1270
JD
1769 (x_wm_size_hint_off): Fix indentation.
1770 (xg_frame_set_char_size): Call flush_and_sync after
1771 gtk_window_resize.
1772 (x_wm_set_size_hint): Pass NULL as geometry window to
1773 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
1774 Add menu bar and tool bar height to base height.
1775 (xg_update_frame_menubar, free_frame_menubar)
1776 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
994b75e0
SM
1777 (update_frame_tool_bar, free_frame_tool_bar):
1778 Change xg_resize_outer_widget to xg_frame_set_char_size.
1c9c1270 1779
90b3fc84
MA
17802008-03-30 Michael Albinus <michael.albinus@gmx.de>
1781
1782 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
1783 (Fdbus_call_method): New parameter TIMEOUT.
1784 (dbus-send-signal): Optimize UNGCPRO call.
1785
7ae6d1d1
JL
17862008-03-29 Juri Linkov <juri@jurta.org>
1787
1788 * window.c (Fdisplay_buffer): Move call to
1789 Vsplit_window_preferred_function out of conditions that check
1790 if window is eligible for vertical splitting.
1791 When Vsplit_window_preferred_function is non-nil, call it and use
1792 its non-nil return value as window. Otherwise, continue doing
1793 vertical splitting using Fsplit_window with arg horflag=nil.
1794 (syms_of_window) <Vsplit_window_preferred_function>: Change the
1795 default value from `split-window' to nil.
1796
f03f8f2c
JL
17972008-03-29 Juri Linkov <juri@jurta.org>
1798
1799 * callint.c (Fcall_interactively): Revert 2008-03-16 change
1800 for interactive code letters 'b' and 'B'.
1801
6d557778
EZ
18022008-03-29 Eli Zaretskii <eliz@gnu.org>
1803
1804 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
1805 multibyte string.
1806
58555d81
SM
18072008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * keyboard.c (pending_funcalls): New var.
1810 (timer_check): Run it.
1811 (syms_of_keyboard): Initialize it.
1812 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
1813 (Vdelete_terminal_functions): New vars.
1814 (syms_of_terminal): Initialize them.
1815 (Fdelete_terminal): Run delete-terminal-functions.
1816 * xdisp.c (safe_eval): Rewrite.
1817 (safe_call2): New fun.
1818 * frame.c (Qdelete_frame_functions): New var.
1819 (syms_of_frame): Initialize it.
1820 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
1821 * lisp.h (safe_call2, pending_funcalls): Declare.
1822
4c92f429
AS
18232008-03-28 Andreas Schwab <schwab@suse.de>
1824
1825 * indent.c (Fmove_to_column): Move declaration before statements.
1826
a1567c45
SM
18272008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1828
2806a183
SM
1829 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
1830 (struct frame): Use bit fields for boolean vars.
1831
eef60308
SM
1832 * process.c (server_accept_connection): Simplify naming.
1833 (emacs_get_tty_pgrp): Use SDATA.
1834
a1567c45
SM
1835 * coding.c (decode_coding_object): Fix last change.
1836
30076589
JR
18372008-03-27 Jason Rumney <jasonr@gnu.org>
1838
1839 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
1840
880820fe
KH
18412008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
1842
1843 * charset.c (Fdefine_charset_internal): Change the way of
1844 registering charsets in Vcharset_order_list.
1845 (syms_of_charset): Make the charset `eight-bit' supplementary.
1846
3cf8cdfb
CY
18472008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
1848
1849 * regex.c (EXTEND_BUFFER): Change order of pointer addition
1850 operations, to avoid having the difference between pointers
1851 overflow.
1852
ef6f5c0e
SM
18532008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1854
80e3db56
SM
1855 * indent.c (check_display_width): New fun.
1856 (scan_for_column): Use it.
1857
c397dc7a
SM
1858 * data.c (syms_of_data): Mark most-positive-fixnum and
1859 most-negative-fixnum as constants.
1860
bf6b4d58
SM
1861 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
1862
ef6f5c0e
SM
1863 * indent.c (scan_for_column): Extract from current_column_1.
1864 Merge with the same code from Fmove_to_column.
1865 (current_column_1, Fmove_to_column): Use it.
1866
72d5003d
SM
18672008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1868
12270607
SM
1869 * keymap.c (map_keymap_internal): New fun.
1870 (map_keymap): Use it.
1871 (Fmap_keymap_internal): New fun.
1872 (Fmap_keymap): Remove left-out test from before make_save_value.
1873
a10cca6c
SM
1874 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
1875
d7b10f4c
SM
1876 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
1877 Use XCAR/XCDR.
1878
5431bd6a
SM
1879 * process.h (struct Lisp_Process): Remove filter_multibyte.
1880 * process.c (QCfilter_multibyte): Remove.
1881 (setup_process_coding_systems): Don't use filter_multibyte.
1882 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
1883 (read_process_output): Don't adjust multibyteness to filter_multibyte.
1884 (Fset_process_filter_multibyte): Change the coding-system to
1885 approximate the previous behavior.
1886 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
1887 coding-system.
1888
72d5003d
SM
1889 * coding.c (decode_coding_object): When not decoding into a buffer,
1890 obey the coding system's preference of (uni|multi)byte.
1891
438eba3c
SM
18922008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
1895 every char is changed and has a different byte-length.
1896 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
1897 Fix int -> EMACS_INT.
1898
9ec3aaef 18992008-03-23 David Hansen <david.hansen@gmx.net>
a8e72f4f 1900
438eba3c 1901 * dbusbind.c (xd_read_message): Remove extra copying of message
a8e72f4f
MA
1902 strings. Check for NULL `interface' or `member'.
1903
b07103dc
EZ
19042008-03-22 Eli Zaretskii <eliz@gnu.org>
1905
1906 * w32.c (readdir): If FindFirstFile/FindNextFile return in
1907 cFileName a file name that includes `?' characters, use the 8+3
1908 alias in cAlternateFileName instead.
1909
5371d722
SM
19102008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
1913
6ba7f443
SM
19142008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1915
1916 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
1917 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
1918 work on current_buffer only instead (that was already the case
1919 for some of the code anyway).
1920 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
1921 (temp_set_point, temp_set_point_both): Use EMACS_INT.
1922 (SET_PT, SET_PT_BOTH): Adjust.
1923 * intervals.h (set_point, temp_set_point, set_point_both)
1924 (temp_set_point_both): Remove redundant declarations.
1925
bf1c0f27
SM
19262008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1927
1928 * fileio.c (Finsert_file_contents):
1929 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
1930 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
1931 when buffer != current_buffer anyway.
1932
acab783e
AS
19332008-03-20 Andreas Schwab <schwab@suse.de>
1934
1935 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
1936 as default.
1937
d148e14d
JR
19382008-03-19 Jason Rumney <jasonr@gnu.org>
1939
1940 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
1941 (syms_of_w32fns): Initialize them.
1942 (HOURGLASS_ID): New constant.
1943 (x_window_to_frame): Don't check hourglass_window.
1944 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
1945 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
1946 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
1947 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
1948 Only change the cursor if hourglass is not active.
1949 (Fx_create_frame): Initialize frame's current_cursor.
1950 (hourglass_atimer): Remove.
1951 (hourglass_started): New function.
1952 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
1953 (show_hourglass): Adapt to w32, changing argument to frame.
1954
1955 * w32term.h (struct w32_output): Remove hourglass_window.
1956 Add current_cursor.
1957
1958 * eval.c (call_debugger, Fsignal):
1959 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
1960 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
1961 (Fexecute_extended_command, cancel_hourglass_unwind):
1962 * minibuf.c (read_minibuf):
1963 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
63558020 1964
a5c54077
JB
19652008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * window.c (run_funs): New fun.
1968 (run_window_configuration_change_hook): Use it to run the buffer-local
1969 and the global part of the hook.
1970
1971 * xdisp.c (format_mode_line_unwind_data): Add window argument.
1972 (unwind_format_mode_line): Restore selected window.
1973 (x_consider_frame_title, Fformat_mode_line): Set selected window.
1974
f9f3238f
SM
19752008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1976
253c3c82
SM
1977 * editfns.c (Fchar_equal): Check they are valid characters.
1978
f9f3238f
SM
1979 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
1980
065a118d
AS
19812008-03-17 Andreas Schwab <schwab@suse.de>
1982
0b8be006
AS
1983 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
1984 against a charset.
1985
065a118d
AS
1986 * lisp.h (Fbuffer_list): Declare.
1987
880820fe 19882008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d3b2a6da
JD
1989
1990 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
1991 handlebox_widget is != 0.
1992
6206d6c2
JL
19932008-03-16 Juri Linkov <juri@jurta.org>
1994
1995 * callint.c (Fcall_interactively): For interactive code letters
1996 'b' and 'B' put the buffer list into the list of default "future"
1997 values of the minibuffer.
1998
f5020181
AS
19992008-03-16 Andreas Schwab <schwab@suse.de>
2000
a864f6d6
AS
2001 * keyboard.c (read_key_sequence): Fix downcasing of letters with
2002 modifiers.
2003
f5020181
AS
2004 * regex.c (re_match_2_internal): Correct matching of a charset
2005 against latin-1 characters.
2006
03f244e2
KH
20072008-03-16 Kenichi Handa <handa@m17n.org>
2008
2009 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
2010 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
f9f3238f
SM
2011 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
2012 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
03f244e2
KH
2013 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
2014 CHAR_STRING_ADVANCE.
2015 (produce_chars): Fix for the case that the source and the
2016 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
2017 instead of CHAR_STRING_ADVANCE.
2018 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
2019 STRING_CHAR_ADVANCE.
2020
0e2501ed
AS
20212008-03-15 Andreas Schwab <schwab@suse.de>
2022
2023 * regex.c (re_match_2_internal): Correct matching of eight bit
2024 characters in unibyte strings.
2025
7723e095
MR
20262008-03-15 Martin Rudalics <rudalics@gmx.at>
2027
2028 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
2029 at end of range when it coincides with the end of the buffer.
2030
f507f365
EZ
20312008-03-14 Eli Zaretskii <eliz@gnu.org>
2032
294f1153
EZ
2033 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
2034
f507f365
EZ
2035 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
2036
64f0809d
JR
20372008-03-14 Jason Rumney <jasonr@gnu.org>
2038
956ae531
JR
2039 * editfns.c (initial_tz): New variable.
2040 (syms_of_editfns): Initialize it.
2041 (Fset_time_zone_rule): Set it when first called.
2042 Use it when TZSTRING is nil.
2043
64f0809d
JR
2044 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
2045 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
2046 (monitor_from_point_fn, get_monitor_info_fn): New globals.
2047 (globals_of_w32fns): Initialize them.
2048 (compute_tip_xy): Use them to position tooltips.
2049
21a4ff8e
GM
20502008-03-14 Glenn Morris <rgm@gnu.org>
2051
2052 * emacs.c (main): Revert previous change.
2053 (standard_args): Revert -internal-script back to -scriptload,
2054 and remove the long-option form.
2055
a09a5b5b
GM
20562008-03-13 Glenn Morris <rgm@gnu.org>
2057
2058 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
2059 Remove option -enable-font-backend.
2060
1c55ebd1
SM
20612008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
2064
880820fe 20652008-03-11 Jan Djärv <jan.h.d@swipnet.se>
c523e161
JD
2066
2067 * xterm.c (x_connection_closed): For GTK: If this is the last
2068 terminal just exit without closing the display.
2069
7145be81
JR
20702008-03-11 Jason Rumney <jasonr@gnu.org>
2071
2072 * w32font.c (w32font_full_name): Use floor to round.
2073
e6201af3 20742008-03-10 dhruva <dhruvakm@gmail.com> (tiny change)
ce9033f8
JD
2075
2076 * sound.c (alsa_configure): Declare vol at beginning of block.
2077
e6201af3 2078 * fontset.c (Ffontset_info): Remove extra semicolon.
ce9033f8 2079
390b81fa 20802008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
acd37560 2081
56388398
MB
2082 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
2083 size of resulting string.
af0ad939 2084
390b81fa 20852008-03-10 Jason Rumney <jasonr@gnu.org>
acd37560 2086
56388398 2087 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
acd37560 2088
390b81fa 20892008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
acd37560 2090
56388398
MB
2091 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
2092 Don't pretend as if characters with display property haven't been
2093 consumed for string-replacing-string case.
acd37560 2094
223ed6db
KS
20952008-03-08 Kim F. Storm <storm@cua.dk>
2096
2097 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
2098 (get_next_display_element, next_element_from_string)
2099 (next_element_from_ellipsis, next_element_from_buffer): Use it.
2100
28545f7c
AS
21012008-03-08 Andreas Schwab <schwab@suse.de>
2102
2103 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
2104
c960bff8
JR
21052008-03-06 Jason Rumney <jasonr@gnu.org>
2106
290afd83
JB
2107 * w32font.c (w32_registry): Take font_type argument. Use ANSI
2108 when charset not specified. Only translate ANSI to unicode when
c960bff8
JR
2109 font_type is truetype.
2110 (w32font_coverage_ok): New function.
2111 (add_font_entity_to_list): Use it to filter unsuitable fonts.
2112
87b8ce92
KH
21132008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
2114
2115 * lread.c (Fread_char): Resolve modifiers.
2116 (Fread_char_exclusive): Likewise.
2117
2118 * character.c (char_resolve_modifier_mask): New function.
2119 (char_string): Use char_resolve_modifier_mask.
2120 (Fchar_resolve_modifiers): New function.
2121 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
2122 function.
2123
cefd56f6
JR
21242008-03-04 Jason Rumney <jasonr@gnu.org>
2125
2126 * makefile.w32-in: Always include w32font.c in the build.
2127 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
2128
03bd3c1f
AS
21292008-03-04 Andreas Schwab <schwab@suse.de>
2130
2131 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
2132 (versionclean): Likewise.
2133
6f69e89b
JB
21342008-03-04 Juanma Barranquero <lekktu@gmail.com>
2135
2136 * .cvsignore: Add oo.
2137
f4a3cc44
AS
21382008-03-03 Andreas Schwab <schwab@suse.de>
2139
2140 * coding.c (decode_coding_object): Inhibit gap shrinking while
2141 decoding in place.
2142
73f838ad
DN
21432008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
2144
2145 * w32term.c: Remove unused include "gnu.h".
6f69e89b 2146 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
73f838ad
DN
2147
2148 * gnu.h: Rename to ...
2149 * emacs-icon.h: ... this.
2150 * xterm.c: Use emacs-icon.h instead of gnu.h.
2151 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
2152
ce9c1f06
JB
21532008-03-03 Juanma Barranquero <lekktu@gmail.com>
2154
2155 * w32font.c: Include math.h.
2156
34fd2d28
JR
21572008-03-03 Jason Rumney <jasonr@gnu.org>
2158
54efdcd1
JR
2159 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
2160 Compute options separately.
2161 (w32font_open_internal): Set glyph_idx before caching metrics.
2162
ce9c1f06
JB
2163 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
2164 Define if system headers don't.
2165 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
34fd2d28
JR
2166 (w32font_encode_char): Don't declare here.
2167
2168 * w32font.c (Quniscribe, QCformat): New symbols.
2169 (syms_of_w32font): Define them.
2170 (w32font_has_char): Indicate uncertainty.
ce9c1f06 2171 (w32font_encode_char): Encode as glyph point. Make static.
34fd2d28 2172 (recompute_cached_metrics): New function.
ce9c1f06
JB
2173 (w32font_open_internal): Use it. Set font to use glyph points
2174 initially. Set format based on type of font.
34fd2d28 2175 (w32font_text_extents, w32font_draw): Optionally use glyph points.
ce9c1f06
JB
2176 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
2177 on it. Set format based on information available here.
34fd2d28
JR
2178 (add_font_entity_to_list): Identify backend based on opentype_only.
2179
14daee73
AS
21802008-03-02 Andreas Schwab <schwab@suse.de>
2181
f907fb2e
AS
2182 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
2183
ce9c1f06
JB
2184 * coding.c (decode_coding_big5, produce_chars):
2185 Fix typos in last change.
14daee73 2186
c9cc6462
DN
21872008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
2188
2189 * gnu.h: New icon.
2190
119852e7
KH
21912008-03-02 Kenichi Handa <handa@m17n.org>
2192
2193 * coding.c (decode_coding_utf_8): When eol-type of CODING is
2194 `dos', don't decode '\r' if that is the last in the source.
2195 (decode_coding_utf_16, decode_coding_emacs_mule)
2196 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
2197 (decode_coding_raw_text, decode_coding_charset): Likewise.
2198 (produce_chars): Don't decode EOL here. Use EMACS_INT.
2199
a823468b
JR
22002008-03-01 Jason Rumney <jasonr@gnu.org>
2201
2202 * w32font.c (w32font_full_name): Report point size for scalable fonts.
2203
4ddc7e30
KS
22042008-03-01 Kim F. Storm <storm@cua.dk>
2205
2206 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
2207
67997c79
JR
22082008-03-01 Jason Rumney <jasonr@gnu.org>
2209
2210 * w32font.c (w32font_full_name): New function.
2211 (w32font_open_internal): Use it.
2212
3f4e9c35
KS
22132008-03-01 Kim F. Storm <storm@cua.dk>
2214
2215 * dispnew.c (line_draw_cost): Fix invalid glyph check.
2216
f3b9e479
JR
22172008-03-01 Jason Rumney <jasonr@gnu.org>
2218
2219 * font.c (font_unparse_fcname): Increase len when style is a symbol.
2220
880820fe 22212008-03-01 Jan Djärv <jan.h.d@swipnet.se>
7ee480ce
JD
2222
2223 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
2224 xg_frame_resized when the event is for the edit widget.
2225
2226 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
2227
2228 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
2229 set_char_size.
2230 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
2231 operations on widgets here. Just set frame size if needed.
2232 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
2233 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
2234 (x_wm_set_size_hint): Set size hints on the edit widget only, not
2235 the whole frame.
2236 (xg_create_tool_bar): Move attachement of the tool bar to
2237 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
2238 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
2239
6c8acaa1
JR
22402008-03-01 Jason Rumney <jasonr@gnu.org>
2241
2242 * w32fns.c (w32_msg_pump): Disable debug code.
2243
51fb064b 22442008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
03eb5fab 2245
51fb064b 2246 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
cb681b34 2247
60221a33
CY
22482008-02-29 Chong Yidong <cyd@stupidchicken.com>
2249
2250 * xdisp.c (next_overlay_string): Don't set
2251 overlay_strings_at_end_processed_p if we're currently reading from
2252 a display string.
2253
10cbc34f
SM
22542008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * xdisp.c (get_overlay_strings_1): Fix typo.
2257
73c0054e
CY
22582008-02-29 Chong Yidong <cyd@stupidchicken.com>
2259
2260 * xdisp.c (get_overlay_strings_1): Add missing argument type.
2261
ec1c4354
KH
22622008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
2263
55082642
KH
2264 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
2265
ec1c4354
KH
2266 * xdisp.c (display_mode_element): Cancel the previous change.
2267 (decode_mode_spec): Likewise.
ee548a94
KH
2268 (handle_auto_composed_prop): Don't make composition if it->string
2269 is a string.
ec1c4354 2270
b6d898a2
KS
22712008-02-27 Kim F. Storm <storm@cua.dk>
2272
2273 * lisp.h (GLYPH): Change type from int to struct with separate char
2274 and face_id members.
2275 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
2276 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
2277 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
2278 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
2279 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
2280 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
2281 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
2282 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
2283 handle new Lisp glyph code encoding, either an integer or a cons.
2284
2285 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
2286 (GLYPH_ALIAS): Delete.
2287 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
2288 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
2289 (GLYPH_FROM_CHAR): Replace macro by ...
2290 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
2291
2292 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
2293 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
2294 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
2295 (GLYPH_INVALID_P): New macro.
2296 (spec_glyph_lookup_face): Update prototype.
2297
2298 * dispnew.c (line_draw_cost): Adapt to new glyph type.
2299 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
2300 new glyph code encoding.
2301 (spec_glyph_lookup_face): No return value; update passed glyph instead.
2302 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
2303
2304 * xdisp.c (get_next_display_element, next_element_from_display_vector):
2305 Adapt to new glyph type and new glyph code encoding.
2306
2307 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
2308
2309 * indent.c (current_column, current_column_1, Fmove_to_column)
2310 (compute_motion): Adapt to new glyph code encoding.
2311
2312 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
2313
af2080a2
CY
23142008-02-27 Chong Yidong <cyd@stupidchicken.com>
2315
2316 * process.c (wait_reading_process_output): Check for window
2317 changes caused by timers.
880820fe 2318 Suggested by Johan Bockgård.
af2080a2 2319
253ed25e
GM
23202008-02-27 Glenn Morris <rgm@gnu.org>
2321
2322 * emacs.c (USAGE1): Add `--disable-font-backend'.
2323
18a9f8d9
SM
23242008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
2327 is made to the buffer.
2328
0f8b27ea
SM
23292008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
2332 (face_at_string_position):
2333 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
2334 (face_at_string_position):
2335 * xdisp.c (display_string, next_overlay_change):
2336 * buffer.h (overlays_at):
2337 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
2338 Update callers.
2339
4e7c53ca
CY
23402008-02-26 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * editfns.c (Fformat): Doc fix.
2343
51c01100
JB
23442008-02-26 Juanma Barranquero <lekktu@gmail.com>
2345
2346 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
2347 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
2348 (Ffont_otf_alternates, Fquery_font): Doc fixes.
2349
13cda5f9
SM
23502008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2351
2352 * buffer.c (Fbuffer_swap_text): New function.
2353 (syms_of_buffer): Defsubr it.
2354
8018d430
CY
23552008-02-25 Chong Yidong <cyd@stupidchicken.com>
2356
2357 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
2358
9bde1a21
JR
23592008-02-25 Jason Rumney <jasonr@gnu.org>
2360
2361 * w32font.c (w32font_draw): Draw one character at a time when padding.
2362
eeca6f6f
SM
23632008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
2366 Handle a nil arg. Use run_window_configuration_change_hook.
2367 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
2368 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
2369 Use run_window_configuration_change_hook.
2370
ec1c4354
KH
23712008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
2372
2373 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
2374 1-pixel width.
2375
ae185452
KH
23762008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
2377
2378 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
2379 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
2380 if the glyph in the font is zero pixel with.
2381
2382 * dispextern.h (struct glyph_string): New member padding_p.
2383
2384 * w32font.c (w32font_draw): Pay attention to s->padding_p.
2385
2386 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
2387
2388 * xfont.c (xfont_draw): Pay attention to s->padding_p.
2389
2390 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
2391
eeca6f6f 2392 * font.c: If the font driver doesn't have `shape' function, return Qnil.
ae185452 2393
ffe832ea 23942008-02-25 Jason Rumney <jasonr@gnu.org>
c9029fe5 2395
ffe832ea 2396 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16782258 2397
06045130
SM
23982008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 Allow fine-grained image-cache flushing.
2401 * dispextern.h (struct image): Add `dependencies' field.
2402 (clear_image_caches): Change arg to Lisp_Object.
2403 * image.c (make_image): Initialize `dependencies' field.
2404 (clear_image_cache): Change arg to allow fine-grained flushing.
2405 Perform the flush even if image-cache-eviction-delay is nil.
2406 (clear_image_caches): Change arg to Lisp_Object.
2407 (Fclear_image_cache): Expand meaning of the argument.
2408 (mark_image): Mark `dependencies' field.
2409 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
2410 (lface_hash): Use XHASH rather than XFASTINT.
2411 (face_at_buffer_position): Fix int -> EMACS_INT position.
2412 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
2413 (select_frame_for_redisplay): Remove code duplication.
2414 (redisplay_internal): Adapt arg to call to clear_image_caches.
2415
9d2818d6
DN
24162008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2417
2418 * s/vms4-0.h:
2419 * s/vms4-2.h:
2420 * s/vms4-4.h:
2421 * s/vms5-5.h: Remove, unused.
2422
2423 * s/irix5-2.h:
2424 * s/irix6-0.h:
2425 * s/riscos5.h:
2426 * s/mach-bsd4-3.h:
2a2e8de7 2427 * m/mips4.h: Remove files for obsolete systems.
9d2818d6
DN
2428
2429 * Makefile.in:
2430 * filelock.c:
2431 * unexmips.c:
2432 * m/hp9000s300.h:
2433 * m/iris4d.h:
2434 * s/aix3-1.h:
2435 * s/hpux.h:
2436 * s/msdos.h:
2437 * s/usg5-0.h:
2438 * s/usg5-2-2.h:
2439 * s/usg5-2.h:
2440 * s/usg5-3.h: Remove references to obsolete variables.
2441
2442 * s/irix5-0.h: Remove, move all the contents ...
2443 * s/irix6-5.h: ... here. Simplify.
2444 * config.in: Regenerate.
2445
2a36efcf
JR
24462008-02-24 Jason Rumney <jasonr@gnu.org>
2447
c5ad7a3d 2448 * w32term.c (x_draw_glyph_string_background): Clear the background
2face669
JR
2449 manually when cleartype is in use.
2450 (x_draw_glyph_string_foreground): Draw text transparently when
2451 cleartype is in use.
2452
2a36efcf
JR
2453 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
2454 a font into it unless we have to.
2455
b03f96dc 24562008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
92a8ce63 2457
b03f96dc
MB
2458 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
2459 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
92a8ce63 2460
b03f96dc 24612008-02-18 Jason Rumney <jasonr@gnu.org>
92a8ce63 2462
b03f96dc 2463 * w32fns.c (Fw32_shell_execute): Encode parameters.
92a8ce63 2464
b03f96dc 24652008-02-09 Eli Zaretskii <eliz@gnu.org>
20f1ef2e 2466
b03f96dc 2467 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
32d0a9dc 2468
b03f96dc 24692008-02-05 Juanma Barranquero <lekktu@gmail.com>
20f1ef2e 2470
b03f96dc 2471 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
77d1daf2 2472
d5958163
CY
24732008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
2474
2475 * xterm.c (x_set_offset): Don't change the gravity if
2476 CHANGE_GRAVITY is -1.
2477
9997701e
CY
24782008-02-23 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * fileio.c (auto_save_error_occurred): New var.
2481 (auto_save_error): Set it.
2482 (Fdo_auto_save): Don't overwrite the error message if an auto-save
2483 error occurred.
2484
9d95a291
EZ
24852008-02-23 Eli Zaretskii <eliz@gnu.org>
2486
2487 * w32.c (globals_of_w32): Add initializations for
2488 g_b_init_get_sid_sub_authority and
2489 g_b_init_get_sid_sub_authority_count.
2490
43d1af23
SM
24912008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
2492
43a1d19b
SM
2493 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
2494 (font_parse_xlfd): Use them for sanity check.
608c3307 2495 (Finternal_set_font_style_table): Make sure the table is bijective.
43a1d19b 2496
354884c4
SM
2497 Consolidate the image_cache to the terminal struct.
2498 * termhooks.h (P_): Remove redundant def.
2499 (struct terminal): New field `image_cache'.
2500 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
2501 of FRAME_X_IMAGE_CACHE.
2502 * xterm.h (struct x_display_info): Remove image_cache field.
2503 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
2504 * w32term.h (struct w32_display_info): Remove image_cache field.
2505 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
2506 * macterm.h (struct mac_display_info): Remove image_cache field.
2507 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
2508 * xterm.c (x_term_init):
2509 * w32term.c (w32_term_init):
2510 * macterm.c (mac_term_init): Set the image_cache in the terminal.
2511 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
2512 Remove declarations.
2513 (clear_image_caches, mark_image_cache): New declarations.
2514 * xfaces.c (clear_face_cache):
2515 * xdisp.c (redisplay_internal): Use clear_image_caches.
2516 * image.c (clear_image_cache): Don't check that a frame is on
2517 a window-system before checking if it shares the same cache.
2518 (clear_image_caches): New function.
2519 (Fclear_image_cache): Use it.
2520 (mark_image): Move from allo.c.
2521 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
2522 * alloc.c (mark_image, mark_image_cache): Move to image.c.
2523 (mark_object): Don't call mark_image_cache for frames.
2524 (mark_terminals): Call mark_image_cache.
2525
c2e42690
SM
2526 * lisp.h (Fdelete_terminal): Declare.
2527
43d1af23
SM
2528 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
2529 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
2530 wrong_type_argument.
2531
cc8d1311
KH
25322008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
2533
2534 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
4a4bdfc7 2535 malayalam.el, and tamil.el. Add sinhala.el.
cc8d1311 2536
6bd92640
SM
25372008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2538
2539 * xterm.c (x_connection_closed): Consolidate identical tests.
2540 (x_delete_terminal): Don't crash if called via x_connection_closed.
2541
a73b5627
KH
25422008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
2543
2544 * xdisp.c (decode_mode_spec): New arg string.
6bd92640 2545 (display_mode_element): Adjust for the above change.
a73b5627 2546
1b511542
SM
25472008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2548
2549 * callint.c (Fcall_interactively): Use AREF.
2550
81aefea4
SM
25512008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
2554
880820fe 25552008-02-18 Jan Djärv <jan.h.d@swipnet.se>
2d7117fe
JD
2556
2557 * xfns.c (Fx_show_tip): Set string to " " if empty.
2558
a2b84f35
DN
25592008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
2560
2561 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
2562 with Qt.
2563
43c0454d
KH
25642008-02-17 Kenichi Handa <handa@m17n.org>
2565
2566 * ftfont.c (ftfont_shape): Return Lispy number.
2567
2568 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
2569 for GCs.
2570 (Finternal_set_font_selection_order): Call font_update_sort_order
2571 only when enable_font_backend is set.
2572 (realize_x_face): Set face->font_info to that of default face only
2573 when enable_font_backend is set.
2574
2575 * xdisp.c (handle_composition_prop): Set it->c to the fist
2576 characte of the composed region.
2577 (fill_composite_glyph_string): Set base_face->font_info to
2578 s->font_info. Get a face for ascii from base_face->ascii_face.
2579 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
2580 with a face already decided.
2581 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
2582 non-negative.
978bef9a
JB
2583 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
2584 call font_prepare_composition unconditionally.
43c0454d 2585
978bef9a 2586 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
43c0454d
KH
2587
2588 * xterm.h (struct x_display_info): New member font.
2589
2590 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
2591 (x_set_mouse_face_gc, x_new_font): Likewise.
2592 (x_term_init): Setup display_info->font.
2593 (x_delete_terminal): Free display_info->font.
2594
2595 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
2596
2597 * ftxfont.c (ftxfont_default_fid): Delete it.
2598 (ftxfont_open): Set xfont->fid to 0.
978bef9a 2599 (ftxfont_end_for_frame): Clear data specific to the frame and the
43c0454d
KH
2600 font-driver.
2601
2602 * xftfont.c (xftfont_default_fid): Delete it.
2603 (xftfont_open): Set xfont->fid to 0.
2604
2605 * fontset.c (FONTSET_OBJLIST): New macro.
2606 (fontset_find_font): Update font-object list of the fontset.
2607 (free_realized_fontset): New function.
2608 (free_face_fontset): Call free_realized_fontset.
2609 (Ffont_info): Call font_close_object only when enable_font_backend
2610 is set.
2611
2612 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
2613 [HAVE_NTGUI]: Include w32term.h.
2614 [MAC_OS]: Include macterm.ch.
2615 (font_otf_ValueRecord): Use make_number.
2616 (font_finish_cache): Fix handling of reference count.
2617 (font_clear_cache): Update num_fonts.
2618 (font_open_entity): Update smallest_char_width and
2619 smallest_font_height of the frame.
2620 (font_close_object): Update num_fonts.
2621 (Fclear_font_cache): Fix finding the target cache data.
2622
be617367
GM
26232008-02-16 Glenn Morris <rgm@gnu.org>
2624
2625 * fontset.c (Finternal_char_font): Fix compilation warning.
2626
2930d117
EZ
26272008-02-16 Eli Zaretskii <eliz@gnu.org>
2628
634d3003
EZ
2629 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
2630 instead of char arrays. Enlarge the size of array passed to
2631 get_token_information.
2632
2930d117
EZ
2633 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
2634 warnings.
2635
79214046
DN
26362008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
2637
2638 * .gdbinit: Don't set `args', it breaks gdb --args.
2639
7f5d2c72
SM
26402008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
2641
2642 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
2643 within a narrowed buffer.
2644
6edacc43
KH
26452008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
2646
b270d6af
JB
2647 * coding.c (decode_coding_object, encode_coding_object):
2648 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
6edacc43 2649
174105f7
SM
26502008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2651
b270d6af
JB
2652 * coding.c (coding_set_destination): Use BEG_BYTE rather than
2653 hardcoding 1.
13818c30
SM
2654 (detect_coding_system):
2655 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
2656 (string_char_to_byte, string_byte_to_char, insert_from_gap):
2657 * insdel.c (insert_from_gap):
2658 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
2659 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
2660 (string_to_multibyte):
2661 * character.c (chars_in_text, multibyte_chars_in_text):
2662 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
2663
f1c99628
SM
2664 * character.h (FETCH_STRING_CHAR_ADVANCE)
2665 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
2666 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
2667 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
2668
7927d8e3
SM
2669 * casefiddle.c (casify_region): Only call after-change and composition
2670 functions on the part of the region that was changed.
2671
adf6a429 2672 * keyboard.c (read_avail_input):
174105f7
SM
2673 * frame.c (Fdelete_frame): Call Fdelete_terminal.
2674
3ee24aec
SM
26752008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2676
2677 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
2678 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
2679
4ed4b975
JB
26802008-02-11 Juanma Barranquero <lekktu@gmail.com>
2681
2682 * w32menu.c (push_submenu_start, push_submenu_end)
2683 (push_left_right_boundary, push_menu_pane, push_menu_item):
2684 * keyboard.c (read_key_sequence): Don't pass args with side effects
2685 to AREF, it fails when compiling with -DENABLE_CHECKING.
2686
79e3bfb8
KH
26872008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
2688
4ed4b975
JB
2689 * Makefile.in (${lispsource}international/charprop.el):
2690 Delete this target.
6e76043f 2691
79e3bfb8
KH
2692 * search.c (boyer_moore): Fix incorrect synching of the trunk and
2693 emacs-unicode-2.
2694
5b8de9c5
SM
26952008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * terminal.c (Fdelete_terminal): Clean up the `force' path.
2698
eac1939a
SM
26992008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2700
c53956fe
SM
2701 * frame.c (Qnoelisp): New symbol.
2702 (syms_of_frame): Initialize it.
2703 (Fdelete_frame): Use it to distinguish a mere `force' passed from
2704 someharmles Elisp code, from a strong `force' from x_connection_closed.
2705 * frame.h (Qnoelisp): Declare.
2706 * xterm.c (x_connection_closed): Pass `noelisp'.
2707
eac1939a
SM
2708 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
2709 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
2710 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
2711 rather than `int' for the type of `type'.
2712
13f6772b
DN
27132008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2714
2715 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
2716
2717 * Makefile.in (GNUC): Remove support for gcc-1.x.
2718
e8455367
RS
27192008-02-10 Richard Stallman <rms@gnu.org>
2720
2721 * lisp.h (ASET): Use AREF, not ASLOT.
2722
4b75ffab
SM
27232008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2724
2725 * lisp.h (ASET): Check bounds.
2726
d224e8c2
GM
27272008-02-10 Glenn Morris <rgm@gnu.org>
2728
2729 * buffer.c (mode-name): Doc fix.
2730
4624371d
DN
27312008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
2732
290afd83
JB
2733 * Makefile.in:
2734 * emacs.c:
2735 * gmalloc.c:
2736 * keyboard.c:
2737 * lisp.h:
2738 * m/ibm370aix.h:
2739 * process.c:
2740 * regex.c:
2741 * s/hpux.h:
2742 * sysdep.c:
2743 * sysselect.h:
2744 * systty.h:
2745 * unexec.c:
2746 * w32term.c:
2747 * xsmfns.c:
2748 * xterm.c: Remove code that deals with obsolete variables.
4624371d
DN
2749
2750 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
2751
2752 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
2753 nothing else needs it anymore.
2754
274ec34b
EZ
27552008-02-09 Eli Zaretskii <eliz@gnu.org>
2756
2757 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
2758 instead of unibyte_char_to_multibyte.
2759
deeaffe1
DN
27602008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
2761
2762 * s/gnu-linux.h: Remove commented out code.
2763
4ed4b975 2764 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
deeaffe1
DN
2765
2766 * Makefile.in: Update what RMS says about using autoconf.
4ed4b975 2767 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
deeaffe1
DN
2768 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1):
2769 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
2770 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
2771
68b587a6
SM
27722008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2773
9141ca5e
SM
2774 * keymap.c (Fkey_description): Move side effect outside of macro call.
2775
dfae5f9a 2776 * xfaces.c (Finternal_make_lisp_face):
b1ebcadb
SM
2777 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
2778
ff7a2223
SM
2779 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
2780 (syms_of_fontset): Use ASET.
2781
68b587a6
SM
2782 * fns.c (concat): Move side effect outside of macro call.
2783 (hash_clear): Use ASET.
2784
a31787b1
RS
27852008-02-08 Richard Stallman <rms@gnu.org>
2786
2787 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
2788 If FORCE, and frame has a surrogate minibuffer for another frame,
2789 delete the other frame first.
2790
987be29b 27912008-02-07 Timo Savola <timo.savola@iki.fi>
1540a61a
JD
2792
2793 * xterm.c (x_detect_focus_change): Handle embed client message.
2794 (handle_one_xevent): Ditto.
2795 (handle_one_xevent): If embedded and we get a button press/release,
2796 request focus.
2797 (xembed_set_info, xembed_send_message): New functions.
2798 (x_make_frame_visible): Call xembed_set_info if embedded.
2799 (x_make_frame_invisible): Call xembed_set_info if embedded.
2800 (x_term_init): Initialize Xatom_XEMBED.
2801 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
2802 (x_iconify_frame): Ditto.
2803
2804 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
2805 (enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
2806 (enum xembed_modifier, enum xembed_accelerator): New.
2807 (xembed_set_info, xembed_send_message): Declare.
2808 (FRAME_X_EMBEDDED_P): New.
2809
2810 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
2811 gtk_plug_new.
2812
2813 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
2814 window ID of a frame.
2815 (x_window): Reparent frame if embedded.
2816 (Fx_create_frame): Don't set border width if embedded.
2817
2818 * emacs.c (USAGE3): Add --parent-id
2819 (standard_args): Ditto.
2820
880820fe 28212008-02-07 Jan Djärv <jan.h.d@swipnet.se>
f937a7db
JD
2822
2823 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
2824
92413ef3
JD
28252008-02-07 Jim Meyering <meyering@redhat.com>
2826
6f69e89b 2827 Use "do...while (0)", not "if (1)...else" in macro definitions.
987be29b
RF
2828 The latter provokes a warning from gcc about the empty else, when
2829 followed by ";". Also, without that trailing semicolon, it would
2830 silently swallow up any following statement.
2831 * syntax.h (SETUP_SYNTAX_TABLE):
2832 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
2833 * buffer.h (DECODE_POSITION): Likewise.
2834 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
2835 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
2836 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
2837 (FETCH_CHAR_ADVANCE): Likewise.
2838 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
92413ef3 2839
03fa5713
GM
28402008-02-07 Jim Meyering <meyering@redhat.com>
2841
2842 * lread.c [lint]: Don't include <sys/inode.h>.
2843
3ae565b3
SM
28442008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * xselect.c (x_handle_dnd_message):
2847 * xmenu.c (digest_single_submenu, xmenu_show):
2848 * xdisp.c (with_echo_area_buffer_unwind_data)
2849 (format_mode_line_unwind_data, unwind_format_mode_line)
2850 (display_menu_bar):
2851 * eval.c (Ffetch_bytecode):
2852 * doc.c (store_function_docstring):
2853 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
2854 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
2855 * buffer.c (add_overlay_mod_hooklist): Use ASET.
2856
146b6e55
KH
28572008-02-07 Kenichi Handa <handa@m17n.org>
2858
2859 * ftxfont.c (ftxfont_open): Don't set
2860 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
2861
2862 * ftfont.c (ftfont_open): Fix previous change.
2863
46a923ac
JR
28642008-02-06 Jason Rumney <jasonr@gnu.org>
2865
2866 * w32font.c (w32font_text_extents): Fill in lbearing metric.
2867 Use cached metrics for ASCII characters.
3ae565b3
SM
2868 (w32font_open_internal): Don't set font's owning_frame.
2869 Cache metrics for ASCII characters.
46a923ac
JR
2870
2871 * w32font.h (struct w32font_info): Add ascii_metrics.
2872 Remove owning_frame.
2873
da7d7c21
KH
28742008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
2875
2876 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
2877 to negative value.
2878
2879 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
2880
3ae565b3 2881 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
da7d7c21
KH
2882
2883 * charset.c (syms_of_charset): Set QCtest and Qeq.
2884
c62c8ddb
SM
28852008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2886
ca319910
SM
2887 * process.c (Fstart_process):
2888 * callproc.c (Fcall_process): Handle the case where
2889 Funhandled_file_name_directory returns nil.
2890
76860cbb
SM
2891 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
2892 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
f9ffa1ea
SM
2893 * font.c (check_gstring): Use them and AREF to access the vector before
2894 we know it's really a gstring.
2895 (Ffont_shape_text): Fix typo.
2896 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
76860cbb 2897
15139d67
SM
2898 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
2899 Declare.
2900
c62c8ddb
SM
2901 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
2902
04b65d2b
JR
29032008-02-05 Jason Rumney <jasonr@gnu.org>
2904
2905 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
2906 Set smallest_font_height and smallest_char_width in display info.
2907
fccaebfd
KH
29082008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
2909
2910 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
2911
e7d7fd8c
MB
29122008-02-05 Miles Bader <miles@gnu.org>
2913
2914 * xfaces.c (get_lface_attributes, merge_named_face)
2915 (lookup_named_face, lookup_derived_face, realize_named_face):
2916 Revert 2008-02-01 change by cyd@stupidchicken.com.
2917
3d4448a8
KH
29182008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
2919
2920 * fontset.c (Ffontset_info): Handle the case of inhibitting the
2921 fallback fonts.
15139d67 2922 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
3d4448a8 2923
5ace1ec1
JR
29242008-02-04 Jason Rumney <jasonr@gnu.org>
2925
2926 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
2927 set full_name.
e3a77b22 2928 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
5ace1ec1 2929
ffe42183
JR
29302008-02-03 Jason Rumney <jasonr@gnu.org>
2931
2932 * makefile.w32-in (OBJ1): Include font.o here.
2933 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
2934
526dc3b3
JR
29352008-02-02 Jason Rumney <jasonr@gnu.org>
2936
a0fece35 2937 * makefile.w32-in (temacs): Bump EMHEAP to 21.
526dc3b3 2938
af805c82
JR
29392008-02-01 Jason Rumney <jasonr@gnu.org>
2940
2941 * s/cygwin.h: Define VIRT_ADDR_VARIES.
2942
2943 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
2944
7f6519c5
AS
29452008-02-01 Andreas Schwab <schwab@suse.de>
2946
1f45f627 2947 * Makefile.in (shortlisp, lisp): Update for rename of
7f6519c5 2948 ../lisp/language/myanmar.el.
7f6519c5 2949
26f8aa27
CY
29502008-02-01 Chong Yidong <cyd@stupidchicken.com>
2951
1f45f627 2952 * xfaces.c (get_lface_attributes): Delete function.
26f8aa27
CY
2953 (merge_named_face, lookup_named_face, lookup_derived_face)
2954 (realize_named_face): Call lface_from_face_name directly, and use
2955 the fact that merge_face_vectors does not alter its FROM argument.
2956
73acf815 29572008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
2958
2959 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
1f45f627 2960 input in the default locale. Handle non-Unicode multibyte input.
aca7a3d2 2961
73acf815 29622008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
2963
2964 * fontset.c (reorder_font_vector): Exclude nil elements from the
2965 font group. Don't try multiple fonts.
15139d67 2966 (fontset_font): Adjust for the above change.
aca7a3d2
MB
2967 (Finternal_char_font): Return nil if the found font doesn't
2968 contain the character ch.
2969
4c4475a8 2970 * Makefile.in (lisp, shortlisp): Add cham.el.
aca7a3d2 2971
73acf815 29722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
2973
2974 * font.h (FONTP): Make it return 1 also for a font-object.
2975
2976 * .gdbinit (xfontset): New function.
2977
2978 * font.c (font_find_for_lface): Check if the character C is
2979 supported or not only for the first font.
2980
2981 * fontset.c (reorder_font_vector): Fix typo.
2982 (fontset_find_font): Don't add a font-spec specifying a script.
2983 Use 0 (not Qt) for the indication of empty font-group. Change the
2984 format of RFONT-DEF. Return Qt if no font in the font-group
2985 support the character.
15139d67 2986 (fontset_font): Adjust for the above change. If no font was
aca7a3d2 2987 found the character, remember that.
15139d67 2988 (face_for_char): Adjust for the change of RFONT-DEF.
aca7a3d2
MB
2989 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
2990 no font for the target.
15139d67 2991 (Finternal_char_font): Adjust for the change of RFONT-DEF.
aca7a3d2 2992
73acf815 29932008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
2994
2995 * font.c (font_load_for_face): Handle the case that the font in
2996 face->lface is a string.
2997
73acf815 29982008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 2999
1f45f627 3000 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
aca7a3d2 3001
73acf815 30022008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3003
3004 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
3005 Fix previous change. If the frame is not on a window system,
3006 signal an error.
3007
73acf815 30082008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 3009
4c4475a8
GM
3010 * coding.c (decode_coding_object, encode_coding_object): Adjust
3011 marker positions after conversion.
aca7a3d2
MB
3012
3013 * lisp.h (struct Lisp_Marker): New member need_adjustment.
3014
73acf815 30152008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3016
3017 * font.c (font_find_for_lface): Fix the handling of the return
3018 value of font_has_char.
3019 (Ffont_shape_text): Fix previous change.
3020
3021 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
3022 (fontset_ref_and_range): Delete it.
3023 (fontset_find_font): Call char_table_ref_and_range instead of
3024 FONTSET_REF_AND_RANGE.
3025 (make_fontset): Don't setup font groups of Latin here.
3026 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
3027 (new_fontset_from_font): Make the specified font the default for
3028 all Latin characters.
3029
73acf815 30302008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3031
3032 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
3033 is on a window system before accessing the fontset of the frame.
3034
73acf815 30352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 3036
1f45f627 3037 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
aca7a3d2
MB
3038
3039 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
3040 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
3041
3042 * font.c (Ffont_shape_text): If the font driver doesn't have a
3043 shaper function, make zero-width glyphs to have at least one-pixel
3044 width. Fix setting of `to' field of glyphs.
3045
73acf815 30462008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3047
3048 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
3049 glyphs.
3050
1f45f627 3051 * font.h (struct font_driver): Improve docstring of member `shape'.
aca7a3d2 3052
73acf815 30532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3054
3055 * composite.c (syms_of_composite): Fix docstring of
3056 auto-composition-function.
3057
3058 * font.h (LGLYPH_SIZE): New macro.
3059
3060 * font.c (Ffont_fill_gstring): Stop filling when a character not
3061 supported by the font is found.
3062 (Ffont_shape_text): When a shape callback function returns nil,
3063 try at most two more times with larger gstring.
15139d67 3064 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
aca7a3d2
MB
3065
3066 * xdisp.c (handle_auto_composed_prop): Change the argument to
3067 auto-composition-function.
3068
3069 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
3070 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
3071 Lispy glyph and store it in the lgstring.
3072
3073 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
3074
3075 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
3076
73acf815 30772008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3078
3079 * font.c (Ffont_shape_text): Avoid unnecessary composition.
3080
3081 * fontset.c (Vfont_encoding_charset_alist): New variable.
3082 (syms_of_fontset): DEFVAR it.
4c4475a8
GM
3083 (reorder_font_vector, fontset_find_font): Optimize for the case of
3084 no need of reordering.
aca7a3d2
MB
3085 (face_for_char): Map the charset property by
3086 Vfont_encoding_charset_alist.
3087
73acf815 30882008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3089
3090 * w32font.c (logfonts_match): Don't check adstyle here.
3091 (font_matches_spec): Check here against physical font instead.
3092 (add_font_entity_to_list): Avoid some substitutions.
3093
3094 * font.c (font_parse_fcname): Default weight and slant to normal.
3095 (font_score): Prefer normal fonts if weight or slant unspecified.
3096 (font_score) [WINDOWSNT]: Scale weight difference down to closer
3097 match freetype scores.
3098
73acf815 30992008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3100
3101 * w32font.c (w32font_text_extents): Don't use the frame stored in the
3102 font, as it may have been deleted.
3103 (w32_enumfont_pattern_entity): Map generic family to adstyle using
3104 most common hyphenless variation.
3105 (logfonts_match): Check generic family.
3106 (font_matches_spec): Don't check generic family here.
3107 (fill_in_logfont): Set generic family based on adstyle.
3108
3109 * w32font.h (w32font_get_cache): Update declaration.
3110
73acf815 31112008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3112
3113 * ftfont.c (ftfont_get_cache): Adjust the argument type.
3114
15139d67 3115 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
dde8403f 3116 If none of the new drivers are available, call font_update_drivers
aca7a3d2
MB
3117 with the old drivers.
3118
3119 * w32font.c (w32font_get_cache): Adjust the argument type.
3120
3121 * xfont.c (xfont_get_cache): Adjust the argument type.
3122
3123 * font.h (struct font_driver): Change argument type of get_cache.
3124
3125 * xftfont.c (xftfont_start_for_frame): Delete prototype.
3126
3127 * font.c (Ffont_get): Fix arguments to Fassoc.
15139d67 3128 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
aca7a3d2 3129 (font_clear_cache): New function.
4c4475a8 3130 (font_list_entities, font_matching_entity): Use font_get_cache.
15139d67 3131 (font_update_drivers): Call font_clear_cache when finishing a driver.
aca7a3d2
MB
3132
3133 * fontset.c (fontset_find_font): Fix previous change.
3134
73acf815 31352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3136
3137 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
3138 dpyinfo->font_table.
3139 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15139d67 3140 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
aca7a3d2
MB
3141
3142 * font.c (font_at): Handle the case that the arg C is negative.
3143 Handle the unibyte case.
3144 (Ffont_at): Call font_at with the arg C -1.
3145
3146 * xdisp.c (handle_auto_composed_prop): Don't get a character at
15139d67
SM
3147 the position here, and call font_at with the arg C -1.
3148 Don't check the range of the existing composition at the point.
aca7a3d2 3149
73acf815 31502008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 3151
15139d67 3152 * fontset.c (fontset_add): New args charset_id and family.
1f45f627 3153 Change caller.
4c4475a8
GM
3154 (load_font_get_repertory, fontset_find_font): Assume that
3155 font_spec is always a font-spec object.
aca7a3d2
MB
3156 (Fset_fontset_font): Always store a font-spec object in a fontset.
3157
3158 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
3159 instead of get_property_and_range.
3160
73acf815 31612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3162
3163 * xftfont.c (struct xftfont_info): Delete the member ft_face.
3164 (xftfont_open): Don't keep locking face.
3165 (xftfont_close): Don't unlock face.
4c4475a8 3166 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
aca7a3d2
MB
3167
3168 * fontset.c (fontset_find_font): Don't prefer a font of
3169 supplementary charset.
3170
73acf815 31712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 3172
1f45f627
GM
3173 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
3174 script, langsys_tag to langsys, new member script.
aca7a3d2
MB
3175 (OTF_TAG_STR): Terminate by '\0'.
3176 (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
3177 listing to the script specified in that property. Fix arg to
3178 OTF_check_features.
3179
73acf815 31802008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3181
3182 * w32font.h: New file.
3183
3184 * w32font.c: Include it.
3185 (struct w32font_info): Add owning_frame field. Move to w32font.h.
3186 (w32font_open): Set owning_frame.
3187 (w32font_text_extents): Use owning_frame.
3188 (struct font_callback_data): Add opentype_only field.
3189 (add_font_entity_to_list): Use it to filter fonts.
3190 Don't check against full name.
3191 (w32font_list_internal): New function.
3192 (w32font_list): Use it.
3193 (w32font_match_internal): New function.
3194 (w32font_match): Use it.
3195 (w32font_open_internal): New function.
3196 (w32font_open): Use it.
3197 (w32font_get_cache, w32font_close, w32font_has_char)
3198 (w32font_encode_char, w32font_text_extents, w32font_draw):
3199 Make non-static.
3200
3201 * makefile.w32-in (w32font.o): Depend on w32font.h.
3202
73acf815 32032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3204
3205 * charset.c (Fdefine_charset_internal): Record a supplementary
3206 charset at the tail of Vcharset_order_list.
3207
3208 * font.c (Ffont_shape_text): Fix the return value.
3209
3210 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
3211
3212 * xdisp.c (handle_auto_composed_prop): Fix previous change.
3213
73acf815 32142008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3215
3216 * ftfont.c (struct OpenTypeSpec): New struct.
3217 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
3218 (ftfont_get_open_type_spec): New function.
3219 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
3220
15139d67 3221 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
aca7a3d2 3222
73acf815 32232008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3224
3225 * w32font.c (add_font_entity_to_list): Compare only the beginning
3226 of full name.
3227
73acf815 32282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 3229
15139d67
SM
3230 * xdisp.c (handle_auto_composed_prop): Simplify the code.
3231 Never return HANDLED_RECOMPUTE_PROPS.
aca7a3d2 3232
73acf815 32332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3234
3235 * font.c (font_gstring_produce): Delete it.
3236
15139d67
SM
3237 * composite.h (COMPOSITION_METHOD):
3238 Handle COMPOSITION_WITH_GLYPH_STRING.
aca7a3d2 3239
73acf815 32402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 3241
15139d67 3242 * xfont.c (Qx): Delete.
aca7a3d2
MB
3243 (syms_of_xfont): Don't initialize Qx.
3244
15139d67
SM
3245 * composite.h (enum composition_method):
3246 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
aca7a3d2 3247
73acf815 32482008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3249
3250 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
3251 (choose_face_font): Accept new form of font-spec.
3252
3253 * frame.h (font_driver_list): Declare it unconditionally.
3254 (struct frame): Define members font_driver_list and font_data_list
3255 unconditionally.
3256
3257 * fontset.c: Include "font.h" unconditionally.
15139d67 3258 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
aca7a3d2
MB
3259 (Fset_fontset_font): Accept a font-spec object.
3260
3261 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
3262 PIXEL_SIZE part a wild card.
3263
3264 * dispextern.h (struct glyph_string): Define members clip and
3265 num_clips unconditionally.
3266 (struct face): Define members font_info and extra unconditionally.
3267
3268 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
3269 ftfont_info only when HAVE_LIBOTF is defined.
3270
73acf815 32712008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
3272
3273 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
3274 and end.
3275
73acf815 32762008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3277
3278 * w32font.c (w32font_driver): Add new fields.
3279
73acf815 32802008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 3281
aca7a3d2
MB
3282 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
3283 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
3284 (LIBES): Add @M17N_FLT_CFLAGS@.
3285
3286 * composite.c (compose_text): Don't treat the new style
3287 composition specially.
3288
3289 * emacs.c (main): Call syms_of_font unconditionally.
3290
3291 * font.h (FONT_ENTITY_NOT_LOADABLE)
3292 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
15139d67 3293 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
aca7a3d2 3294 (struct font_driver): New member shape.
1f45f627 3295 (font_registry_charsets): Extern it.
4c4475a8 3296 (font_find_for_lface, font_prepare_composition): Adjust prototype.
aca7a3d2
MB
3297 (font_otf_capability, font_drive_otf): Delete their externs.
3298
3299 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
4c4475a8
GM
3300 (font_charset_alist, font_registry_charsets): Move from xfont.c
3301 and rename.
aca7a3d2
MB
3302 (font_prop_validate_otf): New function.
3303 (font_property_table): Register it for QCotf.
3304 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
15139d67 3305 (font_drive_otf): Delete.
1f45f627 3306 (font_prepare_composition): New arg F. Adjust for the change of
aca7a3d2
MB
3307 lispy gstring.
3308 (font_find_for_lface): New arg C.
15139d67 3309 (font_load_for_face): Adjust for the change of font_find_for_lface.
4c4475a8
GM
3310 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
3311 lispy gstring.
aca7a3d2
MB
3312 (Ffont_shape_text): New function.
3313 (Fopen_font): If the font size is not given, use 12-pixel.
3314 (Ffont_at): New arg STRING.
15139d67
SM
3315 (syms_of_font): Initalize font_charset_alist.
3316 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
aca7a3d2
MB
3317 conditionally.
3318
3319 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
3320 fonts of the same font-spec. Change the format of RFONT-DEF.
4c4475a8
GM
3321 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
3322 Adjust for the change of RFONT-DEF.
15139d67 3323 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
aca7a3d2
MB
3324
3325 * ftfont.h: New file.
3326
3327 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
3328 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
3329 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
3330 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
3331 font_otf_capability and font_drive_otf, set ftfont_shape.
15139d67 3332 (ftfont_list): Adjust for the change of :otf property value.
aca7a3d2
MB
3333 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
3334 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
3335 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
3336 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.s
3337 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
3338 (otf_gstring, gstring, m17n_flt_initialized): New variables.
3339
15139d67
SM
3340 * w32term.c (x_draw_composite_glyph_string_foreground):
3341 Adjust for the change of lispy gstring.
aca7a3d2 3342
15139d67 3343 * xdisp.c (handle_composition_prop): Adjust for the change of
aca7a3d2 3344 lispy gstring. Call a function for auto-composition with the
15139d67
SM
3345 third arg it->window.
3346 (fill_composite_glyph_string): Adjust for the change of lispy string.
3347 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
aca7a3d2 3348
15139d67 3349 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
3350 font_find_for_lface.
3351
1f45f627
GM
3352 * xfont.c (x_font_charset_alist): Move to font.c and rename.
3353 (xfont_registry_charsets): Likewise. Change caller.
aca7a3d2
MB
3354 (syms_of_xfont): Don't handle x_font_charset_alist.
3355
3356 * xftfont.c: Include "ftfont.h".
15139d67 3357 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
aca7a3d2
MB
3358 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
3359 (xftfont_close) [HAVE_LIBOTF]: Close otf.
3360 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15139d67
SM
3361 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
3362 Set xftfont_driver.shape to xftfont_shape.
aca7a3d2 3363
15139d67 3364 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
3365 the change of lispy gstring.
3366
73acf815 33672008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3368
3369 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
3370
73acf815 33712008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3372
3373 * w32font.c (w32font_draw): Fill background manually.
3374
73acf815 33752008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3376
3377 * font.c (Qfontp): Remove unused symbol.
3378 (QCantialias): New symbol.
3379 (syms_of_font): Define it.
3380 (font_property_table): Set a validator for QCantialias.
3381
15139d67
SM
3382 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
3383 Define if not already.
aca7a3d2
MB
3384 (QCfamily): Share with xfaces.c.
3385 (Qstandard, Qsubpixel, Qnatural): New symbols.
1f45f627 3386 (syms_of_w32font): Define them. Don't define QCfamily here.
aca7a3d2
MB
3387 (w32_antialias_type, lispy_antialias_type): New functions.
3388 (w32_enumfont_pattern_entity): New arg requested_font.
3389 Set antialias parameter if non-default was requested.
3390 (fill_in_logfont): Fill in lfQuality if :antialias specified.
3391
73acf815 33922008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3393
3394 * lread.c (read1): Undo the previous change.
3395
73acf815 33962008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
aca7a3d2
MB
3397
3398 * frame.c (Fdelete_frame): Call font_update_drivers only when
6f69e89b 3399 USE_FONT_BACKEND is defined.
aca7a3d2 3400
73acf815 34012008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3402
3403 * font.h (struct font_bitmap): New member bits_per_pixel.
3404 (struct font_driver): New members start_for_frame and end_for_frame.
3405 (struct font_data_list): New struct.
3406 (font_put_frame_data, font_get_frame_data): Extern them.
3407
3408 * frame.h (struct frame): New member font_data_list.
3409
3410 * font.c (font_update_drivers): Call driver->start_for_frame and
3411 driver->end_for_frame at proper timings.
3412 (font_put_frame_data, font_get_frame_data): New functions.
3413 (Ffont_spec): Add usage in the docstring.
3414
3415 * frame.c (make_frame): Initialize f->font_data_list to NULL.
3416 (Fdelete_frame): Call font_update_drivers.
3417
3418 * xftfont.c (struct xftface_info): Delete the member xft_draw.
4c4475a8 3419 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
aca7a3d2
MB
3420 (xftfont_get_xft_draw): New function.
3421 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
3422 (xftfont_end_for_frame): New function.
3423 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
3424
15139d67 3425 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
1f45f627 3426 Change argument. Cache GCs in the per-frame data.
aca7a3d2
MB
3427 (struct ftxfont_frame_data): New struct.
3428 (ftxfont_draw_bitmap): New arg gc_fore and flush.
3429 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
15139d67 3430 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
aca7a3d2
MB
3431 (ftxfont_end_for_frame): New function.
3432 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
3433
3434 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
3435
73acf815 34362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3437
3438 * xselect.c (Vselection_coding_system)
3439 (Vnext_selection_coding_system): Delete them.
3440 (syms_of_xselect): Don't declare selection-coding-system and
3441 next-selection-coding-system. They are declared in select.el.
3442
73acf815 34432008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3444
3445 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
3446
3447 * w32fns.c: Include imm.h.
3448 (get_composition_string_fn, get_ime_context_fn): New optional
3449 system functions.
3450 (globals_of_w32fns): Load them from imm32.dll.
3451 (ignore_ime_char): New flag.
3452 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
3453 WM_IME_ENDCOMPOSITION messages.
3454
3455 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
3456 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
3457
73acf815 34582008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3459
3460 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
3461 (READCHAR_REPORT_MULTIBYTE): New macro.
3462 (readchar): New 2nd arg MULTIBYTE.
15139d67
SM
3463 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
3464 Make symbol's name multibyte according to the multibyteness of the
aca7a3d2
MB
3465 source.
3466
73acf815 34672008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3468
3469 * xfaces.c (face_for_overlay_string): Call lookup_face with
3470 correct arguments (fix of synching with the trunk).
3471
73acf815 34722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 3473
4c4475a8
GM
3474 * font.c (font_prop_validate_symbol, font_prop_validate_style)
3475 (font_prop_validate_non_neg, font_prop_validate_spacing):
3476 Delete argument prop_index.
15139d67
SM
3477 (font_property_table): Change arguments to validater. Change Callers.
3478 (font_lispy_object): Delete.
aca7a3d2
MB
3479 (font_at): Use font_find_object instead fo font_lispy_object.
3480
73acf815 34812008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3482
3483 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
3484 and file names.
3485
73acf815 34862008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3487
3488 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
3489 (font_matches_spec): Remove debug output.
3490 (add_font_entity_to_list): Avoid using substituted fonts.
3491
73acf815 34922008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3493
3494 * doc.c (Fsnarf_documentation):
3495 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
3496
73acf815 34972008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 3498
290afd83 3499 * dispextern.h (struct glyph_row): Only define "clip" field if
aca7a3d2
MB
3500 HAVE_WINDOW_SYSTEM is defined.
3501
73acf815 35022008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
3503
3504 Fix up multi-tty merge.
3505
3506 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
3507 and indentation.
3508
3509 * xfaces.c (free_realized_face, clear_face_gcs):
3510 Include font_done_for_face in the input_blocked section, just in case.
3511
3512 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
3513 (get_char_face_and_encoding): Undo last change and remove the *other*
3514 duplicate definition (i.e. keep the one that's better scoped and that
3515 includes code for the font-backend).
3516
3517 * terminal.c (create_terminal): Default keyboard_coding to
3518 `no-conversion' and terminal_coding to `undecided'.
3519
3520 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
3521
3522 * fontset.c (free_realized_fontsets): Check that the table entry does
3523 contain a fontset before trying to compare it to `base'.
3524
3525 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
3526 syms_of_charset, and syms_of_coding earlier because init_window_once
3527 now needs Vcoding_system_hash_table to be setup.
3528
3529 * coding.h (default_buffer_file_coding): Remove.
3530
3531 * coding.c (default_buffer_file_coding): Remove.
3532 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
3533 than ->symbol, and use the terminal-local coding system.
3534 (syms_of_coding): Don't setup the coding-systems that are not
3535 terminal-local.
3536 (Fdefine_coding_system_internal): Use XCAR/XCDR.
3537
3538 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
3539 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
3540
3541 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
3542 in chartab.c and were re-added here by mistake.
3543 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
3544
3545 * doc.c (Fsnarf_documentation):
3546 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
3547 src to etc.
3548
3549 * ChangeLog.10: Add mistakenly removed entry.
3550
73acf815 35512008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
aca7a3d2
MB
3552
3553 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
3554
73acf815 35552008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
3556
3557 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
3558 Add extra args to FACE_FOR_CHAR.
3559
73acf815 35602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3561
3562 * keymap.c (where_is_internal_1): If key is a cons, store the copy
3563 in sequence.
3564
4c4475a8
GM
3565 * chartab.c (map_sub_char_table, map_char_table): If the range
3566 contains just one character, call the function with that character
3567 even if the depth is not 3.
aca7a3d2 3568
73acf815 35692008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3570
3571 * w32font.c (w32font_text_extents): Calculate metrics for the
3572 whole string.
3573
73acf815 35742008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3575
3576 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
3577
73acf815 35782008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3579
3580 * w32term.c (x_set_glyph_string_clipping): Use
3581 get_glyph_string_clip_rects.
4c4475a8
GM
3582 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
3583 Adjust for the change of struct glyph_string.
aca7a3d2
MB
3584
3585 * w32font.c (w32font_draw): Do clipping here.
3586
73acf815 35872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 3588
1f45f627 3589 * xftfont.c (xftfont_draw): Adjust for the change of struct
aca7a3d2
MB
3590 glyph_string.
3591
3592 * xterm.c (x_set_glyph_string_clipping): Use
3593 get_glyph_string_clip_rects.
4c4475a8
GM
3594 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
3595 Adjust for the change of struct glyph_string.
aca7a3d2
MB
3596
3597 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
3598 the resulting clip(s}.
1f45f627 3599 (expose_overlaps): Add arg r. Change callers. Set it to
aca7a3d2
MB
3600 row->clip temporarily.
3601 (expose_window): Redraw rows overlapping the exposed area.
3602
3603 * dispextern.h (struct glyph_row): New member clip.
3604 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
3605 clip_height, new member clip, and num_clips.
3606
73acf815 36072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3608
3609 * data.c (Fchar_or_string_p): Fix docstring.
3610
73acf815 36112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3612
3613 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
3614 create a temporal XftDraw object.
3615
73acf815 36162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3617
3618 * font.c (Ffontp): Fix docstring.
3619
3620 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
3621 strong evidence of ISO-2022.
3622
73acf815 36232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3624
3625 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
3626 SYNTAX_ENTRY_FOLLOW_PARENT.
3627
73acf815 36282008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
3629
3630 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
3631 its type.
3632 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
3633 Update to the new type of weak_hash_tables and next_weak.
3634
3635 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
3636 a plain C pointer to Lisp_Hash_Table.
3637
3638 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
3639 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
3640 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
3641 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
3642 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
3643 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
3644 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
3645 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
3646 (GC_EQ): Remove since they've been identical to their non-GC_
3647 alter-egos ever since the markbit was eradicated.
3648
290afd83
JB
3649 * alloc.c:
3650 * buffer.c:
3651 * buffer.h:
3652 * data.c:
3653 * fileio.c:
3654 * filelock.c:
3655 * fns.c:
3656 * frame.h:
3657 * lisp.h:
3658 * macterm.c:
3659 * print.c:
3660 * process.c:
3661 * w32fns.c:
3662 * w32menu.c:
3663 * w32term.c:
3664 * xfns.c:
3665 * xmenu.c:
3666 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
aca7a3d2 3667
73acf815 36682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3669
3670 * chartab.c (map_sub_char_table): Make it work for the top-level
3671 char-table. Fix handling of parent char-table.
c5ad7a3d 3672 (map_char_table): Adjust for the above change.
aca7a3d2 3673
73acf815 36742008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3675
3676 * w32font.c (Qgdi): Rename from Qw32.
3677
73acf815 36782008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3679
3680 * w32bdf.c (get_quoted_string): Make function static.
3681
73acf815 36822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3683
3684 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
3685 bigger ascent and descent than those of the font, use them as
3686 font's ascent and descent.
3687
73acf815 36882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3689
3690 * Makefile.in (${lispsource}international/charprop.el): Move this
3691 target within "#ifdef HAVE_UNIDATA" and "#endif".
3692
73acf815 36932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3694
3695 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
3696 (shortlisp): Add ../lisp/language/tai-viet.el.
3697
1f45f627 36982008-02-01 Ulrich Mueller <ulm@gentoo.org>
aca7a3d2
MB
3699
3700 * Makefile.in (${lispsource}international/charprop.el): Depend on
3701 temacs${EXEEXT}.
3702
73acf815 37032008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3704
3705 * w32font.c (w32font_close): Delete the GDI font object.
3706
6f69e89b 3707 * w32menu.c: Include character.h.
aca7a3d2
MB
3708
3709 * w32proc.c: Likewise.
3710
3711 * w32select.c: Likewise.
3712
6f69e89b 3713 * makefile.w32-in (w32proc.o): Depend on character.h.
aca7a3d2 3714
73acf815 37152008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3716
3717 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
3718
3719 * w32menu.c (syms_of_w32menu): Likewise.
3720
3721 * w32proc.c (syms_of_ntproc): Likewise.
3722
3723 * w32select.c (syms_of_w32select): Likewise.
3724
3725 * w32term.c (syms_of_w32term): Likewise.
3726
73acf815 37272008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3728
3729 * w32font.c (w32font_draw): Delete brush after using it.
3730
73acf815 37312008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3732
3733 * w32font.c (w32font_open): Don't set font_idx.
3734 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
3735 to font settings.
3736 (w32font_draw): Fill background explicitly.
3737
73acf815 37382008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3739
3740 * w32term.c (w32_initialize): Don't call w32font_initialize.
3741
3742 * w32font.c (w32font_info): Remove subranges.
3743 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
3744 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
3745 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
3746 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
3747 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
3748 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
3749 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
3750 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
3751 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
3752 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
3753 New symbols.
3754 (font_callback_data): New struct.
3755 (w32font_list, w32font_match): Use it.
3756 (w32font_open): Don't populate subranges.
3757 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
3758 (w32font_encode_char): Always return unicode code-point as-is.
3759 (w32font_text_extents): Supply a tranformation matrix to
1f45f627
GM
3760 GetGlyphOutline. Never look up by glyph index. Avoid looping
3761 twice. Use unicode version of GetTexExtentPoint32 instead of
aca7a3d2
MB
3762 glyph index version.
3763 (set_fonts_frame): Remove
3764 (w32_enumfont_pattern_entity): Add frame parameter, use it to
1f45f627
GM
3765 set frame parameter. Use backward compatible fake foundries.
3766 Save generic family in extra slot under QCfamily. Make width slot
3767 constant. Save QCspacing value. Save list of scripts instead of
aca7a3d2
MB
3768 binary subranges.
3769 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
1f45f627 3770 (add_font_entity_to_list): Use font_callback_data struct. Filter
aca7a3d2
MB
3771 unwanted fonts.
3772 (add_one_font_entity_to_list): Use font_callback_data struct.
1f45f627
GM
3773 (w32_registry): Default to iso10646_1.
3774 (fill_in_logfont): Use dpi from extra slot. Don't bother with
3775 string font registries. Don't fill in font name if it is a generic
3776 family name, fill family instead. Use spacing, family and script
aca7a3d2
MB
3777 extra info to fill pitch, family and charset fields.
3778 (list_all_matching_fonts): Use font_callback_data struct.
3779 (unicode_range_for_char): Remove.
3780 (font_supported_scripts): New function.
3781 (w32font_initialize): Remove.
3782 (syms_of_w32font): Update which symbols are defined.
3783
73acf815 37842008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3785
3786 * font.c (font_pixel_size): Reverse assq_no_quit args.
3787
3788 * w32term.h (FONT_WIDTH): Report max width, not average.
3789 (FONT_MAX_WIDTH): Remove.
3790 (FONT_AVG_WIDTH): New macro.
3791
3792 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
3793 redefinition of FONT_WIDTH.
3794
3795 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
3796 (w32_cache_char_metrics): Use FONT_WIDTH.
3797
3798 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
3799
73acf815 38002008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3801
3802 * w32font.c (w32font_open): Make lfHeight negative.
3803
3804 * w32fns.c (x_default_font_parameter): Use new style font name.
3805 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
3806
73acf815 38072008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3808
3809 * w32font.c (QCsubranges): New symbol.
3810 (w32font_open, w32font_has_char): Get subranges from subproperty
3811 of extra.
3812 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
3813 (syms_of_w32font): Define :subranges symbol.
3814
3815 * font.c (font_put_extra): Expose externally.
3816
1f45f627 3817 * font.h (font_put_extra): Move declaration from font.c.
aca7a3d2
MB
3818
3819 * font.c (Ffont_get): Use font driver to determine otf capability.
3820 (adjust_anchor): Check if driver defines anchor_point before using.
3821
3822 * w32font.c (w32font_open): Handle size, height and pixel_size better.
3823 (w32font_draw): Use options.
3824 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
3825 Fix detection of truetype fonts.
3826 (registry_to_w32_charset): Handle charsets other than iso8859-1
3827 expressed as lisp symbols.
3828 (w32_registry): Express charset as lisp symbol.
3829 (fill_in_logfont): Reverse pixel and point height logic.
1f45f627 3830 Don't set width here. Set quality to default.
aca7a3d2
MB
3831
3832 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
3833 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
3834
3835 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
3836 Remove redundant loop and allocation.
3837
3838 * makefile.w32-in (font.o, w32font.o): New objects.
6f69e89b 3839 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
aca7a3d2
MB
3840 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
3841
3842 * xdisp.c (fill_composite_glyph_string): Make the first arg to
3843 STORE_XCHARB a valid l-value.
3844
3845 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
3846 calculations for non-Truetype fonts.
3847 (x_draw_glyph_string): Sync with xterm.c.
3848 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]: Remove
3849 redundant code.
3850 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
3851
3852 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
3853 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
3854
3855 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
3856 (x_to_w32_charset, w32_to_x_charset): Expose externally.
3857
3858 * w32font.c: New file for w32 font backend.
3859
73acf815 38602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3861
3862 * term.c: Don't include "buffer.h" twice.
3863
73acf815 38642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3865
3866 * character.c (Funibyte_string): New function.
3867 (syms_of_character): Defsubr it.
3868
73acf815 38692008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3870
3871 * w32term.c [USE_FONT_BACKEND]:
3872 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc):
3873 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly):
3874 (x_draw_glyph_string, x_draw_glyph_string_foreground):
3875 (x_draw_composite_glyph_string_foreground, x_new_fontset2):
3876 (x_free_frame_resources): Sync with xterm.c.
3877
73acf815 38782008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
3879
3880 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
3881 char-table size.
3882
73acf815 38832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3884
3885 * font.c (check_otf_features): Define it regardless of
3886 HAVE_LIBOTF.
3887
73acf815 38882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3889
3890 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
3891 font_otf_gpos, add font_drive_otf.
3892
3893 * fontset.c (fontset_find_font): Pay attention to font size
3894 specified for a font.
3895 (reorder_font_vector): Check contents of font_def.
3896
3897 * font.c (struct otf_list): Delete it.
6f69e89b 3898 (otf_list): Make it a lisp variable.
aca7a3d2 3899 (otf_open): Use lispy otf_list.
1f45f627 3900 (generate_otf_features): Rename from parse_gsub_gpos_spec.
aca7a3d2
MB
3901 (check_otf_features): New function.
3902 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor): New
3903 functinos.
3904 (font_drive_otf): New function merging font_otf_gsub and
3905 font_otf_gpos.
3906 (font_open_for_lface): New arg spec. Change argument order.
1f45f627 3907 (font_load_for_face): Adjust for the change of font_open_for_lface.
aca7a3d2
MB
3908 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
3909 Ffont_otf_gpos.
3910 (syms_of_font): Staticpro otf_list. Delete defsubr of
3911 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
3912
1f45f627 3913 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
3914 font_open_for_lface.
3915
3916 * font.h (font_open_for_lface): Adjust prototype.
3917 (struct font_driver): Delete members otf_gsub and otf_gpos, add
3918 member otf_drive.
3919 (font_otf_gsub, font_otf_gpos): Delete externs.
3920 (font_drive_otf): Extern it.
3921
73acf815 39222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3923
3924 * font.c (font_at): If the window W is not on a window system,
3925 return Qnil.
3926
4c4475a8
GM
3927 * coding.c (produce_chars, encode_coding): Don't call
3928 insert_from_gap if no characters to produce.
aca7a3d2 3929
73acf815 39302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3931
3932 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
3933 Fclear_face_cache.
3934
3935 * xfaces.c (face_for_font): Check also face->font==font->font.font.
3936
73acf815 39372008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
3938
3939 * emacs.c (main): Change default value of `enable_font_backend' to 1.
3940 Parse "--disable-font-backend" option.
3941 (standard_args): Add "--disable-font-backend" option.
3942
73acf815 39432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3944
3945 * fontset.c (fontset_find_font): New function.
3946 (fontset_font): Use fontset_find_font.
3947 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
3948 Register the specified font for all Latin characters.
3949 (new_fontset_from_font): Register the specified font for all Latin
3950 characters.
3951 (dump_fontset): For a realized fontset, include the base fontset
3952 name in the returned vector.
3953
73acf815 39542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3955
3956 * character.h (CHAR_STRING): Cast C to unsigned on calling
3957 char_string.
3958
3959 * character.c (char_string): Type of arg C changed to unsigned.
3960 Signal an error if C is an invalid character code.
3961
4c4475a8
GM
3962 * editfns.c (general_insert_function, Fchar_to_string):
3963 Use CHARACTERP, not INTEGERP.
aca7a3d2 3964
73acf815 39652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3966
3967 * character.h (MIN_MULTIBYTE_LEADING_CODE)
3968 (MAX_MULTIBYTE_LEADING_CODE): New macros.
3969
3970 * regex.c (analyse_first): Fix for multibyte characters in "case
3971 charset:" and "case categoryspec:".
3972
73acf815 39732008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
3974
3975 * Makefile.in (LIBES): Move standard libraries to the end.
3976
73acf815 39772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3978
3979 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
3980 nonzero, don't shrink the buffer nextb.
3981
3982 * buffer.h (struct buffer_text): New member inhibit_shrinking.
3983
3984 * coding.c (coding_alloc_by_making_gap): New arg offset.
3985 (alloc_destination): Call coding_alloc_by_making_gap with the arg
3986 offset.
3987 (decode_coding_iso_2022): Update coding->safe_charsets.
3988 (decode_coding_gap): Temporarily set
3989 current_buffer->text->inhibit_shrinking to 1.
3990
73acf815 39912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3992
3993 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
3994 indexing into elements of s->cmp and s->char2b.
3995
73acf815 39962008-02-01 Juanma Barranquero <lekktu@gmail.com>
aca7a3d2
MB
3997
3998 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
3999
73acf815 40002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4001
4002 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
4003 target_multibyte instead of multibyte.
4004 (re_match_2_internal): Call bcmp_translate with target_multibyte.
4005 (bcmp_translate): Change the argument name from multibyte to
4006 target_multibyte.
4007
73acf815 40082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4009
4010 These changes are to compile a regexp into a pattern that can be
4011 used both for multibyte and unibyte targets.
4012
4013 * Makefile.in (search.o): Depend on charset.h.
4014
4015 * character.c (multibyte_char_to_unibyte_safe): New function.
4016
4017 * search.c: Include "charset.h".
4018 (compile_pattern_1): Delete argument multibyte. Don't set
4019 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
4020 (compile_pattern): Don't compare cp->buf.target_multibyte.
4021 Compare cp->buf.charset_unibyte.
4022 (compile_pattern): Set cp->buf.target_multibyte.
4023
4024 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
4025
4026 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
4027
4028 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
1f45f627 4029 multibyte. Change callers.
aca7a3d2 4030 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
1f45f627
GM
4031 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
4032 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
aca7a3d2
MB
4033 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
4034 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
4035 (regex_compile): Make the compiled pattern usable both for
4036 multibyte and unibyte targets.
4037 (analyse_first): Make the fastmap usable both for multibyte and
4038 unibyte targets.
1f45f627 4039 (TRANSLATE_VIA_MULTIBYTE): Delete.
aca7a3d2
MB
4040 (re_match_2_internal): Pay attention to the case that the
4041 multibyteness of bufp and target may be different.
4042
73acf815 40432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4044
4045 * xdisp.c (x_produce_glyphs): When a font is not found, make the
4046 empty box occupy at least one column width.
4047
73acf815 40482008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
4049
4050 * Makefile.in: Remove redundant HAVE_XFT clause.
4051
73acf815 40522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4053
4054 * xrdb.c (x_load_resources): Setup the default fontSet X reource.
4055
73acf815 40562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4057
4058 * fontset.c (Finternal_char_font): Fix for the case of POSITION
4059 being nil.
4060
73acf815 40612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4062
4063 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
4064
73acf815 40652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4066
4067 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
4068
73acf815 40692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4070
4071 * search.c (simple_search): Fix previous change.
4072
73acf815 40732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4074
4075 * xftfont.c (ftfont_font_format): Extern declaration.
4076
4077 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
4078
4079 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
4080 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
4081
4082 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
4083 (ftfont_font_format): Fix previous change.
4084
4085 * font.h (Ffont_xlfd_name): EXFUN it.
4086
4087 * font.c (font_parse_xlfd): Fix the array size of `f'.
4088 (register_font_driver): Use EQ to compare driver->type.
4089
4090 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
4091 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
4092 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
4093
73acf815 40942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4095
4c4475a8
GM
4096 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
4097 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
aca7a3d2 4098
73acf815 40992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4100
4101 * xfont.c (xfont_open): Set font->format.
4102
4103 * xftfont.c (xftfont_open): Set font->format.
4104
4105 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
4106 (ftfont_list): Include FC_FONTFORMAT in FcObject.
4107 (ftfont_open): Set font->format.
4108 (ftfont_font_format): New function.
4109
4110 * font.h (struct font): New memeber format.
4111
4112 * font.c (Qopentype): New variable.
4113 (syms_of_font): Defsym it.
4114 (Fquery_font): Change the format of the last element of the return
4115 value.
4116
73acf815 41172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4118
4119 * xfns.c (xic_create_xfontset): Try the default fontset name as a
4120 last resort.
4121
73acf815 41222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4123
4124 * coding.c (detect_coding_charset): Fix detection of multi-byte
4125 charset.
4126
73acf815 41272008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
aca7a3d2
MB
4128
4129 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
4130
73acf815 41312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4132
4133 * xdisp.c (get_next_display_element): Set it->face_id for the
4134 first component of a composition.
1f45f627 4135 (x_produce_glyphs): Check if the font is changed or not for composition.
aca7a3d2 4136
73acf815 41372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4138
4139 (get_next_display_element): Set it->face_id for the
4140 first component of a composition.
1f45f627 4141 (x_produce_glyphs): Check if the font is changed or not for composition.
aca7a3d2 4142
73acf815 41432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4144
4145 * fontset.c (Qlatin): New variable.
4146 (syms_of_fontset): Define it as a lisp symbol.
1f45f627 4147 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
aca7a3d2 4148
73acf815 41492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4150
4151 * font.c (font_unparse_fcname): Pay attention to the case that
4152 some of font property is a null string.
4153
73acf815 41542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4155
4156 * term.c: Include "composite.h".
4157 (encode_terminal_code): Output all components of composition.
4158 Check the size of encode_terminal_src.
424c157f 4159 (produce_glyphs): For composition, call produce_composite_glyph.
aca7a3d2
MB
4160 (append_composite_glyph, produce_composite_glyph): New functions.
4161
4162 * xdisp.c (x_produce_glyphs): In handling composition, if a font
4163 is not found, get font_info from the current ascii face.
4164
73acf815 41652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4166
4167 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
4168 buffer-file-name to Qnil before calling insert_from_buffer.
4169
4170 * font.c (font_unparse_fcname): Pay attention to the case that
4171 foundry is a null string.
4172
73acf815 41732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4174
4175 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
4176
4177 * font.c (Qunicode_sip): New variable.
4178 (syms_of_font): Declare it as a Lisp symbol.
4179
4180 * font.h (Qunicode_sip): Extern it.
4181
73acf815 41822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4183
1f45f627 4184 * composite.c (get_composition_id): Pay attention to TAB component.
aca7a3d2
MB
4185
4186 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
1f45f627 4187 TAB. Adjust for the change of s->char2b which always points to
aca7a3d2
MB
4188 the first elememnt of allocated memory.
4189
1f45f627 4190 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
aca7a3d2
MB
4191
4192 * xdisp.c (handle_composition_prop): Set it->c to the first
4193 non-TAB component.
1f45f627
GM
4194 (fill_composite_glyph_string): Change argument.
4195 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
aca7a3d2
MB
4196 (x_produce_glyphs): Fix handling of left/right padding.
4197
73acf815 41982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4199
4200 * coding.c (detect_coding_system): Fix for handling off
4201 inhibit_iso_escape_detection. Fix for the case that no coding
4202 system is defined for a specific coding category.
4203
73acf815 42042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4205
1f45f627 4206 * font.c (font_matching_entity): Delete unused local var.
aca7a3d2
MB
4207
4208 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
4209 opening a font.
4210
4211 * fileio.c (Finsert_file_contents): On recovering a file, assume
4212 Unix-like eol.
4213 (choose_write_coding_system): On auto-saving a file, force
4214 Unix-like eol.
4215
4216 * coding.c (setup_coding_system): Fix setting of
4217 coding->common_flags based on eol_type.
4218 (coding_inherit_eol_type): If PARENT is not nil, be sure to
4219 inherit from it.
4220
73acf815 42212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4222
1f45f627 4223 * alloc.c (NSTATICS): Increas to 0x600.
aca7a3d2 4224
73acf815 42252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4226
1f45f627 4227 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
aca7a3d2
MB
4228 (ftfont_list): Don't check :name property.
4229 (ftfont_match): New function.
4230 (ftfont_pattern_entity): If the pattern doesn't contain
4231 FC_SPACING, don't assuce FC_MONO.
4232
4233 * font.h (struct font_driver): New member `match'.
1f45f627 4234 (font_update_drivers): Adjust prototype.
aca7a3d2 4235
4c4475a8
GM
4236 * font.c (font_parse_fcname, font_parse_name): Don't change :name
4237 property of FONT.
aca7a3d2
MB
4238 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
4239 them unconditionally.
4240 (font_matching_entity): New function.
4241 (font_open_by_name): Try font_matching_entity if exact match is
4242 not found.
4243 (font_update_drivers): Delete the arg FONT. Return a list of
4244 actually used backends. Don't free faces, font caches here.
4245 Don't store data in frame parameters. Don't call x_set_font.
4246 (Ffont_spec): Store :name property as is.
4247 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
1f45f627
GM
4248 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
4249 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
aca7a3d2
MB
4250 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
4251 Call font->driver->otf_gsub instead of font_otf_gsub.
4252
4253 * frame.c (x_set_font_backend): Do more works that were done in
4254 font_update_drivers before.
4255
4256 * xfont.c (xfont_match): New function.
4257 (xfont_driver): Set xfont_driver.match to xfont_match.
4258 (xfont_draw): Set font in GC if necessary.
4259
4260 * ftxfont.c (ftxfont_match): New function.
4261 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
4262
4263 * xftfont.c (xftfont_match): New function.
4264 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
4265
73acf815 42662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4267
4268 * font.h (struct font): New member scalable.
4269 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
1f45f627 4270 (font_otf_gsub): Adjust prototype.
aca7a3d2 4271
1f45f627
GM
4272 * font.c (font_otf_capability): Fix handling of the default langsys.
4273 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
aca7a3d2
MB
4274 Check the contents of SPEC.
4275 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
4276 (check_gstring): New function.
4277 (REPLACEMENT_CHARACTER): New macro.
4278 (font_otf_gsub): New arg alternate_subst. Be sure to set all
4279 glyph codes of GSTRING.
4280 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
4281 (font_prepare_composition): Set cmp->glyph_len.
4282 (font_open_entity): Set font->scalable.
4283 (Ffont_get): Handle :otf property.
4284 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
4285 functions.
4286 (Fquery_font): Use font->font.full_name.
4287 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
4288 Sfont_otf_alternates.
4289
4290 * ftfont.c (ftfont_open): Set font->font.full_name and
4291 font->font.name properly. Fix calculation of font->font.height
4292 and font->min_width.
4293
4294 * ftxfont.c (ftxfont_create_gcs): New function.
4295 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
4296 (ftxfont_draw_backgrond): Fix filling region.
4297 (ftxfont_default_fid): New function.
4298 (ftxfont_open): Set xfotn->fid to the return value of
4299 ftxfont_default_fid.
4300 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
4301 (ftxfont_done_face): Free only GCs that are created by
4302 ftxfont_create_gcs.
4303 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
4304
4305 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
4306 Clip to src->width, etc (not src->clip_XXX).
4307
4308 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
4309 FontBackend frame parameter.
4310
73acf815 43112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4312
4313 * font.h (struct font_driver_list): New member `on'.
4314 (Fclear_font_cache): EXFUN it.
4315 (font_update_drivers): Extern it.
4316
4317 * font.c (font_unparse_fcname): Fix typo (swidth->width).
4318 (font_list_entities): Check driver_list->on.
4319 (register_font_driver): Initalize `on' member to 0.
4320 (font_update_drivers): New function.
4321 (Fclear_font_cache): Check driver_list->on.
4322
4323 * frame.h (Qfont_backend): Extern it.
4324 (x_set_font_backend): Extern it.
4325
4326 * frame.c (Qfont_backend): New variable.
4327 (frame_parms): New element for font-backend.
4328 (x_set_font_backend): New function.
4329
4330 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
4331 FontBackend frame parameter.
4332 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
4333 x_set_font_backend.
4334
4335 * xfont.c (xfont_list): Don't try listing by :name property if the
4336 name is not for XLFD.
4337
73acf815 43382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4339
4340 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
4341 (LGLYPH_SET_TO): New macros.
4342 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
4343 element of G is vector or not.
4344 (font_at): Extern it.
4345
4346 * font.c: Include window.h.
4347 (font_lispy_object): New function.
4348 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
4349 end of valid glyph.
4350 (font_close_object): Fix getting (struct font *).
4351 (font_at): New function.
4352 (Ffont_get): If FONT is a font-object, get entity from it.
4353 (Ffont_make_gstring): Initialize elements of glyphs with nil.
4354 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
4355 range check.
4356 (Ffont_at): New function.
4357 (syms_of_font): Defsubr Sfont_at.
4358
4359 * xdisp.c (it_props): Move the entry for Qauto_composed to just
424c157f 4360 before the entry for Qcomposition.
1f45f627 4361 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
aca7a3d2
MB
4362 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
4363 the font in gstring.
4364 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
4365 LGLYPH_FORM (g) to detect the end of valid glyph.
4366 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
4367 we are composing with gstring.
4368
4369 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
4370 Check if adjustment is vector or not.
4371
4372 * Makefile.in (font.o): Make it depends on window.h.
4373
73acf815 43742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4375
4376 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
4377 adjustment is vector or not.
4378
73acf815 43792008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
4380
4381 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
4382
73acf815 43832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4384
4385 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
4386 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
4387 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
4388
1f45f627 4389 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
aca7a3d2 4390 (DEVICE_DELTA): Fix typo.
4c4475a8
GM
4391 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
4392 LGLYPH format.
aca7a3d2 4393
1f45f627 4394 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
4395 the change of LGLYPH format.
4396
73acf815 43972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4398
4399 * ftfont.c (ftfont_list): Fix typo.
1f45f627 4400 (ftfont_build_basic_charsets): Don't include letters with diacritics.
aca7a3d2 4401
880820fe 44022008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
4403
4404 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
4405
4406 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
4407 xftface_info is non-NULL.
4408
880820fe 44092008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2 4410
1f45f627 4411 * ftfont.c (ftfont_list): Move misplaced #endif.
aca7a3d2 4412
73acf815 44132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4414
4415 * ftfont.c (ftfont_list): Pay attention to the case that
4416 FC_CAPABILITY is not defined.
4417
73acf815 44182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4419
4420 * xftfont.c (xftfont_open): Set charset related members to -1.
4421
1f45f627
GM
4422 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
4423 QCname.
aca7a3d2
MB
4424 (ftfont_open): Set charset related members to -1.
4425
4426 * fontset.c (Votf_script_alist): New variable.
4427 (syms_of_fontset): Initialize it.
4428 (fontset_font): Delete unused variable.
4429
4430 * fontset.h (Votf_script_alist): Extern it.
4431
1f45f627 4432 * font.c (font_find_for_lface): Optimize code.
aca7a3d2
MB
4433
4434 * font.h (font_close_object, font_merge_old_spec): Extern them.
4435
73acf815 44362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4437
4438 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
4439 (syms_of_font): Initialize them.
4440 (font_pixel_size): Allow float value in dpi.
1f45f627
GM
4441 (font_prop_validate_type): Delete.
4442 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
4443 Change caller.
4444 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
4445 (font_prop_validate_extra): Delete.
aca7a3d2
MB
4446 (font_prop_validate_spacing): New function.
4447 (font_property_table): Add elements for all known properties.
1f45f627
GM
4448 (get_font_prop_index): Rename from check_font_prop_name. New
4449 argument FROM. Change caller.
aca7a3d2 4450 (font_prop_validate): Validate all known properties.
1f45f627 4451 (font_put_extra): Delete argument force. Change caller.
aca7a3d2
MB
4452 (font_expand_wildcards): Make it static. Fix the way of shrinking
4453 the possible range.
1f45f627 4454 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
aca7a3d2 4455 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
1f45f627 4456 Change caller.
aca7a3d2 4457 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
1f45f627
GM
4458 (font_parse_fcname): Delete argument merge. Fix parsing of point
4459 size. Don't validate properties values here. Change caller.
4460 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
aca7a3d2
MB
4461 (font_open_by_name): Delete unused variable.
4462 (Ffont_spec): Likewise. Validate property values.
4463 (Ffont_match_p): New function.
4464
4465 * font.h (QCscalable): Extern it.
1f45f627 4466 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
aca7a3d2 4467
1f45f627 4468 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
aca7a3d2 4469
1f45f627 4470 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
aca7a3d2
MB
4471 (xfont_list_pattern): New function.
4472 (xfont_list): Use xfont_list_pattern.
4473
73acf815 44742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4475
4476 * font.h (Flist_fonts): EXFUN it.
4477
73acf815 44782008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4479
4480 * w32term.c (w32_initialize): Add back smoothing_type and
4481 smoothing_enabled definitions.
4482
73acf815 44832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4484
4485 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
4486 s->face->font on determining underline position.
4487
73acf815 44882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4489
4490 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
4491 (font_has_char): Accept font-object too.
4492 (font_find_for_lface): Try at first with a size specified in face.
4493
73acf815 44942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4495
4496 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
4497 font_open_by_name.
4498
73acf815 44992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4500
4501 * font.h (QCspacing, QCdpi): Extern them.
4502 (enum font_spacing): New enum.
4503 (FONT_PIXEL_SIZE_QUANTUM): New macro.
4504
4505 * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
4506 (QCspacing, QCdpi): New variables.
4507 (syms_of_font): Initialize them.
4508 (font_pixel_size): New function.
4509 (font_put_extra): New function.
4510 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
4511 in FONT_EXTRA.
e9184ccb
JB
4512 (font_parse_fcname): Handle enumenrated values (e.g. bold).
4513 Fix handling font size. Add QCname property that contains only
aca7a3d2 4514 unknown properties.
1f45f627 4515 (font_score): Change argument. Change caller. Pay attention to
aca7a3d2 4516 FONT_PIXEL_SIZE_QUANTUM.
4c4475a8
GM
4517 (font_sort_entites, font_list_entities, font_find_for_lface)
4518 (font_open_for_lface, font_open_by_name): Fix handling of font size.
1f45f627 4519 (Ffont_spec): Add QCname property that contains only unknown properties.
aca7a3d2
MB
4520
4521 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
4522 include weight in listing pattern, instead check weight of each
4523 listed font. Don't include scalable in pattern. Pay attention to
4524 FONT_PIXEL_SIZE_QUANTUM.
4525
73acf815 45262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4527
aca7a3d2 4528 * font.c (font_parse_fcname): Fix parsing of point-size.
1f45f627 4529 (font_unparse_fcname): Produce symbolic names for style properties.
aca7a3d2
MB
4530 (font_list_entities): Handle float size correctly.
4531 (font_open_by_name): Prefer `normal' property values if the name
4532 doesn't specify them.
4533
4534 * fontset.c (Finternal_char_font): Use font_get_name, not
4535 Ffont_xlfd_name.
4536
4537 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
4538 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
4539 pattern. Don't force scalable.
4540
4541 * xftfont.c (xftfont_open): For generating a name, start from
4542 96-byte buffer.
4543
880820fe 45442008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
4545
4546 * frame.h (x_new_fontset2): Fix prototype.
4547
73acf815 45482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4549
1f45f627 4550 * font.h (struct font_driver): Delete member parse_name.
aca7a3d2
MB
4551 (font_match_p, font_get_spec, font_parse_fcname)
4552 (font_unparse_fcname): Extern them.
1f45f627 4553 (font_get_name): Adjust prototype.
aca7a3d2
MB
4554
4555 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
4556 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
4557 (font_expand_wildcards): Fix handling ENCODING field. Avoid
4558 unnecessary checks for weight, slant, and swidth.
4559 (font_parse_fcname): New function.
4560 (font_unparse_fcname): New function.
4561 (font_parse_name): New function.
4562 (font_match_p): New function.
1f45f627 4563 (font_get_name): Change return value to Lisp string.
aca7a3d2
MB
4564 (font_get_spec): New function.
4565 (Qunspecified, Qignore_defface): Don't extern them.
4566 (font_find_for_lface): Assume that LFACE is fully specified.
4567 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
4568 object, use it for FACE.
4569 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
4570 driver->parse_name.
4571 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
4572
1f45f627
GM
4573 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
4574 prototype.
aca7a3d2 4575
1f45f627
GM
4576 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
4577 argument F. Don't call Fnew_fontset. Instead, directly call
aca7a3d2
MB
4578 make_fontset.
4579
1f45f627 4580 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
aca7a3d2 4581
1f45f627 4582 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
aca7a3d2
MB
4583 of x_new_fontset2.
4584
4585 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
4586 (Qsans__serif): New variables.
4587 (ftfont_generic_family_list): New variable.
4588 (syms_of_ftfont): Initialize the above variables.
1f45f627 4589 (ftfont_pattern_entity): Delete argument NAME.
aca7a3d2
MB
4590 (ftfont_list_generic_family): New function.
4591 (ftfont_parse_name): Delete this function.
1f45f627 4592 (ftfont_list): Try generic family only when FcFontList found no font.
aca7a3d2
MB
4593 (ftfont_list_family): Fix args to FcObjectSetBuild.
4594
4595 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
4596 object in attrs[LFACE_FONT_INDEX].
4597 (set_lface_from_font_name): Cancel all changes for font-backend.
4598 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
4599 function.
4600 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
4601 font object in QCfont attribute.
4602 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
4603 (realize_default_face) [USE_FONT_BACKEND]: Call
4604 set_lface_from_font_and_fontset.
4605
4606 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
4607 "fixed", and signal error here if no suitable font was found.
4608
4609 * xfont.c (xfont_parse_name): Delete this function.
4610
4611 * xftfont.c (xftfont_open): Change coding style of error
4612 handling. Generate fontconfig's fontname pattern.
4613
4614 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
4615 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
4616
4617 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
4618 Both args FONTSET and FONT_OBJECT must be existing ones.
4619
73acf815 46202008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
4621
4622 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
4623
73acf815 46242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4625
4626 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
4627
4628 * font.h (struct font): Fix typo.
4629
4630 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
4631 XLFD_XXX_INDEX.
4632 (enum xlfd_field_mask): New enum.
1f45f627 4633 (intern_font_field): Changed argument. Change caller. If digits
aca7a3d2
MB
4634 are followed by non-digits, return a symbol.
4635 (font_expand_wildcards): New function.
4636 (font_parse_xlfd): Fix wildcard handling.
4637 (Ffont_spec): If :name is specified, reflect the info in the other
4638 properties.
4639
4640 * ftfont.c (ftfont_pattern_entity): Fix typo.
4641 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
4642 locale.
4643
73acf815 46442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4645
4646 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
4647
1f45f627 4648 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
aca7a3d2
MB
4649 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
4650 registry doesn't specify encoding part.
4651 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
4652 (font_open_by_name): At first try parsing the name.
4653 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
4654 as Lisp symbols.
4655
4656 * fontset.c (reorder_font_vector): Pay attention to the case that
4657 the 3rd element of font_def is nil.
4658 (fontset_font): For the default fontset, append one more fontset
4659 elements for a script-based font specification. Don't add script
4660 attribute on finding a font.
4661 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
4662 font name.
4663 (fontset_ascii_font): If a font can't be opened, return nil.
4664
1f45f627 4665 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
aca7a3d2
MB
4666 (ftfont_pattern_entity): New function.
4667 (ftfont_get_cache): Assume that freetype_font_cache is already
4668 initialized.
4669 (ftfont_list): Handle the case that a file is specified in font
4670 name. Use ftfont_pattern_entity to generate entities.
4671 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
4672 (syms_of_ftfont): Initialize freetype_font_cache.
4673
4674 * xftfont.c (xftfont_open): Make the font name fontconfig's
4675 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
4676 (xftfont_close): Free font->font.name if not NULL.
4677
4678 * xfont.c (xfont_list): If script is specified for a font, return
4679 null_vector.
4680 (xfont_list_family): Declare argument type.
4681
4682 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
4683 name, set LFACE_FONT (lface) to nil.
4684
4685 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
4686 return Qnil.
4687
73acf815 46882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4689
1f45f627 4690 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
aca7a3d2
MB
4691 (standard_args): Add "-enable-font-backend".
4692
73acf815 46932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4694
4695 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
4696 (struct xftdraw_list, xftdraw_list): Delete them.
4697 (register_xftdraw, check_xftdraw): Delete them.
4698 (xftfont_prepare_face): Don't call register_xftdraw.
4699 (xftfont_done_face): Don't call check_xftdraw.
4700 (xftfont_draw): Get backroudn color only when with_background is
4701 nonzero.
4702
4703 * xfont.c (xfont_encode_char): Fix calculation of char2b.
4704
73acf815 47052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4706
4707 These changes are for the new font handling codes.
4708
4709 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
4710 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
4711 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
4712 (FONTSRC, FONTOBJ): New variables.
4713 (obj): Add $(FONTOBJ).
4714 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
4715 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
4716 @LIBOTF_LIBS@.
4717 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
1f45f627 4718 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
aca7a3d2 4719
1f45f627 4720 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
aca7a3d2
MB
4721
4722 * character.h (Vscript_representative_chars): Extern it.
4723
4724 * character.c (Vscript_representative_chars): New variable.
4725 (syms_of_character): Declare it as a Lisp variable.
4726
4727 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
4728 enable_font_backend is nonzero, accept the composition method
4729 COMPOSITION_WITH_GLYPH_STRING.
4730
4731 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
4732 enumeration COMPOSITION_WITH_GLYPH_STRING.
4733
aca7a3d2
MB
4734 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
4735 members clip_x, clip_y, clip_width, and clip_height.
4736 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
4737
4738 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
4739 --enable-font-backend. Call syms_of_font.
4740
4741 * fns.c (assoc_no_quit): New function.
4742
4743 * fontset.h (FONT_INFO_FROM_FACE): New macro.
4744 (face_for_font, new_fontset_from_font)
4745 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
4746
4747 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
4748 (fontset_font, fontset_ascii, face_for_char)
4749 (make_fontset_for_ascii_face, Ffont_info)
4750 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
4751 is nonzero, use font-backend mechanism.
4752 (find_font_encoding): Make it non-static.
4753 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
4754 New functions.
4755
4756 * frame.h (struct frame): New members resx and resy.
4757 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
4758 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
4759
4760 * frame.c [USE_FONT_BACKEND]: Include "font.h".
1f45f627 4761 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
aca7a3d2
MB
4762
4763 * lisp.h (assoc_no_quit): Extern it.
4764
4765 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
4766 Through out the file, use FONT_INFO_FROM_FACE instead of
4767 FONT_INFO_FROM_ID, use get_per_char_metric instead of
4768 rif->per_char_metric.
4769 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
4770 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
4771 (get_glyph_face_and_encoding, fill_composite_glyph_string)
4772 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
4773 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
4774 nonzero, use font-backend mechanism.
4775 (get_per_char_metric): New function.
4776
4777 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
4778 (set_lface_from_font_name)
4779 (set_font_frame_param, free_realized_face)
4780 (prepare_face_for_display, clear_face_gcs)
4781 (Finternal_set_font_selection_order, realize_x_face)
4782 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
4783 font-backend mechanism.
1f45f627 4784 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
aca7a3d2
MB
4785 (load_face_font) [USE_FONT_BACKEND]: Abort.
4786 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
1f45f627 4787 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
aca7a3d2
MB
4788
4789 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
4790 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
4791 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
4792 nonzero, register all available font drivers. Call
4793 x_default_font_parameter for deciding a font.
4794 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
4795
4796 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
4797 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
4798 (x_set_glyph_string_clipping_exactly)
4799 (x_compute_glyph_string_overhangs)
4800 (x_draw_glyph_string_foreground)
4801 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
4802 (x_free_frame_resources) [USE_FONT_BACKEND]: If
4803 enable_font_backend is nonzero, use font-backend mechanism.
4804 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
4805
73acf815 48062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4807
fcb314b2 4808 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
aca7a3d2
MB
4809 system_eol_type.
4810 (syms_of_coding): Initialize system_eol_type.
4811
fcb314b2
GM
4812 * process.c (Fset_process_coding_system): Inherit system's eol
4813 format if necessary.
aca7a3d2 4814
73acf815 48152008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
4816
4817 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
4818
73acf815 48192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4820
4821 * coding.c (decode_eol): Pay attention to buffer relocation in
4822 del_range_2.
4823 (decode_coding): Call decode_eol before restoring undo_list.
4824
73acf815 48252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4826
4827 * charset.c (Fdefine_charset_internal): Fix setting of
4828 emacs_mule_bytes.
4829
73acf815 48302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4831
4832 * keyboard.c (read_char): Check if C is a character or not before
4833 looking up Vkeyboard_translate_table.
4834
73acf815 48352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4836
4837 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
4838 condition to terminate the loop.
4839
73acf815 48402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4841
4842 * coding.c (produce_composition): Compare charbuf[i] instead of
4843 args[i] against 0.
4844 (Fterminal_coding_system): Use EQ to compare Lisp objects.
4845
73acf815 48462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4847
4848 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
4849 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
4850 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
4851 detect_coding.
4852 (emacs_mule_char): Handle old style (Emacs 20) component character
4853 of a composition.
4c4475a8
GM
4854 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
4855 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
4856 composition rule.
aca7a3d2
MB
4857 (decode_coding_emacs_mule): Handle invalid bytes correctly.
4858
73acf815 48592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4860
4861 * coding.c (encode_coding_ccl): Allocate destination dynamically
4862 when necessary.
4863
73acf815 48642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4865
4866 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
4867 the loop. When quitted, show a proper error message.
4868
73acf815 48692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4870
aca7a3d2
MB
4871 * xterm.c (x_set_glyph_string_clipping_exactly): Set
4872 src->clip_head and src->clip_tail temporarily instead of src->hl.
4873
4874 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
4875 character sequence.
4876 (Fccl_execute_on_string): Use ASET, not XSET.
4877
73acf815 48782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4879
1f45f627 4880 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
aca7a3d2 4881
73acf815 48822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4883
4884 * coding.c (decode_coding): Fix the condition of terminating the
4885 decoding loop.
4886
73acf815 48872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4888
4889 * data.c (Faset): On setting a character bigger than 255 in a
1f45f627 4890 unibyte string, signal an error instead of make the string multibyte.
aca7a3d2 4891
73acf815 48922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4893
4894 * charset.c (map_charset_chars): Fix for ascii-compatible charset
4895 made by a mapping table.
4896
73acf815 48972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4898
4899 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
4900 not.
4901 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
4902 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
4903
4904 * xterm.c (x_draw_composite_glyph_string_foreground): Check
4905 s->face is NULL or not.
4906
73acf815 49072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4908
4909 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
4910 (x_draw_glyph_string): Fix drawing of right_overhang and
4911 left_overhang around/on cursor.
4912
1f45f627 4913 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
aca7a3d2 4914
73acf815 49152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4916
4917 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
4918
73acf815 49192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4920
4c4475a8
GM
4921 * coding.c (Fdefine_coding_system_internal)
4922 (Fdefine_coding_system_alias): Avoid a duplicated element in
4923 Vcoding_system_alist.
aca7a3d2 4924
73acf815 49252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4926
4927 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
4928
fcb314b2 4929 * coding.c (Qcoding_system_define_form): New variable.
aca7a3d2
MB
4930 (syms_of_coding): Intern and staticpro it.
4931 (Fcoding_system_p): Check Qcoding_system_define_form.
1f45f627 4932 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
aca7a3d2
MB
4933
4934 * coding.h (CODING_SYSTEM_P): If ID is not available, call
4935 Fcoding_system_p.
4936 (CHECK_CODING_SYSTEM): If ID is not available, call
4937 Fcheck_coding_system.
4c4475a8
GM
4938 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
4939 Try also Fcheck_coding_system.
aca7a3d2 4940
73acf815 49412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4942
aca7a3d2
MB
4943 * coding.c (code_conversion_restore): GCPRO arg.
4944
73acf815 49452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4946
4947 * character.c (lisp_string_width): Check multibyteness of STRING.
4948
73acf815 49492008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
4950
4951 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
4952 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
4953 (decode_mac_font_name): Use decode_coding_c_string instead of
4954 decode_coding.
4955 (x_load_font): Initialize fontp->fontset to -1. Set
4956 fontp->encoding_type.
4957
73acf815 49582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4959
4960 * search.c (search_buffer): Give up BM search on case-fold-search
4961 if one of a target character has a case-equivalence of different
4962 byte length even if that target charcter is an ASCII.
1f45f627
GM
4963 (simple_search): Fix calculation of byte length of matched text.
4964 (boyer_moore): Fix handling of case-equivalent multibyte characters.
aca7a3d2 4965
73acf815 49662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4967
4968 * coding.c (decode_coding): Fix handling of invalid bytes.
4969
73acf815 49702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4971
4972 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
4973 Unicode characters.
4974
73acf815 49752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4976
4977 * coding.c (encode_coding_object): If a pre-write-conversion
4978 function makes a new buffer, kill it.
4979
73acf815 49802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4981
4982 * coding.c (QCascii_compatible_p): New variable.
4983 (syms_of_coding): Initialize it.
4c4475a8
GM
4984 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
4985 calling string_char.
aca7a3d2
MB
4986 (record_conversion_result): Add `default:' case.
4987 (coding_charset_list): Delete unused variable `coding_type'.
4988 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
4989 property in the plist of the coding system.
4990 (Fcoding_system_put): Check QCascii_compatible_p.
4991
73acf815 49922008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
4993
4994 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
4995 removed calculation of frame `f', as it's now used.
4996
73acf815 49972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4998
1f45f627 4999 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
aca7a3d2
MB
5000 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
5001 (UNIDATA): New variable.
5002 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
5003 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
5004 $(RUN_TEMACS) unconditionally.
5005
73acf815 50062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5007
1f45f627 5008 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
aca7a3d2
MB
5009 (admindir): New variable.
5010 ($(lispsource)international/charprop.el): New target.
5011
73acf815 50122008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 5013
1f45f627 5014 * character.c (chars-in-region): Remove obsolete function.
aca7a3d2
MB
5015 (syms_of_character): Remove its initialization.
5016
73acf815 50172008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
aca7a3d2
MB
5018
5019 * w32select.c (validate_coding_system)
5020 (setup_windows_coding_system): New functions.
5021 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
5022 setup_windows_coding_system.
5023 (setup_config, Fw32_get_clipboard_data): Use
5024 validate_coding_system.
5025 (Fx_selection_exists): Move call to setup_config to a place
1f45f627 5026 where signals are allowed.
aca7a3d2
MB
5027
5028 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
5029 (Fcheck_coding_system): Add declarations.
5030
73acf815 50312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5032
1f45f627 5033 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
aca7a3d2 5034
73acf815 50352008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
5036
5037 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
5038 string as the second argument for x_new_fontset.
5039
73acf815 50402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5041
5042 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
5043 (encode_coding_object): Use safe_call instead of call2.
5044
73acf815 50452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5046
1f45f627 5047 * fontset.c (Fset_fontset_font): Check family element of a given vector.
aca7a3d2
MB
5048
5049 * Makefile.in (lisp): Include charprop.el.
5050
73acf815 50512008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
5052
5053 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
5054 Not sure if it's unnecessary.
5055
73acf815 50562008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
5057
5058 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
5059 some possibly unnecessary fontset checking code that crashed
1f45f627 5060 when creating a new frame.
aca7a3d2 5061
73acf815 50622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5063
5064 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
5065 lookup_face.
5066
5067 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
5068
1f45f627 5069 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
aca7a3d2 5070
73acf815 50712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5072
73acf815 5073 * coding.c: Cancel the change done in HEAD on 2008-02-01.
aca7a3d2
MB
5074 (coding_charset_list): New function.
5075
5076 * coding.h (coding_charset_list): Extern it.
5077
73acf815 50782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5079
5080 * fontset.c (Fset_fontset_font): Call find_font_encoding with
5081 concatenation of family and registry.
5082
73acf815 50832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5084
5085 * character.h (BYTE8_STRING): Fix typo.
5086
5087 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
5088 string to multibyte (sync to HEAD).
5089
5090 * casefiddle.c (casify_region): Handle changes in byte-length
5091 using replace_range_2 (sync to HEAD).
5092
73acf815 50932008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
5094
5095 * chartab.c (map_char_table): GCPRO table and arg.
5096
73acf815 50972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5098
5099 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
5100 already at limit.
5101
73acf815 51022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5103
5104 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
5105 instead of fast_c_string_match_ignore_case.
1f45f627 5106 (find_font_encoding): Change argument to Lisp_Object. Use
aca7a3d2 5107 fast_string_match_ignore_case instead of
1f45f627 5108 fast_c_string_match_ignore_case. Change caller.
aca7a3d2 5109
73acf815 51102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5111
5112 * xdisp.c (get_next_display_element): In unibyte case, decide to
5113 display in octal form by checking a chacter by
5114 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
5115
1f45f627 5116 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
aca7a3d2
MB
5117
5118 * character.c (unibyte_has_multibyte_table): New variable.
5119
5120 * character.h (unibyte_has_multibyte_table): Extern it.
5121 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
5122
73acf815 51232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5124
5125 * coding.c (encode_coding_iso_2022): Fix handling of charset
5126 annotation.
5127
73acf815 51282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5129
5130 * coding.c (setup_coding_system): If coding_system is nil, use
5131 Qundecided.
5132 (Fterminal_coding_system): Return nil if terminal coding system is
5133 `undecided'.
5134 (syms_of_coding): Define coding-system `undecided' here. Setup
5135 terminal_coding as `undecided'.
5136
73acf815 51372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5138
5139 * xdisp.c (message_dolog, set_message_1): Call
5140 unibyte_char_to_multibyte with arg type int.
5141
aca7a3d2
MB
5142 * lread.c (read1): Fix reading of a char-table.
5143
5144 * print.c (print_object): Include sub char-table in cicularities
5145 detection.
5146
73acf815 51472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5148
5149 * keymap.c (where_is_internal_2): Fix for the case that KEY is a
1f45f627 5150 cons. Append the found sequences in car of ARGS instead of prepending.
aca7a3d2 5151
73acf815 51522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5153
5154 * fileio.c (report_file_error): Make a unibyte string from
5155 strerror (errorno).
5156 (Fsubstitute_in_file_name): Fix the arg to
5157 unibyte_char_to_multibyte. It is evaluated twice.
5158
73acf815 51592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5160
5161 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
5162
73acf815 51632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5164
5165 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
5166 BOM is not found.
4c4475a8
GM
5167 (detect_coding, detect_coding_system): Optimization for ISO-2022
5168 when no 8-bit data is found.
aca7a3d2 5169
73acf815 51702008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5171
5172 * w32fns.c (x_to_w32_font): Update to use new coding struct.
5173
73acf815 51742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5175
4c4475a8
GM
5176 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
5177 CHARS.
aca7a3d2 5178
73acf815 51792008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
5180
5181 * macterm.c (mac_encode_char): Add charset argument and update
5182 to use encoding_type.
2a2e8de7 5183 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
1f45f627
GM
5184 switch to pure fontset.
5185 (decode_mac_font_name): Temporarily remove decoding.
5186 (x_font_name_to_mac_font_name): Temporarily remove encoding.
5187 (x_load_font): Temporarily remove encoding.
aca7a3d2 5188
73acf815 51892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5190
5191 * xfaces.c (Fface_font): If frame is not on a window system,
5192 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
5193 refer to face->font.
5194 (split_font_name_into_vector, build_font_name_from_vector)
5195 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
5196 whne HAVE_WINDOW_SYSTEM is defined.
5197
73acf815 51982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5199
5200 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
5201 (x_produce_glyphs): Fix setting of members of cmp in case
1f45f627 5202 cmp->glyph_len is zero.
aca7a3d2 5203
1f45f627 5204 * fontset.c (Fset_fontset_font): Fix docstring.
aca7a3d2
MB
5205 (Ffontset_info): Make it backward compatible. New arg ALL.
5206
73acf815 52072008-02-01 Kim F. Storm <storm@cua.dk>
aca7a3d2
MB
5208
5209 * process.c (read_process_output): Grow decoding_buf when needed;
5210 this could cause a crash in allocate_string and compact_small_strings.
5211
73acf815 52122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5213
1f45f627 5214 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
aca7a3d2 5215
73acf815 52162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5217
5218 * coding.c (setup_coding_system): Set coding->common_flags
5219 correctly for raw-text.
5220 (consume_chars): On encoding unibyte text by raw-text, don't check
5221 multibyte form.
1f45f627 5222 (encode_coding): On encoding by raw-text, never use translation tables.
aca7a3d2
MB
5223
5224 * fileio.c (e_write): Short cut for the case of no encoding.
5225
73acf815 52262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5227
4c4475a8
GM
5228 * coding.c (detect_coding, detect_coding_system): Delete unused
5229 variables.
aca7a3d2 5230
73acf815 52312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5232
5233 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
5234 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
5235
73acf815 52362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5237
5238 * coding.c (Ffind_coding_systems_region_internal): Include
5239 raw-text and no-conversion in the result.
5240
73acf815 52412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5242
1f45f627 5243 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
aca7a3d2
MB
5244 (load_font_get_repertory): Delete unnecessary check of ENCODING of
5245 FONT_DEF.
5246 (font_def_arg, add_arg, from_arg, to_arg): New args.
1f45f627 5247 (set_fontset_font): Change argument.
aca7a3d2
MB
5248 (Fset_fontset_font): Fix for the case that TARGET is a script
5249 name and charset name.
5250 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
5251
73acf815 52522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5253
1f45f627
GM
5254 * fontset.c (fontset_font): Rename from fontset_face. Change return
5255 value.
4c4475a8
GM
5256 (face_suitable_for_char_p, face_for_char): Adjust for the change
5257 of fontset_font.
aca7a3d2
MB
5258 (make_fontset_for_ascii_face): Fix setting of the fontset element
5259 for ASCII.
5260 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
5261 to get a font name.
1f45f627 5262 (Ffontset_info): Adjust for the change of fontset_font.
aca7a3d2 5263
fcb314b2 5264 * coding.c (emacs_mule_char): Check invalid code more regidly.
aca7a3d2
MB
5265
5266 * character.h (LEADING_CODE_LATIN_1_MIN)
5267 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
5268
73acf815 52692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5270
fcb314b2 5271 * editfns.c (check_translation): New function.
aca7a3d2
MB
5272 (Ftranslate_region_internal): Handle M:N mapping.
5273
73acf815 52742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5275
5276 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
5277
73acf815 52782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5279
5280 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
5281 goto invalid_code.
5282 (decode_coding_iso_2022): Fix handling of invalid designation.
5283
5284 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
5285 after calling code_conversion_save.
5286
73acf815 52872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5288
5289 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
5290
5291 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
5292
5293 * fontset.c: Include "intervals.h".
5294 (fontset_face): Fix comparing of Lisp_Objects.
4c4475a8
GM
5295 (free_face_fontset, new_fontset_from_font_name): Fix
5296 Lisp_Object/int mixup.
aca7a3d2
MB
5297
5298 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
5299
5300 * coding.c: Add many prototypes for static functions.
5301 (get_translation_table): Allow max_lookup to be NULL.
2a2e8de7 5302 (decode_coding, Ffind_coding_systems_region_internal)
4c4475a8
GM
5303 (Funencodable_char_position, Fcheck_coding_systems_region): Call
5304 get_translation_table with max_lookup NULL.
aca7a3d2 5305
73acf815 53062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5307
5308 * coding.c (get_translation_table): Declare it as Lisp_Object.
5309 (LOOKUP_TRANSLATION_TABLE): New macro.
4c4475a8
GM
5310 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
5311 instead of CHAR_TABLE_REF.
aca7a3d2 5312
73acf815 53132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5314
1f45f627 5315 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
aca7a3d2
MB
5316 annotation data format.
5317 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
1f45f627 5318 Change arguments FROM and TO to single argument NCHARS. Change caller.
4c4475a8 5319 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
aca7a3d2 5320 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4c4475a8
GM
5321 (decode_coding_ccl, decode_coding_charset): Pay attention to
5322 coding->charbuf_used.
aca7a3d2
MB
5323 (get_translation): New function.
5324 (produce_chars): New arguments translation_table and last_block.
5325 Translate characters here. Return number of carryover chars.
1f45f627
GM
5326 Change caller.
5327 (produce_composition): New argument pos. Change caller.
5328 Adjust for the change of annotation data format.
aca7a3d2
MB
5329 (produce_charset, produce_annotation): Likewise.
5330 (decode_coding, encode_coding): Don't call translate_chars.
1f45f627
GM
5331 (consume_chars): New arg translation_table. Change caller.
5332 (translate_chars): Delete.
5333 (syms_of_coding): Make translation-table's number of extra slots 2.
aca7a3d2 5334
73acf815 53352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5336
5337 * search.c (simple_search): Fix setting this_pos_byte in backward
5338 search.
5339
5340 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
5341 byte sequence.
5342 (detect_coding_ccl): Fix setting of the variable valids.
5343
73acf815 53442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5345
5346 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
5347
5348 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
5349
1f45f627 5350 * editfns.c (Ftranslate_region_internal): Rename from
aca7a3d2
MB
5351 Ftranslate_region. Accept a char-table in TABLE.
5352 (syms_of_editfns): Defsubr Stranslate_region_internal.
5353
5354 * xfaces.c (set_lface_from_font_name): If a font is specified for
5355 a frame, generate a fontset from the font.
5356 (build_scalable_font_name): If the scalable font is requested for
5357 a specific size, don't change that size.
5358 (try_font_list): Try a scalable font also in the case that a
1f45f627 5359 pattern string is specified.
aca7a3d2 5360
73acf815 53612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5362
5363 * xfaces.c (Fface_font): New optional arg CHARACTER.
5364
73acf815 53652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5366
5367 * charset.h (CHARSET_OFFSET): New macro.
5368
73acf815 53692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5370
5371 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
5372
5373 * fontset.c (fontset_face): Handle the case that repertory is a
5374 char-table.
5375 (find_font_encoding): Return nil for unknown encoding.
5376 (Fset_fontset_font): Ignore a font of unknown encoding.
5377
73acf815 53782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5379
1f45f627 5380 * keymap.c (describe_vector): Handle default value of a char table.
aca7a3d2
MB
5381
5382 * fontset.c (fontset_face): Handle fallback fonts correctly.
5383 (Ffontset_info): Return infomation about fallback fonts.
5384
73acf815 53852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5386
5387 * fontset.c (FONTSET_DEFAULT): New macro.
4c4475a8 5388 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
aca7a3d2
MB
5389 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
5390 the case that it is nil.
5391 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
1f45f627 5392 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
aca7a3d2
MB
5393
5394 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
5395 subset or superset.
5396
73acf815 53972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5398
5399 * emacs.c (main): Call init_charset after syms_of_XXX.
5400
1f45f627 5401 * charset.c (Vcharset_map_directory): Delete.
aca7a3d2
MB
5402 (Vcharset_map_path): New variable
5403 (load_charset_map_from_file): Use Vcharset_map_path instead.
5404 (init_charset): Initialize Vcharset_map_path.
5405 (syms_of_charset): Delete declaration of "charset-map-directory",
5406 add declaration of "charset-map-path".
5407
73acf815 54082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5409
4c4475a8
GM
5410 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
5411 ASCII only string.
aca7a3d2
MB
5412
5413 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
5414
5415 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
6f69e89b 5416 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
aca7a3d2 5417
73acf815 54182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5419
5420 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
5421
5422 * coding.c (QCmnemonic, QCdefalut_char)
5423 (QCdecode_translation_table, QCencode_translation_table)
5424 (QCpost_read_conversion, QCpre_write_conversion): New variables.
5425 (get_translation_table): Return a list of translation tables if
5426 necessary.
5427 (decode_coding): Call get_translation_table with ENCODEP 0.
5428 (char_encodable_p): If translation_table is non-nil, always call
5429 translate_char.
5430 (Fdefine_coding_system_internal): Accept list of translation
5431 tables as :encode-translation-table and :decode-translation-table.
5432 (Fcoding_system_put): New function.
5433 (syms_of_coding): Declare new symbols. Defsubr
5434 Scoding_system_put.
4c4475a8
GM
5435 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
5436 typically JISX0212.
aca7a3d2
MB
5437
5438 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
5439 when the charset is superset type.
5440
5441 * character.c (translate_char): Accept list of translation tables.
5442
73acf815 54432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5444
1f45f627 5445 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
aca7a3d2
MB
5446 (CODING_ATTR_TRANS_TBL): New macro.
5447
5448 * coding.c (get_translation_table): New function.
5449 (translate_chars): Fix the bug of skipping annotation data.
4c4475a8
GM
5450 (decode_coding, encode_coding): Utilize get_translation_table.
5451 (char_encodable_p, Funencodable_char_position): Translate char if
5452 necessary.
5453 (Ffind_coding_systems_region_internal)
5454 (Fcheck_coding_systems_region): Setup translation table for encode
5455 in a coding system attribute vector in advance.
aca7a3d2
MB
5456 (Fdefine_coding_system_internal): Allow a symbol as translation
5457 table. For shift-jis type coding system, allow 4th charset.
5458
73acf815 54592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5460
5461 * coding.c (decode_coding_sjis): Check the first byte rigidly.
5462
5463 * xdisp.c (get_next_display_element): Pass -1 as POS to
5464 FACE_FOR_CHAR if displaying a C-string.
5465
73acf815 54662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5467
5468 * composite.c (get_composition_id): Handle xoff and yoff in a
5469 composition rule.
5470
5471 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
5472 (struct composition): New member lbearing and rbearing.
5473
5474 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
5475 (x_get_glyph_overhangs): Handle a composition glyph.
1f45f627 5476 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
aca7a3d2
MB
5477
5478 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
5479 composition glyph.
5480
73acf815 54812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5482
5483 * print.c: Include charset.h.
5484 (Vprint_charset_text_property): New variable.
5485 (Qdefault): Extern it.
5486 (PRINT_STRING_NON_CHARSET_FOUND)
5487 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
5488 (print_check_string_result): New variable.
5489 (print_check_string_charset_prop): New function.
5490 (print_prune_charset_plist): New variable.
5491 (print_prune_string_charset): New function.
5492 (print_object): Call print_prune_string_charset if
5493 Vprint_charset_text_property is not t.
5494 (print_interval): Print nothing if itnerval->plist is nil.
5495 (syms_of_print): Declare Vprint_charset_text_property as a lisp
5496 variable. Init and staticpro print_prune_charset_plist.
5497
73acf815 54982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5499
5500 * fontset.c (new_fontset_from_font_name): Use the specified font
5501 for all characters in the new fontset.
5502
5503 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
5504 OBJECT args.
5505
5506 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
5507 OBJECT args for composition too.
5508
5509 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
5510 OBJECT args.
5511
73acf815 55122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5513
5514 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
5515
1f45f627 5516 * fontset.c (reorder_font_vector): Adjust for the change of
aca7a3d2 5517 FONT_DEF format.
1f45f627 5518 (fontset_face): New arg id. Change caller.
aca7a3d2 5519 (face_for_char): New args pos and object.
1f45f627 5520 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF
aca7a3d2
MB
5521 format.n
5522 (fs_query_fontset): Check NAME by Fassoc too.
5523 (Fset_fontset_font): Allow non-XLFD font name.
1f45f627 5524 (Ffontset_info): Adjust for the change of FONT_DEF format.
aca7a3d2 5525
1f45f627 5526 * fontset.h (face_for_char): Adjust prototype.
aca7a3d2 5527
4c4475a8
GM
5528 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
5529 (append_space, extend_face_to_end_of_line)
5530 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
5531 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
aca7a3d2
MB
5532
5533 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
5534 POS and OBJECT args.
5535
5536 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
5537 POS and OBJECT args.
5538
73acf815 55392008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5540
5541 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
5542 of GlobalAlloc'ed memory.
5543
73acf815 55442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5545
5546 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
5547
5548 * charset.h (charset_table_used): Delete extern.
5549
5550 * charset.c (charset_table_used): Make it static.
5551 (map_charset_chars): Fix args to c_function with.
5552
5553 * chartab.c (map_sub_char_table_for_charset): Fix args to
5554 c_function with.
5555
5556 * coding.h (enum coding_result_code): Delete
5557 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
5558
5559 * coding.c (Qinsufficient_source, Qinconsistent_eol)
1f45f627 5560 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
aca7a3d2
MB
5561 (Vlast_code_conversion_error): New variables.
5562 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
5563 (ONE_MORE_BYTE): Record error if any instead of signaling an
5564 error. If non-ASCII multibyte char is found, return the negative
5565 value of the code. All callers changed to check it.
5566 (ONE_MORE_BYTE_NO_CHECK): Likewise.
1f45f627
GM
5567 (record_conversion_result): New function. Change all codes setting
5568 coding->result to call this function.
4c4475a8
GM
5569 (detect_coding_utf_8, decode_coding_utf_8)
5570 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
5571 Don't use the local variable incomplete.
aca7a3d2 5572 (emacs_mule_char): Change the second arg to `const'.
aca7a3d2
MB
5573 (decode_coding): Fix of flushing out unprocessed data.
5574 (make_conversion_work_buffer): Fix making of a work buffer.
2a2e8de7 5575 (decode_coding_object): Return coding->dst_object.
aca7a3d2
MB
5576
5577 * fontset.c (set_fontset_font): Fix args.
5578
5579 * lisp.h (CHARACTERBITS): Define as 22.
5580
5581 * process.c (send_process): Be sure to set coding->src_multibyte.
5582
5583 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
5584
73acf815 55852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5586
5587 * xdisp.c (handle_auto_composed_prop): Give limit to
5588 Fnext_single_char_property_change.
5589
73acf815 55902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5591
424c157f 5592 * composite.c (syms_of_composite): Don't make the composition hash
1f45f627 5593 table weak.
aca7a3d2
MB
5594
5595 * fontset.c (Fset_fontset_font): Fix docstring.
5596
5597 * lisp.h (detect_coding_system): Adjust prototype.
5598
5599 * fileio.c (kill_workbuf_unwind): Delete this function.
5600 (Finsert_file_contents): Adjust the call of detect_coding_system.
5601 Get conversion_buffer by code_conversion_save. Use the macor
5602 CODING_MAY_REQUIRE_DECODING. After decoding, update
5603 coding_system.
5604
5605 * coding.h (make_conversion_work_buffer): Delete extern.
5606 (code_conversion_save): Extern it.
5607
5608 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
1f45f627 5609 (CODING_GET_INFO): Delete argument eol_type. Change callers.
aca7a3d2
MB
5610 (decode_coding_utf_8): Don't do eol converion.
5611 (detect_coding_utf_16): Check coding->src_chars, not
1f45f627 5612 coding->src_bytes. Add heuristics for those that have no signature.
4c4475a8
GM
5613 (decode_coding_emacs_mule, decode_coding_iso_2022)
5614 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
5615 Don't do eol converion.
aca7a3d2
MB
5616 (adjust_coding_eol_type): Return a new coding system.
5617 (detect_coding): Don't detect eol. Fix for utf-16 detection.
5618 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
5619 each change.
5620 (decode_coding): Pay attention to undo_list. Do eol convesion for
5621 all types of coding-systems (if necessary).
5622 (Vcode_conversion_work_buf_list): Delete it.
1f45f627 5623 (Vcode_conversion_reused_workbuf): Rename from
aca7a3d2
MB
5624 Vcode_conversion_reused_work_buf.
5625 (Vcode_conversion_workbuf_name): New variable.
5626 (reused_workbuf_in_use): New variable.
5627 (make_conversion_work_buffer): Delete the arg DEPTH.
4c4475a8 5628 (code_conversion_restore): Change argument to cons.
1f45f627
GM
5629 (code_conversion_save): Delete the argument BUFFER. Change callers.
5630 (detect_coding_system): New argument src_chars. Change callers.
aca7a3d2
MB
5631 Fix for utf-16 detection.
5632 (init_coding_once): Don't use ISO_carriage_return.
1f45f627 5633 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
aca7a3d2
MB
5634 reused_workbuf_in_use.
5635
73acf815 56362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5637
5638 * keymap.c (store_in_keymap): Pay attention to the case that idx
5639 is a cons specifying a character range.
5640
73acf815 56412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5642
5643 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
5644 HANDLED_RECOMPUTE_PROPS.
5645
5646 * coding.c (Fdefine_coding_system_internal): Fix checking of
5647 ascii compatibility.
5648
73acf815 56492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5650
1f45f627 5651 * charset.c (find_charsets_in_text): Delete unused locale variable.
aca7a3d2
MB
5652 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
5653
5654 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
5655 Resync charset_list to Vemacs_mule_charset_list.
5656
5657 * keymap.c (store_in_keymap): Pay attention to the case that idx
5658 is a cons specifying a character range.
5659
73acf815 56602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5661
5662 * composite.c (update_compositions): Bind inhibit-read-only, etc
5663 to t before calling remove-list-of-text-properties.
5664
5665 * print.c (print_object): Always print ASCII chars as is.
5666
73acf815 56672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5668
1f45f627 5669 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
aca7a3d2 5670
4c4475a8
GM
5671 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
5672 is a char table.
aca7a3d2 5673
73acf815 56742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5675
1f45f627 5676 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
aca7a3d2 5677
73acf815 56782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5679
5680 * xfaces.c (set_lface_from_font_name): Fix for the case that
5681 FONTNAME is not fontset name.
5682
73acf815 56832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5684
5685 * fns.c (base64_encode_1): Fix previous change.
5686
73acf815 56872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5688
5689 * fontset.c (set_fontset_font): New function.
5690 (Fset_fontset_font): If a font is specified for a charset, use
5691 map_charset_chars to store the font spec in a fontset.
5692
73acf815 56932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5694
5695 * fontset.c (fontset_face): Create a fallback fontset on demand
5696 (make_fontset): Don't create a fallback fontset here.
5697 (free_face_fontset): Free a fallback fontset (if any) too.
5698 (n_auto_fontsets): Delete this variable.
5699 (auto_fontset_alist): New variable.
5700 (new_fontset_from_font_name): Check auto_fontset_alist.
5701 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
5702 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
5703 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
5704 Defsubr Sfontset_list_all.
5705
73acf815 57062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5707
5708 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
5709
73acf815 57102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5711
5712 * fontset.c (Fnew_fontset): Check NAME more rigidly.
5713
73acf815 57142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5715
5716 * editfns.c (Fgoto_char): Fix docstring.
5717
73acf815 57182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5719
5720 * insdel.c (insert_from_gap): Adjust intervals correctly.
5721
73acf815 57222008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5723
5724 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
5725 (pfnGetFontUnicodeRanges): New dynamically loaded function.
5726 (w32_initialize): Try to load it.
5727 (x_get_font_repertory): Use it if available.
5728 (w32_encode_char): Add shortcut for unicode output.
5729
5730 * w32fns.c (w32_load_system_font): Default charset to -1.
5731 (x_to_w32_charset): Match all fonts for unicode.
1f45f627 5732 (w32_to_x_charset): New parameter matching. Don't return partial
aca7a3d2
MB
5733 or wildcard charsets.
5734 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
5735 (w32_codepage_for_font): Return CP_UNICODE for unicode.
5736 (w32_to_x_font): Match charset to real charset.
5737 (enum_font_cb2): Always list unicode versions.
5738
5739 * makefile.w32-in (temacs): Increase EMHEAP.
5740
73acf815 57412008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5742
5743 * w32term.c (w32_encode_char): New charset parameter.
5744 font_info.encoding becomes encoding_type.
1f45f627 5745 (x_get_font_repertory): New function. Warning: stub only!
aca7a3d2
MB
5746 (x_new_font): Return quickly if font already set.
5747 (x_new_fontset): fontsetname parameter is Lisp_Object.
2a2e8de7
JB
5748 Use new fs_query_fontset. Try new_fontset_from_font_name.
5749 Use fontset_name for return value.
aca7a3d2
MB
5750
5751 * w32term.h: Declare x_get_font_repertory.
5752
5753 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
1f45f627 5754 place of find_charset_in_text. Use encode_coding_object in place
aca7a3d2
MB
5755 of encode_coding.
5756 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
5757 decode_coding.
5758
5759 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
5760 of x_new_fontset.
5761 (w32_load_system_font): Initialize charset as unicode.
5762 font_info.encoding becomes encoding_type.
1f45f627
GM
5763 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
5764 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
aca7a3d2
MB
5765 (syms_of_w32fns): Set get_font_repertory_func.
5766
1f45f627 5767 * w32console.c: Include character.h. Use terminal_encode_buffer
aca7a3d2 5768 from term.c.
1f45f627 5769 (write_glyphs): Use new version of encode_terminal_code. Use
aca7a3d2
MB
5770 encode_coding_object in place of encode_coding.
5771
5772 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
5773 encoding becomes encoding_type.
5774
5775 * term.c (terminal_encode_buffer): Make externally visible.
5776
5777 * makefile.w32-in: Add character.h dependancies.
5778 (character.o, chartab.o): New targets.
5779
73acf815 57802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5781
5782 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
1f45f627 5783 CODING_ID_EOL_TYPE.
aca7a3d2 5784
73acf815 57852008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
5786
5787 * coding.c (produce_chars): Revert last change.
5788
73acf815 57892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5790
5791 * charset.h (charset_unicode): Extern it.
5792
5793 * charset.c (string_xstring_p): Check by (C >= 0x100).
1f45f627 5794 (find_charsets_in_text): Change format of the arc CHARSETS. New
aca7a3d2 5795 arg MULTIBYTE.
1f45f627 5796 (Ffind_charset_region, Ffind_charset_string): Adjust for the
aca7a3d2
MB
5797 change of find_charsets_in_text.
5798 (Fsplit_char): Fix doc. Never return unknown.
5799
5800 * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
5801
5802 * coding.c (Fdefine_coding_system_alias): Update
5803 Vcoding_system_list.
5804
5805 * fontset.c (load_font_get_repertory): Pay attention to the case
5806 that ENCODING of a font is specified by a char-table.
5807
5808 * xterm.c (x_get_font_repertory): Handle the case that the
5809 encoding of font is other than Unicode.
5810
73acf815 58112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5812
5813 * term.c (encode_terminal_code): Don't handle glyph-table. Check
5814 if a character is encodable by the terminal coding system. If
5815 not, produces proper number of `?'s. Update
5816 terminal_encode_buffer and terminal_encode_buf_size if necessary.
5817 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
5818
73acf815 58192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5820
5821 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
5822 variables.
1f45f627 5823 (encode_terminal_code): Change argument. Encode multiple
aca7a3d2
MB
5824 characters at once. Store the result of encoding in
5825 terminal_encode_buffer.
4c4475a8
GM
5826 (write_glyphs, insert_glyphs): Adjust for the change of
5827 encode_terminal_code.
aca7a3d2
MB
5828 (term_init): Initialize terminal_encode_buffer and
5829 terminal_encode_buf_size.
5830
5831 * coding.c (consume_chars): If coding->src_object is nil, don't
5832 check annotation.
5833
73acf815 58342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5835
5836 * character.c (char_string): Use ASCII_CHAR_P instead of
5837 SINGLE_BYTE_CHAR_P.
5838
73acf815 58392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5840
5841 * xdisp.c (handle_auto_composed_prop): Check if the last
5842 characters of auto-composed region is newly composed with the
5843 following characters.
5844 (handle_composition_prop): Fix checking of point being inside
5845 composition.
5846
73acf815 58472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5848
5849 * fns.c (concat): Don't change multibyteness of the result by
5850 concatenating an 8-bit character.
5851
5852 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
5853 multibyteness of the result when newelt is an 8-bit character.
5854
73acf815 58552008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5856
5857 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
5858 EMACS_INT.
5859
5860 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
5861
5862 * xfaces.c (face_numeric_value): Declare dim size_t.
5863 (Finternal_lisp_face_equal_p): Remove unused f.
5864
5865 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
5866 (MATRIX_ROW): Remove unused vars.
5867 (draw_glyphs, x_insert_glyphs, fast_find_position)
5868 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
5869 byte/char counts.
5870
5871 * regex.c (regex_compile): Remove unused var.
5872
5873 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
5874
5875 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
5876 (Faccessible_keymaps, where_is_internal): Remove unused vars.
5877
5878 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
5879
5880 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
5881
5882 * fileio.c (Fwrite_region): Remove unused var.
5883
5884 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
5885 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
5886
5887 * composite.c (Fremove_list_of_text_properties): Declare.
5888
1f45f627
GM
5889 * coding.c (inhibit_pre_post_conversion): Remove (unused).
5890 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
aca7a3d2
MB
5891 (coding_inherit_eol_type): Remove unused attrs.
5892 (detect_coding): Cast arg of detect_eol.
5893
5894 * charset.c (syms_of_charset): Remove unused var p.
5895 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
5896 byte/char counts.
5897
5898 * casetab.c (set_case_table): Remove unused var.
5899
5900 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
1f45f627 5901 unused vars.
aca7a3d2 5902
73acf815 59032008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5904
5905 * xterm.c (x_bitmap_mask): Declare.
5906
73acf815 59072008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5908
5909 * xterm.c (x_term_init): Fix type error.
5910
5911 * lisp.h: Add Funibyte_char_to_multibyte.
5912
5913 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
5914 (Fset_coding_system_priority): Doc fix.
5915
aca7a3d2
MB
5916 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
5917
5918 * indent.c (check_composition): Make start and end EMACS_INT.
5919
5920 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
5921
5922 * xdisp.c (handle_composition_prop, check_point_in_composition):
5923 Make buffer positions EMACS_INT.
5924
5925 * composite.c (find_composition, run_composition_function)
5926 (update_compositions, Ffind_composition_internal): Make buffer
5927 positions EMACS_INT.
5928
5929 * composite.h (find_composition, update_compositions): Make
5930 position args EMACS_INT.
5931
1f45f627 5932 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
aca7a3d2
MB
5933
5934 * intervals.c (get_property_and_range):
5935 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
5936
5937 * unexalpha.c: Don't include varargs.h.
5938
73acf815 59392008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5940
5941 * coding.h (ENCODE_UTF_8): New.
5942
5943 * Makefile.in (gtkutil.o): Depend on coding.h.
5944
5945 * coding.c (Fset_coding_system_priority): Doc fix.
5946
73acf815 59472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5948
5949 * fileio.c (Finsert_file_contents): Call setup_coding_system in
5950 the case of auto saving.
5951
73acf815 59522008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2 5953
4c4475a8
GM
5954 * chartab.c (map_char_table, map_char_table_for_charset): Protect
5955 `range' from GC.
aca7a3d2 5956
73acf815 59572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5958
5959 * coding.c (decode_coding_sjis): Check bytes more rigidly.
5960
73acf815 59612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5962
1f45f627 5963 * fileio.c (choose_write_coding_system): Return a decided coding system.
aca7a3d2
MB
5964 (Fwrite_region): Set Vlast_coding_system_used to the return value
5965 of choose_write_coding_system.
5966
73acf815 59672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5968
5969 * charset.c (Fset_charset_priority): Pay attention to duplicated
5970 arguments.
5971
5972 * coding.c (QCcategory): New variable.
5973 (syms_of_coding): Defsym it. Set all elements of
5974 Vcoding_category_table and their symbol values.
5975 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
5976 coding-category-XXX, and coding-category-list.
5977 (Fdefine_coding_system_internal): Add category in the plist.
5978
73acf815 59792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5980
5981 * callproc.c (Fcall_process): Handle carryover correctly.
5982
1f45f627 5983 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
aca7a3d2
MB
5984 (raw_text_coding_system): Check NILP (coding_system).
5985 (coding_inherit_eol_type): Check NILP (coding_system) and
5986 NILP (parent).
5987 (consume_chars): Fix for the case of raw-text.
5988
5989 * process.c (read_process_output): Handle carryover correctly.
5990
73acf815 59912008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
5992
5993 * regex.c (re_search_2): Fix last change.
5994
73acf815 59952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5996
5997 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
5998 target_multibyte. Even in a unibyte case, return a converted
5999 multibyte char.
6000 (GET_CHAR_AFTER): New macro.
6001 (PATFETCH): Translate via multibyte char.
6002 (HANDLE_UNIBYTE_RANGE): Delete this macro.
6003 (SETUP_MULTIBYTE_RANGE): New macro.
6004 (regex_compile): Setup compiled code so that its multibyteness
6005 matches that of a target. Fix the handling of "[X-YZ]" using
6006 SETUP_MULTIBYTE_RANGE.
6007 (analyse_first) <charset>: For filling fastmap for all multibyte
6008 characters, don't check by BASE_LEADING_CODE_P.
6009 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
6010 the same as RE_MULTIBYTE_P (bufp) now.
1f45f627 6011 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
aca7a3d2
MB
6012 (TARGET_CHAR_AND_LENGTH): Delete this macro.
6013 (TRANSLATE_VIA_MULTIBYTE): New macro.
6014 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
6015 It is the same as RE_MULTIBYTE_P (bufp) now.
6016 <exactn>: Translate via multibyte.
6017 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
6018 translate it.
6019 <charset, charset_not>: Fetch a character by
6020 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
6021 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
6022 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
6023 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
6024 by GET_CHAR_AFTER.
c5ad7a3d 6025 (bcmp_translate): Likewise.
aca7a3d2
MB
6026
6027 * search.c (compile_pattern): Check the member target_multibyte,
6028 not the member multibyte of buf.
6029
6030 * lread.c (read1): While reading a string, set force_singlebyte
6031 and force_multibyte correctly.
6032
4c4475a8
GM
6033 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
6034 up of unibyte_to_multibyte_table.
aca7a3d2 6035
73acf815 60362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6037
6038 * coding.c (setup_coding_system): If coding has
6039 post-read-conversion or pre-write-conversion, set
6040 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
6041 respectively.
6042 (decode_coding_gap): Run post-read-conversion if any.
6043
6044 * fileio.c (Finsert_file_contents): Even if we read into a
6045 unibyte buffer, check if we must decode the result or not.
6046
73acf815 60472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6048
6049 * coding.c (make_conversion_work_buffer): Change the work buffer
6050 name to the same one as that of Emacs 21.
6051
73acf815 60522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6053
1f45f627 6054 * coding.h (make_conversion_work_buffer): Adjust prototype.
aca7a3d2
MB
6055 (code_conversion_restore): Don't extern it.
6056
6057 * coding.c (detected_mask): Delete unused variable.
6058 (decode_coding_iso_2022): Pay attention to the byte sequence of
6059 CTEXT extended segment, and retain those bytes as is.
6060 (decode_coding_ccl): Delete unused variable `valids'.
6061 (setup_coding_system): Delete unused variable `category'.
6062 (consume_chars): Delete unused variable `category'. Make it work
6063 for non-multibyte case.
1f45f627 6064 (make_conversion_work_buffer): Change argument.
aca7a3d2
MB
6065 (saved_coding): Delete unused variable.
6066 (code_conversion_restore): Don't check saved_coding->destination.
6067 (code_conversion_save): New function.
6068 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
6069 instead of record_unwind_protect.
1f45f627 6070 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
aca7a3d2 6071 (detect_coding_system): Delete unused variable `mask'.
1f45f627 6072 (Fdefine_coding_system_internal): Delete unused vaiable id.
aca7a3d2
MB
6073
6074 * fileio.c (kill_workbuf_unwind): New function.
6075 (Finsert_file_contents): On replacing, call
6076 make_conversion_work_buffer with correct args, and call
6077 record_unwind_protect with the first arg kill_workbuf_unwind.
6078
6079 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
6080
73acf815 60812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6082
1f45f627 6083 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
aca7a3d2
MB
6084 (fontset_add): Fix for the case that TO is less than TO1.
6085 (Ffontset_info): Don't use fallback fontset on checking the
6086 default fontset.
6087 (dump_fontset): New function for debugging.
6088
6089 * coding.c (Fdefine_coding_system_internal): Fix for the case that
6090 coding_type is Qcharset.
6091
73acf815 60922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6093
6094 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
6095 (map_char_table): Don't inherit the value from the parent on
1f45f627 6096 initializing VAL. Adjust for the above change.
aca7a3d2 6097
73acf815 60982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6099
6100 * coding.c (Qsignature, Qendian): Delete these variables.
6101 (syms_of_coding): Don't initialize them.
6102 (CATEGORY_MASK_UTF_16_AUTO): New macro.
6103 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
6104 detect_info->found.
6105 (decode_coding_utf_16): Don't detect BOM here.
6106 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
6107 is NOT utf_16_without_bom.
6108 (setup_coding_system): For a coding system of type utf-16, check
6109 if the attribute :endian is Qbig or not (not nil or not), and set
6110 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
6111 (detect_coding): If coding type is utf-16 and BOM detection is
6112 required, detect it.
6113 (Fdefine_coding_system_internal): For a coding system of type
1f45f627 6114 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
aca7a3d2 6115
73acf815 61162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6117
6118 * coding.c (coding_set_source): Fix for the case that the current
6119 buffer is different from coding->src_object.
6120 (decode_coding_object): Don't use the conversion work buffer if
6121 DST_OBJECT is a buffer.
6122
73acf815 61232008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6124
6125 * lread.c (read_emacs_mule_char) [len==2]: Index
6126 emacs_mule_charset correctly.
6127
73acf815 61282008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6129
6130 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
6131 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
1f45f627 6132 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
aca7a3d2
MB
6133 treated specially.)
6134 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
6135 (detected_mask): Remove Big5 bits.
6136
73acf815 61372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6138
6139 The following changes are to make the font rescaling facility
6140 compatible with Emacs 21.
6141
1f45f627 6142 * xfaces.c (Vface_font_rescale_alist): Rename from
aca7a3d2
MB
6143 Vface_resizing_fonts.
6144 (struct font_name): Rename member resizing_ratio to rescale_ratio.
1f45f627 6145 (font_rescale_ratio): Rename from font_resizing_ratio.
aca7a3d2
MB
6146 (split_font_name): Set font->rescale_ratio.
6147 (better_font_p): Pay attention to font->rescale_ratio.
6148 (build_scalable_font_name): Likewise. Change RESX, and RESY
6149 fields.
1f45f627 6150 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
aca7a3d2 6151
73acf815 61522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6153
6154 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
6155 (Qutf_16_le): Remove these variables.
6156 (syms_of_coding): Don't DEFSYM them.
6157 (decode_coding_utf_16): Fix handling of BOM.
6158 (encode_coding_utf_16): Fix handling of BOM.
6159
73acf815 61602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6161
6162 * fileio.c (Finsert_file_contents): On replacing, before decoding
1f45f627 6163 the file into the work buffer, set point of the work buffer to the end.
aca7a3d2 6164
73acf815 61652008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6166
6167 * coding.c (Fcheck_coding_systems_region): Fix type errors.
6168
73acf815 61692008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6170
6171 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
6172 and fix C types.
6173
73acf815 61742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6175
6176 * xdisp.c (SKIP_GLYPHS): New macro.
6177 (set_cursor_from_row): Pay attention to string display properties.
6178
6179 * category.c (copy_category_entry): Fix for the case that RANGE
6180 is an integer.
6181
6182 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
6183
1f45f627 6184 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
aca7a3d2 6185
73acf815 61862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6187
6188 * charset.c (Fcharset_id_internal): New function.
6189 (syms_of_charset): Defsubr it.
6190
6191 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
6192 with the last arg charset_list acquired from coding.
6193 (Fdefine_coding_system_internal): For ccl-based coding system, fix
6194 the attribute coding_attr_ccl_valids.
6195
6196 * coding.h (enum define_coding_ccl_arg_index): Set the first
6197 member coding_arg_ccl_decoder to coding_arg_max.
6198
1f45f627 6199 * ccl.h (ccl_driver): Adjust prototype.
aca7a3d2
MB
6200
6201 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
6202 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
6203 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
4c4475a8
GM
6204 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
6205 last arg Qnil.
aca7a3d2 6206
73acf815 62072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6208
6209 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
6210 call encode_char.
6211
1f45f627 6212 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
aca7a3d2 6213
73acf815 62142008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 6215
1f45f627 6216 * composite.c (syms_of_composite): Make composition_hash_table weak.
aca7a3d2 6217
73acf815 62182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6219
6220 * dispextern.h (check_face_attributes, generate_ascii_font_name)
6221 (font_name_registry): Don't extern them.
1f45f627 6222 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
aca7a3d2
MB
6223
6224 * fontset.h (Qfontset): Don't extern it.
6225 (new_fontset_from_font_name): Extern it.
6226
6227 * fontset.c: Give 8 extra slots to fontset objects.
6228 (Qfontset_info): New variable.
6229 (syms_of_fontset): Defsym it.
6230 (FONTSET_FALLBACK): New macro.
6231 (fontset_face): Try also the default fontset.
1f45f627
GM
6232 (make_fontset): Realize a fallback fontset from the default fontset.
6233 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
aca7a3d2
MB
6234 using split_font_name_into_vector and build_font_name_from_vector.
6235 (Fset_fontset_font): Access the elements of font_spec by enum
6236 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
6237 name by using split_font_name_into_vector.
6238 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
6239 generate a proper font name from the fontset name. Update
6240 Vfontset_alias_alist.
6241 (n_auto_fontsets): New variable.
6242 (new_fontset_from_font_name): New function.
6243 (Ffont_info): Store the information about fonts generated from the
1f45f627 6244 default fontset in the first extra slot of the returned char-table.
aca7a3d2 6245
1f45f627
GM
6246 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
6247 (font_name_registry): Delete function.
aca7a3d2
MB
6248 (split_font_name_into_vector): New function.
6249 (build_font_name_from_vector): New function.
1f45f627 6250 (font_list): The argument REGISTRY is now a list of registry names.
aca7a3d2
MB
6251 (choose_face_font): If we are choosing an ASCII font, and ATTRS
6252 specifies an explicit font name, return the name as is. Make a
6253 list of registy names.
6254
1f45f627 6255 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
aca7a3d2
MB
6256 of x_new_fontset.
6257 (Fx_create_frame): Don't call x_new_fontset here. Just use
6258 x_list_fonts to check the existence of fonts.
6259
1f45f627 6260 * xterm.h (x_new_fontset): Adjust prototype.
aca7a3d2
MB
6261
6262 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
6263 string. Use new_fontset_from_font_name to create a fontset from a
6264 font name.
6265
1c8658b9
GM
62662008-02-01 Kenichi Handa <handa@m17n.org>
6267
6268 * syntax.c (Vfind_word_boundary_function_table): New name for
6269 Vnext_word_boundary_function_table.
6270 (find-word-boundary-function-table): New name for
6271 next-word-boundary-function-table.
6272
73acf815 62732008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6274
6275 * Makefile.in: Fix some dependencies.
6276
6277 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
6278 set it to nil before returning.
6279
6280 * composite.c (update_compositions): Fix type error.
6281
6282 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
6283
73acf815 62842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6285
6286 * xterm.c (x_new_font): Optimize for the case that the font is
6287 already set for the frame.
6288
73acf815 62892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6290
6291 * chartab.c (char_table_ascii): Check if the char table contents
6292 is sub-char-table or not.
4c4475a8
GM
6293 (char_table_set, char_table_set_range): Fix argument to
6294 char_table_ascii.
aca7a3d2
MB
6295
6296 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
6297 (detect_coding_utf_8, detect_coding_utf_16)
6298 (detect_coding_emacs_mule, detect_coding_iso_2022)
6299 (detect_coding_sjis, detect_coding_big5)
6300 (detect_coding_ccl, detect_coding_charset): Change argument MASK
6301 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
1f45f627 6302 sequence is valid in this coding system. Change callers.
aca7a3d2
MB
6303 (MAX_ANNOTATION_LENGTH): New macro.
6304 (ADD_ANNOTATION_DATA): New macro.
1f45f627
GM
6305 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
6306 ADD_ANNOTATION_DATA. Change the format of annotation data.
aca7a3d2 6307 (ADD_CHARSET_DATA): New macro.
1f45f627 6308 (emacs_mule_char): New argument ID. Change callers.
aca7a3d2
MB
6309 (decode_coding_emacs_mule, decode_coding_iso_2022)
6310 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
6311 Produce charset annotation data in coding->charbuf.
6312 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
6313 to charset annotation data in coding->charbuf.
6314 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
6315 coding->common_flags if the coding system is iso-2022 based and
6316 uses designation.
1f45f627 6317 (produce_composition): Adjust for the new annotation data format.
aca7a3d2
MB
6318 (produce_charset): New function.
6319 (produce_annotation): Handle charset annotation.
6320 (handle_composition_annotation, handle_charset_annotation): New
6321 functions.
6322 (consume_chars): Handle charset annotation. Utilize the above two
6323 functions.
6324 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
6325 buffer, get the deleted text as a string and set
6326 coding->src_object to that string.
6327 (detect_coding, detect_coding_system): Use the new struct
6328 coding_detection_info.
6329
6330 * coding.h (struct coding_detection_info): New structure.
1f45f627 6331 (struct coding_system): Adjust prototype of the member `detector'.
aca7a3d2
MB
6332 (CODING_ANNOTATE_CHARSET_MASK): New macro.
6333
73acf815 63342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6335
6336 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
6337
73acf815 63382008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 6339
1f45f627 6340 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
aca7a3d2
MB
6341 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
6342 to new local and nullify apropos_accumulate before returning.
6343 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
6344
73acf815 63452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6346
6347 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
6348 correctly.
6349
73acf815 63502008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6351
6352 * fns.c (Flanginfo): Call synchronize_system_time_locale.
6353
73acf815 63542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6355
6356 The following changes are to make character composition happen
6357 automatically on displaying.
6358
2a2e8de7 6359 * Makefile.in (lisp, shortlisp): Add composite.elc.
aca7a3d2 6360
1f45f627
GM
6361 * composite.h (Qauto_composed, Vauto_composition_function)
6362 (Qauto_composition_function): Extern them.
aca7a3d2 6363
1f45f627
GM
6364 * composite.c (Vcomposition_function_table)
6365 (Qcomposition_function_table): Delete variables.
6366 (Qauto_composed, Vauto_composition_function)
6367 (Qauto_composition_function): New variables.
aca7a3d2
MB
6368 (run_composition_function): Don't call
6369 compose-chars-after-function.
6370 (update_compositions): Clear `auto-composed' text property.
6371 (compose_chars_in_text): Delete this function.
6372 (syms_of_composite): Staticpro Qauto_composed and
6373 Qauto_composition_function. Declare Vauto_composition_function as
6374 a Lisp variable.
6375
6376 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
6377
6378 * xdisp.c (it_props): Add an entry for Qauto_composed.
6379 (handle_auto_composed_prop): New function.
6380
6381 * xselect.c (selection_data_to_lisp_data): Don't call
6382 compose_chars_in_text.
6383
73acf815 63842008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6385
6386 * keyboard.c (read_char): Modify checking around use of
6387 Vkeyboard_translate_table.
6388
6389 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
6390 and fix C types.
6391
73acf815 63922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6393
4c4475a8
GM
6394 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
6395 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6396 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
aca7a3d2 6397 the case that the last byte is '\r' correctly.
1f45f627
GM
6398 (decode_coding): Flush out the unprocessed data correctly.
6399 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
aca7a3d2 6400
73acf815 64012008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6402
6403 * xterm.c (XTread_socket): Fix changes for defined keysyms. Add
6404 XK_ISO... case.
6405 (xaw_scroll_callback): Revert last change.
6406
73acf815 64072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6408
1f45f627 6409 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
aca7a3d2 6410
73acf815 64112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6412
6413 * xfaces.c (Vface_resizing_fonts): New variable.
6414 (struct font_name): New member `resizing_ratio'.
6415 (font_resizing_ratio): New function.
6416 (split_font_name): Set font->resizing_ratio.
6417 (better_font_p): Pay attention to font->resizing_ratio.
6418 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
6419 RESX, and RESY fields.
6420 (try_alternative_families): Try scalable fonts if
6421 Vscalable_fonts_allowed is not Qt.
6422 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
6423
73acf815 64242008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6425
6426 * xterm.c (xaw_scroll_callback): Cast correctly.
6427
73acf815 64282008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6429
6430 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
6431 (lispy_kana_keys): Comment out.
6432 (make_lispy_event) [XK_kana_A]: Comment out.
6433
6434 * xterm.c (xaw_scroll_callback): Cast call_data.
6435 (XTread_socket): Deal with ASCII keysyms.
6436 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
6437
73acf815 64382008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6439
6440 * xterm.c (Vx_keysym_table): New.
6441 (syms_of_xterm): Initialize it.
6442 (XTread_socket): Use it.
6443 From head: Eliminate incorrect optimization that tried to avoid
6444 decoding the output of X*LookupString.
6445 (x_get_font_repertory): Delete charset declaration.
6446
73acf815 64472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6448
1f45f627
GM
6449 * coding.c (detect_coding_charset): If only ASCII bytes are found,
6450 return 0.
aca7a3d2
MB
6451 (Fdefine_coding_system_internal): Setup
6452 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
6453
73acf815 64542008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6455
6456 * coding.c (Fcheck_coding_system): Doc fix.
6457
6458 * editfns.c (Finsert_byte): Return a proper value.
6459
73acf815 64602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6461
6462 * coding.c (decode_coding): Fix args to translate_chars. Pay
6463 attention to Vstandard_translation_table_for_decode.
6464 (encode_coding): Fix args to translate_chars. Pay attention to
6465 Vstandard_translation_table_for_encode.
6466
6467 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
6468 SINGLE_BYTE_CHAR_P.
6469
6470 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
6471 not by SINGLE_BYTE_CHAR_P.
6472
6473 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
6474 SINGLE_BYTE_CHAR_P.
6475
6476 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
6477 SINGLE_BYTE_CHAR_P.
6478
6479 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
6480 by SINGLE_BYTE_CHAR_P.
6481
6482 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
6483 SINGLE_BYTE_CHAR_P.
6484
73acf815 64852008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6486
6487 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
6488
73acf815 64892008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6490
6491 * fns.c (Flanginfo): Fix typo.
6492
6493 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
6494
73acf815 64952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6496
4c4475a8
GM
6497 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
6498 (detect_coding_emacs_mule, detect_coding_iso_2022)
6499 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
6500 incomplete byte sequence. Don't update *mask when correctly detected.
aca7a3d2 6501 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
1f45f627 6502 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
4c4475a8 6503 (detect_coding, detect_coding_system): Adjust for the changes above.
aca7a3d2 6504
73acf815 65052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6506
1f45f627
GM
6507 * character.c (char_string): Rename from
6508 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
6509 (string_char): Rename from string_char.
aca7a3d2 6510
4c4475a8
GM
6511 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
6512 if C is greater than MAX_3_BYTE_CHAR.
6513 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
6514 string_char instead of string_char_with_unification.
aca7a3d2 6515
73acf815 65162008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6517
6518 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
6519
73acf815 65202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6521
1f45f627 6522 * keymap.c (push_key_description): Pay attention to force_multibyte.
aca7a3d2
MB
6523
6524 * regex.c (re_search_2): Fix for the case of unibyte buffer.
6525
73acf815 65262008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6527
6528 * charset.c (define_charset_internal): Rename `supprementary'.
6529
6530 * Makefile.in (lisp, shortlisp): Remove latin-N.
6531
73acf815 65322008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6533
6534 * xfns.c (x_window, x_window): Use use_xim.
6535
6536 * xterm.c (use_xim): Initialize.
6537 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
6538 (x_term_init): Maybe set use_xim.
6539
6540 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
6541
73acf815 65422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6543
6544 * search.c (search_buffer): Fix case-fold-search of multibyte
6545 characters.
6546 (boyer_moore): Rename the last argument to char_high_bits.
6547
73acf815 65482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6549
6550 * xdisp.c (display_string): Fix for the case of zero width glyph.
6551
6552 * xfns.c (x_set_font): Change the error message of the case that
6553 x_new_fontset returns Qt.
6554
6555 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
6556 (Finternal_set_lisp_face_attribute): Use signal_error for the
6557 error of invalid fontset.
6558
6559 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
6560 fontset, return Qt.
6561
73acf815 65622008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 6563
aca7a3d2
MB
6564 * unexelf.c (unexec): Make .got handling not SGI-specific.
6565
6566 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
6567
6568 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
6569
6570 * keyboard.c (read_key_sequence): Fix type error.
6571
6572 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
6573 type error.
6574
6575 * fontset.c (fontset_add): Return Lisp_Object.
6576
73acf815 65772008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6578
6579 * charset.h (charset_ordered_list_tick): Declare extern.
6580
73acf815 65812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6582
73acf815 6583 The following changes (and some of 2008-02-01 changes of mine) are
aca7a3d2
MB
6584 for handling syntax, category, and case conversion for unibyte
6585 characters by converting them to multibyte on the fly. With these
6586 changes, we don't have to setup syntax and case tables for unibyte
6587 characters in each language environment.
6588
6589 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
6590 multibyte if necessary.
6591
6592 * bytecode.c (Fbyte_code): Likewise.
6593
6594 * character.h (LEADING_CODE_LATIN_1_MIN)
6595 (LEADING_CODE_LATIN_1_MAX): New macros.
6596 (unibyte_to_multibyte_table): Extern it.
6597 (unibyte_char_to_multibyte): New macro.
6598 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
6599 (CHAR_LEADING_CODE): New macro.
6600 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
6601
6602 * character.c (unibyte_to_multibyte_table): New variable.
1f45f627 6603 (unibyte_char_to_multibyte): Move to character.h and define as macro.
aca7a3d2
MB
6604 (multibyte_char_to_unibyte): If C is an eight-bit character,
6605 convert it to the corresponding byte value.
6606
6607 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
6608 not 1, singals an error. Update the elements of
6609 unibyte_to_multibyte_table.
6610 (init_charset_once): Initialize unibyte_to_multibyte_table.
6611 (syms_of_charset): Define the charset `iso-8859-1'.
6612
aca7a3d2
MB
6613 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
6614 as is without converting it to unibyte. In a unibyte buffer,
6615 convert C to multibyte before checking the syntax.
6616
1f45f627 6617 * lisp.h (unibyte_char_to_multibyte): Delete extern.
aca7a3d2
MB
6618
6619 * minibuf.c (Fminibuffer_complete_word): Use the macro
6620 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
6621
6622 * regex.h (struct re_pattern_buffer): New member target_multibyte.
6623
6624 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
6625 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
6626 that is zero, convert an eight-bit char to multibyte.
6627 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
6628 non-emacs case.
6629 (PATFETCH): Convert an eight-bit char to multibyte.
6630 (HANDLE_UNIBYTE_RANGE): New macro.
6631 (regex_compile): Setup the compiled pattern for multibyte chars
6632 even if the given regex string is unibyte. Use PATFETCH_RAW
6633 instead of PATFETCH in many places. To handle `charset'
c5ad7a3d 6634 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
aca7a3d2 6635 only for ASCII chars.
1f45f627 6636 (analyse_first) <exactn>: Simplify because the compiled pattern
aca7a3d2
MB
6637 is multibyte.
6638 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
6639 <charset>: Use CHAR_LEADING_CODE to get leading codes.
1f45f627 6640 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
aca7a3d2
MB
6641 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
6642 multibyte always 1.
6643 (re_search_2): In emacs, set the locale variable multibyte to 1,
6644 otherwise to 0. New local variable target_multibyte. Check it
6645 to decide the multibyteness of STR1 and STR2. If
6646 target_multibyte is zero, convert unibyte chars to multibyte
6647 before translating and checking fastmap.
6648 (TARGET_CHAR_AND_LENGTH): New macro.
6649 (re_match_2_internal): In emacs, set the locale variable multibyte
6650 to 1, otherwise to 0. New local variable target_multibyte. Check
6651 it to decide the multibyteness of STR1 and STR2. Use
6652 TARGET_CHAR_AND_LENGTH to fetch a character from D.
6653 <charset, charset_not>: If multibyte is nonzero, check fastmap
c5ad7a3d 6654 only for ASCII chars. Call bcmp_translate with
aca7a3d2
MB
6655 target_multibyte, not with multibyte.
6656 <begline>: Declare the local variable C as `unsigned'.
6657 (bcmp_translate): Change the last arg name to target_multibyte.
6658
6659 * search.c (compile_pattern_1): Don't adjust the multibyteness of
6660 the regexp pattern and the matching target. Set cp->buf.multibyte
6661 to the multibyteness of the regexp pattern. Set
1f45f627 6662 cp->but.target_multibyte to the multibyteness of the matching target.
aca7a3d2
MB
6663 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
6664 FETCH_STRING_CHAR_ADVANCE.
6665 (Freplace_match): Convert unibyte chars to multibyte.
6666
4c4475a8
GM
6667 * syntax.c (char_quoted, back_comment, scan_words)
6668 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
6669 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
aca7a3d2 6670 unibyte chars to multibyte.
1f45f627
GM
6671 (skip_chars): Delete the arg syntaxp, and move the code for
6672 handling syntaxes to skip_syntaxes. Change callers.
aca7a3d2
MB
6673 Fix the case that the multibyteness of STRING and the current
6674 buffer doesn't match.
6675 (skip_syntaxes): New function.
6676 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
6677 SINGLE_BYTE_CHAR_P.
aca7a3d2 6678
73acf815 66792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6680
6681 * xfaces.c (QCfontset): New variable.
6682 (LFACE_FONTSET): New macro.
6683 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
6684 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
4c4475a8
GM
6685 (Finternal_set_lisp_face_attribute)
6686 (Finternal_get_lisp_face_attribute): Handle QCfontset.
aca7a3d2
MB
6687 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
6688 check also LFACE_FONTSET_INDEX.
6689 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
6690 attrs[LFACE_FONT_INDEX].
6691 (syms_of_xfaces): Intern and staticpro QCfontset.
6692
6693 * dispextern.h (enum lface_attribute_index): New member
6694 LFACE_FONTSET_INDEX.
6695
6696 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
6697
73acf815 66982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6699
6700 * coding.c (coding_set_destination): Fix coding->destination for
6701 the case converting a region.
6702 (encode_coding_utf_8): Encode eight-bit chars as single byte.
6703 (encode_coding_object): Fix coding->dst_pos and
6704 coding->dst_pos_byte for the case converting a region.
6705
6706 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
6707
6708 * character.h (BYTE8_STRING): New macro.
6709
6710 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
6711
73acf815 67122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6713
6714 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
6715 characters by octal form.
6716
6717 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
6718
1f45f627 6719 * buffer.h (_fetch_multibyte_char_len): Delete extern.
4c4475a8
GM
6720 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
6721 _fetch_multibyte_char_len.
aca7a3d2
MB
6722 (FETCH_CHAR_AS_MULTIBYTE): New macro.
6723
1f45f627 6724 * casetab.c (set_canon, set_identity, shuffle): Simplify.
aca7a3d2 6725
1f45f627 6726 * casefiddle.c (casify_object): Simplify. Handle the case that
aca7a3d2 6727 the case conversion change the byte length.
1f45f627 6728 (casify_region): Likewise.
aca7a3d2 6729
1f45f627 6730 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
aca7a3d2 6731
1f45f627 6732 * character.c (_fetch_multibyte_char_len): Delet this variable.
aca7a3d2
MB
6733 (syms_of_character): Setup Vprintable_chars.
6734
6735 * editfns.c (Fchar_equal): Fix for the unibyte case.
6736 (Finsert_byte): New function.
6737 (syms_of_editfns): Defsubr it.
6738
6739 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
6740 of direct code 0x3ffff.
6741
6742 * search.c (Freplace_match): Fix for the unibyte case.
6743
73acf815 67442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6745
6746 * lread.c (safe_to_load_p): Fix the logic.
6747
6748 * syntax.c (scan_words): Don't treat characters belonging to
6749 different scripts as constituting a word.
6750
6751 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
6752
1f45f627 6753 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
aca7a3d2
MB
6754
6755 * emacs.c (main): In the case of --unibyte, instead of aborting on
6756 finding non-empty buffer, make it unibyte.
6757
73acf815 67582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6759
6760 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
6761 to create a fontset.
6762
73acf815 67632008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6764
6765 * character.c (Funibyte_char_to_multibyte): Doc fix.
6766
6767 * xfns.c [HAVE_STDLIB_H]: Fix last change.
6768
73acf815 67692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6770
6771 * fontset.c (fontset_add): Make the type `int'.
6772 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
6773
4c4475a8
GM
6774 * character.c (unibyte_char_to_multibyte)
6775 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
aca7a3d2 6776 charset_unibyte, not charset_primary.
aca7a3d2 6777
1f45f627 6778 * charset.h (charset_unibyte): Extern it instead of charset_primary.
aca7a3d2 6779
1f45f627
GM
6780 * charset.c (charset_unibyte): Rename from charset_primary.
6781 (Funibyte_charset): Rename from Fprimary_charset.
6782 (Fset_unibyte_charset): Rename from Fset_primary_charset.
6783 (syms_of_charset): Adjust for the above changes.
aca7a3d2
MB
6784
6785 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
6786 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
6787 it->multibyte_p is zero.
6788
6789 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
1f45f627 6790 Delete extern.
aca7a3d2 6791
73acf815 67922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6793
6794 * coding.c (Fdefine_coding_system_internal): Fix category setting
6795 for a coding system of type iso-2022.
6796
73acf815 67972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6798
1f45f627 6799 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
aca7a3d2 6800
73acf815 68012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6802
6803 * syntax.c (Vnext_word_boundary_function_table): New variable.
1c8658b9
GM
6804 (next-word-boundary-function-table): Declare it as a Lisp variable
6805 in syms_of_syntax.
aca7a3d2
MB
6806 (scan_words): Call functions in Vnext_word_boundary_function_table
6807 if any.
6808
6809 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
6810
6811 * fontset.c (fs_load_font): If fontp->charset is not negative,
6812 return fontp without setting its members.
6813
73acf815 68142008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 6815
aca7a3d2
MB
6816 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
6817
6818 * m/sparc.h (HAVE_ALLOCA): Delete.
6819
6820 * s/irix6-5.h: Don't include strings.h.
6821 (bcopy, bzero, bcmp): Don't undef.
6822
6823 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
6824
6825 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
6826 (TIOCSIGSEND): Don't test IRIX6.
6827 (bcopy, bzero, bcmp): Define conditionally.
6828
73acf815 68292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6830
6831 * buffer.c (Qas, Qmake, Qto): New variables.
1f45f627 6832 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
aca7a3d2
MB
6833 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
6834
6835 * callproc.c (Fcall_process): Don't call insert_1_both directly if
6836 we are inserting a process output into a multibyte buffer.
6837
6838 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
6839 multibyte_char_to_unibyte.
6840
6841 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
6842 by the primary charset, make it eight-bit char.
6843 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
6844
1f45f627
GM
6845 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
6846 (charset_8_bit__control, charset_8_bit_graphic)
6847 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
aca7a3d2
MB
6848 (define_charset_internal): New function.
6849 (syms_of_charset): Call define_charset_internal for pre-defined
6850 charsets.
6851
6852 * charset.h (charset_8_bit): Extern it.
6853
1f45f627 6854 * coding.c (make_conversion_work_buffer): Adjust for the change
aca7a3d2
MB
6855 of Fset_buffer_multibyte.
6856 (encode_coding_raw_text): Increment p0 in the loop.
6857
1f45f627 6858 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
aca7a3d2 6859
1f45f627 6860 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
aca7a3d2
MB
6861 for the change of Fset_buffer_multibyte.
6862
6863 * fns.c (Fstring_to_multibyte): New function.
6864 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
6865
73acf815 68662008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6867
6868 * xfns.c (x_put_x_image): Declare args.
6869
1f45f627 6870 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
aca7a3d2
MB
6871 (try_font_list): Declare an arg.
6872
6873 * xdisp.c (message2_nolog, set_message): Declare an arg.
6874
6875 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
6876
6877 * syntax.c (scan_sexps_forward): Declare an arg.
6878
6879 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
6880 Declare an arg.
6881
6882 * lisp.h (Fnew_fontset): Declare.
6883
6884 * keymap.c (push_key_description): Call CHARACTERP correctly.
6885
1f45f627 6886 * fontset.c (fontset_add): Declare args. Call make_number correctly.
aca7a3d2
MB
6887 (face_for_char): Delete unused vars.
6888 (Fset_fontset_font): Doc fix. Delete unused vars.
6889
6890 * doc.c (Fsubstitute_command_keys): Delete unused vars.
6891
6892 * composite.c (update_compositions): Declare arg.
6893
6894 * cm.c (calccost, cmgoto): Declare args.
6895
6896 * charset.c: Remove `emacs' conditional. Doc fixes.
6897 (map_char_table_for_charset): Declare.
6898
1f45f627 6899 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
aca7a3d2 6900
1f45f627 6901 * ccl.c: Remove `emacs' conditional.
aca7a3d2 6902
73acf815 69032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6904
6905 The following changes are to allow specifying multiple font
6906 patterns for a character range (specified by script or charset).
6907
6908 * Makefile.in (abbrev.o): Depend on syntax.h.
6909 (xfaces.o): Depend on charset.h.
6910
6911 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
6912 SINGLE_BYTE_CHAR_P.
6913
6914 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
6915
6916 * character.h (Vchar_script_table): Extern it.
6917
1f45f627 6918 * character.c (Vscript_alist): Delete.
aca7a3d2
MB
6919 (Vchar_script_table, Qchar_script_table): New variable.
6920 (syms_of_character): Declare Vchar_script_table as a lisp variable
6921 and initialize it.
6922
1f45f627 6923 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
aca7a3d2
MB
6924 have property char-table-extra-slots, make no extra slot.
6925
1f45f627 6926 * dispextern.h (struct face): Delete member `charset'.
4c4475a8
GM
6927 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
6928 SINGLE_BYTE_CHAR_P.
1f45f627
GM
6929 (choose_face_font, lookup_non_ascii_face, font_name_registry):
6930 Add prototypes.
6931 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
6932 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
6933
6934 * fontset.h (get_font_repertory_func): New prototype.
1f45f627 6935 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
aca7a3d2
MB
6936 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
6937
6938 * fontset.c (Qprepend, Qappend): New variables.
1f45f627 6939 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
aca7a3d2
MB
6940 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
6941 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
6942 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
6943 (fontset_ref_and_range, fontset_add, reorder_font_vector)
6944 (load_font_get_repertory): New functions.
1f45f627 6945 (fontset_set): Delete.
aca7a3d2 6946 (fontset_face): New arg FACE. Return face ID, not face.
1f45f627 6947 Complete re-write to handle new fontset structure. Change caller.
aca7a3d2
MB
6948 (free_face_fontset): Use ASET istead of AREF (X) = Y.
6949 (face_for_char): Don't call lookup_face.
6950 (make_fontset_for_ascii_face): New arg FACE.
6951 (fs_load_font): New arg CHARSET_ID. Don't check
6952 Vfont_encoding_alist here.
6953 (find_font_encoding): New function.
6954 (list_fontsets): Use STRINGP, not ! NILP.
6955 (accumulate_script_ranges): New function.
6956 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
6957 re-written to handle new fontset structure.
6958 (Ffontset_font): Return a copy of element.
6959 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
6960 docstring of font-encoding-alist.
6961
6962 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
6963 (Fset_fotset_font): Fix arguments to 5.
6964
1f45f627 6965 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
aca7a3d2
MB
6966
6967 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
6968 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
1f45f627 6969 (highlight_trailing_whitespace): Adjust for the change of
aca7a3d2
MB
6970 lookup_named_face.
6971
6972 * xfaces.c: Include charset.h.
1f45f627
GM
6973 (load_face_font): Delete argument C. Change caller.
6974 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
6975 (font_name_registry): New function.
6976 (cache_face): Store ascii faces before non-ascii faces in buckets.
1f45f627 6977 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
aca7a3d2
MB
6978 Lookup only ascii faces.
6979 (lookup_non_ascii_face): New function.
1f45f627
GM
6980 (lookup_named_face): Delete argument C. Change caller.
6981 (lookup_derived_face): Delete argument C. Change caller.
6982 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
aca7a3d2 6983 a string, just call font_list with it.
1f45f627
GM
6984 (choose_face_font): Delete arguments FACE and C. New arg
6985 FONT_SPEC. Change caller.
4c4475a8
GM
6986 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
6987 Change caller.
aca7a3d2
MB
6988 (realize_non_ascii_face): New function.
6989 (realize_x_face): Call load_face_font here.
1f45f627 6990 (realize_tty_face): Delete argument C. Change caller.
aca7a3d2
MB
6991 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
6992 get a face ID.
6993 (dump_realized_face): Don't print charset of FACE.
6994
6995 * xfns.c (x_set_font): Always call x_new_fontset and
6996 store_frame_parameter.
6997 (Fx_create_frame): Call x_new_fontset, not x_new_font.
1f45f627 6998 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
aca7a3d2
MB
6999
7000 * xterm.h (x_get_font_repertory): Extern it.
7001
7002 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
7003 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
7004 it->multibyte_p is zero.
7005 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
7006 (x_new_fontset): If FONTSETNAME doesn't match any existing
7007 fontsets, create a new one.
7008 (x_get_font_repertory): New function.
7009
73acf815 70102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7011
7012 * coding.c (Ffind_coding_systems_region_internal): Detect an
7013 ASCII only string correctly.
7014
7015 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
7016 version is 0.
7017
73acf815 70182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7019
7020 * lread.c: Include "coding.h".
1f45f627
GM
7021 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
7022 (load_each_byte, unread_char): New variables.
7023 (readchar_backlog): Delete.
aca7a3d2
MB
7024 (readchar): Return a character unless load_each_byte is nonzero.
7025 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
7026 cons. If unread_char is not -1, simply return it.
7027 (unreadchar): Handle the case that readcharfun is
1f45f627
GM
7028 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
7029 (read_multibyte): Delete.
aca7a3d2
MB
7030 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
7031 (read_emacs_mule_char): New functions.
7032 (Fload): Even if the file doesn't have the extention ".elc", if
7033 safe_to_load_p returns a positive version number, assume that the
7034 file contains bytecompiled code. If the version is less than 22,
7035 load the file while decoding multibyte sequences by emacs-mule.
7036 (readevalloop): Don't use readchar_backlog.
1f45f627
GM
7037 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
7038 (Fread_from_string): Pay attention to the case that STREAM is a cons.
7039 (read_escape): Delete the arg BYTEREP.
aca7a3d2
MB
7040 (read1): Set load_each_byte to 1 temporarily while handling
7041 #@NUMBER. Don't call read_multibyte.
7042 (read_vector): Call Fread with a cons. If readcharfun is
7043 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
1f45f627 7044 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
aca7a3d2
MB
7045 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
7046 and Qload_force_doc_strings.
7047
73acf815 70482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7049
7050 * xdisp.c (face_before_or_after_it_pos): Call
7051 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
7052
73acf815 70532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7054
7055 * character.h (TRAILING_CODE_P): New macro.
1f45f627 7056 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
aca7a3d2
MB
7057 (string_char_with_unification): Fix prototype.
7058 (Vscript_alist): Extern it.
7059
7060 * character.c (Vscript_alist): New variable.
4c4475a8
GM
7061 (string_char_with_unification, str_as_unibyte)
7062 (string_escape_byte8): Add `const' to local variables.
aca7a3d2
MB
7063 (syms_of_character): Declare script-alist as a Lisp variable.
7064
7065 * charset.h (Vcharset_ordered_list): Extern it.
7066 (charset_ordered_list_tick): Extern it.
7067 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
7068 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
7069 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
7070 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros
1f45f627 7071 (Funify_charset): Adjust for the change of Funify_charset.
aca7a3d2
MB
7072
7073 * charset.c (charset_ordered_list_tick): New variable.
7074 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
7075 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
7076 deunify intead of unify a charset.
7077 (string_xstring_p): Add `const' to local variables.
1f45f627
GM
7078 (find_charsets_in_text): Add `const' to arguemnts and local variables.
7079 (encode_char): Adjust for the change of Funify_charset. Fix
aca7a3d2
MB
7080 detecting of invalid code.
7081 (Fset_charset_priority): Increment charset_ordered_list_tick.
7082 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
7083 and TO_CODE.
7084
7085 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
1f45f627
GM
7086 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
7087 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
4c4475a8
GM
7088 (decode_coding_ccl, consume_chars)
7089 (Ffind_coding_systems_region_internal)
7090 (Fcheck_coding_systems_region): Add `const' to local variables.
aca7a3d2
MB
7091
7092 * print.c (print_object): Use octal form for printing the
7093 contents of a bool vector.
7094
73acf815 70952008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7096
7097 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
7098 <version == 20>: Refuse to load.
7099
73acf815 71002008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7101
7102 * fns.c: Move coding.h.
7103 (Qcodeset, Qdays, Qmonths): New.
7104 (concat): Use CHARACTERP instead of INTERGERP.
1f45f627 7105 (Flocale_codeset): Delete.
aca7a3d2 7106 (Flanginfo): New function.
1f45f627 7107 (syms_of_fns): Change accordingly.
aca7a3d2
MB
7108
7109 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
7110
73acf815 71112008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7112
7113 * casetab.c (init_casetab_once, init_casetab_once): Fix
7114 CHAR_TABLE_SET call.
7115
7116 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
7117
7118 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
7119
7120 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
7121 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
7122 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
7123
7124 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
7125
7126 * coding.c (ENCODE_DESIGNATION, decode_eol)
7127 (make_conversion_work_buffer, code_conversion_restore)
7128 (Fdefine_coding_system_internal): Convert Lisp types.
7129 (code_conversion_restore): Use EQ, not ==.
7130 (Fencode_coding_string): Fix code_convert_string call.
7131
7132 * coding.h (code_convert_region): Fix prototype.
7133
1f45f627 7134 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
aca7a3d2
MB
7135
7136 * fontset.c (fontset_ref, fontset_set, fs_load_font)
7137 (Ffontset_info): Convert Lisp types.
7138
7139 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
7140
7141 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
7142
7143 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
7144
7145 * chartab.c: Include "...h", not <...h> in some cases.
7146
7147 * callproc.c (Fcall_process): Remove unused variables.
7148
73acf815 71492008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7150
7151 * coding.c (Fset_coding_system_priority): Allow null arg list.
7152
73acf815 71532008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7154
7155 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
7156 (Fself_insert_and_exit): Use CHARACTERP.
7157
7158 * callproc.c (Fcall_process): Remove unused vars.
7159
7160 * xterm.c (XTread_socket): Add extra dead keysyms.
7161
7162 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
7163
7164 * dispextern.h: Remove prototypes for redraw_frame,
7165 redraw_garbaged_frames.
7166
7167 * cmds.c (Fself_insert_command): Use CHARACTERP.
7168
7169 * chartab.c (make_sub_char_table): Remove unused var.
7170 (Fset_char_table_default, Fmap_char_table): Doc fix.
7171
7172 * keymap.c (access_keymap): Remove generic char code.
7173 (push_key_description): Use CHARACTERP.
7174
73acf815 71752008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7176
7177 * charset.c: Doc fixes.
7178 (Funify_charset): Extra checking.
7179
73acf815 71802008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7181
7182 * lread.c: Remove some unused variables.
7183 (safe_to_load_p): If safe, return the magic number version byte.
7184 (Fload): Maybe use load-with-code-conversion.
7185
73acf815 71862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7187
7188 * category.c (Fmodify_category_entry): Don't modify the contents
7189 of category_set for characters out of the range. Avoid
7190 unnecessary modification.
7191
1f45f627 7192 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
aca7a3d2
MB
7193 Vchar_unify_table. The default value of the table is now nil.
7194
7195 * character.c (syms_of_character): Setup Vchar_width_table for
7196 eight-bit-control and raw-byte chars.
7197
7198 * charset.h (enum define_charset_arg_index): Delete
7199 charset_arg_parents and add charset_arg_subset and
7200 charset_arg_superset.
7201 (enum charset_attr_index): Delete charset_parents and add
7202 charset_subset and charset_superset.
7203 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
7204 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
1f45f627 7205 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
aca7a3d2
MB
7206 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
7207 (CHARSET_SUPERSET): New macros.
7208 (charset_work): Extern it.
7209 (ENCODE_CHAR): Use charset_work.
1f45f627 7210 (CHAR_CHARSET_P): Adjust for the change of encoder format.
aca7a3d2
MB
7211 (map_charset_chars): Extern it.
7212
7213 * charset.c (load_charset_map): Set the default value of encoder
7214 and deunifier char-tables to nil.
1f45f627 7215 (map_charset_chars): Change argument. Change callers. Use
aca7a3d2
MB
7216 map_char_table_for_charset instead of map_char_table.
7217 (Fmap_charset_chars): New optional args from_code and to_code.
1f45f627 7218 (Fdefine_charset_internal): Adjust for the change of
aca7a3d2
MB
7219 `define-charset' (:parents -> :subset or :superset).
7220 (charset_work): New variable.
4c4475a8
GM
7221 (encode_char, syms_of_charset): Adjust for the change of
7222 Fdefine_charset_internal.
aca7a3d2
MB
7223 (Ffind_charset_string): Setup the vector `charsets' correctly.
7224
1f45f627 7225 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
aca7a3d2 7226 the previous change.
1f45f627 7227 (char_table_ref_and_range): Adjust for the above change.
aca7a3d2
MB
7228 (map_sub_char_table_for_charset): New function.
7229 (map_char_table_for_charset): New function.
7230
7231 * keymap.c (describe_vector): Handle a char-table directly here.
1f45f627 7232 (describe_char_table): Delete.
aca7a3d2 7233
1f45f627 7234 * lisp.h (map_charset_chars): Delete.
aca7a3d2 7235
73acf815 72362008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7237
7238 * fns.c (count_combining): Comment out (unused).
7239 (Flocale_codeset): New.
7240 (syms_of_fns): Defsubr it.
7241
7242 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
1f45f627 7243 (size_t): Remove.
aca7a3d2 7244
73acf815 72452008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 7246
6f69e89b 7247 * Makefile.in (chartab.o): Depend on charset.h.
aca7a3d2 7248
73acf815 72492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7250
7251 * character.c (syms_of_character): Set the default value of
7252 Vprintable_chars to Qnil.
7253
73acf815 72542008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7255
7256 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
7257
73acf815 72582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7259
7260 * charset.c (load_charset_map): Handle the case that from < to
7261 correctly.
7262
4c4475a8
GM
7263 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
7264 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
7265 Pay attention to raw-8-bit chars.
aca7a3d2 7266
73acf815 72672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7268
4c4475a8
GM
7269 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
7270 It is not bytecompiled now.
aca7a3d2
MB
7271
7272 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
7273 (charset_jisx0208): New variables.
7274 (Fdefine_charset_internal): Setup them if appropriate.
7275 (init_charset_once): Initialize them to -1.
7276
1f45f627
GM
7277 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
7278 (charset_jisx0208): Extern them.
aca7a3d2
MB
7279
7280 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro
7281 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
1f45f627
GM
7282 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
7283 (setup_iso_safe_charsets): Fix arguments to Fassq.
4c4475a8
GM
7284 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
7285 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
7286 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
aca7a3d2
MB
7287 (encode_coding_iso_2022): Change the 1st arg to
7288 ENCODE_ISO_CHARACTER to a variable.
7289
73acf815 72902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7291
7292 * charset.h (enum define_charset_arg_index): New enums
7293 charset_arg_min_code and charset_arg_max_code.
7294 (struct charset): New member char_index_offset.
7295
4c4475a8
GM
7296 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
7297 Take charset->char_index_offset into account.
aca7a3d2
MB
7298 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
7299 args[charset_arg_max_code]. Setup charset.char_index_offset.
7300 (syms_of_charset): Fix args to Fdefine_charset_internal.
7301
73acf815 73022008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7303
7304 * coding.c (decode_coding_utf_8): Reject overlong sequences.
7305
73acf815 73062008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7307
7308 * coding.c: Doc fixes.
7309 (Fcoding_system_aliases): Fix return value.
7310 (Qmac): Remove (duplicated) definition.
7311
73acf815 73122008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7313
7314 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
7315 functions.
7316
7317 * character.c (Fstring): Doc fix.
7318
7319 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
7320
7321 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
7322 ids.
7323 (font-encoding-alist): Doc fix.
7324
73acf815 73252008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7326
7327 * term.c (costs_set): Declare static, non-initialized for pcc.
1f45f627 7328 (encode_terminal_code): Remove unused var.
aca7a3d2
MB
7329
7330 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
7331 for K&R.
7332
7333 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
7334
7335 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
1f45f627 7336 (suffixes): Move out of make_subsidiaries for K&R.
aca7a3d2 7337
1f45f627 7338 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
aca7a3d2
MB
7339
7340 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
7341
73acf815 73422008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7343
7344 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
7345
1f45f627 7346 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
aca7a3d2 7347
2a2e8de7 73482008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2
MB
7349
7350 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
7351
1f45f627 7352 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
aca7a3d2 7353
73acf815 73542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7355
4c4475a8 7356 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
aca7a3d2 7357 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
aca7a3d2 7358
73acf815 73592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7360
1f45f627 7361 * coding.c (decode_coding_charset): Adjust for the change of
aca7a3d2
MB
7362 Fdefine_coding_system_internal.
7363 (Fdefine_coding_system_internal): For a coding system of
7364 `charset' type, store a list of charset IDs in
7365 `charset_attr_charset_valids' element of coding attributes.
7366
73acf815 73672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7368
7369 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
1f45f627
GM
7370 (emacs_mule_char): New arg src. Delete arg `composition'. Change
7371 caller. Handle 2-byte and 3-byte charsets correctly.
7372 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
7373 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
aca7a3d2
MB
7374 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
7375 (DECODE_EMACS_MULE_21_COMPOSITION): Call
7376 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
7377 sequence.
7378 (decode_coding_emacs_mule): Handle composition correctly. Rewind
1f45f627 7379 `src' and `consumed_chars' correctly before calling emacs_mule_char.
aca7a3d2
MB
7380 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
7381 and alt&rule composition.
7382 (decode_coding_iso_2022): Handle composition correctly.
7383 (init_coding_once): Setup emacs_mule_bytes for private charsets.
7384
7385 * charset.c (Fdefine_charset_internal): Fix bug for the case of
7386 re-defining a charset. If the charset has :emacs-mule-id, setup
7387 emacs_mule_bytes.
1f45f627 7388 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
aca7a3d2 7389
73acf815 73902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7391
4c4475a8
GM
7392 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
7393 (encode_coding_big5, encode_coding_charset): If coding requires safe
aca7a3d2
MB
7394 encoding, produce a character specified by
7395 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
aca7a3d2 7396
73acf815 73972008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7398
7399 * xterm.c (XSetIMValues): Declare.
7400
7401 * process.c: Conditionally include sys/wait.h, pty.h.
7402
1f45f627 7403 * print.c (print_object): Fix print format for 64-bit systems.
aca7a3d2 7404
1f45f627 7405 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
aca7a3d2
MB
7406
7407 * buffer.c (emacs_strerror): Declare.
aca7a3d2
MB
7408
7409 * fontset.c (Fclear_face_cache): Declare.
1f45f627 7410 (accumulate_font_info): Comment-out (unused).
aca7a3d2
MB
7411 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
7412 variables.
7413
7414 * character.h (string_escape_byte8): Declare.
7415
7416 * charset.c (load_charset_map, load_charset_map_from_file): Remove
7417 unused vars.
7418 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
7419 (Fmap_charset_chars): Doc fix.
7420
1f45f627 7421 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
aca7a3d2
MB
7422 (Fset_coding_system_priority, Fset_coding_system_priority)
7423 (Fdefine_coding_system_internal): Doc fix.
7424
73acf815 74252008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7426
7427 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
7428
73acf815 74292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7430
7431 * character.c (string_escape_byte8): Make multibyte string with
7432 correct size.
7433
7434 * charset.c (Fmake_char): Delete unnecessary code.
7435
73acf815 74362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7437
7438 * xfns.c (x_encode_text): Allocate coding.destination here, and
7439 call encode_coding_object with dst_object Qnil.
7440
7441 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
7442 multibyte form correctly.
7443
7444 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
7445 against Vfont_encoding_alist.
7446
7447 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
7448 handling of charset list.
7449 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
7450 (decode_coding_object): Move point to coding->dst_pos before
7451 calling post-read-conversion function.
7452 (encode_coding_object): Give correct arguments to
7453 pre-write-conversion. Ignore the return value of
7454 pre-write-conversion function. Pay attention to the case that
7455 pre-write-conversion changes the current buffer. If dst_object is
7456 Qt, even if coding->src_bytes is zero, allocate at least one byte
7457 to coding->destination.
7458
7459 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
7460
7461 * charset.c (Fmake_char): Make it more backward compatible.
7462 (Fmap_charset_chars): Fix docstring.
7463
73acf815 74642008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7465
7466 * coding.c: Doc fixes.
7467 (Fdefine_coding_system_alias): Use names, not symbols, in
7468 coding-system-alist.
7469
73acf815 74702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7471
7472 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
7473 of calling free_realized_face.
7474
2a2e8de7 74752008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2 7476
1f45f627
GM
7477 * charset.c (read_hex): Don't treat SPC as a comment starter.
7478 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
aca7a3d2
MB
7479 (Fdecode_char): Fix typo.
7480
73acf815 74812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7482
7483 * charset.h (struct charset): New member `code_space_mask'.
7484
1f45f627 7485 * coding.c (coding_set_source): Delete the local variable beg_byte.
4c4475a8
GM
7486 (encode_coding_charset, Fdefine_coding_system_internal):
7487 Delete the local variable charset.
aca7a3d2
MB
7488 (Fdefine_coding_system_internal): Setup
7489 attrs[coding_attr_charset_valids] correctly.
7490
7491 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
7492 member to check if CODE is valid or not.
7493 (Fdefine_charset_internal): Initialize `code_space_mask' member.
7494 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
7495 is within the range of charset->min_code and carset->max_code.
7496
73acf815 74972008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7498
7499 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
7500
7501 * dispextern.h (generate_ascii_font): Fix return type.
7502
7503 * xfaces.c (generate_ascii_font): Fix arg declaration.
7504
7505 * coding.c (coding_inherit_eol_type)
7506 (Fset_terminal_coding_system_internal)
7507 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
7508
73acf815 75092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7510
7511 * coding.c (decode_coding_charset, encode_coding_charset): Handle
7512 multiple charsets correctly.
7513
73acf815 75142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7515
7516 * search.c (boyer_moore): Fix handling of mulitbyte character
7517 translation.
7518
7519 * xdisp.c (display_mode_element): When the variable `elt' is
7520 changed, update `this' and `lisp_string'.
7521
73acf815 75222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7523
7524 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
7525
7526 * callproc.c (Fcall_process): Be sure to give the current buffer
1f45f627 7527 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
aca7a3d2
MB
7528
7529 * charset.c (struct charset_map_entries): New struct.
1f45f627
GM
7530 (load_charset_map): Rename from parse_charset_map. New args
7531 entries and n_entries. Change caller.
7532 (load_charset_map_from_file): Rename from load_charset_map.
7533 Change caller. New arg control_flag. Call load_charset_map at
aca7a3d2
MB
7534 the tail.
7535 (load_charset_map_from_vector): New function.
7536 (Fdefine_charset_internal): Setup charset.compact_codes_p.
7537 (encode_char): If the charset is compact, change a character index
7538 to a code point.
7539
7540 * coding.c (coding_alloc_by_making_gap): Check the case that the
7541 source and destination are the same correctly.
7542 (decode_coding_raw_text): Set coding->consumed_char and
7543 coding->consumed to 0.
7544 (produce_chars): If coding->chars_at_source is nonzero, update
7545 coding->consumed_char and coding->consumed before calling
7546 alloc_destination.
7547 (Fdefine_coding_system_alias): Register ALIAS in
7548 Vcoding_system_alist.
7549 (syms_of_coding): Define `no-convesion' coding system at the tail.
7550
7551 * fileio.c (Finsert_file_contents): Set coding_system instead of
7552 val. If the current buffer is multibyte, always call
7553 decode_coding_gap.
7554
7555 * xfaces.c (try_font_list): Give higher priority to fontset's
7556 family than face's family.
7557
73acf815 75582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7559
7560 * callproc.c (Fcall_process): Be sure to give the current buffer
7561 to decode_coding_c_string.
7562
7563 * xfaces.c (try_font_list): Give a family specified in a fontset
7564 higher priority than a family specified in a face.
7565
73acf815 75662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7567
7568 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
7569 Fix arguments to insert_from_buffer.
7570
7571 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
7572
73acf815 75732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7574
7575 * coding.c (produce_chars): Set the variable `multibytep' correctly.
7576 (decode_coding_gap): Set coding->dst_multibyte correctly.
7577
73acf815 75782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7579
7580 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
1f45f627 7581 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
aca7a3d2
MB
7582 (encode_coding_utf_16): Substitute coding->default_char for
7583 non-Unicode characters.
7584 (decode_coding): Don't call record_insert here.
7585 (setup_coding_system): Initialize `surrogate' of
7586 coding->spec.utf_16 to 0.
7587 (EMIT_ONE_BYTE): Fix for multibyte case.
7588
7589 * insdel.c (insert_from_gap): Call record_insert.
7590
73acf815 75912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7592
7593 * casefiddle.c (casify_region): Fix multibyte case.
7594
7595 * character.c (c_string_width): Add return type `int'.
1f45f627 7596 (char_string_with_unification): Delete arg ADVANCED.
aca7a3d2
MB
7597
7598 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
1f45f627 7599 (CHAR_STRING): Adjust for the change of char_string_with_unification.
aca7a3d2
MB
7600 (CHAR_STRING_ADVANCE): Make it do-while statement.
7601
1f45f627 7602 * chartab.c (sub_char_table_set_range): Optimize for the case
aca7a3d2
MB
7603 DEPTH == 3. Add workaround code for a GCC optimization bug.
7604
7605 * charset.c (parse_charset_map): Remove an unused variable.
7606
7607 * coding.c: Delete unused variables.
7608
7609 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
7610 earlier. If inserted is zero and the coding system doesn't
7611 require flushing, don't call decode_coding_gap.
7612
7613 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
7614
73acf815 76152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7616
7617 The following changes are for using Unicode as an internal
7618 character model, and use UTF-8 format for buffer/string
7619 representation.
7620
1f45f627 7621 * .gdbinit (xchartable): Adjust for the change of char table structure.
aca7a3d2
MB
7622 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
7623
7624 * Makefile.in (obj): Add character.o and chartab.o.
7625 (lisp, shortlisp): Remove utf-8.elc:
7626 (*.o): For many files, change dependency on charset.h to
7627 character.h, and add dependency on character.h.
7628 (character.o, chartab.o): New targets.
7629
1f45f627
GM
7630 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
7631 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
7632 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
aca7a3d2
MB
7633 of "charset.h".
7634
7635 * dired.c, filelock.c: Include "character.h".
7636
7637 * alloc.c: Include "character.h" instead of "charset.h".
4c4475a8 7638 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
aca7a3d2
MB
7639 (syms_of_alloc): Remove defsubr for Smake_char_table.
7640
7641 * buffer.c: Include "character.h" instead of "charset.h", don't
7642 include "coding.h".
1f45f627 7643 (Fset_buffer_multibyte): Adjust for UTF-8.
aca7a3d2
MB
7644
7645 * buffer.h: EXFUN Fbuffer_live_p.
7646
7647 * callproc.c: Include "character.h" instead of "charset.h".
7648 (Fcall_process): Big change for the new code-conversion APIs.
7649
7650 * casetab.c: Include "character.h" instead of "charset.h".
1f45f627 7651 (set_canon, set_identity, shuffle): Adjust for the new
aca7a3d2
MB
7652 map_char_table spec.
7653 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
7654 accessing the char table structure.
7655
7656 * chartab.c: New file that implements char table.
7657
7658 * category.c: Include "character.h".
7659 (copy_category_entry): New function.
7660 (copy_category_table): Call map_char_table and copy_category_entry.
7661 (Fmake_category_table): Initialize all top-vel slots.
7662 (char_category_set): New function.
1f45f627 7663 (modify_lower_category_set): Delete.
aca7a3d2
MB
7664 (Fmodify_category_entry): Call char_table_ref_and_range.
7665
7666 * category.h (CATEGORY_SET): Just call char_category_set.
7667
7668 * ccl.c: Include "character.h".
7669 (Qccl, Qcclp): New variables.
7670 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
7671 it's less than 256.
1f45f627
GM
7672 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
7673 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
aca7a3d2 7674 and DST type.
1f45f627
GM
7675 (ccl_driver): Change types of argument, adjust code accordingly.
7676 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
aca7a3d2
MB
7677 ccl_driver.
7678 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
7679
1f45f627
GM
7680 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
7681 New members src_multibyte, dst_multibyte, consumed, and produced.
7682 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
aca7a3d2 7683 (CODING_SPEC_CCL_PROGRAM): New macro.
1f45f627 7684 (ccl_driver): Update prototype.
aca7a3d2
MB
7685 (Qccl, Qcclp, Fccl_program_p): Extern them.
7686 (CHECK_CCL_PROGRAM): New macro.
7687
7688 * character.c, character.h, chartab.c: New files.
7689
1f45f627
GM
7690 * charset.c: Mostly re-written. Move character and multibyte sequence
7691 handling codes to character.c.
aca7a3d2 7692
1f45f627
GM
7693 * charset.h: Mostly re-written. Move character and multibyte sequence
7694 handling codes to character.h.
aca7a3d2
MB
7695
7696 * coding.c, coding.h: Mostly re-written.
7697
7698 * composite.c: Include "character.h" instead of "charset.h".
1f45f627
GM
7699 (CHAR_WIDTH): Move to character.h.
7700 (HASH_KEY, HASH_VALUE): Delete.
aca7a3d2 7701
1f45f627
GM
7702 * composite.h (enum composition_method): Change order of enumeration
7703 symbols.
aca7a3d2
MB
7704
7705 * data.c: Include "character.h" instead of "charset.h".
7706 (Faref): Call CHAR_TABLE_REF for a char table.
7707 (Faset): Call CHAR_TABLE_SET for a char table.
7708
1f45f627
GM
7709 * dispextern.h (free_realized_face, check_face_attribytes)
7710 (generate_ascii_font): Extern them.
7711 (free_realized_multibyte_face): Delete extern.
aca7a3d2 7712
1f45f627 7713 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
aca7a3d2
MB
7714 table structure.
7715
7716 * editfns.c: Include "character.h" instead of "charset.h".
7717 (Fchar_to_string): Always call CHAR_STRING.
7718
7719 * emacs.c (main): Call init_charset_once, init_charset,
7720 syms_of_chartab, and syms_of_character.
7721
7722 * fileio.c: Include "character.h" instead of "charset.h".
1f45f627 7723 (Finsert_file_contents): Big change for the new code-conversion API.
4c4475a8 7724 (choose_write_coding_system, Fwrite_region): Likewise.
1f45f627 7725 (build_annotations_2): Delete.
aca7a3d2
MB
7726 (e_write): Big change for the new code-conversion API.
7727
7728 * fns.c: Include "character.h" instead of "charset.h".
1f45f627 7729 (copy_sub_char_table): Move to chartab.c.
aca7a3d2
MB
7730 (Fcopy_sequence): Call copy_char_table for a char table.
7731 (concat): Delete codes calling count_multibyte.
4c4475a8
GM
7732 (string_char_to_byte, string_byte_to_char): Adjust for the new
7733 multibyte form.
1f45f627
GM
7734 (internal_equal): Adjust for the change of char table structure.
7735 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
7736 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
7737 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
7738 (char_table_translate, optimize_sub_char_table)
7739 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
aca7a3d2 7740 chartab.c.
1f45f627
GM
7741 (char_table_ref_and_index): Delete.
7742 (HASH_KEY, HASH_VALUE): Move to lisp.h.
aca7a3d2 7743 (Fmd5): Call preferred_coding_system instead of accessing
1f45f627
GM
7744 Vcoding_category_list. Adjust for the new code-conversion API.
7745 (syms_of_fns): Move defsubr for char table related functions to
aca7a3d2
MB
7746 chartab.c.
7747
7748 * fontset.c: Mostly re-written.
7749
1f45f627 7750 * fontset.h (struct font_info): Change type of the member encoding_type.
aca7a3d2 7751 (enum FONT_SPEC_INDEX): New enum.
1f45f627
GM
7752 (fontset_font_pattern, fs_load_font): Update prototype.
7753 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
aca7a3d2
MB
7754
7755 * indent.c: Include "character.h" instead of "charset.h".
1f45f627 7756 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
aca7a3d2
MB
7757
7758 * insdel.c: Include "character.h" instead of "charset.h".
7759 (copy_text): Don't refer to Vnonascii_translation_table.
7760 (insert_from_gap): New function.
7761
7762 * keyboard.c: Include "character.h" instead of "charset.h".
7763 (command_loop_1): Never call direct_output_forward_char before
7764 a non-ASCII character.
7765 (read_char): If Vkeyboard_translate_table is a char table, always
1f45f627 7766 translate a character.
aca7a3d2
MB
7767
7768 * keymap.c: Include "character.h".
7769 (store_in_keymap): Handle the case that IDX is a cons.
7770 (Fdefine_key): Handle the case that KEY is a cons and the car part
7771 is also a cons (range).
1f45f627 7772 (push_key_description): Adjust for the new character code.
aca7a3d2
MB
7773 (describe_vector): Call describe_char_table for a char table.
7774 (describe_char_table): New function.
7775
7776 * keymap.h (describe_char_table): Extern it.
7777
7778 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
7779 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
1f45f627
GM
7780 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
7781 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
7782 Delete.
7783 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
aca7a3d2
MB
7784 structure.
7785 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
1f45f627
GM
7786 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
7787 (CHARTAB_SIZE_BITS_3): New macros.
aca7a3d2 7788 (chartab_size): Extern it.
1f45f627 7789 (struct Lisp_Char_Table): Re-design.
aca7a3d2 7790 (struct Lisp_Sub_Char_Table): New structure.
1f45f627
GM
7791 (HASH_KEY, HASH_VALUE): Move from fns.c.
7792 (CHARACTERBITS): Define as 22.
7793 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
aca7a3d2
MB
7794 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
7795 (GC_SUB_CHAR_TABLE_P): New macro.
1f45f627
GM
7796 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
7797 (code_convert_string_norecord): Deleted extern.
7798 (init_character_once, syms_of_character, init_charset)
7799 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
aca7a3d2
MB
7800
7801 * lread.c: Include "character.h".
7802 (read_multibyte): New arg NBYTES.
1f45f627
GM
7803 (read_escape): Change the meaning of returned *BYTEREP.
7804 (to_multibyte): Delete.
7805 (read1): Adjust the handling of char table and string.
aca7a3d2
MB
7806
7807 * print.c: Include "character.h" instead of "charset.h".
7808 (print_string): Convert 8-bit raw bytes to octal form by
7809 string_escape_byte8.
1f45f627 7810 (print_object): Adjust for the new multibyte form. Print 8-bit
aca7a3d2
MB
7811 raw bytes always in octal form. Handle sub char table correctly.
7812
7813 * process.c: Include "character.h" instead of "charset.h".
4c4475a8
GM
7814 (read_process_output, send_process): Adjust for the new
7815 code-conversion API.
aca7a3d2 7816
1f45f627 7817 * puresize.h (BASE_PURESIZE): Increase.
aca7a3d2
MB
7818
7819 * regex.c: Include "character.h" instead of "charset.h".
7820 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
7821 (regex_compile): Accept a range whose starting and ending
7822 character have different leading bytes.
1f45f627 7823 (analyse_first): Adjust for the above change.
aca7a3d2
MB
7824
7825 * search.c: Include "character.h" instead of "charset.h".
1f45f627
GM
7826 (search_buffer, boyer_moore): Adjust for the new multibyte form.
7827 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
aca7a3d2
MB
7828
7829 * syntax.c: Include "character.h" instead of "charset.h".
1f45f627 7830 (syntax_parent_lookup): Delete.
aca7a3d2 7831 (Fmodify_syntax_entry): Accept a cons as CHAR.
1f45f627 7832 (skip_chars): Adjust for the new multibyte form.
aca7a3d2
MB
7833 (init_syntax_once): Call char_table_set_range instead of directly
7834 accessing the structure of a char table.
7835
7836 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
1f45f627 7837 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
aca7a3d2
MB
7838 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
7839 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
7840
7841 * term.c: Include "buffer.h" and "character.h".
4c4475a8
GM
7842 (encode_terminal_code, write_glyphs): Adjust for the new
7843 code-conversion API.
aca7a3d2
MB
7844 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
7845
1f45f627 7846 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
aca7a3d2
MB
7847
7848 * xdisp.c: Include "character.h".
1f45f627
GM
7849 (get_next_display_element): Adjust for the new multibyte form.
7850 (disp_char_vector): Adjust for the new char table structure.
7851 (decode_mode_spec_coding): Adjust for the new structure of
aca7a3d2 7852 coding system.
1f45f627 7853 (decode_mode_spec): Adjust for the new code-conversion API.
aca7a3d2
MB
7854
7855 * xfaces.c: Include "character.h" instead of "charset.h".
1f45f627 7856 (load_face_font): Adjust for the change of choose_face_font and
aca7a3d2
MB
7857 FS_LOAD_FONT.
7858 (generate_ascii_font): New function.
1f45f627
GM
7859 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
7860 (set_font_frame_param): Adjust for the change of choose_face_font.
aca7a3d2 7861 (free_realized_face): Make it public.
1f45f627 7862 (free_realized_faces_for_fontset): Rename from
aca7a3d2 7863 free_realized_multibyte_face. Free also faces realized for ASCII.
1f45f627 7864 (choose_face_font): Change arguments. Adjust for the change of
aca7a3d2
MB
7865 fontset_font_pattern and FS_LOAD_FONT.
7866
7867 * xfns.c: Include "character.h".
1f45f627 7868 (x_encode_text): Adjust for the new code-conversion API.
aca7a3d2
MB
7869
7870 * xselect.c: Don't include "charset.h".
1f45f627 7871 (selection_data_to_lisp_data): Adjust for the new code conversion API.
aca7a3d2
MB
7872
7873 * xterm.c: Include "character.h".
1f45f627 7874 (x_encode_char): New argument CHARSET. Change caller.
4c4475a8
GM
7875 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
7876 Call ENCODE_CHAR instead of SPLIT_CHAR.
aca7a3d2
MB
7877 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
7878 CHAR_WIDTH instead of CHARSET_WIDTH.
1f45f627
GM
7879 (XTread_socket): Adjust for the new code-conversion API.
7880 (x_new_font): Adjust for the change of FS_LOAD_FONT.
7881 (x_load_font): Adjust for the change of struct font.
aca7a3d2 7882
d6abfc14
SM
78832008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * xfaces.c (face_at_buffer_position): Remove unused vars.
7886
0acdaf8d
KH
78872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7888
4c4475a8
GM
7889 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
7890 Fix overflow checking.
0acdaf8d 7891
6c8a0ebf
GM
78922008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7893
7894 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
7895 Cancel previous change.
7896
78972008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
7898
7899 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
7900 ccl->eight_bit_control. Fix check for buffer overflow.
7901 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
7902 (ccl_driver): Initialize extra_bytes to 0.
7903
a32aad64
KH
79042008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
7905
7906 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
7907 return it ORed with ctrl_modifier.
7908
8b329dba
MB
79092008-01-29 Miles Bader <miles@gnu.org>
7910
7911 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
7912
548667aa
JR
79132008-01-28 Jason Rumney <jasonr@gnu.org>
7914
7915 * w32.c (stat): Don't double check for networked drive.
7916
0975aa24
SM
79172008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
7918
ef264c42
SM
7919 * window.c (run_window_configuration_change_hook): New function.
7920 Code extracted from set_window_buffer. Set the selected frame.
7921 (set_window_buffer): Use it.
7922 * window.h (run_window_configuration_change_hook): Declare.
7923 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
7924
0975aa24
SM
7925 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
7926
9c28b587
DN
79272008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
7928
7929 * Makefile.in: Remove references to unused macros.
7930
c617afce
EZ
79312008-01-26 Eli Zaretskii <eliz@gnu.org>
7932
7933 * w32.c (g_b_init_get_sid_sub_authority)
7934 (g_b_init_get_sid_sub_authority_count): New static variables.
7935 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
7936 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
0975aa24
SM
7937 (init_user_info): Use them to retrieve uid and gid.
7938 Use 500/513, the Windows defaults, as Administrator's uid/gid.
248c21c5
EZ
7939 (fstat): Use pw_uid and pw_gid from the_passwd structure for
7940 st_uid and st_gid of the file.
c617afce 7941
302d7d54
JR
79422008-01-26 Jason Rumney <jasonr@gnu.org>
7943
7944 * w32.c (logon_network_drive): New function.
7945 (stat): Use it.
7946
3ac7a21e
CY
79472008-01-26 Chong Yidong <cyd@stupidchicken.com>
7948
7949 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
7950 invisible text covered with an ellipsis.
7951
bbb9fc1f
RS
79522008-01-25 Richard Stallman <rms@gnu.org>
7953
7954 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
7955 jump back to beginning. Move some other initializations after that.
7956 (Qwindow_text_change_functions, Vwindow_text_change_functions):
7957 New variables.
7958 (syms_of_xdisp): Init them.
7959
7960 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
7961
0975aa24
SM
7962 * buffer.c (reset_buffer_local_variables):
7963 Implement `permanent-local-hook'.
bbb9fc1f 7964 (Qpermanent_local_hook): New variable.
0975aa24 7965 (syms_of_buffer): Init and staticpro it.
bbb9fc1f 7966
79235cbe
MA
79672008-01-25 Michael Albinus <michael.albinus@gmx.de>
7968
7969 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
7970
ccd8f7fe
TTN
79712008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
7972
7973 * fns.c (Fclrhash): Return TABLE.
7974
dfbe40f2 79752008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
223b3d1d
YM
7976
7977 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
7978 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
7979 is set even without positional changes.
7980 (x_scroll_bar_clear): Set bar->redraw_needed_p.
7981
7982 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
7983
dfbe40f2 79842008-01-23 Jason Rumney <jasonr@gnu.org>
602e142f 7985
d6169680
JR
7986 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
7987
602e142f
JR
7988 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
7989 the unicode range available in MULE by locale-coding-system.
c041e2d1 7990 Improve dbcs lead byte detection. Set event timestamp and modifiers
602e142f
JR
7991 earlier.
7992
dfbe40f2 79932008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5ee4de53
YM
7994
7995 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
7996 [MAC_OSX] (init_mac_osx_environment): Initialize it.
6f69e89b 7997 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
5ee4de53
YM
7998 when used on child processes.
7999
8c7a4ac5
MA
80002008-01-21 Michael Albinus <michael.albinus@gmx.de>
8001
e0df1b73 8002 * dbusbind.c (Fdbus_method_return_internal): Rename from
8c7a4ac5 8003 Fdbus_method_return.
e0df1b73 8004 (Fdbus_unregister_object): Move to dbus.el.
8c7a4ac5 8005 (Fdbus_call_method, Fdbus_method_return_internal)
e0df1b73 8006 (Fdbus_send_signal): Improve debug messages.
8c7a4ac5 8007
8abe0f97
MR
80082008-01-20 Martin Rudalics <rudalics@gmx.at>
8009
8010 * undo.c (undo_inhibit_record_point): New variable.
8011 (syms_of_undo): Initialize it.
8012 (record_point): Don't record point when undo_inhibit_record_point
8013 is set.
8014
c3b232e4
SM
80152008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
8016
e69c4cae
SM
8017 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
8018
823e0ebb
SM
8019 * xdisp.c (Qauto_hscroll_mode): New var.
8020 (syms_of_xdisp): Initialize it.
8021 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
8022 window's buffer.
8023 (hscroll_windows): Don't check automatic_hscrolling_p here.
8024
c3b232e4
SM
8025 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
8026 vscroll if we're setting window-buffer to the value it already has.
8027
76ed5e01
DN
80282008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
8029
8030 * m/intel386.h: Remove references to XENIX.
8031
55e6d9b2
AS
80322008-01-17 Andreas Schwab <schwab@suse.de>
8033
8034 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
8035 instead of HAVE_X86_64_LIB64_DIR.
8036 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
8037
b16ed52d
GM
80382008-01-17 Glenn Morris <rgm@gnu.org>
8039
8040 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
8041 to HAVE_X86_64_LIB64_DIR.
8042
6bed5c4a
DN
80432008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
8044
8045 * s/irix3-3.h:
8046 * s/irix4-0.h:
8047 * s/386-ix.h:
8048 * s/domain.h:
8049 * s/hpux9-x11r4.h:
8050 * s/hpux9shxr4.h: Remove files for systems no longer supported.
8051
8052 * sysdep.c: Remove code containing references to symbols defined
8053 by unsupported systems.
8054
fdecf907
GM
80552008-01-16 Glenn Morris <rgm@gnu.org>
8056
8057 * coding.c (select-safe-coding-system-function): Doc fix.
8058
9292328f
GM
80592008-01-15 Glenn Morris <rgm@gnu.org>
8060
8061 * config.in: Revert 2008-01-13 change: this is a generated file.
8062
944df511
MO
80632008-01-13 Tom Tromey <tromey@redhat.com>
8064
8065 * lisp.h: Fix typo.
8066
8111ec05
DN
80672008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
8068
f40f5dc3
DN
8069 * m/sequent-ptx.h:
8070 * m/sequent.h:
8071 * s/ptx.h:
8072 * s/ptx4-2.h:
8073 * s/ptx4.h: Remove files for systems no longer supported.
8074
ce20b664 8075 * callproc.c (Fcall_process): Fix previous change.
8111ec05 8076
e39a993c
DN
80772008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
8078
052e457f 8079 * unexsunos4.c: Remove file, system not supported anymore.
e39a993c 8080
290afd83
JB
8081 * m/mips.h:
8082 * m/intel386.h:
e39a993c
DN
8083 * callproc.c:
8084 * config.in:
8085 * ecrt0.c:
8086 * emacs.c:
8087 * fileio.c:
8088 * frame.c:
8089 * getpagesize.h:
8090 * keyboard.c:
8091 * lread.c:
8092 * process.c:
8093 * puresize.h:
8094 * sysdep.c:
8095 * systty.h:
8096 * syswait.h:
8097 * unexec.c:
8098 * xdisp.c:
8099 * alloc.c: Remove code containing references to symbols defined by
8100 unsupported systems.
8101
81cd7687
KH
81022008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
8103
8104 * coding.c (detect_coding_mask): Fix previous change.
8105
218b3b76
KH
81062008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
8107
8108 * coding.c (detect_coding_iso2022): New arg
8109 latin_extra_code_state. Allow Latin extra codes only
8110 when *latin_extra_code_state is nonzero.
8111 (detect_coding_mask): If there is a NULL byte, detect the encoding
8112 as UTF-16 or binary. If Latin extra codes exist, detect the
8113 encoding as ISO-2022 only when there's no other proper encoding is
8114 found.
8115
59ce725a 81162008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
081f2203 8117
59ce725a
MB
8118 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
8119 #ifdef MAC_OS.
048addec 8120
59ce725a 81212008-01-08 Richard Stallman <rms@gnu.org>
048addec 8122
59ce725a 8123 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
048addec 8124
8290574e
NR
81252008-01-06 Nick Roberts <nickrob@snap.net.nz>
8126
a0a3805c 8127 * keyboard.c (parse_menu_item): Don't enclose key bindings on
8290574e
NR
8128 menu bar in parentheses.
8129
f3041af1
DN
81302008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8131
8132 * m/7300.h:
8133 * m/acorn.h:
8134 * m/alliant-2800.h:
8135 * m/alliant.h:
8136 * m/alliant1.h:
8137 * m/alliant4.h:
8138 * m/altos.h:
8139 * m/amdahl.h:
8140 * m/apollo.h:
8141 * m/att3b.h:
8142 * m/aviion-intel.h:
8143 * m/aviion.h:
8144 * m/celerity.h:
8145 * m/clipper.h:
8146 * m/cnvrgnt.h:
8147 * m/convex.h:
8148 * m/cydra5.h:
8149 * m/delta88k.h:
8150 * m/dpx2.h:
8151 * m/dual.h:
8152 * m/elxsi.h:
8153 * m/f301.h:
8154 * m/gould-np1.h:
8155 * m/gould.h:
8156 * m/i860.h:
8157 * m/ibmps2-aix.h:
8158 * m/ibmrt-aix.h:
8159 * m/ibmrt.h:
8160 * m/irist.h:
8161 * m/is386.h:
8162 * m/isi-ov.h:
8163 * m/mega68.h:
8164 * m/mg1.h:
8165 * m/news-r6.h:
8166 * m/news-risc.h:
8167 * m/news.h:
8168 * m/nh3000.h:
8169 * m/nh4000.h:
8170 * m/ns16000.h:
8171 * m/ns32000.h:
8172 * m/nu.h:
8173 * m/orion.h:
8174 * m/orion105.h:
8175 * m/paragon.h:
8176 * m/pfa50.h:
8177 * m/plexus.h:
8178 * m/pyramid.h:
8179 * m/pyrmips.h:
8180 * m/sh3el.h:
8181 * m/sps7.h:
8182 * m/sr2k.h:
8183 * m/stride.h:
8184 * m/sun1.h:
8185 * m/sun2.h:
8186 * m/sun3-68881.h:
8187 * m/sun3-fpa.h:
8188 * m/sun3-soft.h:
8189 * m/sun3.h:
8190 * m/sun386.h:
8191 * m/symmetry.h:
8192 * m/tad68k.h:
8193 * m/tahoe.h:
8194 * m/targon31.h:
8195 * m/tek4300.h:
8196 * m/tekxd88.h:
8197 * m/tower32.h:
8198 * m/tower32v3.h:
8199 * m/ustation.h:
8200 * m/wicat.h:
8201 * m/xps100.h:
8202 * s/cxux.h:
8203 * s/cxux7.h:
8204 * s/dgux.h:
8205 * s/dgux4.h:
8206 * s/dgux5-4-3.h:
8207 * s/dgux5-4r2.h:
8208 * s/esix.h:
8209 * s/esix5r4.h:
8210 * s/hiuxmpp.h:
8211 * s/hiuxwe2.h:
8212 * s/iris3-5.h:
8213 * s/iris3-6.h:
8214 * s/isc2-2.h:
8215 * s/isc3-0.h:
8216 * s/isc4-0.h:
8217 * s/isc4-1.h:
8218 * s/newsos5.h:
8219 * s/newsos6.h:
8220 * s/osf1.h:
8221 * s/osf5-0.h:
8222 * s/riscix1-1.h:
8223 * s/riscix12.h:
8224 * s/sco4.h:
8225 * s/sco5.h:
8226 * s/sunos4-0.h:
8227 * s/sunos4-1.h:
8228 * s/sunos413.h:
8229 * s/sunos4shr.h:
8230 * s/umax.h:
8231 * s/unipl5-2.h:
8232 * s/xenix.h:
8233 * cxux-crt0.s:
8234 * unexapollo.c:
8235 * unexconvex.c:
8236 * unexenix.c:
8237 * unexsni.c: Remove files for systems no longer supported.
8238
8239 * m/intel386.h: Remove references to unsupported systems.
8240
8241 * w32.c (get_emacs_configuration): Remove reference to i860.
8242
8243 * sysdep.c: Remove dead code.
8244
d35e1cd7
DN
82452008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8246
8247 * s/rtu.h:
a0a3805c 8248 * m/masscomp.h: Remove files. Platform is obsolete.
d35e1cd7 8249
abe136ee
MA
82502008-01-04 Michael Albinus <michael.albinus@gmx.de>
8251
8252 * dbusbind.c (Fdbus_method_return): New function.
8253 (xd_read_message): Add the serial number to the event.
8254 (Fdbus_register_method): Activate the function.
8255
87df3c32
SM
82562008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * keyboard.c (read_key_sequence): Fix typo.
8259
5125905e
MA
82602008-01-03 Michael Albinus <michael.albinus@gmx.de>
8261
8262 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
8263 (xd_signature, xd_append_arg): Handle element type detection for
8264 empty arrays.
8265 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
8266 SDATA () calls; this must be solved more general.
8267 (Fdbus_register_signal): Use SBYTES instead of strlen.
8268
8bba1b5c
MH
82692008-01-03 Magnus Henoch <magnus@zemdatav>
8270
8271 * dbusbind.c (xd_append_arg): Use unsigned char instead of
8272 unsigned int for byte values (necessary for big-endian platform).
2c3a8b27 8273 (Fdbus_call_method): Handle the case of no returned arguments.
8bba1b5c 8274
a0a3805c 82752007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
15f16c1b
MA
8276
8277 * dbusbind.c (xd_read_message): Use non-static input_event struct.
8278
a271e124
MH
82792007-12-31 Magnus Henoch <mange@freemail.hu>
8280
8281 * dbusbind.c (xd_signature): Signature of variant is just "v".
8282
17bc8f94
MA
82832007-12-30 Michael Albinus <michael.albinus@gmx.de>
8284
87df3c32
SM
8285 * dbusbind.c: Fix several errors and compiler warnings.
8286 Reported by Tom Tromey <tromey@redhat.com>
17bc8f94
MA
8287 (XD_ERROR, XD_DEBUG_MESSAGE)
8288 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
8289 (xd_append_arg): Part for basic D-Bus types rewitten.
8290 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
8291 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
8292 appropriate.
8293 (xd_read_message): Return Qnil. Don't signal an error; it is not
8294 useful during event reading.
8295 (Fdbus_register_signal): Signal an error if the check for
8296 FUNCTIONP fails.
8297 (Fdbus_register_method): New function. The implementation is not
8298 complete, the call of the function signals an error therefore.
8299 (Fdbus_unregister_object): New function, renamed from
8300 Fdbus_unregister_signal. The initial check signals an error, if
5125905e 8301 the object is not well formed.
17bc8f94 8302
dd6f2802
RS
83032007-12-30 Richard Stallman <rms@gnu.org>
8304
8305 * textprop.c (get_char_property_and_overlay):
8306 Signal error if POSITION is out of range in a buffer.
8307
1da8a031
MR
83082007-12-29 Martin Rudalics <rudalics@gmx.at>
8309
8310 * w32fns.c (Fx_create_frame): Make copy of frame parameters
8311 because the original parameters are in pure storage now.
8312
5742be86
YM
83132007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8314
8315 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
8316
b014713c
EZ
83172007-12-22 Eli Zaretskii <eliz@gnu.org>
8318
b17f53ab
MB
8319 * callint.c (syms_of_callint) <command-history>: Add reference to
8320 history-length in the doc string.
048addec 8321
b17f53ab 83222007-12-17 Jason Rumney <jasonr@gnu.org>
048addec 8323
b17f53ab
MB
8324 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
8325 before passing as wParam.
048addec 8326
9af5078b
MA
83272007-12-22 Michael Albinus <michael.albinus@gmx.de>
8328
8329 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
8330 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
8331 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
8332 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
8333 as number.
8334 (Fdbus_call_method): Fix docstring.
8335
87cf1a39
MA
83362007-12-21 Michael Albinus <michael.albinus@gmx.de>
8337
8338 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
8339 New macros.
87df3c32 8340 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
a0a3805c
JB
8341 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
8342 Simplify.
87cf1a39
MA
8343 (xd_signature): New function.
8344 (xd_append_arg): Compute also signatures. Major rewrite.
8345 (xd_retrieve_arg): Make debug messages friendly.
87df3c32
SM
8346 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
8347 Check for signatures of arguments.
87cf1a39 8348
54371585
MA
83492007-12-19 Michael Albinus <michael.albinus@gmx.de>
8350
8351 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
8352 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
8353 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
8354 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
8355 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
87df3c32 8356 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
54371585
MA
8357 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
8358 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
87df3c32 8359 (xd_retrieve_value): Remove. Functionality included in ...
54371585
MA
8360 (xd_append_arg): New function.
8361 (Fdbus_call_method, Fdbus_send_signal): Apply it.
8362
f5306ca3
MA
83632007-12-16 Michael Albinus <michael.albinus@gmx.de>
8364
8365 * dbusbind.c (top): Include <stdio.h>.
8366 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
8367 dbus_message_new_method_call and dbus_message_new_signal.
87df3c32
SM
8368 (Fdbus_register_signal): Rename unique_name to uname.
8369 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
f5306ca3
MA
8370 non-existing unique name. Fix typos in matching rule. Return an
8371 object which is useful in Fdbus_unregister_signal.
8372 (Fdbus_unregister_signal): Reimplementation, in order to remove
8373 only the corresponding entry.
8374 (Vdbus_registered_functions_table): Change the order of entries.
8375 Apply these changes in xd_read_message and Fdbus_register_signal.
8376
77a28bbf
AS
83772007-12-16 Andreas Schwab <schwab@suse.de>
8378
8379 * fileio.c (Finsert_file_contents): Fix overflow check to not
8380 depend on undefined integer overflow.
8381
2e3566d8
JR
83822007-12-14 Jason Rumney <jasonr@gnu.org>
8383
8384 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
8385 for characters above 127.
8386
bf254037
JR
83872007-12-13 Jason Rumney <jasonr@gnu.org>
8388
8389 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
8390 before dereferencing array.
8391 (lookup_vk_code): Remove zero comparison.
8392
eb7c7bf5
MA
83932007-12-14 Michael Albinus <michael.albinus@gmx.de>
8394
8395 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
87df3c32
SM
8396 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
8397 Use `unsigned int' instead of `uint'.
eb7c7bf5
MA
8398 (xd_read_message, Fdbus_register_signal): Split expressions into
8399 multiple lines before operators "&&" and "||", according to the
8400 GNU Coding Standards.
8401
34fb0fc9
EZ
84022007-12-14 Eli Zaretskii <eliz@gnu.org>
8403
8404 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
8405
c7d97628
JL
84062007-12-12 Juri Linkov <juri@jurta.org>
8407
8408 * buffer.c (Frename_buffer): In interactive spec replace
8409 `read-buffer' with `read-string' that uses `buffer-name-history'
8410 as history, and the current buffer's name as default.
8411
3709505e
SM
84122007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8413
8414 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
8415 manipulating the backtrace manually.
8416 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
8417 (struct backtrace, backtrace_list): Remove.
8418 (command_loop_1): Remove dead var `no_direct'.
8419
8420 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
8421 preserve non-built-in buffer-local variables.
8422 (Fkill_all_local_variables): Don't re-create&re-set permanent
8423 buffer-local variables.
8424
e2bec886
JL
84252007-12-09 Juri Linkov <juri@jurta.org>
8426
8427 * buffer.c (Frename_buffer): Change interactive spec from "s" to
8428 Lisp code that uses `read-buffer' with current buffer as default.
8429
a31d47c7
MA
84302007-12-08 Michael Albinus <michael.albinus@gmx.de>
8431
8432 * dbusbind.c (xd_read_message): Generate an event for every
8433 registered handler. There might be several handlers registered
8434 for the same signal.
8435 (Fdbus_register_signal): Don't overwrite a registration for the
8436 same signal. Add a new registration if handlers are different.
8437 (Vdbus_registered_functions_table): Rework doc string.
8438
52da95fa
MA
84392007-12-07 Michael Albinus <michael.albinus@gmx.de>
8440
8441 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
8442 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
8443 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
8444 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
8445 Unify argument lists.
a0a3805c 8446 (xd_read_message, Fdbus_register_signal): Reorder and extend event
52da95fa
MA
8447 arguments and hash table keys. Use unique name for service.
8448 (Fdbus_unregister_signal): Remove checks.
8449 (Vdbus_registered_functions_table): Fix doc string.
8450
e5e76c04 84512007-12-05 Magnus Henoch <mange@freemail.hu>
0277bfa1
RS
8452
8453 * process.c (make_process): Initialize pty_flag to 0.
8454
e5e76c04 84552007-12-05 Jason Rumney <jasonr@gnu.org>
44b1dc2e
JR
8456
8457 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
8458 specified XBMs.
8459
e5e76c04 84602007-12-05 Richard Stallman <rms@gnu.org>
048addec 8461
e5e76c04 8462 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
048addec 8463
e5e76c04 84642007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 8465
e5e76c04
MB
8466 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
8467 New variable.
8468 (mac_try_close_socket) [MAC_OSX]: New function.
8469 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
8470 Update cfsockets_for_select. Replace invalid CFRunLoop source.
048addec 8471
e5e76c04
MB
8472 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
8473 Use mac_try_close_socket.
048addec 8474
e5e76c04 84752007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 8476
e5e76c04
MB
8477 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
8478 reloc_base.
8479 (copy_dysymtab): Compute relocation base here.
8480 (rebase_reloc_address) [__ppc64__]: New function.
8481 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
8482 changed.
048addec 8483
e5e76c04 84842007-12-05 Jason Rumney <jasonr@gnu.org>
048addec 8485
e5e76c04 8486 * w32proc.c (sys_spawnve): Quote args with wildcards.
048addec 8487
e5e76c04 84882007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 8489
e5e76c04
MB
8490 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
8491 __objc_* sections.
8492 (unrelocate) [_LP64]: Set relocation base to address of data segment.
048addec 8493
96faeb40
MA
84942007-12-05 Michael Albinus <michael.albinus@gmx.de>
8495
8496 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
8497 Move check for Vdbus_registered_functions_table to
8498 xd_read_queued_messages.
8499 (xd_read_queued_messages): Protect xd_read_message calls by
8500 internal_condition_case_1.
8501
39abdd4a
MA
85022007-12-04 Michael Albinus <michael.albinus@gmx.de>
8503
87df3c32 8504 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
39abdd4a 8505 Qdbus_system_bus and Qdbus_session_bus, respectively.
87df3c32 8506 (Vdbus_intern_symbols): Remove.
39abdd4a 8507 (Vdbus_registered_functions_table): New hash table.
87df3c32 8508 (XD_SYMBOL_INTERN_SYMBOL): Remove.
39abdd4a 8509 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
87df3c32 8510 Rewrite in order to manage registered functions by hash table
39abdd4a
MA
8511 Vdbus_registered_functions_table.
8512
880820fe 85132007-12-03 Jan Djärv <jan.h.d@swipnet.se>
7ba30657
JD
8514
8515 * xterm.c: Update URL to Window Manager Specification in comment.
8516
033b73e2
MA
85172007-12-02 Michael Albinus <michael.albinus@gmx.de>
8518
8519 * config.in (HAVE_DBUS): Add.
8520
a0a3805c 8521 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
033b73e2
MA
8522 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
8523 (obj): Add $(DBUS_OBJ).
8524 (LIBES): Add $(DBUS_LIBS).
8525 (dbusbind.o): New target.
8526
8527 * dbusbind.c: New file.
8528
8529 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
8530
8531 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
a0a3805c 8532 (Qdbus_event): New Lisp symbol.
033b73e2 8533 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
87df3c32 8534 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
033b73e2
MA
8535 (keys_of_keyboard ): Define dbus-event.
8536
8537 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
8538
39d0bf74
RS
85392007-12-01 Richard Stallman <rms@gnu.org>
8540
8541 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
8542
f3157c65
JR
85432007-11-30 Jason Rumney <jasonr@gnu.org>
8544
8545 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
8546 (w32con_reset_terminal_modes): Clear screen buffer.
f1e8dcf1
JR
8547 (w32_face_attributes): Don't use color indexes that are out of range.
8548 Only reverse the default colors.
f3157c65
JR
8549
8550 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
8551 WINDOWSNT.
8552
8553 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
8554
b510360c
JR
85552007-11-29 Jason Rumney <jasonr@gnu.org>
8556
8557 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
8558 (w32_face_attributes): Use Vtty_defined_color_alist to determine
8559 if the terminal colors are initialized.
8560 (unspecified_fg, unspecified_bg): Remove unused declarations.
8561
4b7ab1c4
AS
85622007-11-29 Andreas Schwab <schwab@suse.de>
8563
8564 * keyboard.c (apply_modifiers): Fix typo.
8565
4bb6c266
RS
85662007-11-29 Richard Stallman <rms@gnu.org>
8567
8568 * keymap.c (Fcurrent_local_map): Doc fix.
8569
aa44cd84
GM
85702007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
8571
8572 * s/gnu-kfreebsd.h: New file.
8573
21ec2c43
SM
85742007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8575
cc648cef
SM
8576 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
8577 Don't cast redundantly.
8578
21ec2c43
SM
8579 * keyboard.c (KEY_TO_CHAR): New macro.
8580 (parse_modifiers, apply_modifiers): Accept integer arguments.
8581 (read_key_sequence): Use them to unify the "shift->unshift" mapping
8582 for chars and symbol keys.
8583 After doing such remapping, apply function-key-map again.
8584
73e72da4
DN
85852007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
8586
8587 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
8588 compiled anymore.
8589
254693ff
AS
85902007-11-26 Andreas Schwab <schwab@suse.de>
8591
8592 * process.c (list_processes_1): Fix indentation level of the
8593 command column.
8594
ff6e6ac8
AS
85952007-11-23 Andreas Schwab <schwab@suse.de>
8596
8597 * editfns.c (Fformat): Handle %c specially since it requires the
8598 argument to be of type int.
8599
f7cf8b20
SM
86002007-11-23 Markus Triska <markus.triska@gmx.at>
8601
8602 * emacs.c (main): Call init_editfns before init_process, since
2a2e8de7 8603 init_process sets Vprocess_connection_type depending on OS release.
f7cf8b20 8604
569c11e3
SM
86052007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8606
8787dd73
SM
8607 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
8608 (find_symbol_value): Use do_symval_forwarding.
8609
569c11e3
SM
8610 * data.c (set_internal): Set the value in the `cons-cell' (for
8611 Buffer_Local_values) not only for frame-local variables.
8612
6af1696d
AS
86132007-11-22 Andreas Schwab <schwab@suse.de>
8614
8615 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
8616 values to sprintf.
8617 * keymap.c (Fsingle_key_description): Likewise.
8618 * print.c (print_object): Likewise.
8619
880820fe 86202007-11-22 Jan Djärv <jan.h.d@swipnet.se>
d4ad8c04
JD
8621
8622 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
8623 file for image is nil.
8624
7c401d15
DN
86252007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
8626
8627 * term.c: Include stdarg.h.
569c11e3 8628 (fatal): Implement using varargs.
a0a3805c 8629 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
7c401d15 8630
64e16c3c
SM
86312007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8632
8633 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
8634 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
8635 Update call to buffer_slot_type_mismatch.
8636 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
8637 (buffer_slot_type_mismatch): Update.
8638 * buffer.c (buffer_local_types): Remove.
8639 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
8640 (defvar_per_buffer): Set the type in the buffer_objfwd.
8641
d4aa48db 86422007-11-21 Jason Rumney <jasonr@gnu.org>
5f42a7eb 8643
64e16c3c
SM
8644 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
8645 CreateFileMapping returns NULL on failure.
5f42a7eb 8646
d4aa48db 86472007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
048addec 8648
d4aa48db
MB
8649 * search.c (Fset_match_data): Remove the `evaporate' feature.
8650 (unwind_set_match_data): Don't use the `evaporate' feature.
437dfb9f 8651
bdae0540
JR
86522007-11-21 Jason Rumney <jasonr@gnu.org>
8653
8654 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
8655
8656 * w32console.c (w32con_write_glyphs): Remove unused variables.
8657
202c09a8
DN
86582007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
8659
b951420f
DN
8660 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
8661
202c09a8
DN
8662 * s/darwin.h (MULTI_KBOARD): Remove.
8663
8664 * macfns.c (x_create_tip_frame, Fx_create_frame)
8665 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
8666
bae72c12
SM
86672007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8668
e7c10f83
SM
8669 * buffer.c (Fbuffer_local_value): Remove redundant test.
8670 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
8671 than in `current-buffer' to match the comment.
8672 Do the swap using swap_in_global_binding.
8673
136eb6ed
SM
8674 * data.c (store_symval_forwarding, set_internal):
8675 * eval.c (specbind): Remove dead code.
8676
bae72c12
SM
8677 * coding.c (detect_coding, Fupdate_coding_systems_internal):
8678 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
8679 Since we do not want to see internal Lisp_*fwd objects here.
8680
880820fe 86812007-11-18 Jan Djärv <jan.h.d@swipnet.se>
95fbaefc 8682
3d66b985
JD
8683 * sysdep.c (init_system_name): Use getaddrinfo if available.
8684
95fbaefc
JD
8685 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
8686 (x_scroll_bar_note_movement): start, end, with, height in struct
8687 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
8688
6c1d8cb6
DN
86892007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
8690
8691 * puresize.h (BASE_PURESIZE): Increase to 1190000.
8692
30f95089
SM
86932007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8694
66b04bd4
SM
8695 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
8696 This undoes Richard's change of 14-Oct-2002.
8697
6d3f2bb2
SM
8698 * alloc.c (allocate_other_vector):
8699 * lisp.h (allocate_other_vector): Remove.
8700
b05b4e27
SM
8701 * window.c (struct save_window_data): Move non-lisp data to the end
8702 and make it `int' rather than Lisp_Object.
8703 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
8704 Done wrap/unwrap integer values.
8705 (Fset_window_configuration, compare_window_configurations):
8706 Update use of fields to their new types.
8707
056ce195
SM
8708 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
8709 Turn integer fields into `int'. Merge x_window_low and x_window_high.
8710 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
8711 (SET_SCROLL_BAR_X_WINDOW): Remove.
8712 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
8713 Access the new x_window field directly.
8714 * xterm.c (x_scroll_bar_create): Use a pseudovector.
8715 Don't wrap/unwrap integers into Lisp_Objects.
8716 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
8717 (x_scroll_bar_report_motion):
8718 Don't wrap/unwrap integers into Lisp_Objects.
8719 (x_term_init): Use SDATA.
8720 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
8721 (x_scroll_bar_set_handle, x_scroll_bar_remove)
8722 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
8723 (x_scroll_bar_report_motion, x_scroll_bar_clear):
8724 * xfns.c (x_set_background_color):
8725 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
8726 Access the new x_window field directly.
8727
30f95089
SM
8728 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
8729 (allocate_pseudovector): Make non-static.
6d3f2bb2 8730
30f95089
SM
8731 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
8732 (allocate_pseudovector): Declare.
6f69e89b 8733 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
30f95089 8734
9b6112e8
AS
87352007-11-15 Andreas Schwab <schwab@suse.de>
8736
30f95089
SM
8737 * editfns.c (Fformat): Correctly format EMACS_INT values.
8738 Also take precision into account when formatting an integer.
0f860bd7 8739
9b6112e8
AS
8740 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
8741
262fcd41
SM
87422007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8743
58da34c7
SM
8744 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
8745 (syms_of_keyboard): Defsubr it.
8746
262fcd41
SM
8747 * data.c (swap_in_global_binding): Fix longstanding bug where
8748 store_symval_forwarding was not called with the right second argument,
8749 thus causing objfwd-ing from being dropped.
8750
d29a9848
JB
87512007-11-14 Juanma Barranquero <lekktu@gmail.com>
8752
8753 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
8754 (Fx_display_pixel_height, Fx_display_planes)
8755 (Fx_display_color_cells, Fx_server_max_request_size)
8756 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
8757 (Fx_display_visual_class, Fx_display_save_under):
8758 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
8759 (Fx_display_pixel_height, Fx_display_planes)
8760 (Fx_display_color_cells, Fx_server_max_request_size)
8761 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8762 (Fx_display_mm_height, Fx_display_mm_width)
8763 (Fx_display_backing_store, Fx_display_visual_class)
8764 (Fw32_select_font, Fx_display_save_under):
8765 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
8766 (Fx_display_pixel_height, Fx_display_planes)
8767 (Fx_display_color_cells, Fx_server_max_request_size)
8768 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
8769 (Fx_display_save_under): Fix typos in docstrings.
8770
74084731
JB
87712007-11-14 Juanma Barranquero <lekktu@gmail.com>
8772
8773 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
8774 corresponding to deleted entries; they are an implementation detail.
8775 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
8776 Remove variables.
8777 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
8778 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
8779 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
8780 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
8781 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
d29a9848 8782 (Fw32_define_rgb_color, Fw32_load_color_file)
74084731 8783 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
02b39a28
JB
8784 Fix typos in docstrings.
8785 (Fx_server_version): Reflow docstring.
8786 (Fw32_shell_execute): Doc fixes.
74084731 8787
fb053a1f
JB
87882007-11-13 Juanma Barranquero <lekktu@gmail.com>
8789
8790 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
8791 if w32_parse_hot_key returned nil.
8792
a457417e 87932007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9ec1bdb6 8794
a457417e 8795 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
9ec1bdb6 8796
4b219faa
JR
87972007-11-09 Jason Rumney <jasonr@gnu.org>
8798
8799 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
8800
8801 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
8802
8803 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
8804 Remove W32_SCROLL_BAR_CLICK_EVENT.
8805
8806 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
8807 Add MULTIMEDIA_KEY_EVENT.
8808
8809 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
8810 (lispy_multimedia_keys) [WINDOWSNT]: New array.
8811 (make_lispy_event) [WINDOWSNT]: Use it to translate
8812 MULTIMEDIA_KEY_EVENT.
8813
8814 * w32term.h (WM_APPCOMMAND): Define if not already.
8815 (GET_APPCOMMAND_LPARAM): Likewise.
8816
8817 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
8818 WM_APPCOMMAND.
8819
8820 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
8821 (syms_of_w32fns): Export and initialize it.
8822 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
8823
c12ecb0a 88242007-11-09 Chong Yidong <cyd@stupidchicken.com>
d388d2ac
CY
8825
8826 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
8827 twice.
8828
8829 * xdisp.c (handle_face_prop): Fix last change.
8830
c12ecb0a 88312007-11-09 Richard Stallman <rms@gnu.org>
048addec 8832
c12ecb0a
MB
8833 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
8834 not just for after-strings and before-strings.
8835 Call face_for_overlay_string and pass the overlay to it.
8836 (handle_display_prop): Determine whether property came from an overlay.
8837 Pass OVERLAY arg to handle_single_display_spec.
8838 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
8839 (load_overlay_strings): Fill in it->string_overlays.
8840 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
b5cb6072 8841
c12ecb0a
MB
8842 * xfaces.c (face_for_overlay_string): Function renamed from
8843 face_at_buffer_position_no_overlays, and add arg OVERLAY.
b5cb6072 8844
c12ecb0a
MB
8845 * dispextern.h (struct it): New elt string_overlays.
8846 New elt from_overlay, also in stack.
8847 Rearrange a few elements.
8848 (face_for_overlay_string): Decl renamed from
8849 face_at_buffer_position_no_overlays, and add argument.
15fff01d 8850
c12ecb0a 88512007-11-09 Richard Stallman <rms@gnu.org>
0065bb74 8852
c12ecb0a
MB
8853 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
8854 to get the base face for an overlay string.
0d8466cc 8855
c12ecb0a 8856 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
15fff01d 8857
c12ecb0a 8858 * xfaces.c (face_at_buffer_position_no_overlays): New function.
2fae9111 8859
c12ecb0a 8860 * xdisp.c (handle_stop): Move some code out of loop.
2d6c1fc0 8861
c12ecb0a 88622007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
07025a55 8863
c12ecb0a
MB
8864 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
8865 Fix conversion from Lisp object to ATSUFontID.
07025a55 8866
c12ecb0a 88672007-11-09 Jason Rumney <jasonr@gnu.org>
07025a55 8868
c12ecb0a 8869 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
3a232704 8870
c12ecb0a 88712007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
539e92ad 8872
c12ecb0a
MB
8873 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
8874 Don't assume regions are aligned to page boundary.
8875 (print_load_command_name): Add LC_UUID if defined.
3a232704 8876
c12ecb0a 88772007-11-09 Richard Stallman <rms@gnu.org>
0cb8bb48 8878
c12ecb0a 8879 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
539e92ad 8880
b8ddfbcc
JR
88812007-11-07 Jason Rumney <jasonr@gnu.org>
8882
8883 * s/windows95.h: Remove.
8884
880820fe 88852007-11-06 Jan Djärv <jan.h.d@swipnet.se>
e624c3f9
JD
8886
8887 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
8888 abort with a message on unhandled store_type values.
8889
880820fe 88902007-11-01 Jan Djärv <jan.h.d@swipnet.se>
ac1278c1
JD
8891
8892 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
8893 Remove HAVE_X11R5 and HAVE_X11R4.
8894
04a697fe
DN
88952007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
8896
8897 * Makefile.in: Remove references to sunfns.c and sunfns.o.
8898
880820fe 88992007-11-01 Johan Bockgård <bojohan@gnu.org>
56dad874
GM
8900
8901 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
fb053a1f 8902 Don't set s->stippled_p here, since it has already been set by
56dad874
GM
8903 x_set_glyph_string_gc from x_draw_glyph_string.
8904
07e5c0b0
DN
89052007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
8906
2a2e8de7 8907 * sunfns.c: Remove file.
07e5c0b0
DN
8908
8909 * m/sun386.h:
8910 * m/sun2.h:
8911 * m/sparc.h: Remove Sun windows code.
8912
1bc973c2
SM
89132007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
8914
8915 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
8916 (init_keyboard): Set current_kboard's window-system to nil.
8917 (tty_read_avail_input): Typo.
8918 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
8919
c22140f6
DN
89202007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8921
8922 * s/usg5-4.h:
8923 * s/usg5-3.h:
8924 * s/ptx.h:
8925 * m/is386.h:
8926 * m/ibmps2-aix.h:
2a2e8de7 8927 * Makefile.in: Remove all mentions of X10.
c22140f6
DN
8928
8929 * dispnew.c (syms_of_display): Don't mention version 10.
8930
660a8219
JB
89312007-10-28 Juanma Barranquero <lekktu@gmail.com>
8932
8933 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
8934 ($(BLD)/abbrev.$(O)): Remove.
8935
e047f448
SM
89362007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8937
8938 Rewrite abbrev.c in Elisp.
8939 * image.c (Qcount): Don't declare as extern.
8940 (syms_of_image): Initialize and staticpro `Qcount'.
8941 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
8942 * emacs.c (main): Don't call syms_of_abbrev.
8943 * Makefile.in (obj): Remove abbrev.o.
8944 (abbrev.o): Remove.
8945 * abbrev.c: Remove.
8946
67b73e3a
MR
89472007-10-26 Martin Rudalics <rudalics@gmx.at>
8948
8949 * window.c (window_min_size_2): Don't count header-line.
8950
e3d7bd83
DN
89512007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8952
8953 * frame.h (struct frame): Move all bit fields after the first bit
660a8219 8954 field to take advantage of the available space. Group all the
e3d7bd83
DN
8955 chars together to reduce wasted space due to padding.
8956
a3547743
JB
89572007-10-26 Juanma Barranquero <lekktu@gmail.com>
8958
e298936f
JB
8959 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
8960
d3d47262
JB
8961 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
8962 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
8963 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
8964 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
8965 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
8966 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
8967 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
8968 (last_marked, mark_object_loop_halt): Make static.
8969
a3547743
JB
8970 * frame.c (syms_of_frame) <delete-frame-functions>:
8971 Fix typo in docstring.
8972
14c71d8b
JB
89732007-10-25 Juanma Barranquero <lekktu@gmail.com>
8974
8975 * w32.c (init_environment): Fix tiny memory leak.
66199f74 8976 (w32_get_resource): Remove unused variable `ok'.
14c71d8b 8977
70b8d0a4
SM
89782007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 Make `window-system' into a keyboard-local variable (rather than
8981 frame-local as done originally by multi-tty).
8982
8983 * keyboard.h (struct kboard): Add Vwindow_system.
8984 * keyboard.c (init_kboard): Set a default for Vwindow_system.
8985 (mark_kboards): Mark Vwindow_system.
8986
8987 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
8988 (init_display): Don't set the obsolete `window-system' frame-param.
8989
8990 * xterm.c (x_term_init):
8991 * w32term.c (w32_create_terminal):
8992 * term.c (init_tty): Set Vwindow_system.
8993 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
8994 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
8995
8996 * xfns.c (Fx_create_frame, x_create_tip_frame):
8997 * w32fns.c (Fx_create_frame, x_create_tip_frame):
8998 * macfns.c (Fx_create_frame):
8999 Don't set the obsolete `window-system' frame-param.
9000
9001 * frame.h (Qwindow_system): Remove.
9002 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
9003 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
9004
fdc90613 90052007-10-24 Richard Stallman <rms@gnu.org>
4521d1fc 9006
fdc90613
MB
9007 * frame.c (x_figure_window_size): For fullscreen case,
9008 set USPosition | PPosition without clobbering rest of window_prompting.
7c75be36 9009
fdc90613 9010 * keyboard.c (Fcurrent_idle_time): Doc fix.
4521d1fc 9011
fdc90613 9012 * print.c (Fwith_output_to_temp_buffer): Doc fix.
4521d1fc 9013
7357cb04
SM
90142007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9015
98228e72
SM
9016 * process.c (unwind_request_sigio): Only define if __ultrix__.
9017
1baf6db9
SM
9018 * callproc.c (child_setup): Remove spurious *.
9019
4d0ac3d7
SM
9020 * lisp.h (Fget_text_property): Declare.
9021 (have_menus_p): Declare it here rather than in sys-dep header files.
9022 * macterm.h (have_menus_p):
9023 * msdos.h (have_menus_p):
9024 * xterm.h (have_menus_p): Remove.
9025
7357cb04
SM
9026 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
9027 (Fmake_variable_frame_local): Just check the variable's const-ness
9028 rather than checking nil or t.
9029
866e6dd6
JR
90302007-10-22 Jason Rumney <jasonr@gnu.org>
9031
b00afeae
JR
9032 * w32fns.c: Include math.h.
9033 (w32_abort): Declaration moved to nt/config.nt.
0f7f11b7 9034
c8f7c76b
JR
9035 * s/ms-w32.h (HAVE_STDLIB_H): Define.
9036 (abort): Redefinition moved to nt/config.nt.
9037
866e6dd6
JR
9038 * m/windowsnt.h: Remove.
9039
e79beb56
JB
90402007-10-22 Juanma Barranquero <lekktu@gmail.com>
9041
9042 * emacs.c (Fdump_emacs): Fix typo in message.
9043 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
9044 <installation-directory>: Reflow docstring.
9045
fb30dfd2
JL
90462007-10-22 Juri Linkov <juri@jurta.org>
9047
9048 * minibuf.c: Allow minibuffer default to be a list of default values.
9049 With empty input use the first element of this list as returned default.
e79beb56 9050 (string_to_object)
0f7f11b7 9051 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
fb30dfd2
JL
9052 (read_minibuf): If defalt is cons, set histstring to its car.
9053 (Fread_string): If default_value is cons, set val to its car.
9054 (Fread_buffer): If def is cons, use its car.
9055 (Fcompleting_read): If defalt is cons, set val to its car.
9056
1f163f28
MA
90572007-10-21 Michael Albinus <michael.albinus@gmx.de>
9058
9059 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
9060
db3534c3
JB
90612007-10-20 Juanma Barranquero <lekktu@gmail.com>
9062
9063 * doc.c (Fdocumentation): Check for advice in all cases.
9064
c6f18a07
CY
90652007-10-19 Chong Yidong <cyd@stupidchicken.com>
9066
9067 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
9068
2a1534d3
RS
90692007-10-19 Richard Stallman <rms@gnu.org>
9070
9071 * doc.c (Fdocumentation): Check for and handle an advised function.
9072
7b82c3b6
JB
90732007-10-19 Juanma Barranquero <lekktu@gmail.com>
9074
9075 * process.c (Fset_process_filter): Doc fix.
9076
3278f20e
SM
90772007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
9080 which caused key-translation-map to applied repeatedly (thus breaking
9081 double-mode).
9082
99784d63
SM
90832007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9084
9085 * xselect.c (x_own_selection, x_handle_selection_clear)
9086 (x_clear_frame_selections):
9087 * w32menu.c (list_of_panes, list_of_items):
9088 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
9089 * textprop.c (validate_plist, interval_has_all_properties)
9090 (interval_has_some_properties, interval_has_some_properties_list)
9091 (add_properties, text_property_list):
9092 * process.c (Fget_buffer_process, list_processes_1, status_notify):
9093 * minibuf.c (Fassoc_string):
9094 * macselect.c (x_own_selection, x_clear_frame_selections)
9095 (Fx_disown_selection_internal):
9096 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
9097 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
9098
44bb704d
CY
90992007-10-17 Chong Yidong <cyd@stupidchicken.com>
9100
9101 * process.c: Link to libs for calling res_init() if available.
9102 (Fmake_network_process): Call res_init() before getaddrinfo or
9103 gethostbyname, if possible.
9104
d314756e
SM
91052007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9106
2504022a
SM
9107 * lread.c (read1): Set pvectype for char_tables.
9108
19fa82b9
SM
9109 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
9110 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
9111 Add type checks.
9112 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
9113
d314756e
SM
9114 * alloc.c (free_misc): Use XMISCTYPE.
9115 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
9116
94b9aaa2
GM
91172007-10-17 Glenn Morris <rgm@gnu.org>
9118
9119 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
9120 (syms_of_minibuf): Add Qcompletion_ignore_case.
9121 * dired.c (Qcompletion_ignore_case): Change to external.
9122 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
9123 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
9124 (Fread_file_name): Use it rather than intern'ing.
9125
9126 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
9127 (Fread_coding_system): Ignore case of user input.
9128
da6658e8
YM
91292007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9130
9131 * xdisp.c (handle_display_prop): Ignore display specs after
9132 replacing one when string text is being replaced.
9133 (handle_single_display_spec): Pretend as if characters with display
9134 property haven't been consumed only when buffer text is being replaced.
9135
11fb4bdb
SM
91362007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9137
9beb8baa
SM
9138 * xfns.c (Fx_create_frame, Fx_display_list):
9139 * window.c (window_fixed_size_p, enlarge_window)
9140 (shrink_window_lowest_first):
9141 * macterm.c (init_font_name_table):
9142 * macfns.c (Fx_create_frame, Fx_display_list):
9143 * lread.c (close_load_descs):
9144 * keyboard.c (read_char_x_menu_prompt):
9145 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
9146 * coding.c (code_convert_region_unwind): Test the type of an object
9147 rather than just !NILP before extracting data from it.
9148
d3f41ff5
SM
9149 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
9150
67ee9f6e
SM
9151 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
9152 (XMISCANY): New macro.
9153 (XMISCTYPE): Use it.
9154 (struct Lisp_Misc_Any): New type.
9155 (union Lisp_Misc): Use it.
9156 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
9157 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
9158 (find_symbol_value, set_internal, default_value, Fset_default)
9159 (Fmake_variable_buffer_local, Fmake_local_variable)
9160 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
9161 (Flocal_variable_if_set_p, Fvariable_binding_locus):
9162 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
9163 * alloc.c (allocate_buffer): Set the size and tag.
9164 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
9165 Use XMISCANY.
9166 (die): Follow the GNU convention for error messages.
9167 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
9168 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
9169 tag any more.
9170 (set_buffer_internal_1):
9171 * frame.c (store_frame_param):
9172 * eval.c (specbind):
9173 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
9174
11fb4bdb
SM
9175 * doc.c (Fsnarf_documentation): Simplify.
9176
decb374a
JB
91772007-10-14 Juanma Barranquero <lekktu@gmail.com>
9178
9179 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
9180 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
9181
b5a40ee7
SM
91822007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9183
9184 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
9185
35277b03
JB
91862007-10-14 Juanma Barranquero <lekktu@gmail.com>
9187
9188 * eval.c (do_autoload): Don't save autoloads.
9189
9190 * data.c (Ffset): Save autoload of the function being set.
9191
35fdaa62
GM
91922007-10-07 John Paul Wallington <jpw@pobox.com>
9193
9194 * xfns.c (x_create_tip_frame): Set the `display-type' frame
9195 parameter before setting up faces.
9196
1ea40aa2
EZ
91972007-10-13 Eli Zaretskii <eliz@gnu.org>
9198
35fdaa62 9199 * ccl.c (Fregister_code_conversion_map):
96a5affb
EZ
9200 * keyboard.c (append_tool_bar_item): Reformat last change.
9201
1ea40aa2
EZ
9202 * lisp.h (eabs): Rename from `abs'. All callers changed.
9203
35277b03 92042007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
71d00ce4
EZ
9205
9206 * buffer.c (add_overlay_mod_hooklist):
9207 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
9208 * fontset.c (make_fontset):
9209 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
9210 (append_tool_bar_item):
9211 * macmenu.c (grow_menu_items):
35fdaa62 9212 * w32menu.c (grow_menu_items):
71d00ce4 9213 * xmenu.c (grow_menu_items): Use larger_vector.
35fdaa62 9214
bc82f120
EZ
92152007-10-13 Eli Zaretskii <eliz@gnu.org>
9216
9217 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
9218 selected frame'' on MSDOS).
9219
d57d5a78
MR
92202007-10-12 Martin Rudalics <rudalics@gmx.at>
9221
9222 * frame.c (Qexplicit_name): New variable.
9223 (x_report_frame_params): Report it in parameter alist.
9224 (syms_of_frame): Intern and staticpro it.
9225
35277b03 92262007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
04710ebd
JR
9227
9228 * macfns.c (x_create_tip_frame): Set terminal for frame.
9229
c7a4b95b
SM
92302007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9231
26f9c7b7
SM
9232 * frame.c (Qenvironment): Remove.
9233 (syms_of_frame) <Qenvironment>: Don't initialize.
9234 (Fdelete_frame): Don't treat the `environment' param specially.
9235 * frame.h (Qenvironment): Don't declare.
9236 * callproc.c (set_initial_environment): Don't set unused frame param.
9237
c7a4b95b
SM
9238 * frame.c (Fframe_with_environment): Remove.
9239 (syms_of_frame) <Sframe_with_environment>: Don't declare.
26f9c7b7 9240
c7a4b95b
SM
9241 * lisp.h (Fframe_with_environment): Don't declare.
9242
c86f7377
JB
92432007-10-10 Juanma Barranquero <lekktu@gmail.com>
9244
9245 * indent.c (indent_tabs_mode, last_known_column)
9246 (last_known_column_modified): Make static.
9247 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
9248
d1b3a122
KY
92492007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
9250
9251 * puresize.h (BASE_PURESIZE): Increase to 1170000.
9252
d57d5a78
MR
92532007-10-09 Jason Rumney <jasonr@gnu.org>
9254
9255 * w32term.c (x_set_window_size): Disable code that attempts to tell
9256 Lisp code about a size change before it actually happens.
9257
81d3d428 92582007-10-09 Richard Stallman <rms@gnu.org>
91175673 9259
81d3d428
MB
9260 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
9261 return HANDLED_RETURN.
91175673 9262
1af74d06 92632007-10-08 Martin Rudalics <rudalics@gmx.at>
4f1b1854 9264
1af74d06
MB
9265 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
9266 when there's an unread command event.
e0fead5d 9267
c7a4b95b 9268 * frame.c (focus_follows_mouse): Move here from frame.el to allow
1af74d06
MB
9269 window autoselection act appropriately when leaving selected frame.
9270 (syms_of_frame): Initialize focus_follows_mouse.
9271 * frame.h (focus_follows_mouse): Extern it.
9272 * macterm.c (XTread_socket): When focus_follows_mouse is nil
c7a4b95b 9273 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
1af74d06
MB
9274 * msdos.c (dos_rawgetc): Likewise.
9275 * w32term.c (w32_read_socket): Likewise.
9276 * xterm.c (handle_one_xevent): Likewise.
9277 * xdisp.c (syms_of_xdisp): In doc-string of
9278 mouse-autoselect-window mention focus-follows-mouse.
e0fead5d 9279
1af74d06 92802007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
e0fead5d 9281
1af74d06
MB
9282 * macterm.c (mac_load_query_font): Fix missing return value.
9283 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
9284 Add BLOCK_INPUT.
c186cdb3 9285
1af74d06 92862007-10-08 Richard Stallman <rms@gnu.org>
c186cdb3 9287
1af74d06
MB
9288 * xdisp.c (get_window_cursor_type): Implement documented behavior
9289 for cursor-in-non-selected-windows = t.
c186cdb3 9290
1af74d06 92912007-10-08 Jason Rumney <jasonr@gnu.org>
c186cdb3 9292
1af74d06 9293 * w32.c (w32_get_resource): Always close registry keys.
58cfce98 9294
1af74d06 92952007-10-08 Jason Rumney <jasonr@gnu.org>
58cfce98 9296
1af74d06 9297 * makefile.w32-in (LIBS): Add COMCTL32.
62854fe2 9298
1af74d06 9299 * w32fns.c (globals_of_w32fns): Init common controls.
62854fe2 9300
1af74d06 93012007-10-08 Richard Stallman <rms@gnu.org>
656f46bb 9302
c7a4b95b 9303 * image.c (our_memory_buffer): Rename from omfib_buffer.
656f46bb 9304
1af74d06 93052007-10-08 Richard Stallman <rms@gnu.org>
656f46bb 9306
1af74d06 9307 * buffer.c (Foverlays_at): Doc fix.
036e218d 9308
1af74d06 93092007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
036e218d 9310
1af74d06 9311 * fns.c (Fplist_put): Preserve uneven tail data.
7ddb2c16 9312
1af74d06 93132007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7ddb2c16 9314
1af74d06 9315 * termhooks.h (enum event_kind): Remove trailing comma.
ace9b298 9316
1af74d06 9317 * frame.h (enum): Remove trailing comma.
90647b07 9318
1af74d06 93192007-10-08 Dhuvra Krishnamurthy <dhuvrakm@gmail.com> (tiny change)
90647b07 9320
1af74d06 9321 * w32proc.c (delete_child): Don't terminate threads of zombies.
ace9b298 9322
1af74d06 93232007-10-08 Martin Rudalics <rudalics@gmx.at>
ace9b298 9324
1af74d06 9325 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
ace9b298 9326
1af74d06
MB
9327 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
9328 last-repeatable-command.
9329 (init_kboard): Initialize Vlast_repeatable_command.
9330 (command_loop_1): Set it to real_this_command unless that was
9331 bound to an input event.
9332 (mark_kboards): Mark it.
9fbc32aa 9333
1af74d06 93342007-10-08 Richard Stallman <rms@gnu.org>
036e218d 9335
1af74d06 9336 * eval.c (condition-case): Doc fix.
9fbc32aa 9337
1af74d06 93382007-10-08 Masatake YAMATO <jet@gyve.org>
9fbc32aa 9339
1af74d06
MB
9340 * xfaces.c (tty_supports_face_attributes_p): Fix code
9341 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
9342 was copied and not edited.
9fbc32aa 9343
beb9f745
SM
93442007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9345
c86f7377 9346 Add new `input-decode-map' keymap and use it for terminal
4f4a84ec
SM
9347 escape sequences.
9348 * keyboard.h (struct kboard): Add Vinput_decode_map.
9349 Remove Vlocal_key_translation_map.
9350 * keyboard.c (read_key_sequence): Add support for input-decode-map.
9351 (init_kboard): Init input-decode-map.
9352 Replace local-key-translation-map back with key-translation-map.
9353 (syms_of_keyboard): Declare input-decode-map.
9354 Remove local-key-translation-map. Update docstrings.
9355 (mark_kboards): Mark Vinput_decode_map.
9356 Don't mark Vlocal_key_translation_map.
9357 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
9358 Replace local-key-translation-map back with key-translation-map.
9359 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
9360 Bind in input-decode-map rather than function-key-map.
9361
beb9f745
SM
9362 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
9363 This was made redundant by the previous introduction of XSETPVECTYPE.
9364
65342ae3
RS
93652007-10-09 Richard Stallman <rms@gnu.org>
9366
beb9f745 9367 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
65342ae3
RS
9368
93692007-09-29 Richard Stallman <rms@gnu.org>
9370
9371 * eval.c (internal_condition_case_2, internal_condition_case_1)
9372 (internal_condition_case): Reenable abort if x_catching_errors ()
9373 to see if that really happens and why.
9374
6cff77fd
AS
93752007-10-06 Andreas Schwab <schwab@suse.de>
9376
9377 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
9378
bbe6f2aa
JB
93792007-10-04 Juanma Barranquero <lekktu@gmail.com>
9380
9381 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
9382
a390930c
SM
93832007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9384
9385 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
9386
d6aa1876
SM
93872007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9388
d0fdb6da
SM
9389 * window.h (struct window):
9390 * window.c (struct save_window_data, struct saved_window):
9391 * termhooks.h (struct terminal):
9392 * process.h (struct Lisp_Process):
9393 * frame.h (struct frame):
9394 * buffer.h (struct buffer):
9395 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
9396 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
9397 The size field of (pseudo)vectors is now unsigned.
9398 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
9399
878f97ff
SM
9400 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
9401 Turn `count' into an integer.
d0fdb6da 9402
878f97ff
SM
9403 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
9404 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
9405 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
9406 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
9407 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
9408
d2029e5b
SM
9409 * alloc.c (allocate_pseudovector): New fun.
9410 (ALLOCATE_PSEUDOVECTOR): New macro.
9411 (allocate_window, allocate_terminal, allocate_frame)
9412 (allocate_process): Use it.
9413 (mark_vectorlike): New function.
9414 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
9415 (mark_terminals): Use it.
9416 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
9417 (Fmake_byte_code): Use XSETPVECTYPE.
9418
9419 * frame.c (Fframe_parameters): Minor simplification.
9420
9421 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
9422
9423 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
9424
9425 * buffer.c (Fget_buffer_create, init_buffer_once):
9426 * lread.c (defsubr):
9427 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
9428
9429 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
9430 defined differently in the m/*.h files.
9431 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
9432 (XSETPVECTYPE): New macro.
9433 (XSETPSEUDOVECTOR): Use it.
9434
d6aa1876
SM
9435 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
9436 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
d2029e5b 9437
d6aa1876
SM
9438 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
9439 * lread.c (defvar_per_buffer):
9440 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
9441
9442 * window.c (candidate_window_p): Only consider as visible frames that
9443 are on the same terminal.
9444
9445 * m/ibms390x.h (MARKBIT): Remove unused macro.
9446
88852d45
JB
94472007-10-01 Juanma Barranquero <lekktu@gmail.com>
9448
9449 * lread.c (Fload): Fix typo in docstring.
9450
880820fe 94512007-10-01 Michaël Cadilhac <michael@cadilhac.name>
2742fe30
MC
9452
9453 * floatfns.c (Fexpt): Manually check for overflows, so that a power
9454 of a non-zero value can't yield zero.
9455
ed0c79c6
SM
94562007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9457
b870aa61
SM
9458 * term.c (term_clear_mouse_face, term_mouse_highlight)
9459 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
9460
4c37a414
SM
9461 * print.c (safe_debug_print): Use XHASH.
9462
b9466edb
SM
9463 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
9464 Lisp elements such as tags.
9465 (XHASH): New macro.
9466 (EQ): Use it.
9467 (SREF, SSET, STRING_COPYIN): Use SDATA.
9468 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
9469
9c545a55
SM
9470 * alloc.c (mark_terminal): Remove left-over declaration.
9471 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
9472 (allocate_vectorlike): Remove type argument. Adjust callers.
9473 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
9474 Only handle the one remaining MEM_TYPE_VECTORLIKE.
9475
dafc79fa
SM
9476 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
9477 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
9478 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
9479 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
9480 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
9481 Use them.
9482
ed0c79c6
SM
9483 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
9484 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
9485 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
9486
3c81afd4
DN
94872007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
9488
9489 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
9490 loaded by default.
9491
6178ce5e
SM
94922007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9493
4ce5ab77
SM
9494 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
9495 on this tty.
9496 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
9497
6178ce5e
SM
9498 * term.c (mouse_face_window): Rename from Qmouse_face_window.
9499 Update all users.
9500 (handle_one_term_event): Use Gpm_DrawPointer.
9501 (Fgpm_mouse_start): Rename from Fterm_open_connection.
9502 Signal errors instead of returning nil. Always return nil.
9503 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
9504 Make it a noop if gpm-mouse was not activated.
9505 (syms_of_term): Update names.
9506
bdf5f8ef
SM
95072007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9508
75a8734b
SM
9509 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
9510 (init_sys_modes): Check that gpm_tty is the current tty.
9511
13559ee0
SM
9512 * alloc.c (allocate_terminal): Set the vector size to only count the
9513 lisp fields. Initialize those to nil.
9514 (mark_object): Don't treat terminals specially.
9515 (mark_terminal): Remove.
9516 (mark_terminals): Use mark_object instead.
9517
ff16b875
SM
9518 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
9519 the GC to the beginning.
9520
83155776
SM
9521 * indent.h:
9522 * indent.c: Use EMACS_INT for ints coming from Elisp data.
9523
bdf5f8ef
SM
9524 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
9525
ec8705b6
JR
95262007-09-25 Jason Rumney <jasonr@gnu.org>
9527
9528 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
9529
9530 * w32console.c (create_w32cons_output): Remove.
9531
9532 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
9533
9534 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
9535 (reset_sys_modes): Use reset_terminal_modes_hook.
9536
7351b242
SM
95372007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9538
9539 * eval.c (do_autoload): Don't output any message.
9540
16706228
JL
95412007-09-24 Juri Linkov <juri@jurta.org>
9542
9543 * emacs.c (standard_args): Change priority of "--no-splash"
9544 from 40 to 3. Add "--no-desktop" with the same priority.
9545
3ae2e3a3
RS
95462007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
9547
9548 * alloc.c (gc_sweep): Check cons cell mark bits word by word
9549 and optimize the case where they are all 1.
9550
7a58fb43
GM
95512007-09-23 Johannes Weiner <hannes@saeurebad.de>
9552
3ae2e3a3
RS
9553 * lisp.h (abs): Define if not defined.
9554 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
9555 Don't define `abs', since it's defined in lisp.h.
7a58fb43 9556
78048085
EZ
95572007-09-22 Eli Zaretskii <eliz@gnu.org>
9558
c7a4b95b 9559 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
78048085
EZ
9560 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
9561 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
9562 (init_tty): Use DEV_TTY instead of "/dev/tty".
9563 [WINDOWSNT]: No need to protect from NAME arg being null.
9564
23d4cba5
DN
95652007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9566
9567 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
9568 up the tty state.
9569
71f44e7a
SM
95702007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9571
9572 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
9573 (gpm_tty): Change its type.
9574 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
9575 (gpm_tty): Change its type and initialize it.
9576 (Fterm_open_connection): Check the frame is indeed a tty.
9577 Use the new gpm_tty.
9578 (Fterm_close_connection): Use the new gpm_tty.
9579 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
9580 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
9581
def7fa34
JB
95822007-09-21 Juanma Barranquero <lekktu@gmail.com>
9583
9584 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
9585 underline_color, to draw strike-through.
9586
d2bb6598
SM
95872007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9588
273f164c
SM
9589 * lisp.h (allocate_terminal): Declare.
9590
ca2d5566
SM
9591 * window.c (candidate_window_p): Consider frames that are being placed
9592 by the user as somewhere between visible and iconified.
9593 (window_loop): Prefer windows on the current frame.
9594 (Fselect_window): Move the use of select-frame to the beginning so we
9595 can just delegate all the work (it'll call us back anyway).
9596
6168122d
SM
9597 * frame.c (Qdisplay_environment_variable):
9598 * frame.h (Qdisplay_environment_variable): Delete.
9599
c51842ec
SM
9600 * .gdbinit (xbacktrace): Print the arg's address rather than the value
9601 of the first arg, since that value may be a union.
9602
d2bb6598
SM
9603 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
9604 parameter rather than Qdisplay_environment_variable. If all else
9605 fails, look for DISPLAY in initial-environment.
9606
6f022c19
GM
96072007-09-21 Glenn Morris <rgm@gnu.org>
9608
9609 * Makefile.in (emacstool): Remove target.
f466320b 9610 (lisp, shortlisp): Remove termdev.elc.
6f022c19 9611
ea1bf8c7
GM
96122007-09-21 Markus Triska <markus.triska@gmx.at>
9613
d2bb6598 9614 * xterm.c (x_delete_display): Compile session management conditionally.
ea1bf8c7 9615
d30a25b3
SM
96162007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9617
db699fc6
SM
9618 * callproc.c (getenv_internal_1): New function.
9619 (getenv_internal): Use it.
9620 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
9621
d2bb6598 9622 * terminal.c (get_terminal): Don't accept ints to represent terminals.
c5911e55
SM
9623 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
9624 (Fset_terminal_parameter): Work with dead terminals as well.
9625 (Fmodify_terminal_parameters): Remove.
9626
d30a25b3
SM
9627 * terminal.c (get_terminal): Handle terminals.
9628 Make sure the terminal returned is live.
9629 (create_terminal): Use allocate_terminal.
9630 (mark_terminals): Move to alloc.c.
9631 (delete_terminal): Use terminal->name as liveness status.
9632 NULL out fields after freeing their contents.
9633 Don't deallocate the object.
9634 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
9635 rather than an int.
9636 (Fterminal_live_p): Accept non-integer arguments.
9637 (Fterminal_list): Return terminal objects rather than an ints.
9638
9639 * alloc.c (enum mem_type): New member for `terminal' objects.
9640 (allocate_terminal): New function.
d2bb6598
SM
9641 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
9642 Handle terminals.
d30a25b3
SM
9643 (mark_terminal): New fun.
9644 (mark_terminals): Move from terminal.c.
9645
9646 * term.c (get_tty_terminal): Don't treat output_initial specially.
9647 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
9648 (delete_tty): Use terminal->name as liveness status.
9649
9650 * termhooks.h (struct terminal): Make it into a pseudovector.
9651 Remove `deleted' replaced by checking `name's nullness.
9652
9653 * print.c (print_object): Handle terminals.
9654
9655 * lisp.h (enum pvec_type): New `terminal' pseudovector.
9656 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
9657
9658 * frame.c (make_terminal_frame):
9659 * keyboard.c (tty_read_avail_input):
9660 * w32term.c (x_delete_terminal):
9661 * xfns.c (Fx_create_frame, x_create_tip_frame):
9662 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
9663
eba25e7c
GM
96642007-09-20 Glenn Morris <rgm@gnu.org>
9665
9666 * process.c (Fmake_network_process): Doc fix.
9667
2a29c3c1
JR
96682007-09-19 Jason Rumney <jasonr@gnu.org>
9669
9670 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
9671
880820fe 96722007-09-19 Michaël Cadilhac <michael@cadilhac.name>
ba1cbad7
MC
9673
9674 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
9675 Fix a C warning regarding variable constness.
9676
9677 * xterm.c (handle_one_xevent): Fix a C warning.
9678
334a1195
JR
96792007-09-18 Jason Rumney <jasonr@gnu.org>
9680
9681 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
9682
880820fe 96832007-09-17 Jan Djärv <jan.h.d@swipnet.se>
879ffad9
JD
9684
9685 * gtkutil.c (gdpy_def): New variable.
9686 (xg_initialize): Initialize gdpy_def.
9687 (xg_display_close): If no other display exists, set gdpy_def to a
9688 new connection.
9689
880820fe 96902007-09-16 Jan Djärv <jan.h.d@swipnet.se>
45c94881
JD
9691
9692 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
9693 when we have no file name for the icon.
9694 (xg_tool_bar_expose_callback): Remove.
9695 (xg_create_tool_bar): Don't connect expose signal to
9696 xg_tool_bar_expose_callback.
9697 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
9698
4d580af2
AS
96992007-09-16 Andreas Schwab <schwab@suse.de>
9700
9701 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
9702 values instead of zapping them.
9703
aca946f3
GM
97042007-09-14 Glenn Morris <rgm@gnu.org>
9705
9706 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
9707 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
9708 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
9709 scope and rename to omfib_buffer for clarity.
9710 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
9711
25c460e5
KH
97122007-09-14 Kenichi Handa <handa@m17n.org>
9713
9714 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
9715
09b69f01
JR
97162007-09-13 Jason Rumney <jasonr@gnu.org>
9717
9718 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
9719
9720 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
9721
9722 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
9723 (mac_term_init): Call here instead, passing rif.
9724
442218db
GM
97252007-09-13 Glenn Morris <rgm@gnu.org>
9726
9727 * s/hpux.h: No longer define `static' as nothing.
9728
880820fe 97292007-09-13 Johan Bockgård <bojohan@gnu.org>
4795c40f
GM
9730
9731 * callint.c (Fcall_interactively): Remove unused var `fun'.
9732
1971a872
RF
97332007-09-12 Romain Francoise <romain@orebokech.com>
9734
9735 * window.c (prefer_window_split_horizontally, display_buffer):
9736 Revert 2007-09-08 change.
9737
2d33f506
GM
97382007-09-12 Glenn Morris <rgm@gnu.org>
9739
585474ae 9740 * alloca.c: Remove file.
ca7af97a
GM
9741 * Makefile.in (alloca): Do not undef.
9742 (allocaobj, alloca.o): Remove.
9743 (otherobj): Remove allocaobj.
9744 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
9745 * regex.c (C_ALLOCA): Remove all references and code that was only
9746 used when this was defined.
9747 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
9748 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
99dfbaf1
GM
9749 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
9750
2d33f506 9751 * Makefile.in (SOURCES, unlock, relock): Delete.
ca7af97a
GM
9752
9753 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
9754 (menu_grab_callback): All uses changed.
9755
9756 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
9757 (x_reply_selection_request): All uses changed.
2d33f506 9758
18a4a65e
SM
97592007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * lread.c (load_warn_old_style_backquotes): Change message to look
9762 better when it appears in the middle of byte-compiler messages.
9763
47cc8819
DN
97642007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
9765
b7ea0894
DN
9766 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
9767
47cc8819
DN
9768 * xterm.c (x_create_terminal): Add comment.
9769
9770 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
9771
5632bd0f
RS
97722007-09-10 Richard Stallman <rms@gnu.org>
9773
9774 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
9775
880820fe 97762007-09-10 Michaël Cadilhac <michael@cadilhac.name>
ccb5c14f 9777
4bca9161
MC
9778 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
9779 (DEFUN): Document `intspec', use it instead of `prompt'.
9780
04724b69
MC
9781 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
9782
8a6d230a
MC
9783 * data.c (Finteractive_form): If the interactive specification starts
9784 with a `(', use it as a Lisp form.
9785
09fbdf6c
MC
9786 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
9787 name and file modes.
9788
ccb5c14f
MC
9789 * callint.c (Fcall_interactively): Comment fixes.
9790
023accd6
SM
97912007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9792
9793 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
9794 and compiled functions.
9795
f26b9544
EZ
97962007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
9797
9798 * window.c (prefer_window_split_horizontally): New variable.
9799 (display_buffer): Consider splitting window horizontally depending
9800 on prefer_window_split_horizontally.
9801
4d395425
EZ
98022007-09-08 Eli Zaretskii <eliz@gnu.org>
9803
97ddc760 9804 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
4d395425 9805
08c1d235
SM
98062007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9807
179cef48
SM
9808 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
9809
08c1d235
SM
9810 * frame.c (x_set_frame_parameters): Check number is positive before
9811 using XFASTINT.
9812
9813 * window.c (freeze_window_start): Don't presume selected_window holds
9814 a window object.
92f94a12 9815 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
08c1d235 9816
97ddc760 98172007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
de52dcbb
DN
9818
9819 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
9820
90ab5c62
SM
98212007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9822
9823 * window.c (Vsplit_window_preferred_function): New var.
9824 (Fdisplay_buffer): Use it.
9825 (syms_of_window): Export, and initialize it.
9826
1ab2cd43
TTN
98272007-09-06 Pixel <pixel@mandriva.com> (tiny change)
9828
9829 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
9830
0b0515bc
GM
98312007-09-06 Glenn Morris <rgm@gnu.org>
9832
57fd5c55 9833 * gtkutil.c (menu_grab_callback) <cnt>:
0b0515bc
GM
9834 * xselect.c (x_reply_selection_request) <cnt>: Move static
9835 variable to file scope.
9836
98594580
SM
98372007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9838
9839 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
9840 consistent values of selected_frame and selected_window.
9841
0f4c7aef
JR
98422007-09-04 Jason Rumney <jasonr@gnu.org>
9843
9844 * w32console.c (initialize_w32_display): Zero unused hooks.
9845
e4019195
DN
98462007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9847
9848 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
9849 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
9850
bce179b5
JR
98512007-09-04 Jason Rumney <jasonr@gnu.org>
9852
a0236551
JR
9853 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
9854 in w32console.c. Set up input. Remove XXX comments that have been
9855 confirmed as correct.
9856
a4926668
JR
9857 * s/ms-w32.h (MULTI_KBOARD): Define.
9858
953bf0dc
JR
9859 * w32console.c (one_and_only_w32cons): Remove.
9860 (initialize_w32_display): Take terminal argument.
9861
9862 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
9863 initialize_w32_display.
9864 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
9865
bce179b5
JR
9866 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
9867
9868 * keyboard.c (discard_mouse_events): Discard it.
9869 (make_lispy_event): Translate it to a lisp event.
9870 (lispy_wheel_names): Add wheel-left and right events.
9871 (syms_of_keyboard): Enlarge wheel_syms.
9872
9873 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
9874 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
9875
9876 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
9877
9878 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
9879 from WM_MOUSEHWHEEL.
9880 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
9881
9882 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
9883 terminal.
9884
9885 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
9886 keyboard for the terminal.
9887
92cd6a7c
DN
98882007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9889
9890 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
9891 (Vresume_tty_hook): Rename from Vresume_tty_functions.
9892 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
9893 and resume-tty-function to resume-tty-hook.
9894 (Fsuspend_tty, Fresume_tty): Use new names.
9895
880820fe 98962007-09-02 Jan Djärv <jan.h.d@swipnet.se>
2154c964
JD
9897
9898 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
9899 if it starts with "n:".
9900
880820fe 99012007-08-31 Jan Djärv <jan.h.d@swipnet.se>
b42ff099
JD
9902
9903 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
9904
6b8e474c
SM
99052007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9906
92d9c1d4
SM
9907 * frame.h:
9908 * frame.c (Qterm_environment_variable): Remove.
9909 (syms_of_frame): Don't init and staticpro it.
9910
92d9c1d4
SM
9911 * callproc.c (getenv_internal): Remove special case for $TERM.
9912
6b8e474c
SM
9913 * callproc.c (Vinitial_environment): New variable.
9914 (set_initial_environment): Initialize it.
9915 (syms_of_callproc): Declare it.
9916 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
9917 TERM under which a process runs is never related to the TERM in which
9918 Emacs is running.
9919
0f1444e1
DN
99202007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9921
9922 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
9923 * s/darwin.h: ... do it here.
9924
b8866860
SM
99252007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9926
9927 * lisp.h (set_initial_environment): Rename from set_global_environment.
9928
9929 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
9930 removed by mistake on the multi-tty branch.
9931
9932 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
9933 (Fmodify_frame_parameters): Return a value.
9934
9935 * image.c (png_load): Comment-out var only used in commented-out code.
9936
9937 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
9938 before passing it to mark_object.
9939
9940 * xfaces.c (internal_resolve_face_name): Return a value.
9941 (internal_resolve_face_name, resolve_face_name_error): Comment out.
9942
9943 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
9944 (x_icon): Comment-out var only used in commented-out code.
9945
0a42be6d
RF
99462007-08-29 Romain Francoise <romain@orebokech.com>
9947
9948 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
9949 QUIT hasn't been provided.
9950
8d9cc0b7
MB
99512007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9952
9953 * callproc.c (child_setup, getenv_internal): Use the
ce20b664 9954 display-environment-variable and term-environment-variable frame params.
8d9cc0b7
MB
9955 (set_initial_environment): Initialise Vprocess_environment.
9956
9957 * config.in: Disable multi-keyboard support on a mac.
9958
9959 * frame.c (Qterm_environment_variable)
9960 (Qdisplay_environment_variable): New variables.
9961 (syms_of_frame): Intern and staticpro them.
9962 (Fmake_terminal_frame): Disable output method test.
9963
9964 * frame.h: Declare them here.
9965
9966 * macfns.c (x_set_mouse_color): Get rif from the frame.
9967 (x_set_tool_bar_lines): Don't use updating_frame.
9968 (mac_window): Add 2 new parameters for consistency with other systems.
9969 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
9970 frame parameters following what is done in X11 and w32. Don't use
9971 FRAME_MAC_DISPLAY_INFO.
9972 (Fx_open_connection, start_hourglass): Remove window-system check.
9973 (x_create_tip_frame): Get the keyboard from the terminal.
9974
9975 * macmenu.c: Reorder includes.
9976 (Fx_popup_menu): Use terminal specific mouse_position_hook.
9977
9978 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
9979 terminal parameter.
9980 (x_clear_frame): Add a frame parameter.
9981 (note_mouse_movement): Get rif from the frame.
9982 (mac_term_init): Initialize the terminal.
9983 (mac_initialize): Make static and move terminal initialization ...
9984 (mac_create_terminal): ... to this new function.
9985
9986 * macterm.h (struct mac_display_info): Add terminal.
7196c970 9987 (mac_initialize): Delete declaration.
8d9cc0b7 9988
381864b2 9989 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
8d9cc0b7
MB
9990
9991 * sysdep.c: Comment out text after #endif.
9992
9993 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
9994 is defined. Better initialize ttys in windows. Use terminal
9995 specific mouse_position_hook.
9996
9997 * termhooks.h (union display_info): Add mac_display_info.
9998
b8866860
SM
9999 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
10000 Set the default minibuffer frame, window_system and the rest of the
8d9cc0b7
MB
10001 frame parameters following what is done in X11.
10002
10003 * w32term.c (w32_initialize): Make static.
10004
10005 * xselect.c (x_handle_selection_clear): Only access
10006 terminal->kboard when MULTI_KBOARD is defined.
10007
10008 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
10009 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
10010
100112007-08-29 Jason Rumney <jasonr@gnu.org>
10012
10013 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
10014 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
10015
10016 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
10017 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
10018
10019 * keyboard.c (restore_kboard_configuration): Only define when
10020 MULTI_KBOARD defined.
10021
35277b03 10022 * makefile.w32-in: Update dependancies from Makefile.in.
8d9cc0b7
MB
10023 (OBJ1): Add terminal.$(O)
10024
b8866860
SM
10025 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
10026 Don't define function body.
8d9cc0b7
MB
10027 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
10028
10029 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
10030
10031 * w32.c (request_sigio, unrequest_sigio): Remove.
10032
10033 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
10034 (w32con_clear_frame, w32con_clear_end_of_line)
10035 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
10036 (w32con_delete_glyphs, w32con_set_terminal_window)
10037 (scroll_line, w32_sys_ring_bell): Add frame arg.
b8866860
SM
10038 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
10039 Add terminal arg.
8d9cc0b7
MB
10040 (PICK_FRAME): Remove.
10041 (w32con_write_glyphs): Use frame specific terminal coding.
10042 (one_and_only_w32cons): New global variable.
10043 (initialize_w32_display): Use it for storing hooks.
10044 (create_w32cons_output): New function.
10045
10046 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
10047 arg a frame.
10048
b8866860
SM
10049 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
10050 Set window_system.
8d9cc0b7
MB
10051 (x_set_tool_bar_lines): Don't use updating_frame.
10052 (Fx_create_frame): Set terminal and ref count.
10053 (Fx_open_connection): Remove window-system check.
10054
10055 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
10056
10057 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
10058 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
10059 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
10060 Add frame arg.
10061 (x_delete_terminal, w32_create_terminal): New functions.
10062 (w32_term_init): Create a terminal.
10063 (w32_initialize): Move terminal specific initialization to
10064 w32_create_terminal.
10065
b8866860 10066 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
8d9cc0b7
MB
10067 (w32_clear_rect, w32_clear_area): Use background from frame.
10068 (w32_display_info): Add terminal.
10069 (w32_sys_ring_bell, x_delete_display): Declare here.
10070
10071 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
10072
10073 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
10074
100752007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
10076
10077 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
10078 Fix get_named_tty calls for the controlling tty.
10079
100802007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10081
10082 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
10083
100842007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
10085
10086 * term.c (tty_insert_glyphs): Add missing first parameter.
10087
880820fe 100882007-08-29 Károly Lőrentey <karoly@lorentey.hu>
8d9cc0b7 10089
b8866860
SM
10090 * buffer.c (Fbuffer_list, Fbury_buffer):
10091 Take frame->buried_buffer_list into account.
8d9cc0b7
MB
10092
10093 * cm.c (current_tty): New variable, for cmputc().
10094 (cmputc): Use it.
10095 (cmcheckmagic): Add tty parameter, look up terminal streams there.
10096 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
b8866860
SM
10097 (cmgoto): Add tty parameter. Pass it on to calccost().
10098 Use emacs_tputs() instead of tputs().
8d9cc0b7
MB
10099
10100 * cm.h (emacs_tputs): New macro to set current_tty, and then call
10101 tputs().
10102 (current_tty): New variable, for cmputc().
10103 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
10104
10105 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
10106 (internal_condition_case, internal_condition_case_1)
10107 (internal_condition_case_2): Don't abort when x_catching_errors.
10108
10109 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
10110 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
10111 prevent crashes caused by bogus longjmps in read_char.
10112
10113 * keymap.h (Fset_keymap_parent): Add EXFUN.
10114
10115 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
10116 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
10117 Remove redundant definition.
10118
b8866860
SM
10119 * macfns.c (x_set_mouse_color, x_make_gc):
10120 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7 10121
b8866860
SM
10122 * w32term.c (x_free_frame_resources):
10123 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
10124 (w32_initialize): Use the accessor macros for terminal characteristics.
10125
10126 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
10127 Use the accessor macros for terminal characteristics.
10128 * msdos.c (internal_terminal_init): Use the accessor macros for
10129 terminal characteristics.
b8866860
SM
10130 (ScreenVisualBell, internal_terminal_init):
10131 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
10132
10133 * termopts.h (no_redraw_on_reenter): Declare.
10134
10135 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
03f06e5c 10136 (mark_terminals, mark_ttys): Declare.
8d9cc0b7 10137 (Fgarbage_collect): Call them.
03f06e5c 10138 (mark_object): Mark buried_buffer_list.
8d9cc0b7
MB
10139
10140 * prefix-args.c: Include stdlib.h for exit.
10141
10142 * syssignal.h: Add comment.
10143
10144 * indent.c: Include stdio.h.
10145
10146 * window.h (Vinitial_window_system): Declare.
10147 (Vwindow_system): Delete declaration.
10148
10149 * fontset.c (Finternal_char_font): Use FRAME_RIF.
10150
10151 * image.c (lookup_image): Don't initialize `c' until the xasserts
10152 have been run.
10153
10154 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
10155 FRAME_FOREGROUND_PIXEL.
10156
10157 * print.c (print_preprocess): Don't lose print_depth levels while
10158 iterating.
10159
b8866860
SM
10160 * widget.c (update_from_various_frame_slots):
10161 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
10162
10163 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
10164 frames.
10165 (window_internal_height): Remove bogus make_number call.
b8866860 10166 (init_window_once): Call make_terminal_frame with two zero parameters.
8d9cc0b7
MB
10167
10168 * fileio.c (Fread_file_name): Update comment.
10169
b8866860
SM
10170 * callint.c (Fcall_interactively):
10171 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
8d9cc0b7
MB
10172 Make sure it is correctly unwound.
10173
10174 * xsmfns.c (x_session_close): New function.
10175
03f06e5c 10176 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
8d9cc0b7
MB
10177 Delete declarations.
10178
10179 * xterm.h: Remove declaration for x_fully_uncatch_errors.
10180 (x_output): Remove background_pixel and foreground_pixel fields.
03f06e5c 10181 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
8d9cc0b7
MB
10182 (x_delete_device):
10183 (x_session_close): Declare.
10184
10185 * lread.c: Include setjmp.h. Update declaration of `read_char'.
10186 (read_filtered_event): Call `read_char' with a local
10187 `wrong_kboard_jmpbuf'.
10188
b8866860
SM
10189 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
10190 Don't call single_kboard_state. Use FRAME_RIF.
8d9cc0b7
MB
10191
10192 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
10193 systems.
10194
b8866860 10195 * lisp.h (set_process_environment): Rename to `set_global_environment'.
03f06e5c 10196 (Fframe_with_environment, Fset_input_meta_mode)
8d9cc0b7 10197 (Fset_quit_char): EXFUN.
03f06e5c 10198 (x_create_device, tty_output, terminal, tty_display_info): Declare.
8d9cc0b7
MB
10199 (init_sys_modes, reset_sys_modes): Update prototypes.
10200 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
10201
b8866860
SM
10202 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
10203 Vlocal_key_translation_map, and Vkeyboard_translate_table.
03f06e5c 10204 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
8d9cc0b7 10205 Delete declarations.
03f06e5c
JB
10206 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
10207 (temporarily_switch_to_single_kboard, tty_read_avail_input):
8d9cc0b7
MB
10208 New declarations.
10209
10210 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
10211 already does that during init_display(). Call syms_of_keymap
b8866860
SM
10212 before syms_of_keyboard. Call `syms_of_terminal'.
10213 Call set_initial_environment, not set_process_environment.
8d9cc0b7
MB
10214 (shut_down_emacs): Call reset_all_sys_modes() instead of
10215 reset_sys_modes().
10216
10217 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
03f06e5c
JB
10218 (internal_resolve_face_name, resolve_face_name_error): New functions.
10219 (resolve_face_name): Protect against loops and errors thrown by Fget.
10220 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
8d9cc0b7
MB
10221 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
10222
10223 * scroll.c: Replace CURTTY() with local variables throughout the
10224 file (where applicable).
10225 (calculate_scrolling, calculate_direct_scrolling)
10226 (scrolling_1, scroll_cost): Use the accessor macros for terminal
10227 characteristics.
10228
10229 * keymap.c (Vfunction_key_map): Remove.
b8866860 10230 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
8d9cc0b7
MB
10231 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
10232 (Vkey_translation_map): Remove.
10233 (syms_of_keymap): Remove DEFVAR for key-translation-map.
10234 (Fdescribe_buffer_bindings):
10235 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
10236 Update for terminal-local key-translation-map.
10237
10238 * Makefile.in (callproc.o): Update dependencies.
10239 (lisp, shortlisp): Add termdev.elc.
10240 (obj): Add terminal.o.
10241 (terminal.o): Add dependencies.
10242 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
10243 (data.o, fns.o): Add termhooks.h dependency.
10244 (SOME_MACHINE_LISP): Add dnd.elc.
10245 (minibuf.o): Fix typo.
10246 Update dependencies.
10247
10248 * data.c (do_symval_forwarding, store_symval_forwarding)
10249 (find_symbol_value): Use the selected frame's keyboard, not
10250 current_kboard.
10251
10252 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
10253 Vwindow_system.
10254
10255 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
10256 Fmenu_bar_open.
10257 (syms_of_xmenu): Update defsubr.
10258 (mouse_position_for_popup, Fx_popup_menu)
10259 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
10260 (set_frame_menubar, free_frame_menubar)
10261 (create_and_show_popup_menu, xmenu_show, )
10262 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
10263 an X frame.
10264
10265 * xselect.c (x_own_selection): Abort if not an X frame.
10266 (some_frame_on_display): Check if it is an X frame.
10267 (x_handle_selection_clear): Deal with MULTI_KBOARD.
10268
10269 * coding.c: Include frame.h and termhooks.h.
03f06e5c 10270 (terminal_coding, keyboard_coding): Delete.
8d9cc0b7
MB
10271 (Fset_terminal_coding_system_internal):
10272 (Fset_keyboard_coding_system_internal):
10273 (Fkeyboard_coding_system):
03f06e5c
JB
10274 (Fterminal_coding_system): Add a terminal parameter.
10275 Get terminal_coding from the terminal.
8d9cc0b7
MB
10276 (init_coding_once): Don't call setup_coding_system here.
10277
10278 * dispextern.h (set_scroll_region, turn_off_insert)
10279 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
10280 (tty_clear_end_of_line, tty_setup_colors)
03f06e5c 10281 (delete_tty, updating_frame)
8d9cc0b7
MB
10282 (produce_special_glyphs, produce_glyphs, write_glyphs)
10283 (insert_glyphs): Remove.
10284 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
03f06e5c 10285 (tty_turn_off_highlight, get_tty_size): Add declaration.
b8866860 10286 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
8d9cc0b7
MB
10287
10288 * frame.h (enum output_method): Add output_initial.
10289 (struct x_output): Delete.
b8866860
SM
10290 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
10291 Access foreground_pixel and background_pixel directly from the frame.
8d9cc0b7
MB
10292 (tty_display): Delete.
10293 (struct frame): Add buried_buffer_list, foreground_pixel,
03f06e5c 10294 background_pixel and terminal. Delete kboard
8d9cc0b7
MB
10295 (union output_data): Add tty.
10296 (FRAME_KBOARD): Get the kboard from the terminal.
10297 (FRAME_INITIAL_P): New macro.
10298 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
10299 (Qterm_environment_variable, Qdisplay_environment_variable)
b8866860
SM
10300 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
10301 New declarations.
8d9cc0b7
MB
10302
10303 * termchar.h (tty_output, tty_display_info): New structures.
10304 (tty_list): Declare.
10305 (FRAME_TTY, CURTTY): New macros.
10306 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
10307 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
10308 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
10309 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
10310
10311 * callproc.c: Include frame.h and termhooks.h, for terminal
10312 parameters.
10313 (add_env): New function.
10314 (child_setup): Use it.
b8866860 10315 (child_setup, getenv_internal): Handle the new Vprocess_environment.
8d9cc0b7
MB
10316 (getenv_internal): Fix get_terminal_param call.
10317 (Fgetenv_internal, egetenv): Update doc.
10318 (syms_of_callproc): Initialize Vprocess_environment to nil.
03f06e5c 10319 Register and initialize them. Remove obsolete defvars. Update doc
8d9cc0b7
MB
10320 strings.
10321 (child_setup): Handle Vlocal_environment_variables.
b8866860
SM
10322 (getenv_internal): Add terminal parameter.
10323 Handle Vlocal_environment_variables.
8d9cc0b7
MB
10324 (Fgetenv_internal): Add terminal parameter.
10325 (child_setup, getenv_internal, Fgetenv_internal): Store the local
b8866860 10326 environment in a frame (not terminal) parameter. Update doc strings.
8d9cc0b7
MB
10327 (set_initial_environment): Rename from set_global_environment.
10328 Store Emacs environment in initial frame parameter.
10329
10330 * xdisp.c (redisplay_internal): Update references to
10331 `previous_terminal_frame'.
10332 (display_mode_line, Fformat_mode_line): Replace calls to
10333 `push_frame_kboard' with `push_kboard'.
10334 (get_glyph_string_clip_rects): Add extra parentheses and
10335 braces to prevent compiler warnings.
10336 (calc_pixel_width_or_height): Add xassert to check that the
10337 frame is alive. Don't call `lookup_image' on a termcap frame.
10338 (message2_nolog, message3_nolog, redisplay_internal)
10339 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
10340 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
10341 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
10342 (Fx_display_pixel_width, Fx_display_pixel_height)
10343 (Fx_display_planes, Fx_display_color_cells)
10344 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
10345 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
10346 (Fx_display_backing_store, Fx_display_visual_class)
10347 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
97ddc760 10348 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
8d9cc0b7
MB
10349
10350 * xfns.c (x_set_foreground_color x_set_background_color)
b8866860
SM
10351 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
10352 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
10353 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
10354 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
10355 terminal that is being deleted.
10356 (Fx_create_frame): Use `store_frame_param' to set `window-system'
b8866860 10357 frame parameter, and make sure it overrides any user-supplied setting.
8d9cc0b7
MB
10358 (Fx_close_connection, Fx_synchronize): Unify argument names with
10359 the rest of the DEFUNs.
10360
10361 * dispnew.c (Fsend_string_to_terminal): Update call to
10362 `get_tty_terminal'.
10363 (Fredraw_frame, Fsend_string_to_terminal)
2d33f506 10364 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
8d9cc0b7
MB
10365 FRAME_TERMCAP_P and FRAME_TTY.
10366 (window_change_signal): Don't believe width/height values that are
10367 impossibly small.
10368 (Vinitial_window_system): Rename from Vwindow_system.
10369 (termscript, Wcm, rif): Delete.
10370
10371 * termhooks.h (struct terminal): New struct containing the
10372 previously global text display hooks and new members NAME,
10373 DELETED and PARAM_ALIST.
10374 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
10375 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
10376 (FRAME_RIF): New macros.
10377 (get_terminal_param, get_device): New declarations.
10378 (termscript): Delete declaration.
10379
10380 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
10381 (XTflash, x_free_frame_resources, x_scroll_bar_create)
10382 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
10383 FRAME_FOREGROUND_PIXEL.
10384 (x_fully_uncatch_errors): Disable definition.
10385 (x_scroll_bar_expose): Fix reference to foreground pixel.
10386 (XTread_socket): Disable loop on all X displays.
10387 (x_delete_terminal): Don't set terminal->deleted and let
10388 delete_terminal delete the frames on the terminal.
10389 (x_delete_display): Doc update to reflect changes in
10390 delete_terminal.
10391 (x_display_info) <terminal>: Move member earlier in the struct.
8d9cc0b7
MB
10392 (deleting_tty): Remove old variable.
10393 (Fsuspend_tty): Call clear_tty_hooks.
10394 (Fresume_tty, init_tty): Call set_tty_hooks.
8d9cc0b7
MB
10395 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
10396 errors on X frames.
10397 (x_catch_errors_unwind): Abort if x_error_message is NULL.
10398 (handle_one_xevent): Initialize `f' to NULL.
9cab96b0 10399 (x_delete_terminal, x_create_terminal): New functions.
8d9cc0b7
MB
10400 (XTset_terminal_modes, XTreset_terminal_modes)
10401 (XTread_socket, x_connection_closed, x_term_init)
10402 (x_term_init, x_delete_display): Add terminal parameter.
10403 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
10404 X connections.
10405
bf380f53
GM
10406 * frame.c: Include termchar.h.
10407 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
10408 (Qwindow_system, Qenvironment, Qterm_environment_variable)
10409 (Qdisplay_environment_variable): New vars.
10410 (Fframep): Deal with output_initial.
10411 (Fframe-live-p): Doc fix.
10412 (Fwindow-system): New function.
8d9cc0b7
MB
10413 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
10414 (make_terminal_frame): Don't create frames on a terminal that is
bf380f53 10415 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
b8866860 10416 (store_frame_param): Check for found_for_frame before calling XFRAME.
8d9cc0b7
MB
10417 (Fmake_terminal_frame): Handle NULL tty names correctly.
10418 (syms_of_frame): Enhance doc string of `default-frame-alist'.
bf380f53
GM
10419 (Fdelete_frame): Remove unused variable `count'. Don't allow other
10420 frames to refer to a deleted frame in their 'environment parameter.
8d9cc0b7 10421 (Fframe_with_environment): New function.
b8866860 10422 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
8d9cc0b7
MB
10423 (get_future_frame_param): New function.
10424 (Fmake_terminal_frame): Use it.
2d33f506 10425 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
8d9cc0b7
MB
10426
10427 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
10428 * sysdep.c (reset_sys_modes): Update for renames.
10429
10430 * keyboard.c (tty_read_avail_input): New function.
03f06e5c 10431 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
8d9cc0b7
MB
10432 (syms_of_keyboard): Defsubr them.
10433 (Fset_input_meta_mode, Fset_quit_char): New functions.
10434 (Fset_input_mode): Split to above functions.
10435
10436 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
10437 parameter. Use it in call to `read_char'.
b8866860
SM
10438 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
10439 Set wrong_kboard_jmpbuf correctly in recursive calls.
10440 Use current_kboard to access Vkeyboard_translate_table.
10441 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
10442 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
10443 Update longjmp invocations. Remember the original current_kboard,
10444 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
10445 changes it. Comment out unnecessary calls to
10446 `record_single_kboard_state' and `any_kboard_state'.
10447 Update recursive calls.
8d9cc0b7
MB
10448 (wrong_kboard_jmpbuf): Remove global variable.
10449 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
10450 Handle deleted interrupted_kboards correctly; that is a legal
10451 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
b8866860 10452 and read_char calls. Abort if interrupted_kboard died in read_char.
8d9cc0b7
MB
10453 (any_kboard_state, single_kboard_state)
10454 (push_frame_kboard): Remove function.
10455 (pop_kboard): Switch out of single_kboard mode if the kboard has
03f06e5c
JB
10456 been deleted. Remove unused variable. Help debugging by not
10457 changing current_kboard unnecessarily. Set current_kboard to the
8d9cc0b7
MB
10458 kboard of the selected frame when the stored kboard object has
10459 been deleted before pop_kboard.
10460 (temporarily_switch_to_single_kboard): Change first parameter to a
10461 frame pointer. Throw an error when caller wants to change kboards
10462 while in single_kboard mode. Don't push_kboard if we weren't in
10463 single kboard state. Don't pop_kboard if we popped into any
10464 kboard state.
10465 (restore_kboard_configuration): Abort if pop_kboard changed the
03f06e5c 10466 kboard in single_kboard mode. Call pop_kboard only after setting
8d9cc0b7
MB
10467 up single_kboard mode.
10468 (Frecursive_edit): Switch to single_kboard mode only in nested
10469 command loops.
b8866860
SM
10470 (cmd_error, command_loop, command_loop_1, timer_check):
10471 Comment out unnecessary call to `any_kboard_state' and
8d9cc0b7
MB
10472 `record_single_kboard_state'.
10473 (delete_kboard): Exit single_kboard mode if we have just deleted
03f06e5c 10474 that kboard. Use FRAME_KBOARD.
8d9cc0b7
MB
10475 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
10476 `fatal_error_signal'.
10477 (record_single_kboard_state): Don't push_kboard if we weren't in
10478 single kboard state. Don't pop_kboard if we popped into any
10479 kboard state.
10480 (push_frame_kboard): Rename to push_kboard.
10481 (kbd_buffer_get_event): Use FRAME_TERMINAL.
10482 (read_avail_input): Read input from all terminals.
10483 (mark_kboards): Also mark Vkeyboard_translate_table.
10484 (kbd_buffer_store_event_hold): Simplify condition.
10485 (read_key_sequence): Reinitialize fkey and keytran at each replay.
10486 (Vkeyboard_translate_table): Move to struct kboard.
10487 (init_kboard): Initialize Vkeyboard_translate_table.
10488 (syms_of_keyboard): Use DEFVAR_KBOARD to define
10489 Vkeyboard_translate_table. Update doc strings. Update docs of
10490 local-function-key-map and function-key-map.
10491
10492 * terminal.c: New file.
10493
10494 * term.c: Include errno.h.
10495 (Vring_bell_function, device_list, initial_device)
10496 (next_device_id, ring_bell, update_begin, update_end)
10497 (set_terminal_window, cursor_to, raw_cursor_to)
10498 (clear_to_end, clear_frame, clear_end_of_line)
10499 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
10500 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
10501 (syms_of_term): Move their initialization to terminal.c.
10502 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
10503 (Ftty_display_color_cells)
10504 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
9cab96b0 10505 (clear_tty_hooks, set_tty_hooks)
8d9cc0b7
MB
10506 (init_tty, maybe_fatal): New functions.
10507 (Ftty_type): Return nil if terminal is not on a tty instead of
10508 throwing an error. Doc update.
10509 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
03f06e5c 10510 Doc update. Initialize new subrs and variables.
8d9cc0b7
MB
10511 (delete_tty): Use terminal->deleted.
10512 (tty_set_terminal_modes): Rename from set_terminal_modes.
10513 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
10514 (set_scroll_region): Rename to `tty_set_scroll_region'.
10515 (turn_on_insert): Rename to `tty_turn_on_insert'.
10516 (turn_off_insert): Rename to `tty_turn_off_insert'.
10517 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
10518 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
10519 (toggle_highligh): Rename to `tty_toggle_highlight'.
10520 (background_highlight): Rename to `tty_background_highlight'.
10521 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
10522 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
10523 (tty_set_scroll_region, tty_background_highlight)
10524 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
10525 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
10526 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
10527 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
10528 Add static modifier.
10529 (tty_reset_terminal_modes, tty_set_terminal_window)
10530 (tty_set_scroll_region, tty_background_highlight)
10531 (tty_highlight_if_desired, tty_cursor_to)
10532 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
10533 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
10534 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
10535 renames.
10536
880820fe 105372007-08-28 Jan Djärv <jan.h.d@swipnet.se>
cf0590c4
JD
10538
10539 * keyboard.c: Qrtl is new.
10540 (parse_tool_bar_item): Handle :rtl keyword.
10541 (syms_of_keyboard): Intern :rtl keyword.
10542
10543 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
10544
10545 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
10546 so no Lisp code is executed.
10547 (file_for_image, find_rtl_image): New functions.
10548 (xg_get_image_for_pixmap): Use file_for_image
10549 (update_frame_tool_bar): If direction is RTL, use RTL image if
10550 defined. Use Gtk stock images if defined.
10551
83cc8d35
YM
105522007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10553
10554 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
10555 for nonexistent or zero-width glyph in composition glyph.
10556
e60c4e15
SM
105572007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10558
d7e2a28f
SM
10559 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
10560
e60c4e15
SM
10561 * xdisp.c (Finvisible_p): New function.
10562 (syms_of_xdisp): defsubr it.
10563
ee163e6d
JB
105642007-08-24 Juanma Barranquero <lekktu@gmail.com>
10565
10566 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
10567 Doc fixes.
10568
90fa408d
YM
105692007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10570
35277b03 10571 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
90fa408d 10572
cac4219c
MR
105732007-08-24 Martin Rudalics <rudalics@gmx.at>
10574
10575 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
10576 whether decoding has modified buffer contents.
10577
5fc9fdeb
JR
105782007-08-24 Jason Rumney <jasonr@gnu.org>
10579
10580 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
10581 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
10582 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
10583 (init_svg_functions) [HAVE_NTGUI]: New function.
10584 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
10585 (svg_load_image): Use them.
10586 (svg_load_image) [HAVE_NTGUI]: Implement background.
10587
93b23406
YM
105882007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10589
10590 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
10591 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
10592 (LIBX): Remove @RSVG_LIBS@.
10593 (LIBES): Add $(RSVG_LIBS).
10594
10595 * image.c (svg_load_image): Blend with specified background if exists.
10596 Use IMAGE_BACKGROUND. Add Mac OS Support.
10597
10598 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
10599 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
10600 Remove macros.
10601 [MAC_OSX] (socket_callback): Do nothing.
10602 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
10603 ReceiveNextEvent.
10604 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
10605 socket_callback.
10606 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
10607
2467875c
GM
106082007-08-22 Glenn Morris <rgm@gnu.org>
10609
ff8da443 10610 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
2467875c 10611
4ab27a43
GM
106122007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
10613
10614 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
ff8da443 10615
666e0eda
GM
10616 * image.c: Add support for SVG images. Some additional comments
10617 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
10618 (svg_image_p): New function to test for SVG image.
10619 (svg_load): New function to load SVG image.
10620 (svg_load_image): New function, helper for svg_load.
10621 (Qsvg): New Lisp_object.
10622 (svg_keyword_index): New enum.
10623 (svg_format): New static `image_keyword' struct.
10624 (svg_type): New static `image_type' struct.
10625 (librsvg/rsvg.h): Include it.
4ab27a43 10626
b636b4c1
SM
106272007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10628
10629 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
10630
9ecb827b
SM
106312007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10632
1d064697
SM
10633 * lread.c (Qold_style_backquotes): New var.
10634 (syms_of_lread): Init and staticpro it.
10635 (load_warn_old_style_backquotes): New fun.
10636 (Fload): Use them to warn about old style backquotes.
10637 (end_of_file_error, Fload): Remove unused vars.
10638
5772ed4b
SM
10639 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
10640
9ecb827b 10641 * lread.c (Vold_style_backquotes): New var.
5aa273b0 10642 (syms_of_lread): Init and export it to Elisp.
9ecb827b
SM
10643 (read1): Set it when we find an old-style (back)quote.
10644
32e1c7b1
JR
106452007-08-22 Jason Rumney <jasonr@gnu.org>
10646
10647 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
10648
b8fa755b
KY
106492007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10650
10651 * puresize.h (BASE_PURESIZE): Increase to 1140000.
10652
1283140e
RS
106532007-08-19 Richard Stallman <rms@gnu.org>
10654
10655 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
10656
2c4685ee
AS
106572007-08-19 Andreas Schwab <schwab@suse.de>
10658
10659 * alloc.c (pure): Round PURESIZE up.
10660
880820fe 106612007-08-17 Jan Djärv <jan.h.d@swipnet.se>
e8953ebf
JD
10662
10663 * xterm.c (handle_one_xevent): Remove check that mouse click is in
10664 active frame.
10665
6e33efc4
RS
106662007-08-16 Richard Stallman <rms@gnu.org>
10667
10668 * eval.c (Fcommandp): Add parens to clarify.
10669
10670 * minibuf.c (Fall_completions): Use enum for type of table.
10671
10672 * emacs.c (USAGE2): Improve text.
10673
fcf8ff2e
GM
106742007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
10675
5205ee62
GM
10676 * term.c (tty_default_color_capabilities): Declare static
10677 variables in file scope, to avoid HPUX compiler problem.
fcf8ff2e 10678
880820fe 106792007-08-13 Jan Djärv <jan.h.d@swipnet.se>
81d13a51
JD
10680
10681 * gtkutil.c (update_frame_tool_bar): Use -1 as index
10682 to gtk_toolbar_insert.
10683
4a181359
SM
106842007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10685
1bc99c9c
SM
10686 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
10687
4a181359
SM
10688 * insdel.c (reset_var_on_error): New fun.
10689 (signal_before_change, signal_after_change):
10690 Use it to reset (after|before)-change-functions to nil in case of error.
10691 Bind inhibit-modification-hooks to t.
10692 Don't bind (after|before)-change-functions to nil while they run.
10693
6c28435c
YM
106942007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10695
10696 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
10697 filling pixmap with stippled background.
10698
ad3b3e02
YM
106992007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10700
10701 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
10702 Don't use invisible frame as parent window for repositioning.
10703
a22dec27
SM
107042007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10705
10706 * print.c (new_backquote_output): Rename from old_backquote_output.
10707 (print): Inverse its logic (according to its name) so as to match the
10708 behavior of new_backquote_flag in lread.c.
10709
7b7d07bb
YM
107102007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10711
10712 * gmalloc.c (posix_memalign): New function.
10713
10714 * macterm.c (frame_highlight, frame_unhighlight): Don't call
10715 ActivateControl/DeactivateControl here.
10716 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
10717 frame-notice-user-settings is non-nil.
10718 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
10719 for kEventParamFMFontStyle.
10720 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
10721 mac_pass_command_to_system and mac_pass_control_to_system here.
10722 (XTread_socket): Call ActivateControl/DeactivateControl here.
10723 (XTread_socket) [TARGET_API_MAC_CARBON]:
10724 Check mac_pass_command_to_system and mac_pass_control_to_system here.
f9426479
YM
10725 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
10726 for window repositioning.
7b7d07bb 10727
22e9fe24
GM
107282007-08-08 Glenn Morris <rgm@gnu.org>
10729
10730 * Replace `iff' in doc-strings and comments.
10731
ae494350
CY
107322007-08-07 Chong Yidong <cyd@stupidchicken.com>
10733
10734 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
10735
6f2528d8
MR
107362007-08-07 Martin Rudalics <rudalics@gmx.at>
10737
10738 * fileio.c (Finsert_file_contents): Run format-decode and
10739 after_insert_file_functions on entire buffer when REPLACE is
10740 non-nil and inhibit modification_hooks and point_motion_hooks.
10741 For consistency, run after_insert_file_functions iff something
10742 got inserted. Move signal_after_change and update_compositions
10743 after code running after_insert_file_functions. Make sure that
6b8e474c 10744 undo_list doesn't record intermediate steps of the decoding process.
6f2528d8 10745
3ceeb306
YM
107462007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10747
10748 * emacs.c (main)
10749 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
10750 Call malloc_enable_thread on interactive startup.
10751
10752 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
7b7d07bb
YM
10753 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
10754 [USE_PTHREAD]: Conditionalize with it.
3ceeb306
YM
10755 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
10756 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
10757 New functions.
10758
ca5e6fd5
CY
107592007-08-06 Chong Yidong <cyd@stupidchicken.com>
10760
32bfce5d
CY
10761 * xdisp.c (redisplay_window): When restoring original buffer
10762 position, make sure it is still valid.
10763
ca5e6fd5
CY
10764 * image.c (png_load): Ignore png-supplied background color.
10765
a5b11587
YM
107662007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10767
10768 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
10769 Use kCFAbsoluteTimeIntervalSince1970.
10770
10771 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
10772 New variable.
10773 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
10774 event loop should be quit.
10775 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
10776 Quit dialog event loop if quit_dialog_event_loop is set.
10777
10778 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
10779 (Selection): New typedef. Use instead of ScrapRef.
10780 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
10781 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
10782 (mac_clear_selection): Rename from clear_scrap.
10783 (get_flavor_type_from_symbol): New argument SEL and subsume function of
ff8da443 10784 scrap_has_target_type. All uses changed.
a5b11587
YM
10785 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
10786 (mac_selection_has_target_p): New functions.
10787 (mac_put_selection_value): Rename from put_scrap_string.
10788 (mac_get_selection_value): Rename from get_scrap_string.
10789 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
10790 (put_scrap_private_timestamp, scrap_has_target_type)
10791 (get_scrap_private_timestamp): Remove functions.
10792 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
10793 (x_own_selection, x_get_local_selection):
10794 Use mac_valid_selection_value_p.
10795 (x_own_selection): Don't use put_scrap_private_timestamp.
10796 Record OWNERSHIP-INFO into Vselection_alist instead.
10797 (x_get_local_selection): Don't check type if request is local.
10798 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
10799 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
10800
880820fe 108012007-08-04 Jan Djärv <jan.h.d@swipnet.se>
991bde0d
JD
10802
10803 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
10804 add comment explaining why.
10805
73ff9d42
RS
108062007-08-03 Richard Stallman <rms@gnu.org>
10807
10808 * fileio.c (Fvisited_file_modtime): Use make_time.
10809
54ed9a2d 108102007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
cdf5c17a
VJL
10811
10812 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
10813 build.
10814
65a9c8e2
SM
108152007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
10816
10817 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
10818
c5925799
KY
108192007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
10820
10821 * puresize.h (BASE_PURESIZE): Increase to 1130000.
10822
adef3de7
RS
108232007-07-30 Richard Stallman <rms@gnu.org>
10824
10825 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
10826
880820fe 108272007-07-29 Jan Djärv <jan.h.d@swipnet.se>
784c1472
JD
10828
10829 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
10830
a10421a1
NR
108312007-07-28 Nick Roberts <nickrob@snap.net.nz>
10832
10833 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
10834 remote default-directory.
10835
10836 * buffer.c (mode-line-format): Update doc string.
10837
0cb1ae20
YM
108382007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10839
10840 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
10841 scroll bar gap.
10842 (x_scroll_bar_create): Set bar->fringe_extended_p.
10843 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
10844 on frame edge. Check fringe background extension. Don't clear
10845 extended fringe background area.
10846
10847 * w32term.h (struct scroll_bar): New member fringe_extended_p.
10848 (w32_fill_area): Enclose multiple statements with do ... while (0).
10849
10850 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
10851 Extend fringe background to scroll bar gap.
10852 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
10853 Set bar->fringe_extended_p.
10854 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
10855 Put leftmost/rightmost scroll bars on frame edge. Check fringe
10856 background extension. Don't clear extended fringe background area.
10857
10858 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
10859 New member fringe_extended_p.
10860
cacc7b51
GM
108612007-07-25 Glenn Morris <rgm@gnu.org>
10862
10863 * Relicense all FSF files to GPLv3 or later.
10864
10865 * COPYING: Switch to GPLv3.
10866
89835619
SM
108672007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10868
c4f46926
SM
10869 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
10870
10871 * data.c (Finteractive_form): Check for the presence of an
10872 `interactive-form' symbol property more thoroughly.
10873
10874 * data.c (Finteractive_form): Use an `interactive-form' property if
89835619
SM
10875 present, analogous to the function-documentation property.
10876
ee04257d
JR
108772007-07-24 Jason Rumney <jasonr@gnu.org>
10878
10879 * w32fns.c (x_real_positions): Get real position from OS instead of
10880 calculating it.
10881
50624218
JR
108822007-07-23 Jason Rumney <jasonr@gnu.org>
10883
10884 * filelock.c (current_lock_owner): Allow for @ sign in username.
10885
3650f60e
NR
108862007-07-22 Nick Roberts <nickrob@snap.net.nz>
10887
10888 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
10889 remote default-directory.
10890
10891 * buffer.c (mode-line-format): Describe above case in doc string.
10892
1e899515 108932007-07-20 Eli Zaretskii <eliz@gnu.org>
b395d6e1 10894
75be5258
EZ
10895 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
10896 Define if not defined.
10897
2b6e2f4d
JR
108982007-07-18 Jason Rumney <jasonr@gnu.org>
10899
10900 * w32proc.c (w32_executable_type): Handle 64 bit executables.
10901
23dacf80
JB
109022007-07-18 Richard Stallman <rms@gnu.org>
10903
10904 * data.c (Fsetq_default): Doc fix.
10905
10906 * eval.c (Fsetq): Doc fix.
10907
109082007-07-18 Juanma Barranquero <lekktu@gmail.com>
10909
10910 * coding.c (Ffind_operation_coding_system):
10911 * eval.c (For, Fand): Doc fixes.
880820fe 10912 Reported by Johan Bockgård.
23dacf80 10913
880820fe 109142007-07-18 Jan Djärv <jan.h.d@swipnet.se>
656de71a 10915
23dacf80 10916 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
656de71a 10917
23dacf80 10918 * xterm.h: Declare x_ewmh_activate_frame.
656de71a
JD
10919
10920 * xterm.c (x_ewmh_activate_frame): New function.
10921 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
10922
71ec17e6
MR
109232007-07-17 Martin Rudalics <rudalics@gmx.at>
10924
10925 * window.c (Fdisplay_buffer): If largest or LRU window is the
10926 only window, split it even if it is not eligible for splitting.
10927 This restores the original behavior broken by the 2007-07-15
10928 change.
10929
e9818042
GM
109302007-07-17 Glenn Morris <rgm@gnu.org>
10931
10932 * abbrev.c (abbrev_check_chars): New function.
6b8e474c
SM
10933 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
10934 Call abbrev_check_chars to check abbrev characters are word
e9818042
GM
10935 constituents. Doc fix.
10936
e6fca843
SM
109372007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10938
10939 * process.c (Fstart_process, Fmake_network_process)
10940 (read_process_output): Fix up last changes.
10941
b5d2b4ab
EZ
109422007-07-16 Eli Zaretskii <eliz@gnu.org>
10943
10944 * makefile.w32-in (clean): Don't delete *~.
10945
413a79ad
AS
109462007-07-16 Andreas Schwab <schwab@suse.de>
10947
10948 * window.c (Fdisplay_buffer): Use NILP.
10949 (Fset_window_scroll_bars): Likewise.
10950
f1de8c77
MR
109512007-07-15 Martin Rudalics <rudalics@gmx.at>
10952
10953 * window.c (window_min_size_2): New function.
10954 (window_min_size_1, size_window, Fdisplay_buffer)
10955 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
10956 windows without mode- or header-lines when window-min-height is
10957 too small.
10958 (size_window): Reset nodelete_p after testing it, following an
10959 earlier note by Kim F. Storm.
10960 (display_buffer): Do not set split_height_threshold to twice the
10961 value of window_min_height to avoid changing the value of a
10962 customizable variable. Rather explicitly check whether the
10963 height of the window that shall be splitted is at least as large
10964 as split_height_threshold.
1af74d06
MB
10965 (Fwindow_full_width_p): New defun.
10966 (syms_of_window): Defsubr it.
d31053f9 10967
1af74d06 10968 * window.h: Add EXFUN for Fwindow_full_width_p.
f1de8c77 10969
5e1ab613
JR
109702007-07-14 Jason Rumney <jasonr@gnu.org>
10971
10972 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
10973
f01cbfdd
RS
109742007-07-14 Richard Stallman <rms@gnu.org>
10975
10976 * eval.c (maybe_call_debugger): New function.
10977 (find_handler_clause): Use maybe_call_debugger.
10978 Call it when the handler says `debug'.
10979 Eliminate DEBUGGER_VALUE_PTR.
10980 (Fsignal): Eliminate debugger_value.
10981 (Qdebug): New variable.
10982 (syms_of_eval): Initialize it.
10983
1bab435a
JB
109842007-07-14 Juanma Barranquero <lekktu@gmail.com>
10985
10986 * eval.c (Fprogn):
10987 * keyboard.c (Ftrack_mouse):
10988 * print.c (Fwith_output_to_temp_buffer):
10989 * window.c (Fsave_window_excursion): Doc fix.
10990
be436d23
SM
109912007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10992
10993 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
10994
60f0fb11
SM
109952007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
10996
10997 * process.h (struct Lisp_Process): Turn slots infd, outfd,
10998 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
10999 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
11000 read_output_delay, and read_output_skip from Lisp_Objects to ints.
11001 Remove unused encoding_carryover.
11002 * process.c: Adjust all functions accordingly.
11003
d8b18043
RS
110042007-07-12 Richard Stallman <rms@gnu.org>
11005
11006 * term.c: Include unistd.h only if HAVE_UNISTD_H.
11007
d5781bb6
JR
110082007-07-11 Jason Rumney <jasonr@gnu.org>
11009
11010 * makefile.w32-in (LIBS): Include OLE32.
11011
11012 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
11013 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
11014
5bb7dfee
SM
110152007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11016
11017 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
11018 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
11019 from a Lisp_Object into a bare pointer.
11020 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
11021 Adjust the code correspondingly.
11022
11023 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
11024
11025 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
11026 (term_show_mouse_face): Remove unused var `j'.
11027 (handle_one_term_event): Remove unused vars `i' and `j'.
11028 Don't cast return value of ttyname since it's not necessary.
11029
a1be1ce8
SM
110302007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11031
5045e68e
SM
11032 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
11033 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
11034
8071c00f
SM
11035 * fns.c (map_char_table): Use an array of int for `indices' rather than
11036 an array of Lisp_Objects (which are only ever integers anyway).
11037 (Fmap_char_table): Update caller.
11038 * lisp.h: Update prototype.
11039 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
11040 * fontset.c (Ffontset_info):
11041 * casetab.c (set_case_table): Update callers.
11042
11043 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
11044
fab84e3c
SM
11045 * keymap.c (struct accessible_keymaps_data)
11046 (struct where_is_internal_data): New structures.
11047 (accessible_keymaps_1, where_is_internal_1): Use them to change
11048 interface to adhere to the one used by map_keymap.
11049 (Faccessible_keymaps, where_is_internal): Use map_keymap.
11050 (accessible_keymaps_char_table, where_is_internal_2): Remove.
11051
a1be1ce8
SM
11052 * keymap.h (map_keymap_function_t): More informative prototype.
11053
ef887810
RS
110542007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
11055
11056 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
11057 (looking_at_1): Don't change search_regs and last_thing_searched
11058 if `inhibit-changing-match-data' is non-nil.
11059 (string_match_1, search_buffer, set_search_regs): Likewise.
11060 (syms_of_search): Add Lisp level definition for
11061 `inhibit-changing-match-data' and set it to nil.
8071c00f
SM
11062 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
11063 start and end of the match, instead of using values in search_regs.
ef887810 11064
4d02fc25
SM
110652007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11066
11067 * minibuf.c (Fcompleting_read): New value `confirm-only'
11068 for `require-match'.
11069
fe45b81f
SM
110702007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11071
11072 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
11073 part of the 2007-06-27 change to syms_of_fileio.
11074
a56dd283
YM
110752007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11076
11077 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
11078 Check WINDOWP before using XWINDOW. Consolidate return statements.
11079
0cf9f5b5
RS
110802007-06-27 Richard Stallman <rms@gnu.org>
11081
11082 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
11083
a66f285a
JB
110842007-06-27 Juanma Barranquero <lekktu@gmail.com>
11085
11086 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
11087
8d0d84d2
YM
110882007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11089
11090 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
11091 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
11092 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
11093 (_free_internal, memalign): Use them.
11094 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
11095 Initialize to PTHREAD_MUTEX_INITIALIZER.
11096 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
11097 (morecore_nolock): Rename from morecore. All uses changed.
11098 Use only nolock versions of internal allocation functions.
11099 (_malloc_internal_nolock, _realloc_internal_nolock)
11100 (_free_internal_nolock): New functions created from
11101 _malloc_internal, _realloc_internal, and _free_internal.
11102 (_malloc_internal, _realloc_internal, _free_internal): Use them.
11103 Copy hook value to automatic variable before its use.
11104 (memalign): Copy hook value to automatic variable before its use.
11105
5a0bbd9a
KH
111062007-06-26 Kenichi Handa <handa@m17n.org>
11107
11108 * coding.c (Ffind_operation_coding_system): Docstring improved.
11109 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
11110
9a51747b
DK
111112007-06-25 David Kastrup <dak@gnu.org>
11112
11113 * keymap.c (Fcurrent_active_maps): Add `position' argument.
11114 (Fwhere_is_internal): Adjust call to `current-active-maps' to
11115 cater for additional parameter.
11116
11117 * keymap.h: Adjust number of parameters to `current-active-maps'.
11118
11119 * doc.c (Fsubstitute_command_keys): Adjust call of
11120 `current-active-maps'.
11121
e4305426
DK
111222007-06-25 David Kastrup <dak@gnu.org>
11123
11124 * callint.c (Fcall_interactively): Make the parsing of interactive
11125 specs somewhat more readable.
11126
511a18d9
YM
111272007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11128
11129 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
11130 to scroll bar gap also when bitmap fills fringe. Draw only foreground
11131 if extended background has already been filled.
11132
512eb161
YM
111332007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11134
11135 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
11136 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
11137
11138 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
11139 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
11140 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
11141 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
11142 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
11143 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
11144 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
11145 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
11146 Run timers during dialog popup.
11147 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
11148
2386b1f1
JR
111492007-06-21 Jason Rumney <jasonr@gnu.org>
11150
11151 * image.c (convert_mono_to_color_image): Swap fore and background.
11152
fab8b787
JR
111532007-06-20 Jason Rumney <jasonr@gnu.org>
11154
11155 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
11156 (w32_free_bdf_font): Unmap memory not handle.
11157
15bdd7a0 111582007-06-20 Sam Steingold <sds@gnu.org>
3cacba85
SS
11159
11160 * gmalloc.c (__morecore): Fix the declaration to comply with the
11161 definition.
11162
1bb8a291
JB
111632007-06-20 Juanma Barranquero <lekktu@gmail.com>
11164
11165 * w32term.c (w32_delete_display): Remove leftover declaration.
11166 (w32_define_cursor, w32_initialize): Make static.
11167
11168 * w32.c (_wsa_errlist): Fix typo in error message.
11169 (init_environment): Ignore any environment variable from the
11170 registry having a null value.
11171
92648dea
GM
111722007-06-20 Glenn Morris <rgm@gnu.org>
11173
11174 * Makefile.in (LIBGIF): Default to -lgif.
11175
ff25d115
JR
111762007-06-17 Jason Rumney <jasonr@gnu.org>
11177
11178 * w32menu.c (add_menu_item): Don't use multibyte string functions on
11179 unicode strings.
11180
a1a578a5
JB
111812007-06-16 Juanma Barranquero <lekktu@gmail.com>
11182
11183 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
11184 Fix typo in docstring.
11185
af41f8a8
EZ
111862007-06-16 Eli Zaretskii <eliz@gnu.org>
11187
11188 * w32menu.c (add_menu_item): Escape `&' characters in menu items
11189 and their keybindings.
11190
8b29cab9
CY
111912007-06-15 Chong Yidong <cyd@stupidchicken.com>
11192
11193 * composite.c (update_compositions): Fix last fix.
11194
c433c134
JR
111952007-06-14 Jason Rumney <jasonr@gnu.org>
11196
11197 * w32.c (get_process_times_fn): New function pointer.
11198 (globals_of_w32): Intialize it if present in kernel32.dll.
11199 (w32_get_internal_run_time): New function.
11200
11201 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
11202
553d3164
KH
112032007-06-14 Kenichi Handa <handa@etlken.m17n.org>
11204
11205 * composite.c (update_compositions): Check the validness of
11206 compositions.
11207
446ba96f
YM
112082007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11209
11210 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
11211 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
11212
11213 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
11214 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
11215
11216 * macgui.h (USE_MAC_TOOLBAR): New define.
11217
11218 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
11219 Return immediately unless popup is activated.
11220
11221 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
11222 background to scroll bar gap.
11223 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
11224 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
11225 scroll bars on frame edge. Check fringe background extension.
11226 Don't clear extended fringe background area.
11227 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
11228 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
11229 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
11230 [USE_MAC_TOOLBAR]: New macros.
11231 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
11232 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
11233 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
11234 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
11235 [USE_MAC_TOOLBAR]: New functions.
11236 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
11237 manually if previous repositioning has failed.
11238 (mac_handle_keyboard_event): Use precomputed event kind.
11239 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
11240 as tool bar item click. Handle mouse movement over tool bar items.
11241
11242 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
11243 toolbar_win_gravity.
11244 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
11245 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
11246 Add externs.
11247
11248 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
11249 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
11250
9720173f
CY
112512007-06-14 Chong Yidong <cyd@stupidchicken.com>
11252
11253 * image.c (search_image_cache): Remove unused variable.
11254
1217dd00
CY
112552007-06-13 Chong Yidong <cyd@stupidchicken.com>
11256
11257 * xfns.c, xmenu.c: Link to xaw3d if available.
11258
c5b8e0ea
YM
112592007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11260
11261 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
11262 frame_foreground and frame_background.
11263
11264 * image.c (lookup_image): Save frame foreground and background colors.
11265 (search_image_cache): Check if saved and current frame colors match.
11266
c69b0314
SM
112672007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11268
11269 * regex.c (regex_compile): Remove the `regnum' counter.
11270 Use bufp->re_nsub instead. Add support for \(?N:RE\).
11271
c9612b8e
SM
112722007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11273
11274 * term.c: Include intervals.h to declare Fget_text_property.
11275
843d2458
JR
112762007-06-10 Jason Rumney <jasonr@gnu.org>
11277
11278 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
11279
1e0d2d60 112802007-06-08 Juanma Barranquero <lekktu@gmail.com>
977f6cfb
JB
11281
11282 * callint.c (Fcall_interactively):
11283 * editfns.c (Fdelete_and_extract_region):
11284 * fileio.c (Fread_file_name):
11285 * fns.c (Fmapconcat):
11286 * keyboard.c (cmd_error_internal):
11287 * keymap.c (Fkey_description):
11288 * lread.c (openp):
11289 * minibuf.c (read_minibuf):
11290 * search.c (wordify):
11291 * sunfns.c (sel_read):
11292 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
11293 * xfns.c (x_default_scroll_bar_color_parameter):
11294 * xmenu.c (menu_help_callback):
11295 * xselect.c (Fx_get_atom_name):
11296 * xterm.c (x_term_init): Use empty_unibyte_string.
11297
15bdd7a0 112982007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
977f6cfb
JB
11299
11300 * alloc.c (init_strings): Initialize canonical empty strings.
11301 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
11302 canonical empty string when the requested size is 0.
11303
11304 * emacs.c (empty_unibyte_string): Rename from empty_string.
11305 (empty_multibyte_string): New canonical empty string.
11306 (syms_of_emacs): Don't initialize empty_string.
11307
11308 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
11309 string, if appropriate.
11310 (empty_unibyte_string, empty_multibyte_string): New externs.
11311 (empty_string): Remove extern.
11312
11313 * lread.c (syms_of_lread): Use empty_unibyte_string.
11314
42c4c67a
JR
113152007-06-07 Jason Rumney <jasonr@gnu.org>
11316
11317 * s/ms-w32.h: Don't define HAVE_TZNAME.
11318
11319 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
11320
aa8280d3
YM
113212007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11322
11323 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
11324
11325 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
11326 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
11327
11328 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
11329 Don't call next handler.
11330 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
11331 Remove argument. Install handler to application.
11332 (set_frame_menubar): Don't change deep_p.
1e0d2d60 11333 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
aa8280d3
YM
11334 FRAME_OUTER_TO_INNER_DIFF_Y.
11335 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
11336 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
11337 [HAVE_DIALOGS]: New macros.
11338 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
11339 Use them.
11340 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
11341
11342 * macselect.c [MAC_OSX] (install_service_handler): Rename from
11343 init_service_handler. All callers changed. Return OSStatus value.
11344
11345 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
11346 All callers changed so as not to call SetPortWindowPort.
11347 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
11348 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
11349 mac_draw_string_common.
11350 (mac_draw_image_string_qd): Likewise.
11351 (mac_draw_string_common): Use them. Add INLINE.
11352 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
11353 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
11354 GetGlobalMouse.
11355 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
11356 and FRAME_OUTER_TO_INNER_DIFF_Y.
11357 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
11358 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
11359 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
11360 repositioning window to mac_handle_window_event.
11361 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
11362 saving window location to mac_handle_window_event
11363 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
11364 (install_menu_target_item_handler): Remove argument in extern.
11365 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
11366 Also accept command events.
11367 (do_keystroke): New function created from XTread_socket.
11368 (init_command_handler): Remove functions.
11369 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
11370 and save window location by kEventWindowShowing and kEventWindowHiding
11371 handlers here. Don't call next handler for window state change and
11372 focus events.
11373 (mac_handle_application_event, mac_handle_keyboard_event)
11374 [TARGET_API_MAC_CARBON]: New functions.
11375 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
11376 kEventWindowShowing and kEventWindowHiding events. Move installation
11377 of mouse, font, text input and menu target item handlers to
11378 install_application_handler.
11379 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
11380 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11381 New function.
11382 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11383 Register it.
c9612b8e
SM
11384 (XTread_socket) [TARGET_API_MAC_CARBON]:
11385 Consolidate SendEventToEventTarget calls.
11386 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
11387 Move application activation handler to mac_handle_application_event.
11388 Move keyboard handler to mac_handle_keyboard_event.
aa8280d3
YM
11389 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
11390 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
11391 init_command_handler. Call install_application_handler.
11392
11393 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
11394 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
11395
6926c954
GM
113962007-06-07 Glenn Morris <rgm@gnu.org>
11397
11398 * emacs.c (main): Use `emacs-copyright' in --version output.
11399
6fe04c89
CY
114002007-06-06 Chong Yidong <cyd@stupidchicken.com>
11401
c9612b8e 11402 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
6fe04c89 11403
7eb0d727
YM
114042007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11405
11406 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
11407
11408 * macgui.h: Replace WindowPtr with WindowRef.
11409
11410 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
11411 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
11412 Replace ControlHandle with ControlRef.
11413 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
11414
11415 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
11416 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
11417 Replace ControlHandle with ControlRef.
11418 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
11419 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
11420
11421 * macterm.h (struct scroll_bar): Rename member control_handle_low
11422 and control_handle_high to control_ref_low and control_ref_high.
11423 All uses changed.
11424 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
11425 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
11426 respectively. All uses changed.
11427 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
11428 (install_window_handler, remove_window_handler): Replace WindowPtr
11429 with WindowRef in externs.
11430
65fddb74
JB
114312007-06-05 Juanma Barranquero <lekktu@gmail.com>
11432
11433 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
11434
db1213a9
NR
114352007-06-03 Nick Roberts <nickrob@snap.net.nz>
11436
11437 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
11438
65fddb74 11439 * frame.c (Fmouse_position, Fmouse_pixel_position):
db1213a9
NR
11440 Condition on HAVE_GPM too.
11441
11442 * term.c (term_mouse_highlight): Remove unused variables.
11443 (Fterm_open_connection): Set gpm_zerobased to 1.
11444 (term_mouse_movement, term_mouse_click, handle_one_term_event):
11445 Use zero based co-ordinates.
11446 (handle_one_term_event): Report a drag as mouse movement too.
11447
11448 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
11449
d94df25b
CY
114502007-06-03 Chong Yidong <cyd@stupidchicken.com>
11451
11452 * image.c (search_image_cache): New function. Require background
11453 color match if background color is unspecified in the image spec.
11454 (uncache_image, lookup_image): Use it.
11455
4797b6d9
JB
114562007-06-01 Juanma Barranquero <lekktu@gmail.com>
11457
11458 * window.c (Fshrink_window): Reflow docstring.
11459
1ffe7343
NR
114602007-06-02 Chong Yidong <cyd@stupidchicken.com>
11461
11462 * Version 22.1 released.
11463
114642007-06-01 Richard Stallman <rms@gnu.org>
11465
11466 * xfns.c (x_encode_text): Add GCPRO.
11467
114682007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11469
11470 * xfns.c (x_set_name_internal): Save encoded name before
11471 x_encode_text in case string data is relocated.
11472
114732007-05-31 Richard Stallman <rms@gnu.org>
11474
11475 * buffer.c (syms_of_buffer): Doc fix.
11476
114772007-05-30 Nick Roberts <nickrob@snap.net.nz>
11478
11479 * sysdep.c (init_sys_modes): Add rather than replace with
11480 O_NONBLOCK.
11481
11482 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
11483 term_mouse_moveto.
11484
11485 * termhooks.h (term_mouse_moveto): New extern.
11486
11487 * term.c (mouse_face_window): Rename...
11488 (Qmouse_face_window): ...to this.
11489 (term_show_mouse_face, term_clear_mouse_face)
11490 (term_mouse_highlight): Use Qmouse_face_window.
11491 (term_mouse_moveto): New function.
11492 (term_mouse_position): Make it work.
11493 (syms_of_term): Uncomment assignment to mouse_position_hook.
11494 Staticpro Qmouse_face_window.
11495
114962007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11497
11498 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
11499 around current_column call.
11500
115012007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
11502
11503 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
11504 * xdisp.c (next_element_from_buffer):
11505 * window.c (delete_window):
11506 * term.c (term_mouse_highlight):
11507 * msdos.c (getdefdir):
11508 * macterm.c (mac_create_bitmap_from_bitmap_data)
11509 (init_font_name_table):
11510 * fns.c (Fsxhash):
11511 * data.c (Fmake_local_variable):
11512 * ccl.c (ccl_driver): Likewise.
11513
115142007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11515
11516 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
11517 Call mac_wakeup_from_rne on window size change.
11518
115192007-05-25 Chong Yidong <cyd@stupidchicken.com>
11520
11521 * image.c (uncache_image): Fix typo.
11522
115232007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
11524
11525 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
11526
115272007-05-22 Richard Stallman <rms@gnu.org>
11528
11529 * xterm.c (x_connection_closed): Remove NO_RETURN.
11530
115312007-05-22 Martin Rudalics <rudalics@gmx.at>
11532
11533 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
11534
115352007-05-21 Chong Yidong <cyd@stupidchicken.com>
11536
11537 * image.c (uncache_image): New function.
11538 (Fimage_refresh): New function.
11539
880820fe 115402007-05-20 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
11541
11542 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
11543
115442007-05-20 Nick Roberts <nickrob@snap.net.nz>
11545
11546 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
11547 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
11548
115492007-05-20 Nick Roberts <nickrob@snap.net.nz>
11550
11551 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
11552 conditional on [HAVE_GPM_H].
11553
115542007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11555
11556 * syntax.c (skip_chars): Update syntax-table only after we checked that
11557 the new location is valid.
11558
115592007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11560
11561 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
11562 mac_get_window_bounds.
11563
115642007-05-20 Nick Roberts <nickrob@snap.net.nz>
11565
11566 * Makefile.in (LIBGPM): Allow it to be set from configure.
11567 If set then link Emacs with it.
11568
11569 * config.in: Regenerate.
11570
11571 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
11572 New externs.
11573
11574 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
11575 Include gpm.h.
11576 (handle_one_term_event, term_gpm): New externs.
11577
11578 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
11579 and allow it to be interrupted by SIGIO.
11580
11581 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
11582 (wait_reading_process_output): Wait on gpm_fd too.
11583 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
11584 (add_gpm_wait_descriptor_called_flag): New variable.
11585 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
11586
11587 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
11588 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
11589 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
11590 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
11591 (make_lispy_event): Add case GPM_CLICK_EVENT.
11592 (read_avail_input): Handle mouse input.
11593
11594 * term.c (write_glyphs_with_face): New function.
11595 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
11596 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
11597 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
11598 (mouse_face_face_id, term_gpm, pos_x, pos_y)
11599 (last_mouse_x, last_mouse_y): New variables.
11600 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
11601 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
11602 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
11603 (Fterm_close_connection): New functions.
11604 (term_init): Initialise mouse_face_window.
11605
116062007-05-19 Chong Yidong <cyd@stupidchicken.com>
11607
11608 * xdisp.c (redisplay_window): If first window line is a
11609 continuation line, recompute the new window start instead of
11610 recentering.
11611
116122007-05-18 Glenn Morris <rgm@gnu.org>
11613
11614 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
11615 Suggested by Alfred M. Szmidt <ams@gnu.org>.
11616
116172007-05-17 Glenn Morris <rgm@gnu.org>
11618
11619 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
11620
116212007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11622
11623 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
11624 dead key repeat and up events.
11625
116262007-05-14 Chong Yidong <cyd@stupidchicken.com>
11627
11628 * image.c (pbm_load): Check image size for monochrome pbm.
11629
116302007-05-13 Chong Yidong <cyd@stupidchicken.com>
11631
11632 * xterm.c (XTread_socket): Revert last change.
11633
116342007-05-12 Chong Yidong <cyd@stupidchicken.com>
11635
11636 * image.c (pbm_load): Correctly check image size for greyscale pbm.
11637
11638 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
11639
116402007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11641
11642 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
11643 mixup (YAILOM).
11644
116452007-05-07 Andreas Schwab <schwab@suse.de>
11646
11647 * keymap.c (Flookup_key): Fix typo in last change.
11648
116492007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11650
11651 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
11652 mapping for unibyte strings.
11653
116542007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11655
11656 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
11657 (Fx_popup_dialog) [MAC_OSX]: Likewise.
11658
116592007-04-29 Richard Stallman <rms@gnu.org>
11660
11661 * insdel.c (replace_range): For undo, record insertion first.
11662
116632007-04-29 Andreas Schwab <schwab@suse.de>
11664
11665 * lisp.h (VECSIZE): Use OFFSETOF.
11666
116672007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11668
11669 * xdisp.c (try_window_reusing_current_matrix): Fix number of
11670 disabled lines.
11671
116722007-04-28 Richard Stallman <rms@gnu.org>
11673
11674 * lread.c (read_escape): In a string, \s is always space.
11675
880820fe 116762007-04-27 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
11677
11678 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
11679
11680 * gtkutil.c (xg_update_menubar, create_menus): Create empty
11681 submenu for menu bar items.
11682
382c648d 11683See ChangeLog.10 for earlier changes.
6922b018
KH
11684
11685;; Local Variables:
880820fe 11686;; coding: utf-8
33462dfa 11687;; add-log-time-zone-rule: t
6922b018 11688;; End:
2a34a036 11689
59ce725a 11690 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
7f6d64f8
GM
11691
11692 This file is part of GNU Emacs.
11693
5a1dde61 11694 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 11695 it under the terms of the GNU General Public License as published by
5a1dde61
GM
11696 the Free Software Foundation, either version 3 of the License, or
11697 (at your option) any later version.
7f6d64f8
GM
11698
11699 GNU Emacs is distributed in the hope that it will be useful,
11700 but WITHOUT ANY WARRANTY; without even the implied warranty of
11701 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11702 GNU General Public License for more details.
11703
11704 You should have received a copy of the GNU General Public License
5a1dde61 11705 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 11706
28f60c3d 11707;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40