(load_charset): Reformat X==Y==Z to (X==Y)==Z.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
56f00ed2
KH
12009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2
3 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
4
4491c9d2
DR
52009-04-30 David Reitter <david.reitter@gmail.com>
6
35f5b128 7 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
8 through f24.
9
6970f632
CY
102009-04-30 Chong Yidong <cyd@stupidchicken.com>
11
12 * xfaces.c (face_at_buffer_position): New arg base_face_id.
13
14 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
15 face_at_buffer_position.
16 (face_before_or_after_it_pos, get_next_display_element)
17 (note_mouse_highlight): Update face_at_buffer_position call.
18
19 * term.c (term_mouse_highlight):
20 * msdos.c (IT_note_mouse_highlight):
21 * fontset.c (Finternal_char_font):
35f5b128 22 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
23
24 * dispextern.h (face_at_buffer_position): Update prototype.
25
0c616f63
KH
262009-04-30 Kenichi Handa <handa@m17n.org>
27
35f5b128 28 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 29
ad3aaf33
AS
302009-04-29 Andreas Schwab <schwab@linux-m68k.org>
31
32 * callproc.c (Fcall_process): Fix GC protection. Make sure
33 current buffer is always restored.
34
c3c963a0
YM
352009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
36
37 * atimer.c (init_atimer): Also clear stopped_atimers.
38
39 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
40
7e3386cb
YM
41 * process.c (create_process): Clean up merger residues of
42 2008-07-17 change.
43
91f68422
CY
442009-04-29 Ulrich Mueller <ulm@gentoo.org>
45
46 * lread.c (Vread_circle): New variable.
47 (read1): Disable recursive read if Vread_circle is nil.
48
24b34550
KH
492009-04-29 Kenichi Handa <handa@m17n.org>
50
51 * fontset.h (set_default_ascii_font): Delete extern.
52
53 * fontset.c (set_default_ascii_font): Delete this unused function.
54
55 * frame.c (x_set_font): When ARG is a font-object, check if the
56 font-object matches with the ASCII font-spec of the frame's
9c358bda 57 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 58
77bf07e1
AS
592009-04-28 Andreas Schwab <schwab@linux-m68k.org>
60
61 * fns.c (Flocale_info): Protect vector from GC during decoding.
62
63 * process.c (Fstart_process): Protect argv strings from GC during
64 encoding.
65
2c55aacf
AS
662009-04-27 Andreas Schwab <schwab@linux-m68k.org>
67
68 * sysdep.c: Include <ctype.h>.
69
b892d3c9
DR
702009-04-27 David Reitter <david.reitter@gmail.com>
71
35f5b128 72 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
73 Remove commented-out code.
74
9d0644c4
JB
752009-04-26 Johan Bockgård <bojohan@gnu.org>
76
77 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
78
b7053016
JR
792009-04-25 Jason Rumney <jasonr@gnu.org>
80
81 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
82
4e8231f3
YM
832009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
84
85 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
86 Swap bytes in short integer if fringe bitmap width > 8.
87
493dcf2c
KH
882009-04-23 Kenichi Handa <handa@m17n.org>
89
90 * xfaces.c (Fx_list_fonts): If a font size is specified in
91 PATTERN, set it in returned scalable fonts.
92
401e9e57
CY
932009-04-22 Chong Yidong <cyd@stupidchicken.com>
94
708e05dc
CY
95 * keyboard.c (Fset_input_meta_mode): Doc fix.
96
97 * dispnew.c (Fsend_string_to_terminal): Doc fix.
98
99 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc
100 fixes.
101
102 * coding.c (Fterminal_coding_system): Doc fix.
103
104 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
105 (Fx_display_pixel_height, Fx_display_planes)
106 (Fx_display_color_cells, Fx_server_max_request_size)
107 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
108 (Fx_display_mm_height, Fx_display_mm_width)
109 (Fx_display_backing_store, Fx_display_visual_class)
110 (Fx_display_save_under, Fx_close_connection, Fx_synchronize): Doc
111 fixes, replacing "terminal id" with "terminal object".
112 (check_x_display_info): Handle terminal objects instead of
113 terminal ids.
114
401e9e57
CY
115 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
116 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
fdc496e7
CY
117 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions): Doc
118 fixes, replacing "terminal id" with "terminal object".
401e9e57 119
df80c7f0
KH
1202009-04-21 Kenichi Handa <handa@m17n.org>
121
5a8f12af 122 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 123 (font_score): Check AVGWIDTH too.
908567ef 124
df80c7f0
KH
125 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
126 worst case.
127 (decode_coding_emacs_mule, decode_coding_iso_2022)
128 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
129 Likewise.
130
705af33f
JR
1312009-04-19 Jason Rumney <jasonr@gnu.org>
132
133 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 134 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
135
136 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
137 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
138 get_phys_cursor_geometry.
139
b71ac3dd 140 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
141 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
142 using get_phys_cursor_geometry.
143
144 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
145 correctly calculated.
146
dc2933eb
JD
1472009-04-19 Jan Djärv <jan.h.d@swipnet.se>
148
149 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar): Use
150 G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
151 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
152 is deprecated.
153
973e7849
AS
1542009-04-18 Andreas Schwab <schwab@linux-m68k.org>
155
156 * font.c (font_put_frame_data): Use xfree instead of free.
157
314d66f4
JB
1582009-04-17 Juanma Barranquero <lekktu@gmail.com>
159
160 * w32font.c (Qja, Qko): Remove declarations.
161 (syms_of_w32font): Don't DEFSYM them.
162
cf702558
CY
1632009-04-17 Chong Yidong <cyd@stupidchicken.com>
164
165 * font.c (Qja, Qko): Move definitions here from ftfont.c.
166
167 * font.h (Qja, Qko): Extern them.
168
169 * ftfont.c (Qja, Qko): Remove declarations.
170
171 * xfont.c (Qja, Qko): Remove declarations.
172
b50504f5
KH
1732009-04-17 Kenichi Handa <handa@m17n.org>
174
bde25748
KH
175 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
176 string from a vector to handle Latin-1 characters correctly.
177
b50504f5
KH
178 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
179 entity even if the cache hits.
180
f4646fff
AS
1812009-04-16 Andreas Schwab <schwab@linux-m68k.org>
182
183 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 184 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 185
e7deaab0
AS
186 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
187 * lisp.h: Adjust prototypes.
188
0a0e7d49
CY
1892009-04-16 Chong Yidong <cyd@stupidchicken.com>
190
191 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
192 change (Bug#3003).
193
3c908a57
KH
1942009-04-16 Kenichi Handa <handa@m17n.org>
195
bd0af90d
KH
196 * xfont.c (xfont_has_char): Special handling of `ja' and `ko'
197 adstyle.
198
199 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
200 adstyle.
201
202 * ftfont.c (Qja, Qko): Don't make them static.
203 (enum ftfont_cache_for): New enum.
204 (fc_charset_table): Undo the previous change.
205 (ftfont_get_latin1_charset): Delete it.
206 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache. Set
207 FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
208 non-scarable font, try to get AVERAGE_WIDTH.
209 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
210 Change ft_face_cache from a list of a hash-table. Don't check
211 `ja' and `ko' adstyle here.
212 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
213 FTFONT_CACHE_FOR_CHARET.
214 (ftfont_get_charset): Undo the previous change.
215 (ftfont_open): Call ftfont_lookup_cache with
216 FTFONT_CACHE_FOR_FACE.
217 (ftfont_close): Likewise.
218 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
219
220 * font.c (font_sort_entites): Change the meaning of the arg
221 BEST-ONLY. Don't optimize for VEC of lenght 1.
222 (font_select_entity): Just return the value of font_sort_entites.
223
224 * xfaces.c (merge_face_vectors): Reflect font properties in
225 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
226 font_clear_prop if a face attribute doesn't change.
227
3c908a57
KH
228 * charset.h (charset_ksc5601): Extern it.
229
230 * charset.c (charset_ksc5601): New variable.
231 (Fdefine_charset_internal): Set charset_ksc5601.
232 (init_charset_once): Initialize charset_ksc5601 to -1.
233
d65859c3
DN
2342009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
235
236 * fileio.c (history_delete_duplicates): Remove unused declaration.
237
238 * callint.c (history_delete_duplicates): New declaration.
239 (Fcall_interactively): Remove command history duplicates when
240 history_delete_duplicates is true.
241
3ba010e5
EZ
2422009-04-14 Eli Zaretskii <eliz@gnu.org>
243
244 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
245
06f19b91
KH
2462009-04-14 Kenichi Handa <handa@m17n.org>
247
248 * font.c (Ffont_info): Fix docstring. Fix the second element of
249 the returned value (bug#2949).
250
2cce8bfc
CY
2512009-04-14 Chong Yidong <cyd@stupidchicken.com>
252
253 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
254
d156542d
KH
2552009-04-14 Kenichi Handa <handa@m17n.org>
256
257 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
258 encoding charset is ascii_compatible.
259
260 * charset.c (Fdefine_charset_internal): Make charset
261 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
262 code_offset is 0, and covers all ASCII characters.
263
86fa089e
SM
2642009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
265
266 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
267 (ns_string_to_pasteboard_internal):
268 * nsmenu.m (process_dialog):
269 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
270 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
271 * lisp.h (Fx_load_color_file): Declare.
272
a8a3728b
KH
2732009-04-13 Kenichi Handa <handa@m17n.org>
274
275 * font.c (font_delete_unmatched): Preserve the order of list
276 elements.
277 (font_select_entity): Suppress the code to optimize for the same
278 kind of fonts.
279 (font_load_for_lface): Get a font that supports at least ASCII
280 characters.
281
282 * ftfont.c (Qja, Qko): New variables.
283 (fc_charset_table): Delete uniquifier data for iso8859-1.
284 (ftfont_get_latin1_charset): New function.
285 (get_adstyle_property): New function.
286 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
287 bitmap fonts.
288 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
289 Delete iso-8859-1 range from the charset of fonts whose adstyle is
290 `ko' or `ja'.
291 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
292 (ftfont_get_charset): For iso8859-1, call
293 ftfont_get_latin1_charset.
294 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
295 property.
296 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
297 (syms_of_ftfont): DEFSYM Qja and Qko.
298
483670b5
KH
2992009-04-09 Kenichi Handa <handa@m17n.org>
300
12b55765
KH
301 * charset.c (map_charset_chars): For a charset of `superset'
302 method, fix calculation of code range.
303
483670b5
KH
304 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
305 from the list of extra properties.
306 (font_clear_prop): Be sure to delete `:name' font property.
307
57d3b93b
KH
3082009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
309
b4b2c2ca
YM
310 * dispnew.c (redraw_overlapping_rows): Fix detection of
311 overlapping for topmost and bottommost rows.
312
57d3b93b
KH
313 * ftfont.c (ftfont_text_extents): Fix calculation of
314 metrics->descent.
315
472c3609
JR
3162009-04-06 Jason Rumney <jasonr@gnu.org>
317
318 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
319
ab193662
KH
3202009-04-06 Kenichi Handa <handa@m17n.org>
321
322 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
323
324 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
325
0c26f026
KH
3262009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
327
328 * ftfont.c (ftfont_open): Fix checking of the return value of
329 FT_Load_Char. Fix setting font->underline_thickness.
330
e173bbce
CY
3312009-04-04 Chong Yidong <cyd@stupidchicken.com>
332
333 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
334 (Fterminal_parameters, Fterminal_parameter)
335 (Fset_terminal_parameter): In doc string, refer to terminal
336 objects rather than terminal ids.
337
693a2698
EZ
3382009-04-04 Eli Zaretskii <eliz@gnu.org>
339
340 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
341 ret_lim_data. (Bug#2867)
342
d5221487
CY
3432009-04-03 Chong Yidong <cyd@stupidchicken.com>
344
345 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
346 so they don't get wider than the window, matching 2006-01-23
347 change to the partner function in xdisp.c (Bug#2800).
348
223509a3
KH
3492009-04-03 Kenichi Handa <handa@m17n.org>
350
351 * print.c (print_object): Make each lowest sub_char_table start a
352 new line (Bug#2866).
353
74fcd0b1
KH
3542009-04-02 Kenichi Handa <handa@m17n.org>
355
356 * fontset.c (fontset_font): Record no-font when a fontset
357 explicitly tells not to try another font-specs.
358
c542407d
SM
3592009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
360
361 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
362
e3869731
KH
3632009-03-30 Kenichi Handa <handa@m17n.org>
364
d8d2f142
KH
365 * fontset.c (fontset_from_font): Specify only registry in a
366 font-spec for all characters supported by that registry.
367
e3869731
KH
368 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
369 even if HAVE_M17N_FLT is not defined.
370
5da5f805
CY
3712009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
372
373 * ftfont.c: Conditionalize prototyping and use of
374 ftfont_variation_glyphs.
375
ab226c50
SM
3762009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
377
9628fed7
SM
378 * frame.c (delete_frame): Work around compiler bug.
379
380 * editfns.c (general_insert_function): Adjust to insdel.c changes.
381 * insdel.c (prepare_to_modify_buffer, signal_before_change):
382 Some more EMACS_INT.
383 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
384
385 * xdisp.c (dump_glyph): Fix typo.
386
ae19ba7c
SM
387 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
388 (adjust_markers_gap_motion, adjust_markers_for_delete)
389 (adjust_markers_for_insert, adjust_point)
390 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
391 (make_gap, copy_text, count_size_as_multibyte, insert)
392 (insert_and_inherit, insert_before_markers)
393 (insert_before_markers_and_inherit, insert_1)
394 (count_combining_before, count_combining_after, insert_1_both)
395 (insert_from_string, insert_from_string_before_markers)
396 (insert_from_string_1, insert_from_gap, insert_from_buffer)
397 (insert_from_buffer_1, adjust_after_replace)
398 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
399 (replace_range_2, del_range, del_range_1, del_range_byte)
400 (del_range_both, del_range_2, modify_region)
401 (prepare_to_modify_buffer, signal_before_change)
402 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
403 for buffer positions and sizes.
404 * lisp.h: Adjust prototypes accordingly.
405
406 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
407 (non_regular_inserted, non_regular_nbytes, read_non_regular)
408 (Finsert_file_contents): Use EMACS_INT for buffer positions.
409
ab226c50
SM
410 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
411
46dfb8fb
JD
4122009-03-27 Jan Djärv <jan.h.d@swipnet.se>
413
414 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
415 lines and columns so we keep the same pixel height and width.
416
417 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
418 the property _NET_WM_STATE has changed.
46dfb8fb
JD
419 (x_handle_net_wm_state): New function to update frame parameter
420 fullscreen.
421 (x_term_init): Initialize atoms for _NET_WM_STATE.
422
423 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
424
d347e494
SM
4252009-03-27 Kevin Ryde <user42@zip.com.au>
426
427 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
428 Gpm_GetEvent as an error that justifies closing the filedescriptor.
429 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
430 (Fgpm_mouse_stop): Pass that new parameter.
431 * termhooks.h (close_gpm): Adjust prototype.
432
84db11d6
SM
4332009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
434
c95a5008
SM
435 * lisp.h (Fx_focus_frame): Declare.
436
84db11d6
SM
437 * callint.c (Fcall_interactively): For '^' just delegate the work to
438 handle-shift-selection.
439 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
440
0a1958d6
CY
4412009-03-24 Chong Yidong <cyd@stupidchicken.com>
442
0bfdff23
CY
443 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
444
0a1958d6
CY
445 * data.c (Qinteractive_form): New variable.
446 (Finteractive_form): Use it.
447
448 * eval.c (Fcommandp): Use Qinteractive_form.
449
58aec0d6
JR
4502009-03-24 Jason Rumney <jasonr@gnu.org>
451
452 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
453 Calculate total size precisely. Decode environment variables
454 before substituting. (Bug#38)
455
553dd618
KH
4562009-03-24 Kenichi Handa <handa@m17n.org>
457
458 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 459 encoding (Bug#2722).
553dd618 460
c39ea606
JD
4612009-03-23 Jan Djärv <jan.h.d@swipnet.se>
462
463 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
464 that gdpy is set.
465
bc9b2b5e
AM
4662009-03-22 Alan Mackenzie <acm@muc.de>
467
468 * callint.c (Finteractive): Clarify the doc string - even
469 promptless elements need \n separators.
470
9f995a76
JR
4712009-03-22 Jason Rumney <jasonr@gnu.org>
472
473 * w32term.c (syms_of_w32term): Doc fix for
474 x-use-underline-position-properties.
475
22749e9a
EZ
4762009-03-21 Eli Zaretskii <eliz@gnu.org>
477
478 * w32.c (getpwuid): Change argument type to unsigned.
479 (struct w32_id): Change type of `rid' member to unsigned.
480 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
481 argument ID to unsigned. All callers changed.
482 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
483
e00553bf
EZ
4842009-03-20 Eli Zaretskii <eliz@gnu.org>
485
486 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
487 negative, produce a float value.
488
489 * dired.c (make_uid, make_gid): New functions.
490 (Ffile_attributes): Use them to avoid negative UID and GID.
491
f761d6b6
JB
4922009-03-20 Juanma Barranquero <lekktu@gmail.com>
493
494 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
495 (syms_of_keyboard) <command-hook-internal, input-method-function>:
496 Fix typos in docstrings.
497
d507f8d7
KH
4982009-03-19 Kenichi Handa <handa@m17n.org>
499
500 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
501 changed, use font_load_for_lface to get a new font object.
502 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
503
504 * frame.c (x_set_font): Handle the case that ARG is a cons.
505
c68845e0
GM
5062009-03-19 Glenn Morris <rgm@gnu.org>
507
508 * fileio.c (Fsubstitute_in_file_name): Doc fix.
509
bfa49dd1
CY
5102009-03-19 Chong Yidong <cyd@stupidchicken.com>
511
512 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
513
8458d4c1
KH
5142009-03-19 Kenichi Handa <handa@m17n.org>
515
516 * charset.c (load_charset_map_from_file): When a mapfile can't be
517 loaded, signal an error.
518
78e7d1fe
EZ
5192009-03-18 Eli Zaretskii <eliz@gnu.org>
520
521 * dired.c (Ffile_attributes): Make sure UID and GID are always
522 positive, even if the value is too large for a positive EMACS_INT.
523 Doc fix.
524
525 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
526
5da9fdfa
YM
5272009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
528
529 * xmenu.c (xdialog_show): Move Fredisplay call ...
530 (Fx_popup_dialog): ... here.
531
7519c40d
SM
5322009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * dired.c (file_name_completion): Disable the first optimization just
535 installed, since it is not implemented correctly.
536
2cd298e2
SM
5372009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 540 only if the entry can affect bestmatch.
2cd298e2
SM
541 Stop the search early, as Ftry_completion already does.
542
48d37adf
CY
5432009-03-17 Chong Yidong <cyd@stupidchicken.com>
544
e10c9c93 545 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 546
9286b16a
CY
5472009-03-15 Chong Yidong <cyd@stupidchicken.com>
548
549 * keyboard.c (parse_menu_item): Don't display remappings as menu
550 equivalent bindings (Bug#788).
551
f7b146dc
JR
5522009-03-15 Jason Rumney <jasonr@gnu.org>
553
554 * w32term.h (WM_EMACS_PAINT): New message.
555 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
556 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
557 before passing to lisp thread. (Bug#950)
558
f761d6b6 5592009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 560
d93f9575
CY
561 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
562 variable as it was never reset.
563 (ns_term_init): Remove initialization of Lisp-settable defaults
564 and ns_expand_space.
565 (-setPanelFromDefaultValues): Remove ns_expand_space.
566 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
567 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
568 i.e. no additional spacing, similar to Carbon port.
569
d93f9575
CY
570 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
571 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 572
305018ec
JD
5732009-03-14 Jan Djärv <jan.h.d@swipnet.se>
574
575 * sound.c (alsa_configure): Remove call to deprecated
576 snd_pcm_sw_params_set_xfer_align.
577
f761d6b6 5782009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
579
580 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
581 after clicking in a detached tool bar.
582 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
583
46e722a9
SM
5842009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
585
348db3dd
SM
586 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
587 int/Lisp_Object mixup).
46e722a9 588
a3d16f39
KH
5892009-03-13 Kenichi Handa <handa@m17n.org>
590
591 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 592 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
593 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
594 (set_fontset_font): Change ARG to a vector. Handle range_list in
595 ARG correctly.
596 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 597 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
598 the above change.
599 (fontset_from_font): Fix previous change.
fe24f56a 600 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
601 entry. If FONTSET is the default fontset, don't set the extra
602 slot of the returning char-table.
603
b066e6b6
JB
6042009-03-12 Juanma Barranquero <lekktu@gmail.com>
605
606 * nsfns.m (Fx_close_connection): Doc fix.
607 (Fns_do_applescript): Reflow docstring.
608 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
609 (Fx_display_pixel_width, Fx_display_pixel_height)
610 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
611 Fix typos in docstrings.
612 (Fns_set_alpha): Fix typos in error messages.
613
d472514e 6142009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 615
d472514e 616 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
617 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
618 were used for such events.
619
d472514e
JB
620 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
621 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 622
d472514e 623 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
624 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
625
fb930676
KH
6262009-03-11 Kenichi Handa <handa@m17n.org>
627
ff85581a
KH
628 * font.h (font_open_by_spec): Extern it.
629
c50b7e98
KH
630 * font.c (font_open_by_spec): New function.
631 (font_open_by_name): Use font_open_by_spec.
632
fb930676
KH
633 * frame.c (x_set_font): When ARG is a font-object, don't alter the
634 fontset of the frame.
635
636 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
637 modify the default font of frames that use this fontset.
638 (num_auto_fontsets): New variable.
639 (fontset_from_font): Use num_auto_fontsets to decide a fontset
640 name. Be sure to set FONTSET_ASCII to the correct font name.
641 (update_auto_fontset_alist): New function.
642
df4e8455
JB
6432009-03-11 Juanma Barranquero <lekktu@gmail.com>
644
645 * makefile.w32-in: Update dependencies.
646
0a375797
AR
6472009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
648
649 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
650
61313fa3
SM
6512009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
652
653 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
654
b55103fb
CY
6552009-03-10 Chong Yidong <cyd@stupidchicken.com>
656
657 * lread.c (Feval_buffer): Doc fix.
658
dde2559c
KH
6592009-03-09 Kenichi Handa <handa@m17n.org>
660
661 * charset.c (Qfile_name_handler_alist): Extern it.
662 (load_charset_map_from_file): Temporarily bind
663 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
664
df4e8455 6652009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 666
47f588bb
GM
667 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
668 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 669
4ddf94bd
AR
6702009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
671
4c9bdfc2
AR
672 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
673 (x_set_window_size): Change back to calculated method of setting
674 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
675 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
676 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
677
fe41ae9e
AR
678 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
679
4c9bdfc2
AR
680 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
681 accelerator in parens under GNUstep.
682
825d0875
KH
6832009-03-06 Kenichi Handa <handa@m17n.org>
684
685 These changes are to detect incorrect composition sequence without
f3b3be74 686 looking ahead the source. (Bug#2370)
825d0875
KH
687
688 * coding.h: Include "composite.h".
689 (enum compisition_state): New enum.
690 (struct compisition_status): New struct.
691 (struct iso_2022_spec): New member cmp_status.
692 (struct emacs_mule_spec): New struct.
693 (struct coding_system): New members ctext_extended_segment_len and
694 embedded_utf_8. Change the union member
695 spec.emacs_mule_full_support to spec.emacs_mule.
696
697 * coding.c (CODING_ISO_CMP_STATUS): New macro.
698 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 699 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
700 (ADD_COMPOSITION_DATA): New arg nbytes.
701 (emacs_mule_char): New arg cmp_status.
702 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
703 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
704 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
705 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
706 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
707 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
708 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
709 (EMACS_MULE_COMPOSITION_END): New macro.
710 (emacs_mule_finish_composition): New function.
711 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
712 (decode_coding_emacs_mule): Avoid long looking ahead while
713 handling composition.
714 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
715 (ENCODE_COMPOSITION_RULE): New macro.
716 (finish_composition): New function.
717 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
718 (DECODE_COMPOSITION_START): New implementation.
719 (DECODE_COMPOSITION_END): Likewise.
720 (STORE_COMPOSITION_RULE): New macro.
721 (decode_coding_iso_2022): Avoid long looking ahead while handling
722 composition, CTEXT extended segment, and embedded UTF-8.
723 (setup_coding_system): For a coding of type iso-2022, reset
724 CODING_ISO_EXTSEGMENT_LEN (coding) and
725 CODING_ISO_EMBEDDED_UTF_8 (coding).
726 (get_translation): Delete arguments last_block, from_nchars,
727 to_nchars. Callers changed.
728 (produce_chars): Don't modify charbuf. Adjusted for the change of
729 get_translation.
98a326f7 730 (produce_composition): Adjust for the new annotation sequence.
825d0875 731 (handle_composition_annotation): Likewise.
98a326f7 732 (consume_chars): Adjust for the change of get_translation.
825d0875 733
ccbc4452
AR
7342009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
735
4ddf94bd 736 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 737
988a7ddb
KH
7382009-03-05 Kenichi Handa <handa@m17n.org>
739
740 * font.c (font_select_entity): New function.
741 (font_find_for_lface): Use font_select_entity to select a font.
742
743 * fontset.c (fontset_find_font): If a font found without
a8a3728b 744 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
745 font with C restriction.
746
98a326f7 7472009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 748
be1bce46 749 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 750
10ea2b82
JR
7512009-03-04 Jason Rumney <jasonr@gnu.org>
752
2c93b248 753 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 754 characters that have already been read. (Bug#2569)
2c93b248 755
10ea2b82
JR
756 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
757 Log an error message if check_image_size failed.
758 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 759 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 760
71a0c011
EZ
7612009-03-02 Eli Zaretskii <eliz@gnu.org>
762
763 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
764 when decoding process output.
765
2f63bba8
RS
7662009-03-01 Richard M Stallman <rms@gnu.org>
767
768 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
769
770 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
771
0a9564cb
EZ
7722009-02-28 Eli Zaretskii <eliz@gnu.org>
773
774 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
775 (decode_coding_emacs_mule, decode_coding_iso_2022)
776 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
777 (decode_coding_raw_text, decode_coding_charset)
778 (setup_coding_system, decode_eol, decode_coding, consume_chars):
779 Honor inhibit-eol-conversion. (Bug #2186)
780
449148b3
JR
7812009-02-28 Jason Rumney <jasonr@gnu.org>
782
783 * coding.c (detect_coding_charset): If not checking latin extra,
784 fail on characters between 0x80 and 0xA0. (Bug#2354)
785
a4aee864
EZ
7862009-02-28 Eli Zaretskii <eliz@gnu.org>
787
788 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 789 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 790
d88bee5a
GM
7912009-02-27 Glenn Morris <rgm@gnu.org>
792
793 * callint.c (Finteractive): Doc fix.
794
a808f22d
KH
7952009-02-27 Kenichi Handa <handa@m17n.org>
796
797 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
798
caf8d60c
CY
7992009-02-27 Chong Yidong <cyd@stupidchicken.com>
800
801 * font.c (font_style_to_value): Set value for unknown symbols to
802 100 instead of 255.
b61137ea
CY
803 (weight_table, slant_table, width_table): Treat "unspecified" as
804 the default value.
caf8d60c 805
1a0de25c
JB
8062009-02-26 Juanma Barranquero <lekktu@gmail.com>
807
808 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
809
8fc45744
JB
8102009-02-25 Juanma Barranquero <lekktu@gmail.com>
811
107bd7d1
JB
812 * lread.c (Fload): Stop checking Vloads_in_progress and signal
813 error as soon as a recursive load is detected.
8fc45744 814
f097e223
AR
8152009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
816
817 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
818 before caching.
819
8810a12f
KH
8202009-02-24 Kenichi Handa <handa@m17n.org>
821
822 * fontset.c (fontset_find_font): Fix the condition for checking
823 unavailable font.
824
2c7d1565
GM
8252009-02-24 Glenn Morris <rgm@gnu.org>
826
827 * xfaces.c (Finternal_set_font_selection_order): Remove leading
828 whitespace that confuses documentation.
829
a20878b6
MB
8302009-02-23 Miles Bader <miles@gnu.org>
831
832 * process.c (Flist_system_processes, Fprocess_attributes)
833 (syms_of_process): Rename `system-process-attributes' to
834 `process-attributes'.
835
b3b58c01
AS
8362009-02-22 Andreas Schwab <schwab@linux-m68k.org>
837
1b3b981b
AS
838 * coding.h (struct coding_system): Make safe_charsets a pointer to
839 unsigned char.
840 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
841 being 255.
842 (SAFE_CHARSET_P): Likewise.
843 (setup_iso_safe_charsets): Properly setup safe_charsets.
844 (Fdefine_coding_system_internal): Likewise.
845 (setup_coding_system): Likewise. Remove unneeded casts.
846 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
847 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
848 unneeded casts.
849
b3b58c01
AS
850 * insdel.c (del_range_2): Don't modify gap contents when called
851 from decode_coding_object. (Bug#1809)
852
0b6f228c
CY
8532009-02-21 Chong Yidong <cyd@stupidchicken.com>
854
855 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
856 Qfont_object.
857 (Ftype_of): Recognize font objects.
858
859 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
860
861 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
862 moved to data.c.
863
52f8870b
AR
8642009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
865
866 * nsterm.m (x_make_frame_invisible): Unset async_visible,
867 async_iconified. Based on a patch by Christian Lynbech
868 <christian.lynbech@tieto.com>.
869 (EmacsView-windowDidMiniaturize:): Unset async_visible.
870
7087d5e9
GM
8712009-02-20 Glenn Morris <rgm@gnu.org>
872
873 * syntax.c (Fskip_chars_forward): Fix doc typo.
874
41d2ceef
CY
8752009-02-20 Chong Yidong <cyd@stupidchicken.com>
876
877 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
878
1a3b7ca6
CY
8792009-02-19 Chong Yidong <cyd@stupidchicken.com>
880
881 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
882
73cce38d
KH
8832009-02-19 Kenichi Handa <handa@m17n.org>
884
885 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 886 Don't overflow coding->carryover. (Bug#2370)
73cce38d 887
a51092ee
DN
8882009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
889
890 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
891
c423ecca
KH
8922009-02-18 Kenichi Handa <handa@m17n.org>
893
894 * font.c (font_check_otf_features): Fix handling of `nil' element.
895 (Ffont_spec): Describe :lang and :otf in the docstring.
896
4c1958f4
AS
8972009-02-16 Andreas Schwab <schwab@suse.de>
898
899 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
900 string.
901
5704f39a
KH
9022009-02-16 Kenichi Handa <handa@m17n.org>
903
904 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 905 (Bug#1723)
5704f39a 906
8f0085aa
CY
9072009-02-14 Chong Yidong <cyd@stupidchicken.com>
908
a057d86a 909 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
910
911 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
912 (handle_line_prefix): Suppress wrapping of wrap prefixes.
913
aff01dd9
EZ
9142009-02-14 Eli Zaretskii <eliz@gnu.org>
915
916 * msdos.c (MAX_SCREEN_BUF): New macro.
917 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
918 Encode the entire run of glyphs sharing the same face, instead of
919 doing that one glyph at a time (fixes a bug with displaying
920 double-size characters).
921
ba301db3
AR
9222009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
923
924 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
925
926 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
927 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 928 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
929
930 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 931 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 932
51d861de
SM
9332009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
934
935 * keyboard.c (adjust_point_for_property): Allow stopping betwen two
936 invisible areas.
937
7fed8996
JR
9382009-02-12 Jason Rumney <jasonr@gnu.org>
939
631ea4fb
JR
940 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
941 (add_font_entity_to_list): Call check_face_name even when family
942 is unspecified.
943
cb4a3e42
JR
944 * w32term.c (x_display_pixel_height, x_display_pixel_width):
945 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 946 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 947
7fed8996 948 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 949 raster fonts. (Bug#2219)
7fed8996 950
895416e3
KH
9512009-02-12 Kenichi Handa <handa@m17n.org>
952
953 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
954 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
955 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 956 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
957 (find_automatic_composition): While looking forward and backward,
958 check static composition. Fix where to stop looking forward.
959 (composition_adjust_point): Fix checking of static composition.
960 (Fcomposition_get_gstring): Pay attention to
1dacf998 961 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
962
963 * lisp.h (fast_looking_at): Extern it.
964
965 * search.c (fast_looking_at): New function.
966
51d861de 967 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
968 <struct glyph>.u.cmp.to.
969 (append_composite_glyph): Likewise.
970
51d861de 971 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
972 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
973 composition.
51d861de 974 (append_composite_glyph): Adjust for the change of
895416e3
KH
975 <strcut glyph>.u.cmp.to.
976
8510724d
JB
9772009-02-11 Juanma Barranquero <lekktu@gmail.com>
978
979 * casetab.c (init_casetab_once):
980 * coding.c (ALLOC_CONVERSION_WORK_AREA):
981 * font.c (font_update_lface):
982 * fontset.c (Fnew_fontset):
983 * ftfont.c (ftfont_drive_otf):
984 * xfont.c (xfont_open):
985 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
986
294fa707
SM
9872009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * fileio.c (Fwrite_region): !NILP -> CONSP.
990
b5bfebec
AS
9912009-02-10 Andreas Schwab <schwab@suse.de>
992
993 * process.c (send_process): Properly relocate pointer into data
adab88bd 994 when using encoded data. (Bug#2272)
b5bfebec 995
cb84a2be
KH
9962009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
997
998 * coding.c (detect_coding_charset): Fix previous change.
999
89e09428
JR
10002009-02-08 Jason Rumney <jasonr@gnu.org>
1001
1002 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 1003 disappeared while hourglass was displayed. (Bug #2193)
89e09428 1004
4470a277
AS
10052009-02-07 Andreas Schwab <schwab@suse.de>
1006
1007 * unexelf.c (unexec): Fix error message.
1008
3175b12a
AR
10092009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
1010
1011 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 1012 when modal window is active. (Bug #2152)
3175b12a
AR
1013 (applicationShouldTerminate:): Remove now-unneeded while loop
1014 around NSRunAlertPanel.
1015
1016 * nsmenu.m (popupSession): New file-global variable.
1017 (pop_down_menu): End the popupSession before closing dialog.
1018 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
1019 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
1020 don't query NSApp for events (just sleep instead).
1021
8434d0b8
EZ
10222009-02-07 Eli Zaretskii <eliz@gnu.org>
1023
51d861de
SM
1024 * coding.c (syms_of_coding) <translation-table-for-input>:
1025 Modify doc string to discourage use for character code unification.
8434d0b8 1026
aa82edfd
CY
10272009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1028
1029 * atimer.c (run_timers): Update pending_atimers.
1030
2d283c7c
CY
10312009-02-06 Chong Yidong <cyd@stupidchicken.com>
1032
eb306cab
CY
1033 * image.c (svg_load_image): Fix last change.
1034
2d283c7c
CY
1035 * xfns.c (Fx_create_frame): Signal an error if no font is
1036 found (Bug#2147).
1037
4d8e170e
JB
10382009-02-05 Juanma Barranquero <lekktu@gmail.com>
1039
1040 * character.c (syms_of_character) <script-representative-chars>:
1041 Fix typo in docstring.
1042
c96169a0
AR
10432009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1044
1045 * nsmenu.m (pop_down_menu): New function.
1046 (ns_popup_dialog): Call it on unwind.
1047 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
1048 call timer_check() (Bug#2154).
1049 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
1050 handling_signal is set.
1051 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
1052
1053 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G
1054
1055 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
1056
1057 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
1058
51d861de
SM
1059 * keyboard.c (poll_for_input_1, handle_async_input):
1060 Set handling_signal under HAVE_NS.
c96169a0 1061
aacd8ba1
GM
10622009-02-04 Glenn Morris <rgm@gnu.org>
1063
1064 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
1065
4cb75c4b
KH
10662009-02-04 Kenichi Handa <handa@m17n.org>
1067
1068 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
1069
1070 * charset.c (Fchar_charset): New optional arg restriction.
1071
1072 * coding.h (coding_system_charset_list): Extern it.
1073
1074 * coding.c (coding_system_charset_list): New function.
1075
1076 * composite.c: Include coding.h and termhooks.h.
1077 (composition_gstring_p): Fix for the terminal case.
1078 (composition_gstring_width): Likewise.
1079 (fill_gstring_body): Likewise.
1080 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
1081 the frame.
1082 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
1083 is within a composition.
867d4bb3 1084 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
1085
1086 * term.c (encode_terminal_code): Fix handling of composition.
1087 (produce_composite_glyph): For static composition, get pixel_width
1088 from struct composition.
1089
826ba17e
AS
10902009-02-02 Andreas Schwab <schwab@suse.de>
1091
1092 * unexelf.c (unexec): Handle unaligned bss offset.
1093
8ad093db
AR
10942009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1095
1096 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
1097 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 1098
8ad093db
AR
1099 * keyboard.c (handle_interrupt): Don't call
1100 quit_throw_to_read_char() under NS.
d0a76a6e 1101
8ad093db
AR
1102 * blockinput.h: Remove NS-specific code.
1103
4d18a7a2
DN
11042009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
1105
db878925
DN
1106 * dispnew.c (window_change_signal): Don't try to get the size of a
1107 suspended tty frame.
1108 * term.c (Fresume_tty): Resize if the size has changed while the
1109 tty was suspended.
1110
4d18a7a2
DN
1111 * alloc.c (mark_stack): Properly conditionalize previous change.
1112
8984df7c
JB
11132009-01-30 Juanma Barranquero <lekktu@gmail.com>
1114
1115 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
1116 * w32term.c (w32_read_socket) [SYNC_INPUT]:
1117 Remove; this code is not used on Windows.
1118
75f4f1ac
EZ
11192009-01-30 Eli Zaretskii <eliz@gnu.org>
1120
1121 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
1122 EOLs that also has stray ^M characters.
1123
07a1e794
JB
11242009-01-30 Juanma Barranquero <lekktu@gmail.com>
1125
1126 * atimer.c (run_timers, alarm_signal_handler):
1127 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
1128 * w32inevt.c (w32_console_read_socket):
1129 * w32term.c (w32_read_socket):
1130 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
1131
a8b11cc9
CY
11322009-01-30 Chong Yidong <cyd@stupidchicken.com>
1133
1134 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
1135 Initialize it as a relative filename pattern.
1136 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
1137 (Fcall_process_region): Simplify temp file creation using
1138 temporary-file-directory.
1139
c279587b
EZ
11402009-01-29 Eli Zaretskii <eliz@gnu.org>
1141
1142 * msdos.c: Rename pending_signals to msdos_pending_signals.
1143 (sig_suspender, sigprocmask): Adjust.
1144
a8fe3242
CY
11452009-01-29 Chong Yidong <cyd@stupidchicken.com>
1146
1147 * keyboard.c (pending_signals): New var.
1148 (poll_for_input, input_available_signal, init_keyboard): Set it.
1149 (process_pending_signals): New function.
1150
1151 * lisp.h (QUIT): Check pending_signals instead of
1152 interrupt_input_pending. Use process_pending_signals.
1153
51d861de 1154 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 1155
51d861de 1156 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
1157
1158 * sysdep.c (emacs_write): Use process_pending_signals.
1159
1160 * xterm.c (XTread_socket): Update pending_signals.
1161
1162 * w32term.c (w32_read_socket): Update pending_signals.
1163
1164 * w32inevt.c (w32_console_read_socket): Update pending_signals.
1165
6570a1c4
KH
11662009-01-29 Kenichi Handa <handa@m17n.org>
1167
1168 * xftfont.c (xftfont_has_char): New function.
1169 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
1170
d72a4afa
AR
11712009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
1172
1173 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
1174 under GNUstep.
1175 (ns_query_color): New declaration.
1176
1177 * nsterm.m (ns_confirm_quit): New variable.
1178 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
1179 (EmacsApp-applicationShouldTerminate:): Use it.
1180 (EmacsPrefsController): Let user set it.
1181 (ns_query_color): New function.
1182 (ns_defined_color): Use it.
1183 (ns_initialize): Drop.
1184 (ns_term_init): Add two lines from ns_initialize(), and set
1185 input_interrupt_mode to nil.
1186
1187 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 1188 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 1189
9fe78804
KH
11902009-01-28 Kenichi Handa <handa@m17n.org>
1191
1192 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
1193 (fontset_get_font_group): Remember that no font-group is specified
1194 for C.
9fe78804 1195
fa57de36
CY
11962009-01-27 Chong Yidong <cyd@stupidchicken.com>
1197
930600e9
CY
1198 * fns.c (concat): Check for string overflow (bug#1787).
1199
fa57de36
CY
1200 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
1201 Quadruple undo limits (bug#1501).
1202
7179ce7b
KH
12032009-01-27 Kenichi Handa <handa@m17n.org>
1204
1205 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
1206 directly use GT_Get_Char_index.
1207
1208 * xftfont.c (struct xftfont_info): New member `index'.
1209
1210 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 1211 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 1212
5be8fcc0
CY
12132009-01-26 Kenichi Handa <handa@m17n.org>
1214
1215 * fontset.c (fontset_find_font): Fix handling of non-cons return
1216 value of fontset_get_font_group.
1217 (fontset_font): Revert last change.
1218
19ae3e61
JR
12192009-01-26 Jason Rumney <jasonr@gnu.org>
1220
1221 * w32font.c (w32font_list_internal): Return quickly if registry is
1222 unknown. Simplify final return.
1223 (add_font_entity_to_list): Break complex logic down into more
1224 manageable chunks. Move unknown registry check to
1225 w32font_list_internal.
1226
8612b71a
AR
12272009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
1228
1229 Changes to remove Feval calls from GUI under NS.
1230
d8038940
JB
1231 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
1232 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
1233 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
1234
1235 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
1236 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
1237 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
1238 instead of NON_ASCII_KEYSTROKE_EVENT.
1239 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
1240 (EmacsApp-applicationShouldTerminate:): Query user.
1241 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
1242 instead of Feval.
1243
1244 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
1245
1246 * keyboard.c (kbd_buffer_get_event): Check for it.
1247 (keys_of_keyboard): Define lispy keys for
1248 ns-put/unput-working-text.
1249
1250 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
1251 versions.
1252 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
1253
6288ae55
CY
12542009-01-25 Chong Yidong <cyd@stupidchicken.com>
1255
1256 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 1257 setting current_buffer directly. (Bug#2044)
6288ae55 1258
289e7f8f
CY
12592009-01-24 Chong Yidong <cyd@stupidchicken.com>
1260
5ce87308 1261 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 1262 any work. (Bug#1952, bug#1990).
5ce87308 1263
64cc3cf6 1264 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 1265
b3243e6f
AR
12662009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1267
1268 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
1269 (ns_no_defaults): New declaration.
1270 (main): Use it.
e0d2e69a 1271
d900b2af 1272 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 1273
d900b2af 1274 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 1275
d900b2af
AR
1276 * nsterm.m (ns_no_defaults): New variable.
1277 (ns_initialize): Don't read defaults when ns_no_defaults.
1278 (EmacsView-readSelectionFromPasteboard:)
1279 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 1280 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
1281 (ns_dumpglyphs_stretch): New function.
1282 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 1283 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 1284
e0d2e69a
AR
1285 * nsimage.m (setPixmapData:): Set to ignore image DPI.
1286
3ac71f5d
CY
12872009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
1288
1289 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
1290 call for Sparc64.
1291
3fe53a83
AR
12922009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1293
1294 * nsfns.m:
1295 * nsgui.h:
1296 * nsmenu.m:
1297 * nsselect.m:
1298 * nsterm.h:
1299 * nsterm.m: Remove '23' comments that indicated code added during
1300 update from emacs-20 -> emacs-23.
1301
10f87c6f 13022009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
1303
1304 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 1305 ns_alternate_modifier. (Bug#1217)
a3b53a85 1306
c7cef62d
AR
1307 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
1308 Display all shortcuts, including those w/o super modifier.
1309
575fb8bd
AR
1310 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
1311
918b848b
CY
13122009-01-22 Chong Yidong <cyd@stupidchicken.com>
1313
1314 * fileio.c (Vwrite_region_post_annotation_function)
1315 (Vwrite_region_annotation_buffers): New vars.
1316 (build_annotations_unwind): Just reset
1317 Vwrite_region_annotation_buffers.
1318 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
1319 Call write-region-post-annotation-function.
1320 (build_annotations): Add to Vwrite_region_annotation_buffers if
1321 buffer changes.
1322
a39e2539
AR
13232009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1324
1325 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
1326 Tiger.
51d861de
SM
1327 * nsfns.m (ns_do_applescript):
1328 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 1329
35ed44db
AR
13302009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
1331
1332 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
1333
cbe0b5bf
AR
13342009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1335
1336 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 1337
6049d3a0
AR
1338 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
1339
1340 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
1341 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
1342 handle Ctrl-tab. (Bug#1841)
1343 (ns_get_color): Use unsigned long long for scanned hex string value.
1344 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 1345 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 1346 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 1347 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 1348 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 1349 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 1350 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 1351
d3810c21 1352 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 1353 DPI. (Bug#1316)
d3810c21
AR
1354 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
1355 values in onTiger section.
4c7077c3 1356
e301e634
CY
13572009-01-19 Chong Yidong <cyd@stupidchicken.com>
1358
7f82490b
CY
1359 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
1360 Check return value of font_spec_from_name.
64cc3cf6 1361 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
1362
1363 * font.c (font_spec_from_name): Return Qnil if font name could not
1364 be parsed.
1365 (font_parse_name): Treat a `?' character as part of an XLFD.
1366
e301e634
CY
1367 * fns.c (Fsubstring): Doc fix.
1368
1c0db158
KH
13692009-01-19 Kenichi Handa <handa@m17n.org>
1370
51d861de 1371 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
1372 (ftfont_list): Likewise.
1373
acf20901
JB
13742009-01-18 Juanma Barranquero <lekktu@gmail.com>
1375
fff4e459
JB
1376 * dbusbind.c (Fdbus_register_signal):
1377 * process.c (conv_sockaddr_to_lisp):
1378 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
1379
acf20901
JB
1380 * callproc.c (Fgetenv_internal): Doc fix.
1381
e7abcdfb
CY
13822009-01-16 Chong Yidong <cyd@stupidchicken.com>
1383
1384 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
1385 it is not even used.
1386
b60861e6
GM
13872009-01-16 Glenn Morris <rgm@gnu.org>
1388
1389 * font.c (Ffont_variation_glyphs): Silence compiler.
1390
8db52afe
JB
13912009-01-15 Juanma Barranquero <lekktu@gmail.com>
1392
1393 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
1394 Reported by David Robinow <drobinow@gmail.com>.
1395
4cddb209
KH
13962009-01-15 Kenichi Handa <handa@m17n.org>
1397
51d861de 1398 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 1399
f247f67b
JR
14002009-01-14 Jason Rumney <jasonr@gnu.org>
1401
1402 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 1403 never a fontset. (Bug#1562)
f247f67b 1404
f56a4450
KH
14052009-01-14 Kenichi Handa <handa@m17n.org>
1406
1407 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 1408 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 1409
4e99855e
CY
14102009-01-13 Chong Yidong <cyd@stupidchicken.com>
1411
1412 * font.c (font_clear_prop): If clearing the family, clear the font
1413 width index too.
1414
fff4e459 1415 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 1416
24f01470
JB
14172009-01-12 Juanma Barranquero <lekktu@gmail.com>
1418
1419 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
1420 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
1421 functions, use sizeof.
1422
a41240a3
MR
14232009-01-12 Martin Rudalics <rudalics@gmx.at>
1424
1425 * keyboard.c (read_char): Fix case where last_nonmenu_event
1426 returned a bad value with submenus. (Bug#447)
1427
944636b8
CY
14282009-01-12 Chong Yidong <cyd@stupidchicken.com>
1429
1430 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
1431 family, clear the font width index too.
1432
0dad7c6f
JR
14332009-01-11 Jason Rumney <jasonr@gnu.org>
1434
1435 * keyboard.c (cmd_error_internal): Exit when errors occur before
1436 frame creation and not in daemon mode. (Bug#1836)
1437
7c2363af
CY
14382009-01-10 Chong Yidong <cyd@stupidchicken.com>
1439
1440 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
1441 of a display vector, backtrack.
1442 (try_window_reusing_current_matrix): Check glyph type before
1443 referencing charpos member.
1444
97b1b294
EZ
14452009-01-10 Eli Zaretskii <eliz@gnu.org>
1446
1447 Fix Bug #876:
1448
1449 * coding.c (inhibit_null_byte_detection): New variable.
1450 (detect_coding, detect_coding_system): Don't pay attention to null
1451 bytes if inhibit_null_byte_detection is non-zero.
51d861de 1452 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
1453 <inhibit-iso-escape-detection>: Doc fix.
1454
4624b6e3
JR
14552009-01-09 Jason Rumney <jasonr@gnu.org>
1456
1457 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 1458 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
1459 Only report Unicode Plane 2 fonts as unicode-sip.
1460
323b840c
CY
14612009-01-09 Chong Yidong <cyd@stupidchicken.com>
1462
51d861de
SM
1463 * xfaces.c (Fx_font_family_list): Delete function.
1464 Move compatibility version to faces.el.
323b840c 1465
51d861de 1466 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 1467
eba7400d
MR
14682009-01-09 Martin Rudalics <rudalics@gmx.at>
1469
1470 * frame.c (x_set_frame_parameters): Remember requested value for
1471 fullscreen before it's reset by the parameter handler.
1472
4b09796d
GM
14732009-01-09 Glenn Morris <rgm@gnu.org>
1474
1475 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 1476 (last_command_event): ... and update all users.
4b09796d
GM
1477 (last_input_char): For clarity, rename to...
1478 (last_input_event): ... and update all users.
1479 (last-command-char, last-input-char): Move to subr.el as aliases.
1480 * cmds.c, commands.h: Update for last_command_char rename.
1481
14ccea62
CY
14822009-01-08 Chong Yidong <cyd@stupidchicken.com>
1483
51d861de 1484 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 1485
5f004711
JR
14862009-01-08 Jason Rumney <jasonr@gnu.org>
1487
1488 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
1489 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
1490 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
1491 Don't declare.
fff4e459 1492 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
1493 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
1494
b71f6f73
KH
14952009-01-07 Kenichi Handa <handa@m17n.org>
1496
50b06221 1497 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 1498 remember the coding system used for decoding in
50b06221
KH
1499 coding_system (Bug#1039).
1500
b71f6f73 1501 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 1502 breaking the loop. (Bug#870)
b71f6f73
KH
1503 (decode_coding_utf_16, decode_coding_emacs_mule)
1504 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
1505 (decode_coding_charset): Likewise.
1506
56f668f7
MR
15072009-01-05 Martin Rudalics <rudalics@gmx.at>
1508
1509 * frame.c (x_set_frame_parameters): Make sure height (width) get
1510 applied when fullwidth (fullheight) is set. (Bug#1522)
1511
5da9424d
JB
15122009-01-04 Juanma Barranquero <lekktu@gmail.com>
1513
1514 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
1515 (utc_base): Declare as ULONGLONG, not long double.
1516 (convert_time_raw): Delete.
1517 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
1518 (initialize_utc_base): New function.
1519 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
1520 (convert_from_time_t): Use initialize_utc_base; compute result with
1521 64-bit arithmetic.
1522 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
1523
c4605e09
EZ
15242009-01-03 Eli Zaretskii <eliz@gnu.org>
1525
9acef61c 1526 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
1527 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
1528 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
1529 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
1530 [!subprocesses]: Define.
1531 (syms_of_process) [!subprocesses]: Intern and staticpro them.
1532 (Flist_system_processes, Fsystem_process_attributes)
1533 [!subprocesses]: Call list_system_processes and
1534 system_process_attributes instead of returning Qnil.
1535
9acef61c
JB
1536 * dosfns.c (system_process_attributes, list_system_processes):
1537 New functions.
c4605e09
EZ
1538
1539 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
1540
1541 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
1542 Don't use the default (no-op) implementation.
1543
8b7d0a16
JR
15442009-01-03 Jason Rumney <jasonr@gnu.org>
1545
a6d46bc1
JR
1546 * keyboard.c (parse_modifiers_uncached): Wheel events are
1547 clicks (bug#687).
1548
8b7d0a16
JR
1549 * w32term.c (x_query_colors, x_query_color): New functions.
1550
1551 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
1552 (svg_load_image): Cast returned pointers from dynamically loaded
1553 functions. Eliminate W32 specific code.
1554
bfe11752
DN
15552009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
1556
89e2438a
DN
1557 * nsfns.m (x_set_foreground_color, x_set_background_color)
1558 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
1559 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
1560 x_ prefix instead of ns_. Update references.
1561 (syms_of_nsfns): Add a FIXME comment.
1562
1563 * nsterm.m (x_set_cursor_type): New prototype.
1564 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
1565
bfe11752
DN
1566 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
1567 for Solaris instead of incorrectly providing Qutime and Qcutime.
1568
031da700
EZ
15692009-01-02 Eli Zaretskii <eliz@gnu.org>
1570
1571 * w32.c (process_times): Compute sum of utime and stime.
1572 (system_process_attributes): Add Qtime to the alist.
1573
1574 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
1575 and add them to the alist.
1576
1577 * process.c (top level) <Qtime, Qctime>: New variables.
1578 (syms_of_process): staticpro them.
1579 (Fsystem_process_attributes): Add their documentation to the doc
1580 string.
1581
1582 * process.h: Declare Qtime and Qctime.
1583
df23bf08
JR
15842009-01-02 Jason Rumney <jasonr@gnu.org>
1585
9acef61c 1586 * image.c (Qgobject): New symbol.
df23bf08
JR
1587 (syms_of_image): Initialize it.
1588 (init_svg_functions): Load some functions from gobject library.
1589
5bbdf7aa
DN
15902009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
1591
1592 * frame.c (make_terminal_frame): Remove redundant code and useless
1593 block.
1594
63136da6
AS
15952009-01-01 Andreas Schwab <schwab@suse.de>
1596
1597 * process.c (conv_sockaddr_to_lisp): Add workaround for
1598 getsockname bug on BSD.
1599
9ef69046
CY
16002009-01-01 Chong Yidong <cyd@stupidchicken.com>
1601
d6fafbe0
CY
1602 * xfns.c (x_create_tip_frame): Set border width of the X window.
1603
51d861de 1604 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 1605
f9c34147
JR
16062009-01-01 Jason Rumney <jasonr@gnu.org>
1607
9acef61c 1608 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
1609 Don't block input, as per earlier xterm.c changes.
1610
f5497e45
AR
16112008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
1612
1613 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
1614 (ns_appkit_version_int): New function.
1615 (x-server-version): Use ns_appkit_version_int and follow 21+
1616 convention of returning 3 integers.
1617
c19cab20
KH
16182008-12-30 Kenichi Handa <handa@m17n.org>
1619
1620 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
1621 (CHAR_SURROGATE_PAIR_P): New macro.
1622
1623 * font.h (struct font_driver): New member get_variation_glyphs.
1624
9acef61c 1625 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
1626 (Ffont_variation_glyphs): New function.
1627 (syms_of_font): Defsubr it.
1628
1629 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
1630 ftfont_variation_glyphs.
1631 (setup_otf_gstring): New function.
1632 (ftfont_drive_otf): Use it.
1633 (ftfont_shape_by_flt): Handle variation selector.
1634 (ftfont_variation_glyphs): New function.
1635
28cd591f
MR
16362008-12-30 Martin Rudalics <rudalics@gmx.at>
1637
1638 * frame.c (Vemacs_iconified): Remove.
1639
7f714baf
JR
16402008-12-30 Jason Rumney <jasonr@gnu.org>
1641
1642 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 1643 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 1644
9d2d22ab
CY
16452008-12-30 Chong Yidong <cyd@stupidchicken.com>
1646
1647 * indent.c (Fvertical_motion): Don't advance iterator if we have
1648 reseated to the desired position.
1649
1650 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
1651 checking for pos match.
1652
545312c2
KH
16532008-12-30 Kenichi Handa <handa@m17n.org>
1654
1ede3eb6
KH
1655 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
1656 just get the low 8-bit of the code.
1657
545312c2
KH
1658 * font.c (font_intern_prop): Validate str as multibyte.
1659
bd7bbf29
DN
16602008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1661
31e0750e
DN
1662 * dispextern.h (struct face): Move lface and hash from the middle
1663 of bitfields.
1664
bd7bbf29
DN
1665 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
1666
b5672e7c
DN
16672008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1668
1669 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
1670 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
1671 instead of intervals.h.
1672
d704470f
AS
16732008-12-26 Andreas Schwab <schwab@suse.de>
1674
1675 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
1676 cons.
1677
54b33868
MR
16782008-12-26 Martin Rudalics <rudalics@gmx.at>
1679
1680 * textprop.c (Qminibuffer_prompt): New variable.
1681 (syms_of_textprop): Initialize it.
1682 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
1683 in minibuffer-prompt face. (Bug#1662)
1684
40b615d6
JR
16852008-12-25 Jason Rumney <jasonr@gnu.org>
1686
1687 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
1688
baae5c2d
JR
16892008-12-24 Jason Rumney <jasonr@gnu.org>
1690
1691 * ralloc.c (r_alloc_reset_variable): New function.
1692
1693 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 1694 record of what points where. (Bug#716)
baae5c2d 1695
a9051c88
DN
16962008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
1697
1698 * minibuf.c (read_minibuf): Follow the non-interactive case when
1699 running as a daemon, before detaching.
1700
8b146312
AS
17012008-12-22 Andreas Schwab <schwab@suse.de>
1702
1703 * buffer.c (init_buffer): Use realloc instead of xrealloc.
1704 * gtkutil.c (free_widget_value): Use xfree instead of free.
1705
56f2de10
MR
17062008-12-22 Martin Rudalics <rudalics@gmx.at>
1707
1708 * frame.c (delete_frame): New function derived from
1709 Fdelete_frame to handle Qnoelisp value for FORCE argument.
1710 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
1711 (Fdelete_frame): Call delete_frame. Remove line from doc-string
1712 saying that FORCE non-nil doesn't run `delete-frame-functions'.
1713 * frame.h: Extern delete_frame.
1714 * window.c (window_loop):
1715 * terminal.c (delete_terminal):
1716 * xterm.c (x_connection_closed):
1717 * xfns.c (Fx_hide_tip):
9acef61c 1718 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 1719
1fc200d6
JR
17202008-12-21 Jason Rumney <jasonr@gnu.org>
1721
1722 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
1723 when character maps to .notdef character.
1724
5e252df2
SM
17252008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
1726
1727 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
1728
99b72cc4
JR
17292008-12-20 Jason Rumney <jasonr@gnu.org>
1730
1731 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 1732 a graphical frame on Windows. (Bug#1325)
99b72cc4 1733
acc49a52
JD
17342008-12-20 Jan Djärv <jan.h.d@swipnet.se>
1735
1736 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
1737
6ea15123
CY
17382008-12-20 Chong Yidong <cyd@stupidchicken.com>
1739
1740 * minibuf.c (Fread_buffer): Doc fix.
1741
b2dab6c8
JR
17422008-12-20 Jason Rumney <jasonr@gnu.org>
1743
54ea0c87 1744 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 1745 server name in UNC paths. (Bug#719)
54ea0c87 1746
b2dab6c8 1747 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 1748 charbuf. (Bug#1035)
b2dab6c8 1749
6d1921be
DN
17502008-12-19 Daniel Engeler <engeler@gmail.com>
1751
1752 * sysdep.c (serial_configure): Fix typo.
1753
53934c98
DN
17542008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
1755
1756 * sysdep.c: Include alloca.h.
f4f634e8
DN
1757 (system_process_attributes): Add implementation for Solaris.
1758
1759 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 1760
06e111a6
DN
17612008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
1762
1763 Reorganize implementation of Flist_system_processes and
1764 Fsystem_process_attributes. No functional changes.
1765 * process.c: Don't #include pwd.h, grp.h and limits.h.
1766 (Flist_system_processes): Just call list_system_processes.
1767 (Fsystem_process_attributes): Just call system_process_attributes.
1768 (procfs_list_system_processes, time_from_jiffies)
1769 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
1770 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
1771
1772 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
1773 (list_system_processes): Rename from
1774 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
1775 Provide a do nothing implementation.
1776 (system_process_attributes): Rename from
1777 procfs_list_system_processes.
1778 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 1779 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
1780
1781 * w32.c (list_system_processes): Rename from
1782 w32_list_system_processes.
1783 (system_process_attributes): Rename from
1784 w32_system_process_attributes.
1785
1786 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
1787
1788 * process.h (w32_list_system_processes)
1789 (w32_system_process_attributes): Remove.
1790 (list_system_processes, system_process_attributes): New
1791 prototypes.
1792
6a705b23
KH
17932008-12-19 Kenichi Handa <handa@m17n.org>
1794
1795 * xfont.c (xfont_decode_coding_xlfd): New function.
1796 (xfont_encode_coding_xlfd): New function.
1797 (xfont_list_pattern): Decode XLFD by iso-8859-1.
1798 (xfont_list): Decode and encode XLFD by iso-8859-1.
1799 (xfont_match): Likewise.
1800 (xfont_list_family): Likewise.
1801 (xfont_open): Likewise.
1802
d66c0241 1803 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
1804 names are utf-8.
1805
d66c0241 1806 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
1807 names are utf-8.
1808
5a130941
JD
18092008-12-18 Jan Djärv <jan.h.d@swipnet.se>
1810
1811 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
1812 changed.
bfd20325
JD
1813 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
1814 clicked on a detached tool bar button.
5a130941 1815
fd95644b
DN
18162008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
1817
1818 * emacs.c (main): Print and error and exit when no data is read
1819 from the pipe.
1820
e6eee6ae
JR
18212008-12-17 Jason Rumney <jasonr@gnu.org>
1822
1823 * w32font.c (w32font_has_char): Always return -1.
1824
a35dd56b
KH
18252008-12-16 Kenichi Handa <handa@m17n.org>
1826
1827 * font.c (font_open_entity): Fix previous change.
1828
0e3635c2
DN
18292008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
1830
1831 * process.c: Include <limits.h>.
1832
d4835507 18332008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
1834
1835 * font.c (font_update_drivers): Fix mistake in reconstructing the
1836 driver list.
1837
18382008-12-16 Chong Yidong <cyd@stupidchicken.com>
1839
1840 * font.c (font_clear_cache): Fix format of font cache data.
1841
e2cbc401
CY
18422008-12-15 Chong Yidong <cyd@stupidchicken.com>
1843
1844 * xftfont.c (xftfont_open): Free Xft font pattern if
1845 XftFontOpenPattern fails.
1846
1847 * xterm.c (x_free_frame_resources): Remove extraneous call to
1848 free_frame_faces.
1849
b131d535
CY
18502008-12-13 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * xterm.c (x_delete_display): Move xim_close_dpy call to
1853 x_delete_terminal.
1854 (x_delete_terminal): Call xim_close_dpy.
1855
e6df5336
JR
18562008-12-13 Jason Rumney <jasonr@gnu.org>
1857
1858 * w32font.c (intern_font_name): New function.
1859 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
1860 (w32font_open_internal, Fx_select_font): Decode font name.
1861 (fill_in_logfont, list_all_matching_fonts): Encode font name.
1862
1863 * w32font.h (intern_font_name): Declare new function.
1864
1865 * w32uniscribe.c (add_opentype_font_name_to_list):
1866 Use intern_font_name.
1867
20d68145
CY
18682008-12-13 Chong Yidong <cyd@stupidchicken.com>
1869
9f2554de
CY
1870 * frame.c (Fdelete_frame): Call free_font_driver_list.
1871
3d9bec9a
CY
1872 * font.c (free_font_driver_list): Implement missing function.
1873
20d68145
CY
1874 * w32term.c (w32_term_init): Don't initialize the image cache
1875 here; it will be done in init_frame_faces.
1876
1877 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
1878 (struct x_display_info): Remove unused member null_pixel. New
1879 member xim_callback_data.
1880
1881 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
1882 (xim_initialize): Save pointer to callback function data.
1883 (xim_close_dpy): Free callback function data. Call XCloseIM,
1884 reverting 2008-11-04 change by David Smith.
1885 (x_term_init): Don't initialize the image cache here; it will be
1886 done in init_frame_faces. Remove ancient "null_pixel" cruft.
1887 (x_delete_display): Free x_dnd_atoms member.
1888
96f9306b
KH
18892008-12-13 Kenichi Handa <handa@m17n.org>
1890
6dec9044
JB
1891 * font.c (font_rescale_ratio): Moved from xfaces.c.
1892 Argument type changed. Handle a font-spec too.
96f9306b 1893 (font_score): Check Vface_font_rescale_alist.
6dec9044 1894 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
1895
1896 * xfaces.c (font_rescale_ratio): Moved to font.c.
1897
8d5b4964
CY
18982008-12-13 Chong Yidong <cyd@stupidchicken.com>
1899
1900 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
1901
e6df5336
JR
19022008-12-12 Jason Rumney <jasonr@gnu.org>
1903
1904 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
1905 Vwindow_system_version to the real w32 major version.
1906
97c6058a
DN
19072008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
1908
1909 * term.c (init_tty): Move setting the terminal name before the
1910 potential user: maybe_fatal.
1911
ec4e88d7
CY
19122008-12-11 Chong Yidong <cyd@stupidchicken.com>
1913
d4835507
JB
1914 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
1915 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 1916
b4233ec9
JR
19172008-12-11 Jason Rumney <jasonr@gnu.org>
1918
8ec71e23 1919 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 1920 SYMBOL_CHARSET. (Bug#547)
8ec71e23 1921
b4233ec9 1922 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 1923 size for surrogates. (Bug#1096, bug#872)
b4233ec9 1924
011a0143
JB
19252008-12-11 Juanma Barranquero <lekktu@gmail.com>
1926
1927 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
1928
3c309f34
JB
19292008-12-11 Juanma Barranquero <lekktu@gmail.com>
1930
1931 * process.c (Fsystem_process_attributes, syms_of_process):
1932 Fix typo in name of Ssystem_process_attributes.
1933 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
1934
fedc6ab5
JB
19352008-12-11 Juanma Barranquero <lekktu@gmail.com>
1936
1937 * syntax.c (Fmodify_syntax_entry): Doc fix.
1938
ba3de0e8
JB
19392008-12-10 Juanma Barranquero <lekktu@gmail.com>
1940
1941 * font.c (Ffont_spec): Move usage to end of docstring.
1942
174f1c74
JR
19432008-12-10 Jason Rumney <jasonr@gnu.org>
1944
1945 * w32font.c (Qcham): New symbol.
1946 (font_supported_scripts): Add cham, and comments for other new
1947 scripts in bitfield from OpenType spec.
9d32f818
JR
1948 (add_font_entity_to_list): Limit unicode-sip fonts to those that
1949 contain characters beyond the bmp.
174f1c74 1950
7b649478
KH
19512008-12-10 Kenichi Handa <handa@m17n.org>
1952
1953 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 1954 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
1955 Qunicode_sip.
1956
2133e2d1
JB
19572008-12-10 Juanma Barranquero <lekktu@gmail.com>
1958
1959 * coding.c (QCdefault_char): Rename from QCdefalut_char.
1960 (Fcoding_system_put): Use QCdefault_char.
1961 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
1962
9af886ee
CY
19632008-12-09 Chong Yidong <cyd@stupidchicken.com>
1964
74d819eb
CY
1965 * xftfont.c (syms_of_xftfont): Fix typo.
1966
4ccfa1c0 1967 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 1968
7c19d3ae
DN
19692008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1970
1971 * emacs.c (main): Close daemon_pipe on exec.
1972
567826bb
CY
19732008-12-08 Chong Yidong <cyd@stupidchicken.com>
1974
1975 * termchar.h (struct tty): New members termcap_term_buffer and
1976 termcap_strings_buffer.
1977
1978 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 1979 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
1980 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
1981 All callers changed.
1982 (init_tty): Store termcap data and string buffers in new struct
1983 tty members termcap_term_buffer and termcap_strings_buffer.
1984 (delete_tty): Free them.
4ccfa1c0 1985 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 1986
aa96c42b
SZ
19872008-12-07 Seiji Zenitani <zenitani@mac.com>
1988
1989 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 1990 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 1991
b7e1d896
CY
19922008-12-06 Chong Yidong <cyd@stupidchicken.com>
1993
1994 * coding.c (make_conversion_work_buffer): Disable buffer
1995 modification hooks in the work buffer.
1996
b5ec91a5
EZ
19972008-12-05 Eli Zaretskii <eliz@gnu.org>
1998
1999 * process.c (procfs_system_process_attributes): If `nread' has a
2000 negative value, assign zero to it.
2001
a5d2a52b
CY
20022008-12-05 Chong Yidong <cyd@stupidchicken.com>
2003
68c5540b 2004 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 2005
7bf1bb21
KH
20062008-12-05 Kenichi Handa <handa@m17n.org>
2007
2008 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
2009 second character is a combining character.
2010
2fdc7d00
EZ
20112008-12-05 Eli Zaretskii <eliz@gnu.org>
2012
2013 * process.c (procfs_system_process_attributes): Don't use cmd,
2014 cmdsize, and q without initializing them first.
2015
bf6bfba8
JR
20162008-12-04 Jason Rumney <jasonr@gnu.org>
2017
2018 * w32font.c (w32font_draw): Initialize orig_clip before getting
2019 it, and delete it when finished.
2020
a3b1a468
DN
20212008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
2022
2023 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
2024 case when running as a daemon before detaching.
2025
8b8be8eb
JB
20262008-12-03 Juanma Barranquero <lekktu@gmail.com>
2027
805f2638 2028 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 2029
b1bde622
KH
20302008-12-03 Kenichi Handa <handa@m17n.org>
2031
e500c47d
KH
2032 * font.c (font_at): Set `multibyte' at first.
2033
ca516334
KH
2034 * coding.c (decode_coding_charset): Check type of an element of
2035 vector VALIDS.
7bf1bb21 2036 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 2037
4ccfa1c0 2038 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
2039 (font_for_char): Likewise.
2040
1e5ecd37
CY
20412008-12-03 Chong Yidong <cyd@stupidchicken.com>
2042
d5b01609 2043 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
2044 (font_update_lface): Handle fonts with corrupted size specs,
2045 i.e. non-int and non-float.
d5b01609 2046
11e3a6e4 2047 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 2048 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 2049 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 2050
ab06788b
CY
2051 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
2052
1e5ecd37 2053 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 2054 underline_minimum_offset for underline position.
1e5ecd37 2055
63c125ab
DN
20562008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2057
2058 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
2059
2060 * character.c (c_string_width): Specify the type for LEN.
2061
3a8406e1
KH
20622008-12-03 Kenichi Handa <handa@m17n.org>
2063
4ccfa1c0 2064 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 2065 (decode_coding_utf_8): Likewise.
4ccfa1c0 2066 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 2067 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 2068
651df7d9
CY
20692008-12-02 Chong Yidong <cyd@stupidchicken.com>
2070
2071 * keyboard.c (make_lispy_position): Only use PT if the selected
2072 window is current.
2073
1f625c6c
AS
20742008-12-02 Andreas Schwab <schwab@suse.de>
2075
f7741ce9
AS
2076 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
2077
1f625c6c
AS
2078 * doprnt.c (doprnt1): Fix size of charbuf.
2079
92bc2678
CY
20802008-12-02 Chong Yidong <cyd@stupidchicken.com>
2081
2082 * keyboard.c (timer_check): Revert last change.
2083
93b9e8cc
JB
20842008-12-02 Juanma Barranquero <lekktu@gmail.com>
2085
2086 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
2087
fd7a37d5
JB
20882008-12-01 Juanma Barranquero <lekktu@gmail.com>
2089
2090 * makefile.w32-in: Update dependencies.
2091 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
2092
c115043b
AS
20932008-12-01 Andreas Schwab <schwab@suse.de>
2094
2095 * font.c (register_font_driver): Use xmalloc.
2096 (font_put_frame_data): Likewise.
2097
f5668d2a
CY
20982008-12-01 Chong Yidong <cyd@stupidchicken.com>
2099
860d96be
CY
2100 * xfaces.c (realize_x_face): Make abort condition clearer.
2101
f5668d2a
CY
2102 * gtkutil.c (update_frame_tool_bar): Initialize variable.
2103
379c17e7
CY
21042008-11-30 Chong Yidong <cyd@stupidchicken.com>
2105
2106 * keyboard.c (timer_check): After a timer runs, ensure that the
2107 selected window's buffer is current.
2108
35f36d65
JB
21092008-11-30 Juanma Barranquero <lekktu@gmail.com>
2110
f952c61c
JB
2111 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
2112 It was accidentally restored by the Unicode merge.
2113
35f36d65
JB
2114 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
2115
b23077df
JB
21162008-11-29 Juanma Barranquero <lekktu@gmail.com>
2117
2118 * w32proc.c: Include "coding.h".
2119 (Fw32_short_file_name): Encode filename passed to Windows API.
2120 (Fw32_long_file_name): Encode filename passed to Windows API and
2121 decode back the result. (Bug#1433)
2122
b8ebe9dd
KH
21232008-11-29 Kenichi Handa <handa@m17n.org>
2124
8cc53f96
KH
2125 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
2126 not before accessing it.
2127
b8ebe9dd
KH
2128 * charset.c (Fdefine_charset_internal): After calculating
2129 min_char, max_char, and fastmap, copy the charset structure again.
2130 (encode_char): Fix the previous change.
2131
59bc82c0
SZ
21322008-11-28 Seiji Zenitani <zenitani@mac.com>
2133
2134 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
2135
2136 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
2137
2138 * nsterm.m (x_set_frame_alpha): New function.
2139
32247e3d
EZ
21402008-11-27 Eli Zaretskii <eliz@gnu.org>
2141
2142 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
2143
b003e5ff
JB
21442008-11-27 Juanma Barranquero <lekktu@gmail.com>
2145
2146 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
2147 pointer to check_face_name.
2148
708550f5
KH
21492008-11-27 Kenichi Handa <handa@m17n.org>
2150
2151 * category.h (SET_CATEGORY_SET): Call set_category_set.
2152 (set_category_set): Extern it.
2153
2154 * category.c (hash_get_category_set): New function.
2155 (Fmodify_category_entry): Adjusted for the change of
2156 char_table_ref_and_range. Call hash_get_category_set to get a
2157 category set to store in the table.
2158
2159 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
2160 Funify_charset.
2161
2ae37cf0 2162 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
2163 (DECODE_CHAR): Check if the decoder vector is ready.
2164 (ENCODE_CHAR): Check if the encoder char-table is ready.
2165 (maybe_unify_char): Extern it.
2166
2167 * charset.c (Vchar_unified_charset_table): Delete it.
2168 (inhibit_load_charset_map): New variable.
2169 (temp_charset_work): New variable.
2170 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
2171 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
2172 New macros.
2173 (load_charset_map): Meaning of control_flag changed. If
2174 inhibit_load_charset_map is nonzero, setup a table in
2175 temp_charset_work.
2176 (load_charset): New argument control_flag.
2177 (map_charset_for_dump): New function.
2178 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
2179 map_charset_for_dump.
2180 (Fdefine_charset_internal): If the charset method is MAP, load
2181 mapping tables by calling load_charset.
2182 (Funify_charset): Don't load a mapping table but directly set
2183 Vchar_unify_table.
2184 (maybe_unify_char): New function.
2185 (decode_char): Don't handle the deleted method MAP_DEFERRED.
2186 Handle the case of inhibit_load_charset_map being nonzero.
2187 (encode_char): Don't handle the deleted method MAP_DEFERRED.
2188 Handle the case of inhibit_load_charset_map being nonzero.
2189 (Fclear_charset_maps): Just free temp_charset_work.
2190 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
2191 variable.
2192
2193 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
2194 change of char_table_ref_and_range.
2195 (char_table_ref_and_range): Change the meaning of argument FROM
2196 and TO. Now the caller must provide initial values for *FROM
2197 and *TO.
2198
2199 * fontset.c (fontset_add): Adjusted for the change of
2200 char_table_ref_and_range.
2201 (fontset_get_font_group): Likewise.
2202 (Ffontset_info): Likewise.
2203
2204 * keymap.c (describe_vector): Adjusted for the change of
2205 char_table_ref_and_range. For char-table, put boundary between
2206 non-ASCII and 8-bit characters.
2207
2208 * print.c (print_object): For bool-vector, delete unnecessary
2209 check of ASCII_BYTE_P.
2210
9196133b
JR
22112008-11-26 Jason Rumney <jasonr@gnu.org>
2212
2213 * w32font.c (w32font_open_internal): Don't include external
9acef61c 2214 leading in font height. (Bug#879)
9196133b 2215
9f688acf
GM
22162008-11-26 Glenn Morris <rgm@gnu.org>
2217
2218 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
2219 redefinition with ifdef. (Bug#1383)
2220
90d19aff
AR
22212008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2222
2223 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
2224
4ccfa1c0 22252008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
2226
2227 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
2228 New EmacsView methods.
2229 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
2230 Fixes bug #1048,1357,1414.
2231
22322008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2233
2234 Fix bug #1362.
2235 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
2236 is not an indexed color.
2237 * nsterm.m (free_indexed_color): Add argument checking.
2238 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
2239
e7d5ecb3
CY
22402008-11-24 Chong Yidong <cyd@stupidchicken.com>
2241
2242 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
2243 Document confirm-after-completion value for
2244 minibuffer-completion-confirm.
2245
c285743c
JR
22462008-11-24 Jason Rumney <jasonr@gnu.org>
2247
2248 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
2249 warning.
2250
b0857706
JR
22512008-11-23 Jason Rumney <jasonr@gnu.org>
2252
2253 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
2254 restored before returning.
2255
2256 * w32font.c (check_face_name): New function.
2257 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 2258 fonts. (Bug#642)
b0857706 2259
ee50ff07
MR
22602008-11-22 Martin Rudalics <rudalics@gmx.at>
2261
2262 * buffer.c (Fswitch_to_buffer): Reword and mention new option
2263 confirm-nonexistent-file-or-buffer in doc-string.
2264
b8ff72fa
SM
22652008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
2268 Fix copy/paste typo. Add checks.
2269
cee53ed4
KH
22702008-11-21 Kenichi Handa <handa@m17n.org>
2271
2272 * coding.c (detect_coding_iso_2022): Reject invalid composition
2273 sequence.
2274 (DECODE_COMPOSITION_START): If the current source is the last
2275 block, and the current composition doesn't end, regard this
2276 sequence as invalid.
2277 (decode_coding_iso_2022): Handle invalid composition sequence.
2278
f6ef1e65
MR
22792008-11-20 Martin Rudalics <rudalics@gmx.at>
2280
2281 * window.c (coordinates_in_window): Don't return
2282 ON_VERTICAL_BORDER for the rightmost position of a mode/header
2283 line when the window is not the rightmost one. (Bug#1372)
2284
e08b1705
MR
22852008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
2286
2287 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
2288
ad98e89f
EZ
22892008-11-15 Eli Zaretskii <eliz@gnu.org>
2290
2291 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
2292 and bright_bg if noninteractive is non-zero.
2293
fb098a4b
CY
22942008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2295
2296 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
2297 x_draw_glyph_string_background.
2298
2299 * w32term.c (x_draw_glyph_string): Likewise.
2300
ce952b6e
CY
23012008-11-15 Chong Yidong <cyd@stupidchicken.com>
2302
2303 * xterm.c (x_draw_glyph_string): Stop drawing the background of
2304 the next glyph string once past the overhang width.
2305
2306 * nsterm.m (ns_draw_glyph_string): Likewise.
2307
2308 * w32term.c (x_draw_glyph_string): Likewise.
2309
26ea7079
CY
23102008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
2311
2312 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
2313 double file close.
2314
1c33c906
MR
23152008-11-14 Martin Rudalics <rudalics@gmx.at>
2316
2317 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
2318 dedicated status of window before attempting to display another
2319 buffer in it.
2320
8fc29035
JB
23212008-11-14 Juanma Barranquero <lekktu@gmail.com>
2322
2323 * msdos.c (Fmsdos_long_file_names):
2324 (syms_of_msdos) <dos-unsupported-char-glyph>:
2325 * dosfns.c (Fint86): Fix typos in docstrings.
2326
55fb4286
EZ
23272008-11-14 Eli Zaretskii <eliz@gnu.org>
2328
2329 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
2330
3fda0315
KY
23312008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
2332
2333 * puresize.h (BASE_PURESIZE): Increase to 1260000.
2334
7e849c17
CY
23352008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
2336
2337 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
2338
2339 * frame.h: Negative alpha means "don't touch".
2340
2341 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
2342
2343 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
2344
b9fd67bd
DN
23452008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2346
2347 * hftctl.c:
2348 * chpdef.h:
2349 * acldef.h: Remove files used only for systems no longer supported.
2350
2351 * Makefile.in: Fix .o alphabetical ordering.
2352 (hftctl.o): Remove dependency, file removed.
2353 (keymap.o, print.o): Depend on charset.h.
2354
d5998e03
KH
23552008-11-10 Kenichi Handa <handa@m17n.org>
2356
2ae37cf0 2357 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 2358
be70e183
CY
23592008-11-08 Chong Yidong <cyd@stupidchicken.com>
2360
2361 * dired.c (file_name_completion): If completion_ignore_case is
2362 enabled, ignore case when checking completion-regexp-list.
2363
7cf94eac
EZ
23642008-11-08 Eli Zaretskii <eliz@gnu.org>
2365
2366 * vm-limit.c (get_lim_data): Fix last change.
2367
ee107a89
KH
23682008-11-08 Kenichi Handa <handa@m17n.org>
2369
2370 * character.c (Fget_byte): New function.
2371 (syms_of_character): Defsubr Fget_byte.
2372
5fd15622
CY
23732008-11-07 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
2376 cursor position is valid after scrolling.
2377
13d62fad
JB
23782008-11-06 Juanma Barranquero <lekktu@gmail.com>
2379
2380 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
2381
a1dd2936
GM
23822008-11-06 Glenn Morris <rgm@gnu.org>
2383
2384 * xterm.c (handle_one_xevent): Don't let popup menus cause
2385 mouse-autoselect-window related window switching. (Bug#1261)
2386
860cd236
CY
23872008-11-04 David Smith <davidsmith@acm.org> (tiny change)
2388
2389 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
2390
653a3150
AS
23912008-11-04 Andreas Schwab <schwab@suse.de>
2392
2393 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
2394
870f5cac
CY
23952008-11-03 Chong Yidong <cyd@stupidchicken.com>
2396
2397 * xfns.c (Fx_wm_set_size_hint): New function.
2398
1e02f3cb
MR
23992008-11-03 Martin Rudalics <rudalics@gmx.at>
2400
2401 * textprop.c (Fprevious_single_char_property_change): Return 0
2402 when there's no change in a string. (Bug#1301)
2403
e630dfc6
MR
24042008-11-02 Martin Rudalics <rudalics@gmx.at>
2405
2406 * frame.c (do_switch_frame): New argument NORECORD passed to
2407 Fselect_window.
2408 (Fselect_frame): New argument NORECORD passed to
2409 do_switch_frame.
2410 (Fset_frame_selected_window): New argument NORECORD passed to
2411 Fselect_frame.
2412 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
2413 in call of do_switch_frame.
2414 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
2415 Handle NORECORD argument in call of Fselect_frame.
2416 * lisp.h (do_switch_frame, Fselect_frame)
2417 (Fset_frame_selected_window): Adjust declarations.
2418 * window.c (select_frame_norecord): New function.
2419 (run_window_configuration_change_hook): Use it and call
2420 Fselect_frame with NORECORD set.
2421 (Fselect_window): Pass NORECORD to Fselect_frame.
2422 (Fset_window_configuration): Handle NORECORD argument in call of
2423 do_switch_frame.
2424 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
2425 Fset_frame_selected_window.
2426 * keyboard.c (command_loop_1): Handle NORECORD in call of
2427 Fselect_frame (currently ifdefd).
2428
9020b223
GM
24292008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
2430
2431 * emacs.c (USAGE2): Untabify.
2432
793ffee8
SM
24332008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
2434
2435 * composite.c (fill_gstring_header): Fix copy/paste typo.
2436
ab6d1131
MR
24372008-10-31 Martin Rudalics <rudalics@gmx.at>
2438
2439 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
2440 (Fother_window): Rename argument and rewrite doc-string.
2441 (select_window_norecord): Fix return value. (Bug#1276)
2442
601a9cf1
JB
24432008-10-30 Juanma Barranquero <lekktu@gmail.com>
2444
2445 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
2446 new frames overriding foreground for tooltips. Based on similar patch
2447 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
2448
813b0652
CY
24492008-10-29 Chong Yidong <cyd@stupidchicken.com>
2450
2451 * emacs.c (Fdaemon_initialized): Initialize nfd.
2452
4414f58f
MR
24532008-10-29 Martin Rudalics <rudalics@gmx.at>
2454
2455 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
2456 (Fwindow_text_height): Clarify doc-strings.
2457 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
2458 doc-string of window-scroll-functions.
2459
ecdcaa09
RS
24602008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2461
2462 * category.c (syms_of_category): Fix typo in docstring.
2463
23fe745a
JB
24642008-10-28 Juanma Barranquero <lekktu@gmail.com>
2465
2466 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
2467 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
2468 Fix typos in docstrings.
2469
ff808935
DN
24702008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
2471
2472 * emacs.c (daemon_pipe): Make non-static.
2473 (IS_DAEMON): Move definition ...
2474 * lisp.h (IS_DAEMON): ... here.
2475 (daemon_pipe): Declare.
2476 (is_daemon): Remove.
2477 * dispnew.c (init_display): Use IS_DAEMON.
2478
fc012771
SM
24792008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2480
2481 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
2482 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
2483
2484 * emacs.c (is_daemon): Remove.
2485 (main): Don't set is_daemon.
2486 (IS_DAEMON): New macro.
2487 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 2488 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
2489 parent exits.
2490 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
2491
d8bdbe6f
CY
24922008-10-27 Chong Yidong <cyd@stupidchicken.com>
2493
d1a072bf
CY
2494 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
2495 over-sized glyph, draw it with the default glyph width.
2496
e2e325aa
CY
2497 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
2498 glyph, draw it with the default glyph width.
2499
2500 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
2501 glyph, draw it with the default glyph width.
2502
d8bdbe6f
CY
2503 * xdisp.c (try_scrolling): When computing the distance from the
2504 scroll margin to PT, try moving some distance past the window
2505 bottom before giving up.
2506
7bfac547
MR
25072008-10-27 Martin Rudalics <rudalics@gmx.at>
2508
2509 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
2510 (Fset_window_buffer): Explain in doc-string that a window can be
2511 "strongly" dedicated to its buffer.
2512
4ff029f6
DN
25132008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2514
2515 * emacs.c (daemon_name): New variable.
2516 (main): Deal with --daemon=SERVER_NAME.
2517 (Fdaemonp): Return a name if one was passed to --daemon.
2518
5790ef40
DN
25192008-10-26 Romain Francoise <romain@orebokech.com>
2520
f9bd0df9 2521 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
2522 (main): Create a pipe before forking, make the parent exit only after
2523 the child has closed its end of the pipe. Move closing the
2524 descriptors ...
2525 (Fdaemon_initialized): ... here. New function.
2526
f5385255
SM
25272008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2528
4d632321
SM
2529 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
2530 the previous unoptimized table.
2531
f5385255
SM
2532 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
2533 the distinction between non-nil and non-t value of `dedicated'.
2534
6c56a0f3
CY
25352008-10-25 Chong Yidong <cyd@stupidchicken.com>
2536
2537 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 2538 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 2539
fec89261
MR
25402008-10-25 Martin Rudalics <rudalics@gmx.at>
2541
2542 * window.c (Fget_buffer_window, Fdelete_windows_on)
2543 (Freplace_buffer_in_windows): Make buffer argument optional and
2544 rename to buffer_or_name.
2545
34fcddd0
CY
25462008-10-24 Chong Yidong <cyd@stupidchicken.com>
2547
f5385255
SM
2548 * xdisp.c (handle_single_display_spec, handle_display_prop):
2549 Undo 2005-05-16 change.
34fcddd0
CY
2550 (handle_stop): Pop iterator if it's loaded with an empty string.
2551 (get_overlay_strings_1): Don't save iterator if it's loaded with
2552 an empty string (bug#1201).
2553
064766f2
KH
25542008-10-24 Kenichi Handa <handa@m17n.org>
2555
2556 * ftfont.c (ftfont_otf_features): Fix previous change.
2557 (ftfont_otf_capability): Check FeatureList.FeatureCount before
2558 calling ftfont_otf_features.
2559
f9bd0df9 25602008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
2561
2562 * font.c (font_match_p): Fix for the case that a vector of
2563 characters is in script-representative-chars.
2564
1dae9197
MA
25652008-10-24 Michael Albinus <michael.albinus@gmx.de>
2566
2567 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 2568 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
2569 (xd_read_queued_messages): Catch Qdbus_error from the macros.
2570 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
2571 macro. (Bug#1186).
2572
f9bd0df9 25732008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
2574
2575 * s/sol2-10.h: New file.
2576
878a4584
JB
25772008-10-23 Juanma Barranquero <lekktu@gmail.com>
2578
2579 * xdisp.c (fill_glyph_string): Fix typo in source (though the
2580 poor beast has survived 9+ years and the jump from xterm.c!).
2581
cd265ca6
MR
25822008-10-23 Martin Rudalics <rudalics@gmx.at>
2583
2584 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
2585 Reword doc-string.
f5385255 2586 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 2587
472a4dc9
JB
25882008-10-23 Juanma Barranquero <lekktu@gmail.com>
2589
2590 * character.c (syms_of_character) <script-representative-chars>:
2591 <unicode-category-table>: Doc fixes.
2592
159bd5a2
NF
25932008-10-23 Noah Friedman <friedman@splode.com>
2594
2595 * coding.c (make_conversion_work_buffer): Check that
2596 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
2597 Fget_buffer_create.
2598
49f9c344
KH
25992008-10-23 Kenichi Handa <handa@m17n.org>
2600
2601 * font.c (font_add_log): Check the values of extra properties.
2602
12bb3111
MR
26032008-10-22 Martin Rudalics <rudalics@gmx.at>
2604
2605 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
2606 Reword doc-string.
2607 (Fset_window_parameter): Use NILP.
2608 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 2609 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 2610
bbeb4e99
JB
26112008-10-22 Juanma Barranquero <lekktu@gmail.com>
2612
2613 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
2614
26152008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
2616
2617 * nsfns.m (ns_appkit_version): New function.
2618 (x-server-version): Use it.
2619 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
2620 (x-server-vendor): Don't check_ns().
2621
2622 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
2623
a9b555d3
JB
26242008-10-22 Juanma Barranquero <lekktu@gmail.com>
2625
2626 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
2627 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
2628
4626499f
KH
26292008-10-22 Kenichi Handa <handa@m17n.org>
2630
e3681952
KH
2631 * syntax.c (scan_words): Call word_boundary_p instead of comparing
2632 scripts.
2633
4626499f
KH
2634 * category.c (word_boundary_p): Check scripts instead of charset.
2635 Handle nil value in word-separating-categories and
2636 word-combining-categories.
2637 (syms_of_category): Fix docstrings of word-separating-categories
2638 and word-combining-categories.
2639
1560f91a
EZ
26402008-10-21 Eli Zaretskii <eliz@gnu.org>
2641
2642 * coding.c (Fencode_coding_region, Fdecode_coding_region)
2643 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
2644
f4668441
MR
26452008-10-21 Martin Rudalics <rudalics@gmx.at>
2646
2647 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
2648 Rename arg "buffer" to "buffer_or_name".
2649 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
2650 it optional.
2651 (no_switch_window): Remove since the return value is not used.
a9b555d3 2652 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
2653 Consider window as dedicated when Fwindow_dedicated_p returns a
2654 non-nil value.
2655 * lisp.h: Remove prototype for no_switch_window.
2656
fd75ddb2
JD
26572008-10-21 Jan Djärv <jan.h.d@swipnet.se>
2658
2659 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 2660 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 2661
07295713
KH
26622008-10-21 Kenichi Handa <handa@m17n.org>
2663
2664 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
2665 check Vlatin_extra_code_table.
2666
712adc82
EZ
26672008-10-20 Eli Zaretskii <eliz@gnu.org>
2668
2669 * fileio.c (Fset_file_modes): Doc fix.
2670
f549eb0b
MA
26712008-10-19 Michael Albinus <michael.albinus@gmx.de>
2672
2673 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
2674 in arrays.
2675
aac0c6e3
MR
26762008-10-19 Martin Rudalics <rudalics@gmx.at>
2677
2678 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
2679 Mention kill-buffer in doc-string.
2680 (Fset_window_buffer): Reinsert tem check removed in last commit.
2681 (Fenlarge_window, Fshrink_window): Have argument names and
2682 doc-string follow Elisp manual more closely.
2683
26842008-10-18 Eli Zaretskii <eliz@gnu.org>
2685
2686 * fileio.c (Fset_file_modes): Doc fix.
2687
26882008-10-18 Martin Rudalics <rudalics@gmx.at>
2689
2690 * window.c (Fwindow_width, Fset_window_start)
2691 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
2692 (Fdelete_windows_on, Freplace_buffer_in_windows):
2693 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
2694 (Fwindow_dedicated_p): Make window argument optional.
2695 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
2696 (Fset_window_buffer): Respect any non-nil dedicated value for
2697 window. Rename "buffer" argument to "buffer_or_name".
2698
26992008-10-18 Ulrich Mueller <ulm@gentoo.org>
2700
2701 * m/sh3.h: New file, machine description for SuperH.
2702
27032008-10-17 Martin Rudalics <rudalics@gmx.at>
2704
2705 * window.c (Fsplit_window): Rename arg horflag to horizontal.
2706
27072008-10-17 Kenichi Handa <handa@m17n.org>
2708
2709 * ftfont.c (ftfont_otf_features): Fix indexing
2710 gsub_gpos->FeatureList.Feature. Check the validity of indices.
2711
27122008-10-16 Magnus Henoch <mange@freemail.hu>
2713
2714 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
2715 (Fdbus_call_method_asynchronously): Ditto.
2716 This change makes C-h f display the argument list.
2717
27182008-10-16 Chong Yidong <cyd@stupidchicken.com>
2719
2720 * fileio.c (Fexpand_file_name): Doc fix.
2721
2722 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
2723 of :foreground and :background equivalent to unspecified (20.x
2724 compatibility).
2725
27262008-10-15 Eli Zaretskii <eliz@gnu.org>
2727
2728 * buffer.c (syms_of_buffer): Doc fix.
2729
27302008-10-14 Kenichi Handa <handa@m17n.org>
2731
2732 * font.c (font_clear_prop): When clearing font width, clear the
2733 average width field too.
2734
27352008-10-12 Andreas Schwab <schwab@suse.de>
2736
2737 * ftfont.c (ftfont_shape_by_flt): Make static.
2738 * ftfont.h (ftfont_shape_by_flt): Don't declare.
2739
2740 * font.c: Don't include <m17n-flt.h>.
2741
27422008-10-10 Eli Zaretskii <eliz@gnu.org>
2743
2744 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
2745
27462008-10-09 Eli Zaretskii <eliz@gnu.org>
2747
2748 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
2749 away code.
2750
27512008-10-09 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * dispnew.c (update_text_area): Avoid looping due to large glyph
2754 overhangs (bug#1070).
2755
27562008-10-09 Kenichi Handa <handa@m17n.org>
2757
2758 * fontset.c (face_for_char): If face->fontset is negative, just
2759 return ascii_face.
2760
f5385255
SM
2761 * font.c (font_delete_unmatched): Fix previous change.
2762 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
2763
27642008-10-09 Martin Rudalics <rudalics@gmx.at>
2765
2766 * frame.c (Fraise_frame): On text-only terminals select frame in
2767 order to make it visible. (Bug#1061)
2768
27692008-10-08 Chong Yidong <cyd@stupidchicken.com>
2770
2771 * fontset.c (fontset_find_font): Check frame validity.
2772
27732008-10-07 Chong Yidong <cyd@stupidchicken.com>
2774
a9b555d3 2775 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
2776 (xg_display_close): Allow Emacs to close all displays (bug#985).
2777
27782008-10-06 Andreas Schwab <schwab@suse.de>
2779
f5385255 2780 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
2781
27822008-10-06 Chong Yidong <cyd@stupidchicken.com>
2783
f5385255 2784 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 2785
a9b555d3 2786 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
2787
2788 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
2789 during initialization.
2790
27912008-10-04 Eli Zaretskii <eliz@gnu.org>
2792
2793 * xdisp.c (redisplay_internal): If frame switched, redisplay the
2794 whole thing on MSDOS frames as well as on a TTY.
2795
2796 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
2797 well as for TTY.
2798 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
2799 well as on a TTY.
2800
2801 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
2802 as well as for TTY.
2803
2804 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
2805
2806 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
2807 MSDOS frames as well.
2808
28092008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
2810
2811 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
2812 correct arguments.
b71ac3dd 2813 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
2814
28152008-10-03 Glenn Morris <rgm@gnu.org>
2816
2817 * emacs.c (USAGE1): Add --daemon.
2818
28192008-10-02 Eli Zaretskii <eliz@gnu.org>
2820
2821 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
2822 100, so it's in percents as advertised.
2823
28242008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
2825
2826 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
2827 (ns_output.current_cursor, ns_output.desired_cursor)
2828 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
2829 (FRAME_NEW_CURSOR_COLOR): Remove.
2830
2831 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 2832 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
2833 enumeration (HOLLOW_BOX_CURSOR, etc.).
2834
2835 * nsterm.m (ns_frame_rehighlight): Remove commented code.
2836 (draw_window_cursor): Simplify code.
f5385255
SM
2837 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
2838 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 2839 updates manually.
a9b555d3
JB
2840 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
2841 Use core Emacs cursor types.
aac0c6e3 2842
b8ff72fa 2843 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
2844
28452008-10-02 Martin Rudalics <rudalics@gmx.at>
2846
2847 * process.c (Faccept_process_output): Fix doc-string.
2848
28492008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
2850
2851 * gmalloc.c (__sbrk): Also define for uClibc.
2852
2853 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
2854 for uClibc.
2855
28562008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2857
2858 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
2859 styles.
2860 (nsfont_open): Reenable the cache.
2861
28622008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2863
2864 * font.c (font_matching_entity): Reflect ATTRS in font selection.
2865 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
2866
28672008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
2870 a suspended terminal.
2871
28722008-09-30 Michael Albinus <michael.albinus@gmx.de>
2873
2874 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
2875
28762008-09-30 Eli Zaretskii <eliz@gnu.org>
2877
2878 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
2879
28802008-09-30 Chong Yidong <cyd@stupidchicken.com>
2881
2882 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
2883 in a continued line coincides with a line beginning.
2884
28852008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
2886
2887 * nsfont.m (nsfont_trait_distance): Fix bug.
2888 (nsfont_list): Return a list rather than a vector (syncs with Handa
2889 changes of 2008-05-14).
2890 (nsfont_open): Improve logging.
2891
28922008-09-29 Andreas Schwab <schwab@suse.de>
2893
2894 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
2895
28962008-09-28 Martin Rudalics <rudalics@gmx.at>
2897
2898 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
2899 name as char-resolve-modifiers.
2900 Reported by: Markus Triska <markus.triska@gmx.at>
2901
29022008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
2903
2904 * dispnew.c (init_display): Return earlier when running as a daemon.
2905
29062008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2907
2908 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
2909
29102008-09-27 Eli Zaretskii <eliz@gnu.org>
2911
2912 * composite.c (Fcomposition_get_gstring)
2913 (Fcompose_region_internal, Fcompose_string_internal)
2914 (Ffind_composition_internal): Doc fix.
2915 (syms_of_composite) <compose-chars-after-function>: Doc fix.
2916 (syms_of_composite) <auto-composition-function>: Doc fix.
2917 (syms_of_composite) <composition-function-table>: Doc fix.
2918
29192008-09-25 Chong Yidong <cyd@stupidchicken.com>
2920
2921 * search.c (wordify): New argument for lax word-ends.
2922 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
2923
29242008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
2925
2926 * lisp.h (is_daemon): Declare.
2927 * dispnew.c (init_display): Do not try to initialize the terminal
2928 when running as a daemon.
2929
29302008-09-22 Chong Yidong <cyd@stupidchicken.com>
2931
2932 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
2933 x_display_pixel_height.
2934
29352008-09-22 Martin Rudalics <rudalics@gmx.at>
2936
2937 * undo.c (record_point): Don't call Fundo_boundary for first
2938 change. (Bug#731)
2939
29402008-09-22 Juanma Barranquero <lekktu@gmail.com>
2941
2942 * emacs.c (Fdaemonp): Doc fix.
2943
29442008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
2945
2946 * emacs.c (main): Place #ifdef in the proper place.
2947
29482008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2949
2950 * emacs.c (standard_args): Add --daemon.
2951 (main): Disconnect from the terminal when --daemon is passed.
2952 (is_daemon): New variable.
2953 (Fdaemonp): New function.
2954 (syms_of_emacs): Defsubr it.
2955
29562008-09-20 Chong Yidong <cyd@stupidchicken.com>
2957
2958 * xdisp.c (get_next_display_element): Handle string display
2959 correctly when checking for the end of a box run.
2960
29612008-09-20 Glenn Morris <rgm@gnu.org>
2962
2963 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
2964 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
2965 (Frename_file): Avoid copying to trash if a rename involves
2966 a delete. (Bug#964).
2967
29682008-09-20 Eli Zaretskii <eliz@gnu.org>
2969
2970 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
2971 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
2972 frames as well as termcap frames.
2973 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
2974 get_named_tty.
2975
29762008-09-19 Eli Zaretskii <eliz@gnu.org>
2977
2978 * process.c (procfs_system_process_attributes): Fix cmdline in
2979 case /proc/PID/cmdline is empty.
2980
2981 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
2982 x_display_pixel_height.
2983
29842008-09-19 Juanma Barranquero <lekktu@gmail.com>
2985
2986 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
2987
2988 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
2989 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
2990
29912008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
2992
2993 * dispextern.h (struct it): Move line_wrap away from the middle of
2994 bitfields. Move voffset in struct iterator_stack_entry after the
2995 bitfields. Move tab_width near after another short.
2996
29972008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
2998
2999 * frame.h (struct frame): Move alpha from the middle of bitfields.
3000
3001 * window.h (struct window): Move frozen_window_start_p after the
3002 rest of the bitfields to reduce padding.
3003
30042008-09-18 Chong Yidong <cyd@stupidchicken.com>
3005
3006 * xterm.h (x_display_info): Remove `height' and `width' members.
3007
3008 * nsterm.h (ns_display_info): Remove `height' and `width' members.
3009
3010 * w32term.h (w32_display_info): Remove `height', `width',
3011 `height_in', and `width_in' members.
3012
b8ff72fa
SM
3013 * xterm.c (x_display_pixel_height, x_display_pixel_width):
3014 New functions.
aac0c6e3
MR
3015 (x_calc_absolute_position): Use them.
3016 (x_term_init): Omit removed `height' and `width' members.
3017
b8ff72fa
SM
3018 * w32term.c (x_display_pixel_height, x_display_pixel_width):
3019 New functions.
aac0c6e3
MR
3020 (w32_read_socket, x_calc_absolute_position): Use them.
3021 (w32_initialize_display_info, w32_term_init): Omit removed members
3022 of w32_display_info.
3023
b8ff72fa
SM
3024 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
3025 New functions.
3026 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 3027
b8ff72fa
SM
3028 * xterm.c (x_display_pixel_height, x_display_pixel_width):
3029 New functions.
aac0c6e3
MR
3030 (x_calc_absolute_position): Use them.
3031 (x_term_init): Omit removed `height' and `width' members.
3032
3033 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
3034 (compute_tip_xy):
3035 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
3036 * xmenu.c (menu_position_func): Use x_display_pixel_height and
3037 x_display_pixel_width.
3038
30392008-09-18 Kenichi Handa <handa@m17n.org>
3040
3041 * composite.c (fill_gstring_header): Don't check FROM and TO here.
3042 (composition_compute_stop_pos): Fix handling of static composition.
3043 (Fcomposition_get_gstring): Check FROM and TO at first.
3044
30452008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3046
46e722a9 3047 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
3048 mixup (YAILOM).
3049
30502008-09-17 Chong Yidong <cyd@stupidchicken.com>
3051
3052 * indent.c (Fvertical_motion): Use position reported by iterator
3053 instead of PT for determining screen motion (bug#943).
3054
30552008-09-17 Romain Francoise <romain@orebokech.com>
3056
3057 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
3058
30592008-09-17 Kenichi Handa <handa@m17n.org>
3060
3061 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
3062
3063 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
3064 if necessary.
3065
30662008-09-16 Kenichi Handa <handa@m17n.org>
3067
3068 * coding.c (make_conversion_work_buffer): Avoid calling
3069 Fget_buffer_create if it is not necessary.
3070
30712008-09-15 Martin Rudalics <rudalics@gmx.at>
3072
3073 * window.c (Fselect_window): Don't update window_select_count and
3074 use_time when norecord is not nil.
3075
30762008-09-14 Kenichi Handa <handa@m17n.org>
3077
3078 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
3079 specpdl_ptr.
3080
30812008-09-12 Kenichi Handa <handa@m17n.org>
3082
3083 * indent.c (scan_for_column): Don't handle automatic composition
3084 if the current buffer is not associated with a window.
3085
3086 * composite.c (composition_reseat_it): If the current buffer is
3087 not associated with a window, ignore the automatic composition.
3088 (find_automatic_composition): Likewise.
3089
30902008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3091
3092 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
3093 (Fgpm_mouse_stop): Use it.
3094 * termhooks.h (close_gpm): Declare.
3095 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
3096 connection if Gpm_GetEvent fails.
3097
3098 * window.c (set_window_buffer): Always preserve current-buffer.
3099
31002008-09-12 Glenn Morris <rgm@gnu.org>
3101
3102 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
3103
31042008-09-11 Glenn Morris <rgm@gnu.org>
3105
3106 * charset.c (charset-map-path): Doc fix.
3107
31082008-09-10 Kenichi Handa <handa@m17n.org>
3109
3110 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
3111
3112 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
3113 compose a grapheme cluster with the preceding base glyph.
3114
3115 * composite.c (composition_compute_stop_pos): Fix previous change.
3116 Reset cmp_it->id to -1 at first.
3117
31182008-09-10 Glenn Morris <rgm@gnu.org>
3119
3120 * Makefile.in (character.o, chartab.o): Fix config.h typo.
3121
31222008-09-09 Chong Yidong <cyd@stupidchicken.com>
3123
3124 * keyboard.c (read_key_sequence): Reapply translation maps when
3125 switching keyboards.
3126
31272008-09-09 Kenichi Handa <handa@m17n.org>
3128
3129 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
3130 characters.
3131
3132 * composite.c (FORWARD_CHAR): Fix calculation
3133 of (POSITION).pos_byte.
3134 (composition_compute_stop_pos): Limit the search of composition to
3135 at most 500 characters ahead. If we reach the limit or find a
3136 newline, set cmp_it->ch to -2 and return 0.
3137 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
3138
31392008-09-08 Kenichi Handa <handa@m17n.org>
3140
3141 * indent.c (Fvertical_motion): Be sure to set
3142 it_overshoot_expected if it.cmp_it.id is non-negative.
3143
31442008-09-07 Andreas Schwab <schwab@suse.de>
3145
3146 * callproc.c (Fcall_process): Don't hold references to string data
3147 across garbage collection. Move initialisation of new_argv down
3148 to avoid compiler bug.
3149
31502008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3151
3152 * process.c (Fsystem_process_attributes): Doc fix.
3153
31542008-09-07 Chong Yidong <cyd@stupidchicken.com>
3155
3156 * callproc.c (Fcall_process): Canonicalize current directory name.
3157
3158 * xdisp.c (move_it_to): When moving by vpos, ensure that the
3159 iterator advances to the next line if the current line ends in a
3160 continued tab.
3161
31622008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
3163
3164 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
3165 member to point to cmp_from.
3166
3167 * xdisp.c: Doc fix for references to gidx data member.
3168
31692008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
3172
31732008-09-07 Kenichi Handa <handa@m17n.org>
3174
3175 * composite.c (FORWARD_CHAR): Check STOP after
3176 incrementing (POSITION).pos.
3177
31782008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3179
3180 * process.c (Fsystem_process_attributes): Doc fix.
3181
31822008-09-06 Chong Yidong <cyd@stupidchicken.com>
3183
3184 * keyboard.c (Ftop_level): Doc fix.
3185
31862008-09-06 Eli Zaretskii <eliz@gnu.org>
3187
3188 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
3189 minibuffer, don't let lower part of menu invade the echo area.
3190
3191 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
3192 "char *q" to access menu text and advance through it. Revert the
3193 change that displayed ">" instead of ASCII character 0x10.
3194
31952008-09-05 Eli Zaretskii <eliz@gnu.org>
3196
3197 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
3198 toggle boxes and radio buttons on MS-DOS as well.
3199
32002008-09-05 Kenichi Handa <handa@m17n.org>
3201
3202 * composite.c (autocmp_chars): Check lookback count.
3203 (composition_compute_stop_pos): Set cmp_it->lookback.
3204 (composition_reseat_it): Check lookback count.
3205 (struct position_record): New struct.
3206 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
3207 (find_automatic_composition): New function.
3208 (composition_adjust_point): Use find_automatic_composition.
3209
3210 * dispextern.h (struct composition_it): New member lookback.
3211
32122008-09-02 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
3215 if moving by a single line.
3216
32172008-09-02 Andreas Schwab <schwab@suse.de>
3218
3219 * xterm.c (x_delete_display): Fix merge error.
3220
3221 * fileio.c (Fexpand_file_name): Remove unused variables.
3222
32232008-09-02 Eli Zaretskii <eliz@gnu.org>
3224
3225 * fileio.c (Fexpand_file_name): Copy argument `name' into local
3226 storage on all platforms, not just on DOS_NT.
3227
32282008-09-02 Jason Rumney <jasonr@gnu.org>
3229
b8ff72fa
SM
3230 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
3231 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
3232
32332008-09-01 Chong Yidong <cyd@stupidchicken.com>
3234
3235 * xfaces.c (Finternal_set_alternative_font_family_alist)
3236 (Finternal_set_alternative_font_registry_alist): Properly copy
3237 entire alist structure.
3238
32392008-09-01 Kenichi Handa <handa@m17n.org>
3240
d66c0241 3241 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 3242 representative chars of the script is a vector.
d66c0241
JB
3243 (ftfont_list): Handle the case where the representative chars of
3244 the script is a vector.
aac0c6e3
MR
3245
3246 * character.c (syms_of_character): Docstring of
3247 script-representative-chars fixed.
3248
32492008-08-31 Eli Zaretskii <eliz@gnu.org>
3250
3251 * msdos.c (BUILD_CHAR_GLYPH): New macro.
3252 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
3253 the menu. Allocate larger buffer for `text', to account for
3254 possible ^C characters.
3255
32562008-08-31 Martin Rudalics <rudalics@gmx.at>
3257
3258 * xdisp.c (prepare_menu_bars): Don't call
3259 Vwindow_size_change_functions with arg Qt.
3260
32612008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * font.h (font_range):
3264 * fileio.c (report_file_error):
46e722a9
SM
3265 * composite.c (composition_update_it): Yet another int/Lisp_Object
3266 mixup (YAILOM).
aac0c6e3
MR
3267
32682008-08-30 Glenn Morris <rgm@gnu.org>
3269
3270 * data.c (Fmake_variable_frame_local): Doc fix.
3271
3272 * frame.c (Fmodify_frame_parameters): Doc fix.
3273
32742008-08-30 Eli Zaretskii <eliz@gnu.org>
3275
3276 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
3277 needed by GetTokenInformation.
3278 (w32_system_process_attributes): Check return values of all system
3279 APIs.
3280
3281 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
3282 only when the state changes.
3283 (IT_update_begin, IT_update_end): Add termscript trace.
3284
3285 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
3286 clipboard is unavailable. Set dst to NULL if it doesn't point to
3287 malloc'ed data.
3288 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
3289 passing random values to xfree.
3290
3291 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 3292 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
3293
32942008-08-29 Jason Rumney <jasonr@gnu.org>
3295
3296 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
3297
32982008-08-29 Eli Zaretskii <eliz@gnu.org>
3299
3300 * composite.c (fill_gstring_body): Avoid compiler warnings.
3301
3302 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
3303 LGLYPH_SET_CODE to avoid compiler warnings.
3304
2ae37cf0 3305 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
3306
3307 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
3308
3309 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
3310 LGLYPH_SET_CODE.
3311
33122008-08-29 Kenichi Handa <handa@m17n.org>
3313
3314 * fileio.c (report_file_error): Don't downcase the first character
3315 of errstring if it is still unibyte.
3316
33172008-08-29 Kenichi Handa <handa@m17n.org>
3318
3319 These changes are to re-implement the automatic composition so
3320 that it doesn't use text properties.
3321
3322 * Makefile.in (ftfont.o): Depend on composite.h.
3323 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
3324
3325 * character.h (Vunicode_category_table): Extern it.
3326
3327 * character.c (Vunicode_category_table): New variable.
3328 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
3329
3330 * chartab.c (optimize_sub_char_table): Perform more greedy
3331 optimization.
3332
b8ff72fa
SM
3333 * composite.h (enum composition_method):
3334 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
3335 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
3336 (Vcomposition_function_table): Extern it.
3337 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
3338 (composition_gstring_put_cache, composition_gstring_from_id)
3339 (composition_gstring_p, composition_gstring_width)
3340 (composition_compute_stop_pos, composition_reseat_it)
3341 (composition_update_it, composition_adjust_point): Extern them.
3342 (Fcomposition_get_gstring): EXFUN it.
3343
d66c0241 3344 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
3345 (Vcomposition_function_table)
3346 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
3347 (gstring_hash_table, gstring_work, gstring_work_headers):
3348 New variables.
aac0c6e3
MR
3349 (gstring_lookup_cache, composition_gstring_put_cache)
3350 (composition_gstring_from_id, composition_gstring_p)
3351 (composition_gstring_width, fill_gstring_header)
3352 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
3353 (composition_reseat_it, composition_update_it)
b8ff72fa 3354 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
3355 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
3356 and gstring_work_headers. DEFVAR_LISP composition-function-table.
3357 Defsubr compostion_get_gstring.
3358
3359 * dispextern.h (struct glyph): New union u.cmp. Delete the member
3360 cmp_id.
3361 (struct glyph_string): Delete the member gidx. New members
3362 cmp_id, cmp_from, and cmp_to.
3363 (enum it_method): Delete GET_FROM_COMPOSITION.
3364 (struct composition_it): New struct.
3365 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
3366 Delete c, len, cmp_id, cmp_len in u.comp.
3367
3368 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 3369 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 3370 (enum lglyph_indices): Likewise.
b8ff72fa 3371 (font_range): Adjust extern.
aac0c6e3
MR
3372 (font_fill_lglyph_metrics): Extern it.
3373
3374 * font.c (QCf): New variable.
3375 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
3376 (font_prepare_composition): Delete this function.
3377 (font_range): Type and arguments changed.
3378 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
3379 (font_fill_lglyph_metrics): New function.
b8ff72fa 3380 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 3381 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
3382 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
3383 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
3384
3385 * fontset.h (font_for_char): Extern it.
3386
3387 * fontset.c (font_for_char): New function.
3388
3389 * ftfont.c: Include composite.h.
3390 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 3391 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
3392
3393 * indent.c: Include composite.h and dispextern.h.
3394 (check_composition): Delete this function.
3395 (scan_for_column): Handle composition by
3396 composition_compute_stop_pos, composition_reseat_it, and
3397 composition_update_it.
3398 (compute_motion): Likewise.
3399 (Fvertical_motion): Fix checking of composition.
3400
3401 * keyboard.c (adjust_point_for_property): Check composition by
3402 composition_adjust_point.
3403
b8ff72fa 3404 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
3405 struct glyph_string.
3406
b8ff72fa
SM
3407 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
3408 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
3409 struct glyph.
3410 (produce_composite_glyph): Likewise.
3411
b8ff72fa
SM
3412 * w32term.c (x_draw_composite_glyph_string_foreground):
3413 Adjust for the change of struct glyph_string.
aac0c6e3
MR
3414 (x_draw_glyph_string): Likewise.
3415
3416 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
3417 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
3418
3419 * xdisp.c: Include font.h.
3420 (it_props): Delete the entry for Qauto_composed.
3421 (init_iterator): Initialize it->cmp_it.id to -1.
3422 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 3423 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
3424 (handle_auto_composed_prop): Delete it.
3425 (handle_composition_prop): Handle only static composition.
3426 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
3427 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 3428 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
3429 (pop_it): Likewise.
3430 (get_next_element): Delete next_element_from_composition.
3431 (CHAR_COMPOSED_P): New macro.
3432 (get_next_display_element): For automatic composition, get a face
3433 from the font in the glyph-string.
3434 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 3435 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
3436 (next_element_from_string): Check if the character at the current
3437 position is composed by CHAR_COMPOSED_P.
3438 (next_element_from_buffer): Likewise.
d66c0241
JB
3439 (next_element_from_composition): Adjust for the change of struct it.
3440 Update it->cmp_it.
b8ff72fa
SM
3441 (dump_glyph): Adjust for the change of struct glyph.
3442 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
3443 it and struct glyph. Don't handle automatic composition here.
3444 (fill_gstring_glyph_string): New function.
3445 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 3446 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
3447 (BUILD_GSTRING_GLYPH_STRING): New macro.
3448 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
3449 automatic composition.
b8ff72fa 3450 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 3451 struct glyph.
b8ff72fa 3452 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 3453
b8ff72fa 3454 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
3455 the change of struct glyph_string.
3456 (x_draw_glyph_string): Likewise.
3457
34582008-08-29 Glenn Morris <rgm@gnu.org>
3459
3460 * buffer.c (word-wrap): Doc fix.
3461 * xdisp.c (truncate-partial-width-windows): Doc fix.
3462 Increase default to 50.
3463
34642008-08-29 Chong Yidong <cyd@stupidchicken.com>
3465
3466 * xdisp.c (update_tool_bar_unwind): New function.
3467 (update_tool_bar): Temporarily set selected frame before building
3468 tool-bar items.
3469
34702008-08-28 Michael Albinus <michael.albinus@gmx.de>
3471
3472 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
3473 snprintf, respectively.
3474 (xd_append_arg): Convert strings with Fstring_make_unibyte.
3475
34762008-08-28 Chong Yidong <cyd@stupidchicken.com>
3477
3478 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
3479 LDFLAGS to GNUstep CC invocation.
3480
34812008-08-27 Chong Yidong <cyd@stupidchicken.com>
3482
3483 * indent.c (Fvertical_motion): Revert last change. Handle the
3484 general case where we are moving forward, and PT spans multiple
3485 screen lines.
3486
3487 * eval.c (find_handler_clause): Temporarily increase
3488 max-lisp-eval-depth while printing the backtrace buffer, to
3489 guarantee that help-mode code can run.
3490
34912008-08-27 Eli Zaretskii <eliz@gnu.org>
3492
3493 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
3494 colors under -rv.
3495 (IT_set_frame_parameters): Don't swap foreground and background
3496 colors if `(reverse . t)' is present in the frame properties.
3497 (internal_terminal_init): Call init_frame_faces only for the
3498 initial frame.
3499
35002008-08-27 Andreas Schwab <schwab@suse.de>
3501
3502 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
3503
35042008-08-27 Andreas Schwab <schwab@suse.de>
3505
3506 * search.c (search_buffer): Set char_base to zero only at the end.
3507
35082008-08-27 Kenichi Handa <handa@m17n.org>
3509
b8ff72fa 3510 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
3511
35122008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
3513
3514 * xterm.c (x_term_init): Temporarily hide the partially
3515 initialized terminal while calling vendor-specific-keysyms.
3516
35172008-08-26 Eli Zaretskii <eliz@gnu.org>
3518
3519 * msdos.c (internal_terminal_init): Most initializations done only
3520 once, especially initial_screen_colors[] and termscript open.
3521
35222008-08-26 Chong Yidong <cyd@stupidchicken.com>
3523
3524 * eval.c (Fcondition_case): Doc fix.
3525
3526 * widgetprv.h (EmacsFramePart): Change font member to the new font
3527 struct.
3528
3529 * widget.c: Include character.h and font.h for XSETFONT.
3530 (setup_frame_gcs): Compute X font id from font struct, just once.
3531
35322008-08-26 Eli Zaretskii <eliz@gnu.org>
3533
3534 * term.c (get_named_tty): Fix last change.
3535
35362008-08-26 Chong Yidong <cyd@stupidchicken.com>
3537
3538 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 3539 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
3540
35412008-08-25 Eli Zaretskii <eliz@gnu.org>
3542
3543 * frame.c (do_switch_frame): Mark previously displayed frame as
3544 obscured for FRAME_MSDOS_P frames as well.
3545
35462008-08-24 Eli Zaretskii <eliz@gnu.org>
3547
3548 * frame.c (make_terminal_frame): Initialize f->terminal,
3549 f->terminal->reference_count, and scroll bars on MS-DOS as well.
3550 Set the top frame to newly created frame.
3551 (Fmake_terminal_frame): Reuse the_only_display_info.
3552
3553 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
3554 estimating available memory.
3555
b97439ce 35562008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
3557
3558 * nsterm.m (ns_draw_window_cursor): Don't call
3559 NSDisableScreenUpdates and NSEnableScreenUpdates on
3560 non-NS_IMPL_COCOA systems.
3561
35622008-08-23 Andreas Schwab <schwab@suse.de>
3563
3564 * process.c (procfs_system_process_attributes): Fix use of
3565 uninitialized variables.
3566
35672008-08-23 Eli Zaretskii <eliz@gnu.org>
3568
3569 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
3570
3571 * dispnew.c (init_display): Remove MS-DOS specific conditions for
3572 calling tty-set-up-initial-frame-faces.
3573
b8ff72fa
SM
3574 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
3575 Allow MSDOS frames along with X frames.
aac0c6e3
MR
3576
3577 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
3578 addition to output_termcap.
3579
3580 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
3581
3582 * termchar.h (FRAME_TTY): Support output_msdos_raw.
3583 (struct tty_display_info) [MSDOS]: Add fields related to mouse
3584 highlight.
3585
3586 * process.c [!subprocesses]: Define QCname.
3587 (syms_of_process): Intern and staticpro it.
3588
3589 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
3590 Adjust for changes in encoding/decoding routines.
3591 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
3592 encode_coding and decode_coding.
3593
b8ff72fa 3594 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
3595
3596 * dosfns.c: Include frame.h before termhooks.h.
3597 (dos_cleanup): Use CURTTY ()->termscript instead of a global
3598 variable termscript.
3599
3600 * s/msdos.h (USER_FULL_NAME): Define.
3601 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
3602
3603 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
3604 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
3605 pw->pw_gecos.
3606
3607 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
3608 SELECTED_FRAME as additional (1st) argument.
3609 (tty_read_avail_input): Handle output_msdos_raw in
3610 addition to output_termcap.
3611
3612 * msdos.c: Include frame.h before termhooks.h.
3613 (mouse_on, mouse_off, mouse_moveto, mouse_init)
3614 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
3615 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
3616 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
3617 (IT_set_terminal_modes, IT_reset_terminal_modes)
3618 (IT_set_frame_parameters): Use tty->termscript instead of a global
3619 variable termscript.
3620 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
3621 global variable terminal_coding. Don't refer to
3622 Vnonascii_translation_table.
3623 (internal_terminal_init): Set Vwindow_system in current_kboard.
3624 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
3625 Announce date and time of session start, if termscript is open.
3626 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
3627 term.c:init_tty). Open termscript only of not already open.
3628 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
3629 here instead of dos_ttraw. Don't initialize display if this is an
3630 initial tty. Don't set FRAME_FONT.
3631 (Vwindow_system_version): Bump to 23.
3632 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
3633 is available, set up mouse_position_hook.
3634 (dos_ttraw, IT_set_terminal_modes): If called with initial
3635 terminal, do nothing.
3636 (IT_set_frame_parameters): Handle the Qtty_type frame
3637 parameter by calling internal_terminal_init.
3638 (dos_set_window_size, show_mouse_face)
3639 (clear_mouse_face, IT_note_mode_line_highlight)
3640 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
3641 (dos_rawgetc): Use tty_display_info instead of x_display_info.
3642 (initialize_msdos_display): New function.
3643 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
3644 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
3645 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
3646 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 3647 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
3648 (request_sigio, unrequest_sigio): Don't define, now defined on
3649 sysdep.c.
3650 (IT_write_glyphs): Rewrite to use encode_terminal_code.
3651
3652 * term.c [MSDOS]: Include msdos.h.
3653 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
3654 conditional to DOS_NT. Allow only one call to this function in a
3655 session. Don't allocate a new struct tty_display_info; instead,
3656 reuse the_only_display_info. Call get_tty_size to get screen
3657 dimensions. Call init_baud_rate to set bad_rate.
3658 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
3659 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 3660 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
3661 (get_tty_terminal, get_named_tty, Ftty_type)
3662 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
3663 output_termcap.
b8ff72fa
SM
3664 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
3665 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 3666 only when subprocesses are supported.
aac0c6e3
MR
3667
3668 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
3669 f->output_data.x.
3670 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
3671 terminal devices.
3672
5582fbc7 3673 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
3674 x_output.
3675 (FRAME_FONT): Use output_data.tty.
3676 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
3677 (struct x_display_info): Rename from display_info. Update all users in
3678 msdos.c.
aac0c6e3 3679 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 3680 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
3681 (dos_ttraw): Update prototype.
3682
3683 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
3684 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
3685
36862008-08-23 Jason Rumney <jasonr@gnu.org>
3687
3688 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
3689 (fn_TIFFSetDirectory): New library function used.
3690 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
3691 (tiff_load): Use :index to select among multiple images. Set count
3692 property when multiple images exist.
3693 (gif_format): Use :index, not :image.
3694
36952008-08-23 Chong Yidong <cyd@stupidchicken.com>
3696
3697 * xdisp.c (try_scrolling): Check INT_MAX instead of
3698 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
3699 to obtain INT_MAX.
3700
37012008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
3702
3703 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
3704
37052008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3706
3707 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
3708 GNUstep library location.
3709
37102008-08-21 Chong Yidong <cyd@stupidchicken.com>
3711
3712 * xfaces.c (x_update_menu_appearance): Check validity of menu font
3713 before using it.
3714
3715 * puresize.h (BASE_PURESIZE): Increase to 1250000.
3716
37172008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3718
3719 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
3720 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
3721 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
3722 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
3723 (EmacsApp-cursor_blink_handler): Remove declaration.
3724 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
3725 match 01 Feb 2008 changes in xterm.c.
3726 (ns_read_socket): Add cast to avoid warning.
3727 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
3728 GNUstep.
3729
37302008-08-20 Chong Yidong <cyd@stupidchicken.com>
3731
3732 * xselect.c (x_get_foreign_selection): Return nil if desired
3733 selection could not be obtained, instead of signalling an error.
3734
37352008-08-20 David Reitter <david.reitter@gmail.com>
3736
3737 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
3738 * nsterm.m: Remove ns-specific code for cursor blinking.
3739 (ns_draw_window_cursor): Clear cursor properly rather than
3740 redrawing the area. Respect width of bar cursors.
3741 These changes enable the use of generic blink-cursor-mode and
3742 generic cursor types in NS and support smooth cursor movements (do
3743 not blink off after command).
3744 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
3745 Nextstep, too.
3746
37472008-08-19 Kenichi Handa <handa@m17n.org>
3748
3749 * font.c (Vfont_log_deferred): New variable.
3750 (font_add_log): Check Vfont_log_deferred.
3751 (font_deferred_log): New function.
3752
3753 * font.h (font_deferred_log): Extern it.
3754
3755 * fontset.c (reorder_font_vector): Use encoding charset of fonts
3756 for sorting.
3757 (face_for_char): Use deferred log.
3758
37592008-08-18 Kenichi Handa <handa@m17n.org>
3760
3761 * fontset.c (face_for_char): Add font log.
3762
3763 * font.c (font_add_log): Add the font properties :script, :lang,
3764 and :otf in the log.
3765
37662008-08-17 Chong Yidong <cyd@stupidchicken.com>
3767
3768 * xdisp.c: Remove dead code.
3769 (handle_invisible_prop, next_overlay_string): Defer call to
3770 setup_for_ellipsis.
3771 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
3772
37732008-08-15 Chong Yidong <cyd@stupidchicken.com>
3774
3775 * xfaces.c (lookup_derived_face): Properly handle possible zero
3776 return value of get_lface_attributes.
3777 (merge_faces): Don't tell lookup_derived_face to signal an error
3778 if face is not found.
3779
3780 * dired.c (Fdirectory_files): Doc fix.
3781
3782 * process.c (make_process): Initialize kill_without_query struct
3783 member.
3784
37852008-08-15 Eli Zaretskii <eliz@gnu.org>
3786
3787 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
3788 Alternative calculation of totphys for Visual Studio 6.
3789
3790 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
3791
3792 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
3793 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
3794 All users changed.
3795 (stat): Only root directory passed to GetDriveType. Allow RAM
3796 disk as well as local fixed disk when w32-get-true-file-attributes
3797 is set to `local'.
3798 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
3799 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
3800 (w32_cached_id, w32_add_to_cache): New functions.
3801 (get_name_and_id): Look account names in the cache before calling
3802 lookup_account_sid.
3803 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
3804 New initialization flags.
3805 (globals_of_w32): Initialize them to zero.
3806 (w32_system_process_attributes): Use w32_cached_id and
3807 w32_add_to_cache.
3808
38092008-08-14 Lawrence Mitchell <wence@gmx.li>
3810
3811 * lread.c (Fread_char, Fread_char_exclusive): If no character
3812 event is read before timeout is reached, return nil, rather than
3813 converting to a number.
3814
38152008-08-14 Chong Yidong <cyd@stupidchicken.com>
3816
3817 * fns.c (use_dialog_box): Doc fix.
3818
3819 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
3820 on OS X.
3821
38222008-08-13 Chong Yidong <cyd@stupidchicken.com>
3823
3824 * frame.c (Qns_parse_geometry): New var.
3825 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
3826
38272008-08-11 Chong Yidong <cyd@stupidchicken.com>
3828
3829 * xdisp.c (x_produce_glyphs): Handle the case when font has no
3830 space character in calculating tabs.
3831
38322008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
3833
3834 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
3835
38362008-08-10 Glenn Morris <rgm@gnu.org>
3837
3838 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
3839 silence gcc "limited range of data type" warnings in some
3840 make_fixnum_or_float calls.
3841
38422008-08-09 Eli Zaretskii <eliz@gnu.org>
3843
3844 * w32.c (w32_system_process_attributes): If the process does not
3845 exist, return nil.
3846
3847 * w32.c: Include thelp32.h, psapi.h and coding.h.
3848 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
3849 declarations.
3850 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
3851 (Process32Next_Proc): New typedefs.
3852 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
3853 (g_b_init_process32_next, g_b_init_open_thread_token)
3854 (g_b_init_impersonate_self, g_b_init_revert_to_self)
3855 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
3856 (g_b_init_get_process_working_set_size)
3857 (g_b_init_global_memory_status_ex): New static variables.
3858 (globals_of_w32): Initialize them.
3859 (create_toolhelp32_snapshot, process32_first, process32_next)
3860 (open_thread_token, impersonate_self, revert_to_self)
3861 (get_process_memory_info, get_process_working_set_size)
3862 (global_memory_status, global_memory_status_ex): New wrapper
3863 functions.
3864 (w32_list_system_processes, w32_system_process_attributes)
3865 (enable_privilege, restore_privilege, ltime, process_times):
3866 New functions.
3867 (convert_time_raw): New function.
3868 (convert_time): Remove conversion of FILETIME into time in 100
3869 nsec units, call convert_time_raw instead.
3870
3871 * process.h (w32_list_system_processes, w32_system_process_attributes):
3872 Add prototypes.
3873 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
3874 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
3875 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
3876 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
3877
3878 * process.c (Fsystem_process_attributes): Doc fix.
3879
38802008-08-08 Chong Yidong <cyd@stupidchicken.com>
3881
3882 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
3883 a continued multi-char glyph; if so, advance to the actual glyph.
3884
38852008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3886
3887 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
3888
3889 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
3890 (.m.o): Use it.
3891 * config.in: Regenerate.
3892
38932008-08-07 Chong Yidong <cyd@stupidchicken.com>
3894
3895 * xdisp.c (redisplay_window): Revert last change.
3896 (try_window): Check bottom scroll margin too.
3897
38982008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3899
3900 * config.in: Regenerate.
3901
3902 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
3903 -list-load-path-shadows'.
3904 (nsgui.h): Reduce number of things depending on it.
3905
39062008-08-06 Chong Yidong <cyd@stupidchicken.com>
3907
3908 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
3909 instead of window-end which does the wrong thing at eob.
3910 (try_cursor_movement): Minor optimization.
3911 (redisplay_window): If scroll margin is defined, don't assume
3912 window doesn't need scrolling.
3913
39142008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3915
3916 * config.in: Regenerate.
3917
3918 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
3919 (mostlyclean): Don't delete *.d under NS.
3920
3921 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
3922
39232008-08-06 Kenichi Handa <handa@m17n.org>
3924
3925 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
3926
39272008-08-06 Andreas Schwab <schwab@suse.de>
3928
3929 * config.in: Regenerate.
3930
39312008-08-05 Chong Yidong <cyd@stupidchicken.com>
3932
3933 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
3934 forcing a window start.
3935
3936 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
3937 (auto_save_1): Update modtime when auto-save-list-file-name is on.
3938
39392008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3940
3941 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
3942 argument.
3943
39442008-08-05 Juanma Barranquero <lekktu@gmail.com>
3945
3946 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
3947 <scroll-down-aggressively, before-change-functions>:
3948 <after-change-functions>: Reflow docstrings.
3949
39502008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3951 Ken Raeburn <raeburn@gnu.org>
3952
3953 Dock menu customization, based on a patch by Ken Raeburn, plus some
3954 other fixes.
3955 * nsmenu.m (dockMenu): New variable.
3956 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
3957
3958 * nsterm.h (dockMenu): Declare.
3959
3960 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
3961 (ns_term_init): Initialize dockMenu.
3962 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
3963 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
3964 left.
3965
3966 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
3967
39682008-08-04 Chong Yidong <cyd@stupidchicken.com>
3969
3970 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
3971
3972 * config.in: Regenerate.
3973
39742008-08-04 Seiji Zenitani <zenitani@mac.com>
3975
3976 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
3977
39782008-08-04 Chong Yidong <cyd@stupidchicken.com>
3979
3980 * nsterm.h (find_and_call_menu_selection): Fix prototype.
3981
39822008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3983
3984 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
3985
3986 * keyboard.h: Comment an #endif.
3987
3988 * lisp.h (have_menus_p): Adjust comment.
3989
3990 * menu.c (find_and_return_menu_selection): Fix comparison with
3991 client_data.
3992
3993 * nsmenu.m (popup_activated_flag): New variable.
3994 (popup_activated): New function.
3995 (menu-or-popup-active-p): New exported lisp definition.
3996 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
3997 when popup done.
3998 (ns_popup_dialog): Set popup_activated_flag.
3999
4000 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
4001 version for GNUstep (handled by conditional typedef in nsterm.m).
4002 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
4003 in rgb.txt).
4004
4005 * process.c (init_process): Use DARWIN_OS, not DARWIN.
4006
4007 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
4008
4009 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
4010
4011 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
4012 shortcircuit if popup_activated like GTK and X toolkit.
4013
4014 * m/inter386.h: Change DARWIN to DARWIN_OS.
4015
4016 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
4017 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
4018 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
4019 comment on NO_SOCK_SIGIO.
4020
40212008-08-03 Chong Yidong <cyd@stupidchicken.com>
4022
4023 * nsterm.m (windowDidResize): Remove stopModal call.
4024
40252008-08-03 Andreas Schwab <schwab@suse.de>
4026
4027 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
4028 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
4029
40302008-08-02 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
4033 Don't use uninitialized pointer variable when using getrlimit.
4034
40352008-08-02 Jason Rumney <jasonr@gnu.org>
4036
4037 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
4038
40392008-08-02 Eli Zaretskii <eliz@gnu.org>
4040
4041 * alloc.c (NSTATICS): Bump to 0x640.
4042
4043 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
4044
4045 * lisp.h: Add prototype for directory_files_internal.
4046
4047 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
4048 New functions.
4049 (syms_of_process): Defsubr them. Add initializations for various
4050 Q* symbols used in procfs_system_process_attributes.
4051 (procfs_list_system_processes, procfs_system_process_attributes)
4052 [HAVE_PROCFS]: New functions.
4053 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
4054 (procfs_get_total_memory): New functions.
4055
40562008-08-01 Juanma Barranquero <lekktu@gmail.com>
4057
4058 * xfaces.c (Fx_load_color_file): Fix previous change;
4059 it is #ifdef WINDOWSNT, not WINDOWS_NT.
4060
40612008-08-01 Michael Albinus <michael.albinus@gmx.de>
4062
4063 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
4064
40652008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4066
4067 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
4068
40692008-08-01 Chong Yidong <cyd@stupidchicken.com>
4070
4071 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
4072
4073 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
4074 define NSApplicationDelegateReplySuccess.
4075 (EmacsView -converstationIdentifier): Use long instead of
4076 NSInteger for GNUstep, since it doesn't have NSInteger.
4077
4078 * xmenu.c: Revert last change.
4079
4080 * keyboard.h: Fix last change.
4081
40822008-08-01 Juanma Barranquero <lekktu@gmail.com>
4083
4084 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
4085 on Windows.
4086
40872008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4088
4089 Warning clearing and clean-up in NS port.
4090 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
4091 Add prototypes.
4092 * nsgui.h (FACE_DEFAULT): Remove, unused.
4093 (XGCValues): Change colors to unsigned long.
4094 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
4095 nsterm.m.
4096 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
4097 (ns_list_fonts): Remove, unused.
4098 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
4099 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
4100 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
4101 (nsfont_draw): Compare face colors to 0, not nil.
4102 * nsmenu.m (struct widget_value): Drop unneeded declaration.
4103 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
4104 (-addSubmenuWithTitle:): Use NSMenuItem class.
4105 (ns_popup_menu): Use NO, not NULL, for enabled setting.
4106 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
4107 (ns_clip_to_row): Make gc arg a BOOL.
4108 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
4109 ns_clip_to_row() call.
4110 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
4111 used). Cast FRAME_FONT assignments.
4112 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
4113 (ns_string_to_lispmod): Change arg to const char.
4114 (ns_term_init): Use NSMenuItem class.
4115 (EmacsApp -openFile:): Move to different section of file.
4116 (EmacsApp -application:openFiles:): Don't return a value, call
4117 -replyToOpenOrPrint:.
4118 (EmacsView -keyDown:): Fix up cast.
4119 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
4120 (EmacsView -menuDown:): Cast tag in call to
4121 find_and_call_menu_selection().
4122 (ns_list_fonts): Remove, unused.
4123 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
4124 (ns_fontname_to_xlfd): Make static.
4125 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
4126 Remove prototypes (now in keyboard.h).
4127 (next_menubar_widget_id): Remove, unused.
4128 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
4129 Remove prototypes (now in keyboard.h).
4130 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
4131
41322008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
4133
4134 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
4135 (floatfns.o): Depend on syssignal.h.
4136 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
4137
4138 * systty.h: Fix previous change that removed BSD_TERMIOS.
4139 Add comments to #ifdefs.
4140
41412008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4142
4143 * w32fns.c (w32-load-color-file): Remove.
4144 (x-open-connection): Use renamed Fx_load_color_file.
4145 * xfaces.c (x-load-color-file): Add.
4146 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
4147 Emacs.clr.
4148 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
4149
41502008-07-31 Michael Albinus <michael.albinus@gmx.de>
4151
4152 * dbusbind.c (Fdbus_call_method_asynchronously)
4153 (Fdbus_method_error_internal): New defuns.
4154 (xd_read_message): Handle also reply messages.
4155 (Vdbus_registered_functions_table): Extend docstring.
4156
41572008-07-31 Juanma Barranquero <lekktu@gmail.com>
4158
4159 * keyboard.c (gobble_input): Fix previous change.
4160
41612008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4162
4163 * bitmaps/README:
4164 * xfns.c:
4165 * termcap.c:
4166 * term.c:
4167 * syswait.h:
4168 * systty.h:
4169 * systime.h:
4170 * syssignal.h:
4171 * sysdep.c:
4172 * process.h:
4173 * process.c:
4174 * print.c:
4175 * ndir.h:
4176 * lread.c:
4177 * keyboard.c:
4178 * getpagesize.h:
4179 * floatfns.c:
4180 * fileio.c:
4181 * emacs.c:
4182 * doc.c:
4183 * dispnew.c:
4184 * dired.c:
4185 * data.c:
4186 * callproc.c:
4187 * buffer.c:
4188 * README:
4189 * Makefile.in:
4190 * s/template.h:
4191 * s/msdos.h:
4192 * m/vax.h: Remove VMS support.
4193 * s/vms.h:
4194 * vlimit.h:
4195 * uaf.h:
4196 * temacs.opt:
4197 * param.h:
4198 * ioctl.h: Remove file.
4199
42002008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4201
4202 * s/ms-w32.h (MULTI_KBOARD): Remove.
4203 * xterm.c:
4204 * xselect.c:
4205 * xfns.c:
4206 * window.c:
4207 * w32term.c:
4208 * w32fns.c:
4209 * terminal.c:
4210 * termhooks.h:
4211 * term.c:
4212 * sysdep.c:
4213 * keyboard.h:
4214 * keyboard.c:
4215 * frame.h:
4216 * frame.c:
4217 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
4218 * config.in: Regenerate.
4219
42202008-07-30 Jason Rumney <jasonr@gnu.org>
4221
4222 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
4223
4224 * w32font.c (w32font_encode_char): Leave as unicode if in range.
4225 (w32font_open_internal): Get unicode version of textmetrics.
4226 Don't enable or disable glyph indices here.
4227 (w32font_open): Disable use of glyph indices.
4228
4229 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
4230
42312008-07-30 Chong Yidong <cyd@stupidchicken.com>
4232
4233 * minibuf.c (Vread_buffer_function): Doc fix.
4234
42352008-07-30 John Paul Wallington <jpw@pobox.com>
4236
4237 * minibuf.c (read_buffer_completion_ignore_case): New var.
4238 (Fread_buffer): Use it.
4239
42402008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4241
4242 * systty.h (sensemode): Remove empty #if. Remove reference to
4243 BSD_TERMIOS, unused.
4244
4245 * sysdep.c: Remove reference to DGUX.
4246 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
4247
4248 * config.in: Regenerate.
4249
42502008-07-30 Jason Rumney <jasonr@gnu.org>
4251
4252 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
4253
42542008-07-29 Jason Rumney <jasonr@gnu.org>
4255
4256 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
4257 is populated.
4258 (uniscribe_encode_char): Always use uniscribe.
4259 Avoid using context if cache is populated.
4260
42612008-07-29 Jan Djärv <jan.h.d@swipnet.se>
4262
4263 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
4264 open menu.
4265
4266 * gtkutil.c (menu_nav_ended): Remove.
4267 (create_menus): Remove signal connect for menu_nav_ended.
4268
42692008-07-28 Chong Yidong <cyd@stupidchicken.com>
4270
4271 * xdisp.c (redisplay_window): Check return value of
4272 compute_window_start_on_continuation_line before forcing a window
4273 start.
4274
42752008-07-28 Jason Rumney <jasonr@gnu.org>
4276
4277 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
4278
4279 * w32term.c (w32_enable_unicode_output, cleartype_active):
4280 Remove obsolete display options.
4281 (x_draw_glyph_string_background): Don't use old cleartype_active
4282 workaround.
4283 (w32_initialize): Remove cleartype_active initialization.
4284 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
4285
42862008-07-28 Andreas Schwab <schwab@suse.de>
4287
4288 * lisp.h (init_weak_hash_tables, syms_of_font)
4289 (xd_read_queued_messages, syms_of_dbusbind): Declare.
4290 (remove_hash_entry): Don't declare.
4291 * eval.c (maybe_call_debugger): Make static and move before use.
4292 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
4293 * xdisp.c: Include "gtkutil.h" if USE_GTK.
4294 * xterm.h (x_set_frame_alpha): Declare.
4295
42962008-07-28 Jan Djärv <jan.h.d@swipnet.se>
4297
4298 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
4299 (create_menus): Connect selection-done to menu_nav_ended.
4300
43012008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4302
4303 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
4304 Set Vx_resource_name to a fallback. Replace read of 'buffered'
4305 parameter with read of 'alpha' one.
4306 (Qns_frame_parameter): Remove.
5582fbc7 4307 * nsselect.m (selection-coding-system)
aac0c6e3
MR
4308 (next-selection-coding-system, Vselection_coding_system)
4309 (Vnext_selection_coding_system): Drop.
4310
43112008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4312
4313 * nsfns.m (do-applescript, do_applescript): Rename to
4314 ns-do-applescript, ns_do_applescript, and move within file.
4315
43162008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4317
4318 Remove support for Mac Carbon.
4319 * mactoolbox.c:
4320 * macterm.h:
4321 * macterm.c:
4322 * macselect.c:
4323 * macmenu.c:
4324 * macgui.h:
4325 * macfns.c:
4326 * mac.c: Remove file.
4327 * s/darwin.h:
4328 * m/intel386.h:
4329 * xfaces.c:
4330 * xdisp.c:
4331 * window.c:
4332 * tparam.c:
4333 * termhooks.h:
4334 * termcap.c:
4335 * term.c:
4336 * syssignal.h:
4337 * sysselect.h:
4338 * sysdep.c:
4339 * process.c:
4340 * lread.c:
4341 * lisp.h:
4342 * keyboard.c:
4343 * image.c:
4344 * fringe.c:
4345 * frame.h:
4346 * frame.c:
4347 * fontset.c:
4348 * font.h:
4349 * font.c:
4350 * fns.c:
4351 * fileio.c:
4352 * emacs.c:
4353 * dispnew.c:
4354 * dispextern.h:
4355 * config.in:
4356 * atimer.c:
2ae37cf0 4357 * Makefile.in: Remove code for Carbon.
aac0c6e3 4358
f0131492 43592008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
4360
4361 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
4362
43632008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4364
4365 * macterm.h (kCGBitmapByteOrder32Host): New define for
4366 non-universal SDKs.
4367
4368 * image.c (mac_create_cg_image_from_image, image_load_image_io)
4369 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
4370
4371 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
4372 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
4373
43742008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
4375
4376 * w32inevt.c: Include dispextern.h.
4377
43782008-07-26 Andreas Schwab <schwab@suse.de>
4379
4380 * print.c (print_object): Fix off-by-one in last change.
4381
43822008-07-25 Juanma Barranquero <lekktu@gmail.com>
4383
4384 * term.c (syms_of_term): Don't initialize default_orig_pair,
4385 default_set_foreground and default_set_background on Windows.
4386
43872008-07-25 Jason Rumney <jasonr@gnu.org>
4388
4389 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
4390 ScriptItemize. Clean up return value checking. Remove unused
4391 variables.
4392 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
4393 shaping engine.
4394
4395 * w32font.c (w32font_has_char): Handle the case where we can't
4396 determine the script for a character.
4397
43982008-07-25 Chong Yidong <cyd@stupidchicken.com>
4399
4400 * term.c (syms_of_term): Initialize default_orig_pair,
4401 default_set_foreground, and default_set_background.
4402
4403 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
4404 clash (bug#86).
4405 (getloadavg): Callers changed.
4406
4407 * image.c (svg_load_image): Fix last change.
4408 (svg_load_image): Use rsvg_handle_get_dimensions to check that
4409 image size is valid. Use g_object_unref instead of deprecated
4410 rsvg_handle_free to free rsvg handle.
4411 (x_from_xcolors): Don't initialize pixmap (silence compiler).
4412
44132008-07-25 Jason Rumney <jasonr@gnu.org>
4414
4415 * w32font.c (w32font_encode_char): Encode characters outside BMP as
4416 surrogates before looking up glyph index.
4417 (w32font_text_extents): Encode as surrogates if falling back to
4418 functions that need UTF-16 wide chars.
4419
4420 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
4421 BMP as surrogates before looking up glyph index.
4422
44232008-07-25 Chong Yidong <cyd@stupidchicken.com>
4424
4425 * image.c (svg_load_image): Check for failure in return value of
4426 rsvg_handle_get_pixbuf. Free rsvg handle when done.
4427
44282008-07-25 Jason Rumney <jasonr@gnu.org>
4429
4430 * w32font.c (Fx_select_font): Reverse sense of second arg.
4431
44322008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4433
4434 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
4435 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
4436
4437 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
4438 (PURESIZE): Use it.
4439
44402008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
4441
4442 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
4443 * m/alpha.h (TEXT_END):
4444 * m/ibmrs6000.h (TEXT_END):
4445 * m/macppc.h (TEXT_END):
4446 * s/darwin.h (TEXT_END):
4447 * s/msdos.h (TEXT_END): Remove, unused.
4448 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
4449 * s/cygwin.h: Remove comment.
4450
4451 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
4452 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
4453 * m/intel386.h (DOT_GLOBAL_START):
4454 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
4455 (USG): Remove, file not used on USG platforms.
4456
4457 * Makefile.in (HAVE_X11): Remove empty #else.
4458
44592008-07-24 Andreas Schwab <schwab@suse.de>
4460
4461 * fileio.c (Finsert_file_contents): Properly adjust undo list
4462 after format conversion.
4463
44642008-07-24 Jan Djärv <jan.h.d@swipnet.se>
4465
4466 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
4467 (menu_nav_ended): Remove.
4468 (create_menus): Remove signal connect for menu_nav_ended.
4469 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
4470 create_menus.
4471 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
4472
44732008-07-23 Jason Rumney <jasonr@gnu.org>
4474
4475 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
4476 with opened font.
4477 (w32font_open): Set font type to gdi.
4478
4479 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
4480
44812008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4482
4483 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
4484 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
4485 defines it.
4486 * unexec.c (ADDR_CORRECT): Define unconditionally.
4487
4488 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
4489
4490 * unexec.c: Remove code depending on !COFF and USG, the file is
4491 not used for such systems.
4492
4493 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
4494 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
4495 (LD_SWITCH_SYSTEM_1): Remove, update users.
4496
4497 * s/darwin.h (DATA_END):
4498 * m/intel386.h (DATA_END):
4499 * m/ibmrs6000.h (DATA_END):
4500 * m/alpha.h (DATA_END): Remove, unused.
4501
4502 * config.in: Regenerate.
4503 * s/ms-w32.h (subprocesses): Define unconditionally.
4504 * s/template.h (subprocesses): Update comment.
4505 * s/vms.h (subprocesses):
4506 * s/usg5-4.h (subprocesses):
4507 * s/hpux10-20.h (subprocesses):
4508 * s/gnu-linux.h (subprocesses):
4509 * s/cygwin.h (subprocesses):
4510 * s/bsd-common.h (subprocesses):
4511 * s/aix4-2.h (subprocesses):
4512 * s/darwin.h (subprocesses): Do not define, defined by default now.
4513
4514 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
4515 Remove all references.
4516 (temacs): Add GNUstep specific ld flags.
4517
4518 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
4519 similarly to what X does.
4520
45212008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4522
4523 * nsfns.m (x-list-fonts): Remove.
4524 (syms_of_nsfns): Drop the x-list-fonts declaration.
4525 * nsterm.m: Get rid of remaining "//" comments.
4526
45272008-07-22 Chong Yidong <cyd@stupidchicken.com>
4528
4529 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
4530
4531 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
4532 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
4533 (Fns_own_selection_internal, Fx_disown_selection_internal)
4534 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
4535
4536 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
4537 ... */' style of docstrings. Doc fixes.
4538
45392008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4540
4541 * terminfo.c (UP, BC, PC): Undo previous change.
4542
4543 * nsfns.m: Rename ns prefixed functions/variables to the
4544 corresponding x versions. Update references.
4545
45462008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4547
4548 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
4549
45502008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4551
4552 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
4553 Remove forwarding functions.
4554 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
4555 non-static.
4556 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
4557 non-static.
4558 (ns_frame_parm_handlers): Use the new names.
4559 (syms_of_nsfns): Move to the end of file.
4560
4561 * nsterm.m (syms_of_nsterm): Move to the end of file.
4562
4563 * dispnew.c (init_display): Remove code for X10.
4564
45652008-07-22 Jason Rumney <jasonr@gnu.org>
4566
4567 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
4568 bare drive.
4569
45702008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4571
4572 * nsterm.m (syms_of_nsterm): Remove debugging println.
4573
45742008-07-22 David Reitter <david.reitter@gmail.com>
4575
4576 * nsfns.m (do_applescript, F_do_applescript): NS version of the
4577 Carbon implementation of the same functionality: execute arbitrary
4578 AppleScript code.
4579
45802008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4581
4582 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
4583 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
4584 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
4585 (Fx_display_mm_height, Fx_display_mm_width)
4586 (Fx_display_backing_store, Fx_display_visual_class)
4587 (Fx_display_save_under, Fx_open_connection)
4588 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
4589 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
4590 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
4591 (Fx_display_pixel_width, Fx_display_pixel_height)
4592 (Fx_display_usable_bounds, Fx_display_planes)
4593 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
4594 ... */' style of docstrings.
4595
45962008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4597
4598 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
4599 on this platform.
4600 (mips):
4601 * m/iris4d.h (mips): Do not define.
4602 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
4603
4604 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
4605
4606 * image.c:
4607 * nsfns.m:
4608 * nsselect.m:
4609 * nsterm.h:
4610 * nsterm.m: Rename ns prefixed functions/variables to the
4611 corresponding x versions. Update references.
4612
4613 * m/ibms390x.h (NO_REMAP): Do not undefine.
4614
4615 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
4616
46172008-07-21 Chong Yidong <cyd@stupidchicken.com>
4618
4619 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
4620 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
4621 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
4622 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
4623 (Fns_display_mm_height, Fns_display_mm_width)
4624 (Fns_display_backing_store, Fns_display_visual_class)
4625 (Fns_display_save_under, Fns_open_connection)
4626 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
4627 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
4628 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
4629 (Fns_display_pixel_width, Fns_display_pixel_height)
4630 (Fns_display_usable_bounds, Fx_display_planes)
4631 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
4632
46332008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
4634
4635 * print.c (print_object): Check print_depth before searching for
4636 circularities.
4637
46382008-07-21 Michael Albinus <michael.albinus@gmx.de>
4639
4640 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
4641 only sprintf.
4642
46432008-07-21 Kenichi Handa <handa@m17n.org>
4644
4645 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
4646
46472008-07-20 Andreas Schwab <schwab@suse.de>
4648
4649 * syntax.c (find_start_pos, find_start_value)
4650 (find_start_value_byte, find_start_begv, find_defun_start)
4651 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
4652
46532008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
4654
4655 * s/sol2-3.h: Insert contents of s/sol2.h.
4656 (LD_SWITCH_SYSTEM): Remove redundant definition.
4657 * s/sol2.h: Remove, unused.
4658
46592008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4660
4661 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
4662
46632008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4664
4665 * Makefile.in (ns_appdir): Fix typo in find command.
4666
46672008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
4668
4669 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
4670
4671 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
4672 added not supported anymore.
4673
4674 * s/usg5-4-2.h (LIBS_SYSTEM):
4675 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
4676
4677 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
4678 * s/lynxos.h (GETPGRP_NO_ARG):
4679 * s/hpux10-20.h (NO_SIOCTL_H):
4680 * s/gnu.h (GETPGRP_NO_ARG):
4681 * s/gnu-linux.h (NO_SIOCTL_H):
4682 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
4683 * s/cygwin.h (GETPGRP_NO_ARG):
4684 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
4685 (C_DEBUG_SWITCH): Remove duplicate definition.
4686
4687 * m/ibms390.h: Remove boilerplate comments.
4688
4689 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
4690
4691 * process.c (HAVE_SERIAL): Consolidate ifdefs.
4692 (wait_reading_process_output): Remove code for SunOS, platform not
4693 supported anymore. Use SOLARIS2 instead of sun.
4694
46952008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4696
4697 * font.c (font_open_by_name): Under NS, default lface height to zero.
4698 (font_open_for_lface): Under NS, set size based on frame fontsize.
4699 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
4700 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
4701
47022008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4703
4704 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
4705 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
4706 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
4707 YES/NO.
4708 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
4709 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
4710 * Makefile.in (clean): Clear out build destination dir.
4711
47122008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4713
4714 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
4715 xterm, xselect.
4716 * lisp.h: Remove declaration of hash_remove.
4717 * nsgui.h: Remove redefinitions of hash_remove.
4718 * fns.c (hash_remove): Rename to hash_remove_from_table.
4719
47202008-07-19 Seiji Zenitani <zenitani@mac.com>
4721
4722 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
4723 strdup() the family UTF8String before modifying it.
4724
47252008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4726
4727 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
4728 NS_FACE_BACKGROUND with 0 instead of nil.
4729 * nsfont.m (nsfont_draw): Same.
4730
47312008-07-19 Chong Yidong <cyd@stupidchicken.com>
4732
4733 * nsfns.m (ns_set_background_color): Fix crash.
4734
47352008-07-18 Chong Yidong <cyd@stupidchicken.com>
4736
4737 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
4738
47392008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
4740
4741 * puresize.h (BASE_PURESIZE): Increase to 1240000.
4742
47432008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4744
4745 * gtkutil.c: Include <config.h> instead of "config.h".
4746
4747 * lisp.h (Foverlay_buffer): Add EXFUN.
4748
4749 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
4750 child process to complete child_setup. Undo 2005-09-21 change.
4751
4752 * s/darwin.h: Mention setsid after vfork.
4753
47542008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4755
4756 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
4757 Depend on macgui.h.
4758
4759 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
4760 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
4761
4762 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
4763 and f19.
4764 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
4765
4766 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
4767 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
4768 Remove enumerators.
4769
4770 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
4771 Check if FACE_FROM_ID returns NULL.
4772
47732008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
4774
4775 * w32inevt.c (change_frame_size): Remove extern declaration.
4776 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
4777 change_frame_size.
4778
47792008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
4780
4781 * getloadavg.c: Revert last change (2008-07-15).
4782
47832008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
4784
4785 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
4786 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
4787 from configure.
4788
47892008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
4790
4791 * s/sol2.h:
4792 * s/sol2-4.h: Reorganize conditionals.
4793
4794 * ecrt0.c: Remove code depending on m68000, not used anymore.
4795
4796 * fns.c (hash_remove): Make static.
4797 * lisp.h (hash_remove): Don't prototype.
4798
4799 * m/ibmrs6000.h:
4800 * m/ibms390x.h:
4801 * m/macppc.h: Remove boilerplate comments.
4802
4803 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
4804 Solaris, which does not need them.
4805
4806 * m/vax.h: Remove comments about unsupported systems.
4807
4808 * s/darwin.h: Reorganize ifdefs.
4809
48102008-07-17 Andreas Schwab <schwab@suse.de>
4811
4812 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
4813
48142008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4815
4816 Use SDATA. Follow coding convention of placing operators at
4817 beginning of next line rather than end of previous line, and placing
4818 spaces around infix operators.
4819
4820 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
4821 in case it was defined already.
4822 USE @GNUSTEP_MAKEFILES@ rather than envvars.
4823 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
4824 ns_default.
4825 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
4826 Lisp_Objects.
4827 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
4828 (ns_defined_color, ns_color_to_lisp): Declare.
4829 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
4830 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
4831 it's accepted even with USE_LISP_UNION_TYPE.
4832 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
4833 (update_frame_tool_bar): Remove apparently obsolete tests for
4834 non-integerness of f->tool_bar_lines.
4835 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
4836 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
4837 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
4838 (nsfont_open): Don't confuse NULL for Qnil.
4839 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
4840 * menu.h (find_and_call_menu_selection):
4841 * menu.c (find_and_call_menu_selection): Use just int for vector size.
4842 (find_and_return_menu_selection): Always return something.
4843 * frame.h: Include dispextern.h for Display_Info.
4844 (display_x_get_resource): Declare.
4845
48462008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
4847
4848 * syntax.c: Remove stdio.h include accidentally introduced in
4849 Emacs.app commit.
4850 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
4851 NS_IMPL_COCOA.
4852 * keyboard.c (handle_async_input, input_available_signal): Remove
4853 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
4854
48552008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
4856
4857 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
4858 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
4859 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
4860 Use SDATA.
4861
4862 * keymap.c: Remove all NS-specific code.
4863 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
4864 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
4865 where_is_preferred_modifier, return a different value depending on how
4866 preferred is the binding.
4867 (where_is_internal): Adjust accordingly.
4868 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
4869 Adjust to new preferred_sequence_p.
4870 (syms_of_keymap): Declare `where-is-preferred-modifier'.
4871 * keyboard.c (parse_solitary_modifier): Not static any more.
4872 * keyboard.h (parse_solitary_modifier): Declare.
4873
48742008-07-16 Andreas Schwab <schwab@suse.de>
4875
4876 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
4877 of easymenu.
4878
48792008-07-16 Chong Yidong <cyd@stupidchicken.com>
4880
4881 * xdisp.c (move_it_in_display_line): Account for word wrap, so
4882 that we don't move off the line.
4883
48842008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
4885
4886 * keyboard.c (Qsuper): Remove.
4887 (parse_menu_item): Don't call where_is_internal specially for NS.
4888
48892008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4890
4891 * s/gnu-linux.h: Remove boilerplate comments.
4892
4893 * m/alpha.h (__ELF__): Consolidate conditions.
4894
4895 * m/m68k.h (linux): Use GNU_LINUX instead.
4896 Remove boilerplate comments.
4897
4898 * m/intel386.h: Undo refactoring from previous change.
4899 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
4900 too, remove dead code.
4901 (linux): Use GNU_LINUX instead.
4902
49032008-07-16 Jason Rumney <jasonr@gnu.org>
4904
4905 * w32gui.h: Repeat 26 June changes lost by last change.
4906
49072008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4908
4909 * systty.h: Remove code for Aix on 386, unsupported platform.
4910
4911 * s/ms-w32.h: Remove boilerplate comments.
4912 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
4913
4914 * s/gnu-linux.h (TERM): Remove support.
4915 (HAVE_SYSVIPC): Remove, unused.
4916 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
4917 for this system.
4918
4919 * process.c: Remove support for IRIS, unused.
4920 Remove support for TERM, not relevant anymore.
4921
4922 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
4923 used with the definition.
4924
4925 * s/aix4-2.h (static): Do not undef.
4926
4927 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
4928 only used on Aix.
4929 (HAVE_SYSVIPC): Remove, unused.
4930
4931 * m/hp800.h (CANNOT_DUMP): Do not undef.
4932
4933 * m/alpha.h: Fix comment.
4934
4935 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
4936 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
4937 used by this configuration.
4938 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
4939 * unexec.c: Remove code depending on HPUX and
4940 USG_SHARED_LIBRARIES, not used with this file. Remove code
4941 depending on IRIS, unused. Remove if 0-ed code.
4942
4943 * s/template.h: Remove comments about static.
4944
4945 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
4946 Remove if 0-ed code.
4947 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
4948 were the same as the default.
4949 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
4950 Remove boilerplate comments.
4951 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
4952 (HAVE_SYSVIPC): Remove, unused.
4953 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
4954
4955 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
4956 Remove boilerplate comments.
4957 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
4958 Remove boilerplate comments.
4959 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
4960 Remove boilerplate comments.
4961 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
4962
4963 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
4964 USG systems which do not use DATA_SEG_BITS.
4965 Refactor code. Remove boilerplate comments.
4966
4967 * m/ibms390.h:
4968 * m/m68k.h:
4969 * s/bsd-common.h:
4970 * s/cygwin.h:
4971 * s/darwin.h:
4972 * s/freebsd.h:
4973 * s/gnu.h:
4974 * s/msdos.h: Remove boilerplate comments.
4975
4976 * m/iris4d.h: Remove boilerplate comments and code for systems that
4977 do not use this file.
4978 (IRIS_4D): Remove, unused.
4979
4980 * m/mips.h: Remove boilerplate comments and code for systems that
4981 do not use this file.
4982 (SIGN_EXTEND_CHAR):
4983 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
4984 * unexmips.c: Remove file, unused.
4985
4986 * editfns.c (Fuser_full_name): Replace the only use of
4987 USER_FULL_NAME with its value.
4988 * config.in: Regenerate.
4989
49902008-07-16 David Reitter <david.reitter@gmail.com>
4991
4992 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
4993 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
4994
49952008-07-16 Glenn Morris <rgm@gnu.org>
4996
4997 * emacs.c (system-type): Doc fix.
4998
49992008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
5002 If the cache doesn't work, let's fix it, rather than work around it.
5003
50042008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5005
5006 * Makefile.in: Correct additions for nsfont.o in last commit.
5007 * nsfont.m: New file (forgot last commit).
5008
50092008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
5010
5011 * callproc.c (set_initial_environment): Initialize
5012 Vprocess_environment under CANNOT_DUMP (fixes crash when
5013 batch-compiling for bootstrap).
5014
50152008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
5016 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5017
5018 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
5019 fix crash due to different init order.
5020
50212008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5022
5023 Changes and additions for NeXTstep windowing system (Cocoa and
5024 GNUstep) support.
5025
5026 * Makefile.in:
5027 * config.in: Support defines and build commands for NS port.
5028 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
5029 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
5030 * dispextern.h: Include nsgui.h and add needed typedefs under NS
5031 windowing.
5032 (struct face): Add synth_ital field.
5033 * dispnew.c: Include nsterm.h when compiling under NS windowing.
5034 (init_display): Initialize Vinitial_window_system to "ns" when so
5035 compiled.
5036 * emacs.c: Include GSConfig.h when compiling under GNUstep.
5037 (display_arg): Use under NS.
5038 (main): Under NS, allocate autorelease pool and handle command line
5039 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
5040 (standard_args): Add NS-specific args.
5041 (shut_down_emacs): Shut down NS terminal if compiled under NS.
5042 * font.c (DEFAULT_ENCODING): New variable.
5043 (font_find_for_lface): Use it.
5044 (syms_of_font): Load syms_of_nsfont under NS.
5045 * font.h: Declare nsfont_driver when compiled under NS.
5046 * fontset.c: When compiling under NS, include nsterm.h.
5047 (fontset_from_font): Autoconstruct fontset under NS.
5048 * frame.c (various): Under NS, include nsterm.h, add Qns window system
5049 symbol, document and use it.
5050 (do_switch_frame): When for_deletion under Cocoa, add
5051 Fraise_frame(Qnil).
5052 (x_set_frame_parameters): Ensure font attribute changes are picked up.
5053 (x_get_arg): Allow "yes" and "no" as boolean values.
5054 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
5055 Qright under Cocoa.
5056 (focus-follows-mouse): Default to 0 under NS.
5057 * frame.h (enum output_method): Add output_ns.
5058 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
5059 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
5060 (FRAME_WINDOW_P): NS-specific definition.
5061 * fringe.c (max_used_fringe_bitmap): Make public.
5062 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
5063 (getloadavg): Use NeXT code under descendant OS's.
5064 * image.c (includes and header section, x_create_bitmap_from_data)
5065 (x_create_bitmap_from_file, free_bitmap_record, image_background)
5066 (image_background_transparent, x_clear_image_1)
5067 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
5068 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
5069 (x_to_xcolors, x_from_xcolors, x_disable_image)
5070 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
5071 other GUIs, including XPM support using code originally written for
5072 Carbon GUI.
5073 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
5074 using NS API.
5075 (image_ascent): Use font metrics macros instead of direct struct field
5076 access.
5077 * keyboard.c (includes): Add nsterm.h when compiling under NS.
5078 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
5079 Also, handle NS as GTK for menu bar purposes.
5080 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
5081 toolkit where they differ.
5082 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
5083 use cachelist, still needed under NS.
5084 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
5085 (struct widget_value): Define it here for menu.c.
5086 * keymap.c (includes): Include modifier internals.
5087 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
5088 NS.
5089 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
5090 support for preferring sequences using certain modifiers, specified by
5091 the FIRSTONLY argument.
5092 * lisp.h (hash_remove): Rename to avoid name clash when compiling
5093 under NS GNUstep implementation.
5094 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
5095 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
5096 * menu.c: Include nsterm.h under NS.
5097 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
5098 (free_menubar_widget_tree_value, update_submenu_strings)
5099 (find_and_call_menu_selection): Treat NS as X and NT.
5100 (find_and_return_menu_selection): New function, used for popup menus.
5101 * nsgui.h:
5102 * nsterm.h:
5103 * nsfns.m:
5104 * nsimage.m:
5105 * nsmenu.m:
5106 * nsselect.m:
5107 * nsterm.m: New files.
5108 * process.c (wait_reading_process_output): Under NS, call ns_select()
5109 instead of plain select().
5110 * syntax.c (char_quoted): Under NS, avoid a crash when called near
5111 beginning of buffer.
5112 * sysselect.h (init_process): Rename when compiling under Cocoa to
5113 avoid name conflict.
5114 * termhooks.h (display_info): Add ns_display_info to union.
5115 * terminal.c (Fterminal_live_p): Add ns to terminal types.
5116 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
5117 COCOA environment.
5118 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
5119 unexec() signature. (Note, this will dump, but the resulting file
5120 crashes; unexosx is used instead; keeping around for reference and
5121 possible aid in getting dump working under GNUstep.)
5122 * w32gui.h (button_type, widget_value): Remove definitions (now in
5123 keyboard.h).
5124 * window.c: Include nsterm.h when compiling under NS.
5125 * xdisp.c (includes): Include nsterm.h when compiling under NS.
5126 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
5127 other GUI windowing systems.
5128 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
5129 GTK.
5130 (x_consider_frame_title): Under NS, set icon type and frame
5131 modified-state indicator; use ns_set_name_as_filename() when using
5132 formatted title.
5133 (update_window_cursor): Make public when compiling under NS.
5134 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
5135 (hourglass_atimer, Vhourglass_delay
5136 * xfaces.c (header section, init_frame_faces, clear_font_table)
5137 (defined_color, unload_color, x_face_list_fonts)
5138 (prepare_face_for_display): Add NS support parallel to other GUIs.
5139 Emulate GCs like other non-X GUIs.
5140 (split_font_name): Don't lowercase font name under NS.
5141 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
5142 under NS.
5143 * s/darwin.h: Add support for compilation under NS.
5144
51452008-07-15 Jason Rumney <jasonr@gnu.org>
5146
5147 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
5148 (w32_show_hourglass): Rename from show_hourglass.
5149 (w32_hide_hourglass): Rename from hide_hourglass.
5150 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
5151 (Vhourglass_delay): Declare extern.
5152 (hourglass_started): Remove.
5153
5154 * xdisp.c (Vhourglass_delay): Remove static.
5155 (hourglass_started, start_hourglass, cancel_hourglass):
5156 Don't include these versions on WINDOWSNT.
5157
51582008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5159
5160 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
5161 variables (formerly in xfns.c).
5162 (show_hourglass, hide_hourglass): New prototypes (same).
5163 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
5164 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
5165 in xfns.c).
5166 (syms_of_xdisp): Declare/initialize display-hourglass,
5167 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
5168 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
5169 formerly in xfns.c.
5170 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
5171 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
5172 (start_hourglass, cancel_hourglass): Remove.
5173 (show_hourglass, hide_hourglass): Remove prototypes and static
5174 modifiers.
5175 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
5176 hourglass_atimer, hourglass_shown_p declaration/initialization.
5177 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
5178 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
5179 (start_hourglass, cancel_hourglass): Remove.
5180 (show_hourglass, hide_hourglass): Remove prototypes and static
5181 modifiers.
5182 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
5183 hourglass_atimer, hourglass_shown_p declaration/initialization.
5184 * w32fns.c (display_hourglass_p, Vhourglass_delay)
5185 (DEFAULT_HOURGLASS_DELAY): Remove.
5186 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
5187 hourglass_shown_p declaration/initialization.
5188
51892008-07-14 Jason Rumney <jasonr@gnu.org>
5190
5191 * w32fns.c (w32_get_arg): Remove wrapper function.
5192 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
5193 directly.
5194 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
5195
51962008-07-14 Kenichi Handa <handa@m17n.org>
5197
5198 * xfont.c (xfont_open): Add workaround for X's bug.
5199
52002008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5201
5202 * fontset.c: Include <stdio.h> unconditionally.
5203
52042008-07-13 Michael Albinus <michael.albinus@gmx.de>
5205
5206 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
5207 for filtering.
5208
52092008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
5210
5211 * s/vms.h: Use __GNUC__ instead of _GNUC_.
5212
5213 * m/macppc.h:
5214 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
5215
5216 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
5217 (SPECIAL_EMACS_INT):
5218 * m/ia64.h (SPECIAL_EMACS_INT):
5219 * m/amdx86-64.h (SPECIAL_EMACS_INT):
5220 * s/gnu.h (NLIST_STRUCT):
5221 * s/aix4-2.h (X11R5_INHIBIT_I18N):
5222 * s/gnu-linux.h (LINUX):
5223 * s/msdos.h (HAVE_FACES):
5224 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
5225
5226 * systty.h:
5227 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
5228 anymore.
5229
52302008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
5231
5232 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
5233 always defined as int.
5234
5235 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
5236 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
5237 * s/gnu-linux.h (HAVE_WAIT_HEADER):
5238 * s/freebsd.h (HAVE_WAIT_HEADER):
5239 * s/bsd-common.h (HAVE_UNION_WAIT):
5240 * s/aix4-2.h (HAVE_WAIT_HEADER):
5241 * m/mips.h (HAVE_UNION_WAIT):
5242 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
5243 (COFF, static): Do not define, they are undefined later in the file.
5244
5245 * process.c (update_status): Don't use a union.
5246 (status_convert):
5247 (sigchld_handler): Use int instead of WAITTYPE.
5248
52492008-07-12 Chong Yidong <cyd@stupidchicken.com>
5250
5251 * indent.c (Fvertical_motion): Restore hscroll before moving to
5252 goal column.
5253
52542008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
5255
5256 * lisp.h: Remove left over code.
5257
52582008-07-11 Andreas Schwab <schwab@suse.de>
5259
5260 * lisp.h: Fix logic in last change.
5261
5262 * menu.h: New file.
5263 * menu.c: Include it.
5264 * xmenu.c: Likewise.
5265 * Makefile.in: Update dependencies.
5266
52672008-07-11 Kenichi Handa <handa@m17n.org>
5268
5269 * fontset.c (fontset_from_font): Cancel the previous change.
5270
52712008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
5272
5273 * lisp.h:
5274 * w32heap.c:
5275 * emacs.c:
5276 * alloc.c: Replace all references of NO_UNION_TYPE with
5277 USE_LISP_UNION_TYPE.
5278
5279 * m/xtensa.h (NO_UNION_TYPE):
5280 * m/vax.h (NO_UNION_TYPE):
5281 * m/template.h (NO_UNION_TYPE):
5282 * m/sparc.h (NO_UNION_TYPE):
5283 * m/mips.h (NO_UNION_TYPE):
5284 * m/macppc.h (NO_UNION_TYPE):
5285 * m/m68k.h (NO_UNION_TYPE):
5286 * m/iris4d.h (NO_UNION_TYPE):
5287 * m/intel386.h (NO_UNION_TYPE):
5288 * m/ibms390x.h (NO_UNION_TYPE):
5289 * m/ibms390.h (NO_UNION_TYPE):
5290 * m/ibmrs6000.h (NO_UNION_TYPE):
5291 * m/ia64.h (NO_UNION_TYPE):
5292 * m/hp800.h (NO_UNION_TYPE):
5293 * m/arm.h (NO_UNION_TYPE):
5294 * m/amdx86-64.h (NO_UNION_TYPE):
5295 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
5296 defining it the same.
5297
52982008-07-10 Chong Yidong <cyd@stupidchicken.com>
5299
5300 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
5301
53022008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
5303
5304 * fileio.c:
5305 * sysdep.c
5306 * systty.h:
5307 * m/ibmrs6000.h:
5308 * m/iris4d.h:
5309 * s/aix4-2.h:
5310 * s/freebsd.h:
5311 * s/gnu-linux.h:
5312 * s/hpux10-20.h:
5313 * s/hpux11.h:
5314 * s/netbsd.h:
5315 * s/sol2-3.h:
5316 * s/sol2-4.h:
5317 * s/sol2.h:
5318 * s/usg5-4.h:
5319 * s/vms.h: Remove references to unused variables.
5320
53212008-07-10 Andreas Schwab <schwab@suse.de>
5322
5323 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
5324 pattern before matching the generic family.
5325
53262008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
5327
5328 * unexec.c:
5329 * s/vms.h:
5330 * s/usg5-4-2.h:
5331 * s/sol2-5.h:
5332 * s/freebsd.h:
5333 * s/darwin.h: Remove dead code.
5334
5335 * m/template.h:
5336 * m/sparc.h:
5337 * m/mips.h:
5338 * m/m68k.h:
5339 * m/iris4d.h:
5340 * m/intel386.h:
5341 * m/ibms390x.h:
5342 * m/ibms390.h:
5343 * m/ia64.h:
5344 * m/hp800.h:
5345 * m/arm.h:
5346 * m/amdx86-64.h: Remove dead code and references to unused
5347 and compiler defined symbols.
5348
5349 * unexmips.c:
5350 * unexelf.c: Remove references to desupported systems.
5351
5352 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
5353
5354 * m/powermac.h: Remove boilerplate comments.
5355 (NO_REMAP): Remove unused definition.
5356
5357 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
5358 define them.
5359
53602008-07-10 Kenichi Handa <handa@m17n.org>
5361
5362 * xfont.c (xfont_open): Log the reason of failure.
5363
53642008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * fontset.c (fontset_get_font_group):
5367 * font.c (font_check_otf): Specify argument types.
5368
53692008-07-09 Kenichi Handa <handa@m17n.org>
5370
5371 * coding.c (detect_coding_utf_8): Set detect_info->found only when
5372 non-ASCII char is found.
5373
5374 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
5375 (reorder_font_vector): Change the arg preferred_family to font.
5376 Prefer the spec matching with font.
5377 (fontset_get_font_group): New function.
5378 (fontset_find_font): Change the format of an element of a realized
5379 fontset. Use fontset_get_font_group.
5380 (fontset_font): Try the current fontset, the default fontset, the
5381 fallbacks of the current fontset, and the fallbacks of the default
5382 fontset in this order.
5383 (face_for_char): Delete the shortcut to use the current font.
5384 (fontset_from_font): Don't set fonts for Latin in the fontset.
5385
5386 * font.h (font_make_object, font_match_p): Adjust prototypes.
5387
5388 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
5389
5390 * font.c (font_make_object): New arg entity and pixelsize.
5391 (font_check_otf_features, font_check_otf): New functions.
5392 (font_match_p): Check :lang, :script, and :otf properties.
5393
5394 * xfont.c (xfont_open): Adjust it for the change of
5395 font_make_object.
5396 (xfont_text_extents): Fix initial setting of metrics.
5397
5398 * ftfont.c (struct ftfont_info): New member index, delete member
5399 fc_charset_idx. Make the member order compatible with struct
5400 xftfont_info.
5401 (fc_charset_table): Change charset names to registry names.
5402 (ftfont_pattern_entity): Delete the args registry and
5403 fc_charset_idx. Change the value of :font-entity property
5404 to (FONTNAME . INDEX). Always set :registry property to
5405 `iso10646-1'.
5406 (struct ftfont_cache_data): New struct.
5407 (ftfont_lookup_cache): New arg for_face.
5408 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
5409 (ftfont_driver): Set the member otf_capability.
5410 (ftfont_get_charset): Adjust it for the change of
5411 fc_charset_table.
5412 (OTF_TAG_SYM): New macro.
5413 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
5414 for the change of fc_charset_table.
5415 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
5416 ftfont_pattern_entity. Add FC_INDEX to objset.
5417 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
5418 and ftfont_pattern_entity.
5419 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
5420 font_make_object, struct ftfont_info.
5421 (ftfont_has_char): Use ftfont_get_fc_charset.
5422 (ftfont_otf_features, ftfont_otf_capability): New functions.
5423 (ftfont_shape): Use ftfont_get_otf.
5424 (ftfont_text_extents): Fix initial setting of metrics.
5425
5426 * xftfont.c (struct xftfont_info): New member ft_size. Make the
5427 member order compatible with struct ftfont_info.
5428 (xftfont_open): Add FC_CHARSET to the pattern. Set
5429 xftfont_info->ft_size. Don't unlock the face. Check BDF
5430 properties if appropriate.
5431 (xftfont_close): Unlock the face.
5432 (xftfont_anchor_point, xftfont_shape): Deleted.
5433 (syms_of_xftfont): Don't set members anchor_point and shape of
5434 xftfont_driver.
5435
5436 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
5437 font_make_object.
5438
5439 * w32font.c (w32font_open): Adjust it for the change of
5440 font_make_object.
5441 (w32font_open_internal): Don't set properties of font_object here.
5442
54432008-07-08 Chong Yidong <cyd@stupidchicken.com>
5444
5445 * macfns.c (x_create_tip_frame):
5446 * w32fns.c (x_create_tip_frame):
5447 * xfns.c (x_create_tip_frame): Pass parameter argument to
5448 face-set-after-frame-default.
5449
5450 * xfaces.c (Finternal_merge_in_global_face): Save merged
5451 attributes for the default face back into the face vector.
5452
54532008-07-08 Andreas Schwab <schwab@suse.de>
5454
5455 * fontset.h: Declare fontset_from_font. Don't declare
5456 new_fontset_from_font and fontset_from_font_name.
5457 * xterm.c: Include "fontset.h".
5458 * Makefile.in (xterm.o): Update dependencies.
5459
54602008-07-08 Glenn Morris <rgm@gnu.org>
5461
5462 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
5463 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
5464
54652008-07-07 Chong Yidong <cyd@stupidchicken.com>
5466
5467 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
5468 (x_set_frame_parameters): Don't bind it.
5469
54702008-07-07 Juanma Barranquero <lekktu@gmail.com>
5471
5472 * w32fns.c (map_w32_filename): Declare extern.
5473
54742008-07-07 Jason Rumney <jasonr@gnu.org>
5475
5476 * w32term.c (WS_EX_LAYERED): Define if not already.
5477
54782008-07-06 Chong Yidong <cyd@stupidchicken.com>
5479
5480 * xfaces.c (set_font_frame_param): Don't try to set the font
5481 parameter if it is still unspecified in the lface.
5482
54832008-07-05 Chong Yidong <cyd@stupidchicken.com>
5484
5485 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
5486 face if it didn't already exist.
5487
5488 * xdisp.c (try_window_id): Give up if word-wrapping is on.
5489
54902008-07-05 Andreas Schwab <schwab@suse.de>
5491
5492 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
5493
54942008-07-05 Chong Yidong <cyd@stupidchicken.com>
5495
5496 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
5497 word-wrapping.
5498 (IT_DISPLAYING_WHITESPACE): New macro.
5499 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
5500 when word-wrapping. Simplify word-wrapping logic. Use correct
5501 pixel positions when saving copies of the iterator.
5502 (display_line): Use proper wrap point if the last character on a
5503 line was preceded by whitespace.
5504
55052008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
5508
55092008-07-04 Kenichi Handa <handa@m17n.org>
5510
5511 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
5512
5513 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
5514
55152008-07-02 Jason Rumney <jasonr@gnu.org>
5516
5517 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 5518 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
5519
5520 * xdisp.c (next_element_from_display_vector): Move assignment out
5521 of if statement.
5522
55232008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
5524
5525 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
5526
5527 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
5528 (syms_of_fileio): Initialize and export them.
5529 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
5530
5531 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
5532 (Fsystem_move_file_to_trash): New function.
5533 (syms_of_w32fns): Export it to lisp.
5534
55352008-07-01 Jason Rumney <jasonr@gnu.org>
5536
5537 * w32font.c (w32font_text_extents): Don't count overhang as part
5538 of width.
5539
55402008-06-30 Miles Bader <miles@gnu.org>
5541
5542 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
5543 Add `avoid_cursor_p' field.
5544
5545 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
5546 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
5547 (append_glyph, append_composite_glyph, produce_image_glyph)
5548 (append_stretch_glyph): Initialize avoid_cursor_p.
5549 (get_it_property): Rename from `get_line_height_property'.
5550 (x_produce_glyphs): Use get_it_property.
5551 (handle_line_prefix, push_display_prop): New functions.
5552 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
5553 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
5554 New variables.
5555 (syms_of_xdisp): Initialize them.
5556
55572008-06-30 Kenichi Handa <handa@m17n.org>
5558
5559 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
5560 XftDefaultSubstitute (they are called in XftFontMatch).
5561 (xftfont_open): Fix args to ftfont_font_format.
5562
5563 * ftfont.c (fc_charset_table): New member lang.
5564 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 5565 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
5566 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
5567 (ftfont_open): Fix args to ftfont_font_format.
5568 (ftfont_font_format): New arg filename.
5569
55702008-06-30 Chong Yidong <cyd@stupidchicken.com>
5571
5572 * xfaces.c (Finternal_merge_in_global_face): If default face was
5573 modified, realize it again. Update the font face attribute.
5574
55752008-06-29 Jason Rumney <jasonr@gnu.org>
5576
5577 * w32term.c (x_set_frame_alpha): Fix logic.
5578
55792008-06-29 Kenichi Handa <handa@m17n.org>
5580
5581 * fontset.c (Finternal_char_font): Return font-object instead of
5582 font-name.
5583
5584 * composite.c (get_composition_id): Fix the width calculation for TAB.
5585
55862008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * indent.c (Fvertical_motion): Properly handle float column arg.
5589
55902008-06-28 Jason Rumney <jasonr@gnu.org>
5591
5592 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
5593 (pfnSetLayeredWindowAttributes): New function pointer.
5594 (w32_initialize): Initialize it when supported.
5595 (x_set_frame_alpha): New function.
5596
5597 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
5598 (w32_frame_parm_handlers): Set alpha handler.
5599
5600 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
5601
56022008-06-27 Jason Rumney <jasonr@gnu.org>
5603
5604 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
5605 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
5606 (w32_to_x_charset, x_to_w32_charset)
5607 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
5608 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
5609 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
5610 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
5611 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
5612 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
5613 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
5614 (Qw32_charset_unicode): Remove.
5615 (syms_of_w32fns): Update for above changes.
5616
5617 * w32font.c (w32_to_x_charset, x_to_w32_charset)
5618 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
5619 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
5620 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
5621 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
5622 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
5623 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
5624 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
5625 (syms_of_w32font): Update for above changes.
5626
56272008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
5628
5629 * s/usg5-4.h: Fix previous change: keep the correct branch of a
5630 removed #if.
5631 (USG_SHARED_LIBRARIES): Remove duplicate definition.
5632
56332008-06-26 Juanma Barranquero <lekktu@gmail.com>
5634 Eli Zaretskii <eliz@gnu.org>
5635
5636 * makefile.w32-in (LOCAL_FLAGS):
5637 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
5638
5639 * sysdep.c (_spawnlp, _getpid):
5640 Declare with explicit _cdecl instead of _CRTAPI1.
5641
5642 * editfns.c (Fget_internal_run_time):
5643 Check for WINDOWSNT with #ifdef, not #if.
5644
56452008-06-26 Jason Rumney <jasonr@gnu.org>
5646
5647 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
5648
5649 * w32term.c (x_draw_glyph_string_foreground)
5650 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
5651 Use FONT_HANDLE macro.
5652 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
5653
5654 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
5655 (uniscribe_encode_char): Use FONT_HANDLE macro.
5656
5657 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
5658 (w32font_text_extents): Use precast w32_font.
5659 (w32font_close): Free cached metrics.
5660 (w32font_open_internal): Allocate space for name on stack.
5661
56622008-06-26 Chong Yidong <cyd@stupidchicken.com>
5663
5664 * xdisp.c (extend_face_to_end_of_line): Fix last change.
5665
56662008-06-26 Jason Rumney <jasonr@gnu.org>
5667
5668 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
5669 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
5670
56712008-06-26 Juanma Barranquero <lekktu@gmail.com>
5672
5673 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
5674
56752008-06-26 Jason Rumney <jasonr@gnu.org>
5676
5677 * w32bdf.c, w32bdf.h: Remove obsolete files.
5678
5679 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
5680
5681 * w32gui.h: Don't include w32bdf.h.
5682 (XCharStruct, enum w32_char_font_type, W32FontStruct):
5683 Remove obsolete font support.
5684
5685 * w32font.h (struct w32font_info): Remove compat_w32_font.
5686 Add hfont member.
5687 (FONT_COMPAT): Remove obsolete macro.
5688
5689 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
5690 (w32font_encode_char, w32font_text_extents): Use new hfont member.
5691 (w32font_open_internal): Remove compat code. Set new hfont member.
5692 (Fx_select_font): Use new hfont member.
5693
5694 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
5695 (uniscribe_encode_char): Use new hfont member.
5696
5697 * w32term.c (x_draw_glyph_string_foreground)
5698 (x_draw_composite_glyph_string_foreground): Use new hfont member.
5699 (x_draw_glyph_string): Use metrics in w32font_info.
5700
57012008-06-26 Kenichi Handa <handa@m17n.org>
5702
5703 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
5704
57052008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5706
5707 * unexnext.c:
5708 * m/ews4800.h:
5709 * m/hp9000s300.h:
5710 * m/ibm370aix.h:
5711 * m/mips-siemens.h:
5712 * m/ncr386.h:
5713 * m/next.h:
5714 * m/pmax.h:
5715 * m/powerpcle.h:
5716 * m/tandem-s2.h:
5717 * s/386bsd.h:
5718 * s/bsd386.h:
5719 * s/bsd4-1.h:
5720 * s/bsd4-2.h:
5721 * s/bsdos2-1.h:
5722 * s/bsdos2.h:
5723 * s/bsdos3.h:
5724 * s/bsdos4.h:
5725 * s/nextstep.h:
5726 * s/ultrix4-3.h:
5727 * s/usg5-0.h:
5728 * s/usg5-2-2.h:
5729 * s/usg5-2.h:
5730 * s/usg5-4-3.h:
5731 * s/ux4800.h:
5732 * s/uxpds.h:
5733 * s/uxpv.h: Remove support for obsolete systems.
5734 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 5735 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
5736 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
5737 Remove, insert contents in s/aix4-2.h.
5738 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
5739 * s/bsd4-3.h: Rename to ...
5740 * s/bsd-common.h: ... this.
5741 * data.c:
5742 * doc.c:
5743 * ecrt0.c:
5744 * emacs.c:
5745 * fileio.c:
5746 * floatfns.c:
5747 * keyboard.c:
5748 * mem-limits.h:
5749 * print.c:
5750 * process.c:
5751 * sysdep.c:
5752 * syssignal.h:
5753 * systty.h:
5754 * syswait.h:
5755 * term.c:
5756 * unexec.c:
5757 * unexelf.c:
5758 * unexhp9k800.c:
5759 * m/hp800.h:
5760 * m/ibmrs6000.h:
5761 * m/mips.h:
5762 * m/vax.h:
5763 * s/darwin.h:
5764 * s/freebsd.h:
5765 * s/gnu.h:
5766 * s/ms-w32.h:
5767 * s/msdos.h:
5768 * s/netbsd.h:
5769 * s/template.h: Remove references to obsolete variables.
5770
5771 * Makefile.in: Add dependencies for all unexec files.
5772 (admindir): Remove unused variable.
5773 (UNEXEC_SRC): Remove references.
5774
57752008-06-25 Chong Yidong <cyd@stupidchicken.com>
5776
5777 * xfns.c (x_default_font_parameter): If Xft is available, first
5778 try Monospace-12 for the default font.
5779
57802008-06-25 Jason Rumney <jasonr@gnu.org>
5781
5782 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
5783
57842008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
5787
5788 * buffer.c (syms_of_buffer): Remove default-word-wrap.
5789
57902008-06-25 Juanma Barranquero <lekktu@gmail.com>
5791
5792 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
5793 <scroll-conservatively>: Fix typo in docstring.
5794
5795 * xselect.c (Fx_send_client_event): Doc fix.
5796
57972008-06-25 Kenichi Handa <handa@m17n.org>
5798
5799 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
5800
5801 * font.c (font_parse_fcname): Remove unused variables.
5802 (font_sort_entites): Delete the arg SPEC. Caller changed.
5803 Fix for the case of ! best_only.
5804 (font_delete_unmatched): Check DPI and AVGWIDTH too.
5805
5806 * lisp.h (Fstring_to_unibyte): EXFUN it.
5807
5808 * character.h (str_to_unibyte): Extern it.
5809
5810 * character.c (str_to_unibyte): New function.
5811
5812 * fns.c (Fstring_to_unibyte): New function.
5813 (syms_of_fns): Defsubr it.
5814
58152008-06-24 Kenichi Handa <handa@m17n.org>
5816
5817 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
5818 DPI too.
5819 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
5820
58212008-06-24 Andreas Schwab <schwab@suse.de>
5822
5823 * Makefile.in (${lispsource}loaddefs.el): Rename from
5824 ../lisp/loaddefs.el.
5825 (bootstrap-clean): Do what distclean does but don't remove
5826 Makefile.
5827 (distclean): Depend on bootstrap-clean and remove Makefile.
5828
58292008-06-24 Chong Yidong <cyd@stupidchicken.com>
5830
5831 * buffer.h (struct buffer): New member word_wrap.
5832
5833 * buffer.c (syms_of_buffer): New variables default-word-wrap and
5834 word-wrap.
5835 (init_buffer_once): Initialize them.
5836
5837 * dispextern.h (struct it): Replace bool truncate_lines_p with a
5838 line_wrap enum possessing three possible values.
5839
5840 * termopts.h: Replace truncate_partial_width_windows with
5841 Vtruncate_partial_width_windows.
5842
5843 * dispnew.c (direct_output_for_insert): Avoid direct output when
5844 inserting a space with word wrap on.
5845
5846 * indent.c (compute_motion): Obey integer values of
5847 truncate-partial-width-windows.
5848
5849 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
5850 replacing truncate_partial_width_windows.
5851 (init_iterator): If Vtruncate_partial_width_windows is an integer,
5852 truncate only if the window width is below that integer.
5853 (start_display, resize_mini_window, produce_stretch_glyph)
5854 (display_string, move_it_in_display_line_to): Use line_wrap.
5855 (back_to_previous_visible_line_start, reseat_1): Reset
5856 string_from_display_prop_p.
5857 (display_line): Extend default face to end of line when wrapping.
5858
58592008-06-24 Kim F. Storm <storm@cua.dk>
5860
5861 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
5862 to wrap continued lines at word boundaries.
5863
58642008-06-24 Jason Rumney <jasonr@gnu.org>
5865
5866 * font.c (Ffont_face_attributes): Multiply pixel size before point
5867 conversion to avoid multiplying rounding error.
5868
58692008-06-23 Jason Rumney <jasonr@gnu.org>
5870
5871 * w32term.c (x_draw_glyph_string_background)
5872 (x_draw_glyph_string): Remove old bdf font code.
5873
5874 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
5875
58762008-06-22 Kenichi Handa <handa@m17n.org>
5877
5878 * font.c (font_find_for_lface): Try the adstyle specified in
5879 the property of LFACE_FONT of LFACE (if any).
5880
58812008-06-21 Seiji Zenitani <zenitani@mac.com>
5882 Ryo Yoshitake <ryo@shiftmode.net>
5883
5884 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
5885
58862008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
5889 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
5890 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
5891 (witness-emacs): Remove.
5892 (lisp, shortlisp): Move loaddefs.el earlier.
5893 (mostlyclean): Forget about witness-emacs.
5894
58952008-06-22 Glenn Morris <rgm@gnu.org>
5896
5897 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
5898 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
5899
59002008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5901
5902 * Makefile.in (PRECOMP): Remove.
5903 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
5904 (witness-emacs): Run `compile-first'.
5905 (.el.elc): Use the new compile-onefile target.
5906
59072008-06-21 Kenichi Handa <handa@m17n.org>
5908
5909 * xftfont.c (xftfont_open): Handle QCembolden only when
5910 FC_EMBOLDEN is defined.
5911
59122008-06-21 Andreas Schwab <schwab@suse.de>
5913
5914 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
5915 (.el.elc): Likewise.
5916
59172008-06-21 Miles Bader <miles@gnu.org>
5918
5919 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
5920 build dir, not the lisp source dir.
5921
59222008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
5925 (bootstrapclean): Remove.
5926 (.el.elc): New rule.
5927 (PRECOMP): New var.
5928 (../lisp/subdirs.el): Remove.
5929 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
5930 (witness-emacs): New target.
5931 (mostlyclean): Remove witness-emacs as well.
5932 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
5933 Add witness-emacs dependency.
5934
59352008-06-20 Chong Yidong <cyd@stupidchicken.com>
5936
5937 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
5938 defined by the font.
5939
59402008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
5943 (bootstrap-clean): New target that keeps TAGS around.
5944 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
5945 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
5946
59472008-06-20 Jason Rumney <jasonr@gnu.org>
5948
5949 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
5950 Remove obsolete font code.
5951
5952 * w32font.c (font_matches_spec): Use csb bitfield from font signature
5953 to determine language support.
5954
59552008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5956
5957 * sysdep.c (cfsetspeed): New fun extracted from the code.
5958 (cfmakeraw): Move before first use.
5959
59602008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
5961
5962 * sysdep.c (cfmakeraw): Provide fallback implementation.
5963 (serial_configure): Provide fallback implementation of cfsetspeed.
5964
59652008-06-20 Kenichi Handa <handa@m17n.org>
5966
5967 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
5968 the pattern.
5969
5970 * fontset.c (fontset_from_font): Copy font_spec before changing
5971 the elements.
5972
5973 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
5974
59752008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5976
5977 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
5978 for explicit `font' parameters.
5979
5980 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
5981
59822008-06-19 Kenichi Handa <handa@m17n.org>
5983
5984 * frame.c: Include <ctype.h>.
5985 (x_set_font_backend): Allow spacing characters in the X resource
5986 for FontBackend.
5987
59882008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5989
5990 * w32fns.c, xfns.c (Qfont_param): New var.
5991 (syms_of_w32fns): Initialize it.
5992 (x_default_font_parameter): Record explicit `font' into
5993 `font-parameter'.
5994
59952008-06-18 Kenichi Handa <handa@m17n.org>
5996
5997 * font.c (font_parse_xlfd): Fix previous change.
5998 (font_parse_fcname): Don't use :fc-unknown-spec.
5999 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
6000 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
6001 (font_add_log): Prepend the driver name to the resulting fonts.
6002
6003 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
6004 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
6005 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
6006
6007 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
6008 (QCembolden): New variables.
6009 (syms_of_xftfont): DEFSYM them.
6010 (xftfont_open): Call XftFontMatch. Don't trust the result of
6011 XftTextExtents8 if the pixel_size is less than 5.
6012
60132008-06-18 Andreas Schwab <schwab@suse.de>
6014
6015 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
6016 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
6017
60182008-06-18 Jason Rumney <jasonr@gnu.org>
6019
6020 * w32font.c (w32font_list, w32font_match): Add logging.
6021
6022 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
6023
60242008-06-17 Chong Yidong <cyd@stupidchicken.com>
6025
6026 * font.c (font_parse_fcname): Store divider characters for
6027 unknown-spec list. For known key symbols, intern using correct
6028 symbol name.
6029
60302008-06-17 Kenichi Handa <handa@m17n.org>
6031
6032 * xfaces.c (realize_default_face): If the frame is not on window
6033 system, set the fontset of face to nil.
6034
60352008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
6036
6037 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
6038
60392008-06-16 Juanma Barranquero <lekktu@gmail.com>
6040
6041 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
6042 (build_font_name_from_vector): Delete externs.
6043
6044 * xfaces.c (struct font_name): Don't declare.
6045
60462008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6047
6048 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
6049
60502008-06-16 Chong Yidong <cyd@stupidchicken.com>
6051
6052 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
6053
60542008-06-16 Juanma Barranquero <lekktu@gmail.com>
6055
6056 * font.c (Ffont_spec): Fix usage in docstring.
6057 (Ffont_face_attributes): Doc fix.
6058
60592008-06-16 Andreas Schwab <schwab@suse.de>
6060
6061 * font.c (Ffont_face_attributes): Fix definition.
6062
60632008-06-16 Jason Rumney <jasonr@gnu.org>
6064
6065 * font.h (font_style_symbolic_from_value): Remove.
6066
6067 * font.c (font_style_symbolic_from_value): Remove.
6068 (font_style_symbolic): Revert to pre 2008-06-13 version.
6069
6070 * w32font.c (w32_to_fc_weight): New function.
6071 (w32font_full_name, logfont_to_fcname): Use it.
6072
60732008-06-16 Kenichi Handa <handa@m17n.org>
6074
6075 * font.c (font_check_object): Delete it.
6076 (font_clear_cache): Check if a font-object is alive.
6077 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
6078 font-object to nil.
6079 (font_close_object): Don't check FONT_CLOSE_OBJECT.
6080 (font_at): Don't call font_check_object.
6081 (Ffont_get): Return a symbol for :weight, :slant, and :width.
6082
60832008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
6084
6085 * puresize.h (BASE_PURESIZE): Increase to 1230000.
6086
60872008-06-16 Chong Yidong <cyd@stupidchicken.com>
6088
6089 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
6090
60912008-06-15 Chong Yidong <cyd@stupidchicken.com>
6092
6093 * font.c (font_parse_fcname): Only one decimal point.
6094 (font_unparse_fcname): Handle data in family and foundry indices
6095 as symbols, not strings.
6096 (font_unparse_gtkname, Ffont_face_attributes): New functions.
6097
6098 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
6099
6100 * font.h (font_unparse_gtkname): Add prototype.
6101
61022008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
6103
6104 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
6105
61062008-06-15 Andreas Schwab <schwab@suse.de>
6107
6108 * font.c (font_update_drivers): Fix crash when no drivers match.
6109
61102008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6111
6112 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
6113 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
6114
61152008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6116
6117 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
6118
61192008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6120
6121 * process.c (Fserial_process_configure, Fprocess_send_eof):
6122 Use EQ to compare Lisp_Objects.
6123
61242008-06-13 Jason Rumney <jasonr@gnu.org>
6125
6126 * w32fns.c (Fw32_select_font): Remove old font API function.
6127
6128 * w32font.c (logfont_to_fcname): New function.
6129 (Fx_select_font): New font dialog function compatible with
6130 GTK/fontconfig version.
6131
6132 * font.c (font_style_symbolic_from_value): New function.
6133 (font_style_symbolic): Use it.
6134
6135 * font.h (font_style_symbolic_from_value): Declare new function.
6136
61372008-06-13 Juanma Barranquero <lekktu@gmail.com>
6138
6139 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
6140 <font-width-table>: Fix typos in docstrings.
6141
61422008-06-13 Daniel Engeler <engeler@gmail.com>
6143
6144 These changes add serial port access.
6145 * process.c: Add HAVE_SERIAL.
6146 (Fdelete_process, Fprocess_status, Fset_process_buffer)
6147 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
6148 (list_processes_1, select_wrapper, Fstop_process)
6149 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
6150 (status_notify): Modify to handle serial processes.
6151 [HAVE_SERIAL] (Fserial_process_configure)
6152 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
6153 New functions.
6154 * process.h (struct Lisp_Process): Add `type'.
6155 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
6156 New functions.
6157 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
6158 serial ports.
b71ac3dd 6159 (serial_open, serial_configure): New functions.
aac0c6e3
MR
6160 * w32.h: Add FILE_SERIAL.
6161 (struct _child_process): Add ovl_read, ovl_write.
6162
61632008-06-13 Kenichi Handa <handa@m17n.org>
6164
6165 * dispextern.h (enum lface_attribute_index): New member
6166 LFACE_FOUNDRY_INDEX.
6167
6168 * font.c (font_score): Delete arg alternate_families. Check only
6169 weight, slant, width, and size. Ignore the difference of alias
6170 style symbols.
6171 (font_sort_entites): Adjust for the above change. Reflect the
6172 order of font-driver to scores.
6173 (font_list_entities): Don't check alternate_familes here.
6174 (font_clear_prop): Handle foundry.
6175 (font_update_lface): Don't parse "foundry-family" form here.
6176 Handle FONT_FOUNDRY_INDEX.
6177 (font_find_for_lface): Likewise. Handle alternate families here.
6178 If registry is nil, try iso8859-1 and ascii-0.
6179 (font_open_for_lface): Pay attention to size in ENTITY.
6180 (font_open_by_name): Simplify by calling font_load_for_lface.
6181 (free_font_driver_list): Delete it.
6182 (font_update_drivers): Preserve the order of backends.
6183 (syms_of_font): Setting of sort_shift_bits adjusted for the change
6184 of font_score and font_sort_entites.
6185 (font_update_sort_order): Likewise.
6186
6187 * xfaces.c (LFACE_FOUNDRY): New macro.
6188 (check_lface_attrs): Check foundry.
6189 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
6190 (merge_face_vectors): Check foundry.
6191 (merge_face_ref): Likewise.
6192 (Finternal_set_lisp_face_attribute): Likewise.
6193 (x_update_menu_appearance): Likewise.
6194 (Finternal_get_lisp_face_attribute): Likewise.
6195 (lface_hash): Likewise.
6196 (lface_same_font_attributes_p): Likewise.
6197 (x_supports_face_attributes_p): Likewise.
6198 (tty_supports_face_attributes_p): Likewise.
6199 (Finternal_set_alternative_font_family_alist): Intern strings.
6200 (Finternal_set_alternative_font_registry_alist): Downcase strings.
6201 (realize_default_face): Set LFACE_FOUNDRY (lface).
6202
6203 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
6204 font-driver at first.
6205
6206 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
6207
62082008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6209
6210 * lread.c (Fload): Use xfree, not free on saved_doc_string.
6211
62122008-06-12 Jim Meyering <meyering@redhat.com>
6213
6214 Make unexec_free handle NULL the same way free does.
6215 * unexmacosx.c (unexec_free): Ignore a NULL argument.
6216
62172008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6218
6219 * character.h (CHAR_TO_BYTE_SAFE): New macro.
6220 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
6221 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
6222 (WEAK_ALIAS): Simplify.
6223 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
6224 when searching a unibyte buffer.
6225
62262008-06-12 Chong Yidong <cyd@stupidchicken.com>
6227
6228 * xfns.c (Fx_select_font): Rename from x-font-dialog.
6229
62302008-06-12 Juanma Barranquero <lekktu@gmail.com>
6231
6232 * w32font.c: Include ctype.h.
6233
62342008-06-11 Jason Rumney <jasonr@gnu.org>
6235
6236 * w32font.c (w32font_encode_char): Detect missing glyphs that are
6237 misreported as space.
6238 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
6239 as aliases for registry iso10646-1.
6240
62412008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6242
6243 * buffer.c (clone_per_buffer_values): Skip `name'.
6244
62452008-06-11 Chong Yidong <cyd@stupidchicken.com>
6246
6247 * font.c (font_parse_fcname): Fix last change; accept decimal
6248 points in font size.
6249
62502008-06-10 Jason Rumney <jasonr@gnu.org>
6251
6252 * w32uniscribe.c (add_opentype_font_name_to_list):
6253 Skip non unicode fonts.
6254
62552008-06-10 Chong Yidong <cyd@stupidchicken.com>
6256
6257 * xfns.c (Fx_font_dialog): New function.
6258
6259 * gtkutil.c (xg_dialog_response_cb): Rename from
6260 xg_file_response_callback.
6261 (pop_down_dialog): Rename from pop_down_file_dialog.
6262 (xg_get_file_name): Callers changed.
6263 (xg_get_font_name): New function.
6264
6265 * gtkutil.h (xg_get_font_name): Insert prototype.
6266
62672008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6268
6269 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
6270 x_underline_minimum_display_offset.
6271 (syms_of_xdisp): Declare it here rather than in xterm.c.
6272 * dispextern.h (underline_minimum_offset): Declare it.
6273 * w32term.c (x_draw_glyph_string): Use it.
6274 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
6275 (syms_of_xterm): Don't declare it any more.
6276 (x_draw_glyph_string): Adjust to the new name.
6277
62782008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
6279
6280 * xterm.c (x_underline_minimum_display_offset): New var.
6281 (x_draw_glyph_string): Use it.
6282 (syms_of_xterm): Declare it.
6283
62842008-06-10 Chong Yidong <cyd@stupidchicken.com>
6285
6286 * font.c (font_parse_fcname): Accept GTK-style font names too.
6287
62882008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6289
6290 * dired.c (file_name_completion): Don't return t if the match is exact
6291 but with different capitalization.
6292 * minibuf.c (Ftry_completion): Simplify.
6293
6294 * window.c (Vwindow_point_insertion_type): New var.
6295 (set_window_buffer): Use it.
6296 (syms_of_window): Init and export it to Lisp.
6297
62982008-06-10 Kenichi Handa <handa@m17n.org>
6299
6300 * font.h (font_intern_prop): Prototype adjusted.
6301
6302 * font.c (font_intern_prop): New arg force_symbol.
6303 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
6304 Adjust for the change of font_intern_prop.
6305
6306 * ftfont.c (ftfont_pattern_entity):
6307 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
6308 (w32_registry):
6309 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
6310 the change of font_intern_prop.
6311
63122008-06-09 Juanma Barranquero <lekktu@gmail.com>
6313
6314 * w32menu.c (digest_single_submenu): Declare extern.
6315
63162008-06-09 Jason Rumney <jasonr@gnu.org>
6317
6318 * w32term.c (x_make_frame_visible): Use alternate restore flags.
6319
6320 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
6321 (parse_single_submenu): Remove.
6322 (digest_single_submenu): Remove.
6323 (syms_of_w32menu): Don't initialise variables that have moved
6324 to menu.c.
6325 (set_frame_menubar): Sync with version in xmenu.c.
6326 (w32_menu_show): Sync with xmenu_show in xmenu.c.
6327
6328 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
6329 Make static again.
6330
63312008-06-09 Jason Rumney <jasonr@gnu.org>
6332
6333 Changes to w32 files related to the move of common menu code
6334 to menu.c on 2008-06-08 by Chong Yidong.
6335
6336 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
6337 defs to w32gui.h.
6338 (single_keymap_panes, push_menu_item, push_menu_pane):
6339 Make globally visible.
6340
6341 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
6342 (local_free, malloc_widget_value, free_widget_value)
6343 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
6344 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
6345 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
6346 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
6347 (menu_items, menu_items_allocated, menu_items_used)
6348 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
6349 (init_menu_items, finish_menu_items, discard_menu_items)
6350 (grow_menu_items, push_submenu_start, push_submenu_end)
6351 (push_left_right_boundary, push_menu_pane, push_menu_item)
6352 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
6353 (free_menubar_widget_tree_value, parse_single_submenu)
6354 (update_submenu_strings): Remove functions.
6355 (xmalloc_widget_value): Remove and declare extern.
6356
6357 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
6358 (OBJ1): Build it.
6359
6360 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
6361 (local_heap, local_alloc, local_free, malloc_widget_value)
6362 (free_widget_value): Define here.
6363
63642008-06-09 Kenichi Handa <handa@m17n.org>
6365
6366 * font.h (Qascii_0): Extern it.
6367
6368 * font.c (Qascii_0): New variable.
6369 (syms_of_font): DEFSYM it.
6370 (font_open_by_name): If the registry "iso8859-1" fails, try also
6371 "ascii-0".
6372
6373 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
6374
63752008-06-08 Kenichi Handa <handa@m17n.org>
6376
6377 * .gdbinit (xfont): New command.
6378
63792008-06-08 Andreas Schwab <schwab@suse.de>
6380
6381 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
6382 * Makefile.in (menu.o): Update dependencies.
6383
6384 * Makefile.in (obj): Always add menu.o.
6385 * emacs.c (main): Always call syms_of_menu.
6386 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
6387
63882008-06-08 Chong Yidong <cyd@stupidchicken.com>
6389
6390 * Makefile.in: Compile menu.c.
6391
6392 * lisp.h: Declare syms_of_menu.
6393
6394 * emacs.c (main): Call syms_of_menu.
6395
6396 * keyboard.h: Relocate platform-independent menu definitions from
6397 xmenu.c.
6398
6399 * menu.c: New file. Relocate platform-independent menu
6400 definitions from xmenu.c. Suggested by Adrian Robert.
6401
6402 * xmenu.c: Remove platform-independent menu definitions.
6403 (menu_items menu_items_inuse, menu_items_allocated)
6404 (menu_items_used, menu_items_n_panes)
6405 (menu_items_submenu_depth): Move to keyboard.h.
6406 (init_menu_items, finish_menu_items, unuse_menu_items)
6407 (discard_menu_items, restore_menu_items, save_menu_items)
6408 (grow_menu_items, push_submenu_start, push_submenu_end)
6409 (push_left_right_boundary, push_menu_pane, push_menu_item)
6410 (keymap_panes, single_keymap_panes, single_menu_item)
6411 (list_of_panes, list_of_items, find_and_call_menu_selection)
6412 (xmalloc_widget_value, free_menubar_widget_value_tree)
6413 (parse_single_submenu, digest_single_submenu)
6414 (update_submenu_strings): Move to menu.c.
6415
64162008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6417
6418 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
6419
64202008-06-06 Miles Bader <miles@gnu.org>
6421
6422 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
6423 face, not frame default.
6424
64252008-06-05 Martin Rudalics <rudalics@gmx.at>
6426
6427 * window.c (pop_up_windows, pop_up_frames)
6428 (display_buffer_reuse_frames, Vpop_up_frame_function)
6429 (Vdisplay_buffer_function, Veven_window_heights)
6430 (Vspecial_display_buffer_names, Vspecial_display_regexps)
6431 (Vspecial_display_function, Vsame_window_buffer_names)
6432 (Vsame_window_regexps, split_height_threshold)
6433 (Vsplit_window_preferred_function): Move those vars to window.el.
6434 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
6435 (Fdisplay_buffer): Move those functions to window.el.
6436 (syms_of_window): Remove corresponding declarations.
6437 (display_buffer): New function.
6438 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
6439 * dispnew.c (Flast_nonminibuf_frame): New function.
6440 * buffer.c (Fpop_to_buffer): Move to window.el.
6441
64422008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6443
6444 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
6445
64462008-06-05 Kenichi Handa <handa@m17n.org>
6447
6448 * coding.c (detect_coding): Fix previous change.
6449 (detect_coding_system): Likewise.
6450
64512008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
6454
6455 * keymap.c (Vminibuffer_local_filename_must_match_map):
6456 Rename from Vminibuffer_local_must_match_filename_map.
6457 (syms_of_keymap):
6458 * minibuf.c (Fcompleting_read): Adjust accordingly.
6459 * commands.h: Rename declaration as well.
6460
64612008-06-05 Kenichi Handa <handa@m17n.org>
6462
6463 * font.c (Ffont_spec): Don't use font_parse_family_registry for
6464 family name.
6465 (Ffont_put): Likewise.
6466
6467 * fontset.c (fontset_find_font): Call font_open_for_lface with the
6468 current font-spec.
6469
6470 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
6471 is unspecified.
6472
6473 * xfaces.c (realize_x_face): If the font-related face attributes
6474 are the same as those of default face, realize a new fontset from
6475 default->fontset.
6476 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
6477
64782008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6479
6480 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
6481 (move_it_in_display_line): New wrapper.
6482
6483 * window.c (window_scroll_pixel_based_preserve_x)
6484 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
6485 (window_scroll_pixel_based, window_scroll_line_based):
6486 Use them to preserve column positions.
6487 (syms_of_window): Initialize them.
6488
6489 * indent.c (Fvertical_motion): Extend first arg to allow passing an
6490 (HPOS . VPOS) pair.
6491
6492 * dispextern.h (move_it_in_display_line): Declare.
6493
64942008-06-05 Juanma Barranquero <lekktu@gmail.com>
6495
6496 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
6497 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
6498 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
6499
65002008-06-04 Juanma Barranquero <lekktu@gmail.com>
6501
6502 * window.c (Fset_window_parameter): Doc fix.
6503 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
6504
65052008-06-04 Joakim Verona <joakim@verona.se>
6506
6507 * window.h (struct window): Add new member window_parameters.
6508
6509 * window.c (Fwindow_parameters, Fwindow_parameter)
6510 (Fset_window_parameter): New defuns.
6511 (syms_of_window): Defsubr the new defuns.
6512 (make_window): Initialize window_parameters to nil.
6513
65142008-06-04 John Paul Wallington <jpw@pobox.com>
6515
6516 * eval.c (Fdefmacro): Doc fix.
6517
65182008-06-04 Kenichi Handa <handa@m17n.org>
6519
6520 * coding.c (detect_coding): Fix handling of coding->head_ascii.
6521 Be sure to call setup_coding_system when we find a proper coding system.
6522 (detect_coding_system): Fix handling of coding->head_ascii.
6523
65242008-06-03 Andreas Schwab <schwab@suse.de>
6525
6526 * font.c (font_prop_validate_spacing): Fix last change.
6527
65282008-06-03 Kenichi Handa <handa@m17n.org>
6529
6530 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
6531 (font_parse_fcname): Fix handling of unknown key.
6532
6533 * xfont.c (xfont_list): Try an alias.
6534
6535 * charset.c (char_charset): Return NULL if the arg charset_list is
6536 specified and C doesn't belong to any of them.
6537
65382008-06-02 Chip Coldwell <coldwell@redhat.com>
6539
6540 * font.c (font_pixel_size): Don't take cdr of an integer.
6541
65422008-06-02 Jim Meyering <meyering@redhat.com>
6543
6544 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
6545 * alloc.c (xfree): Return right away for a NULL arg.
6546 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
6547 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
6548 * mac.c (create_apple_event_from_event_ref): Likewise.
6549 (create_apple_event_from_drag_ref, cfstring_create_normalized):
6550 Likewise.
6551 * doprnt.c (doprnt1): Likewise.
6552 * frame.c (frame): Likewise.
6553 * keyboard.c (wipe_kboard): Likewise.
6554 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
6555 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
6556 * term.c (tty_default_color_capabilities, maybe_fatal)
6557 (delete_tty): Likewise.
6558 * w16select.c (string): Likewise.
6559 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
6560 * w32bdf.c (w32_free_bdf_font): Likewise.
6561 * w32fns.c (w32_unload_font): Likewise.
6562 * w32font.c (w32font_close): Likewise.
6563 * window.c (size_window): Likewise.
6564 * xselect.c (receive_incremental_selection): Likewise.
6565 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
6566 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
6567 * w32.c (stat): Likewise.
6568
6569 Remove useless if-before-free tests.
6570 * editfns.c (Fset_time_zone_rule): Likewise.
6571 * lread.c (nosuffix): Likewise.
6572 * ralloc.c (get_bloc): Likewise.
6573 * regex.c (reg_free): Likewise.
6574 * xftfont.c (xftfont_open, xftfont_close): Likewise.
6575 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
6576 * xsmfns.c (smc_save_yourself_CB): Likewise.
6577
65782008-06-02 Kenichi Handa <handa@m17n.org>
6579
6580 * font.c (font_find_for_lface): Handle float font size.
6581 (font_open_for_lface): Likewise.
6582
6583 * xfaces.c (x_supports_face_attributes_p): Check face->font before
6584 comparing the properties.
6585
65862008-06-01 Jason Rumney <jasonr@gnu.org>
6587
6588 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
6589 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
6590 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
6591 Don't add empty script list.
6592 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
6593
65942008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
6595
6596 * Makefile.in (dot, dotdot): Remove, update users.
6597 ".." has been used elsewhere in the file for a long time.
6598 (LIBXT_STATIC): Remove conditional based on unused variable.
6599
66002008-06-01 Miles Bader <miles@gnu.org>
6601
6602 * xfaces.c (Vface_remapping_alist): New variable.
6603 (syms_of_xfaces): Initialize it.
6604 (enum named_merge_point_kind): New type.
6605 (struct named_merge_point): Add `named_merge_point_kind' field.
6606 (push_named_merge_point): Make cycle detection respect different
6607 named-merge-point kinds.
6608 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
6609 Remove face-name alias resolution.
6610 (lface_from_face_name): New definition using
6611 `lface_from_face_name_no_resolve'.
6612 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
6613 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
6614 (get_lface_attributes): New definition that layers face-remapping on
6615 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
6616 (lookup_basic_face): New function.
6617 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
6618 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
6619 `get_lface_attributes'.
6620 (face_at_buffer_position): Use `lookup_basic_face' to lookup
6621 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
6622 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
6623
6624 * xdisp.c (init_iterator): Pass base_face_id through
6625 `lookup_basic_face' when we actually use it as a face-id.
6626 (handle_single_display_prop): Use `lookup_basic_face' to lookup
6627 DEFAULT_FACE_ID.
6628
6629 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
6630 lookup the initial face-id.
6631
6632 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
6633
66342008-06-01 Juanma Barranquero <lekktu@gmail.com>
6635
6636 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
6637 (Fremove_text_properties): Fix typos in docstrings.
6638
66392008-05-31 Kenichi Handa <handa@m17n.org>
6640
6641 * font.c (font_list_entities): Fix the car part of data to be
6642 stored in the cache.
6643
6644 * ftfont.c (ftfont_font_format): Don't use strcasestr.
6645
66462008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6647
6648 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
6649 Add a `test' argument so another predicate than `equal' can be used.
6650 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
6651 (map_char_table): Remove unused vars `c' and `i'.
6652 * lisp.h (Foptimize_char_table): Adjust declaration.
6653 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
6654
66552008-05-30 Kenichi Handa <handa@m17n.org>
6656
6657 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
6658 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
6659 defined.
6660
66612008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6662
6663 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
6664 (Fmake_variable_frame_local): Disallow mixing buffer-local and
6665 frame-local settings for the same variable.
6666
66672008-05-30 Kenichi Handa <handa@m17n.org>
6668
6669 * fontset.c (Ffont_info): Move to font.c.
6670 (syms_of_fontset): Delete defsubr of Sfont_info.
6671
6672 * font.c (font_style_to_value, font_score): Delete casting of the
6673 args to xstcasecmp.
6674 (register_font_driver): Increment num_font_drivers only when
6675 registering the driver globally.
6676 (Ffont_info): Move from fontset.c. Handle a font object too.
6677 (syms_of_font): Defsubr Sfont_info.
6678
66792008-05-29 Kenichi Handa <handa@m17n.org>
6680
6681 * coding.h (enum define_coding_utf8_arg_index): New enum.
6682 (enum coding_attr_index): Change coding_attr_utf_16_bom to
6683 coding_attr_utf_bom.
6684 (enum utf_bom_type): Rename from utf_16_bom_type.
6685 (struct utf_16_spec): Adjust for the above change.
6686 (struct coding_system): Add utf_8_bom in `spec' union.
6687
6688 * coding.c (CODING_UTF_8_BOM): New macro.
6689 (enum coding_category): Delete coding_category_utf_8, add
6690 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
6691 coding_category_utf_8_sig.
6692 (CATEGORY_MASK_UTF_8): Delete it.
6693 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
6694 (CATEGORY_MASK_UTF_8_SIG): New macros.
6695 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
6696 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
6697 CATEGORY_MASK_UTF_8_SIG.
6698 (CATEGORY_MASK_UTF_8): New macro.
6699 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
6700 (detect_coding_utf_8): Check BOM.
6701 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
6702 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
6703 (encode_coding_utf_16): Likewise.
6704 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
6705 (detect_coding, detect_coding_system): Handle utf-8-auto.
6706 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
6707 (syms_of_coding): Fix setting up of Vcoding_category_table.
6708
67092008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6710
6711 * process.c (Faccept_process_output): If `millisec' is non-nil,
6712 `seconds' default to 0.
6713 (wait_reading_process_output): Also return non-nil if we read output
6714 from a non-running process.
6715
67162008-05-29 Jason Rumney <jasonr@gnu.org>
6717
6718 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
6719 `raster' specified.
6720 (add_font_entity_to_list): Allow non-opentype truetype fonts back
6721 in the uniscribe backend, but disallow any font that has no
6722 unicode subrange support.
6723
67242008-05-29 Juanma Barranquero <lekktu@gmail.com>
6725
6726 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
6727 Fix typos in docstrings.
6728
67292008-05-29 Kenichi Handa <handa@m17n.org>
6730
6731 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
6732 (Fx_family_fonts): Set frame correctly.
6733
67342008-05-28 Jason Rumney <jasonr@gnu.org>
6735
6736 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
6737
67382008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
6741 calling build_annotations.
6742
67432008-05-28 Juanma Barranquero <lekktu@gmail.com>
6744
6745 * coding.c (Fdecode_coding_region, Fencode_coding_region)
6746 (Fencode_coding_string):
6747 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
6748 <latin-extra-code-table>: Fix typos in docstrings.
6749 (syms_of_coding) <coding-system-alist>: Doc fix.
6750 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
6751
67522008-05-28 Kenichi Handa <handa@m17n.org>
6753
6754 * fontset.c (Ffont_info): Don't call font_close_object.
6755
6756 * font.c (font_parse_family_registry): Use Ffont_put to validate
6757 foundry and family.
6758 (font_delete_unmatched): Don't check spacing.
6759 (font_list_entities): Add spacing to the spec to list fonts.
6760
6761 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
6762 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
6763
6764 * coding.c (encode_coding_raw_text): Fix previous change.
6765 (encode_coding_object): When the dst_object is a buffer and is
6766 different from src_object, move gap to PT.
6767
67682008-05-27 Chong Yidong <cyd@stupidchicken.com>
6769
6770 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
6771
67722008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * coding.c (encode_coding_raw_text): Set coding->produced_char for
6775 all branches. Compute it differently.
6776
6777 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
6778
67792008-05-27 Juanma Barranquero <lekktu@gmail.com>
6780
6781 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
6782 into "else if () ... else ...".
6783
67842008-05-27 Jason Rumney <jasonr@gnu.org>
6785
6786 * w32font.c (w32font_open_internal): Determine if glyph indices
6787 are likely to work here.
6788
67892008-05-27 Chong Yidong <cyd@stupidchicken.com>
6790
6791 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
6792 draw overlap glyphs with appropriate highlighting.
6793
67942008-05-27 Kenichi Handa <handa@m17n.org>
6795
6796 * xfont.c (xfont_open): Fix calculation of font->average_width.
6797
67982008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * casefiddle.c (casify_object): Try to guess better whether the
6801 argument is a byte or a char.
6802
68032008-05-26 Andreas Schwab <schwab@suse.de>
6804
6805 * xselect.c (x_reply_selection_request): Properly handle format == 32.
6806 Always send multiples of format size.
6807
6808 * xterm.c (x_set_frame_alpha): Fix type mismatch.
6809
68102008-05-26 Jason Rumney <jasonr@gnu.org>
6811
6812 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
6813 (compute_metrics): Don't set failure if we just cleared the cache.
6814 (w32_weight_table): Remove unused variable.
6815 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
6816 backwards compatibility.
6817
68182008-05-25 Kenichi Handa <handa@m17n.org>
6819
6820 * w32term.c (x_draw_glyph_string):
6821 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
6822
6823 * xfaces.c: Delete unused function prototypes.
6824 (xstrlwr, font_frame): Delete them.
6825 (clear_face_cache): Delete unused variable.
6826
6827 * xftfont.c (xftfont_open): Delete unused variable.
6828 If underline_thickness is not 1, adjust underline_position.
6829
6830 * ftxfont.c (ftxfont_open): Delete unused variable.
6831
6832 * fontset.c (face_for_char): Optimize for the case of no charset
6833 property.
6834
6835 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
6836 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
6837 (otf_open, font_otf_capability, generate_otf_features)
6838 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
6839 Comment out by surrounding "#if 0" and "#endif" for the moment.
6840 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
6841 (syms_of_font): Codes for accessing above commented out.
6842
68432008-05-24 Eli Zaretskii <eliz@gnu.org>
6844
6845 * w32proc.c: Include dispextern.h.
6846
6847 * w32.c: Include dispextern.h.
6848
68492008-05-23 Juanma Barranquero <lekktu@gmail.com>
6850
6851 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
6852 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
6853 Fix typos in docstrings.
6854
68552008-05-23 Jason Rumney <jasonr@gnu.org>
6856
6857 * xsmfns.c: Remove includes that are already included by config.h.
6858
68592008-05-23 Kenichi Handa <handa@m17n.org>
6860
6861 * charset.c (Qemacs, charset_emacs): New variables.
6862 (char_charset): Fix for non-Unicode characters.
6863 (syms_of_charset): Define charset_emacs.
6864
6865 * w32term.c (x_draw_glyph_string): Be sure to update
6866 s->underline_thickness and s->underline_position. Be sure to draw
6867 underline within the current line area.
6868
6869 * xterm.c (x_draw_glyph_string): Be sure to update
6870 s->underline_thickness and s->underline_position. Be sure to draw
6871 underline within the current line area.
6872
6873 * fontset.c: Delete unused variables and add casting for char *
6874 throughout the file.
6875 (fontset_font): Try the fallback fonts of the current fontset
6876 before consulting the default fontset.
6877
6878 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
6879
6880 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
6881
68822008-05-22 Jason Rumney <jasonr@gnu.org>
6883
6884 * font.c: Don't include strings.h.
6885
6886 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
6887
6888 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
6889 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
6890 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
6891 to call xstrcasecmp.
6892
6893 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
6894
6895 * fontset.c (fs_query_fontset): Use xstrcasecmp.
6896
6897 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
6898
6899 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
6900
69012008-05-22 Kenichi Handa <handa@m17n.org>
6902
6903 * puresize.h (BASE_PURESIZE): Increase to 1220000.
6904
6905 * font.c (font_prop_validate_style): Adjust for the format
6906 change of font_style_table.
6907
6908 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
6909 two args.
6910
6911 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
6912 two args.
6913
69142008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6915
6916 * minibuf.c (keys_of_minibuf): Delete.
6917 * lisp.h (keys_of_minibuf): Delete.
6918 * emacs.c (main): Don't call keys_of_minibuf.
6919
69202008-05-22 Kenichi Handa <handa@m17n.org>
6921
6922 * ftfont.c (ftfont_resolve_generic_family): Rename from
6923 ftfont_list_generic_family. Return a single family for each
6924 generic family.
6925 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
6926 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
6927 Call font_add_log.
6928 (ftfont_match): Call font_add_log.
6929
6930 * font.h (Ffont_xlfd_name): EXFUN adjusted.
6931 (FONT_DEBUG): Define it.
6932 (font_add_log): Extern it.
6933 (font_assert): Rename from xassert.
6934
6935 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
6936 (xfont_list_family): Call font_add_log.
6937 (xfont_match): Likewise.
6938 (memq_no_quit): Delete.
6939
6940 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
6941 call of Ffont_xlfd_name.
6942
6943 * xfaces.c (struct table_entry, slant_table, weight_table)
6944 (swidth_table): Move to font.c.
6945
6946 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
6947 xassert are changed to font_assert. Delete many unused variables.
6948 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
6949 New variables.
6950 (struct table_entry): Move from xfaces.c and modified.
6951 (weight_table, slant_table, width_table): Move from xfaces.c and
6952 contents adjusted for the change of struct table_entry.
6953 (font_style_to_value, font_style_symbolic): Adjust for the
6954 format change of font_style_table.
6955 (font_parse_family_registry): Don't overwrite existing foundry and
6956 family of font_spec.
6957 (font_score): Fix calculation of diff for sizes.
6958 (font_sort_entites): Call font_add_log.
6959 (font_delete_unmatched): Return a newly created list.
6960 (font_list_entities): Fix previous change. Call font_add_log.
6961 (font_matching_entity, font_open_entity, font_close_entity):
6962 Call font_add_log.
6963 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
6964 (Finternal_set_font_style_table): Delete.
6965 (BUILD_STYLE_TABLE): New macro.
6966 (build_style_table): New function.
6967 (Vfont_log, font_log_env_checked): New variables.
6968 (font_add_log): New function.
6969 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
6970 Declare Lisp variables "font-weight-table", "font-slant-table",
6971 "font-width-table", and "font-log". Initialize font_style_table.
6972
69732008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
6974
6975 * xterm.c (x_set_frame_alpha): Move declarations before statements.
6976
69772008-05-21 Seiji Zenitani <zenitani@mac.com>
6978 Ryo Yoshitake <ryo@shiftmode.net>
6979
6980 * frame.c (Qalpha): Add a new frame parameter `alpha'.
6981 (Vframe_alpha_lower_limit): New variable.
6982 (x_set_alpha): New function.
6983
6984 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
6985
6986 * xfns.c (x-create-frame, Qalpha):
6987 Initialize the frame parameter `alpha'.
6988 * xterm.c (OPAQUE, OPACITY): New.
6989 (x_set_frame_alpha): New function.
6990 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
6991
6992 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
6993 * w32fns.c (w32_frame_parm_handlers): Likewise.
6994
69952008-05-20 Jason Rumney <jasonr@gnu.org>
6996
6997 * w32font.c (add_font_entity_to_list): Don't add non-opentype
6998 truetype fonts to opentype list.
6999
70002008-05-20 Juanma Barranquero <lekktu@gmail.com>
7001
7002 * fontset.c (Ffontset_info): Doc fix.
7003 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
7004 <ignore-relative-composition>: Fix typos in docstrings.
7005
7006 * font.c (syms-of-font) <font-encoding-alist>:
7007 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
7008 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
7009 (Ffont_otf_alternates): Doc fixes.
7010
70112008-05-20 Kenichi Handa <handa@m17n.org>
7012
7013 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
7014 font.h through out the file.
7015 (FONT_DRIVERS): Rename from FONTOBJ.
7016 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
7017 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
7018
7019 * emacs.c (main): Call syms_of_font unconditionally.
7020
7021 * font.h (find_font_encoding): Extern it.
7022
7023 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
7024 fontset.c.
7025 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
7026 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
7027 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
7028 only when HAVE_WINDOW_SYSTEM is defined.
7029 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
7030 when HAVE_WINDOW_SYSTEM is defined.
7031
7032 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
7033 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
7034
7035 * xfaces.c: Include font.h unconditionally.
7036 (merge_face_ref, merge_face_vectors)
7037 (Finternal_set_lisp_face_attribute): Cancel the previous change.
7038
70392008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7040
7041 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
7042 indirect_variable.
7043 * eval.c (lisp_indirect_variable): New fun.
7044 (Fuser_variable_p): Use it.
7045
70462008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7047
7048 * lisp.h (indirect_variable):
7049 * data.c (indirect_variable, let_shadows_buffer_binding_p):
7050 Use Lisp_Symbol pointers rather than Lisp_Object.
7051 Adjust callers.
7052 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
7053 To this end, change calling-convention.
7054
7055 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
7056 if some non-hidden buffers are selected by string&pred.
7057
70582008-05-19 Chong Yidong <cyd@stupidchicken.com>
7059
7060 * process.c (wait_reading_process_output): Always check status
7061 when in batch mode.
7062
70632008-05-19 Kenichi Handa <handa@m17n.org>
7064
7065 * font.c (font_list_entities): Fix handling of cache.
7066 (font_matching_entity): Likewise.
7067
7068 * ftfont.c (cs_iso8859_1): Delete.
7069 (ft_face_cache): New variable.
7070 (struct ftfont_info): New member fc_charset_idx.
7071 (ftfont_build_basic_charsets): Delete.
7072 (fc_charset_table): New variable.
7073 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
7074 . FC_CHARSET_IDX) as :font-entity property in the font entity.
7075 Callers changed.
7076 (ftfont_lookup_cache, ftfont_get_charset): New functions.
7077 (ftfont_spec_pattern): New argument fc_charset_idx.
7078 Check registry more rigidly. Change callers.
7079 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
7080 change of :font-entity property of the font.
7081
7082 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
7083 property of the font.
7084
70852008-05-18 Juanma Barranquero <lekktu@gmail.com>
7086
7087 * coding.c (Fcoding_system_p): Rename argument to match docstring.
7088 (Funencodable_char_position, Fcheck_coding_systems_region)
7089 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
7090 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
7091 (Ffind_operation_coding_system, Fset_coding_system_priority)
7092 (Fcoding_system_eol_type): Doc fixes.
7093
70942008-05-17 Glenn Morris <rgm@gnu.org>
7095
7096 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
7097
70982008-05-16 Eli Zaretskii <eliz@gnu.org>
7099
7100 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
7101 and st_gid.
7102
7103 * frame.c (Fdelete_frame): Don't call font_update_drivers if
7104 HAVE_WINDOW_SYSTEM is not defined.
7105
7106 * xfaces.c (merge_face_ref, merge_face_vectors)
7107 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
7108 HAVE_WINDOW_SYSTEM is defined.
7109 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
7110
71112008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7112
7113 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
7114
71152008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7116
7117 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
7118
71192008-05-15 Kenichi Handa <handa@m17n.org>
7120
7121 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
7122 preference.
7123
71242008-05-15 Glenn Morris <rgm@gnu.org>
7125
7126 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
7127
71282008-05-15 Chong Yidong <cyd@stupidchicken.com>
7129
7130 * fns.c (init_fns): Don't initialize weak_hash_tables here.
7131 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
7132
7133 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
7134
71352008-05-15 Kenichi Handa <handa@m17n.org>
7136
7137 * ftfont.c (ftfont_list): Downcase family name to check generic
7138 families.
7139
7140 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
7141 font-spec for QCfont value.
7142
7143 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
7144 buffer. Check the return value of it.
7145
71462008-05-14 Jason Rumney <jasonr@gnu.org>
7147
7148 * w32term.c (w32_get_glyph_overhangs): Remove.
7149 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
7150
71512008-05-14 Kenichi Handa <handa@m17n.org>
7152
7153 * font.c (font_prop_validate): Make nil a valid value.
7154 (font_clear_cache): Check if the cached vector of entities is nil
7155 or not.
7156
71572008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7158
7159 * emacs.c (main_thread): Conditionalize on
7160 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
7161 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
7162
7163 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
7164 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
7165 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
7166
71672008-05-14 Kenichi Handa <handa@m17n.org>
7168
7169 * coding.c (detect_coding_iso_2022): Ignore a coding category that
7170 has no corresponding coding system.
7171
71722008-05-14 Jason Rumney <jasonr@gnu.org>
7173
7174 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
7175
7176 * w32font.h (w32font_open_internal): Update declaration.
7177
7178 * w32font.c (w32font_open_internal): Change last argument from
7179 w32font_info struct to font object. Fill in font object from
7180 font_entity. Get Outline metrics if possible. Use them to
7181 calculate underline position and thickness. Use xlfd name as name
7182 property. Don't set codepage.
7183 (w32font_open): Pass font_object to w32font_open_internal. Don't
7184 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
7185 (w32font_draw): Use s->font.
7186 (clear_cached_metrics): Don't clear non-existent blocks.
7187
7188 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
7189 font was not found.
7190 (x_draw_glyph_string): Use underline position and thickness from font.
7191
7192 * w32uniscribe.c (uniscribe_open): Pass font_object to
7193 w32font_open_internal.
7194
71952008-05-14 Kenichi Handa <handa@m17n.org>
7196
7197 These changes are to delete all legacy font-handling codes, and
7198 make Emacs use only font-backends.
7199
7200 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
7201 (frame.o, image.o, print.o): Depend on $(FONTSRC).
7202
7203 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
7204
7205 * charset.h (Vcharset_non_preferred_head)
7206 (Vcurrent_iso639_language): Extern them.
7207
7208 * charset.c (Vcharset_non_preferred_head): New variable.
7209 (Vcurrent_iso639_language): New variable.
7210 (syms_of_charset): Declare it as a Lisp variable.
7211 (char_charset): Don't check non preferred charsets. As a last
7212 resort, return charset_unicode.
7213 (Fset_charset_priority): Update Vcharset_non_preferred_head.
7214
7215 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
7216 conditionals. Don't check enable_font_backend. Delete all codes
7217 used only when USE_FONT_BACKEND is not defined.
7218
7219 * dispextern.h (struct glyph_string): Change type of `font' to
7220 `struct font *'.
7221 (struct glyph_string): New member underline_position and
7222 underline_thickness.
7223 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
7224 (struct face): Change type of `font' to `struct font *'. Remove
7225 members `font_name', `font_info_id'.
7226 (per_char_metric, encode_char): Delete externs.
7227 (calc_pixel_width_or_height): Adjust the prototype.
7228
7229 * emacs.c (enable_font_backend): Delete extern.
7230 (main): Don't set enable_font_backend. Don't check the command
7231 line argument "-disable-font-backend".
7232
7233 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
7234 (enum font_property_index): New members FONT_DPI_INDEX,
7235 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
7236 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
7237 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
7238 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
7239 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
7240 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
7241 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
7242 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
7243 (struct font_spec, struct font_entity): New structs.
7244 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
7245 (struct font): Many members from old "struct font_info" moved to
7246 here. Members font and entity deleted.
7247 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
7248 the new font-related objects.
7249 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
7250 (CHECK_FONT_GET_OBJECT): Likewise.
7251 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
7252 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
7253 (struct font_driver): New members case_sensitive anc check. Type
7254 of the member list and open changed.
7255 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
7256 (font_symbolic_width, font_find_object, font_get_spec)
7257 (font_set_lface_from_name): Delete extern.
7258 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
7259
7260 * font.c: Include <strings.h>.
7261 (enable_font_backend): Delete it.
7262 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
7263 (CHECK_VALIDATE_FONT_SPEC): Delete it.
7264 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
7265 (null_string): Delete it.
7266 (null_vector): Make it static.
7267 (font_family_alist): Delete it.
7268 (Qnormal): Extern it.
7269 (QCextra, QClanguage): Delete it.
7270 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
7271 (font_make_spec, font_make_entity, font_make_object)
7272 (font_intern_prop): Renamed from intern_downcase. Don't downcase
7273 the string. Callers changed.
7274 (font_pixel_size): Adjusted for the format change of font-related
7275 objects.
7276 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
7277 (font_style_to_value, font_style_symbolic): New function.
7278 (build_font_family_alist): Delete it.
7279 (font_registry_charsets): Use Fassoc_string instead of
7280 assq_no_quit.
7281 (font_prop_validate_symbol): Don't return null_string.
7282 (font_prop_validate_style): Adjusted for the change of
7283 style-related values in a font vector.
7284 (font_property_table): Delete entries for QClanguage and
7285 QCantialias, add entries for QCavgwidth.
7286 (get_font_prop_index): Delete the 2nd argument FROM.
7287 (font_prop_validate): Arguments changed.
7288 (font_put_extra): Adjusted for the change of font-related objects.
7289 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
7290 (font_parse_fcname, font_unparse_fcname)
7291 (font_prepare_composition): Likewise.
7292 (font_parse_family_registry): Renamed from font_merge_old_spec.
7293 (otf_open): Delete the 1st arg entity.
7294 (font_otf_capability): Adjusted for the above change.
7295 (font_score): New arg alternate_families. Adjusted for the change
7296 of font-related objects.
7297 (font_sort_entites): New arg best_only.
7298 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
7299 Delete them.
7300 (font_match_p): Check alternate families.
7301 (font_find_object): Delete it.
7302 (font_check_object): New function.
7303 (font_clear_cache): Adjusted for the change of font-related objects.
7304 (font_delete_unmatched): New arg.
7305 (font_list_entities): Call font_driver->list with a spec that
7306 doesn't specify style-related properties.
7307 (font_matching_entity): Arguments changed. Caller changed.
7308 (font_open_entity): Adjusted for the change of font-related objects.
7309 (font_close_object, font_has_char, font_encode_char)
7310 (font_get_name, font_get_spec): Likewise.
7311 (font_spec_from_name, font_clear_prop, font_update_lface):
7312 New functions.
7313 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
7314 (font_prepare_for_face, font_done_for_face, font_open_by_name)
7315 (font_at): Adjusted for the change of font-related objects.
7316 (font_range): New function.
7317 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
7318 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
7319 (Fcopy_font_spec, Fmerge_font_spec): New function.
7320 (Ffont_family_list): Renamed from list-families.
7321 (Finternal_set_font_style_table): Arguments changed.
7322 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
7323 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
7324 change of font-related objects.
7325 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
7326
7327 * fontset.h (struct font_info): Delete it. Most members go to
7328 struct font.
7329 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
7330 (enum FONT_SPEC_INDEX): Delete it.
7331 (font_info, list_fonts_func, load_font_func, query_font_func)
7332 (set_frame_fontset_func, find_ccl_program_func)
7333 (get_font_repertory_func, new_fontset_from_font_name): Delete
7334 externs.
7335 (fontset_from_font_name): Extern it.
7336 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
7337 (FONT_INFO_FROM_FACE): Deleted.
7338 (face_for_font): Adjust prototype.
7339
7340 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
7341 conditionals. Don't check enable_font_backend. Delete all codes
7342 used only when USE_FONT_BACKEND is not defined.
7343 (get_font_info_func, list_font_func, load_font_func)
7344 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
7345 (get_font_repertory_func): Delete them.
7346 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
7347 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
7348 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
7349 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
7350 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
7351 (fontset_compare_rfontdef): New function.
7352 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
7353 rfont-defs by qsort. Adjusted for the change of font-group vector.
7354 (load_font_get_repertory): Deleted.
7355 (fontset_find_font): Use new macros to ref/set elements of
7356 font-def and rfont-def.
7357 (fontset_font): Fix the timing of remembering that no font for C.
7358 (free_face_fontset): Do nothing if the face has no fontset.
7359 (face_suitable_for_char_p): Use new macros to ref/set elements of
7360 rfont-def.
7361 (face_for_char): Likewise. Call face_for_char with font_object.
7362 (fs_load_font): Delete. Delete #pragma surrounding it.
7363 (fs_query_fontset): Use strcasecmp instead of strcmp.
7364 (generate_ascii_font_name): Adjusted for the format change of
7365 font-spec.
7366 (Fset_fontset_font): Likewise. Use new macros to set elements of
7367 font-def.
7368 (Fnew_fontset): Use font_unparse_xlfd to generate
7369 FONTSET_ASCII (fontset).
7370 (new_fontset_from_font_name): Deleted.
7371 (fontset_from_font): Renamed from new_fontset_from_font. Check if
7372 a fontset is already created for the font. FIx updating of
7373 Vfontset_alias_alist.
7374 (fontset_ascii_font): Deleted.
7375 (Ffont_info): Adjusted for the format change of font-spec.
7376 (Finternal_char_font): Likewise.
7377 (Ffontset_info): Likewise.
7378 (syms_of_fontset): Don't check load_font_func.
7379
7380 * fns.c (internal_equal): Handle PREV_FONT.
7381
7382 * frame.h: Delete USE_FONT_BACKEND conditional.
7383
7384 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
7385 conditionals. Don't check enable_font_backend. Delete all codes
7386 used only when USE_FONT_BACKEND is not defined.
7387 (x_set_font): Call x_new_font, not x_new_fontset2.
7388 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
7389 already set for the frame.
7390
7391 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
7392 a font-entity by font_make_entity. Use font_intern_prop instead
7393 of intern_downcase. Use FONT_SET_STYLE to set a style-related
7394 font property. If a font is scalable, set avgwidth property to 0.
7395 Set font-entity property by font_put_extra.
7396 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
7397 (ffont_driver): Adjusted for the change of struct font_driver.
7398 (ftfont_spec_pattern): New function.
7399 (ftfont_list): Return a list, not vector.
7400 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
7401 (ftfont_list_family): Don't downcase names.
7402 (ftfont_free_entity): Deleted.
7403 (ftfont_open): Return a font-object. Adjusted for the change of
7404 struct font. Get underline_thickness and underline_position from
7405 font property. Don't update dpyinfo->smallest_font_height and
7406 dpyinfo->smallest_char_width.
7407 (ftfont_close): Don't free `struct font'.
7408 (ftfont_has_char): Adjusted for the format change of font-entity.
7409 (ftfont_encode_char, ftfont_text_extents): Likewise.
7410
7411 * ftxfont.c (ftxfont_list): Return a list, not vector.
7412 (ftxfont_open): Return a font-object. Adjusted for the change of
7413 struct font. Get underline_thickness and underline_position from
7414 font property. Don't update dpyinfo->smallest_font_height and
7415 dpyinfo->smallest_char_width.
7416 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
7417 (ftxfont_draw): Adjusted for the change of struct font.
7418
7419 * image.c (image_ascent): Don't include "charset.h". Include
7420 "character.h" and "font.h".
7421
7422 * lisp.h (enum pvec_type): New member PREV_FONT.
7423 (Fassoc_string): EXFUN it.
7424
7425 * print.c: Include font.h.
7426 (print_object): Handle font-related objects.
7427
7428 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
7429 conditionals. Don't check enable_font_backend. Delete all codes
7430 used only when USE_FONT_BACKEND is not defined.
7431 (handle_auto_composed_prop): Do nothing if it->f is not on a
7432 window system. Check how many following characters can be
7433 displayed by the same font.
7434 (calc_pixel_width_or_height): Type of the 4th arg is changed to
7435 'struct font *'.
7436 (get_char_face_and_encoding): Assign the whole encoding task to
7437 the `encode-char' method of a font driver.
7438 (fill_composite_glyph_string): Adjusted for the change of `struct
7439 face' and `struct glyph_string'.
7440 (fill_glyph_string): Likewise.
7441 (get_per_char_metric): Arguments changed.
7442 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
7443 and `struct glyph_string'.
7444 (produce_stretch_glyph, calc_line_height_property)
7445 (x_produce_glyphs): Likewise.
7446
7447 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
7448 conditionals. Don't check enable_font_backend. Delete all codes
7449 used only when USE_FONT_BACKEND is not defined. Use
7450 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
7451 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
7452 (Qp): Extern them.
7453 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
7454 Deleted.
7455 (struct font_name): Deleted.
7456 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
7457 (compare_fonts_by_sort_order): New function.
7458 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
7459 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
7460 Deleted.
7461 (Fx_family_fonts): Use font_list_entities, and sort fonts by
7462 compare_fonts_by_sort_order.
7463 (Fx_font_family_list): Call Ffont_family_list.
7464 (face_numeric_value, face_numeric_weight, face_numeric_slant)
7465 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
7466 (face_symbolic_slant, face_symbolic_swidth)
7467 (split_font_name_into_vector, build_font_name_from_vector)
7468 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
7469 (font_rescale_ratio, split_font_name, build_font_name)
7470 (free_font_names, sort_fonts, x_face_list_fonts)
7471 (face_font_available_p, sorted_font_list, cmp_font_names)
7472 (font_list_1, concat_font_list, font_list, remove_duplicates):
7473 Deleted.
7474 (Fx_list_fonts): Use Ffont_list.
7475 (LFACE_AVGWIDTH): Deleted.
7476 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
7477 by FONTP.
7478 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
7479 (set_lface_from_font_name): Delete it.
7480 (set_lface_from_font): Renamed from
7481 set_lface_from_font_and_fontset. Caller changed. Don't set
7482 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
7483 for face.
7484 (merge_face_vectors): Copy font-spec if necessary.
7485 Clear properties of the font-spec if necessary.
7486 (merge_face_ref): Clear properties of the font-spec if necessary.
7487 (Finternal_set_lisp_face_attribute): Likewise.
7488 (set_font_frame_param): Use font_load_for_lface to load a
7489 font-object, and call Fmodify_frame_parameters with it.
7490 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
7491 font name by Ffont_xlfd_name.
7492 (Finternal_lisp_face_attribute_values): Don't check QCweight,
7493 QCslant, and QCwidth.
7494 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
7495 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
7496 Compare fonts by EQ.
7497 (lookup_non_ascii_face): Deleted.
7498 (face_for_font): The 2nd argument changed.
7499 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
7500 Check atomic font properties by case insensitive.
7501 (realize_non_ascii_face): Set face->overstrike correctly.
7502 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
7503 (dump_realized_face): Get font name from
7504 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
7505
7506 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
7507 conditionals. Don't check enable_font_backend. Delete all codes
7508 used only when USE_FONT_BACKEND is not defined.
7509 (xic_create_xfontset): Original code deleted and renamed from
7510 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
7511 (x_make_gc): Don't set GCFont in GCs.
7512 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
7513 opened by "fixed".
7514 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
7515 find_ccl_program_func, query_font_func, set_frame_fontset_func,
7516 get_font_repertory_func.
7517
7518 * xfont.c: Include <stdlib.h> and "ccl.h".
7519 (struct xfont_info): New structure.
7520 (xfont_query_font): Deleted.
7521 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
7522 moved from xterm.c.
7523 (xfont_driver): Adjusted for the change of struct font_driver.
7524 (compare_font_names): New function.
7525 (xfont_list_pattern): Sort font names case insensitively. Make
7526 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
7527 (xfont_list): Return a list, not vector.
7528 (xfont_match): If the font doesn't have QCname property, generate
7529 a name from the other font properties.
7530 (xfont_open): Return a font-object. Adjusted for the change of
7531 struct font. Get underline_thickness and underline_position from
7532 font property. Don't update dpyinfo->smallest_font_height and
7533 dpyinfo->smallest_char_width.
7534 (xfont_close): Don't free struct font.
7535 (xfont_prepare_face): Adjusted for the change of struct font.
7536 (xfont_done_face): Deleted.
7537 (xfont_has_char): Adjusted for the change of struct font.
7538 (xfont_encode_char, xfont_draw): Likewise.
7539 (xfont_check): New function.
7540
7541 * xftfont.c (xftfont_list): Adjusted for the change of `list'
7542 callback function.
7543 (xftfont_match): Adjusted for the format change of font-entity.
7544 (xftfont_open): Adjusted for the format change of font-entity and
7545 font-object. Adjusted for the change of struct font. Return a
7546 font-object. Don't update dpyinfo->smallest_font_height and
7547 dpyinfo->smallest_char_width.
7548 (xftfont_close): Block input while calling XftFontClose.
7549 (xftfont_prepare_face): Don't block input while calling
7550 xftfont_get_colors. Adjusted for the change of struct font.
7551 (xftfont_shape): Return value of error case fixed.
7552
7553 * xrdb.c (x_load_resources): Don't setup a fontset resource.
7554
7555 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
7556 conditionals.
7557 (FONT_WIDTH): Return (f)->max_width.
7558 (struct x_display_info): Delete member `font'.
7559 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
7560 (x_find_ccl_program, x_get_font_repertory): Delete externs.
7561 (struct x_output): Change type of `font' to `struct font *'.
7562
7563 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
7564 conditionals. Don't check enable_font_backend. Delete all codes
7565 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
7566 (x_per_char_metric, x_encode_char): Deleted.
7567 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
7568 (x_compute_glyph_string_overhangs): Adjusted for the change of
7569 `struct face'.
7570 (x_draw_glyph_string_foreground)
7571 (x_draw_composite_glyph_string_foreground): Likewise.
7572 (x_draw_glyph_string): Likewise. Use font->underline_position and
7573 font->underline_thickness.
7574 (x_new_font): Renamed from x_new_fontset2.
7575 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
7576 (x_check_font): Call `check' method of a font driver.
7577 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
7578 (x_query_font, x_get_font_repertory): Deleted.
7579 (x_find_ccl_program): Renamed and moved to xfont.c.
7580 (x_redisplay_interface): Adjusted for the change of `struct
7581 redisplay_interface'.
7582
7583 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
7584 conditionals. Don't check enable_font_backend. Delete all codes
7585 used only when USE_FONT_BACKEND is not defined. Surround non-used
7586 code by "#ifdef OLD_FONT" and "endif".
7587 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
7588
7589 * w32font.h (struct w32font_info): New member.
7590 (FONT_COMPAT): New macro.
7591 (w32font_open_internal): Prototype adjusted.
7592
7593 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
7594 OLD_FONT" and "endif".
7595
7596 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
7597 conditionals. Don't check enable_font_backend. Delete all codes
7598 used only when USE_FONT_BACKEND is not defined.
7599 (w32font_open): Return a font-object. Make a font-object by
7600 font_make_object. Adjusted for the change of struct w32font_info.
7601 (w32font_close): Don't free struct font. Adjusted for the change
7602 of struct w32font_info.
7603 (w32font_encode_char, w32font_text_extents, w32font_draw):
7604 Adjusted for the change of struct w32font_info.
7605 (w32font_draw): Likewise.
7606 (w32font_list_internal): Return a list, not vector.
7607 (w32font_open_internal): Change the 4th arg to font-object.
7608 Adjusted for the change of struct w32font_info and font-object format.
7609 (add_font_name_to_list): Don't downcase names.
7610 (w32_enumfont_pattern_entity): Make a font-entity by
7611 font_make_entity. Adjusted for the format change of font-entity.
7612 Use FONT_SET_STYLE to set a style-related font property. If a
7613 font is scalable, set avgwidth property to 0. Set font-entity
7614 property by font_put_extra.
7615 (font_matches_spec): Adjusted for the format change of font-entity.
7616 (w32_weight_table, w32_decode_weight): New variables.
7617 (w32_encode_weight): New function.
7618 (fill_in_logfont): Adjusted for the format change of font-spec.
7619 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
7620 weight value.
7621 (w32font_driver): Adjusted for the change of struct font_driver.
7622
7623 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
7624 conditionals. Don't check enable_font_backend. Surround non-used
7625 code by "#ifdef OLD_FONT" and "endif".
7626 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
7627 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
7628
7629 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
7630 conditionals. Don't check enable_font_backend. Delete all codes
7631 used only when USE_FONT_BACKEND is not defined. Surround non-used
7632 code by "#ifdef OLD_FONT" and "endif".
7633
7634 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
7635 (uniscribe_open): Return value changed to font-object.
7636 Adjusted for the format change of font-object.
7637 (uniscribe_otf_capability): Adjusted for the change of struct font.
7638 (add_opentype_font_name_to_list): Don't downcase names.
7639 (uniscribe_font_driver): Adjusted for the change of struct
7640 font_driver.
7641
76422008-05-13 Chong Yidong <cyd@stupidchicken.com>
7643
7644 * dispnew.c (update_frame_1): Check if tty output is still valid
7645 before flushing it.
7646
76472008-05-13 Jan Djärv <jan.h.d@swipnet.se>
7648
7649 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
7650 to Gtk+ menus.
7651
76522008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7653
7654 * dired.c (file_name_completion): Tweak the code so as to always do it
7655 in a single pass. Tighten the scope of some variables.
7656
7657 * dired.c (Qdefault_directory): New var.
7658 (file_name_completion): Use it instead of Fexpand_file_name.
7659 (syms_of_dired): Initialize it.
7660
76612008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7662
7663 * fileio.c (double_dollars): Remove dead code.
7664
76652008-05-10 Eli Zaretskii <eliz@gnu.org>
7666
7667 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
7668 Mention w32-get-true-file-attributes in doc string.
7669
7670 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
7671
76722008-05-09 Glenn Morris <rgm@gnu.org>
7673
7674 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
7675 2008-04-23.
7676
76772008-05-09 Eli Zaretskii <eliz@gnu.org>
7678
7679 Support for reporting owner and group of each file on MS-Windows:
7680 * dired.c (stat_uname, stat_gname): New functions, with special
7681 implementation for w32.
7682 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
7683
7684 * w32.c: Rename the_passwd_* to dflt_passwd_*.
7685 (dflt_group_name): New static variable.
7686 (dflt_group): Rename from the_group.
7687 (init_user_info): Init dflt_group fields. Get user's group name
7688 from LookupAccountSid.
7689 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
7690 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
7691 New initialization states.
7692 (globals_of_w32): Initialize them to zero. Initialize the default
7693 group name to "None".
7694 (GetFileSecurity_Name): New global var, the name of the function
7695 to call for GetFileSecurity.
7696 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
7697 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
7698 (get_file_security, get_security_descriptor_owner)
7699 (get_security_descriptor_group, is_valid_sid)
7700 (get_file_security_desc, get_rid, get_name_and_id)
7701 (get_file_owner_and_group): New functions.
7702 (stat): Use get_file_security_desc and get_file_owner_and_group to
7703 report the owner and primary group of each file. Don't ignore the
7704 high 32 bits of file's size, now that st_size is 64-bit wide.
7705 Fix test when to get true file attributes.
7706 (init_user_info): Use get_rid instead of equivalent inline code.
7707 (fstat): Don't ignore the high 32 bits of file's size.
7708
77092008-05-09 Chong Yidong <cyd@stupidchicken.com>
7710
7711 * image.c (png_load): Use correct bit-depth for setting background
7712 color.
7713
77142008-05-08 Eli Zaretskii <eliz@gnu.org>
7715
7716 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
7717 epa-hook.elc.
7718
77192008-05-08 Juanma Barranquero <lekktu@gmail.com>
7720
7721 * font.c (Ffont_match_p): Don't use `iff' in docstring.
7722
77232008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
7724
7725 * macfns.c (Fx_create_frame): Make a copy of frame parameters
7726 because the original parameters are in pure storage now.
7727 (mac_window): Remove unused params. Update callers.
7728
77292008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7730
7731 * lread.c (substitute_object_recurse): Use lower-level primitives.
7732 Don't signal errors when traversing sub-char-tables.
7733 Don't loop over all the possible characters when traversing char-tables.
7734
7735 * print.c (print_preprocess): Add sub-char-tables to the print-table,
7736 just like we do in print.c.
7737
77382008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * minibuf.c (Ftry_completion): Remove code left over from when we used
7741 scmp instead of Fcompare_strings.
7742
77432008-05-04 Juanma Barranquero <lekktu@gmail.com>
7744
7745 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
7746
77472008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7748
7749 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
7750 Create bitmap context in native byte order.
7751
7752 * macterm.c (XDrawLine)
7753 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
7754 context in native byte order.
7755
77562008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7757
7758 * config.in: Regenerate.
7759
7760 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
7761 New definitions for Image I/O support.
7762 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
7763 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
7764 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
7765 (mac_data_provider_release_data, image_load_image_io)
7766 [USE_MAC_IMAGE_IO]: New functions.
7767 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
7768 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
7769 (init_image_func_pointer) [MAC_OSX]: Remove function.
7770 (image_load_quartz2d) [MAC_OSX]: Check availability of
7771 CGImageCreateWithPNGDataProvider at compile time.
7772 Use lowercase `false' for boolean constant.
7773 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
7774 Use image_load_image_io.
7775 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
7776 Don't check MyCGImageCreateWithPNGDataProvider.
7777 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
7778 Don't call init_image_func_pointer.
7779
7780 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
7781
7782 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
7783 Make variable non-static.
7784 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
7785 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
7786
7787 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
7788 (RED_FROM_ULONG): Mask off higher bits.
7789 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
7790
7791 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
7792 Include AvailabilityMacros.h.
7793 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
7794 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
7795
77962008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 * chartab.c (Fset_char_table_range): If range is t, really set all
7799 chars to that value.
7800
78012008-05-03 Eli Zaretskii <eliz@gnu.org>
7802
7803 * dired.c (Ffile_attributes): Don't allow the device number become
7804 negative.
7805
78062008-05-02 Daiki Ueno <ueno@unixuser.org>
7807
7808 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
7809
78102008-05-02 Juri Linkov <juri@jurta.org>
7811
7812 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
7813 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
7814 DEFAULT argument as a list of default values in docstrings.
7815
78162008-05-01 Chong Yidong <cyd@stupidchicken.com>
7817
7818 * puresize.h (BASE_PURESIZE): Increase to 1210000.
7819
78202008-05-01 Martin Rudalics <rudalics@gmx.at>
7821
7822 * dispnew.c (change_frame_size_1): Preserve small windows when
7823 shrinking frames by calling set_window_height|width with third
7824 arg 2.
7825
7826 * window.h (struct window): Replace field too_small_ok by field
7827 resize_proportionally.
7828
7829 * window.c (make_window): Initialize resize_proportionally.
7830 (enlarge_window): Temporarily set resize_proportionally to make
7831 sure that shrink_windows does scale the window proportionally.
7832 (shrink_windows): When window has resize_proportionally set try
7833 to shrink it proportionally by stealing from other windows.
7834 (struct saved_window, Fset_window_configuration)
7835 (compare_window_configurations): Handle resize_proportionally.
7836 (WINDOW_TOTAL_SIZE): New macro.
7837 (window_min_size, shrink_windows, size_window): Use it.
7838 (check_min_window_sizes): Remove. Invalid values of
7839 window-min-height|width are handled by window_min_size_2 now.
7840 (size_window, Fsplit_window, enlarge_window)
7841 (adjust_window_trailing_edge, grow_mini_window): Don't call
7842 check_min_window_sizes.
7843 (window_min_size_2, window_min_size_1, window_min_size):
7844 New argument safe_p for retrieving "safe" minimum sizes.
7845 (Fdisplay_buffer, Fsplit_window, enlarge_window)
7846 (adjust_window_trailing_edge, grow_mini_window):
7847 Adjust arguments of window_min_size... functions.
7848 (shrink_windows): Argument min_size removed. New argument
7849 safe_p allows shrinking windows to their safe minimum sizes.
7850 Calculate minimum size and decide whether a window shall be
7851 deleted for each window individually.
7852 (size_window): When nodelete_p equals 2, tell shrink_windows to
7853 delete windows only if their new minimum size is no more safe.
7854 (shrink_window_lowest_first): Call window_min_size_1 to make
7855 sure to preserve modeline of bottom-most window when resizing
7856 the minibuffer.
7857 (Fset_window_configuration, Fcurrent_window_configuration)
7858 (compare_window_configurations): Do not handle
7859 window-min-height|width any more.
7860 (syms_of_window): Clarify window-min-height|width doc-strings.
7861
78622008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
7863
7864 * dired.c (file_name_completion): Fix up the encoding/decoding issue
7865 some more. Copy some of the code from Ftry_completions.
7866 Remove special case code that dates back to initial revision when the
7867 slash was only added when necessary and that can't trigger nowadays.
7868
78692008-04-27 Kenichi Handa <handa@m17n.org>
7870
7871 * font.c (font_prop_validate): Signal `error' instead of `font'.
7872
78732008-04-29 Jason Rumney <jasonr@gnu.org>
7874
7875 * w32fns.c (Fw32_battery_status): New defun.
7876 (syms_of_w32fns): Defsubr it.
7877
78782008-04-28 Andreas Schwab <schwab@suse.de>
7879
7880 * dired.c (file_name_completion): Fix another mixing of encoded
7881 and decoded names.
7882
78832008-04-28 Juanma Barranquero <lekktu@gmail.com>
7884
7885 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
7886
78872008-04-27 Juanma Barranquero <lekktu@gmail.com>
7888
7889 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
7890
78912008-04-27 Andreas Schwab <schwab@suse.de>
7892
7893 * dired.c (file_name_completion): Fix inappropriate mixing of
7894 encoded and decoded names.
7895
7896 * xterm.c (XTread_socket): Fix use of uninitialized variable.
7897
7898 * puresize.h (BASE_PURESIZE): Increase to 1200000.
7899
79002008-04-26 Eli Zaretskii <eliz@gnu.org>
7901
7902 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
7903 2008-03-31, it's not needed anymore with `struct stat' definition
7904 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
7905 for the same reasons.
7906
79072008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
7908
7909 * m/sparc.h: Additional redefinitions for GNU/Linux.
7910
79112008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7912
7913 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
7914 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
7915 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
7916 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
7917 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
7918 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
7919 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
7920 Likewise.
7921
7922 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
7923 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
7924 (mac_ax_number_of_characters): Add externs.
7925 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
7926 [USE_MAC_TSM]: Likewise.
7927 (mac_handle_text_input_event) [MAC_OSX]:
7928 Handle kEventTextInputOffsetToPos for no active input area case.
7929 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
7930 (mac_handle_document_access_event)
7931 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
7932 (install_application_handler) [MAC_OSX]: Register handlers for
7933 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
7934 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
7935 Register mac_handle_document_access_event.
7936
7937 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
7938 Make functions non-static.
7939
79402008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7941
7942 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
7943 (read_file_name_completion_ignore_case, insert_default_directory)
7944 (Qdefault_directory): Move to minibuffer.el.
7945 (Fread_file_name): Call the new `read-file-name' instead.
7946
79472008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7948
7949 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
7950 Make function non-static.
7951 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
7952 Remove function.
7953 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
7954 Move to mactoolbox.c.
7955 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
7956
7957 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
7958 (mac_rect_make): New macro.
7959
7960 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
7961 instead of float.
7962 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
7963 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
7964 (XSetBackground) [USE_CG_DRAWING]: Likewise.
7965 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
7966 CGRectMake.
7967 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
7968 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
7969 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
7970 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
7971 instead of WindowRef in argument type.
7972 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
7973 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
7974 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
7975 instead of DISPLAY. All uses changed.
7976 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
7977 (x_calc_absolute_position): Simplify so as not to use
7978 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
7979
7980 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
7981 instead of WindowRef in argument type.
7982 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
7983 [TARGET_API_MAC_CARBON]: Remove externs.
7984 (create_apple_event, mac_event_parameters_to_lisp)
7985 [TARGET_API_MAC_CARBON]: Add externs.
7986
7987 * mactoolbox.c (Vmac_ts_script_language_on_focus)
7988 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
7989 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
7990 is clicked.
7991 (x_activate_menubar): Remove extern for saved_menu_event_location.
7992 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
7993 Move from mac.c.
7994
79952008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7996
7997 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
7998 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
7999
80002008-04-23 Jason Rumney <jasonr@gnu.org>
8001
8002 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
8003 attributes only for local files.
8004
8005 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
8006 default to Qlocal.
8007
80082008-04-22 Juri Linkov <juri@jurta.org>
8009
8010 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
8011 read-buffer-to-switch instead of using the letter "B".
8012
80132008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8014
8015 * fileio.c (Qdefault_directory): New variable.
8016 (Fread_file_name): Use it to pass `dir' to the completion functions.
8017
80182008-04-20 Chong Yidong <cyd@stupidchicken.com>
8019
8020 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
8021
80222008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8023
8024 * keyboard.c (Vpre_help_message): Remove.
8025 (show_help_echo): Remove default C code.
8026
8027 * dired.c (directory_files_internal, file_name_completion):
8028 Only call ENCODE_FILE if the string is indeed decoded.
8029
80302008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8031
8032 * Makefile.in (TOOLKIT_DEFINES): Remove.
8033 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
8034
80352008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8036
8037 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
8038 (mactoolbox.o): New target.
8039
8040 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
8041 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
8042
8043 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
8044 Use mac_set_frame_window_background instead of XSetWindowBackground.
8045 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
8046 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
8047 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
8048 instead of SetWindowTitleWithCFString.
8049 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
8050 Move function to mactoolbox.c.
8051 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
8052 Use mac_set_window_modified instead of SetWindowModified.
8053 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
8054 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
8055 (Fx_focus_frame): Use mac_front_non_floating_window instead of
8056 FrontNonFloatingWindow. Use mac_activate_window instead of
8057 ActivateWindow. Use mac_active_non_floating_window instead of
8058 ActiveNonFloatingWindow.
8059 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
8060 Use mac_show_hourglass and mac_hide_hourglass.
8061 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
8062 instead of GetGlobalMouse.
8063 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
8064 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
8065 Use mac_bring_window_to_front instead of BringToFront.
8066 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
8067 mactoolbox.c.
8068 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
8069 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
8070 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
8071 mactoolbox.c.
8072
8073 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
8074 (XtPointer): Move typedef from macmenu.c.
8075 (enum button_type): Move enum from macmenu.c.
8076 (widget_value): Move typedef from macmenu.c.
8077 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
8078 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
8079 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
8080 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
8081 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
8082 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
8083 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
8084 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
8085 (Selection): Move typedef from macselect.c.
8086 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
8087 macterm.c.
8088 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
8089 (mac_is_window_collapsed, mac_bring_window_to_front)
8090 (mac_send_window_behind, mac_hide_window, mac_show_window)
8091 (mac_collapse_window, mac_front_non_floating_window)
8092 (mac_active_non_floating_window, mac_activate_window)
8093 (mac_move_window_structure, mac_move_window, mac_size_window)
8094 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
8095
8096 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
8097 (enum mac_menu_kind): Move enum to mactoolbox.c.
8098 (min_menu_id): Move variable to mactoolbox.c.
8099 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
8100 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
8101 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
8102 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
8103 [TARGET_API_MAC_CARBON]: Likewise.
8104 (XtPointer): Move typedef to macgui.h.
8105 (enum button_type): Move enum to macgui.h.
8106 (widget_value): Move typedef to macgui.h.
8107 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
8108 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
8109 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
8110 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
8111 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
8112 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
8113 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
8114 (popup_activated_flag): Make variable non-static.
8115 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
8116 (add_menu_item, fill_menu, dispose_menus):
8117 Move functions to mactoolbox.c.
8118 (restore_show_help_function, menu_target_item_handler)
8119 (install_menu_target_item_handler, mac_handle_dialog_event)
8120 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
8121 [TARGET_API_MAC_CARBON]: Likewise.
8122 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
8123 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
8124 (find_and_call_menu_selection, name_is_separator): Make function
8125 non-static.
8126 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
8127 to mactoolbox.c.
8128 (set_frame_menubar): Don't call install_menu_quit_handler.
8129 (menu_item_selection): New variable.
8130 (mac_menu_show): Use create_and_show_popup_menu.
8131 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
8132 selection but set variable menu_item_selection. All uses changed.
8133 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
8134 Call install_menu_quit_handler. Move to mactoolbox.c.
8135
8136 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
8137 (Selection): Move typedef to macgui.h.
8138 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
8139 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
8140 Make variables non-static.
8141 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
8142 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
8143 Make functions non-static.
8144 (Vmac_service_selection) [MAC_OSX]: Likewise.
8145 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
8146 (mac_valid_selection_target_p, mac_clear_selection)
8147 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
8148 (mac_put_selection_value, mac_selection_has_target_p)
8149 (mac_get_selection_value, mac_get_selection_target_list)
8150 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
8151 Move functions to mactoolbox.c.
8152 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
8153 Likewise.
8154 (copy_scrap_flavor_data, mac_handle_service_event)
8155 (install_service_handler) [MAC_OSX]: Likewise.
8156 (syms_of_macselect) <Vmac_dnd_known_types>:
8157 Use mac_dnd_default_known_types.
8158
8159 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
8160 Move to mactoolbox.c.
8161 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
8162 (Fx_selection_owner_p): Add EXFUN.
8163 (install_window_handler, remove_window_handler, XSetWindowBackground):
8164 Remove externs.
8165 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
8166 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
8167 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
8168 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
8169 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
8170 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
8171 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
8172 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
8173 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
8174 (create_and_show_popup_menu, mac_get_selection_from_symbol)
8175 (mac_valid_selection_target_p, mac_clear_selection)
8176 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
8177 (mac_put_selection_value, mac_selection_has_target_p)
8178 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
8179 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
8180 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
8181 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
8182 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
8183 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
8184 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
8185 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
8186 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
8187
8188 * mactoolbox.c: New file.
8189
81902008-04-18 Jason Rumney <jasonr@gnu.org>
8191
8192 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
8193
81942008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * character.c (Fmultibyte_char_to_unibyte):
8197 Return latin1 chars unchanged.
8198
8199 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
8200 relocated if it points to `name'.
8201
82022008-04-17 Kenichi Handa <handa@m17n.org>
8203
8204 * data.c (Faset): Allow setting a multibyte character in an
8205 ASCII-only unibyte string.
8206
8207 * lisp.h (STRING_SET_MULTIBYTE): New macro.
8208
82092008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8210
8211 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
8212 done in config.h.
8213
82142008-04-16 Juanma Barranquero <lekktu@gmail.com>
8215
8216 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
8217 (Fchar_direction): Add usage in the docstring.
8218
82192008-04-15 Chong Yidong <cyd@stupidchicken.com>
8220
8221 * keyboard.c (read_key_sequence): Remove always-true checks.
8222
82232008-04-14 Jason Rumney <jasonr@gnu.org>
8224
8225 * w32font.c (w32font_open_internal): Set max_bounds.descent in
8226 compatibility struct, for better underline positioning.
8227
82282008-04-13 David Hansen <david.hansen@gmx.net>
8229
8230 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
8231 string.
8232
82332008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
8234
8235 * m/hp800.h (XUINT, XSET): Remove.
8236
82372008-04-12 Juanma Barranquero <lekktu@gmail.com>
8238
8239 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
8240 previous change.
8241
82422008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
8245 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
8246
82472008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * keymap.h (map_keymap_canonical): Declare.
8250 * xmenu.c (single_keymap_panes): Use it.
8251
82522008-04-11 Glenn Morris <rgm@gnu.org>
8253
8254 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
8255 set the target's value to that of the alias.
8256
82572008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8258
8259 * term.c (set_tty_color_mode): Left over typo.
8260
82612008-04-10 Michael Albinus <michael.albinus@gmx.de>
8262
8263 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
8264 only after check for file name handler functions. Signal, when
8265 native functionality is not supported.
8266 (syms_of_fileio): Declare it unconditionally.
8267
82682008-04-10 Jason Rumney <jasonr@gnu.org>
8269
8270 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
8271 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
8272
8273 * w32.c (logon_network_drive): Also logon to remote drives that
8274 are mapped to drive letters.
8275
82762008-04-10 Glenn Morris <rgm@gnu.org>
8277
8278 * xdisp.c (truncate-partial-width-windows): Doc fix.
8279
82802008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8281
8282 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
8283 Move functions to minibuffer.el.
8284 (syms_of_fileio): Don't declare them.
8285
82862008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
8289 (syms_of_minibuf): Remove its initialization.
8290
8291 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
8292
82932008-04-09 Juanma Barranquero <lekktu@gmail.com>
8294
8295 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
8296
82972008-04-09 Jason Rumney <jasonr@gnu.org>
8298
8299 * makefile.w32-in (distclean): Delete makefile too.
8300 (maintainer-clean): New target.
8301
8302 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
8303
8304 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
8305 for new font backend and composite cases.
8306
83072008-04-09 Jan Djärv <jan.h.d@swipnet.se>
8308
8309 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
8310 Most of the code moved to run_timers.
8311 (do_pending_atimers): Call run_timers.
8312 (run_timers): New function.
8313
8314 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
8315 run atimers.
8316
8317 * process.c (wait_reading_process_output): The same as above.
8318
83192008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8320
8321 * minibuf.c (last_exact_completion): Remove variable.
8322 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
8323 (complete_and_exit_1, complete_and_exit_2)
8324 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
8325 (Fdisplay_completion_list, display_completion_list_1)
8326 (Fminibuffer_completion_help, Fself_insert_and_exit)
8327 (Fexit_minibuffer, Fminibuffer_message): Move functions to
8328 minibuffer.el.
8329 (syms_of_minibuf): Remove corresponding initializations.
8330
8331 * keyboard.c (Qdeactivate_mark): New var.
8332 (command_loop_1): Use it to call `deactivate-mark'.
8333 (syms_of_keyboard): Initialize it.
8334
8335 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
8336 to another frame.
8337 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
8338 Don't call set_tty_color_mode.
8339 (store_frame_param): Reset previous_frame rather than call
8340 set_tty_color_mode.
8341 * term.c (set_tty_color_mode): Rewrite.
8342 * dispextern.h (set_tty_color_mode): New type.
8343 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
8344
83452008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
8348 for generic chars, which do not exist any more in emacs-unicode.
8349
83502008-04-08 Michael Albinus <michael.albinus@gmx.de>
8351
8352 * coding.c (detect_coding_emacs_mule)
8353 (Ffind_operation_coding_system): Fix typo.
8354
83552008-04-08 Jason Rumney <jasonr@gnu.org>
8356
8357 * w32uniscribe.c (SNAME): Extract only symbol name.
8358
8359 * w32font.h (struct w32_metric_cache): New struct.
8360 (w32font_info): Use it.
8361 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
8362 (CACHE_BLOCKSIZE): New constants.
8363
8364 * w32font.c (Qja, Qko, Qzh): New symbols.
8365 (syms_of_w32font): Initialise them.
8366 (font_matches_spec): Use them to filter by language.
8367 (recompute_cached_metrics): Remove function.
8368 (compute_metrics, clear_cached_metrics): New functions.
8369 (w32font_encode_char): Use them to manage metric cache.
8370 (w32font_text_extents): Cache metrics for all glyphs on demand.
8371 Delay converting glyph indices to WORD until needed.
8372 (w32font_open_internal): Initialize metric cache to empty.
8373 (registry_to_w32_charset): Charset should always be a symbol.
8374 (fill_in_logfont, list_all_matching_fonts): Family should
8375 always be a symbol.
8376
83772008-04-06 Jason Rumney <jasonr@gnu.org>
8378
8379 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
8380 Give up if glyph indices not supported. Use uniscribe obtained
8381 ABC widths for individual metrics. Map glyph clusters back to
8382 characters using fClusterStart flag. Return number of glyphs
8383 produced, not chars processed.
8384 (uniscribe_shape): Map char at FROM to current glyph.
8385
83862008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8387
8388 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
8389 Use SetMenuItemHierarchicalMenu.
8390
83912008-04-05 Jason Rumney <jasonr@gnu.org>
8392
8393 * image.c (pbm_load): Allow color values up to 65535.
8394 Throw an error if max_color_idx is outside the supported range.
8395 Report an error when image size is invalid.
8396 Read two bytes at a time when raw images have max_color_idx above 255.
8397
83982008-04-05 Eli Zaretskii <eliz@gnu.org>
8399
8400 * w32.c (readdir): If FindFirstFile/FindNextFile return in
8401 cFileName a file name that includes `?' characters, use the 8+3
8402 alias in cAlternateFileName instead.
8403
84042008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
8405
8406 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
8407 append "CCL: Quitted" when the CCL program is quitted.
8408 (setup_ccl_program): Initialize ccl->quit_silently to zero.
8409
8410 * ccl.h (struct ccl_program): New member quit_silently.
8411
84122008-04-05 Chong Yidong <cyd@stupidchicken.com>
8413
8414 * search.c (compile_pattern_1): Treat non-nil and non-string of
8415 search-spaces-regexp as nil.
8416
8417 * minibuf.c (Fassoc_string): Tweak docstring.
8418
84192008-04-05 Eli Zaretskii <eliz@gnu.org>
8420
8421 * dired.c (Ffile_attributes): Support inode numbers wider than 32
8422 bits. Remove ugly WINDOWSNT-specific kludge introduced on
8423 2008-03-14 to force inode be positive.
8424
8425 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
8426 _S_* ones, since we now use our own sys/stat.h.
8427 (stat, fstat): Don't mangle the inode number.
8428 (init_user_info): Don't restrict UID and GID to 0-60000 range.
8429
84302008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8431
8432 * frame.h (struct frame): Give one more bit to `visible' since we use
8433 values larger than 1 to indicate obscured frames on ttys.
8434
8435 * keymap.c (Qkeymap_canonicalize): New var.
8436 (Fmap_keymap_internal): New fun.
8437 (describe_map): Use keymap-canonicalize.
8438
8439 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
8440 (Fundo_boundary): Set them.
8441 (syms_of_undo): Initialize them.
8442 (record_point): Use them instead of last_point_position*.
8443 (last_undo_buffer): Change type.
8444
84452008-04-04 Jason Rumney <jasonr@gnu.org>
8446
8447 * w32font.c (w32font_text_extents): Use font's ascent and descent.
8448 (recompute_cached_metrics): Don't set ascent and descent per char.
8449
8450 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
8451 (uniscribe_check_otf): Add GC protection before consing.
8452 Rearrange loop for counting features.
8453
84542008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8455
8456 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
8457 buffer with byte-size of source buffer.
8458
84592008-04-03 Chong Yidong <cyd@stupidchicken.com>
8460
8461 * callint.c (Fcall_interactively): Handle temporary region even
8462 when shift-select-mode is off.
8463
84642008-04-03 Jason Rumney <jasonr@gnu.org>
8465
8466 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
8467
84682008-04-03 Kenichi Handa <handa@m17n.org>
8469
8470 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
8471 (CATEGORY_MASK_UTF_16): Likewise.
8472 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
8473 binary file.
8474 (detect_coding): Add null-byte detection for a binary file.
8475 (detect_coding_system): Likewise.
8476
84772008-04-03 Jason Rumney <jasonr@gnu.org>
8478
8479 * w32uniscribe.c: New file.
8480
8481 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
8482
8483 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
8484
8485 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
8486 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
8487 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
8488 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
8489 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
8490 (Qphonetic): New symbols.
8491 (syms_of_w32font): Initialize them.
8492 (font_supported_scripts): Use them.
8493 (w32font_list_family): List all charsets.
8494 (w32font_text_extents, recompute_cached_metrics): Fix metric
8495 calculations.
8496 (w32_enumfont_pattern_entity): Make full_type a DWORD.
8497 Give opentype fonts their own format.
8498 (font_matches_spec): New arguments backend and logfont.
8499 Handle :otf spec for uniscribe backend.
8500 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
8501 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
8502
8503 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
8504 font backend.
8505 (globals_of_w32fns): Initialize uniscribe font backend.
8506
8507 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
8508 dependencies.
8509 (w32uniscribe.$(O)): New file to build.
8510 (FONT_OBJ): Include w32uniscribe.$(O).
8511 (LIBS): Add uniscribe libraries.
8512
8513 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
8514
85152008-04-02 Chong Yidong <cyd@stupidchicken.com>
8516
8517 * callint.c (Vshift_select_mode): New var.
8518 (Finteractive): Document new ^ spec.
8519 (Fcall_interactively): Call handle-shift-selection if the ^ spec
8520 is present.
8521
8522 * keyboard.c (Vthis_command_keys_shift_translated): New var.
8523 (command_loop_1): Avoid running the direct display versions of
8524 forward-char and backward-char if shift-selection may occur.
8525 (read_key_sequence): Set Vthis_command_keys_shift_translated if
8526 shift-translation takes place.
8527
8528 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
8529 avoid clobbering by define-minor-mode.
8530
8531 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
8532 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
8533
8534 * syntax.c (Fforward_word): Add ^ interactive spec.
8535
8536 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
8537 (Fscroll_right): Add ^ interactive spec.
8538
85392008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8540
8541 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
8542
8543 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
8544
8545 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
8546
85472008-03-31 Juri Linkov <juri@jurta.org>
8548
8549 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
8550
85512008-03-30 Jan Djärv <jan.h.d@swipnet.se>
8552
8553 * gtkutil.c (xg_set_geometry): Fix indentation.
8554 (xg_resize_outer_widget): Remove.
8555 (x_wm_size_hint_off): Fix indentation.
8556 (xg_frame_set_char_size): Call flush_and_sync after
8557 gtk_window_resize.
8558 (x_wm_set_size_hint): Pass NULL as geometry window to
8559 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
8560 Add menu bar and tool bar height to base height.
8561 (xg_update_frame_menubar, free_frame_menubar)
8562 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
8563 (update_frame_tool_bar, free_frame_tool_bar):
8564 Change xg_resize_outer_widget to xg_frame_set_char_size.
8565
85662008-03-30 Michael Albinus <michael.albinus@gmx.de>
8567
8568 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
8569 (Fdbus_call_method): New parameter TIMEOUT.
8570 (dbus-send-signal): Optimize UNGCPRO call.
8571
85722008-03-29 Juri Linkov <juri@jurta.org>
8573
8574 * window.c (Fdisplay_buffer): Move call to
8575 Vsplit_window_preferred_function out of conditions that check
8576 if window is eligible for vertical splitting.
8577 When Vsplit_window_preferred_function is non-nil, call it and use
8578 its non-nil return value as window. Otherwise, continue doing
8579 vertical splitting using Fsplit_window with arg horflag=nil.
8580 (syms_of_window) <Vsplit_window_preferred_function>: Change the
8581 default value from `split-window' to nil.
8582
85832008-03-29 Juri Linkov <juri@jurta.org>
8584
8585 * callint.c (Fcall_interactively): Revert 2008-03-16 change
8586 for interactive code letters 'b' and 'B'.
8587
85882008-03-29 Eli Zaretskii <eliz@gnu.org>
8589
8590 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
8591 multibyte string.
8592
85932008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8594
8595 * keyboard.c (pending_funcalls): New var.
8596 (timer_check): Run it.
8597 (syms_of_keyboard): Initialize it.
8598 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
8599 (Vdelete_terminal_functions): New vars.
8600 (syms_of_terminal): Initialize them.
8601 (Fdelete_terminal): Run delete-terminal-functions.
8602 * xdisp.c (safe_eval): Rewrite.
8603 (safe_call2): New fun.
8604 * frame.c (Qdelete_frame_functions): New var.
8605 (syms_of_frame): Initialize it.
8606 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
8607 * lisp.h (safe_call2, pending_funcalls): Declare.
8608
86092008-03-28 Andreas Schwab <schwab@suse.de>
8610
8611 * indent.c (Fmove_to_column): Move declaration before statements.
8612
86132008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8614
8615 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
8616 (struct frame): Use bit fields for boolean vars.
8617
8618 * process.c (server_accept_connection): Simplify naming.
8619 (emacs_get_tty_pgrp): Use SDATA.
8620
8621 * coding.c (decode_coding_object): Fix last change.
8622
86232008-03-27 Jason Rumney <jasonr@gnu.org>
8624
8625 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
8626
86272008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
8628
8629 * charset.c (Fdefine_charset_internal): Change the way of
8630 registering charsets in Vcharset_order_list.
8631 (syms_of_charset): Make the charset `eight-bit' supplementary.
8632
86332008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
8634
8635 * regex.c (EXTEND_BUFFER): Change order of pointer addition
8636 operations, to avoid having the difference between pointers
8637 overflow.
8638
86392008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8640
8641 * indent.c (check_display_width): New fun.
8642 (scan_for_column): Use it.
8643
8644 * data.c (syms_of_data): Mark most-positive-fixnum and
8645 most-negative-fixnum as constants.
8646
8647 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
8648
8649 * indent.c (scan_for_column): Extract from current_column_1.
8650 Merge with the same code from Fmove_to_column.
8651 (current_column_1, Fmove_to_column): Use it.
8652
86532008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8654
8655 * keymap.c (map_keymap_internal): New fun.
8656 (map_keymap): Use it.
8657 (Fmap_keymap_internal): New fun.
8658 (Fmap_keymap): Remove left-out test from before make_save_value.
8659
8660 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
8661
8662 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
8663 Use XCAR/XCDR.
8664
8665 * process.h (struct Lisp_Process): Remove filter_multibyte.
8666 * process.c (QCfilter_multibyte): Remove.
8667 (setup_process_coding_systems): Don't use filter_multibyte.
8668 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
8669 (read_process_output): Don't adjust multibyteness to filter_multibyte.
8670 (Fset_process_filter_multibyte): Change the coding-system to
8671 approximate the previous behavior.
8672 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
8673 coding-system.
8674
8675 * coding.c (decode_coding_object): When not decoding into a buffer,
8676 obey the coding system's preference of (uni|multi)byte.
8677
86782008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8679
8680 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
8681 every char is changed and has a different byte-length.
8682 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
8683 Fix int -> EMACS_INT.
8684
86852008-03-23 David Hansen <david.hansen@gmx.net>
8686
8687 * dbusbind.c (xd_read_message): Remove extra copying of message
8688 strings. Check for NULL `interface' or `member'.
8689
86902008-03-22 Eli Zaretskii <eliz@gnu.org>
8691
8692 * w32.c (readdir): If FindFirstFile/FindNextFile return in
8693 cFileName a file name that includes `?' characters, use the 8+3
8694 alias in cAlternateFileName instead.
8695
86962008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
8699
87002008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
8703 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
8704 work on current_buffer only instead (that was already the case
8705 for some of the code anyway).
8706 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
8707 (temp_set_point, temp_set_point_both): Use EMACS_INT.
8708 (SET_PT, SET_PT_BOTH): Adjust.
8709 * intervals.h (set_point, temp_set_point, set_point_both)
8710 (temp_set_point_both): Remove redundant declarations.
8711
87122008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8713
8714 * fileio.c (Finsert_file_contents):
8715 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
8716 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
8717 when buffer != current_buffer anyway.
8718
87192008-03-20 Andreas Schwab <schwab@suse.de>
8720
8721 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
8722 as default.
8723
87242008-03-19 Jason Rumney <jasonr@gnu.org>
8725
8726 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
8727 (syms_of_w32fns): Initialize them.
8728 (HOURGLASS_ID): New constant.
8729 (x_window_to_frame): Don't check hourglass_window.
8730 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
8731 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
8732 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
8733 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
8734 Only change the cursor if hourglass is not active.
8735 (Fx_create_frame): Initialize frame's current_cursor.
8736 (hourglass_atimer): Remove.
8737 (hourglass_started): New function.
8738 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
8739 (show_hourglass): Adapt to w32, changing argument to frame.
8740
8741 * w32term.h (struct w32_output): Remove hourglass_window.
8742 Add current_cursor.
8743
8744 * eval.c (call_debugger, Fsignal):
8745 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
8746 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
8747 (Fexecute_extended_command, cancel_hourglass_unwind):
8748 * minibuf.c (read_minibuf):
8749 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
8750
87512008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8752
8753 * window.c (run_funs): New fun.
8754 (run_window_configuration_change_hook): Use it to run the buffer-local
8755 and the global part of the hook.
8756
8757 * xdisp.c (format_mode_line_unwind_data): Add window argument.
8758 (unwind_format_mode_line): Restore selected window.
8759 (x_consider_frame_title, Fformat_mode_line): Set selected window.
8760
87612008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8762
8763 * editfns.c (Fchar_equal): Check they are valid characters.
8764
8765 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
8766
87672008-03-17 Andreas Schwab <schwab@suse.de>
8768
8769 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
8770 against a charset.
8771
8772 * lisp.h (Fbuffer_list): Declare.
8773
87742008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 8775
aac0c6e3
MR
8776 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
8777 handlebox_widget is != 0.
8778
87792008-03-16 Juri Linkov <juri@jurta.org>
8780
8781 * callint.c (Fcall_interactively): For interactive code letters
8782 'b' and 'B' put the buffer list into the list of default "future"
8783 values of the minibuffer.
8784
87852008-03-16 Andreas Schwab <schwab@suse.de>
8786
8787 * keyboard.c (read_key_sequence): Fix downcasing of letters with
8788 modifiers.
8789
8790 * regex.c (re_match_2_internal): Correct matching of a charset
8791 against latin-1 characters.
8792
87932008-03-16 Kenichi Handa <handa@m17n.org>
8794
8795 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
8796 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
8797 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
8798 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
8799 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
8800 CHAR_STRING_ADVANCE.
8801 (produce_chars): Fix for the case that the source and the
8802 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
8803 instead of CHAR_STRING_ADVANCE.
8804 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
8805 STRING_CHAR_ADVANCE.
8806
88072008-03-15 Andreas Schwab <schwab@suse.de>
8808
8809 * regex.c (re_match_2_internal): Correct matching of eight bit
8810 characters in unibyte strings.
8811
88122008-03-15 Martin Rudalics <rudalics@gmx.at>
8813
8814 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
8815 at end of range when it coincides with the end of the buffer.
8816
88172008-03-14 Eli Zaretskii <eliz@gnu.org>
8818
8819 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
8820
8821 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
8822
88232008-03-14 Jason Rumney <jasonr@gnu.org>
8824
8825 * editfns.c (initial_tz): New variable.
8826 (syms_of_editfns): Initialize it.
8827 (Fset_time_zone_rule): Set it when first called.
8828 Use it when TZSTRING is nil.
8829
8830 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
8831 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
8832 (monitor_from_point_fn, get_monitor_info_fn): New globals.
8833 (globals_of_w32fns): Initialize them.
8834 (compute_tip_xy): Use them to position tooltips.
8835
88362008-03-14 Glenn Morris <rgm@gnu.org>
8837
8838 * emacs.c (main): Revert previous change.
8839 (standard_args): Revert -internal-script back to -scriptload,
8840 and remove the long-option form.
8841
88422008-03-13 Glenn Morris <rgm@gnu.org>
8843
8844 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
8845 Remove option -enable-font-backend.
8846
88472008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
8850
88512008-03-11 Jan Djärv <jan.h.d@swipnet.se>
8852
8853 * xterm.c (x_connection_closed): For GTK: If this is the last
8854 terminal just exit without closing the display.
8855
88562008-03-11 Jason Rumney <jasonr@gnu.org>
8857
8858 * w32font.c (w32font_full_name): Use floor to round.
8859
f0131492 88602008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
8861
8862 * sound.c (alsa_configure): Declare vol at beginning of block.
8863
8864 * fontset.c (Ffontset_info): Remove extra semicolon.
8865
88662008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8867
8868 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
8869 size of resulting string.
8870
88712008-03-10 Jason Rumney <jasonr@gnu.org>
8872
8873 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
8874
88752008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8876
8877 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
8878 Don't pretend as if characters with display property haven't been
8879 consumed for string-replacing-string case.
8880
88812008-03-08 Kim F. Storm <storm@cua.dk>
8882
8883 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
8884 (get_next_display_element, next_element_from_string)
8885 (next_element_from_ellipsis, next_element_from_buffer): Use it.
8886
88872008-03-08 Andreas Schwab <schwab@suse.de>
8888
8889 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
8890
88912008-03-06 Jason Rumney <jasonr@gnu.org>
8892
8893 * w32font.c (w32_registry): Take font_type argument. Use ANSI
8894 when charset not specified. Only translate ANSI to unicode when
8895 font_type is truetype.
8896 (w32font_coverage_ok): New function.
8897 (add_font_entity_to_list): Use it to filter unsuitable fonts.
8898
88992008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
8900
8901 * lread.c (Fread_char): Resolve modifiers.
8902 (Fread_char_exclusive): Likewise.
8903
8904 * character.c (char_resolve_modifier_mask): New function.
8905 (char_string): Use char_resolve_modifier_mask.
8906 (Fchar_resolve_modifiers): New function.
8907 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
8908 function.
8909
89102008-03-04 Jason Rumney <jasonr@gnu.org>
8911
8912 * makefile.w32-in: Always include w32font.c in the build.
8913 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
8914
89152008-03-04 Andreas Schwab <schwab@suse.de>
8916
8917 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
8918 (versionclean): Likewise.
8919
89202008-03-04 Juanma Barranquero <lekktu@gmail.com>
8921
8922 * .cvsignore: Add oo.
8923
89242008-03-03 Andreas Schwab <schwab@suse.de>
8925
8926 * coding.c (decode_coding_object): Inhibit gap shrinking while
8927 decoding in place.
8928
89292008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
8930
8931 * w32term.c: Remove unused include "gnu.h".
8932 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
8933
8934 * gnu.h: Rename to ...
8935 * emacs-icon.h: ... this.
8936 * xterm.c: Use emacs-icon.h instead of gnu.h.
8937 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
8938
89392008-03-03 Juanma Barranquero <lekktu@gmail.com>
8940
8941 * w32font.c: Include math.h.
8942
89432008-03-03 Jason Rumney <jasonr@gnu.org>
8944
8945 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
8946 Compute options separately.
8947 (w32font_open_internal): Set glyph_idx before caching metrics.
8948
8949 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
8950 Define if system headers don't.
8951 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
8952 (w32font_encode_char): Don't declare here.
8953
8954 * w32font.c (Quniscribe, QCformat): New symbols.
8955 (syms_of_w32font): Define them.
8956 (w32font_has_char): Indicate uncertainty.
8957 (w32font_encode_char): Encode as glyph point. Make static.
8958 (recompute_cached_metrics): New function.
8959 (w32font_open_internal): Use it. Set font to use glyph points
8960 initially. Set format based on type of font.
8961 (w32font_text_extents, w32font_draw): Optionally use glyph points.
8962 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
8963 on it. Set format based on information available here.
8964 (add_font_entity_to_list): Identify backend based on opentype_only.
8965
89662008-03-02 Andreas Schwab <schwab@suse.de>
8967
8968 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
8969
8970 * coding.c (decode_coding_big5, produce_chars):
8971 Fix typos in last change.
8972
89732008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
8974
8975 * gnu.h: New icon.
8976
89772008-03-02 Kenichi Handa <handa@m17n.org>
8978
8979 * coding.c (decode_coding_utf_8): When eol-type of CODING is
8980 `dos', don't decode '\r' if that is the last in the source.
8981 (decode_coding_utf_16, decode_coding_emacs_mule)
8982 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
8983 (decode_coding_raw_text, decode_coding_charset): Likewise.
8984 (produce_chars): Don't decode EOL here. Use EMACS_INT.
8985
89862008-03-01 Jason Rumney <jasonr@gnu.org>
8987
8988 * w32font.c (w32font_full_name): Report point size for scalable fonts.
8989
89902008-03-01 Kim F. Storm <storm@cua.dk>
8991
8992 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
8993
89942008-03-01 Jason Rumney <jasonr@gnu.org>
8995
8996 * w32font.c (w32font_full_name): New function.
8997 (w32font_open_internal): Use it.
8998
89992008-03-01 Kim F. Storm <storm@cua.dk>
9000
9001 * dispnew.c (line_draw_cost): Fix invalid glyph check.
9002
90032008-03-01 Jason Rumney <jasonr@gnu.org>
9004
9005 * font.c (font_unparse_fcname): Increase len when style is a symbol.
9006
90072008-03-01 Jan Djärv <jan.h.d@swipnet.se>
9008
9009 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
9010 xg_frame_resized when the event is for the edit widget.
9011
9012 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
9013
9014 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
9015 set_char_size.
9016 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
9017 operations on widgets here. Just set frame size if needed.
9018 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
9019 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
9020 (x_wm_set_size_hint): Set size hints on the edit widget only, not
9021 the whole frame.
9022 (xg_create_tool_bar): Move attachment of the tool bar to
9023 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
9024 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
9025
90262008-03-01 Jason Rumney <jasonr@gnu.org>
9027
9028 * w32fns.c (w32_msg_pump): Disable debug code.
9029
90302008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9031
9032 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
9033
90342008-02-29 Chong Yidong <cyd@stupidchicken.com>
9035
9036 * xdisp.c (next_overlay_string): Don't set
9037 overlay_strings_at_end_processed_p if we're currently reading from
9038 a display string.
9039
90402008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
9041
9042 * xdisp.c (get_overlay_strings_1): Fix typo.
9043
90442008-02-29 Chong Yidong <cyd@stupidchicken.com>
9045
9046 * xdisp.c (get_overlay_strings_1): Add missing argument type.
9047
90482008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
9049
9050 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
9051
9052 * xdisp.c (display_mode_element): Cancel the previous change.
9053 (decode_mode_spec): Likewise.
9054 (handle_auto_composed_prop): Don't make composition if it->string
9055 is a string.
9056
90572008-02-27 Kim F. Storm <storm@cua.dk>
9058
9059 * lisp.h (GLYPH): Change type from int to struct with separate char
9060 and face_id members.
9061 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
9062 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
9063 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
9064 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
9065 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
9066 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
9067 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
9068 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
9069 handle new Lisp glyph code encoding, either an integer or a cons.
9070
9071 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
9072 (GLYPH_ALIAS): Delete.
9073 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
9074 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
9075 (GLYPH_FROM_CHAR): Replace macro by ...
9076 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
9077
9078 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
9079 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
9080 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
9081 (GLYPH_INVALID_P): New macro.
9082 (spec_glyph_lookup_face): Update prototype.
9083
9084 * dispnew.c (line_draw_cost): Adapt to new glyph type.
9085 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
9086 new glyph code encoding.
9087 (spec_glyph_lookup_face): No return value; update passed glyph instead.
9088 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
9089
9090 * xdisp.c (get_next_display_element, next_element_from_display_vector):
9091 Adapt to new glyph type and new glyph code encoding.
9092
9093 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
9094
9095 * indent.c (current_column, current_column_1, Fmove_to_column)
9096 (compute_motion): Adapt to new glyph code encoding.
9097
9098 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
9099
91002008-02-27 Chong Yidong <cyd@stupidchicken.com>
9101
9102 * process.c (wait_reading_process_output): Check for window
9103 changes caused by timers.
9104 Suggested by Johan Bockgård.
9105
91062008-02-27 Glenn Morris <rgm@gnu.org>
9107
9108 * emacs.c (USAGE1): Add `--disable-font-backend'.
9109
91102008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
9111
9112 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
9113 is made to the buffer.
9114
91152008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9116
9117 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
9118 (face_at_string_position):
9119 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
9120 (face_at_string_position):
9121 * xdisp.c (display_string, next_overlay_change):
9122 * buffer.h (overlays_at):
9123 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
9124 Update callers.
9125
91262008-02-26 Chong Yidong <cyd@stupidchicken.com>
9127
9128 * editfns.c (Fformat): Doc fix.
9129
91302008-02-26 Juanma Barranquero <lekktu@gmail.com>
9131
9132 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
9133 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
9134 (Ffont_otf_alternates, Fquery_font): Doc fixes.
9135
91362008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9137
9138 * buffer.c (Fbuffer_swap_text): New function.
9139 (syms_of_buffer): Defsubr it.
9140
91412008-02-25 Chong Yidong <cyd@stupidchicken.com>
9142
9143 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
9144
91452008-02-25 Jason Rumney <jasonr@gnu.org>
9146
9147 * w32font.c (w32font_draw): Draw one character at a time when padding.
9148
91492008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9150
9151 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
9152 Handle a nil arg. Use run_window_configuration_change_hook.
9153 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
9154 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
9155 Use run_window_configuration_change_hook.
9156
91572008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
9158
9159 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
9160 1-pixel width.
9161
91622008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
9163
9164 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
9165 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
9166 if the glyph in the font is zero pixel with.
9167
9168 * dispextern.h (struct glyph_string): New member padding_p.
9169
9170 * w32font.c (w32font_draw): Pay attention to s->padding_p.
9171
9172 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
9173
9174 * xfont.c (xfont_draw): Pay attention to s->padding_p.
9175
9176 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
9177
9178 * font.c: If the font driver doesn't have `shape' function, return Qnil.
9179
91802008-02-25 Jason Rumney <jasonr@gnu.org>
9181
9182 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
9183
91842008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9185
9186 Allow fine-grained image-cache flushing.
9187 * dispextern.h (struct image): Add `dependencies' field.
9188 (clear_image_caches): Change arg to Lisp_Object.
9189 * image.c (make_image): Initialize `dependencies' field.
9190 (clear_image_cache): Change arg to allow fine-grained flushing.
9191 Perform the flush even if image-cache-eviction-delay is nil.
9192 (clear_image_caches): Change arg to Lisp_Object.
9193 (Fclear_image_cache): Expand meaning of the argument.
9194 (mark_image): Mark `dependencies' field.
9195 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
9196 (lface_hash): Use XHASH rather than XFASTINT.
9197 (face_at_buffer_position): Fix int -> EMACS_INT position.
9198 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
9199 (select_frame_for_redisplay): Remove code duplication.
9200 (redisplay_internal): Adapt arg to call to clear_image_caches.
9201
92022008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
9203
9204 * s/vms4-0.h:
9205 * s/vms4-2.h:
9206 * s/vms4-4.h:
9207 * s/vms5-5.h: Remove, unused.
9208
9209 * s/irix5-2.h:
9210 * s/irix6-0.h:
9211 * s/riscos5.h:
9212 * s/mach-bsd4-3.h:
9213 * m/mips4.h: Remove files for obsolete systems.
9214
9215 * Makefile.in:
9216 * filelock.c:
9217 * unexmips.c:
9218 * m/hp9000s300.h:
9219 * m/iris4d.h:
9220 * s/aix3-1.h:
9221 * s/hpux.h:
9222 * s/msdos.h:
9223 * s/usg5-0.h:
9224 * s/usg5-2-2.h:
9225 * s/usg5-2.h:
9226 * s/usg5-3.h: Remove references to obsolete variables.
9227
9228 * s/irix5-0.h: Remove, move all the contents ...
9229 * s/irix6-5.h: ... here. Simplify.
9230 * config.in: Regenerate.
9231
92322008-02-24 Jason Rumney <jasonr@gnu.org>
9233
9234 * w32term.c (x_draw_glyph_string_background): Clear the background
9235 manually when cleartype is in use.
9236 (x_draw_glyph_string_foreground): Draw text transparently when
9237 cleartype is in use.
9238
9239 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
9240 a font into it unless we have to.
9241
92422008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
9243
9244 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
9245 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 9246
aac0c6e3
MR
92472008-02-18 Jason Rumney <jasonr@gnu.org>
9248
9249 * w32fns.c (Fw32_shell_execute): Encode parameters.
9250
92512008-02-09 Eli Zaretskii <eliz@gnu.org>
9252
9253 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
9254
92552008-02-05 Juanma Barranquero <lekktu@gmail.com>
9256
9257 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
9258
92592008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
9260
9261 * xterm.c (x_set_offset): Don't change the gravity if
9262 CHANGE_GRAVITY is -1.
9263
92642008-02-23 Chong Yidong <cyd@stupidchicken.com>
9265
9266 * fileio.c (auto_save_error_occurred): New var.
9267 (auto_save_error): Set it.
9268 (Fdo_auto_save): Don't overwrite the error message if an auto-save
9269 error occurred.
9270
92712008-02-23 Eli Zaretskii <eliz@gnu.org>
9272
9273 * w32.c (globals_of_w32): Add initializations for
9274 g_b_init_get_sid_sub_authority and
9275 g_b_init_get_sid_sub_authority_count.
9276
92772008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
9278
9279 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
9280 (font_parse_xlfd): Use them for sanity check.
9281 (Finternal_set_font_style_table): Make sure the table is bijective.
9282
9283 Consolidate the image_cache to the terminal struct.
9284 * termhooks.h (P_): Remove redundant def.
9285 (struct terminal): New field `image_cache'.
9286 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
9287 of FRAME_X_IMAGE_CACHE.
9288 * xterm.h (struct x_display_info): Remove image_cache field.
9289 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
9290 * w32term.h (struct w32_display_info): Remove image_cache field.
9291 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
9292 * macterm.h (struct mac_display_info): Remove image_cache field.
9293 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
9294 * xterm.c (x_term_init):
9295 * w32term.c (w32_term_init):
9296 * macterm.c (mac_term_init): Set the image_cache in the terminal.
9297 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
9298 Remove declarations.
9299 (clear_image_caches, mark_image_cache): New declarations.
9300 * xfaces.c (clear_face_cache):
9301 * xdisp.c (redisplay_internal): Use clear_image_caches.
9302 * image.c (clear_image_cache): Don't check that a frame is on
9303 a window-system before checking if it shares the same cache.
9304 (clear_image_caches): New function.
9305 (Fclear_image_cache): Use it.
9306 (mark_image): Move from allo.c.
9307 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
9308 * alloc.c (mark_image, mark_image_cache): Move to image.c.
9309 (mark_object): Don't call mark_image_cache for frames.
9310 (mark_terminals): Call mark_image_cache.
9311
9312 * lisp.h (Fdelete_terminal): Declare.
9313
9314 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
9315 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
9316 wrong_type_argument.
9317
93182008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
9319
9320 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
9321 malayalam.el, and tamil.el. Add sinhala.el.
9322
93232008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
9324
9325 * xterm.c (x_connection_closed): Consolidate identical tests.
9326 (x_delete_terminal): Don't crash if called via x_connection_closed.
9327
93282008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
9329
9330 * xdisp.c (decode_mode_spec): New arg string.
9331 (display_mode_element): Adjust for the above change.
9332
93332008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
9334
9335 * callint.c (Fcall_interactively): Use AREF.
9336
93372008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9338
9339 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
9340
93412008-02-18 Jan Djärv <jan.h.d@swipnet.se>
9342
9343 * xfns.c (Fx_show_tip): Set string to " " if empty.
9344
93452008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
9346
9347 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
9348 with Qt.
9349
93502008-02-17 Kenichi Handa <handa@m17n.org>
9351
9352 * ftfont.c (ftfont_shape): Return Lispy number.
9353
9354 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
9355 for GCs.
9356 (Finternal_set_font_selection_order): Call font_update_sort_order
9357 only when enable_font_backend is set.
9358 (realize_x_face): Set face->font_info to that of default face only
9359 when enable_font_backend is set.
9360
9361 * xdisp.c (handle_composition_prop): Set it->c to the fist
9362 character of the composed region.
9363 (fill_composite_glyph_string): Set base_face->font_info to
9364 s->font_info. Get a face for ascii from base_face->ascii_face.
9365 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
9366 with a face already decided.
9367 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
9368 non-negative.
9369 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
9370 call font_prepare_composition unconditionally.
9371
9372 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
9373
9374 * xterm.h (struct x_display_info): New member font.
9375
9376 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
9377 (x_set_mouse_face_gc, x_new_font): Likewise.
9378 (x_term_init): Setup display_info->font.
9379 (x_delete_terminal): Free display_info->font.
9380
9381 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
9382
9383 * ftxfont.c (ftxfont_default_fid): Delete it.
9384 (ftxfont_open): Set xfont->fid to 0.
9385 (ftxfont_end_for_frame): Clear data specific to the frame and the
9386 font-driver.
9387
9388 * xftfont.c (xftfont_default_fid): Delete it.
9389 (xftfont_open): Set xfont->fid to 0.
9390
9391 * fontset.c (FONTSET_OBJLIST): New macro.
9392 (fontset_find_font): Update font-object list of the fontset.
9393 (free_realized_fontset): New function.
9394 (free_face_fontset): Call free_realized_fontset.
9395 (Ffont_info): Call font_close_object only when enable_font_backend
9396 is set.
9397
9398 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
9399 [HAVE_NTGUI]: Include w32term.h.
9400 [MAC_OS]: Include macterm.ch.
9401 (font_otf_ValueRecord): Use make_number.
9402 (font_finish_cache): Fix handling of reference count.
9403 (font_clear_cache): Update num_fonts.
9404 (font_open_entity): Update smallest_char_width and
9405 smallest_font_height of the frame.
9406 (font_close_object): Update num_fonts.
9407 (Fclear_font_cache): Fix finding the target cache data.
9408
94092008-02-16 Glenn Morris <rgm@gnu.org>
9410
9411 * fontset.c (Finternal_char_font): Fix compilation warning.
9412
94132008-02-16 Eli Zaretskii <eliz@gnu.org>
9414
9415 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
9416 instead of char arrays. Enlarge the size of array passed to
9417 get_token_information.
9418
9419 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
9420 warnings.
9421
94222008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
9423
9424 * .gdbinit: Don't set `args', it breaks gdb --args.
9425
94262008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
9427
9428 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
9429 within a narrowed buffer.
9430
94312008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
9432
9433 * coding.c (decode_coding_object, encode_coding_object):
9434 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
9435
94362008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
9437
9438 * coding.c (coding_set_destination): Use BEG_BYTE rather than
9439 hardcoding 1.
9440 (detect_coding_system):
9441 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
9442 (string_char_to_byte, string_byte_to_char, insert_from_gap):
9443 * insdel.c (insert_from_gap):
9444 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
9445 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
9446 (string_to_multibyte):
9447 * character.c (chars_in_text, multibyte_chars_in_text):
9448 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
9449
9450 * character.h (FETCH_STRING_CHAR_ADVANCE)
9451 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
9452 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
9453 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
9454
9455 * casefiddle.c (casify_region): Only call after-change and composition
9456 functions on the part of the region that was changed.
9457
9458 * keyboard.c (read_avail_input):
9459 * frame.c (Fdelete_frame): Call Fdelete_terminal.
9460
94612008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9462
9463 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
9464 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
9465
94662008-02-11 Juanma Barranquero <lekktu@gmail.com>
9467
9468 * w32menu.c (push_submenu_start, push_submenu_end)
9469 (push_left_right_boundary, push_menu_pane, push_menu_item):
9470 * keyboard.c (read_key_sequence): Don't pass args with side effects
9471 to AREF, it fails when compiling with -DENABLE_CHECKING.
9472
94732008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
9474
9475 * Makefile.in (${lispsource}international/charprop.el):
9476 Delete this target.
9477
9478 * search.c (boyer_moore): Fix incorrect synching of the trunk and
9479 emacs-unicode-2.
9480
94812008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * terminal.c (Fdelete_terminal): Clean up the `force' path.
9484
94852008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
9486
9487 * frame.c (Qnoelisp): New symbol.
9488 (syms_of_frame): Initialize it.
9489 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
9490 harmless Elisp code, from a strong `force' from x_connection_closed.
9491 * frame.h (Qnoelisp): Declare.
9492 * xterm.c (x_connection_closed): Pass `noelisp'.
9493
9494 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
9495 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
9496 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
9497 rather than `int' for the type of `type'.
9498
94992008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
9500
9501 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
9502
9503 * Makefile.in (GNUC): Remove support for gcc-1.x.
9504
95052008-02-10 Richard Stallman <rms@gnu.org>
9506
9507 * lisp.h (ASET): Use AREF, not ASLOT.
9508
95092008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
9510
9511 * lisp.h (ASET): Check bounds.
9512
95132008-02-10 Glenn Morris <rgm@gnu.org>
9514
9515 * buffer.c (mode-name): Doc fix.
9516
95172008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
9518
9519 * Makefile.in:
9520 * emacs.c:
9521 * gmalloc.c:
9522 * keyboard.c:
9523 * lisp.h:
9524 * m/ibm370aix.h:
9525 * process.c:
9526 * regex.c:
9527 * s/hpux.h:
9528 * sysdep.c:
9529 * sysselect.h:
9530 * systty.h:
9531 * unexec.c:
9532 * w32term.c:
9533 * xsmfns.c:
9534 * xterm.c: Remove code that deals with obsolete variables.
9535
9536 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
9537
9538 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
9539 nothing else needs it anymore.
9540
95412008-02-09 Eli Zaretskii <eliz@gnu.org>
9542
9543 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
9544 instead of unibyte_char_to_multibyte.
9545
95462008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
9547
9548 * s/gnu-linux.h: Remove commented out code.
9549
9550 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
9551
9552 * Makefile.in: Update what RMS says about using autoconf.
9553 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
9554 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
9555 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
9556 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
9557
95582008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
9559
9560 * keymap.c (Fkey_description): Move side effect outside of macro call.
9561
9562 * xfaces.c (Finternal_make_lisp_face):
9563 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
9564
9565 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
9566 (syms_of_fontset): Use ASET.
9567
9568 * fns.c (concat): Move side effect outside of macro call.
9569 (hash_clear): Use ASET.
9570
95712008-02-08 Richard Stallman <rms@gnu.org>
9572
9573 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
9574 If FORCE, and frame has a surrogate minibuffer for another frame,
9575 delete the other frame first.
9576
95772008-02-07 Timo Savola <timo.savola@iki.fi>
9578
9579 * xterm.c (x_detect_focus_change): Handle embed client message.
9580 (handle_one_xevent): Ditto.
9581 (handle_one_xevent): If embedded and we get a button press/release,
9582 request focus.
9583 (xembed_set_info, xembed_send_message): New functions.
9584 (x_make_frame_visible): Call xembed_set_info if embedded.
9585 (x_make_frame_invisible): Call xembed_set_info if embedded.
9586 (x_term_init): Initialize Xatom_XEMBED.
9587 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
9588 (x_iconify_frame): Ditto.
9589
9590 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
9591 (enum xembed_info, enum xembed_message, enum xembed_focus)
9592 (enum xembed_modifier, enum xembed_accelerator): New.
9593 (xembed_set_info, xembed_send_message): Declare.
9594 (FRAME_X_EMBEDDED_P): New.
9595
9596 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
9597 gtk_plug_new.
9598
9599 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
9600 window ID of a frame.
9601 (x_window): Reparent frame if embedded.
9602 (Fx_create_frame): Don't set border width if embedded.
9603
9604 * emacs.c (USAGE3): Add --parent-id.
9605 (standard_args): Ditto.
9606
96072008-02-07 Jan Djärv <jan.h.d@swipnet.se>
9608
9609 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
9610
96112008-02-07 Jim Meyering <meyering@redhat.com>
9612
9613 Use "do...while (0)", not "if (1)...else" in macro definitions.
9614 The latter provokes a warning from gcc about the empty else, when
9615 followed by ";". Also, without that trailing semicolon, it would
9616 silently swallow up any following statement.
9617 * syntax.h (SETUP_SYNTAX_TABLE)
9618 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
9619 * buffer.h (DECODE_POSITION): Likewise.
9620 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
9621 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
9622 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
9623 (FETCH_CHAR_ADVANCE): Likewise.
9624 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
9625
96262008-02-07 Jim Meyering <meyering@redhat.com>
9627
9628 * lread.c [lint]: Don't include <sys/inode.h>.
9629
96302008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
9631
9632 * xselect.c (x_handle_dnd_message):
9633 * xmenu.c (digest_single_submenu, xmenu_show):
9634 * xdisp.c (with_echo_area_buffer_unwind_data)
9635 (format_mode_line_unwind_data, unwind_format_mode_line)
9636 (display_menu_bar):
9637 * eval.c (Ffetch_bytecode):
9638 * doc.c (store_function_docstring):
9639 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
9640 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
9641 * buffer.c (add_overlay_mod_hooklist): Use ASET.
9642
96432008-02-07 Kenichi Handa <handa@m17n.org>
9644
9645 * ftxfont.c (ftxfont_open): Don't set
9646 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
9647
9648 * ftfont.c (ftfont_open): Fix previous change.
9649
96502008-02-06 Jason Rumney <jasonr@gnu.org>
9651
9652 * w32font.c (w32font_text_extents): Fill in lbearing metric.
9653 Use cached metrics for ASCII characters.
9654 (w32font_open_internal): Don't set font's owning_frame.
9655 Cache metrics for ASCII characters.
9656
9657 * w32font.h (struct w32font_info): Add ascii_metrics.
9658 Remove owning_frame.
9659
96602008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
9661
9662 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
9663 to negative value.
9664
9665 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
9666
9667 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
9668
9669 * charset.c (syms_of_charset): Set QCtest and Qeq.
9670
96712008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
9672
9673 * process.c (Fstart_process):
9674 * callproc.c (Fcall_process): Handle the case where
9675 Funhandled_file_name_directory returns nil.
9676
9677 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
9678 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
9679 * font.c (check_gstring): Use them and AREF to access the vector before
9680 we know it's really a gstring.
9681 (Ffont_shape_text): Fix typo.
46e722a9 9682 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
9683
9684 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
9685 Declare.
9686
9687 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
9688
96892008-02-05 Jason Rumney <jasonr@gnu.org>
9690
9691 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
9692 Set smallest_font_height and smallest_char_width in display info.
9693
96942008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
9695
9696 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
9697
96982008-02-05 Miles Bader <miles@gnu.org>
9699
9700 * xfaces.c (get_lface_attributes, merge_named_face)
9701 (lookup_named_face, lookup_derived_face, realize_named_face):
9702 Revert 2008-02-01 change by cyd@stupidchicken.com.
9703
97042008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
9705
9706 * fontset.c (Ffontset_info): Handle the case of inhibitting the
9707 fallback fonts.
9708 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
9709
97102008-02-04 Jason Rumney <jasonr@gnu.org>
9711
9712 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
9713 set full_name.
9714 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
9715
97162008-02-03 Jason Rumney <jasonr@gnu.org>
9717
9718 * makefile.w32-in (OBJ1): Include font.o here.
9719 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
9720
97212008-02-02 Jason Rumney <jasonr@gnu.org>
9722
9723 * makefile.w32-in (temacs): Bump EMHEAP to 21.
9724
97252008-02-01 Jason Rumney <jasonr@gnu.org>
9726
9727 * s/cygwin.h: Define VIRT_ADDR_VARIES.
9728
9729 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
9730
97312008-02-01 Andreas Schwab <schwab@suse.de>
9732
9733 * Makefile.in (shortlisp, lisp): Update for rename of
9734 ../lisp/language/myanmar.el.
9735
97362008-02-01 Chong Yidong <cyd@stupidchicken.com>
9737
9738 * xfaces.c (get_lface_attributes): Delete function.
9739 (merge_named_face, lookup_named_face, lookup_derived_face)
9740 (realize_named_face): Call lface_from_face_name directly, and use
9741 the fact that merge_face_vectors does not alter its FROM argument.
9742
97432008-02-01 Jason Rumney <jasonr@gnu.org>
9744
9745 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
9746 input in the default locale. Handle non-Unicode multibyte input.
9747
97482008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9749
9750 * fontset.c (reorder_font_vector): Exclude nil elements from the
9751 font group. Don't try multiple fonts.
9752 (fontset_font): Adjust for the above change.
9753 (Finternal_char_font): Return nil if the found font doesn't
9754 contain the character ch.
9755
9756 * Makefile.in (lisp, shortlisp): Add cham.el.
9757
97582008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9759
9760 * font.h (FONTP): Make it return 1 also for a font-object.
9761
9762 * .gdbinit (xfontset): New function.
9763
9764 * font.c (font_find_for_lface): Check if the character C is
9765 supported or not only for the first font.
9766
9767 * fontset.c (reorder_font_vector): Fix typo.
9768 (fontset_find_font): Don't add a font-spec specifying a script.
9769 Use 0 (not Qt) for the indication of empty font-group. Change the
9770 format of RFONT-DEF. Return Qt if no font in the font-group
9771 support the character.
9772 (fontset_font): Adjust for the above change. If no font was
9773 found the character, remember that.
9774 (face_for_char): Adjust for the change of RFONT-DEF.
9775 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
9776 no font for the target.
9777 (Finternal_char_font): Adjust for the change of RFONT-DEF.
9778
97792008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9780
9781 * font.c (font_load_for_face): Handle the case that the font in
9782 face->lface is a string.
9783
97842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9785
9786 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
9787
97882008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9789
9790 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
9791 Fix previous change. If the frame is not on a window system,
9792 signal an error.
9793
97942008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9795
9796 * coding.c (decode_coding_object, encode_coding_object): Adjust
9797 marker positions after conversion.
9798
9799 * lisp.h (struct Lisp_Marker): New member need_adjustment.
9800
98012008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9802
9803 * font.c (font_find_for_lface): Fix the handling of the return
9804 value of font_has_char.
9805 (Ffont_shape_text): Fix previous change.
9806
9807 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
9808 (fontset_ref_and_range): Delete it.
9809 (fontset_find_font): Call char_table_ref_and_range instead of
9810 FONTSET_REF_AND_RANGE.
9811 (make_fontset): Don't setup font groups of Latin here.
9812 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
9813 (new_fontset_from_font): Make the specified font the default for
9814 all Latin characters.
9815
98162008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9817
9818 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
9819 is on a window system before accessing the fontset of the frame.
9820
98212008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9822
9823 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
9824
9825 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
9826 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
9827
9828 * font.c (Ffont_shape_text): If the font driver doesn't have a
9829 shaper function, make zero-width glyphs to have at least one-pixel
9830 width. Fix setting of `to' field of glyphs.
9831
98322008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9833
9834 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
9835 glyphs.
9836
9837 * font.h (struct font_driver): Improve docstring of member `shape'.
9838
98392008-02-01 Kenichi Handa <handa@m17n.org>
9840
9841 * composite.c (syms_of_composite): Fix docstring of
9842 auto-composition-function.
9843
9844 * font.h (LGLYPH_SIZE): New macro.
9845
9846 * font.c (Ffont_fill_gstring): Stop filling when a character not
9847 supported by the font is found.
9848 (Ffont_shape_text): When a shape callback function returns nil,
9849 try at most two more times with larger gstring.
9850 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
9851
9852 * xdisp.c (handle_auto_composed_prop): Change the argument to
9853 auto-composition-function.
9854
9855 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
9856 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
9857 Lispy glyph and store it in the lgstring.
9858
9859 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
9860
9861 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
9862
98632008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9864
9865 * font.c (Ffont_shape_text): Avoid unnecessary composition.
9866
9867 * fontset.c (Vfont_encoding_charset_alist): New variable.
9868 (syms_of_fontset): DEFVAR it.
9869 (reorder_font_vector, fontset_find_font): Optimize for the case of
9870 no need of reordering.
9871 (face_for_char): Map the charset property by
9872 Vfont_encoding_charset_alist.
9873
98742008-02-01 Jason Rumney <jasonr@gnu.org>
9875
9876 * w32font.c (logfonts_match): Don't check adstyle here.
9877 (font_matches_spec): Check here against physical font instead.
9878 (add_font_entity_to_list): Avoid some substitutions.
9879
9880 * font.c (font_parse_fcname): Default weight and slant to normal.
9881 (font_score): Prefer normal fonts if weight or slant unspecified.
9882 (font_score) [WINDOWSNT]: Scale weight difference down to closer
9883 match freetype scores.
9884
98852008-02-01 Jason Rumney <jasonr@gnu.org>
9886
9887 * w32font.c (w32font_text_extents): Don't use the frame stored in the
9888 font, as it may have been deleted.
9889 (w32_enumfont_pattern_entity): Map generic family to adstyle using
9890 most common hyphenless variation.
9891 (logfonts_match): Check generic family.
9892 (font_matches_spec): Don't check generic family here.
9893 (fill_in_logfont): Set generic family based on adstyle.
9894
9895 * w32font.h (w32font_get_cache): Update declaration.
9896
98972008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9898
9899 * ftfont.c (ftfont_get_cache): Adjust the argument type.
9900
9901 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
9902 If none of the new drivers are available, call font_update_drivers
9903 with the old drivers.
9904
9905 * w32font.c (w32font_get_cache): Adjust the argument type.
9906
9907 * xfont.c (xfont_get_cache): Adjust the argument type.
9908
9909 * font.h (struct font_driver): Change argument type of get_cache.
9910
9911 * xftfont.c (xftfont_start_for_frame): Delete prototype.
9912
9913 * font.c (Ffont_get): Fix arguments to Fassoc.
9914 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
9915 (font_clear_cache): New function.
9916 (font_list_entities, font_matching_entity): Use font_get_cache.
9917 (font_update_drivers): Call font_clear_cache when finishing a driver.
9918
9919 * fontset.c (fontset_find_font): Fix previous change.
9920
99212008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9922
9923 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
9924 dpyinfo->font_table.
9925 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
9926 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
9927
9928 * font.c (font_at): Handle the case that the arg C is negative.
9929 Handle the unibyte case.
9930 (Ffont_at): Call font_at with the arg C -1.
9931
9932 * xdisp.c (handle_auto_composed_prop): Don't get a character at
9933 the position here, and call font_at with the arg C -1.
9934 Don't check the range of the existing composition at the point.
9935
99362008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9937
9938 * fontset.c (fontset_add): New args charset_id and family.
9939 Change caller.
9940 (load_font_get_repertory, fontset_find_font): Assume that
9941 font_spec is always a font-spec object.
9942 (Fset_fontset_font): Always store a font-spec object in a fontset.
9943
9944 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
9945 instead of get_property_and_range.
9946
99472008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9948
9949 * xftfont.c (struct xftfont_info): Delete the member ft_face.
9950 (xftfont_open): Don't keep locking face.
9951 (xftfont_close): Don't unlock face.
9952 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
9953
9954 * fontset.c (fontset_find_font): Don't prefer a font of
9955 supplementary charset.
9956
99572008-02-01 Kenichi Handa <handa@m17n.org>
9958
9959 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
9960 script, langsys_tag to langsys, new member script.
9961 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 9962 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
9963 listing to the script specified in that property. Fix arg to
9964 OTF_check_features.
9965
99662008-02-01 Jason Rumney <jasonr@gnu.org>
9967
9968 * w32font.h: New file.
9969
9970 * w32font.c: Include it.
9971 (struct w32font_info): Add owning_frame field. Move to w32font.h.
9972 (w32font_open): Set owning_frame.
9973 (w32font_text_extents): Use owning_frame.
9974 (struct font_callback_data): Add opentype_only field.
9975 (add_font_entity_to_list): Use it to filter fonts.
9976 Don't check against full name.
9977 (w32font_list_internal): New function.
9978 (w32font_list): Use it.
9979 (w32font_match_internal): New function.
9980 (w32font_match): Use it.
9981 (w32font_open_internal): New function.
9982 (w32font_open): Use it.
9983 (w32font_get_cache, w32font_close, w32font_has_char)
9984 (w32font_encode_char, w32font_text_extents, w32font_draw):
9985 Make non-static.
9986
9987 * makefile.w32-in (w32font.o): Depend on w32font.h.
9988
99892008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
9990
9991 * charset.c (Fdefine_charset_internal): Record a supplementary
9992 charset at the tail of Vcharset_order_list.
9993
9994 * font.c (Ffont_shape_text): Fix the return value.
9995
9996 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
9997
9998 * xdisp.c (handle_auto_composed_prop): Fix previous change.
9999
100002008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10001
10002 * ftfont.c (struct OpenTypeSpec): New struct.
10003 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
10004 (ftfont_get_open_type_spec): New function.
10005 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
10006
10007 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
10008
100092008-02-01 Jason Rumney <jasonr@gnu.org>
10010
10011 * w32font.c (add_font_entity_to_list): Compare only the beginning
10012 of full name.
10013
100142008-02-01 Kenichi Handa <handa@m17n.org>
10015
10016 * xdisp.c (handle_auto_composed_prop): Simplify the code.
10017 Never return HANDLED_RECOMPUTE_PROPS.
10018
100192008-02-01 Kenichi Handa <handa@m17n.org>
10020
10021 * font.c (font_gstring_produce): Delete it.
10022
10023 * composite.h (COMPOSITION_METHOD):
10024 Handle COMPOSITION_WITH_GLYPH_STRING.
10025
100262008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10027
10028 * xfont.c (Qx): Delete.
10029 (syms_of_xfont): Don't initialize Qx.
10030
10031 * composite.h (enum composition_method):
10032 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
10033
100342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10035
10036 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
10037 (choose_face_font): Accept new form of font-spec.
10038
10039 * frame.h (font_driver_list): Declare it unconditionally.
10040 (struct frame): Define members font_driver_list and font_data_list
10041 unconditionally.
10042
10043 * fontset.c: Include "font.h" unconditionally.
10044 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
10045 (Fset_fontset_font): Accept a font-spec object.
10046
10047 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
10048 PIXEL_SIZE part a wild card.
10049
10050 * dispextern.h (struct glyph_string): Define members clip and
10051 num_clips unconditionally.
10052 (struct face): Define members font_info and extra unconditionally.
10053
10054 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
10055 ftfont_info only when HAVE_LIBOTF is defined.
10056
100572008-02-01 Andreas Schwab <schwab@suse.de>
10058
10059 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
10060 and end.
10061
100622008-02-01 Jason Rumney <jasonr@gnu.org>
10063
10064 * w32font.c (w32font_driver): Add new fields.
10065
100662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10067
10068 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
10069 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
10070 (LIBES): Add @M17N_FLT_CFLAGS@.
10071
10072 * composite.c (compose_text): Don't treat the new style
10073 composition specially.
10074
10075 * emacs.c (main): Call syms_of_font unconditionally.
10076
10077 * font.h (FONT_ENTITY_NOT_LOADABLE)
10078 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
10079 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
10080 (struct font_driver): New member shape.
10081 (font_registry_charsets): Extern it.
10082 (font_find_for_lface, font_prepare_composition): Adjust prototype.
10083 (font_otf_capability, font_drive_otf): Delete their externs.
10084
10085 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
10086 (font_charset_alist, font_registry_charsets): Move from xfont.c
10087 and rename.
10088 (font_prop_validate_otf): New function.
10089 (font_property_table): Register it for QCotf.
10090 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
10091 (font_drive_otf): Delete.
10092 (font_prepare_composition): New arg F. Adjust for the change of
10093 lispy gstring.
10094 (font_find_for_lface): New arg C.
10095 (font_load_for_face): Adjust for the change of font_find_for_lface.
10096 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
10097 lispy gstring.
10098 (Ffont_shape_text): New function.
10099 (Fopen_font): If the font size is not given, use 12-pixel.
10100 (Ffont_at): New arg STRING.
10101 (syms_of_font): Initalize font_charset_alist.
10102 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
10103 conditionally.
10104
10105 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
10106 fonts of the same font-spec. Change the format of RFONT-DEF.
10107 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
10108 Adjust for the change of RFONT-DEF.
10109 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
10110
10111 * ftfont.h: New file.
10112
10113 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
10114 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
10115 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
10116 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
10117 font_otf_capability and font_drive_otf, set ftfont_shape.
10118 (ftfont_list): Adjust for the change of :otf property value.
10119 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
10120 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
10121 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
10122 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
10123 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
10124 (otf_gstring, gstring, m17n_flt_initialized): New variables.
10125
10126 * w32term.c (x_draw_composite_glyph_string_foreground):
10127 Adjust for the change of lispy gstring.
10128
10129 * xdisp.c (handle_composition_prop): Adjust for the change of
10130 lispy gstring. Call a function for auto-composition with the
10131 third arg it->window.
10132 (fill_composite_glyph_string): Adjust for the change of lispy string.
10133 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
10134
10135 * xfaces.c (set_font_frame_param): Adjust for the change of
10136 font_find_for_lface.
10137
10138 * xfont.c (x_font_charset_alist): Move to font.c and rename.
10139 (xfont_registry_charsets): Likewise. Change caller.
10140 (syms_of_xfont): Don't handle x_font_charset_alist.
10141
10142 * xftfont.c: Include "ftfont.h".
10143 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
10144 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
10145 (xftfont_close) [HAVE_LIBOTF]: Close otf.
10146 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
10147 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
10148 Set xftfont_driver.shape to xftfont_shape.
10149
10150 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
10151 the change of lispy gstring.
10152
101532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10154
10155 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
10156
101572008-02-01 Jason Rumney <jasonr@gnu.org>
10158
10159 * w32font.c (w32font_draw): Fill background manually.
10160
101612008-02-01 Jason Rumney <jasonr@gnu.org>
10162
10163 * font.c (Qfontp): Remove unused symbol.
10164 (QCantialias): New symbol.
10165 (syms_of_font): Define it.
10166 (font_property_table): Set a validator for QCantialias.
10167
10168 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
10169 Define if not already.
10170 (QCfamily): Share with xfaces.c.
10171 (Qstandard, Qsubpixel, Qnatural): New symbols.
10172 (syms_of_w32font): Define them. Don't define QCfamily here.
10173 (w32_antialias_type, lispy_antialias_type): New functions.
10174 (w32_enumfont_pattern_entity): New arg requested_font.
10175 Set antialias parameter if non-default was requested.
10176 (fill_in_logfont): Fill in lfQuality if :antialias specified.
10177
101782008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10179
10180 * lread.c (read1): Undo the previous change.
10181
101822008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
10183
10184 * frame.c (Fdelete_frame): Call font_update_drivers only when
10185 USE_FONT_BACKEND is defined.
10186
101872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10188
10189 * font.h (struct font_bitmap): New member bits_per_pixel.
10190 (struct font_driver): New members start_for_frame and end_for_frame.
10191 (struct font_data_list): New struct.
10192 (font_put_frame_data, font_get_frame_data): Extern them.
10193
10194 * frame.h (struct frame): New member font_data_list.
10195
10196 * font.c (font_update_drivers): Call driver->start_for_frame and
10197 driver->end_for_frame at proper timings.
10198 (font_put_frame_data, font_get_frame_data): New functions.
10199 (Ffont_spec): Add usage in the docstring.
10200
10201 * frame.c (make_frame): Initialize f->font_data_list to NULL.
10202 (Fdelete_frame): Call font_update_drivers.
10203
10204 * xftfont.c (struct xftface_info): Delete the member xft_draw.
10205 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
10206 (xftfont_get_xft_draw): New function.
10207 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
10208 (xftfont_end_for_frame): New function.
10209 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
10210
10211 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
10212 Change argument. Cache GCs in the per-frame data.
10213 (struct ftxfont_frame_data): New struct.
10214 (ftxfont_draw_bitmap): New arg gc_fore and flush.
10215 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
10216 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
10217 (ftxfont_end_for_frame): New function.
10218 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
10219
10220 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
10221
102222008-02-01 Kenichi Handa <handa@m17n.org>
10223
10224 * xselect.c (Vselection_coding_system)
10225 (Vnext_selection_coding_system): Delete them.
10226 (syms_of_xselect): Don't declare selection-coding-system and
10227 next-selection-coding-system. They are declared in select.el.
10228
102292008-02-01 Jason Rumney <jasonr@gnu.org>
10230
10231 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
10232
10233 * w32fns.c: Include imm.h.
10234 (get_composition_string_fn, get_ime_context_fn): New optional
10235 system functions.
10236 (globals_of_w32fns): Load them from imm32.dll.
10237 (ignore_ime_char): New flag.
10238 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
10239 WM_IME_ENDCOMPOSITION messages.
10240
10241 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
10242 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
10243
102442008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10245
10246 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
10247 (READCHAR_REPORT_MULTIBYTE): New macro.
10248 (readchar): New 2nd arg MULTIBYTE.
10249 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
10250 Make symbol's name multibyte according to the multibyteness of the
10251 source.
10252
102532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10254
10255 * xfaces.c (face_for_overlay_string): Call lookup_face with
10256 correct arguments (fix of synching with the trunk).
10257
102582008-02-01 Kenichi Handa <handa@m17n.org>
10259
10260 * font.c (font_prop_validate_symbol, font_prop_validate_style)
10261 (font_prop_validate_non_neg, font_prop_validate_spacing):
10262 Delete argument prop_index.
10263 (font_property_table): Change arguments to validater. Change Callers.
10264 (font_lispy_object): Delete.
10265 (font_at): Use font_find_object instead fo font_lispy_object.
10266
102672008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10268
10269 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
10270 and file names.
10271
102722008-02-01 Jason Rumney <jasonr@gnu.org>
10273
10274 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
10275 (font_matches_spec): Remove debug output.
10276 (add_font_entity_to_list): Avoid using substituted fonts.
10277
102782008-02-01 Jason Rumney <jasonr@gnu.org>
10279
10280 * doc.c (Fsnarf_documentation):
10281 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
10282
102832008-02-01 Miles Bader <miles@gnu.org>
10284
10285 * dispextern.h (struct glyph_row): Only define "clip" field if
10286 HAVE_WINDOW_SYSTEM is defined.
10287
102882008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
10289
10290 Fix up multi-tty merge.
10291
10292 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
10293 and indentation.
10294
10295 * xfaces.c (free_realized_face, clear_face_gcs):
10296 Include font_done_for_face in the input_blocked section, just in case.
10297
10298 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
10299 (get_char_face_and_encoding): Undo last change and remove the *other*
10300 duplicate definition (i.e. keep the one that's better scoped and that
10301 includes code for the font-backend).
10302
10303 * terminal.c (create_terminal): Default keyboard_coding to
10304 `no-conversion' and terminal_coding to `undecided'.
10305
10306 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
10307
10308 * fontset.c (free_realized_fontsets): Check that the table entry does
10309 contain a fontset before trying to compare it to `base'.
10310
10311 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
10312 syms_of_charset, and syms_of_coding earlier because init_window_once
10313 now needs Vcoding_system_hash_table to be setup.
10314
10315 * coding.h (default_buffer_file_coding): Remove.
10316
10317 * coding.c (default_buffer_file_coding): Remove.
10318 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
10319 than ->symbol, and use the terminal-local coding system.
10320 (syms_of_coding): Don't setup the coding-systems that are not
10321 terminal-local.
10322 (Fdefine_coding_system_internal): Use XCAR/XCDR.
10323
10324 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
10325 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
10326
10327 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
10328 in chartab.c and were re-added here by mistake.
10329 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
10330
10331 * doc.c (Fsnarf_documentation):
10332 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
10333 src to etc.
10334
10335 * ChangeLog.10: Add mistakenly removed entry.
10336
103372008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
10338
10339 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
10340
103412008-02-01 Miles Bader <miles@gnu.org>
10342
10343 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
10344 Add extra args to FACE_FOR_CHAR.
10345
103462008-02-01 Kenichi Handa <handa@m17n.org>
10347
10348 * keymap.c (where_is_internal_1): If key is a cons, store the copy
10349 in sequence.
10350
10351 * chartab.c (map_sub_char_table, map_char_table): If the range
10352 contains just one character, call the function with that character
10353 even if the depth is not 3.
10354
103552008-02-01 Jason Rumney <jasonr@gnu.org>
10356
10357 * w32font.c (w32font_text_extents): Calculate metrics for the
10358 whole string.
10359
103602008-02-01 Jason Rumney <jasonr@gnu.org>
10361
10362 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
10363
103642008-02-01 Jason Rumney <jasonr@gnu.org>
10365
10366 * w32term.c (x_set_glyph_string_clipping): Use
10367 get_glyph_string_clip_rects.
10368 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
10369 Adjust for the change of struct glyph_string.
10370
10371 * w32font.c (w32font_draw): Do clipping here.
10372
103732008-02-01 Kenichi Handa <handa@m17n.org>
10374
10375 * xftfont.c (xftfont_draw): Adjust for the change of struct
10376 glyph_string.
10377
10378 * xterm.c (x_set_glyph_string_clipping): Use
10379 get_glyph_string_clip_rects.
10380 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
10381 Adjust for the change of struct glyph_string.
10382
10383 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
10384 the resulting clip(s}.
10385 (expose_overlaps): Add arg r. Change callers. Set it to
10386 row->clip temporarily.
10387 (expose_window): Redraw rows overlapping the exposed area.
10388
10389 * dispextern.h (struct glyph_row): New member clip.
10390 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
10391 clip_height, new member clip, and num_clips.
10392
103932008-02-01 Kenichi Handa <handa@m17n.org>
10394
10395 * data.c (Fchar_or_string_p): Fix docstring.
10396
103972008-02-01 Kenichi Handa <handa@m17n.org>
10398
10399 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
10400 create a temporary XftDraw object.
10401
104022008-02-01 Kenichi Handa <handa@m17n.org>
10403
10404 * font.c (Ffontp): Fix docstring.
10405
10406 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
10407 strong evidence of ISO-2022.
10408
104092008-02-01 Kenichi Handa <handa@m17n.org>
10410
10411 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
10412 SYNTAX_ENTRY_FOLLOW_PARENT.
10413
104142008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
10415
10416 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
10417 its type.
10418 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
10419 Update to the new type of weak_hash_tables and next_weak.
10420
10421 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
10422 a plain C pointer to Lisp_Hash_Table.
10423
10424 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
10425 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
10426 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
10427 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
10428 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
10429 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
10430 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
10431 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
10432 (GC_EQ): Remove since they've been identical to their non-GC_
10433 alter-egos ever since the markbit was eradicated.
10434
10435 * alloc.c:
10436 * buffer.c:
10437 * buffer.h:
10438 * data.c:
10439 * fileio.c:
10440 * filelock.c:
10441 * fns.c:
10442 * frame.h:
10443 * lisp.h:
10444 * macterm.c:
10445 * print.c:
10446 * process.c:
10447 * w32fns.c:
10448 * w32menu.c:
10449 * w32term.c:
10450 * xfns.c:
10451 * xmenu.c:
10452 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
10453
104542008-02-01 Kenichi Handa <handa@m17n.org>
10455
10456 * chartab.c (map_sub_char_table): Make it work for the top-level
10457 char-table. Fix handling of parent char-table.
10458 (map_char_table): Adjust for the above change.
10459
104602008-02-01 Jason Rumney <jasonr@gnu.org>
10461
10462 * w32font.c (Qgdi): Rename from Qw32.
10463
104642008-02-01 Jason Rumney <jasonr@gnu.org>
10465
10466 * w32bdf.c (get_quoted_string): Make function static.
10467
104682008-02-01 Kenichi Handa <handa@m17n.org>
10469
10470 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
10471 bigger ascent and descent than those of the font, use them as
10472 font's ascent and descent.
10473
104742008-02-01 Kenichi Handa <handa@m17n.org>
10475
10476 * Makefile.in (${lispsource}international/charprop.el): Move this
10477 target within "#ifdef HAVE_UNIDATA" and "#endif".
10478
104792008-02-01 Kenichi Handa <handa@m17n.org>
10480
10481 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
10482 (shortlisp): Add ../lisp/language/tai-viet.el.
10483
104842008-02-01 Ulrich Mueller <ulm@gentoo.org>
10485
10486 * Makefile.in (${lispsource}international/charprop.el): Depend on
10487 temacs${EXEEXT}.
10488
104892008-02-01 Jason Rumney <jasonr@gnu.org>
10490
10491 * w32font.c (w32font_close): Delete the GDI font object.
10492
10493 * w32menu.c: Include character.h.
10494
10495 * w32proc.c: Likewise.
10496
10497 * w32select.c: Likewise.
10498
10499 * makefile.w32-in (w32proc.o): Depend on character.h.
10500
105012008-02-01 Jason Rumney <jasonr@gnu.org>
10502
10503 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
10504
10505 * w32menu.c (syms_of_w32menu): Likewise.
10506
10507 * w32proc.c (syms_of_ntproc): Likewise.
10508
10509 * w32select.c (syms_of_w32select): Likewise.
10510
10511 * w32term.c (syms_of_w32term): Likewise.
10512
105132008-02-01 Jason Rumney <jasonr@gnu.org>
10514
10515 * w32font.c (w32font_draw): Delete brush after using it.
10516
105172008-02-01 Jason Rumney <jasonr@gnu.org>
10518
10519 * w32font.c (w32font_open): Don't set font_idx.
10520 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
10521 to font settings.
10522 (w32font_draw): Fill background explicitly.
10523
105242008-02-01 Jason Rumney <jasonr@gnu.org>
10525
10526 * w32term.c (w32_initialize): Don't call w32font_initialize.
10527
10528 * w32font.c (w32font_info): Remove subranges.
10529 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
10530 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
10531 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
10532 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
10533 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
10534 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
10535 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
10536 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
10537 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
10538 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
10539 New symbols.
10540 (font_callback_data): New struct.
10541 (w32font_list, w32font_match): Use it.
10542 (w32font_open): Don't populate subranges.
10543 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
10544 (w32font_encode_char): Always return unicode code-point as-is.
10545 (w32font_text_extents): Supply a transformation matrix to
10546 GetGlyphOutline. Never look up by glyph index. Avoid looping
10547 twice. Use unicode version of GetTexExtentPoint32 instead of
10548 glyph index version.
10549 (set_fonts_frame): Remove.
10550 (w32_enumfont_pattern_entity): Add frame parameter, use it to
10551 set frame parameter. Use backward compatible fake foundries.
10552 Save generic family in extra slot under QCfamily. Make width slot
10553 constant. Save QCspacing value. Save list of scripts instead of
10554 binary subranges.
10555 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
10556 (add_font_entity_to_list): Use font_callback_data struct. Filter
10557 unwanted fonts.
10558 (add_one_font_entity_to_list): Use font_callback_data struct.
10559 (w32_registry): Default to iso10646_1.
10560 (fill_in_logfont): Use dpi from extra slot. Don't bother with
10561 string font registries. Don't fill in font name if it is a generic
10562 family name, fill family instead. Use spacing, family and script
10563 extra info to fill pitch, family and charset fields.
10564 (list_all_matching_fonts): Use font_callback_data struct.
10565 (unicode_range_for_char): Remove.
10566 (font_supported_scripts): New function.
10567 (w32font_initialize): Remove.
10568 (syms_of_w32font): Update which symbols are defined.
10569
105702008-02-01 Jason Rumney <jasonr@gnu.org>
10571
10572 * font.c (font_pixel_size): Reverse assq_no_quit args.
10573
10574 * w32term.h (FONT_WIDTH): Report max width, not average.
10575 (FONT_MAX_WIDTH): Remove.
10576 (FONT_AVG_WIDTH): New macro.
10577
10578 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
10579 redefinition of FONT_WIDTH.
10580
10581 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
10582 (w32_cache_char_metrics): Use FONT_WIDTH.
10583
10584 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
10585
105862008-02-01 Jason Rumney <jasonr@gnu.org>
10587
10588 * w32font.c (w32font_open): Make lfHeight negative.
10589
10590 * w32fns.c (x_default_font_parameter): Use new style font name.
10591 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
10592
105932008-02-01 Jason Rumney <jasonr@gnu.org>
10594
10595 * w32font.c (QCsubranges): New symbol.
10596 (w32font_open, w32font_has_char): Get subranges from subproperty
10597 of extra.
10598 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
10599 (syms_of_w32font): Define :subranges symbol.
10600
10601 * font.c (font_put_extra): Expose externally.
10602
10603 * font.h (font_put_extra): Move declaration from font.c.
10604
10605 * font.c (Ffont_get): Use font driver to determine otf capability.
10606 (adjust_anchor): Check if driver defines anchor_point before using.
10607
10608 * w32font.c (w32font_open): Handle size, height and pixel_size better.
10609 (w32font_draw): Use options.
10610 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
10611 Fix detection of truetype fonts.
10612 (registry_to_w32_charset): Handle charsets other than iso8859-1
10613 expressed as lisp symbols.
10614 (w32_registry): Express charset as lisp symbol.
10615 (fill_in_logfont): Reverse pixel and point height logic.
10616 Don't set width here. Set quality to default.
10617
10618 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
10619 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
10620
10621 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
10622 Remove redundant loop and allocation.
10623
10624 * makefile.w32-in (font.o, w32font.o): New objects.
10625 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
10626 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
10627
10628 * xdisp.c (fill_composite_glyph_string): Make the first arg to
10629 STORE_XCHARB a valid l-value.
10630
10631 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
10632 calculations for non-Truetype fonts.
10633 (x_draw_glyph_string): Sync with xterm.c.
10634 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
10635 Remove redundant code.
10636 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
10637
10638 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
10639 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
10640
10641 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
10642 (x_to_w32_charset, w32_to_x_charset): Expose externally.
10643
10644 * w32font.c: New file for w32 font backend.
10645
106462008-02-01 Kenichi Handa <handa@m17n.org>
10647
10648 * term.c: Don't include "buffer.h" twice.
10649
106502008-02-01 Kenichi Handa <handa@m17n.org>
10651
10652 * character.c (Funibyte_string): New function.
10653 (syms_of_character): Defsubr it.
10654
106552008-02-01 Jason Rumney <jasonr@gnu.org>
10656
10657 * w32term.c [USE_FONT_BACKEND]:
10658 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
10659 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
10660 (x_draw_glyph_string, x_draw_glyph_string_foreground)
10661 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
10662 (x_free_frame_resources): Sync with xterm.c.
10663
106642008-02-01 Andreas Schwab <schwab@suse.de>
10665
10666 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
10667 char-table size.
10668
106692008-02-01 Kenichi Handa <handa@m17n.org>
10670
10671 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
10672
106732008-02-01 Kenichi Handa <handa@m17n.org>
10674
10675 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
10676 font_otf_gpos, add font_drive_otf.
10677
10678 * fontset.c (fontset_find_font): Pay attention to font size
10679 specified for a font.
10680 (reorder_font_vector): Check contents of font_def.
10681
10682 * font.c (struct otf_list): Delete it.
10683 (otf_list): Make it a lisp variable.
10684 (otf_open): Use lispy otf_list.
10685 (generate_otf_features): Rename from parse_gsub_gpos_spec.
10686 (check_otf_features): New function.
10687 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10688 New functions.
10689 (font_drive_otf): New function merging font_otf_gsub and
10690 font_otf_gpos.
10691 (font_open_for_lface): New arg spec. Change argument order.
10692 (font_load_for_face): Adjust for the change of font_open_for_lface.
10693 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
10694 Ffont_otf_gpos.
10695 (syms_of_font): Staticpro otf_list. Delete defsubr of
10696 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
10697
10698 * xfaces.c (set_font_frame_param): Adjust for the change of
10699 font_open_for_lface.
10700
10701 * font.h (font_open_for_lface): Adjust prototype.
10702 (struct font_driver): Delete members otf_gsub and otf_gpos, add
10703 member otf_drive.
10704 (font_otf_gsub, font_otf_gpos): Delete externs.
10705 (font_drive_otf): Extern it.
10706
107072008-02-01 Kenichi Handa <handa@m17n.org>
10708
10709 * font.c (font_at): If the window W is not on a window system,
10710 return Qnil.
10711
10712 * coding.c (produce_chars, encode_coding): Don't call
10713 insert_from_gap if no characters to produce.
10714
107152008-02-01 Kenichi Handa <handa@m17n.org>
10716
10717 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
10718 Fclear_face_cache.
10719
10720 * xfaces.c (face_for_font): Check also face->font==font->font.font.
10721
107222008-02-01 Miles Bader <miles@gnu.org>
10723
10724 * emacs.c (main): Change default value of `enable_font_backend' to 1.
10725 Parse "--disable-font-backend" option.
10726 (standard_args): Add "--disable-font-backend" option.
10727
107282008-02-01 Kenichi Handa <handa@m17n.org>
10729
10730 * fontset.c (fontset_find_font): New function.
10731 (fontset_font): Use fontset_find_font.
10732 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
10733 Register the specified font for all Latin characters.
10734 (new_fontset_from_font): Register the specified font for all Latin
10735 characters.
10736 (dump_fontset): For a realized fontset, include the base fontset
10737 name in the returned vector.
10738
107392008-02-01 Kenichi Handa <handa@m17n.org>
10740
10741 * character.h (CHAR_STRING): Cast C to unsigned on calling
10742 char_string.
10743
10744 * character.c (char_string): Type of arg C changed to unsigned.
10745 Signal an error if C is an invalid character code.
10746
10747 * editfns.c (general_insert_function, Fchar_to_string):
10748 Use CHARACTERP, not INTEGERP.
10749
107502008-02-01 Kenichi Handa <handa@m17n.org>
10751
10752 * character.h (MIN_MULTIBYTE_LEADING_CODE)
10753 (MAX_MULTIBYTE_LEADING_CODE): New macros.
10754
10755 * regex.c (analyse_first): Fix for multibyte characters in "case
10756 charset:" and "case categoryspec:".
10757
107582008-02-01 Andreas Schwab <schwab@suse.de>
10759
10760 * Makefile.in (LIBES): Move standard libraries to the end.
10761
107622008-02-01 Kenichi Handa <handa@m17n.org>
10763
10764 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
10765 nonzero, don't shrink the buffer nextb.
10766
10767 * buffer.h (struct buffer_text): New member inhibit_shrinking.
10768
10769 * coding.c (coding_alloc_by_making_gap): New arg offset.
10770 (alloc_destination): Call coding_alloc_by_making_gap with the arg
10771 offset.
10772 (decode_coding_iso_2022): Update coding->safe_charsets.
10773 (decode_coding_gap): Temporarily set
10774 current_buffer->text->inhibit_shrinking to 1.
10775
107762008-02-01 Kenichi Handa <handa@m17n.org>
10777
10778 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
10779 indexing into elements of s->cmp and s->char2b.
10780
107812008-02-01 Juanma Barranquero <lekktu@gmail.com>
10782
10783 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
10784
107852008-02-01 Kenichi Handa <handa@m17n.org>
10786
10787 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
10788 target_multibyte instead of multibyte.
10789 (re_match_2_internal): Call bcmp_translate with target_multibyte.
10790 (bcmp_translate): Change the argument name from multibyte to
10791 target_multibyte.
10792
107932008-02-01 Kenichi Handa <handa@m17n.org>
10794
10795 These changes are to compile a regexp into a pattern that can be
10796 used both for multibyte and unibyte targets.
10797
10798 * Makefile.in (search.o): Depend on charset.h.
10799
10800 * character.c (multibyte_char_to_unibyte_safe): New function.
10801
10802 * search.c: Include "charset.h".
10803 (compile_pattern_1): Delete argument multibyte. Don't set
10804 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
10805 (compile_pattern): Don't compare cp->buf.target_multibyte.
10806 Compare cp->buf.charset_unibyte.
10807 (compile_pattern): Set cp->buf.target_multibyte.
10808
10809 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
10810
10811 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
10812
10813 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
10814 multibyte. Change callers.
10815 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
10816 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
10817 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
10818 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
10819 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
10820 (regex_compile): Make the compiled pattern usable both for
10821 multibyte and unibyte targets.
10822 (analyse_first): Make the fastmap usable both for multibyte and
10823 unibyte targets.
10824 (TRANSLATE_VIA_MULTIBYTE): Delete.
10825 (re_match_2_internal): Pay attention to the case that the
10826 multibyteness of bufp and target may be different.
10827
108282008-02-01 Kenichi Handa <handa@m17n.org>
10829
10830 * xdisp.c (x_produce_glyphs): When a font is not found, make the
10831 empty box occupy at least one column width.
10832
108332008-02-01 Miles Bader <miles@gnu.org>
10834
10835 * Makefile.in: Remove redundant HAVE_XFT clause.
10836
108372008-02-01 Kenichi Handa <handa@m17n.org>
10838
10839 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
10840
108412008-02-01 Kenichi Handa <handa@m17n.org>
10842
10843 * fontset.c (Finternal_char_font): Fix for the case of POSITION
10844 being nil.
10845
108462008-02-01 Kenichi Handa <handa@m17n.org>
10847
10848 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
10849
108502008-02-01 Kenichi Handa <handa@m17n.org>
10851
10852 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
10853
108542008-02-01 Kenichi Handa <handa@m17n.org>
10855
10856 * search.c (simple_search): Fix previous change.
10857
108582008-02-01 Kenichi Handa <handa@m17n.org>
10859
10860 * xftfont.c (ftfont_font_format): Extern declaration.
10861
10862 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
10863
10864 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
10865 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
10866
10867 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
10868 (ftfont_font_format): Fix previous change.
10869
10870 * font.h (Ffont_xlfd_name): EXFUN it.
10871
10872 * font.c (font_parse_xlfd): Fix the array size of `f'.
10873 (register_font_driver): Use EQ to compare driver->type.
10874
10875 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
10876 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
10877 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
10878
108792008-02-01 Kenichi Handa <handa@m17n.org>
10880
10881 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
10882 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
10883
108842008-02-01 Kenichi Handa <handa@m17n.org>
10885
10886 * xfont.c (xfont_open): Set font->format.
10887
10888 * xftfont.c (xftfont_open): Set font->format.
10889
10890 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
10891 (ftfont_list): Include FC_FONTFORMAT in FcObject.
10892 (ftfont_open): Set font->format.
10893 (ftfont_font_format): New function.
10894
10895 * font.h (struct font): New member format.
10896
10897 * font.c (Qopentype): New variable.
10898 (syms_of_font): Defsym it.
10899 (Fquery_font): Change the format of the last element of the return
10900 value.
10901
109022008-02-01 Kenichi Handa <handa@m17n.org>
10903
10904 * xfns.c (xic_create_xfontset): Try the default fontset name as a
10905 last resort.
10906
109072008-02-01 Kenichi Handa <handa@m17n.org>
10908
10909 * coding.c (detect_coding_charset): Fix detection of multi-byte
10910 charset.
10911
109122008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
10913
10914 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
10915
109162008-02-01 Kenichi Handa <handa@m17n.org>
10917
10918 * xdisp.c (get_next_display_element): Set it->face_id for the
10919 first component of a composition.
10920 (x_produce_glyphs): Check if the font is changed or not for composition.
10921
109222008-02-01 Kenichi Handa <handa@m17n.org>
10923
10924 * fontset.c (Qlatin): New variable.
10925 (syms_of_fontset): Define it as a lisp symbol.
10926 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
10927
109282008-02-01 Kenichi Handa <handa@m17n.org>
10929
10930 * font.c (font_unparse_fcname): Pay attention to the case that
10931 some of font property is a null string.
10932
109332008-02-01 Kenichi Handa <handa@m17n.org>
10934
10935 * term.c: Include "composite.h".
10936 (encode_terminal_code): Output all components of composition.
10937 Check the size of encode_terminal_src.
10938 (produce_glyphs): For composition, call produce_composite_glyph.
10939 (append_composite_glyph, produce_composite_glyph): New functions.
10940
10941 * xdisp.c (x_produce_glyphs): In handling composition, if a font
10942 is not found, get font_info from the current ascii face.
10943
109442008-02-01 Kenichi Handa <handa@m17n.org>
10945
10946 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
10947 buffer-file-name to Qnil before calling insert_from_buffer.
10948
10949 * font.c (font_unparse_fcname): Pay attention to the case that
10950 foundry is a null string.
10951
109522008-02-01 Kenichi Handa <handa@m17n.org>
10953
10954 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
10955
10956 * font.c (Qunicode_sip): New variable.
10957 (syms_of_font): Declare it as a Lisp symbol.
10958
10959 * font.h (Qunicode_sip): Extern it.
10960
109612008-02-01 Kenichi Handa <handa@m17n.org>
10962
10963 * composite.c (get_composition_id): Pay attention to TAB component.
10964
10965 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
10966 TAB. Adjust for the change of s->char2b which always points to
10967 the first element of allocated memory.
10968
10969 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
10970
10971 * xdisp.c (handle_composition_prop): Set it->c to the first
10972 non-TAB component.
10973 (fill_composite_glyph_string): Change argument.
10974 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
10975 (x_produce_glyphs): Fix handling of left/right padding.
10976
109772008-02-01 Kenichi Handa <handa@m17n.org>
10978
10979 * coding.c (detect_coding_system): Fix for handling off
10980 inhibit_iso_escape_detection. Fix for the case that no coding
10981 system is defined for a specific coding category.
10982
109832008-02-01 Kenichi Handa <handa@m17n.org>
10984
10985 * font.c (font_matching_entity): Delete unused local var.
10986
10987 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
10988 opening a font.
10989
10990 * fileio.c (Finsert_file_contents): On recovering a file, assume
10991 Unix-like eol.
10992 (choose_write_coding_system): On auto-saving a file, force
10993 Unix-like eol.
10994
10995 * coding.c (setup_coding_system): Fix setting of
10996 coding->common_flags based on eol_type.
10997 (coding_inherit_eol_type): If PARENT is not nil, be sure to
10998 inherit from it.
10999
110002008-02-01 Kenichi Handa <handa@m17n.org>
11001
11002 * alloc.c (NSTATICS): Increas to 0x600.
11003
110042008-02-01 Kenichi Handa <handa@m17n.org>
11005
11006 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
11007 (ftfont_list): Don't check :name property.
11008 (ftfont_match): New function.
11009 (ftfont_pattern_entity): If the pattern doesn't contain
11010 FC_SPACING, don't assume FC_MONO.
11011
11012 * font.h (struct font_driver): New member `match'.
11013 (font_update_drivers): Adjust prototype.
11014
11015 * font.c (font_parse_fcname, font_parse_name): Don't change :name
11016 property of FONT.
11017 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
11018 them unconditionally.
11019 (font_matching_entity): New function.
11020 (font_open_by_name): Try font_matching_entity if exact match is
11021 not found.
11022 (font_update_drivers): Delete the arg FONT. Return a list of
11023 actually used backends. Don't free faces, font caches here.
11024 Don't store data in frame parameters. Don't call x_set_font.
11025 (Ffont_spec): Store :name property as is.
11026 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
11027 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
11028 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
11029 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
11030 Call font->driver->otf_gsub instead of font_otf_gsub.
11031
11032 * frame.c (x_set_font_backend): Do more works that were done in
11033 font_update_drivers before.
11034
11035 * xfont.c (xfont_match): New function.
11036 (xfont_driver): Set xfont_driver.match to xfont_match.
11037 (xfont_draw): Set font in GC if necessary.
11038
11039 * ftxfont.c (ftxfont_match): New function.
11040 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
11041
11042 * xftfont.c (xftfont_match): New function.
11043 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
11044
110452008-02-01 Kenichi Handa <handa@m17n.org>
11046
11047 * font.h (struct font): New member scalable.
11048 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
11049 (font_otf_gsub): Adjust prototype.
11050
11051 * font.c (font_otf_capability): Fix handling of the default langsys.
11052 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
11053 Check the contents of SPEC.
11054 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
11055 (check_gstring): New function.
11056 (REPLACEMENT_CHARACTER): New macro.
11057 (font_otf_gsub): New arg alternate_subst. Be sure to set all
11058 glyph codes of GSTRING.
11059 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
11060 (font_prepare_composition): Set cmp->glyph_len.
11061 (font_open_entity): Set font->scalable.
11062 (Ffont_get): Handle :otf property.
11063 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
11064 functions.
11065 (Fquery_font): Use font->font.full_name.
11066 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
11067 Sfont_otf_alternates.
11068
11069 * ftfont.c (ftfont_open): Set font->font.full_name and
11070 font->font.name properly. Fix calculation of font->font.height
11071 and font->min_width.
11072
11073 * ftxfont.c (ftxfont_create_gcs): New function.
11074 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
11075 (ftxfont_draw_backgrond): Fix filling region.
11076 (ftxfont_default_fid): New function.
11077 (ftxfont_open): Set xfont->fid to the return value of
11078 ftxfont_default_fid.
11079 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
11080 (ftxfont_done_face): Free only GCs that are created by
11081 ftxfont_create_gcs.
11082 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
11083
11084 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
11085 Clip to src->width, etc (not src->clip_XXX).
11086
11087 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
11088 FontBackend frame parameter.
11089
110902008-02-01 Kenichi Handa <handa@m17n.org>
11091
11092 * font.h (struct font_driver_list): New member `on'.
11093 (Fclear_font_cache): EXFUN it.
11094 (font_update_drivers): Extern it.
11095
11096 * font.c (font_unparse_fcname): Fix typo (swidth->width).
11097 (font_list_entities): Check driver_list->on.
11098 (register_font_driver): Initalize `on' member to 0.
11099 (font_update_drivers): New function.
11100 (Fclear_font_cache): Check driver_list->on.
11101
11102 * frame.h (Qfont_backend): Extern it.
11103 (x_set_font_backend): Extern it.
11104
11105 * frame.c (Qfont_backend): New variable.
11106 (frame_parms): New element for font-backend.
11107 (x_set_font_backend): New function.
11108
11109 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
11110 FontBackend frame parameter.
11111 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
11112 x_set_font_backend.
11113
11114 * xfont.c (xfont_list): Don't try listing by :name property if the
11115 name is not for XLFD.
11116
111172008-02-01 Kenichi Handa <handa@m17n.org>
11118
11119 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
11120 (LGLYPH_SET_TO): New macros.
11121 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
11122 element of G is vector or not.
11123 (font_at): Extern it.
11124
11125 * font.c: Include window.h.
11126 (font_lispy_object): New function.
11127 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
11128 end of valid glyph.
11129 (font_close_object): Fix getting (struct font *).
11130 (font_at): New function.
11131 (Ffont_get): If FONT is a font-object, get entity from it.
11132 (Ffont_make_gstring): Initialize elements of glyphs with nil.
11133 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
11134 range check.
11135 (Ffont_at): New function.
11136 (syms_of_font): Defsubr Sfont_at.
11137
11138 * xdisp.c (it_props): Move the entry for Qauto_composed to just
11139 before the entry for Qcomposition.
11140 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
11141 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
11142 the font in gstring.
11143 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
11144 LGLYPH_FORM (g) to detect the end of valid glyph.
11145 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
11146 we are composing with gstring.
11147
11148 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
11149 Check if adjustment is vector or not.
11150
11151 * Makefile.in (font.o): Make it depends on window.h.
11152
111532008-02-01 Kenichi Handa <handa@m17n.org>
11154
11155 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
11156 adjustment is vector or not.
11157
111582008-02-01 Miles Bader <miles@gnu.org>
11159
11160 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
11161
111622008-02-01 Kenichi Handa <handa@m17n.org>
11163
11164 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
11165 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
11166 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
11167
11168 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
11169 (DEVICE_DELTA): Fix typo.
11170 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
11171 LGLYPH format.
11172
11173 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
11174 the change of LGLYPH format.
11175
111762008-02-01 Kenichi Handa <handa@m17n.org>
11177
11178 * ftfont.c (ftfont_list): Fix typo.
11179 (ftfont_build_basic_charsets): Don't include letters with diacritics.
11180
111812008-02-01 Jan Djärv <jan.h.d@swipnet.se>
11182
11183 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
11184
11185 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
11186 xftface_info is non-NULL.
11187
111882008-02-01 Jan Djärv <jan.h.d@swipnet.se>
11189
11190 * ftfont.c (ftfont_list): Move misplaced #endif.
11191
111922008-02-01 Kenichi Handa <handa@m17n.org>
11193
11194 * ftfont.c (ftfont_list): Pay attention to the case that
11195 FC_CAPABILITY is not defined.
11196
111972008-02-01 Kenichi Handa <handa@m17n.org>
11198
11199 * xftfont.c (xftfont_open): Set charset related members to -1.
11200
11201 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
11202 QCname.
11203 (ftfont_open): Set charset related members to -1.
11204
11205 * fontset.c (Votf_script_alist): New variable.
11206 (syms_of_fontset): Initialize it.
11207 (fontset_font): Delete unused variable.
11208
11209 * fontset.h (Votf_script_alist): Extern it.
11210
11211 * font.c (font_find_for_lface): Optimize code.
11212
11213 * font.h (font_close_object, font_merge_old_spec): Extern them.
11214
112152008-02-01 Kenichi Handa <handa@m17n.org>
11216
11217 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
11218 (syms_of_font): Initialize them.
11219 (font_pixel_size): Allow float value in dpi.
11220 (font_prop_validate_type): Delete.
11221 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
11222 Change caller.
11223 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
11224 (font_prop_validate_extra): Delete.
11225 (font_prop_validate_spacing): New function.
11226 (font_property_table): Add elements for all known properties.
11227 (get_font_prop_index): Rename from check_font_prop_name. New
11228 argument FROM. Change caller.
11229 (font_prop_validate): Validate all known properties.
11230 (font_put_extra): Delete argument force. Change caller.
11231 (font_expand_wildcards): Make it static. Fix the way of shrinking
11232 the possible range.
11233 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
11234 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
11235 Change caller.
11236 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
11237 (font_parse_fcname): Delete argument merge. Fix parsing of point
11238 size. Don't validate properties values here. Change caller.
11239 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
11240 (font_open_by_name): Delete unused variable.
11241 (Ffont_spec): Likewise. Validate property values.
11242 (Ffont_match_p): New function.
11243
11244 * font.h (QCscalable): Extern it.
11245 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
11246
11247 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
11248
11249 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
11250 (xfont_list_pattern): New function.
11251 (xfont_list): Use xfont_list_pattern.
11252
112532008-02-01 Kenichi Handa <handa@m17n.org>
11254
11255 * font.h (Flist_fonts): EXFUN it.
11256
112572008-02-01 Jason Rumney <jasonr@gnu.org>
11258
11259 * w32term.c (w32_initialize): Add back smoothing_type and
11260 smoothing_enabled definitions.
11261
112622008-02-01 Kenichi Handa <handa@m17n.org>
11263
11264 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
11265 s->face->font on determining underline position.
11266
112672008-02-01 Kenichi Handa <handa@m17n.org>
11268
11269 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
11270 (font_has_char): Accept font-object too.
11271 (font_find_for_lface): Try at first with a size specified in face.
11272
112732008-02-01 Kenichi Handa <handa@m17n.org>
11274
11275 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
11276 font_open_by_name.
11277
112782008-02-01 Kenichi Handa <handa@m17n.org>
11279
11280 * font.h (QCspacing, QCdpi): Extern them.
11281 (enum font_spacing): New enum.
11282 (FONT_PIXEL_SIZE_QUANTUM): New macro.
11283
11284 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
11285 (QCspacing, QCdpi): New variables.
11286 (syms_of_font): Initialize them.
11287 (font_pixel_size): New function.
11288 (font_put_extra): New function.
11289 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
11290 in FONT_EXTRA.
11291 (font_parse_fcname): Handle enumerated values (e.g. bold).
11292 Fix handling font size. Add QCname property that contains only
11293 unknown properties.
11294 (font_score): Change argument. Change caller. Pay attention to
11295 FONT_PIXEL_SIZE_QUANTUM.
11296 (font_sort_entites, font_list_entities, font_find_for_lface)
11297 (font_open_for_lface, font_open_by_name): Fix handling of font size.
11298 (Ffont_spec): Add QCname property that contains only unknown properties.
11299
11300 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
11301 include weight in listing pattern, instead check weight of each
11302 listed font. Don't include scalable in pattern. Pay attention to
11303 FONT_PIXEL_SIZE_QUANTUM.
11304
113052008-02-01 Kenichi Handa <handa@m17n.org>
11306
11307 * font.c (font_parse_fcname): Fix parsing of point-size.
11308 (font_unparse_fcname): Produce symbolic names for style properties.
11309 (font_list_entities): Handle float size correctly.
11310 (font_open_by_name): Prefer `normal' property values if the name
11311 doesn't specify them.
11312
11313 * fontset.c (Finternal_char_font): Use font_get_name, not
11314 Ffont_xlfd_name.
11315
11316 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
11317 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
11318 pattern. Don't force scalable.
11319
11320 * xftfont.c (xftfont_open): For generating a name, start from
11321 96-byte buffer.
11322
113232008-02-01 Jan Djärv <jan.h.d@swipnet.se>
11324
11325 * frame.h (x_new_fontset2): Fix prototype.
11326
113272008-02-01 Kenichi Handa <handa@m17n.org>
11328
11329 * font.h (struct font_driver): Delete member parse_name.
11330 (font_match_p, font_get_spec, font_parse_fcname)
11331 (font_unparse_fcname): Extern them.
11332 (font_get_name): Adjust prototype.
11333
11334 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
11335 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
11336 (font_expand_wildcards): Fix handling ENCODING field. Avoid
11337 unnecessary checks for weight, slant, and swidth.
11338 (font_parse_fcname): New function.
11339 (font_unparse_fcname): New function.
11340 (font_parse_name): New function.
11341 (font_match_p): New function.
11342 (font_get_name): Change return value to Lisp string.
11343 (font_get_spec): New function.
11344 (Qunspecified, Qignore_defface): Don't extern them.
11345 (font_find_for_lface): Assume that LFACE is fully specified.
11346 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
11347 object, use it for FACE.
11348 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
11349 driver->parse_name.
11350 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
11351
11352 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
11353 prototype.
11354
11355 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
11356 argument F. Don't call Fnew_fontset. Instead, directly call
11357 make_fontset.
11358
11359 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
11360
11361 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
11362 of x_new_fontset2.
11363
11364 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
11365 (Qsans__serif): New variables.
11366 (ftfont_generic_family_list): New variable.
11367 (syms_of_ftfont): Initialize the above variables.
11368 (ftfont_pattern_entity): Delete argument NAME.
11369 (ftfont_list_generic_family): New function.
11370 (ftfont_parse_name): Delete this function.
11371 (ftfont_list): Try generic family only when FcFontList found no font.
11372 (ftfont_list_family): Fix args to FcObjectSetBuild.
11373
11374 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
11375 object in attrs[LFACE_FONT_INDEX].
11376 (set_lface_from_font_name): Cancel all changes for font-backend.
11377 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
11378 function.
11379 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
11380 font object in QCfont attribute.
11381 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
11382 (realize_default_face) [USE_FONT_BACKEND]: Call
11383 set_lface_from_font_and_fontset.
11384
11385 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
11386 "fixed", and signal error here if no suitable font was found.
11387
11388 * xfont.c (xfont_parse_name): Delete this function.
11389
11390 * xftfont.c (xftfont_open): Change coding style of error
11391 handling. Generate fontconfig's fontname pattern.
11392
11393 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
11394 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
11395
11396 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
11397 Both args FONTSET and FONT_OBJECT must be existing ones.
11398
113992008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11400
11401 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
11402
114032008-02-01 Kenichi Handa <handa@m17n.org>
11404
11405 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
11406
11407 * font.h (struct font): Fix typo.
11408
11409 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
11410 XLFD_XXX_INDEX.
11411 (enum xlfd_field_mask): New enum.
11412 (intern_font_field): Changed argument. Change caller. If digits
11413 are followed by non-digits, return a symbol.
11414 (font_expand_wildcards): New function.
11415 (font_parse_xlfd): Fix wildcard handling.
11416 (Ffont_spec): If :name is specified, reflect the info in the other
11417 properties.
11418
11419 * ftfont.c (ftfont_pattern_entity): Fix typo.
11420 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
11421 locale.
11422
114232008-02-01 Kenichi Handa <handa@m17n.org>
11424
11425 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
11426
11427 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
11428 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
11429 registry doesn't specify encoding part.
11430 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
11431 (font_open_by_name): At first try parsing the name.
11432 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
11433 as Lisp symbols.
11434
11435 * fontset.c (reorder_font_vector): Pay attention to the case that
11436 the 3rd element of font_def is nil.
11437 (fontset_font): For the default fontset, append one more fontset
11438 elements for a script-based font specification. Don't add script
11439 attribute on finding a font.
11440 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
11441 font name.
11442 (fontset_ascii_font): If a font can't be opened, return nil.
11443
11444 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
11445 (ftfont_pattern_entity): New function.
11446 (ftfont_get_cache): Assume that freetype_font_cache is already
11447 initialized.
11448 (ftfont_list): Handle the case that a file is specified in font
11449 name. Use ftfont_pattern_entity to generate entities.
11450 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
11451 (syms_of_ftfont): Initialize freetype_font_cache.
11452
11453 * xftfont.c (xftfont_open): Make the font name fontconfig's
11454 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
11455 (xftfont_close): Free font->font.name if not NULL.
11456
11457 * xfont.c (xfont_list): If script is specified for a font, return
11458 null_vector.
11459 (xfont_list_family): Declare argument type.
11460
11461 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
11462 name, set LFACE_FONT (lface) to nil.
11463
11464 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
11465 return Qnil.
11466
114672008-02-01 Kenichi Handa <handa@m17n.org>
11468
11469 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
11470 (standard_args): Add "-enable-font-backend".
11471
114722008-02-01 Kenichi Handa <handa@m17n.org>
11473
11474 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
11475 (struct xftdraw_list, xftdraw_list): Delete them.
11476 (register_xftdraw, check_xftdraw): Delete them.
11477 (xftfont_prepare_face): Don't call register_xftdraw.
11478 (xftfont_done_face): Don't call check_xftdraw.
11479 (xftfont_draw): Get background color only when with_background is
11480 nonzero.
11481
11482 * xfont.c (xfont_encode_char): Fix calculation of char2b.
11483
114842008-02-01 Kenichi Handa <handa@m17n.org>
11485
11486 These changes are for the new font handling codes.
11487
11488 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
11489 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
11490 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
11491 (FONTSRC, FONTOBJ): New variables.
11492 (obj): Add $(FONTOBJ).
11493 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
11494 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
11495 @LIBOTF_LIBS@.
11496 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
11497 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
11498
11499 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
11500
11501 * character.h (Vscript_representative_chars): Extern it.
11502
11503 * character.c (Vscript_representative_chars): New variable.
11504 (syms_of_character): Declare it as a Lisp variable.
11505
11506 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
11507 enable_font_backend is nonzero, accept the composition method
11508 COMPOSITION_WITH_GLYPH_STRING.
11509
11510 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
11511 enumeration COMPOSITION_WITH_GLYPH_STRING.
11512
11513 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
11514 members clip_x, clip_y, clip_width, and clip_height.
11515 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
11516
11517 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
11518 --enable-font-backend. Call syms_of_font.
11519
11520 * fns.c (assoc_no_quit): New function.
11521
11522 * fontset.h (FONT_INFO_FROM_FACE): New macro.
11523 (face_for_font, new_fontset_from_font)
11524 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
11525
11526 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
11527 (fontset_font, fontset_ascii, face_for_char)
11528 (make_fontset_for_ascii_face, Ffont_info)
11529 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
11530 is nonzero, use font-backend mechanism.
11531 (find_font_encoding): Make it non-static.
11532 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
11533 New functions.
11534
11535 * frame.h (struct frame): New members resx and resy.
11536 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
11537 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
11538
11539 * frame.c [USE_FONT_BACKEND]: Include "font.h".
11540 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
11541
11542 * lisp.h (assoc_no_quit): Extern it.
11543
11544 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
11545 Through out the file, use FONT_INFO_FROM_FACE instead of
11546 FONT_INFO_FROM_ID, use get_per_char_metric instead of
11547 rif->per_char_metric.
11548 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
11549 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
11550 (get_glyph_face_and_encoding, fill_composite_glyph_string)
11551 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
11552 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
11553 nonzero, use font-backend mechanism.
11554 (get_per_char_metric): New function.
11555
11556 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
11557 (set_lface_from_font_name)
11558 (set_font_frame_param, free_realized_face)
11559 (prepare_face_for_display, clear_face_gcs)
11560 (Finternal_set_font_selection_order, realize_x_face)
11561 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
11562 font-backend mechanism.
11563 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
11564 (load_face_font) [USE_FONT_BACKEND]: Abort.
11565 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
11566 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
11567
11568 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
11569 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
11570 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
11571 nonzero, register all available font drivers. Call
11572 x_default_font_parameter for deciding a font.
11573 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
11574
11575 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
11576 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
11577 (x_set_glyph_string_clipping_exactly)
11578 (x_compute_glyph_string_overhangs)
11579 (x_draw_glyph_string_foreground)
11580 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
11581 (x_free_frame_resources) [USE_FONT_BACKEND]: If
11582 enable_font_backend is nonzero, use font-backend mechanism.
11583 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
11584
115852008-02-01 Kenichi Handa <handa@m17n.org>
11586
11587 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
11588 system_eol_type.
11589 (syms_of_coding): Initialize system_eol_type.
11590
11591 * process.c (Fset_process_coding_system): Inherit system's eol
11592 format if necessary.
11593
115942008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11595
11596 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
11597
115982008-02-01 Kenichi Handa <handa@m17n.org>
11599
11600 * coding.c (decode_eol): Pay attention to buffer relocation in
11601 del_range_2.
11602 (decode_coding): Call decode_eol before restoring undo_list.
11603
116042008-02-01 Kenichi Handa <handa@m17n.org>
11605
11606 * charset.c (Fdefine_charset_internal): Fix setting of
11607 emacs_mule_bytes.
11608
116092008-02-01 Kenichi Handa <handa@m17n.org>
11610
11611 * keyboard.c (read_char): Check if C is a character or not before
11612 looking up Vkeyboard_translate_table.
11613
116142008-02-01 Kenichi Handa <handa@m17n.org>
11615
11616 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
11617 condition to terminate the loop.
11618
116192008-02-01 Kenichi Handa <handa@m17n.org>
11620
11621 * coding.c (produce_composition): Compare charbuf[i] instead of
11622 args[i] against 0.
11623 (Fterminal_coding_system): Use EQ to compare Lisp objects.
11624
116252008-02-01 Kenichi Handa <handa@m17n.org>
11626
11627 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
11628 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
11629 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
11630 detect_coding.
11631 (emacs_mule_char): Handle old style (Emacs 20) component character
11632 of a composition.
11633 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
11634 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
11635 composition rule.
11636 (decode_coding_emacs_mule): Handle invalid bytes correctly.
11637
116382008-02-01 Kenichi Handa <handa@m17n.org>
11639
11640 * coding.c (encode_coding_ccl): Allocate destination dynamically
11641 when necessary.
11642
116432008-02-01 Kenichi Handa <handa@m17n.org>
11644
11645 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
11646 the loop. When quitted, show a proper error message.
11647
116482008-02-01 Kenichi Handa <handa@m17n.org>
11649
11650 * xterm.c (x_set_glyph_string_clipping_exactly): Set
11651 src->clip_head and src->clip_tail temporarily instead of src->hl.
11652
11653 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
11654 character sequence.
11655 (Fccl_execute_on_string): Use ASET, not XSET.
11656
116572008-02-01 Kenichi Handa <handa@m17n.org>
11658
11659 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
11660
116612008-02-01 Kenichi Handa <handa@m17n.org>
11662
11663 * coding.c (decode_coding): Fix the condition of terminating the
11664 decoding loop.
11665
116662008-02-01 Kenichi Handa <handa@m17n.org>
11667
11668 * data.c (Faset): On setting a character bigger than 255 in a
11669 unibyte string, signal an error instead of make the string multibyte.
11670
116712008-02-01 Kenichi Handa <handa@m17n.org>
11672
11673 * charset.c (map_charset_chars): Fix for ascii-compatible charset
11674 made by a mapping table.
11675
116762008-02-01 Kenichi Handa <handa@m17n.org>
11677
11678 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
11679 not.
11680 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
11681 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
11682
11683 * xterm.c (x_draw_composite_glyph_string_foreground): Check
11684 s->face is NULL or not.
11685
116862008-02-01 Kenichi Handa <handa@m17n.org>
11687
11688 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
11689 (x_draw_glyph_string): Fix drawing of right_overhang and
11690 left_overhang around/on cursor.
11691
11692 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
11693
116942008-02-01 Kenichi Handa <handa@m17n.org>
11695
11696 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
11697
116982008-02-01 Kenichi Handa <handa@m17n.org>
11699
11700 * coding.c (Fdefine_coding_system_internal)
11701 (Fdefine_coding_system_alias): Avoid a duplicated element in
11702 Vcoding_system_alist.
11703
117042008-02-01 Kenichi Handa <handa@m17n.org>
11705
11706 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
11707
11708 * coding.c (Qcoding_system_define_form): New variable.
11709 (syms_of_coding): Intern and staticpro it.
11710 (Fcoding_system_p): Check Qcoding_system_define_form.
11711 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
11712
11713 * coding.h (CODING_SYSTEM_P): If ID is not available, call
11714 Fcoding_system_p.
11715 (CHECK_CODING_SYSTEM): If ID is not available, call
11716 Fcheck_coding_system.
11717 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
11718 Try also Fcheck_coding_system.
11719
117202008-02-01 Kenichi Handa <handa@m17n.org>
11721
11722 * coding.c (code_conversion_restore): GCPRO arg.
11723
117242008-02-01 Kenichi Handa <handa@m17n.org>
11725
11726 * character.c (lisp_string_width): Check multibyteness of STRING.
11727
117282008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11729
11730 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
11731 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
11732 (decode_mac_font_name): Use decode_coding_c_string instead of
11733 decode_coding.
11734 (x_load_font): Initialize fontp->fontset to -1. Set
11735 fontp->encoding_type.
11736
117372008-02-01 Kenichi Handa <handa@m17n.org>
11738
11739 * search.c (search_buffer): Give up BM search on case-fold-search
11740 if one of a target character has a case-equivalence of different
11741 byte length even if that target charcter is an ASCII.
11742 (simple_search): Fix calculation of byte length of matched text.
11743 (boyer_moore): Fix handling of case-equivalent multibyte characters.
11744
117452008-02-01 Kenichi Handa <handa@m17n.org>
11746
11747 * coding.c (decode_coding): Fix handling of invalid bytes.
11748
117492008-02-01 Kenichi Handa <handa@m17n.org>
11750
11751 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
11752 Unicode characters.
11753
117542008-02-01 Kenichi Handa <handa@m17n.org>
11755
11756 * coding.c (encode_coding_object): If a pre-write-conversion
11757 function makes a new buffer, kill it.
11758
117592008-02-01 Kenichi Handa <handa@m17n.org>
11760
11761 * coding.c (QCascii_compatible_p): New variable.
11762 (syms_of_coding): Initialize it.
11763 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
11764 calling string_char.
11765 (record_conversion_result): Add `default:' case.
11766 (coding_charset_list): Delete unused variable `coding_type'.
11767 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
11768 property in the plist of the coding system.
11769 (Fcoding_system_put): Check QCascii_compatible_p.
11770
117712008-02-01 Miles Bader <miles@gnu.org>
11772
11773 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
11774 removed calculation of frame `f', as it's now used.
11775
117762008-02-01 Kenichi Handa <handa@m17n.org>
11777
11778 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
11779 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
11780 (UNIDATA): New variable.
11781 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
11782 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
11783 $(RUN_TEMACS) unconditionally.
11784
117852008-02-01 Kenichi Handa <handa@m17n.org>
11786
11787 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
11788 (admindir): New variable.
11789 ($(lispsource)international/charprop.el): New target.
11790
117912008-02-01 Miles Bader <miles@gnu.org>
11792
11793 * character.c (chars-in-region): Remove obsolete function.
11794 (syms_of_character): Remove its initialization.
11795
117962008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
11797
11798 * w32select.c (validate_coding_system)
11799 (setup_windows_coding_system): New functions.
11800 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
11801 setup_windows_coding_system.
11802 (setup_config, Fw32_get_clipboard_data): Use
11803 validate_coding_system.
11804 (Fx_selection_exists): Move call to setup_config to a place
11805 where signals are allowed.
11806
11807 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
11808 (Fcheck_coding_system): Add declarations.
11809
118102008-02-01 Kenichi Handa <handa@m17n.org>
11811
11812 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
11813
118142008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11815
11816 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
11817 string as the second argument for x_new_fontset.
11818
118192008-02-01 Kenichi Handa <handa@m17n.org>
11820
11821 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
11822 (encode_coding_object): Use safe_call instead of call2.
11823
118242008-02-01 Kenichi Handa <handa@m17n.org>
11825
11826 * fontset.c (Fset_fontset_font): Check family element of a given vector.
11827
11828 * Makefile.in (lisp): Include charprop.el.
11829
118302008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11831
11832 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
11833 Not sure if it's unnecessary.
11834
118352008-02-01 Steven Tamm <steventamm@mac.com>
11836
11837 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
11838 some possibly unnecessary fontset checking code that crashed
11839 when creating a new frame.
11840
118412008-02-01 Kenichi Handa <handa@m17n.org>
11842
11843 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
11844 lookup_face.
11845
11846 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
11847
11848 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
11849
118502008-02-01 Kenichi Handa <handa@m17n.org>
11851
11852 * coding.c: Cancel the change done in HEAD on 2008-02-01.
11853 (coding_charset_list): New function.
11854
11855 * coding.h (coding_charset_list): Extern it.
11856
118572008-02-01 Kenichi Handa <handa@m17n.org>
11858
11859 * fontset.c (Fset_fontset_font): Call find_font_encoding with
11860 concatenation of family and registry.
11861
118622008-02-01 Kenichi Handa <handa@m17n.org>
11863
11864 * character.h (BYTE8_STRING): Fix typo.
11865
11866 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
11867 string to multibyte (sync to HEAD).
11868
11869 * casefiddle.c (casify_region): Handle changes in byte-length
11870 using replace_range_2 (sync to HEAD).
11871
118722008-02-01 Andreas Schwab <schwab@suse.de>
11873
11874 * chartab.c (map_char_table): GCPRO table and arg.
11875
118762008-02-01 Kenichi Handa <handa@m17n.org>
11877
11878 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
11879 already at limit.
11880
118812008-02-01 Kenichi Handa <handa@m17n.org>
11882
11883 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
11884 instead of fast_c_string_match_ignore_case.
11885 (find_font_encoding): Change argument to Lisp_Object. Use
11886 fast_string_match_ignore_case instead of
11887 fast_c_string_match_ignore_case. Change caller.
11888
118892008-02-01 Kenichi Handa <handa@m17n.org>
11890
11891 * xdisp.c (get_next_display_element): In unibyte case, decide to
11892 display in octal form by checking a character by
11893 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
11894
11895 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
11896
11897 * character.c (unibyte_has_multibyte_table): New variable.
11898
11899 * character.h (unibyte_has_multibyte_table): Extern it.
11900 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
11901
119022008-02-01 Kenichi Handa <handa@m17n.org>
11903
11904 * coding.c (encode_coding_iso_2022): Fix handling of charset
11905 annotation.
11906
119072008-02-01 Kenichi Handa <handa@m17n.org>
11908
11909 * coding.c (setup_coding_system): If coding_system is nil, use
11910 Qundecided.
11911 (Fterminal_coding_system): Return nil if terminal coding system is
11912 `undecided'.
11913 (syms_of_coding): Define coding-system `undecided' here. Setup
11914 terminal_coding as `undecided'.
11915
119162008-02-01 Kenichi Handa <handa@m17n.org>
11917
11918 * xdisp.c (message_dolog, set_message_1): Call
11919 unibyte_char_to_multibyte with arg type int.
11920
11921 * lread.c (read1): Fix reading of a char-table.
11922
11923 * print.c (print_object): Include sub char-table in circularities
11924 detection.
11925
119262008-02-01 Kenichi Handa <handa@m17n.org>
11927
11928 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
11929 Append the found sequences in car of ARGS instead of prepending.
11930
119312008-02-01 Kenichi Handa <handa@m17n.org>
11932
11933 * fileio.c (report_file_error): Make a unibyte string from
11934 strerror (errorno).
11935 (Fsubstitute_in_file_name): Fix the arg to
11936 unibyte_char_to_multibyte. It is evaluated twice.
11937
119382008-02-01 Kenichi Handa <handa@m17n.org>
11939
11940 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
11941
119422008-02-01 Kenichi Handa <handa@m17n.org>
11943
11944 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
11945 BOM is not found.
11946 (detect_coding, detect_coding_system): Optimization for ISO-2022
11947 when no 8-bit data is found.
11948
119492008-02-01 Jason Rumney <jasonr@gnu.org>
11950
11951 * w32fns.c (x_to_w32_font): Update to use new coding struct.
11952
119532008-02-01 Kenichi Handa <handa@m17n.org>
11954
11955 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
11956 CHARS.
11957
119582008-02-01 Steven Tamm <steventamm@mac.com>
11959
11960 * macterm.c (mac_encode_char): Add charset argument and update
11961 to use encoding_type.
11962 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
11963 switch to pure fontset.
11964 (decode_mac_font_name): Temporarily remove decoding.
11965 (x_font_name_to_mac_font_name): Temporarily remove encoding.
11966 (x_load_font): Temporarily remove encoding.
11967
119682008-02-01 Kenichi Handa <handa@m17n.org>
11969
11970 * xfaces.c (Fface_font): If frame is not on a window system,
11971 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
11972 refer to face->font.
11973 (split_font_name_into_vector, build_font_name_from_vector)
11974 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
11975 when HAVE_WINDOW_SYSTEM is defined.
11976
119772008-02-01 Kenichi Handa <handa@m17n.org>
11978
11979 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
11980 (x_produce_glyphs): Fix setting of members of cmp in case
11981 cmp->glyph_len is zero.
11982
11983 * fontset.c (Fset_fontset_font): Fix docstring.
11984 (Ffontset_info): Make it backward compatible. New arg ALL.
11985
119862008-02-01 Kim F. Storm <storm@cua.dk>
11987
11988 * process.c (read_process_output): Grow decoding_buf when needed;
11989 this could cause a crash in allocate_string and compact_small_strings.
11990
119912008-02-01 Kenichi Handa <handa@m17n.org>
11992
11993 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
11994
119952008-02-01 Kenichi Handa <handa@m17n.org>
11996
11997 * coding.c (setup_coding_system): Set coding->common_flags
11998 correctly for raw-text.
11999 (consume_chars): On encoding unibyte text by raw-text, don't check
12000 multibyte form.
12001 (encode_coding): On encoding by raw-text, never use translation tables.
12002
12003 * fileio.c (e_write): Short cut for the case of no encoding.
12004
120052008-02-01 Kenichi Handa <handa@m17n.org>
12006
12007 * coding.c (detect_coding, detect_coding_system): Delete unused
12008 variables.
12009
120102008-02-01 Kenichi Handa <handa@m17n.org>
12011
12012 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
12013 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
12014
120152008-02-01 Kenichi Handa <handa@m17n.org>
12016
12017 * coding.c (Ffind_coding_systems_region_internal): Include
12018 raw-text and no-conversion in the result.
12019
120202008-02-01 Kenichi Handa <handa@m17n.org>
12021
12022 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
12023 (load_font_get_repertory): Delete unnecessary check of ENCODING of
12024 FONT_DEF.
12025 (font_def_arg, add_arg, from_arg, to_arg): New args.
12026 (set_fontset_font): Change argument.
12027 (Fset_fontset_font): Fix for the case that TARGET is a script
12028 name and charset name.
12029 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
12030
120312008-02-01 Kenichi Handa <handa@m17n.org>
12032
12033 * fontset.c (fontset_font): Rename from fontset_face. Change return
12034 value.
12035 (face_suitable_for_char_p, face_for_char): Adjust for the change
12036 of fontset_font.
12037 (make_fontset_for_ascii_face): Fix setting of the fontset element
12038 for ASCII.
12039 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
12040 to get a font name.
12041 (Ffontset_info): Adjust for the change of fontset_font.
12042
12043 * coding.c (emacs_mule_char): Check invalid code more rigidly.
12044
12045 * character.h (LEADING_CODE_LATIN_1_MIN)
12046 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
12047
120482008-02-01 Kenichi Handa <handa@m17n.org>
12049
12050 * editfns.c (check_translation): New function.
12051 (Ftranslate_region_internal): Handle M:N mapping.
12052
120532008-02-01 Kenichi Handa <handa@m17n.org>
12054
12055 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
12056
120572008-02-01 Kenichi Handa <handa@m17n.org>
12058
12059 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
12060 goto invalid_code.
12061 (decode_coding_iso_2022): Fix handling of invalid designation.
12062
12063 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
12064 after calling code_conversion_save.
12065
120662008-02-01 Kenichi Handa <handa@m17n.org>
12067
12068 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
12069
12070 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
12071
12072 * fontset.c: Include "intervals.h".
12073 (fontset_face): Fix comparing of Lisp_Objects.
12074 (free_face_fontset, new_fontset_from_font_name): Fix
12075 Lisp_Object/int mixup.
12076
12077 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
12078
12079 * coding.c: Add many prototypes for static functions.
12080 (get_translation_table): Allow max_lookup to be NULL.
12081 (decode_coding, Ffind_coding_systems_region_internal)
12082 (Funencodable_char_position, Fcheck_coding_systems_region): Call
12083 get_translation_table with max_lookup NULL.
12084
120852008-02-01 Kenichi Handa <handa@m17n.org>
12086
12087 * coding.c (get_translation_table): Declare it as Lisp_Object.
12088 (LOOKUP_TRANSLATION_TABLE): New macro.
12089 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
12090 instead of CHAR_TABLE_REF.
12091
120922008-02-01 Kenichi Handa <handa@m17n.org>
12093
12094 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
12095 annotation data format.
12096 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
12097 Change arguments FROM and TO to single argument NCHARS. Change caller.
12098 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
12099 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12100 (decode_coding_ccl, decode_coding_charset): Pay attention to
12101 coding->charbuf_used.
12102 (get_translation): New function.
12103 (produce_chars): New arguments translation_table and last_block.
12104 Translate characters here. Return number of carryover chars.
12105 Change caller.
12106 (produce_composition): New argument pos. Change caller.
12107 Adjust for the change of annotation data format.
12108 (produce_charset, produce_annotation): Likewise.
12109 (decode_coding, encode_coding): Don't call translate_chars.
12110 (consume_chars): New arg translation_table. Change caller.
12111 (translate_chars): Delete.
12112 (syms_of_coding): Make translation-table's number of extra slots 2.
12113
121142008-02-01 Kenichi Handa <handa@m17n.org>
12115
12116 * search.c (simple_search): Fix setting this_pos_byte in backward
12117 search.
12118
12119 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
12120 byte sequence.
12121 (detect_coding_ccl): Fix setting of the variable valids.
12122
121232008-02-01 Kenichi Handa <handa@m17n.org>
12124
12125 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
12126
12127 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
12128
12129 * editfns.c (Ftranslate_region_internal): Rename from
12130 Ftranslate_region. Accept a char-table in TABLE.
12131 (syms_of_editfns): Defsubr Stranslate_region_internal.
12132
12133 * xfaces.c (set_lface_from_font_name): If a font is specified for
12134 a frame, generate a fontset from the font.
12135 (build_scalable_font_name): If the scalable font is requested for
12136 a specific size, don't change that size.
12137 (try_font_list): Try a scalable font also in the case that a
12138 pattern string is specified.
12139
121402008-02-01 Kenichi Handa <handa@m17n.org>
12141
12142 * xfaces.c (Fface_font): New optional arg CHARACTER.
12143
121442008-02-01 Kenichi Handa <handa@m17n.org>
12145
12146 * charset.h (CHARSET_OFFSET): New macro.
12147
121482008-02-01 Kenichi Handa <handa@m17n.org>
12149
12150 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
12151
12152 * fontset.c (fontset_face): Handle the case that repertory is a
12153 char-table.
12154 (find_font_encoding): Return nil for unknown encoding.
12155 (Fset_fontset_font): Ignore a font of unknown encoding.
12156
121572008-02-01 Kenichi Handa <handa@m17n.org>
12158
12159 * keymap.c (describe_vector): Handle default value of a char table.
12160
12161 * fontset.c (fontset_face): Handle fallback fonts correctly.
12162 (Ffontset_info): Return infomation about fallback fonts.
12163
121642008-02-01 Kenichi Handa <handa@m17n.org>
12165
12166 * fontset.c (FONTSET_DEFAULT): New macro.
12167 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
12168 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
12169 the case that it is nil.
12170 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
12171 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
12172
12173 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
12174 subset or superset.
12175
121762008-02-01 Kenichi Handa <handa@m17n.org>
12177
12178 * emacs.c (main): Call init_charset after syms_of_XXX.
12179
12180 * charset.c (Vcharset_map_directory): Delete.
12181 (Vcharset_map_path): New variable.
12182 (load_charset_map_from_file): Use Vcharset_map_path instead.
12183 (init_charset): Initialize Vcharset_map_path.
12184 (syms_of_charset): Delete declaration of "charset-map-directory",
12185 add declaration of "charset-map-path".
12186
121872008-02-01 Kenichi Handa <handa@m17n.org>
12188
12189 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
12190 ASCII only string.
12191
12192 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
12193
12194 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
12195 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
12196
121972008-02-01 Kenichi Handa <handa@m17n.org>
12198
12199 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
12200
12201 * coding.c (QCmnemonic, QCdefalut_char)
12202 (QCdecode_translation_table, QCencode_translation_table)
12203 (QCpost_read_conversion, QCpre_write_conversion): New variables.
12204 (get_translation_table): Return a list of translation tables if
12205 necessary.
12206 (decode_coding): Call get_translation_table with ENCODEP 0.
12207 (char_encodable_p): If translation_table is non-nil, always call
12208 translate_char.
12209 (Fdefine_coding_system_internal): Accept list of translation
12210 tables as :encode-translation-table and :decode-translation-table.
12211 (Fcoding_system_put): New function.
12212 (syms_of_coding): Declare new symbols. Defsubr
12213 Scoding_system_put.
12214 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
12215 typically JISX0212.
12216
12217 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
12218 when the charset is superset type.
12219
12220 * character.c (translate_char): Accept list of translation tables.
12221
122222008-02-01 Kenichi Handa <handa@m17n.org>
12223
12224 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
12225 (CODING_ATTR_TRANS_TBL): New macro.
12226
12227 * coding.c (get_translation_table): New function.
12228 (translate_chars): Fix the bug of skipping annotation data.
12229 (decode_coding, encode_coding): Utilize get_translation_table.
12230 (char_encodable_p, Funencodable_char_position): Translate char if
12231 necessary.
12232 (Ffind_coding_systems_region_internal)
12233 (Fcheck_coding_systems_region): Setup translation table for encode
12234 in a coding system attribute vector in advance.
12235 (Fdefine_coding_system_internal): Allow a symbol as translation
12236 table. For shift-jis type coding system, allow 4th charset.
12237
122382008-02-01 Kenichi Handa <handa@m17n.org>
12239
12240 * coding.c (decode_coding_sjis): Check the first byte rigidly.
12241
12242 * xdisp.c (get_next_display_element): Pass -1 as POS to
12243 FACE_FOR_CHAR if displaying a C-string.
12244
122452008-02-01 Kenichi Handa <handa@m17n.org>
12246
12247 * composite.c (get_composition_id): Handle xoff and yoff in a
12248 composition rule.
12249
12250 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
12251 (struct composition): New member lbearing and rbearing.
12252
12253 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
12254 (x_get_glyph_overhangs): Handle a composition glyph.
12255 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
12256
12257 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
12258 composition glyph.
12259
122602008-02-01 Kenichi Handa <handa@m17n.org>
12261
12262 * print.c: Include charset.h.
12263 (Vprint_charset_text_property): New variable.
12264 (Qdefault): Extern it.
12265 (PRINT_STRING_NON_CHARSET_FOUND)
12266 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
12267 (print_check_string_result): New variable.
12268 (print_check_string_charset_prop): New function.
12269 (print_prune_charset_plist): New variable.
12270 (print_prune_string_charset): New function.
12271 (print_object): Call print_prune_string_charset if
12272 Vprint_charset_text_property is not t.
12273 (print_interval): Print nothing if interval->plist is nil.
12274 (syms_of_print): Declare Vprint_charset_text_property as a lisp
12275 variable. Init and staticpro print_prune_charset_plist.
12276
122772008-02-01 Kenichi Handa <handa@m17n.org>
12278
12279 * fontset.c (new_fontset_from_font_name): Use the specified font
12280 for all characters in the new fontset.
12281
12282 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
12283 OBJECT args.
12284
12285 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
12286 OBJECT args for composition too.
12287
12288 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
12289 OBJECT args.
12290
122912008-02-01 Kenichi Handa <handa@m17n.org>
12292
12293 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
12294
12295 * fontset.c (reorder_font_vector): Adjust for the change of
12296 FONT_DEF format.
12297 (fontset_face): New arg id. Change caller.
12298 (face_for_char): New args pos and object.
12299 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
12300 (fs_query_fontset): Check NAME by Fassoc too.
12301 (Fset_fontset_font): Allow non-XLFD font name.
12302 (Ffontset_info): Adjust for the change of FONT_DEF format.
12303
12304 * fontset.h (face_for_char): Adjust prototype.
12305
12306 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
12307 (append_space, extend_face_to_end_of_line)
12308 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
12309 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
12310
12311 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
12312 POS and OBJECT args.
12313
12314 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
12315 POS and OBJECT args.
12316
123172008-02-01 Jason Rumney <jasonr@gnu.org>
12318
12319 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
12320 of GlobalAlloc'ed memory.
12321
123222008-02-01 Kenichi Handa <handa@m17n.org>
12323
12324 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
12325
12326 * charset.h (charset_table_used): Delete extern.
12327
12328 * charset.c (charset_table_used): Make it static.
12329 (map_charset_chars): Fix args to c_function with.
12330
12331 * chartab.c (map_sub_char_table_for_charset): Fix args to
12332 c_function with.
12333
12334 * coding.h (enum coding_result_code): Delete
12335 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
12336
12337 * coding.c (Qinsufficient_source, Qinconsistent_eol)
12338 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
12339 (Vlast_code_conversion_error): New variables.
12340 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
12341 (ONE_MORE_BYTE): Record error if any instead of signaling an
12342 error. If non-ASCII multibyte char is found, return the negative
12343 value of the code. All callers changed to check it.
12344 (ONE_MORE_BYTE_NO_CHECK): Likewise.
12345 (record_conversion_result): New function. Change all codes setting
12346 coding->result to call this function.
12347 (detect_coding_utf_8, decode_coding_utf_8)
12348 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
12349 Don't use the local variable incomplete.
12350 (emacs_mule_char): Change the second arg to `const'.
12351 (decode_coding): Fix of flushing out unprocessed data.
12352 (make_conversion_work_buffer): Fix making of a work buffer.
12353 (decode_coding_object): Return coding->dst_object.
12354
12355 * fontset.c (set_fontset_font): Fix args.
12356
12357 * lisp.h (CHARACTERBITS): Define as 22.
12358
12359 * process.c (send_process): Be sure to set coding->src_multibyte.
12360
12361 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
12362
123632008-02-01 Kenichi Handa <handa@m17n.org>
12364
12365 * xdisp.c (handle_auto_composed_prop): Give limit to
12366 Fnext_single_char_property_change.
12367
123682008-02-01 Kenichi Handa <handa@m17n.org>
12369
12370 * composite.c (syms_of_composite): Don't make the composition hash
12371 table weak.
12372
12373 * fontset.c (Fset_fontset_font): Fix docstring.
12374
12375 * lisp.h (detect_coding_system): Adjust prototype.
12376
12377 * fileio.c (kill_workbuf_unwind): Delete this function.
12378 (Finsert_file_contents): Adjust the call of detect_coding_system.
12379 Get conversion_buffer by code_conversion_save. Use the macro
12380 CODING_MAY_REQUIRE_DECODING. After decoding, update
12381 coding_system.
12382
12383 * coding.h (make_conversion_work_buffer): Delete extern.
12384 (code_conversion_save): Extern it.
12385
12386 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
12387 (CODING_GET_INFO): Delete argument eol_type. Change callers.
12388 (decode_coding_utf_8): Don't do eol converion.
12389 (detect_coding_utf_16): Check coding->src_chars, not
12390 coding->src_bytes. Add heuristics for those that have no signature.
12391 (decode_coding_emacs_mule, decode_coding_iso_2022)
12392 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
12393 Don't do eol converion.
12394 (adjust_coding_eol_type): Return a new coding system.
12395 (detect_coding): Don't detect eol. Fix for utf-16 detection.
12396 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
12397 each change.
12398 (decode_coding): Pay attention to undo_list. Do eol conversion for
12399 all types of coding-systems (if necessary).
12400 (Vcode_conversion_work_buf_list): Delete it.
12401 (Vcode_conversion_reused_workbuf): Rename from
12402 Vcode_conversion_reused_work_buf.
12403 (Vcode_conversion_workbuf_name): New variable.
12404 (reused_workbuf_in_use): New variable.
12405 (make_conversion_work_buffer): Delete the arg DEPTH.
12406 (code_conversion_restore): Change argument to cons.
12407 (code_conversion_save): Delete the argument BUFFER. Change callers.
12408 (detect_coding_system): New argument src_chars. Change callers.
12409 Fix for utf-16 detection.
12410 (init_coding_once): Don't use ISO_carriage_return.
12411 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
12412 reused_workbuf_in_use.
12413
124142008-02-01 Kenichi Handa <handa@m17n.org>
12415
12416 * keymap.c (store_in_keymap): Pay attention to the case that idx
12417 is a cons specifying a character range.
12418
124192008-02-01 Kenichi Handa <handa@m17n.org>
12420
12421 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
12422 HANDLED_RECOMPUTE_PROPS.
12423
12424 * coding.c (Fdefine_coding_system_internal): Fix checking of
12425 ascii compatibility.
12426
124272008-02-01 Kenichi Handa <handa@m17n.org>
12428
12429 * charset.c (find_charsets_in_text): Delete unused locale variable.
12430 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
12431
12432 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
12433 Resync charset_list to Vemacs_mule_charset_list.
12434
12435 * keymap.c (store_in_keymap): Pay attention to the case that idx
12436 is a cons specifying a character range.
12437
124382008-02-01 Kenichi Handa <handa@m17n.org>
12439
12440 * composite.c (update_compositions): Bind inhibit-read-only, etc
12441 to t before calling remove-list-of-text-properties.
12442
12443 * print.c (print_object): Always print ASCII chars as is.
12444
124452008-02-01 Kenichi Handa <handa@m17n.org>
12446
12447 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
12448
12449 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
12450 is a char table.
12451
124522008-02-01 Kenichi Handa <handa@m17n.org>
12453
12454 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
12455
124562008-02-01 Kenichi Handa <handa@m17n.org>
12457
12458 * xfaces.c (set_lface_from_font_name): Fix for the case that
12459 FONTNAME is not fontset name.
12460
124612008-02-01 Kenichi Handa <handa@m17n.org>
12462
12463 * fns.c (base64_encode_1): Fix previous change.
12464
124652008-02-01 Kenichi Handa <handa@m17n.org>
12466
12467 * fontset.c (set_fontset_font): New function.
12468 (Fset_fontset_font): If a font is specified for a charset, use
12469 map_charset_chars to store the font spec in a fontset.
12470
124712008-02-01 Kenichi Handa <handa@m17n.org>
12472
12473 * fontset.c (fontset_face): Create a fallback fontset on demand.
12474 (make_fontset): Don't create a fallback fontset here.
12475 (free_face_fontset): Free a fallback fontset (if any) too.
12476 (n_auto_fontsets): Delete this variable.
12477 (auto_fontset_alist): New variable.
12478 (new_fontset_from_font_name): Check auto_fontset_alist.
12479 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
12480 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
12481 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
12482 Defsubr Sfontset_list_all.
12483
124842008-02-01 Kenichi Handa <handa@m17n.org>
12485
12486 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
12487
124882008-02-01 Kenichi Handa <handa@m17n.org>
12489
12490 * fontset.c (Fnew_fontset): Check NAME more rigidly.
12491
124922008-02-01 Kenichi Handa <handa@m17n.org>
12493
12494 * editfns.c (Fgoto_char): Fix docstring.
12495
124962008-02-01 Kenichi Handa <handa@m17n.org>
12497
12498 * insdel.c (insert_from_gap): Adjust intervals correctly.
12499
125002008-02-01 Jason Rumney <jasonr@gnu.org>
12501
12502 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
12503 (pfnGetFontUnicodeRanges): New dynamically loaded function.
12504 (w32_initialize): Try to load it.
12505 (x_get_font_repertory): Use it if available.
12506 (w32_encode_char): Add shortcut for unicode output.
12507
12508 * w32fns.c (w32_load_system_font): Default charset to -1.
12509 (x_to_w32_charset): Match all fonts for unicode.
12510 (w32_to_x_charset): New parameter matching. Don't return partial
12511 or wildcard charsets.
12512 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
12513 (w32_codepage_for_font): Return CP_UNICODE for unicode.
12514 (w32_to_x_font): Match charset to real charset.
12515 (enum_font_cb2): Always list unicode versions.
12516
12517 * makefile.w32-in (temacs): Increase EMHEAP.
12518
125192008-02-01 Jason Rumney <jasonr@gnu.org>
12520
12521 * w32term.c (w32_encode_char): New charset parameter.
12522 font_info.encoding becomes encoding_type.
12523 (x_get_font_repertory): New function. Warning: stub only!
12524 (x_new_font): Return quickly if font already set.
12525 (x_new_fontset): fontsetname parameter is Lisp_Object.
12526 Use new fs_query_fontset. Try new_fontset_from_font_name.
12527 Use fontset_name for return value.
12528
12529 * w32term.h: Declare x_get_font_repertory.
12530
12531 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
12532 place of find_charset_in_text. Use encode_coding_object in place
12533 of encode_coding.
12534 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
12535 decode_coding.
12536
12537 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
12538 of x_new_fontset.
12539 (w32_load_system_font): Initialize charset as unicode.
12540 font_info.encoding becomes encoding_type.
12541 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
12542 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
12543 (syms_of_w32fns): Set get_font_repertory_func.
12544
12545 * w32console.c: Include character.h. Use terminal_encode_buffer
12546 from term.c.
12547 (write_glyphs): Use new version of encode_terminal_code. Use
12548 encode_coding_object in place of encode_coding.
12549
12550 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
12551 encoding becomes encoding_type.
12552
12553 * term.c (terminal_encode_buffer): Make externally visible.
12554
12555 * makefile.w32-in: Add character.h dependancies.
12556 (character.o, chartab.o): New targets.
12557
125582008-02-01 Kenichi Handa <handa@m17n.org>
12559
12560 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
12561 CODING_ID_EOL_TYPE.
12562
125632008-02-01 Andreas Schwab <schwab@suse.de>
12564
12565 * coding.c (produce_chars): Revert last change.
12566
125672008-02-01 Kenichi Handa <handa@m17n.org>
12568
12569 * charset.h (charset_unicode): Extern it.
12570
12571 * charset.c (string_xstring_p): Check by (C >= 0x100).
12572 (find_charsets_in_text): Change format of the arc CHARSETS. New
12573 arg MULTIBYTE.
12574 (Ffind_charset_region, Ffind_charset_string): Adjust for the
12575 change of find_charsets_in_text.
12576 (Fsplit_char): Fix doc. Never return unknown.
12577
12578 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
12579
12580 * coding.c (Fdefine_coding_system_alias): Update
12581 Vcoding_system_list.
12582
12583 * fontset.c (load_font_get_repertory): Pay attention to the case
12584 that ENCODING of a font is specified by a char-table.
12585
12586 * xterm.c (x_get_font_repertory): Handle the case that the
12587 encoding of font is other than Unicode.
12588
125892008-02-01 Kenichi Handa <handa@m17n.org>
12590
12591 * term.c (encode_terminal_code): Don't handle glyph-table. Check
12592 if a character is encodable by the terminal coding system. If
12593 not, produces proper number of `?'s. Update
12594 terminal_encode_buffer and terminal_encode_buf_size if necessary.
12595 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
12596
125972008-02-01 Kenichi Handa <handa@m17n.org>
12598
12599 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
12600 variables.
12601 (encode_terminal_code): Change argument. Encode multiple
12602 characters at once. Store the result of encoding in
12603 terminal_encode_buffer.
12604 (write_glyphs, insert_glyphs): Adjust for the change of
12605 encode_terminal_code.
12606 (term_init): Initialize terminal_encode_buffer and
12607 terminal_encode_buf_size.
12608
12609 * coding.c (consume_chars): If coding->src_object is nil, don't
12610 check annotation.
12611
126122008-02-01 Kenichi Handa <handa@m17n.org>
12613
12614 * character.c (char_string): Use ASCII_CHAR_P instead of
12615 SINGLE_BYTE_CHAR_P.
12616
126172008-02-01 Kenichi Handa <handa@m17n.org>
12618
12619 * xdisp.c (handle_auto_composed_prop): Check if the last
12620 characters of auto-composed region is newly composed with the
12621 following characters.
12622 (handle_composition_prop): Fix checking of point being inside
12623 composition.
12624
126252008-02-01 Kenichi Handa <handa@m17n.org>
12626
12627 * fns.c (concat): Don't change multibyteness of the result by
12628 concatenating an 8-bit character.
12629
12630 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
12631 multibyteness of the result when newelt is an 8-bit character.
12632
126332008-02-01 Dave Love <fx@gnu.org>
12634
12635 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
12636 EMACS_INT.
12637
12638 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
12639
12640 * xfaces.c (face_numeric_value): Declare dim size_t.
12641 (Finternal_lisp_face_equal_p): Remove unused f.
12642
12643 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
12644 (MATRIX_ROW): Remove unused vars.
12645 (draw_glyphs, x_insert_glyphs, fast_find_position)
12646 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
12647 byte/char counts.
12648
12649 * regex.c (regex_compile): Remove unused var.
12650
12651 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
12652
12653 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
12654 (Faccessible_keymaps, where_is_internal): Remove unused vars.
12655
12656 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
12657
12658 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
12659
12660 * fileio.c (Fwrite_region): Remove unused var.
12661
12662 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
12663 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
12664
12665 * composite.c (Fremove_list_of_text_properties): Declare.
12666
12667 * coding.c (inhibit_pre_post_conversion): Remove (unused).
12668 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
12669 (coding_inherit_eol_type): Remove unused attrs.
12670 (detect_coding): Cast arg of detect_eol.
12671
12672 * charset.c (syms_of_charset): Remove unused var p.
12673 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
12674 byte/char counts.
12675
12676 * casetab.c (set_case_table): Remove unused var.
12677
12678 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
12679 unused vars.
12680
126812008-02-01 Dave Love <fx@gnu.org>
12682
12683 * xterm.c (x_bitmap_mask): Declare.
12684
126852008-02-01 Dave Love <fx@gnu.org>
12686
12687 * xterm.c (x_term_init): Fix type error.
12688
12689 * lisp.h: Add Funibyte_char_to_multibyte.
12690
12691 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
12692 (Fset_coding_system_priority): Doc fix.
12693
12694 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
12695
12696 * indent.c (check_composition): Make start and end EMACS_INT.
12697
12698 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
12699
12700 * xdisp.c (handle_composition_prop, check_point_in_composition):
12701 Make buffer positions EMACS_INT.
12702
12703 * composite.c (find_composition, run_composition_function)
12704 (update_compositions, Ffind_composition_internal): Make buffer
12705 positions EMACS_INT.
12706
12707 * composite.h (find_composition, update_compositions): Make
12708 position args EMACS_INT.
12709
12710 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
12711
12712 * intervals.c (get_property_and_range):
12713 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
12714
12715 * unexalpha.c: Don't include varargs.h.
12716
127172008-02-01 Dave Love <fx@gnu.org>
12718
12719 * coding.h (ENCODE_UTF_8): New.
12720
12721 * Makefile.in (gtkutil.o): Depend on coding.h.
12722
12723 * coding.c (Fset_coding_system_priority): Doc fix.
12724
127252008-02-01 Kenichi Handa <handa@m17n.org>
12726
12727 * fileio.c (Finsert_file_contents): Call setup_coding_system in
12728 the case of auto saving.
12729
127302008-02-01 Andreas Schwab <schwab@suse.de>
12731
12732 * chartab.c (map_char_table, map_char_table_for_charset): Protect
12733 `range' from GC.
12734
127352008-02-01 Kenichi Handa <handa@m17n.org>
12736
12737 * coding.c (decode_coding_sjis): Check bytes more rigidly.
12738
127392008-02-01 Kenichi Handa <handa@m17n.org>
12740
12741 * fileio.c (choose_write_coding_system): Return a decided coding system.
12742 (Fwrite_region): Set Vlast_coding_system_used to the return value
12743 of choose_write_coding_system.
12744
127452008-02-01 Kenichi Handa <handa@m17n.org>
12746
12747 * charset.c (Fset_charset_priority): Pay attention to duplicated
12748 arguments.
12749
12750 * coding.c (QCcategory): New variable.
12751 (syms_of_coding): Defsym it. Set all elements of
12752 Vcoding_category_table and their symbol values.
12753 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
12754 coding-category-XXX, and coding-category-list.
12755 (Fdefine_coding_system_internal): Add category in the plist.
12756
127572008-02-01 Kenichi Handa <handa@m17n.org>
12758
12759 * callproc.c (Fcall_process): Handle carryover correctly.
12760
12761 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
12762 (raw_text_coding_system): Check NILP (coding_system).
12763 (coding_inherit_eol_type): Check NILP (coding_system) and
12764 NILP (parent).
12765 (consume_chars): Fix for the case of raw-text.
12766
12767 * process.c (read_process_output): Handle carryover correctly.
12768
127692008-02-01 Dave Love <fx@gnu.org>
12770
12771 * regex.c (re_search_2): Fix last change.
12772
127732008-02-01 Kenichi Handa <handa@m17n.org>
12774
12775 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
12776 target_multibyte. Even in a unibyte case, return a converted
12777 multibyte char.
12778 (GET_CHAR_AFTER): New macro.
12779 (PATFETCH): Translate via multibyte char.
12780 (HANDLE_UNIBYTE_RANGE): Delete this macro.
12781 (SETUP_MULTIBYTE_RANGE): New macro.
12782 (regex_compile): Setup compiled code so that its multibyteness
12783 matches that of a target. Fix the handling of "[X-YZ]" using
12784 SETUP_MULTIBYTE_RANGE.
12785 (analyse_first) <charset>: For filling fastmap for all multibyte
12786 characters, don't check by BASE_LEADING_CODE_P.
12787 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
12788 the same as RE_MULTIBYTE_P (bufp) now.
12789 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
12790 (TARGET_CHAR_AND_LENGTH): Delete this macro.
12791 (TRANSLATE_VIA_MULTIBYTE): New macro.
12792 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
12793 It is the same as RE_MULTIBYTE_P (bufp) now.
12794 <exactn>: Translate via multibyte.
12795 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
12796 translate it.
12797 <charset, charset_not>: Fetch a character by
12798 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
12799 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
12800 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
12801 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
12802 by GET_CHAR_AFTER.
12803 (bcmp_translate): Likewise.
12804
12805 * search.c (compile_pattern): Check the member target_multibyte,
12806 not the member multibyte of buf.
12807
12808 * lread.c (read1): While reading a string, set force_singlebyte
12809 and force_multibyte correctly.
12810
12811 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
12812 up of unibyte_to_multibyte_table.
12813
128142008-02-01 Kenichi Handa <handa@m17n.org>
12815
12816 * coding.c (setup_coding_system): If coding has
12817 post-read-conversion or pre-write-conversion, set
12818 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
12819 respectively.
12820 (decode_coding_gap): Run post-read-conversion if any.
12821
12822 * fileio.c (Finsert_file_contents): Even if we read into a
12823 unibyte buffer, check if we must decode the result or not.
12824
128252008-02-01 Kenichi Handa <handa@m17n.org>
12826
12827 * coding.c (make_conversion_work_buffer): Change the work buffer
12828 name to the same one as that of Emacs 21.
12829
128302008-02-01 Kenichi Handa <handa@m17n.org>
12831
12832 * coding.h (make_conversion_work_buffer): Adjust prototype.
12833 (code_conversion_restore): Don't extern it.
12834
12835 * coding.c (detected_mask): Delete unused variable.
12836 (decode_coding_iso_2022): Pay attention to the byte sequence of
12837 CTEXT extended segment, and retain those bytes as is.
12838 (decode_coding_ccl): Delete unused variable `valids'.
12839 (setup_coding_system): Delete unused variable `category'.
12840 (consume_chars): Delete unused variable `category'. Make it work
12841 for non-multibyte case.
12842 (make_conversion_work_buffer): Change argument.
12843 (saved_coding): Delete unused variable.
12844 (code_conversion_restore): Don't check saved_coding->destination.
12845 (code_conversion_save): New function.
12846 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
12847 instead of record_unwind_protect.
12848 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
12849 (detect_coding_system): Delete unused variable `mask'.
12850 (Fdefine_coding_system_internal): Delete unused variable id.
12851
12852 * fileio.c (kill_workbuf_unwind): New function.
12853 (Finsert_file_contents): On replacing, call
12854 make_conversion_work_buffer with correct args, and call
12855 record_unwind_protect with the first arg kill_workbuf_unwind.
12856
12857 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
12858
128592008-02-01 Kenichi Handa <handa@m17n.org>
12860
12861 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
12862 (fontset_add): Fix for the case that TO is less than TO1.
12863 (Ffontset_info): Don't use fallback fontset on checking the
12864 default fontset.
12865 (dump_fontset): New function for debugging.
12866
12867 * coding.c (Fdefine_coding_system_internal): Fix for the case that
12868 coding_type is Qcharset.
12869
128702008-02-01 Kenichi Handa <handa@m17n.org>
12871
12872 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
12873 (map_char_table): Don't inherit the value from the parent on
12874 initializing VAL. Adjust for the above change.
12875
128762008-02-01 Kenichi Handa <handa@m17n.org>
12877
12878 * coding.c (Qsignature, Qendian): Delete these variables.
12879 (syms_of_coding): Don't initialize them.
12880 (CATEGORY_MASK_UTF_16_AUTO): New macro.
12881 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
12882 detect_info->found.
12883 (decode_coding_utf_16): Don't detect BOM here.
12884 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
12885 is NOT utf_16_without_bom.
12886 (setup_coding_system): For a coding system of type utf-16, check
12887 if the attribute :endian is Qbig or not (not nil or not), and set
12888 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
12889 (detect_coding): If coding type is utf-16 and BOM detection is
12890 required, detect it.
12891 (Fdefine_coding_system_internal): For a coding system of type
12892 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
12893
128942008-02-01 Kenichi Handa <handa@m17n.org>
12895
12896 * coding.c (coding_set_source): Fix for the case that the current
12897 buffer is different from coding->src_object.
12898 (decode_coding_object): Don't use the conversion work buffer if
12899 DST_OBJECT is a buffer.
12900
129012008-02-01 Dave Love <fx@gnu.org>
12902
12903 * lread.c (read_emacs_mule_char) [len==2]: Index
12904 emacs_mule_charset correctly.
12905
129062008-02-01 Dave Love <fx@gnu.org>
12907
12908 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
12909 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
12910 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
12911 treated specially.)
12912 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
12913 (detected_mask): Remove Big5 bits.
12914
129152008-02-01 Kenichi Handa <handa@m17n.org>
12916
12917 The following changes are to make the font rescaling facility
12918 compatible with Emacs 21.
12919
12920 * xfaces.c (Vface_font_rescale_alist): Rename from
12921 Vface_resizing_fonts.
12922 (struct font_name): Rename member resizing_ratio to rescale_ratio.
12923 (font_rescale_ratio): Rename from font_resizing_ratio.
12924 (split_font_name): Set font->rescale_ratio.
12925 (better_font_p): Pay attention to font->rescale_ratio.
12926 (build_scalable_font_name): Likewise. Change RESX, and RESY
12927 fields.
12928 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
12929
129302008-02-01 Kenichi Handa <handa@m17n.org>
12931
12932 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
12933 (Qutf_16_le): Remove these variables.
12934 (syms_of_coding): Don't DEFSYM them.
12935 (decode_coding_utf_16): Fix handling of BOM.
12936 (encode_coding_utf_16): Fix handling of BOM.
12937
129382008-02-01 Kenichi Handa <handa@m17n.org>
12939
12940 * fileio.c (Finsert_file_contents): On replacing, before decoding
12941 the file into the work buffer, set point of the work buffer to the end.
12942
129432008-02-01 Dave Love <fx@gnu.org>
12944
12945 * coding.c (Fcheck_coding_systems_region): Fix type errors.
12946
129472008-02-01 Dave Love <fx@gnu.org>
12948
12949 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
12950 and fix C types.
12951
129522008-02-01 Kenichi Handa <handa@m17n.org>
12953
12954 * xdisp.c (SKIP_GLYPHS): New macro.
12955 (set_cursor_from_row): Pay attention to string display properties.
12956
12957 * category.c (copy_category_entry): Fix for the case that RANGE
12958 is an integer.
12959
12960 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
12961
12962 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
12963
129642008-02-01 Kenichi Handa <handa@m17n.org>
12965
12966 * charset.c (Fcharset_id_internal): New function.
12967 (syms_of_charset): Defsubr it.
12968
12969 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
12970 with the last arg charset_list acquired from coding.
12971 (Fdefine_coding_system_internal): For ccl-based coding system, fix
12972 the attribute coding_attr_ccl_valids.
12973
12974 * coding.h (enum define_coding_ccl_arg_index): Set the first
12975 member coding_arg_ccl_decoder to coding_arg_max.
12976
12977 * ccl.h (ccl_driver): Adjust prototype.
12978
12979 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
12980 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 12981 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
12982 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
12983 last arg Qnil.
12984
129852008-02-01 Kenichi Handa <handa@m17n.org>
12986
12987 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
12988 call encode_char.
12989
12990 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
12991
129922008-02-01 Dave Love <fx@gnu.org>
12993
12994 * composite.c (syms_of_composite): Make composition_hash_table weak.
12995
129962008-02-01 Kenichi Handa <handa@m17n.org>
12997
12998 * dispextern.h (check_face_attributes, generate_ascii_font_name)
12999 (font_name_registry): Don't extern them.
13000 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
13001
13002 * fontset.h (Qfontset): Don't extern it.
13003 (new_fontset_from_font_name): Extern it.
13004
13005 * fontset.c: Give 8 extra slots to fontset objects.
13006 (Qfontset_info): New variable.
13007 (syms_of_fontset): Defsym it.
13008 (FONTSET_FALLBACK): New macro.
13009 (fontset_face): Try also the default fontset.
13010 (make_fontset): Realize a fallback fontset from the default fontset.
13011 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
13012 using split_font_name_into_vector and build_font_name_from_vector.
13013 (Fset_fontset_font): Access the elements of font_spec by enum
13014 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
13015 name by using split_font_name_into_vector.
13016 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
13017 generate a proper font name from the fontset name. Update
13018 Vfontset_alias_alist.
13019 (n_auto_fontsets): New variable.
13020 (new_fontset_from_font_name): New function.
13021 (Ffont_info): Store the information about fonts generated from the
13022 default fontset in the first extra slot of the returned char-table.
13023
13024 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
13025 (font_name_registry): Delete function.
13026 (split_font_name_into_vector): New function.
13027 (build_font_name_from_vector): New function.
13028 (font_list): The argument REGISTRY is now a list of registry names.
13029 (choose_face_font): If we are choosing an ASCII font, and ATTRS
13030 specifies an explicit font name, return the name as is. Make a
13031 list of registy names.
13032
13033 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
13034 of x_new_fontset.
13035 (Fx_create_frame): Don't call x_new_fontset here. Just use
13036 x_list_fonts to check the existence of fonts.
13037
13038 * xterm.h (x_new_fontset): Adjust prototype.
13039
13040 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
13041 string. Use new_fontset_from_font_name to create a fontset from a
13042 font name.
13043
130442008-02-01 Kenichi Handa <handa@m17n.org>
13045
13046 * syntax.c (Vfind_word_boundary_function_table): New name for
13047 Vnext_word_boundary_function_table.
13048 (find-word-boundary-function-table): New name for
13049 next-word-boundary-function-table.
13050
130512008-02-01 Dave Love <fx@gnu.org>
13052
13053 * Makefile.in: Fix some dependencies.
13054
13055 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
13056 set it to nil before returning.
13057
13058 * composite.c (update_compositions): Fix type error.
13059
13060 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
13061
130622008-02-01 Kenichi Handa <handa@m17n.org>
13063
13064 * xterm.c (x_new_font): Optimize for the case that the font is
13065 already set for the frame.
13066
130672008-02-01 Kenichi Handa <handa@m17n.org>
13068
13069 * chartab.c (char_table_ascii): Check if the char table contents
13070 is sub-char-table or not.
13071 (char_table_set, char_table_set_range): Fix argument to
13072 char_table_ascii.
13073
13074 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
13075 (detect_coding_utf_8, detect_coding_utf_16)
13076 (detect_coding_emacs_mule, detect_coding_iso_2022)
13077 (detect_coding_sjis, detect_coding_big5)
13078 (detect_coding_ccl, detect_coding_charset): Change argument MASK
13079 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
13080 sequence is valid in this coding system. Change callers.
13081 (MAX_ANNOTATION_LENGTH): New macro.
13082 (ADD_ANNOTATION_DATA): New macro.
13083 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
13084 ADD_ANNOTATION_DATA. Change the format of annotation data.
13085 (ADD_CHARSET_DATA): New macro.
13086 (emacs_mule_char): New argument ID. Change callers.
13087 (decode_coding_emacs_mule, decode_coding_iso_2022)
13088 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
13089 Produce charset annotation data in coding->charbuf.
13090 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
13091 to charset annotation data in coding->charbuf.
13092 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
13093 coding->common_flags if the coding system is iso-2022 based and
13094 uses designation.
13095 (produce_composition): Adjust for the new annotation data format.
13096 (produce_charset): New function.
13097 (produce_annotation): Handle charset annotation.
13098 (handle_composition_annotation, handle_charset_annotation): New
13099 functions.
13100 (consume_chars): Handle charset annotation. Utilize the above two
13101 functions.
13102 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
13103 buffer, get the deleted text as a string and set
13104 coding->src_object to that string.
13105 (detect_coding, detect_coding_system): Use the new struct
13106 coding_detection_info.
13107
13108 * coding.h (struct coding_detection_info): New structure.
13109 (struct coding_system): Adjust prototype of the member `detector'.
13110 (CODING_ANNOTATE_CHARSET_MASK): New macro.
13111
131122008-02-01 Kenichi Handa <handa@m17n.org>
13113
13114 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
13115
131162008-02-01 Dave Love <fx@gnu.org>
13117
13118 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
13119 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
13120 to new local and nullify apropos_accumulate before returning.
13121 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
13122
131232008-02-01 Kenichi Handa <handa@m17n.org>
13124
13125 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
13126 correctly.
e3eea1fc 13127
aac0c6e3
MR
131282008-02-01 Dave Love <fx@gnu.org>
13129
13130 * fns.c (Flanginfo): Call synchronize_system_time_locale.
13131
131322008-02-01 Kenichi Handa <handa@m17n.org>
13133
13134 The following changes are to make character composition happen
13135 automatically on displaying.
13136
13137 * Makefile.in (lisp, shortlisp): Add composite.elc.
13138
13139 * composite.h (Qauto_composed, Vauto_composition_function)
13140 (Qauto_composition_function): Extern them.
13141
13142 * composite.c (Vcomposition_function_table)
13143 (Qcomposition_function_table): Delete variables.
13144 (Qauto_composed, Vauto_composition_function)
13145 (Qauto_composition_function): New variables.
13146 (run_composition_function): Don't call
13147 compose-chars-after-function.
13148 (update_compositions): Clear `auto-composed' text property.
13149 (compose_chars_in_text): Delete this function.
13150 (syms_of_composite): Staticpro Qauto_composed and
13151 Qauto_composition_function. Declare Vauto_composition_function as
13152 a Lisp variable.
13153
13154 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
13155
13156 * xdisp.c (it_props): Add an entry for Qauto_composed.
13157 (handle_auto_composed_prop): New function.
13158
13159 * xselect.c (selection_data_to_lisp_data): Don't call
13160 compose_chars_in_text.
13161
131622008-02-01 Dave Love <fx@gnu.org>
13163
13164 * keyboard.c (read_char): Modify checking around use of
13165 Vkeyboard_translate_table.
13166
13167 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
13168 and fix C types.
13169
131702008-02-01 Kenichi Handa <handa@m17n.org>
13171
13172 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
13173 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
13174 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
13175 the case that the last byte is '\r' correctly.
13176 (decode_coding): Flush out the unprocessed data correctly.
13177 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
13178
131792008-02-01 Dave Love <fx@gnu.org>
13180
13181 * xterm.c (XTread_socket): Fix changes for defined keysyms.
13182 Add XK_ISO... case.
13183 (xaw_scroll_callback): Revert last change.
13184
131852008-02-01 Kenichi Handa <handa@m17n.org>
13186
13187 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
13188
131892008-02-01 Kenichi Handa <handa@m17n.org>
13190
13191 * xfaces.c (Vface_resizing_fonts): New variable.
13192 (struct font_name): New member `resizing_ratio'.
13193 (font_resizing_ratio): New function.
13194 (split_font_name): Set font->resizing_ratio.
13195 (better_font_p): Pay attention to font->resizing_ratio.
13196 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
13197 RESX, and RESY fields.
13198 (try_alternative_families): Try scalable fonts if
13199 Vscalable_fonts_allowed is not Qt.
13200 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
13201
132022008-02-01 Dave Love <fx@gnu.org>
13203
13204 * xterm.c (xaw_scroll_callback): Cast correctly.
13205
132062008-02-01 Dave Love <fx@gnu.org>
13207
13208 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
13209 (lispy_kana_keys): Comment out.
13210 (make_lispy_event) [XK_kana_A]: Comment out.
13211
13212 * xterm.c (xaw_scroll_callback): Cast call_data.
13213 (XTread_socket): Deal with ASCII keysyms.
13214 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
13215
132162008-02-01 Dave Love <fx@gnu.org>
13217
13218 * xterm.c (Vx_keysym_table): New.
13219 (syms_of_xterm): Initialize it.
13220 (XTread_socket): Use it.
13221 From head: Eliminate incorrect optimization that tried to avoid
13222 decoding the output of X*LookupString.
13223 (x_get_font_repertory): Delete charset declaration.
13224
132252008-02-01 Kenichi Handa <handa@m17n.org>
13226
13227 * coding.c (detect_coding_charset): If only ASCII bytes are found,
13228 return 0.
13229 (Fdefine_coding_system_internal): Setup
13230 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
13231
132322008-02-01 Dave Love <fx@gnu.org>
13233
13234 * coding.c (Fcheck_coding_system): Doc fix.
13235
13236 * editfns.c (Finsert_byte): Return a proper value.
13237
132382008-02-01 Kenichi Handa <handa@m17n.org>
13239
13240 * coding.c (decode_coding): Fix args to translate_chars. Pay
13241 attention to Vstandard_translation_table_for_decode.
13242 (encode_coding): Fix args to translate_chars. Pay attention to
13243 Vstandard_translation_table_for_encode.
13244
13245 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
13246 SINGLE_BYTE_CHAR_P.
13247
13248 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
13249 not by SINGLE_BYTE_CHAR_P.
13250
13251 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
13252 SINGLE_BYTE_CHAR_P.
13253
13254 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
13255 SINGLE_BYTE_CHAR_P.
13256
13257 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
13258 by SINGLE_BYTE_CHAR_P.
13259
13260 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
13261 SINGLE_BYTE_CHAR_P.
13262
132632008-02-01 Dave Love <fx@gnu.org>
13264
13265 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
13266
132672008-02-01 Dave Love <fx@gnu.org>
13268
13269 * fns.c (Flanginfo): Fix typo.
13270
13271 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
13272
132732008-02-01 Kenichi Handa <handa@m17n.org>
13274
13275 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
13276 (detect_coding_emacs_mule, detect_coding_iso_2022)
13277 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
13278 incomplete byte sequence. Don't update *mask when correctly detected.
13279 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
13280 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
13281 (detect_coding, detect_coding_system): Adjust for the changes above.
13282
132832008-02-01 Kenichi Handa <handa@m17n.org>
13284
13285 * character.c (char_string): Rename from
13286 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
13287 (string_char): Rename from string_char.
13288
13289 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
13290 if C is greater than MAX_3_BYTE_CHAR.
13291 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
13292 string_char instead of string_char_with_unification.
13293
132942008-02-01 Dave Love <fx@gnu.org>
13295
13296 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
13297
132982008-02-01 Kenichi Handa <handa@m17n.org>
13299
13300 * keymap.c (push_key_description): Pay attention to force_multibyte.
13301
13302 * regex.c (re_search_2): Fix for the case of unibyte buffer.
13303
133042008-02-01 Dave Love <fx@gnu.org>
13305
13306 * charset.c (define_charset_internal): Rename `supprementary'.
13307
13308 * Makefile.in (lisp, shortlisp): Remove latin-N.
13309
133102008-02-01 Dave Love <fx@gnu.org>
13311
13312 * xfns.c (x_window, x_window): Use use_xim.
13313
13314 * xterm.c (use_xim): Initialize.
13315 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
13316 (x_term_init): Maybe set use_xim.
13317
13318 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
13319
133202008-02-01 Kenichi Handa <handa@m17n.org>
13321
13322 * search.c (search_buffer): Fix case-fold-search of multibyte
13323 characters.
13324 (boyer_moore): Rename the last argument to char_high_bits.
13325
133262008-02-01 Kenichi Handa <handa@m17n.org>
13327
13328 * xdisp.c (display_string): Fix for the case of zero width glyph.
13329
13330 * xfns.c (x_set_font): Change the error message of the case that
13331 x_new_fontset returns Qt.
13332
13333 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
13334 (Finternal_set_lisp_face_attribute): Use signal_error for the
13335 error of invalid fontset.
13336
13337 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
13338 fontset, return Qt.
13339
133402008-02-01 Dave Love <fx@gnu.org>
13341
13342 * unexelf.c (unexec): Make .got handling not SGI-specific.
13343
13344 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
13345
13346 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
13347
13348 * keyboard.c (read_key_sequence): Fix type error.
13349
13350 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
13351 type error.
13352
13353 * fontset.c (fontset_add): Return Lisp_Object.
13354
133552008-02-01 Dave Love <fx@gnu.org>
13356
13357 * charset.h (charset_ordered_list_tick): Declare extern.
13358
133592008-02-01 Kenichi Handa <handa@m17n.org>
13360
13361 The following changes (and some of 2008-02-01 changes of mine) are
13362 for handling syntax, category, and case conversion for unibyte
13363 characters by converting them to multibyte on the fly. With these
13364 changes, we don't have to setup syntax and case tables for unibyte
13365 characters in each language environment.
13366
13367 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
13368 multibyte if necessary.
13369
13370 * bytecode.c (Fbyte_code): Likewise.
13371
13372 * character.h (LEADING_CODE_LATIN_1_MIN)
13373 (LEADING_CODE_LATIN_1_MAX): New macros.
13374 (unibyte_to_multibyte_table): Extern it.
13375 (unibyte_char_to_multibyte): New macro.
13376 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
13377 (CHAR_LEADING_CODE): New macro.
13378 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
13379
13380 * character.c (unibyte_to_multibyte_table): New variable.
13381 (unibyte_char_to_multibyte): Move to character.h and define as macro.
13382 (multibyte_char_to_unibyte): If C is an eight-bit character,
13383 convert it to the corresponding byte value.
13384
13385 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
13386 not 1, signals an error. Update the elements of
13387 unibyte_to_multibyte_table.
13388 (init_charset_once): Initialize unibyte_to_multibyte_table.
13389 (syms_of_charset): Define the charset `iso-8859-1'.
13390
13391 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
13392 as is without converting it to unibyte. In a unibyte buffer,
13393 convert C to multibyte before checking the syntax.
13394
13395 * lisp.h (unibyte_char_to_multibyte): Delete extern.
13396
13397 * minibuf.c (Fminibuffer_complete_word): Use the macro
13398 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
13399
13400 * regex.h (struct re_pattern_buffer): New member target_multibyte.
13401
13402 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
13403 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
13404 that is zero, convert an eight-bit char to multibyte.
13405 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
13406 non-emacs case.
13407 (PATFETCH): Convert an eight-bit char to multibyte.
13408 (HANDLE_UNIBYTE_RANGE): New macro.
13409 (regex_compile): Setup the compiled pattern for multibyte chars
13410 even if the given regex string is unibyte. Use PATFETCH_RAW
13411 instead of PATFETCH in many places. To handle `charset'
13412 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
13413 only for ASCII chars.
13414 (analyse_first) <exactn>: Simplify because the compiled pattern
13415 is multibyte.
13416 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
13417 <charset>: Use CHAR_LEADING_CODE to get leading codes.
13418 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
13419 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
13420 multibyte always 1.
13421 (re_search_2): In emacs, set the locale variable multibyte to 1,
13422 otherwise to 0. New local variable target_multibyte. Check it
13423 to decide the multibyteness of STR1 and STR2. If
13424 target_multibyte is zero, convert unibyte chars to multibyte
13425 before translating and checking fastmap.
13426 (TARGET_CHAR_AND_LENGTH): New macro.
13427 (re_match_2_internal): In emacs, set the locale variable multibyte
13428 to 1, otherwise to 0. New local variable target_multibyte. Check
13429 it to decide the multibyteness of STR1 and STR2. Use
13430 TARGET_CHAR_AND_LENGTH to fetch a character from D.
13431 <charset, charset_not>: If multibyte is nonzero, check fastmap
13432 only for ASCII chars. Call bcmp_translate with
13433 target_multibyte, not with multibyte.
13434 <begline>: Declare the local variable C as `unsigned'.
13435 (bcmp_translate): Change the last arg name to target_multibyte.
13436
13437 * search.c (compile_pattern_1): Don't adjust the multibyteness of
13438 the regexp pattern and the matching target. Set cp->buf.multibyte
13439 to the multibyteness of the regexp pattern. Set
13440 cp->but.target_multibyte to the multibyteness of the matching target.
13441 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
13442 FETCH_STRING_CHAR_ADVANCE.
13443 (Freplace_match): Convert unibyte chars to multibyte.
13444
13445 * syntax.c (char_quoted, back_comment, scan_words)
13446 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
13447 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
13448 unibyte chars to multibyte.
13449 (skip_chars): Delete the arg syntaxp, and move the code for
13450 handling syntaxes to skip_syntaxes. Change callers.
13451 Fix the case that the multibyteness of STRING and the current
13452 buffer doesn't match.
13453 (skip_syntaxes): New function.
13454 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
13455 SINGLE_BYTE_CHAR_P.
13456
134572008-02-01 Kenichi Handa <handa@m17n.org>
13458
13459 * xfaces.c (QCfontset): New variable.
13460 (LFACE_FONTSET): New macro.
13461 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
13462 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
13463 (Finternal_set_lisp_face_attribute)
13464 (Finternal_get_lisp_face_attribute): Handle QCfontset.
13465 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
13466 check also LFACE_FONTSET_INDEX.
13467 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
13468 attrs[LFACE_FONT_INDEX].
13469 (syms_of_xfaces): Intern and staticpro QCfontset.
13470
13471 * dispextern.h (enum lface_attribute_index): New member
13472 LFACE_FONTSET_INDEX.
13473
13474 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
13475
134762008-02-01 Kenichi Handa <handa@m17n.org>
13477
13478 * coding.c (coding_set_destination): Fix coding->destination for
13479 the case converting a region.
13480 (encode_coding_utf_8): Encode eight-bit chars as single byte.
13481 (encode_coding_object): Fix coding->dst_pos and
13482 coding->dst_pos_byte for the case converting a region.
13483
13484 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
13485
13486 * character.h (BYTE8_STRING): New macro.
13487
13488 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
13489
134902008-02-01 Kenichi Handa <handa@m17n.org>
13491
13492 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
13493 characters by octal form.
13494
13495 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
13496
13497 * buffer.h (_fetch_multibyte_char_len): Delete extern.
13498 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
13499 _fetch_multibyte_char_len.
13500 (FETCH_CHAR_AS_MULTIBYTE): New macro.
13501
13502 * casetab.c (set_canon, set_identity, shuffle): Simplify.
13503
13504 * casefiddle.c (casify_object): Simplify. Handle the case that
13505 the case conversion change the byte length.
13506 (casify_region): Likewise.
13507
13508 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
13509
13510 * character.c (_fetch_multibyte_char_len): Delete this variable.
13511 (syms_of_character): Setup Vprintable_chars.
13512
13513 * editfns.c (Fchar_equal): Fix for the unibyte case.
13514 (Finsert_byte): New function.
13515 (syms_of_editfns): Defsubr it.
13516
13517 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
13518 of direct code 0x3ffff.
13519
13520 * search.c (Freplace_match): Fix for the unibyte case.
13521
135222008-02-01 Kenichi Handa <handa@m17n.org>
13523
13524 * lread.c (safe_to_load_p): Fix the logic.
13525
13526 * syntax.c (scan_words): Don't treat characters belonging to
13527 different scripts as constituting a word.
13528
13529 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
13530
13531 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
13532
13533 * emacs.c (main): In the case of --unibyte, instead of aborting on
13534 finding non-empty buffer, make it unibyte.
13535
135362008-02-01 Kenichi Handa <handa@m17n.org>
13537
13538 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
13539 to create a fontset.
13540
135412008-02-01 Dave Love <fx@gnu.org>
13542
13543 * character.c (Funibyte_char_to_multibyte): Doc fix.
13544
13545 * xfns.c [HAVE_STDLIB_H]: Fix last change.
13546
135472008-02-01 Kenichi Handa <handa@m17n.org>
13548
13549 * fontset.c (fontset_add): Make the type `int'.
13550 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
13551
13552 * character.c (unibyte_char_to_multibyte)
13553 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
13554 charset_unibyte, not charset_primary.
13555
13556 * charset.h (charset_unibyte): Extern it instead of charset_primary.
13557
13558 * charset.c (charset_unibyte): Rename from charset_primary.
13559 (Funibyte_charset): Rename from Fprimary_charset.
13560 (Fset_unibyte_charset): Rename from Fset_primary_charset.
13561 (syms_of_charset): Adjust for the above changes.
13562
13563 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
13564 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
13565 it->multibyte_p is zero.
13566
13567 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
13568 Delete extern.
13569
135702008-02-01 Kenichi Handa <handa@m17n.org>
13571
13572 * coding.c (Fdefine_coding_system_internal): Fix category setting
13573 for a coding system of type iso-2022.
13574
135752008-02-01 Kenichi Handa <handa@m17n.org>
13576
13577 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
13578
135792008-02-01 Kenichi Handa <handa@m17n.org>
13580
13581 * syntax.c (Vnext_word_boundary_function_table): New variable.
13582 (next-word-boundary-function-table): Declare it as a Lisp variable
13583 in syms_of_syntax.
13584 (scan_words): Call functions in Vnext_word_boundary_function_table
13585 if any.
13586
13587 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
13588
13589 * fontset.c (fs_load_font): If fontp->charset is not negative,
13590 return fontp without setting its members.
13591
135922008-02-01 Dave Love <fx@gnu.org>
13593
13594 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
13595
13596 * m/sparc.h (HAVE_ALLOCA): Delete.
13597
13598 * s/irix6-5.h: Don't include strings.h.
13599 (bcopy, bzero, bcmp): Don't undef.
13600
13601 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
13602
13603 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
13604 (TIOCSIGSEND): Don't test IRIX6.
13605 (bcopy, bzero, bcmp): Define conditionally.
13606
136072008-02-01 Kenichi Handa <handa@m17n.org>
13608
13609 * buffer.c (Qas, Qmake, Qto): New variables.
13610 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
13611 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
13612
13613 * callproc.c (Fcall_process): Don't call insert_1_both directly if
13614 we are inserting a process output into a multibyte buffer.
13615
13616 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
13617 multibyte_char_to_unibyte.
13618
13619 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
13620 by the primary charset, make it eight-bit char.
13621 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
13622
13623 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
13624 (charset_8_bit__control, charset_8_bit_graphic)
13625 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
13626 (define_charset_internal): New function.
13627 (syms_of_charset): Call define_charset_internal for pre-defined
13628 charsets.
13629
13630 * charset.h (charset_8_bit): Extern it.
13631
13632 * coding.c (make_conversion_work_buffer): Adjust for the change
13633 of Fset_buffer_multibyte.
13634 (encode_coding_raw_text): Increment p0 in the loop.
13635
13636 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
13637
13638 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
13639 for the change of Fset_buffer_multibyte.
13640
13641 * fns.c (Fstring_to_multibyte): New function.
13642 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
13643
136442008-02-01 Dave Love <fx@gnu.org>
13645
13646 * xfns.c (x_put_x_image): Declare args.
13647
13648 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
13649 (try_font_list): Declare an arg.
13650
13651 * xdisp.c (message2_nolog, set_message): Declare an arg.
13652
13653 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
13654
13655 * syntax.c (scan_sexps_forward): Declare an arg.
13656
13657 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
13658 Declare an arg.
13659
13660 * lisp.h (Fnew_fontset): Declare.
13661
13662 * keymap.c (push_key_description): Call CHARACTERP correctly.
13663
13664 * fontset.c (fontset_add): Declare args. Call make_number correctly.
13665 (face_for_char): Delete unused vars.
13666 (Fset_fontset_font): Doc fix. Delete unused vars.
13667
13668 * doc.c (Fsubstitute_command_keys): Delete unused vars.
13669
13670 * composite.c (update_compositions): Declare arg.
13671
13672 * cm.c (calccost, cmgoto): Declare args.
13673
13674 * charset.c: Remove `emacs' conditional. Doc fixes.
13675 (map_char_table_for_charset): Declare.
13676
13677 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
13678
13679 * ccl.c: Remove `emacs' conditional.
13680
136812008-02-01 Kenichi Handa <handa@m17n.org>
13682
13683 The following changes are to allow specifying multiple font
13684 patterns for a character range (specified by script or charset).
13685
13686 * Makefile.in (abbrev.o): Depend on syntax.h.
13687 (xfaces.o): Depend on charset.h.
13688
13689 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
13690 SINGLE_BYTE_CHAR_P.
13691
13692 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
13693
13694 * character.h (Vchar_script_table): Extern it.
13695
13696 * character.c (Vscript_alist): Delete.
13697 (Vchar_script_table, Qchar_script_table): New variable.
13698 (syms_of_character): Declare Vchar_script_table as a lisp variable
13699 and initialize it.
13700
13701 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
13702 have property char-table-extra-slots, make no extra slot.
13703
13704 * dispextern.h (struct face): Delete member `charset'.
13705 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
13706 SINGLE_BYTE_CHAR_P.
13707 (choose_face_font, lookup_non_ascii_face, font_name_registry):
13708 Add prototypes.
13709 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
13710 (generate_ascii_font_name): Rename from generate_ascii_font.
13711
13712 * fontset.h (get_font_repertory_func): New prototype.
13713 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
13714 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
13715
13716 * fontset.c (Qprepend, Qappend): New variables.
13717 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
13718 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
13719 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
13720 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
13721 (fontset_ref_and_range, fontset_add, reorder_font_vector)
13722 (load_font_get_repertory): New functions.
13723 (fontset_set): Delete.
13724 (fontset_face): New arg FACE. Return face ID, not face.
13725 Complete re-write to handle new fontset structure. Change caller.
13726 (free_face_fontset): Use ASET istead of AREF (X) = Y.
13727 (face_for_char): Don't call lookup_face.
13728 (make_fontset_for_ascii_face): New arg FACE.
13729 (fs_load_font): New arg CHARSET_ID. Don't check
13730 Vfont_encoding_alist here.
13731 (find_font_encoding): New function.
13732 (list_fontsets): Use STRINGP, not ! NILP.
13733 (accumulate_script_ranges): New function.
13734 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
13735 re-written to handle new fontset structure.
13736 (Ffontset_font): Return a copy of element.
13737 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
13738 docstring of font-encoding-alist.
13739
13740 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
13741 (Fset_fotset_font): Fix arguments to 5.
13742
13743 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
13744
13745 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
13746 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
13747 (highlight_trailing_whitespace): Adjust for the change of
13748 lookup_named_face.
13749
13750 * xfaces.c: Include charset.h.
13751 (load_face_font): Delete argument C. Change caller.
13752 (generate_ascii_font_name): Rename from generate_ascii_font.
13753 (font_name_registry): New function.
13754 (cache_face): Store ascii faces before non-ascii faces in buckets.
13755 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
13756 Lookup only ascii faces.
13757 (lookup_non_ascii_face): New function.
13758 (lookup_named_face): Delete argument C. Change caller.
13759 (lookup_derived_face): Delete argument C. Change caller.
13760 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
13761 a string, just call font_list with it.
13762 (choose_face_font): Delete arguments FACE and C. New arg
13763 FONT_SPEC. Change caller.
13764 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
13765 Change caller.
13766 (realize_non_ascii_face): New function.
13767 (realize_x_face): Call load_face_font here.
13768 (realize_tty_face): Delete argument C. Change caller.
13769 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
13770 get a face ID.
13771 (dump_realized_face): Don't print charset of FACE.
13772
13773 * xfns.c (x_set_font): Always call x_new_fontset and
13774 store_frame_parameter.
13775 (Fx_create_frame): Call x_new_fontset, not x_new_font.
13776 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
13777
13778 * xterm.h (x_get_font_repertory): Extern it.
13779
13780 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
13781 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
13782 it->multibyte_p is zero.
13783 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
13784 (x_new_fontset): If FONTSETNAME doesn't match any existing
13785 fontsets, create a new one.
13786 (x_get_font_repertory): New function.
13787
137882008-02-01 Kenichi Handa <handa@m17n.org>
13789
13790 * coding.c (Ffind_coding_systems_region_internal): Detect an
13791 ASCII only string correctly.
13792
13793 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
13794 version is 0.
13795
137962008-02-01 Kenichi Handa <handa@m17n.org>
13797
13798 * lread.c: Include "coding.h".
13799 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
13800 (load_each_byte, unread_char): New variables.
13801 (readchar_backlog): Delete.
13802 (readchar): Return a character unless load_each_byte is nonzero.
13803 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
13804 cons. If unread_char is not -1, simply return it.
13805 (unreadchar): Handle the case that readcharfun is
13806 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
13807 (read_multibyte): Delete.
13808 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
13809 (read_emacs_mule_char): New functions.
13810 (Fload): Even if the file doesn't have the extension ".elc", if
13811 safe_to_load_p returns a positive version number, assume that the
13812 file contains bytecompiled code. If the version is less than 22,
13813 load the file while decoding multibyte sequences by emacs-mule.
13814 (readevalloop): Don't use readchar_backlog.
13815 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
13816 (Fread_from_string): Pay attention to the case that STREAM is a cons.
13817 (read_escape): Delete the arg BYTEREP.
13818 (read1): Set load_each_byte to 1 temporarily while handling
13819 #@NUMBER. Don't call read_multibyte.
13820 (read_vector): Call Fread with a cons. If readcharfun is
13821 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
13822 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
13823 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
13824 and Qload_force_doc_strings.
13825
138262008-02-01 Kenichi Handa <handa@m17n.org>
13827
13828 * xdisp.c (face_before_or_after_it_pos): Call
13829 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
13830
138312008-02-01 Kenichi Handa <handa@m17n.org>
13832
13833 * character.h (TRAILING_CODE_P): New macro.
13834 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
13835 (string_char_with_unification): Fix prototype.
13836 (Vscript_alist): Extern it.
13837
13838 * character.c (Vscript_alist): New variable.
13839 (string_char_with_unification, str_as_unibyte)
13840 (string_escape_byte8): Add `const' to local variables.
13841 (syms_of_character): Declare script-alist as a Lisp variable.
13842
13843 * charset.h (Vcharset_ordered_list): Extern it.
13844 (charset_ordered_list_tick): Extern it.
13845 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
13846 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
13847 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
13848 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
13849 (Funify_charset): Adjust for the change of Funify_charset.
13850
13851 * charset.c (charset_ordered_list_tick): New variable.
13852 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
13853 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
13854 deunify intead of unify a charset.
13855 (string_xstring_p): Add `const' to local variables.
13856 (find_charsets_in_text): Add `const' to arguments and local variables.
13857 (encode_char): Adjust for the change of Funify_charset. Fix
13858 detecting of invalid code.
13859 (Fset_charset_priority): Increment charset_ordered_list_tick.
13860 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
13861 and TO_CODE.
13862
13863 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
13864 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
13865 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
13866 (decode_coding_ccl, consume_chars)
13867 (Ffind_coding_systems_region_internal)
13868 (Fcheck_coding_systems_region): Add `const' to local variables.
13869
13870 * print.c (print_object): Use octal form for printing the
13871 contents of a bool vector.
13872
138732008-02-01 Dave Love <fx@gnu.org>
13874
13875 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
13876 <version == 20>: Refuse to load.
13877
138782008-02-01 Dave Love <fx@gnu.org>
13879
13880 * fns.c: Move coding.h.
13881 (Qcodeset, Qdays, Qmonths): New.
13882 (concat): Use CHARACTERP instead of INTEGERP.
13883 (Flocale_codeset): Delete.
13884 (Flanginfo): New function.
13885 (syms_of_fns): Change accordingly.
13886
13887 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
13888
138892008-02-01 Dave Love <fx@gnu.org>
13890
13891 * casetab.c (init_casetab_once, init_casetab_once): Fix
13892 CHAR_TABLE_SET call.
13893
13894 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
13895
13896 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
13897
13898 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
13899 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
13900 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
13901
13902 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
13903
13904 * coding.c (ENCODE_DESIGNATION, decode_eol)
13905 (make_conversion_work_buffer, code_conversion_restore)
13906 (Fdefine_coding_system_internal): Convert Lisp types.
13907 (code_conversion_restore): Use EQ, not ==.
13908 (Fencode_coding_string): Fix code_convert_string call.
13909
13910 * coding.h (code_convert_region): Fix prototype.
13911
13912 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
13913
13914 * fontset.c (fontset_ref, fontset_set, fs_load_font)
13915 (Ffontset_info): Convert Lisp types.
13916
13917 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
13918
13919 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
13920
13921 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
13922
13923 * chartab.c: Include "...h", not <...h> in some cases.
13924
13925 * callproc.c (Fcall_process): Remove unused variables.
13926
139272008-02-01 Dave Love <fx@gnu.org>
13928
13929 * coding.c (Fset_coding_system_priority): Allow null arg list.
13930
139312008-02-01 Dave Love <fx@gnu.org>
13932
13933 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
13934 (Fself_insert_and_exit): Use CHARACTERP.
13935
13936 * callproc.c (Fcall_process): Remove unused vars.
13937
13938 * xterm.c (XTread_socket): Add extra dead keysyms.
13939
13940 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
13941
13942 * dispextern.h: Remove prototypes for redraw_frame,
13943 redraw_garbaged_frames.
13944
13945 * cmds.c (Fself_insert_command): Use CHARACTERP.
13946
13947 * chartab.c (make_sub_char_table): Remove unused var.
13948 (Fset_char_table_default, Fmap_char_table): Doc fix.
13949
13950 * keymap.c (access_keymap): Remove generic char code.
13951 (push_key_description): Use CHARACTERP.
13952
139532008-02-01 Dave Love <fx@gnu.org>
13954
13955 * charset.c: Doc fixes.
13956 (Funify_charset): Extra checking.
13957
139582008-02-01 Dave Love <fx@gnu.org>
13959
13960 * lread.c: Remove some unused variables.
13961 (safe_to_load_p): If safe, return the magic number version byte.
13962 (Fload): Maybe use load-with-code-conversion.
13963
139642008-02-01 Kenichi Handa <handa@m17n.org>
13965
13966 * category.c (Fmodify_category_entry): Don't modify the contents
13967 of category_set for characters out of the range. Avoid
13968 unnecessary modification.
13969
13970 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
13971 Vchar_unify_table. The default value of the table is now nil.
13972
13973 * character.c (syms_of_character): Setup Vchar_width_table for
13974 eight-bit-control and raw-byte chars.
13975
13976 * charset.h (enum define_charset_arg_index): Delete
13977 charset_arg_parents and add charset_arg_subset and
13978 charset_arg_superset.
13979 (enum charset_attr_index): Delete charset_parents and add
13980 charset_subset and charset_superset.
13981 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
13982 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
13983 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
13984 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
13985 (CHARSET_SUPERSET): New macros.
13986 (charset_work): Extern it.
13987 (ENCODE_CHAR): Use charset_work.
13988 (CHAR_CHARSET_P): Adjust for the change of encoder format.
13989 (map_charset_chars): Extern it.
13990
13991 * charset.c (load_charset_map): Set the default value of encoder
13992 and deunifier char-tables to nil.
13993 (map_charset_chars): Change argument. Change callers. Use
13994 map_char_table_for_charset instead of map_char_table.
13995 (Fmap_charset_chars): New optional args from_code and to_code.
13996 (Fdefine_charset_internal): Adjust for the change of
13997 `define-charset' (:parents -> :subset or :superset).
13998 (charset_work): New variable.
13999 (encode_char, syms_of_charset): Adjust for the change of
14000 Fdefine_charset_internal.
14001 (Ffind_charset_string): Setup the vector `charsets' correctly.
14002
14003 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
14004 the previous change.
14005 (char_table_ref_and_range): Adjust for the above change.
14006 (map_sub_char_table_for_charset): New function.
14007 (map_char_table_for_charset): New function.
14008
14009 * keymap.c (describe_vector): Handle a char-table directly here.
14010 (describe_char_table): Delete.
14011
14012 * lisp.h (map_charset_chars): Delete.
14013
140142008-02-01 Dave Love <fx@gnu.org>
14015
14016 * fns.c (count_combining): Comment out (unused).
14017 (Flocale_codeset): New.
14018 (syms_of_fns): Defsubr it.
14019
14020 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
14021 (size_t): Remove.
14022
140232008-02-01 Dave Love <fx@gnu.org>
14024
14025 * Makefile.in (chartab.o): Depend on charset.h.
14026
140272008-02-01 Kenichi Handa <handa@m17n.org>
14028
14029 * character.c (syms_of_character): Set the default value of
14030 Vprintable_chars to Qnil.
14031
140322008-02-01 Dave Love <fx@gnu.org>
14033
14034 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
14035
140362008-02-01 Kenichi Handa <handa@m17n.org>
14037
14038 * charset.c (load_charset_map): Handle the case that from < to
14039 correctly.
14040
14041 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
14042 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
14043 Pay attention to raw-8-bit chars.
14044
140452008-02-01 Kenichi Handa <handa@m17n.org>
14046
14047 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
14048 It is not bytecompiled now.
14049
14050 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
14051 (charset_jisx0208): New variables.
14052 (Fdefine_charset_internal): Setup them if appropriate.
14053 (init_charset_once): Initialize them to -1.
14054
14055 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
14056 (charset_jisx0208): Extern them.
14057
14058 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
14059 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
14060 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
14061 (setup_iso_safe_charsets): Fix arguments to Fassq.
14062 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
14063 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
14064 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
14065 (encode_coding_iso_2022): Change the 1st arg to
14066 ENCODE_ISO_CHARACTER to a variable.
14067
140682008-02-01 Kenichi Handa <handa@m17n.org>
14069
14070 * charset.h (enum define_charset_arg_index): New enums
14071 charset_arg_min_code and charset_arg_max_code.
14072 (struct charset): New member char_index_offset.
14073
14074 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
14075 Take charset->char_index_offset into account.
14076 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
14077 args[charset_arg_max_code]. Setup charset.char_index_offset.
14078 (syms_of_charset): Fix args to Fdefine_charset_internal.
14079
140802008-02-01 Dave Love <fx@gnu.org>
14081
14082 * coding.c (decode_coding_utf_8): Reject overlong sequences.
14083
140842008-02-01 Dave Love <fx@gnu.org>
14085
14086 * coding.c: Doc fixes.
14087 (Fcoding_system_aliases): Fix return value.
14088 (Qmac): Remove (duplicated) definition.
14089
140902008-02-01 Dave Love <fx@gnu.org>
14091
14092 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
14093 functions.
14094
14095 * character.c (Fstring): Doc fix.
14096
14097 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
14098
14099 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
14100 ids.
14101 (font-encoding-alist): Doc fix.
14102
141032008-02-01 Dave Love <fx@gnu.org>
14104
14105 * term.c (costs_set): Declare static, non-initialized for pcc.
14106 (encode_terminal_code): Remove unused var.
14107
14108 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
14109 for K&R.
14110
14111 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
14112
14113 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
14114 (suffixes): Move out of make_subsidiaries for K&R.
14115
14116 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
14117
14118 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
14119
141202008-02-01 Dave Love <fx@gnu.org>
14121
14122 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
14123
14124 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
14125
141262008-02-01 Yong Lu <lyongu@asia-infonet.com>
14127
14128 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
14129
14130 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
14131
141322008-02-01 Kenichi Handa <handa@m17n.org>
14133
14134 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
14135 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
14136
141372008-02-01 Kenichi Handa <handa@m17n.org>
14138
14139 * coding.c (decode_coding_charset): Adjust for the change of
14140 Fdefine_coding_system_internal.
14141 (Fdefine_coding_system_internal): For a coding system of
14142 `charset' type, store a list of charset IDs in
14143 `charset_attr_charset_valids' element of coding attributes.
14144
141452008-02-01 Kenichi Handa <handa@m17n.org>
14146
14147 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
14148 (emacs_mule_char): New arg src. Delete arg `composition'. Change
14149 caller. Handle 2-byte and 3-byte charsets correctly.
14150 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
14151 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
14152 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
14153 (DECODE_EMACS_MULE_21_COMPOSITION): Call
14154 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
14155 sequence.
14156 (decode_coding_emacs_mule): Handle composition correctly. Rewind
14157 `src' and `consumed_chars' correctly before calling emacs_mule_char.
14158 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
14159 and alt&rule composition.
14160 (decode_coding_iso_2022): Handle composition correctly.
14161 (init_coding_once): Setup emacs_mule_bytes for private charsets.
14162
14163 * charset.c (Fdefine_charset_internal): Fix bug for the case of
14164 re-defining a charset. If the charset has :emacs-mule-id, setup
14165 emacs_mule_bytes.
14166 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
14167
141682008-02-01 Kenichi Handa <handa@m17n.org>
14169
14170 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
14171 (encode_coding_big5, encode_coding_charset): If coding requires safe
14172 encoding, produce a character specified by
14173 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
14174
141752008-02-01 Dave Love <fx@gnu.org>
14176
14177 * xterm.c (XSetIMValues): Declare.
14178
14179 * process.c: Conditionally include sys/wait.h, pty.h.
14180
14181 * print.c (print_object): Fix print format for 64-bit systems.
14182
14183 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
14184
14185 * buffer.c (emacs_strerror): Declare.
14186
14187 * fontset.c (Fclear_face_cache): Declare.
14188 (accumulate_font_info): Comment-out (unused).
14189 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
14190 variables.
14191
14192 * character.h (string_escape_byte8): Declare.
14193
14194 * charset.c (load_charset_map, load_charset_map_from_file): Remove
14195 unused vars.
14196 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
14197 (Fmap_charset_chars): Doc fix.
14198
14199 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
14200 (Fset_coding_system_priority, Fset_coding_system_priority)
14201 (Fdefine_coding_system_internal): Doc fix.
14202
142032008-02-01 Dave Love <fx@gnu.org>
14204
14205 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
14206
142072008-02-01 Kenichi Handa <handa@m17n.org>
14208
14209 * character.c (string_escape_byte8): Make multibyte string with
14210 correct size.
14211
14212 * charset.c (Fmake_char): Delete unnecessary code.
14213
142142008-02-01 Kenichi Handa <handa@m17n.org>
14215
14216 * xfns.c (x_encode_text): Allocate coding.destination here, and
14217 call encode_coding_object with dst_object Qnil.
14218
14219 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
14220 multibyte form correctly.
14221
14222 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
14223 against Vfont_encoding_alist.
14224
14225 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
14226 handling of charset list.
14227 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
14228 (decode_coding_object): Move point to coding->dst_pos before
14229 calling post-read-conversion function.
14230 (encode_coding_object): Give correct arguments to
14231 pre-write-conversion. Ignore the return value of
14232 pre-write-conversion function. Pay attention to the case that
14233 pre-write-conversion changes the current buffer. If dst_object is
14234 Qt, even if coding->src_bytes is zero, allocate at least one byte
14235 to coding->destination.
14236
14237 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
14238
14239 * charset.c (Fmake_char): Make it more backward compatible.
14240 (Fmap_charset_chars): Fix docstring.
14241
142422008-02-01 Dave Love <fx@gnu.org>
14243
14244 * coding.c: Doc fixes.
14245 (Fdefine_coding_system_alias): Use names, not symbols, in
14246 coding-system-alist.
14247
142482008-02-01 Kenichi Handa <handa@m17n.org>
14249
14250 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
14251 of calling free_realized_face.
14252
142532008-02-01 Yong Lu <lyongu@asia-infonet.com>
14254
14255 * charset.c (read_hex): Don't treat SPC as a comment starter.
14256 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
14257 (Fdecode_char): Fix typo.
14258
142592008-02-01 Kenichi Handa <handa@m17n.org>
14260
14261 * charset.h (struct charset): New member `code_space_mask'.
14262
14263 * coding.c (coding_set_source): Delete the local variable beg_byte.
14264 (encode_coding_charset, Fdefine_coding_system_internal):
14265 Delete the local variable charset.
14266 (Fdefine_coding_system_internal): Setup
14267 attrs[coding_attr_charset_valids] correctly.
14268
14269 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
14270 member to check if CODE is valid or not.
14271 (Fdefine_charset_internal): Initialize `code_space_mask' member.
14272 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
14273 is within the range of charset->min_code and carset->max_code.
14274
142752008-02-01 Dave Love <fx@gnu.org>
14276
14277 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
14278
14279 * dispextern.h (generate_ascii_font): Fix return type.
14280
14281 * xfaces.c (generate_ascii_font): Fix arg declaration.
14282
14283 * coding.c (coding_inherit_eol_type)
14284 (Fset_terminal_coding_system_internal)
14285 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
14286
142872008-02-01 Kenichi Handa <handa@m17n.org>
14288
14289 * coding.c (decode_coding_charset, encode_coding_charset): Handle
14290 multiple charsets correctly.
14291
142922008-02-01 Kenichi Handa <handa@m17n.org>
14293
14294 * search.c (boyer_moore): Fix handling of multibyte character
14295 translation.
14296
14297 * xdisp.c (display_mode_element): When the variable `elt' is
14298 changed, update `this' and `lisp_string'.
14299
143002008-02-01 Kenichi Handa <handa@m17n.org>
14301
14302 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
14303
14304 * callproc.c (Fcall_process): Be sure to give the current buffer
14305 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
14306
14307 * charset.c (struct charset_map_entries): New struct.
14308 (load_charset_map): Rename from parse_charset_map. New args
14309 entries and n_entries. Change caller.
14310 (load_charset_map_from_file): Rename from load_charset_map.
14311 Change caller. New arg control_flag. Call load_charset_map at
14312 the tail.
14313 (load_charset_map_from_vector): New function.
14314 (Fdefine_charset_internal): Setup charset.compact_codes_p.
14315 (encode_char): If the charset is compact, change a character index
14316 to a code point.
14317
14318 * coding.c (coding_alloc_by_making_gap): Check the case that the
14319 source and destination are the same correctly.
14320 (decode_coding_raw_text): Set coding->consumed_char and
14321 coding->consumed to 0.
14322 (produce_chars): If coding->chars_at_source is nonzero, update
14323 coding->consumed_char and coding->consumed before calling
14324 alloc_destination.
14325 (Fdefine_coding_system_alias): Register ALIAS in
14326 Vcoding_system_alist.
14327 (syms_of_coding): Define `no-conversion' coding system at the tail.
14328
14329 * fileio.c (Finsert_file_contents): Set coding_system instead of
14330 val. If the current buffer is multibyte, always call
14331 decode_coding_gap.
14332
14333 * xfaces.c (try_font_list): Give higher priority to fontset's
14334 family than face's family.
14335
143362008-02-01 Kenichi Handa <handa@m17n.org>
14337
14338 * callproc.c (Fcall_process): Be sure to give the current buffer
14339 to decode_coding_c_string.
14340
14341 * xfaces.c (try_font_list): Give a family specified in a fontset
14342 higher priority than a family specified in a face.
14343
143442008-02-01 Kenichi Handa <handa@m17n.org>
14345
14346 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
14347 Fix arguments to insert_from_buffer.
14348
14349 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
14350
143512008-02-01 Kenichi Handa <handa@m17n.org>
14352
14353 * coding.c (produce_chars): Set the variable `multibytep' correctly.
14354 (decode_coding_gap): Set coding->dst_multibyte correctly.
14355
143562008-02-01 Kenichi Handa <handa@m17n.org>
14357
14358 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
14359 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
14360 (encode_coding_utf_16): Substitute coding->default_char for
14361 non-Unicode characters.
14362 (decode_coding): Don't call record_insert here.
14363 (setup_coding_system): Initialize `surrogate' of
14364 coding->spec.utf_16 to 0.
14365 (EMIT_ONE_BYTE): Fix for multibyte case.
14366
14367 * insdel.c (insert_from_gap): Call record_insert.
14368
143692008-02-01 Kenichi Handa <handa@m17n.org>
14370
14371 * casefiddle.c (casify_region): Fix multibyte case.
14372
14373 * character.c (c_string_width): Add return type `int'.
14374 (char_string_with_unification): Delete arg ADVANCED.
14375
14376 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
14377 (CHAR_STRING): Adjust for the change of char_string_with_unification.
14378 (CHAR_STRING_ADVANCE): Make it do-while statement.
14379
14380 * chartab.c (sub_char_table_set_range): Optimize for the case
14381 DEPTH == 3. Add workaround code for a GCC optimization bug.
14382
14383 * charset.c (parse_charset_map): Remove an unused variable.
14384
14385 * coding.c: Delete unused variables.
14386
14387 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
14388 earlier. If inserted is zero and the coding system doesn't
14389 require flushing, don't call decode_coding_gap.
14390
14391 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
14392
143932008-02-01 Kenichi Handa <handa@m17n.org>
14394
14395 The following changes are for using Unicode as an internal
14396 character model, and use UTF-8 format for buffer/string
14397 representation.
14398
14399 * .gdbinit (xchartable): Adjust for the change of char table structure.
14400 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
14401
14402 * Makefile.in (obj): Add character.o and chartab.o.
14403 (lisp, shortlisp): Remove utf-8.elc.
14404 (*.o): For many files, change dependency on charset.h to
14405 character.h, and add dependency on character.h.
14406 (character.o, chartab.o): New targets.
14407
14408 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
14409 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
14410 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
14411 of "charset.h".
14412
14413 * dired.c, filelock.c: Include "character.h".
14414
14415 * alloc.c: Include "character.h" instead of "charset.h".
14416 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
14417 (syms_of_alloc): Remove defsubr for Smake_char_table.
14418
14419 * buffer.c: Include "character.h" instead of "charset.h", don't
14420 include "coding.h".
14421 (Fset_buffer_multibyte): Adjust for UTF-8.
14422
14423 * buffer.h: EXFUN Fbuffer_live_p.
14424
14425 * callproc.c: Include "character.h" instead of "charset.h".
14426 (Fcall_process): Big change for the new code-conversion APIs.
14427
14428 * casetab.c: Include "character.h" instead of "charset.h".
14429 (set_canon, set_identity, shuffle): Adjust for the new
14430 map_char_table spec.
14431 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
14432 accessing the char table structure.
14433
14434 * chartab.c: New file that implements char table.
14435
14436 * category.c: Include "character.h".
14437 (copy_category_entry): New function.
14438 (copy_category_table): Call map_char_table and copy_category_entry.
14439 (Fmake_category_table): Initialize all top-level slots.
14440 (char_category_set): New function.
14441 (modify_lower_category_set): Delete.
14442 (Fmodify_category_entry): Call char_table_ref_and_range.
14443
14444 * category.h (CATEGORY_SET): Just call char_category_set.
14445
14446 * ccl.c: Include "character.h".
14447 (Qccl, Qcclp): New variables.
14448 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
14449 it's less than 256.
14450 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
14451 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
14452 and DST type.
14453 (ccl_driver): Change types of argument, adjust code accordingly.
14454 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
14455 ccl_driver.
14456 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
14457
14458 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
14459 New members src_multibyte, dst_multibyte, consumed, and produced.
14460 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
14461 (CODING_SPEC_CCL_PROGRAM): New macro.
14462 (ccl_driver): Update prototype.
14463 (Qccl, Qcclp, Fccl_program_p): Extern them.
14464 (CHECK_CCL_PROGRAM): New macro.
14465
14466 * character.c, character.h, chartab.c: New files.
14467
14468 * charset.c: Mostly re-written. Move character and multibyte sequence
14469 handling codes to character.c.
14470
14471 * charset.h: Mostly re-written. Move character and multibyte sequence
14472 handling codes to character.h.
14473
14474 * coding.c, coding.h: Mostly re-written.
14475
14476 * composite.c: Include "character.h" instead of "charset.h".
14477 (CHAR_WIDTH): Move to character.h.
14478 (HASH_KEY, HASH_VALUE): Delete.
14479
14480 * composite.h (enum composition_method): Change order of enumeration
14481 symbols.
14482
14483 * data.c: Include "character.h" instead of "charset.h".
14484 (Faref): Call CHAR_TABLE_REF for a char table.
14485 (Faset): Call CHAR_TABLE_SET for a char table.
14486
14487 * dispextern.h (free_realized_face, check_face_attribytes)
14488 (generate_ascii_font): Extern them.
14489 (free_realized_multibyte_face): Delete extern.
14490
14491 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
14492 table structure.
14493
14494 * editfns.c: Include "character.h" instead of "charset.h".
14495 (Fchar_to_string): Always call CHAR_STRING.
14496
14497 * emacs.c (main): Call init_charset_once, init_charset,
14498 syms_of_chartab, and syms_of_character.
14499
14500 * fileio.c: Include "character.h" instead of "charset.h".
14501 (Finsert_file_contents): Big change for the new code-conversion API.
14502 (choose_write_coding_system, Fwrite_region): Likewise.
14503 (build_annotations_2): Delete.
14504 (e_write): Big change for the new code-conversion API.
14505
14506 * fns.c: Include "character.h" instead of "charset.h".
14507 (copy_sub_char_table): Move to chartab.c.
14508 (Fcopy_sequence): Call copy_char_table for a char table.
14509 (concat): Delete codes calling count_multibyte.
14510 (string_char_to_byte, string_byte_to_char): Adjust for the new
14511 multibyte form.
14512 (internal_equal): Adjust for the change of char table structure.
14513 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
14514 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
14515 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
14516 (char_table_translate, optimize_sub_char_table)
14517 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
14518 chartab.c.
14519 (char_table_ref_and_index): Delete.
14520 (HASH_KEY, HASH_VALUE): Move to lisp.h.
14521 (Fmd5): Call preferred_coding_system instead of accessing
14522 Vcoding_category_list. Adjust for the new code-conversion API.
14523 (syms_of_fns): Move defsubr for char table related functions to
14524 chartab.c.
14525
14526 * fontset.c: Mostly re-written.
14527
14528 * fontset.h (struct font_info): Change type of the member encoding_type.
14529 (enum FONT_SPEC_INDEX): New enum.
14530 (fontset_font_pattern, fs_load_font): Update prototype.
14531 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
14532
14533 * indent.c: Include "character.h" instead of "charset.h".
14534 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
14535
14536 * insdel.c: Include "character.h" instead of "charset.h".
14537 (copy_text): Don't refer to Vnonascii_translation_table.
14538 (insert_from_gap): New function.
14539
14540 * keyboard.c: Include "character.h" instead of "charset.h".
14541 (command_loop_1): Never call direct_output_forward_char before
14542 a non-ASCII character.
14543 (read_char): If Vkeyboard_translate_table is a char table, always
14544 translate a character.
14545
14546 * keymap.c: Include "character.h".
14547 (store_in_keymap): Handle the case that IDX is a cons.
14548 (Fdefine_key): Handle the case that KEY is a cons and the car part
14549 is also a cons (range).
14550 (push_key_description): Adjust for the new character code.
14551 (describe_vector): Call describe_char_table for a char table.
14552 (describe_char_table): New function.
14553
14554 * keymap.h (describe_char_table): Extern it.
14555
14556 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
14557 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
14558 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
14559 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
14560 Delete.
14561 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
14562 structure.
14563 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
14564 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
14565 (CHARTAB_SIZE_BITS_3): New macros.
14566 (chartab_size): Extern it.
14567 (struct Lisp_Char_Table): Re-design.
14568 (struct Lisp_Sub_Char_Table): New structure.
14569 (HASH_KEY, HASH_VALUE): Move from fns.c.
14570 (CHARACTERBITS): Define as 22.
14571 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
14572 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
14573 (GC_SUB_CHAR_TABLE_P): New macro.
14574 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
14575 (code_convert_string_norecord): Deleted extern.
14576 (init_character_once, syms_of_character, init_charset)
14577 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
14578
14579 * lread.c: Include "character.h".
14580 (read_multibyte): New arg NBYTES.
14581 (read_escape): Change the meaning of returned *BYTEREP.
14582 (to_multibyte): Delete.
14583 (read1): Adjust the handling of char table and string.
14584
14585 * print.c: Include "character.h" instead of "charset.h".
14586 (print_string): Convert 8-bit raw bytes to octal form by
14587 string_escape_byte8.
14588 (print_object): Adjust for the new multibyte form. Print 8-bit
14589 raw bytes always in octal form. Handle sub char table correctly.
14590
14591 * process.c: Include "character.h" instead of "charset.h".
14592 (read_process_output, send_process): Adjust for the new
14593 code-conversion API.
14594
14595 * puresize.h (BASE_PURESIZE): Increase.
14596
14597 * regex.c: Include "character.h" instead of "charset.h".
14598 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
14599 (regex_compile): Accept a range whose starting and ending
14600 character have different leading bytes.
14601 (analyse_first): Adjust for the above change.
14602
14603 * search.c: Include "character.h" instead of "charset.h".
14604 (search_buffer, boyer_moore): Adjust for the new multibyte form.
14605 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
14606
14607 * syntax.c: Include "character.h" instead of "charset.h".
14608 (syntax_parent_lookup): Delete.
14609 (Fmodify_syntax_entry): Accept a cons as CHAR.
14610 (skip_chars): Adjust for the new multibyte form.
14611 (init_syntax_once): Call char_table_set_range instead of directly
14612 accessing the structure of a char table.
14613
14614 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
14615 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
14616 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
14617 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
14618
14619 * term.c: Include "buffer.h" and "character.h".
14620 (encode_terminal_code, write_glyphs): Adjust for the new
14621 code-conversion API.
14622 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
14623
14624 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
14625
14626 * xdisp.c: Include "character.h".
14627 (get_next_display_element): Adjust for the new multibyte form.
14628 (disp_char_vector): Adjust for the new char table structure.
14629 (decode_mode_spec_coding): Adjust for the new structure of
14630 coding system.
14631 (decode_mode_spec): Adjust for the new code-conversion API.
14632
14633 * xfaces.c: Include "character.h" instead of "charset.h".
14634 (load_face_font): Adjust for the change of choose_face_font and
14635 FS_LOAD_FONT.
14636 (generate_ascii_font): New function.
14637 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
14638 (set_font_frame_param): Adjust for the change of choose_face_font.
14639 (free_realized_face): Make it public.
14640 (free_realized_faces_for_fontset): Rename from
14641 free_realized_multibyte_face. Free also faces realized for ASCII.
14642 (choose_face_font): Change arguments. Adjust for the change of
14643 fontset_font_pattern and FS_LOAD_FONT.
14644
14645 * xfns.c: Include "character.h".
14646 (x_encode_text): Adjust for the new code-conversion API.
14647
14648 * xselect.c: Don't include "charset.h".
14649 (selection_data_to_lisp_data): Adjust for the new code conversion API.
14650
14651 * xterm.c: Include "character.h".
14652 (x_encode_char): New argument CHARSET. Change caller.
14653 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
14654 Call ENCODE_CHAR instead of SPLIT_CHAR.
14655 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
14656 CHAR_WIDTH instead of CHARSET_WIDTH.
14657 (XTread_socket): Adjust for the new code-conversion API.
14658 (x_new_font): Adjust for the change of FS_LOAD_FONT.
14659 (x_load_font): Adjust for the change of struct font.
14660
146612008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14662
14663 * xfaces.c (face_at_buffer_position): Remove unused vars.
14664
146652008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14666
14667 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
14668 Fix overflow checking.
14669
146702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14671
14672 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
14673 Cancel previous change.
14674
146752008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
14676
14677 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
14678 ccl->eight_bit_control. Fix check for buffer overflow.
14679 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
14680 (ccl_driver): Initialize extra_bytes to 0.
14681
146822008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
14683
14684 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
14685 return it ORed with ctrl_modifier.
14686
146872008-01-29 Miles Bader <miles@gnu.org>
14688
14689 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
14690
146912008-01-28 Jason Rumney <jasonr@gnu.org>
14692
14693 * w32.c (stat): Don't double check for networked drive.
14694
146952008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14696
14697 * window.c (run_window_configuration_change_hook): New function.
14698 Code extracted from set_window_buffer. Set the selected frame.
14699 (set_window_buffer): Use it.
14700 * window.h (run_window_configuration_change_hook): Declare.
14701 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
14702
14703 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
14704
147052008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
14706
14707 * Makefile.in: Remove references to unused macros.
14708
147092008-01-26 Eli Zaretskii <eliz@gnu.org>
14710
14711 * w32.c (g_b_init_get_sid_sub_authority)
14712 (g_b_init_get_sid_sub_authority_count): New static variables.
14713 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
14714 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
14715 (init_user_info): Use them to retrieve uid and gid.
14716 Use 500/513, the Windows defaults, as Administrator's uid/gid.
14717 (fstat): Use pw_uid and pw_gid from the_passwd structure for
14718 st_uid and st_gid of the file.
14719
147202008-01-26 Jason Rumney <jasonr@gnu.org>
14721
14722 * w32.c (logon_network_drive): New function.
14723 (stat): Use it.
14724
147252008-01-26 Chong Yidong <cyd@stupidchicken.com>
14726
14727 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
14728 invisible text covered with an ellipsis.
14729
147302008-01-25 Richard Stallman <rms@gnu.org>
14731
14732 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
14733 jump back to beginning. Move some other initializations after that.
14734 (Qwindow_text_change_functions, Vwindow_text_change_functions):
14735 New variables.
14736 (syms_of_xdisp): Init them.
14737
14738 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
14739
14740 * buffer.c (reset_buffer_local_variables):
14741 Implement `permanent-local-hook'.
14742 (Qpermanent_local_hook): New variable.
14743 (syms_of_buffer): Init and staticpro it.
14744
147452008-01-25 Michael Albinus <michael.albinus@gmx.de>
14746
14747 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
14748
147492008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
14750
14751 * fns.c (Fclrhash): Return TABLE.
14752
147532008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14754
14755 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
14756 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
14757 is set even without positional changes.
14758 (x_scroll_bar_clear): Set bar->redraw_needed_p.
14759
14760 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
14761
147622008-01-23 Jason Rumney <jasonr@gnu.org>
14763
14764 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
14765
14766 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
14767 the unicode range available in MULE by locale-coding-system.
14768 Improve dbcs lead byte detection. Set event timestamp and modifiers
14769 earlier.
14770
147712008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14772
14773 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
14774 [MAC_OSX] (init_mac_osx_environment): Initialize it.
14775 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
14776 when used on child processes.
14777
147782008-01-21 Michael Albinus <michael.albinus@gmx.de>
14779
14780 * dbusbind.c (Fdbus_method_return_internal): Rename from
14781 Fdbus_method_return.
14782 (Fdbus_unregister_object): Move to dbus.el.
14783 (Fdbus_call_method, Fdbus_method_return_internal)
14784 (Fdbus_send_signal): Improve debug messages.
14785
147862008-01-20 Martin Rudalics <rudalics@gmx.at>
14787
14788 * undo.c (undo_inhibit_record_point): New variable.
14789 (syms_of_undo): Initialize it.
14790 (record_point): Don't record point when undo_inhibit_record_point
14791 is set.
14792
147932008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
14794
14795 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
14796
14797 * xdisp.c (Qauto_hscroll_mode): New var.
14798 (syms_of_xdisp): Initialize it.
14799 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
14800 window's buffer.
14801 (hscroll_windows): Don't check automatic_hscrolling_p here.
14802
14803 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
14804 vscroll if we're setting window-buffer to the value it already has.
14805
148062008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
14807
14808 * m/intel386.h: Remove references to XENIX.
14809
148102008-01-17 Andreas Schwab <schwab@suse.de>
14811
14812 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
14813 instead of HAVE_X86_64_LIB64_DIR.
14814 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
14815
148162008-01-17 Glenn Morris <rgm@gnu.org>
14817
14818 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
14819 to HAVE_X86_64_LIB64_DIR.
14820
148212008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
14822
14823 * s/irix3-3.h:
14824 * s/irix4-0.h:
14825 * s/386-ix.h:
14826 * s/domain.h:
14827 * s/hpux9-x11r4.h:
14828 * s/hpux9shxr4.h: Remove files for systems no longer supported.
14829
14830 * sysdep.c: Remove code containing references to symbols defined
14831 by unsupported systems.
14832
148332008-01-16 Glenn Morris <rgm@gnu.org>
14834
14835 * coding.c (select-safe-coding-system-function): Doc fix.
14836
148372008-01-15 Glenn Morris <rgm@gnu.org>
14838
14839 * config.in: Revert 2008-01-13 change: this is a generated file.
14840
148412008-01-13 Tom Tromey <tromey@redhat.com>
14842
14843 * lisp.h: Fix typo.
14844
148452008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
14846
14847 * m/sequent-ptx.h:
14848 * m/sequent.h:
14849 * s/ptx.h:
14850 * s/ptx4-2.h:
14851 * s/ptx4.h: Remove files for systems no longer supported.
14852
14853 * callproc.c (Fcall_process): Fix previous change.
14854
148552008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
14856
14857 * unexsunos4.c: Remove file, system not supported anymore.
14858
14859 * m/mips.h:
14860 * m/intel386.h:
14861 * callproc.c:
14862 * config.in:
14863 * ecrt0.c:
14864 * emacs.c:
14865 * fileio.c:
14866 * frame.c:
14867 * getpagesize.h:
14868 * keyboard.c:
14869 * lread.c:
14870 * process.c:
14871 * puresize.h:
14872 * sysdep.c:
14873 * systty.h:
14874 * syswait.h:
14875 * unexec.c:
14876 * xdisp.c:
14877 * alloc.c: Remove code containing references to symbols defined by
14878 unsupported systems.
14879
148802008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
14881
14882 * coding.c (detect_coding_mask): Fix previous change.
14883
148842008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
14885
14886 * coding.c (detect_coding_iso2022): New arg
14887 latin_extra_code_state. Allow Latin extra codes only
14888 when *latin_extra_code_state is nonzero.
14889 (detect_coding_mask): If there is a NULL byte, detect the encoding
14890 as UTF-16 or binary. If Latin extra codes exist, detect the
14891 encoding as ISO-2022 only when there's no other proper encoding is
14892 found.
14893
148942008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14895
14896 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
14897 #ifdef MAC_OS.
14898
148992008-01-08 Richard Stallman <rms@gnu.org>
14900
14901 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
14902
149032008-01-06 Nick Roberts <nickrob@snap.net.nz>
14904
14905 * keyboard.c (parse_menu_item): Don't enclose key bindings on
14906 menu bar in parentheses.
14907
149082008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14909
14910 * m/7300.h:
14911 * m/acorn.h:
14912 * m/alliant-2800.h:
14913 * m/alliant.h:
14914 * m/alliant1.h:
14915 * m/alliant4.h:
14916 * m/altos.h:
14917 * m/amdahl.h:
14918 * m/apollo.h:
14919 * m/att3b.h:
14920 * m/aviion-intel.h:
14921 * m/aviion.h:
14922 * m/celerity.h:
14923 * m/clipper.h:
14924 * m/cnvrgnt.h:
14925 * m/convex.h:
14926 * m/cydra5.h:
14927 * m/delta88k.h:
14928 * m/dpx2.h:
14929 * m/dual.h:
14930 * m/elxsi.h:
14931 * m/f301.h:
14932 * m/gould-np1.h:
14933 * m/gould.h:
14934 * m/i860.h:
14935 * m/ibmps2-aix.h:
14936 * m/ibmrt-aix.h:
14937 * m/ibmrt.h:
14938 * m/irist.h:
14939 * m/is386.h:
14940 * m/isi-ov.h:
14941 * m/mega68.h:
14942 * m/mg1.h:
14943 * m/news-r6.h:
14944 * m/news-risc.h:
14945 * m/news.h:
14946 * m/nh3000.h:
14947 * m/nh4000.h:
14948 * m/ns16000.h:
14949 * m/ns32000.h:
14950 * m/nu.h:
14951 * m/orion.h:
14952 * m/orion105.h:
14953 * m/paragon.h:
14954 * m/pfa50.h:
14955 * m/plexus.h:
14956 * m/pyramid.h:
14957 * m/pyrmips.h:
14958 * m/sh3el.h:
14959 * m/sps7.h:
14960 * m/sr2k.h:
14961 * m/stride.h:
14962 * m/sun1.h:
14963 * m/sun2.h:
14964 * m/sun3-68881.h:
14965 * m/sun3-fpa.h:
14966 * m/sun3-soft.h:
14967 * m/sun3.h:
14968 * m/sun386.h:
14969 * m/symmetry.h:
14970 * m/tad68k.h:
14971 * m/tahoe.h:
14972 * m/targon31.h:
14973 * m/tek4300.h:
14974 * m/tekxd88.h:
14975 * m/tower32.h:
14976 * m/tower32v3.h:
14977 * m/ustation.h:
14978 * m/wicat.h:
14979 * m/xps100.h:
14980 * s/cxux.h:
14981 * s/cxux7.h:
14982 * s/dgux.h:
14983 * s/dgux4.h:
14984 * s/dgux5-4-3.h:
14985 * s/dgux5-4r2.h:
14986 * s/esix.h:
14987 * s/esix5r4.h:
14988 * s/hiuxmpp.h:
14989 * s/hiuxwe2.h:
14990 * s/iris3-5.h:
14991 * s/iris3-6.h:
14992 * s/isc2-2.h:
14993 * s/isc3-0.h:
14994 * s/isc4-0.h:
14995 * s/isc4-1.h:
14996 * s/newsos5.h:
14997 * s/newsos6.h:
14998 * s/osf1.h:
14999 * s/osf5-0.h:
15000 * s/riscix1-1.h:
15001 * s/riscix12.h:
15002 * s/sco4.h:
15003 * s/sco5.h:
15004 * s/sunos4-0.h:
15005 * s/sunos4-1.h:
15006 * s/sunos413.h:
15007 * s/sunos4shr.h:
15008 * s/umax.h:
15009 * s/unipl5-2.h:
15010 * s/xenix.h:
15011 * cxux-crt0.s:
15012 * unexapollo.c:
15013 * unexconvex.c:
15014 * unexenix.c:
15015 * unexsni.c: Remove files for systems no longer supported.
15016
15017 * m/intel386.h: Remove references to unsupported systems.
15018
15019 * w32.c (get_emacs_configuration): Remove reference to i860.
15020
15021 * sysdep.c: Remove dead code.
15022
150232008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
15024
15025 * s/rtu.h:
15026 * m/masscomp.h: Remove files. Platform is obsolete.
15027
150282008-01-04 Michael Albinus <michael.albinus@gmx.de>
15029
15030 * dbusbind.c (Fdbus_method_return): New function.
15031 (xd_read_message): Add the serial number to the event.
15032 (Fdbus_register_method): Activate the function.
15033
150342008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15035
15036 * keyboard.c (read_key_sequence): Fix typo.
15037
150382008-01-03 Michael Albinus <michael.albinus@gmx.de>
15039
15040 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
15041 (xd_signature, xd_append_arg): Handle element type detection for
15042 empty arrays.
15043 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
15044 SDATA () calls; this must be solved more general.
15045 (Fdbus_register_signal): Use SBYTES instead of strlen.
15046
150472008-01-03 Magnus Henoch <magnus@zemdatav>
15048
15049 * dbusbind.c (xd_append_arg): Use unsigned char instead of
15050 unsigned int for byte values (necessary for big-endian platform).
15051 (Fdbus_call_method): Handle the case of no returned arguments.
15052
150532007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
15054
15055 * dbusbind.c (xd_read_message): Use non-static input_event struct.
15056
150572007-12-31 Magnus Henoch <mange@freemail.hu>
15058
15059 * dbusbind.c (xd_signature): Signature of variant is just "v".
15060
150612007-12-30 Michael Albinus <michael.albinus@gmx.de>
15062
15063 * dbusbind.c: Fix several errors and compiler warnings.
15064 Reported by Tom Tromey <tromey@redhat.com>.
15065 (XD_ERROR, XD_DEBUG_MESSAGE)
15066 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
15067 (xd_append_arg): Part for basic D-Bus types rewritten.
15068 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
15069 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
15070 appropriate.
15071 (xd_read_message): Return Qnil. Don't signal an error; it is not
15072 useful during event reading.
15073 (Fdbus_register_signal): Signal an error if the check for
15074 FUNCTIONP fails.
15075 (Fdbus_register_method): New function. The implementation is not
15076 complete, the call of the function signals an error therefore.
15077 (Fdbus_unregister_object): New function, renamed from
15078 Fdbus_unregister_signal. The initial check signals an error, if
15079 the object is not well formed.
15080
150812007-12-30 Richard Stallman <rms@gnu.org>
15082
15083 * textprop.c (get_char_property_and_overlay):
15084 Signal error if POSITION is out of range in a buffer.
15085
150862007-12-29 Martin Rudalics <rudalics@gmx.at>
15087
15088 * w32fns.c (Fx_create_frame): Make copy of frame parameters
15089 because the original parameters are in pure storage now.
15090
150912007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15092
15093 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
15094
150952007-12-22 Eli Zaretskii <eliz@gnu.org>
15096
15097 * callint.c (syms_of_callint) <command-history>: Add reference to
15098 history-length in the doc string.
15099
151002007-12-17 Jason Rumney <jasonr@gnu.org>
15101
15102 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
15103 before passing as wParam.
15104
151052007-12-22 Michael Albinus <michael.albinus@gmx.de>
15106
15107 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
15108 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
15109 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
15110 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
15111 as number.
15112 (Fdbus_call_method): Fix docstring.
15113
151142007-12-21 Michael Albinus <michael.albinus@gmx.de>
15115
15116 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
15117 New macros.
15118 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
15119 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
15120 Simplify.
15121 (xd_signature): New function.
15122 (xd_append_arg): Compute also signatures. Major rewrite.
15123 (xd_retrieve_arg): Make debug messages friendly.
15124 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
15125 Check for signatures of arguments.
15126
151272007-12-19 Michael Albinus <michael.albinus@gmx.de>
15128
15129 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
15130 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
15131 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
15132 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
15133 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
15134 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
15135 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
15136 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
15137 (xd_retrieve_value): Remove. Functionality included in ...
15138 (xd_append_arg): New function.
15139 (Fdbus_call_method, Fdbus_send_signal): Apply it.
15140
151412007-12-16 Michael Albinus <michael.albinus@gmx.de>
15142
15143 * dbusbind.c (top): Include <stdio.h>.
15144 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
15145 dbus_message_new_method_call and dbus_message_new_signal.
15146 (Fdbus_register_signal): Rename unique_name to uname.
15147 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
15148 non-existing unique name. Fix typos in matching rule. Return an
15149 object which is useful in Fdbus_unregister_signal.
15150 (Fdbus_unregister_signal): Reimplementation, in order to remove
15151 only the corresponding entry.
15152 (Vdbus_registered_functions_table): Change the order of entries.
15153 Apply these changes in xd_read_message and Fdbus_register_signal.
15154
151552007-12-16 Andreas Schwab <schwab@suse.de>
15156
15157 * fileio.c (Finsert_file_contents): Fix overflow check to not
15158 depend on undefined integer overflow.
15159
151602007-12-14 Jason Rumney <jasonr@gnu.org>
15161
15162 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
15163 for characters above 127.
15164
151652007-12-13 Jason Rumney <jasonr@gnu.org>
15166
15167 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
15168 before dereferencing array.
15169 (lookup_vk_code): Remove zero comparison.
15170
151712007-12-14 Michael Albinus <michael.albinus@gmx.de>
15172
15173 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
15174 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
15175 Use `unsigned int' instead of `uint'.
15176 (xd_read_message, Fdbus_register_signal): Split expressions into
15177 multiple lines before operators "&&" and "||", according to the
15178 GNU Coding Standards.
15179
151802007-12-14 Eli Zaretskii <eliz@gnu.org>
15181
15182 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
15183
151842007-12-12 Juri Linkov <juri@jurta.org>
15185
15186 * buffer.c (Frename_buffer): In interactive spec replace
15187 `read-buffer' with `read-string' that uses `buffer-name-history'
15188 as history, and the current buffer's name as default.
15189
151902007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
15191
15192 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
15193 manipulating the backtrace manually.
15194 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
15195 (struct backtrace, backtrace_list): Remove.
15196 (command_loop_1): Remove dead var `no_direct'.
15197
15198 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
15199 preserve non-built-in buffer-local variables.
15200 (Fkill_all_local_variables): Don't re-create&re-set permanent
15201 buffer-local variables.
15202
152032007-12-09 Juri Linkov <juri@jurta.org>
15204
15205 * buffer.c (Frename_buffer): Change interactive spec from "s" to
15206 Lisp code that uses `read-buffer' with current buffer as default.
15207
152082007-12-08 Michael Albinus <michael.albinus@gmx.de>
15209
15210 * dbusbind.c (xd_read_message): Generate an event for every
15211 registered handler. There might be several handlers registered
15212 for the same signal.
15213 (Fdbus_register_signal): Don't overwrite a registration for the
15214 same signal. Add a new registration if handlers are different.
15215 (Vdbus_registered_functions_table): Rework doc string.
15216
152172007-12-07 Michael Albinus <michael.albinus@gmx.de>
15218
15219 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
15220 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
15221 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
15222 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
15223 Unify argument lists.
15224 (xd_read_message, Fdbus_register_signal): Reorder and extend event
15225 arguments and hash table keys. Use unique name for service.
15226 (Fdbus_unregister_signal): Remove checks.
15227 (Vdbus_registered_functions_table): Fix doc string.
15228
152292007-12-05 Magnus Henoch <mange@freemail.hu>
15230
15231 * process.c (make_process): Initialize pty_flag to 0.
15232
152332007-12-05 Jason Rumney <jasonr@gnu.org>
15234
15235 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
15236 specified XBMs.
15237
152382007-12-05 Richard Stallman <rms@gnu.org>
15239
15240 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
15241
152422007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15243
15244 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
15245 New variable.
15246 (mac_try_close_socket) [MAC_OSX]: New function.
15247 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
15248 Update cfsockets_for_select. Replace invalid CFRunLoop source.
15249
15250 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
15251 Use mac_try_close_socket.
15252
152532007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15254
15255 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
15256 reloc_base.
15257 (copy_dysymtab): Compute relocation base here.
15258 (rebase_reloc_address) [__ppc64__]: New function.
15259 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
15260 changed.
15261
152622007-12-05 Jason Rumney <jasonr@gnu.org>
15263
15264 * w32proc.c (sys_spawnve): Quote args with wildcards.
15265
152662007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15267
15268 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
15269 __objc_* sections.
15270 (unrelocate) [_LP64]: Set relocation base to address of data segment.
15271
152722007-12-05 Michael Albinus <michael.albinus@gmx.de>
15273
15274 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
15275 Move check for Vdbus_registered_functions_table to
15276 xd_read_queued_messages.
15277 (xd_read_queued_messages): Protect xd_read_message calls by
15278 internal_condition_case_1.
15279
152802007-12-04 Michael Albinus <michael.albinus@gmx.de>
15281
15282 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
15283 Qdbus_system_bus and Qdbus_session_bus, respectively.
15284 (Vdbus_intern_symbols): Remove.
15285 (Vdbus_registered_functions_table): New hash table.
15286 (XD_SYMBOL_INTERN_SYMBOL): Remove.
15287 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
15288 Rewrite in order to manage registered functions by hash table
15289 Vdbus_registered_functions_table.
15290
152912007-12-03 Jan Djärv <jan.h.d@swipnet.se>
15292
15293 * xterm.c: Update URL to Window Manager Specification in comment.
15294
152952007-12-02 Michael Albinus <michael.albinus@gmx.de>
15296
15297 * config.in (HAVE_DBUS): Add.
15298
15299 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
15300 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
15301 (obj): Add $(DBUS_OBJ).
15302 (LIBES): Add $(DBUS_LIBS).
15303 (dbusbind.o): New target.
15304
15305 * dbusbind.c: New file.
15306
15307 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
15308
15309 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
15310 (Qdbus_event): New Lisp symbol.
15311 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
15312 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 15313 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
15314
15315 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
15316
153172007-12-01 Richard Stallman <rms@gnu.org>
15318
15319 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
15320
153212007-11-30 Jason Rumney <jasonr@gnu.org>
15322
15323 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
15324 (w32con_reset_terminal_modes): Clear screen buffer.
15325 (w32_face_attributes): Don't use color indexes that are out of range.
15326 Only reverse the default colors.
15327
15328 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
15329 WINDOWSNT.
15330
15331 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
15332
153332007-11-29 Jason Rumney <jasonr@gnu.org>
15334
15335 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
15336 (w32_face_attributes): Use Vtty_defined_color_alist to determine
15337 if the terminal colors are initialized.
15338 (unspecified_fg, unspecified_bg): Remove unused declarations.
15339
153402007-11-29 Andreas Schwab <schwab@suse.de>
15341
15342 * keyboard.c (apply_modifiers): Fix typo.
15343
153442007-11-29 Richard Stallman <rms@gnu.org>
15345
15346 * keymap.c (Fcurrent_local_map): Doc fix.
15347
153482007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
15349
15350 * s/gnu-kfreebsd.h: New file.
15351
153522007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15353
15354 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
15355 Don't cast redundantly.
15356
15357 * keyboard.c (KEY_TO_CHAR): New macro.
15358 (parse_modifiers, apply_modifiers): Accept integer arguments.
15359 (read_key_sequence): Use them to unify the "shift->unshift" mapping
15360 for chars and symbol keys.
15361 After doing such remapping, apply function-key-map again.
15362
153632007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
15364
15365 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
15366 compiled anymore.
15367
153682007-11-26 Andreas Schwab <schwab@suse.de>
15369
15370 * process.c (list_processes_1): Fix indentation level of the
15371 command column.
15372
153732007-11-23 Andreas Schwab <schwab@suse.de>
15374
15375 * editfns.c (Fformat): Handle %c specially since it requires the
15376 argument to be of type int.
15377
153782007-11-23 Markus Triska <markus.triska@gmx.at>
15379
15380 * emacs.c (main): Call init_editfns before init_process, since
15381 init_process sets Vprocess_connection_type depending on OS release.
15382
153832007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15384
15385 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
15386 (find_symbol_value): Use do_symval_forwarding.
15387
15388 * data.c (set_internal): Set the value in the `cons-cell' (for
15389 Buffer_Local_values) not only for frame-local variables.
15390
153912007-11-22 Andreas Schwab <schwab@suse.de>
15392
15393 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
15394 values to sprintf.
15395 * keymap.c (Fsingle_key_description): Likewise.
15396 * print.c (print_object): Likewise.
15397
153982007-11-22 Jan Djärv <jan.h.d@swipnet.se>
15399
15400 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
15401 file for image is nil.
15402
154032007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
15404
15405 * term.c: Include stdarg.h.
15406 (fatal): Implement using varargs.
15407 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
15408
154092007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15410
15411 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
15412 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
15413 Update call to buffer_slot_type_mismatch.
15414 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
15415 (buffer_slot_type_mismatch): Update.
15416 * buffer.c (buffer_local_types): Remove.
15417 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
15418 (defvar_per_buffer): Set the type in the buffer_objfwd.
15419
154202007-11-21 Jason Rumney <jasonr@gnu.org>
15421
15422 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
15423 CreateFileMapping returns NULL on failure.
15424
154252007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15426
15427 * search.c (Fset_match_data): Remove the `evaporate' feature.
15428 (unwind_set_match_data): Don't use the `evaporate' feature.
15429
154302007-11-21 Jason Rumney <jasonr@gnu.org>
15431
15432 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
15433
15434 * w32console.c (w32con_write_glyphs): Remove unused variables.
15435
154362007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15437
15438 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
15439
15440 * s/darwin.h (MULTI_KBOARD): Remove.
15441
15442 * macfns.c (x_create_tip_frame, Fx_create_frame)
15443 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
15444
154452007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15446
15447 * buffer.c (Fbuffer_local_value): Remove redundant test.
15448 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
15449 than in `current-buffer' to match the comment.
15450 Do the swap using swap_in_global_binding.
15451
15452 * data.c (store_symval_forwarding, set_internal):
15453 * eval.c (specbind): Remove dead code.
15454
15455 * coding.c (detect_coding, Fupdate_coding_systems_internal):
15456 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
15457 Since we do not want to see internal Lisp_*fwd objects here.
15458
154592007-11-18 Jan Djärv <jan.h.d@swipnet.se>
15460
15461 * sysdep.c (init_system_name): Use getaddrinfo if available.
15462
15463 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
15464 (x_scroll_bar_note_movement): start, end, with, height in struct
15465 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
15466
154672007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
15468
15469 * puresize.h (BASE_PURESIZE): Increase to 1190000.
15470
154712007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15472
15473 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
15474 This undoes Richard's change of 14-Oct-2002.
15475
15476 * alloc.c (allocate_other_vector):
15477 * lisp.h (allocate_other_vector): Remove.
15478
15479 * window.c (struct save_window_data): Move non-lisp data to the end
15480 and make it `int' rather than Lisp_Object.
15481 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
15482 Done wrap/unwrap integer values.
15483 (Fset_window_configuration, compare_window_configurations):
15484 Update use of fields to their new types.
15485
15486 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
15487 Turn integer fields into `int'. Merge x_window_low and x_window_high.
15488 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
15489 (SET_SCROLL_BAR_X_WINDOW): Remove.
15490 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
15491 Access the new x_window field directly.
15492 * xterm.c (x_scroll_bar_create): Use a pseudovector.
15493 Don't wrap/unwrap integers into Lisp_Objects.
15494 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
15495 (x_scroll_bar_report_motion):
15496 Don't wrap/unwrap integers into Lisp_Objects.
15497 (x_term_init): Use SDATA.
15498 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
15499 (x_scroll_bar_set_handle, x_scroll_bar_remove)
15500 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
15501 (x_scroll_bar_report_motion, x_scroll_bar_clear):
15502 * xfns.c (x_set_background_color):
15503 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
15504 Access the new x_window field directly.
15505
15506 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
15507 (allocate_pseudovector): Make non-static.
15508
15509 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
15510 (allocate_pseudovector): Declare.
15511 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
15512
155132007-11-15 Andreas Schwab <schwab@suse.de>
15514
15515 * editfns.c (Fformat): Correctly format EMACS_INT values.
15516 Also take precision into account when formatting an integer.
15517
15518 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
15519
155202007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
15521
15522 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
15523 (syms_of_keyboard): Defsubr it.
15524
15525 * data.c (swap_in_global_binding): Fix longstanding bug where
15526 store_symval_forwarding was not called with the right second argument,
15527 thus causing objfwd-ing from being dropped.
15528
155292007-11-14 Juanma Barranquero <lekktu@gmail.com>
15530
15531 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
15532 (Fx_display_pixel_height, Fx_display_planes)
15533 (Fx_display_color_cells, Fx_server_max_request_size)
15534 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
15535 (Fx_display_visual_class, Fx_display_save_under):
15536 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
15537 (Fx_display_pixel_height, Fx_display_planes)
15538 (Fx_display_color_cells, Fx_server_max_request_size)
15539 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
15540 (Fx_display_mm_height, Fx_display_mm_width)
15541 (Fx_display_backing_store, Fx_display_visual_class)
15542 (Fw32_select_font, Fx_display_save_under):
15543 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
15544 (Fx_display_pixel_height, Fx_display_planes)
15545 (Fx_display_color_cells, Fx_server_max_request_size)
15546 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
15547 (Fx_display_save_under): Fix typos in docstrings.
15548
155492007-11-14 Juanma Barranquero <lekktu@gmail.com>
15550
15551 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
15552 corresponding to deleted entries; they are an implementation detail.
15553 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
15554 Remove variables.
15555 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
15556 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
15557 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
15558 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
15559 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
15560 (Fw32_define_rgb_color, Fw32_load_color_file)
15561 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
15562 Fix typos in docstrings.
15563 (Fx_server_version): Reflow docstring.
15564 (Fw32_shell_execute): Doc fixes.
15565
155662007-11-13 Juanma Barranquero <lekktu@gmail.com>
15567
15568 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
15569 if w32_parse_hot_key returned nil.
15570
155712007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15572
15573 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
15574
155752007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 15576
aac0c6e3
MR
15577 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
15578
15579 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
15580
15581 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
15582 Remove W32_SCROLL_BAR_CLICK_EVENT.
15583
15584 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
15585 Add MULTIMEDIA_KEY_EVENT.
15586
15587 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
15588 (lispy_multimedia_keys) [WINDOWSNT]: New array.
15589 (make_lispy_event) [WINDOWSNT]: Use it to translate
15590 MULTIMEDIA_KEY_EVENT.
15591
15592 * w32term.h (WM_APPCOMMAND): Define if not already.
15593 (GET_APPCOMMAND_LPARAM): Likewise.
15594
15595 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
15596 WM_APPCOMMAND.
15597
15598 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
15599 (syms_of_w32fns): Export and initialize it.
15600 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
15601
156022007-11-09 Chong Yidong <cyd@stupidchicken.com>
15603
15604 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
15605 twice.
15606
15607 * xdisp.c (handle_face_prop): Fix last change.
15608
156092007-11-09 Richard Stallman <rms@gnu.org>
15610
15611 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
15612 not just for after-strings and before-strings.
15613 Call face_for_overlay_string and pass the overlay to it.
15614 (handle_display_prop): Determine whether property came from an overlay.
15615 Pass OVERLAY arg to handle_single_display_spec.
15616 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
15617 (load_overlay_strings): Fill in it->string_overlays.
15618 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
15619
15620 * xfaces.c (face_for_overlay_string): Function renamed from
15621 face_at_buffer_position_no_overlays, and add arg OVERLAY.
15622
15623 * dispextern.h (struct it): New elt string_overlays.
15624 New elt from_overlay, also in stack.
15625 Rearrange a few elements.
15626 (face_for_overlay_string): Decl renamed from
15627 face_at_buffer_position_no_overlays, and add argument.
15628
156292007-11-09 Richard Stallman <rms@gnu.org>
15630
15631 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
15632 to get the base face for an overlay string.
15633
15634 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
15635
15636 * xfaces.c (face_at_buffer_position_no_overlays): New function.
15637
15638 * xdisp.c (handle_stop): Move some code out of loop.
15639
156402007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15641
15642 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
15643 Fix conversion from Lisp object to ATSUFontID.
15644
156452007-11-09 Jason Rumney <jasonr@gnu.org>
15646
15647 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
15648
156492007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15650
15651 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
15652 Don't assume regions are aligned to page boundary.
15653 (print_load_command_name): Add LC_UUID if defined.
15654
156552007-11-09 Richard Stallman <rms@gnu.org>
15656
15657 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
15658
156592007-11-07 Jason Rumney <jasonr@gnu.org>
15660
15661 * s/windows95.h: Remove.
15662
156632007-11-06 Jan Djärv <jan.h.d@swipnet.se>
15664
15665 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
15666 abort with a message on unhandled store_type values.
15667
156682007-11-01 Jan Djärv <jan.h.d@swipnet.se>
15669
15670 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
15671 Remove HAVE_X11R5 and HAVE_X11R4.
15672
156732007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
15674
15675 * Makefile.in: Remove references to sunfns.c and sunfns.o.
15676
156772007-11-01 Johan Bockgård <bojohan@gnu.org>
15678
15679 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
15680 Don't set s->stippled_p here, since it has already been set by
15681 x_set_glyph_string_gc from x_draw_glyph_string.
15682
156832007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
15684
15685 * sunfns.c: Remove file.
15686
15687 * m/sun386.h:
15688 * m/sun2.h:
15689 * m/sparc.h: Remove Sun windows code.
15690
156912007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
15692
15693 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
15694 (init_keyboard): Set current_kboard's window-system to nil.
15695 (tty_read_avail_input): Typo.
15696 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
15697
156982007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15699
15700 * s/usg5-4.h:
15701 * s/usg5-3.h:
15702 * s/ptx.h:
15703 * m/is386.h:
15704 * m/ibmps2-aix.h:
15705 * Makefile.in: Remove all mentions of X10.
15706
15707 * dispnew.c (syms_of_display): Don't mention version 10.
15708
157092007-10-28 Juanma Barranquero <lekktu@gmail.com>
15710
15711 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
15712 ($(BLD)/abbrev.$(O)): Remove.
15713
157142007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15715
15716 Rewrite abbrev.c in Elisp.
15717 * image.c (Qcount): Don't declare as extern.
15718 (syms_of_image): Initialize and staticpro `Qcount'.
15719 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
15720 * emacs.c (main): Don't call syms_of_abbrev.
15721 * Makefile.in (obj): Remove abbrev.o.
15722 (abbrev.o): Remove.
15723 * abbrev.c: Remove.
15724
157252007-10-26 Martin Rudalics <rudalics@gmx.at>
15726
15727 * window.c (window_min_size_2): Don't count header-line.
15728
157292007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15730
15731 * frame.h (struct frame): Move all bit fields after the first bit
15732 field to take advantage of the available space. Group all the
15733 chars together to reduce wasted space due to padding.
15734
157352007-10-26 Juanma Barranquero <lekktu@gmail.com>
15736
15737 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
15738
15739 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
15740 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
15741 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
15742 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
15743 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
15744 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
15745 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
15746 (last_marked, mark_object_loop_halt): Make static.
15747
15748 * frame.c (syms_of_frame) <delete-frame-functions>:
15749 Fix typo in docstring.
15750
157512007-10-25 Juanma Barranquero <lekktu@gmail.com>
15752
15753 * w32.c (init_environment): Fix tiny memory leak.
15754 (w32_get_resource): Remove unused variable `ok'.
15755
157562007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15757
15758 Make `window-system' into a keyboard-local variable (rather than
15759 frame-local as done originally by multi-tty).
15760
15761 * keyboard.h (struct kboard): Add Vwindow_system.
15762 * keyboard.c (init_kboard): Set a default for Vwindow_system.
15763 (mark_kboards): Mark Vwindow_system.
15764
15765 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
15766 (init_display): Don't set the obsolete `window-system' frame-param.
15767
15768 * xterm.c (x_term_init):
15769 * w32term.c (w32_create_terminal):
15770 * term.c (init_tty): Set Vwindow_system.
15771 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
15772 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
15773
15774 * xfns.c (Fx_create_frame, x_create_tip_frame):
15775 * w32fns.c (Fx_create_frame, x_create_tip_frame):
15776 * macfns.c (Fx_create_frame):
15777 Don't set the obsolete `window-system' frame-param.
15778
15779 * frame.h (Qwindow_system): Remove.
15780 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
15781 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
15782
157832007-10-24 Richard Stallman <rms@gnu.org>
15784
15785 * frame.c (x_figure_window_size): For fullscreen case,
15786 set USPosition | PPosition without clobbering rest of window_prompting.
15787
15788 * keyboard.c (Fcurrent_idle_time): Doc fix.
15789
15790 * print.c (Fwith_output_to_temp_buffer): Doc fix.
15791
157922007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15793
15794 * process.c (unwind_request_sigio): Only define if __ultrix__.
15795
15796 * callproc.c (child_setup): Remove spurious *.
15797
15798 * lisp.h (Fget_text_property): Declare.
15799 (have_menus_p): Declare it here rather than in sys-dep header files.
15800 * macterm.h (have_menus_p):
15801 * msdos.h (have_menus_p):
15802 * xterm.h (have_menus_p): Remove.
15803
15804 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
15805 (Fmake_variable_frame_local): Just check the variable's const-ness
15806 rather than checking nil or t.
15807
158082007-10-22 Jason Rumney <jasonr@gnu.org>
15809
15810 * w32fns.c: Include math.h.
15811 (w32_abort): Declaration moved to nt/config.nt.
15812
15813 * s/ms-w32.h (HAVE_STDLIB_H): Define.
15814 (abort): Redefinition moved to nt/config.nt.
15815
15816 * m/windowsnt.h: Remove.
15817
158182007-10-22 Juanma Barranquero <lekktu@gmail.com>
15819
15820 * emacs.c (Fdump_emacs): Fix typo in message.
15821 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
15822 <installation-directory>: Reflow docstring.
15823
158242007-10-22 Juri Linkov <juri@jurta.org>
15825
15826 * minibuf.c: Allow minibuffer default to be a list of default values.
15827 With empty input use the first element of this list as returned default.
15828 (string_to_object)
15829 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
15830 (read_minibuf): If defalt is cons, set histstring to its car.
15831 (Fread_string): If default_value is cons, set val to its car.
15832 (Fread_buffer): If def is cons, use its car.
15833 (Fcompleting_read): If defalt is cons, set val to its car.
15834
158352007-10-21 Michael Albinus <michael.albinus@gmx.de>
15836
15837 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
15838
158392007-10-20 Juanma Barranquero <lekktu@gmail.com>
15840
15841 * doc.c (Fdocumentation): Check for advice in all cases.
15842
158432007-10-19 Chong Yidong <cyd@stupidchicken.com>
15844
15845 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
15846
158472007-10-19 Richard Stallman <rms@gnu.org>
15848
15849 * doc.c (Fdocumentation): Check for and handle an advised function.
15850
158512007-10-19 Juanma Barranquero <lekktu@gmail.com>
15852
15853 * process.c (Fset_process_filter): Doc fix.
15854
158552007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15856
15857 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
15858 which caused key-translation-map to applied repeatedly (thus breaking
15859 double-mode).
15860
158612007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15862
15863 * xselect.c (x_own_selection, x_handle_selection_clear)
15864 (x_clear_frame_selections):
15865 * w32menu.c (list_of_panes, list_of_items):
15866 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
15867 * textprop.c (validate_plist, interval_has_all_properties)
15868 (interval_has_some_properties, interval_has_some_properties_list)
15869 (add_properties, text_property_list):
15870 * process.c (Fget_buffer_process, list_processes_1, status_notify):
15871 * minibuf.c (Fassoc_string):
15872 * macselect.c (x_own_selection, x_clear_frame_selections)
15873 (Fx_disown_selection_internal):
15874 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
15875 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
15876
158772007-10-17 Chong Yidong <cyd@stupidchicken.com>
15878
15879 * process.c: Link to libs for calling res_init() if available.
15880 (Fmake_network_process): Call res_init() before getaddrinfo or
15881 gethostbyname, if possible.
15882
158832007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15884
15885 * lread.c (read1): Set pvectype for char_tables.
15886
15887 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
15888 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
15889 Add type checks.
15890 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
15891
15892 * alloc.c (free_misc): Use XMISCTYPE.
15893 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
15894
158952007-10-17 Glenn Morris <rgm@gnu.org>
15896
15897 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
15898 (syms_of_minibuf): Add Qcompletion_ignore_case.
15899 * dired.c (Qcompletion_ignore_case): Change to external.
15900 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
15901 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
15902 (Fread_file_name): Use it rather than intern'ing.
15903
15904 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
15905 (Fread_coding_system): Ignore case of user input.
15906
159072007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15908
15909 * xdisp.c (handle_display_prop): Ignore display specs after
15910 replacing one when string text is being replaced.
15911 (handle_single_display_spec): Pretend as if characters with display
15912 property haven't been consumed only when buffer text is being replaced.
15913
159142007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15915
15916 * xfns.c (Fx_create_frame, Fx_display_list):
15917 * window.c (window_fixed_size_p, enlarge_window)
15918 (shrink_window_lowest_first):
15919 * macterm.c (init_font_name_table):
15920 * macfns.c (Fx_create_frame, Fx_display_list):
15921 * lread.c (close_load_descs):
15922 * keyboard.c (read_char_x_menu_prompt):
15923 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
15924 * coding.c (code_convert_region_unwind): Test the type of an object
15925 rather than just !NILP before extracting data from it.
15926
15927 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
15928
15929 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
15930 (XMISCANY): New macro.
15931 (XMISCTYPE): Use it.
15932 (struct Lisp_Misc_Any): New type.
15933 (union Lisp_Misc): Use it.
15934 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
15935 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
15936 (find_symbol_value, set_internal, default_value, Fset_default)
15937 (Fmake_variable_buffer_local, Fmake_local_variable)
15938 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
15939 (Flocal_variable_if_set_p, Fvariable_binding_locus):
15940 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
15941 * alloc.c (allocate_buffer): Set the size and tag.
15942 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
15943 Use XMISCANY.
15944 (die): Follow the GNU convention for error messages.
15945 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
15946 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
15947 tag any more.
15948 (set_buffer_internal_1):
15949 * frame.c (store_frame_param):
15950 * eval.c (specbind):
15951 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
15952
15953 * doc.c (Fsnarf_documentation): Simplify.
15954
159552007-10-14 Juanma Barranquero <lekktu@gmail.com>
15956
15957 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
15958 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
15959
159602007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15961
15962 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
15963
159642007-10-14 Juanma Barranquero <lekktu@gmail.com>
15965
15966 * eval.c (do_autoload): Don't save autoloads.
15967
15968 * data.c (Ffset): Save autoload of the function being set.
15969
159702007-10-07 John Paul Wallington <jpw@pobox.com>
15971
15972 * xfns.c (x_create_tip_frame): Set the `display-type' frame
15973 parameter before setting up faces.
15974
159752007-10-13 Eli Zaretskii <eliz@gnu.org>
15976
15977 * ccl.c (Fregister_code_conversion_map):
15978 * keyboard.c (append_tool_bar_item): Reformat last change.
15979
15980 * lisp.h (eabs): Rename from `abs'. All callers changed.
15981
159822007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
15983
15984 * buffer.c (add_overlay_mod_hooklist):
15985 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
15986 * fontset.c (make_fontset):
15987 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
15988 (append_tool_bar_item):
15989 * macmenu.c (grow_menu_items):
15990 * w32menu.c (grow_menu_items):
15991 * xmenu.c (grow_menu_items): Use larger_vector.
15992
159932007-10-13 Eli Zaretskii <eliz@gnu.org>
15994
15995 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
15996 selected frame'' on MSDOS).
15997
159982007-10-12 Martin Rudalics <rudalics@gmx.at>
15999
16000 * frame.c (Qexplicit_name): New variable.
16001 (x_report_frame_params): Report it in parameter alist.
16002 (syms_of_frame): Intern and staticpro it.
16003
160042007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
16005
16006 * macfns.c (x_create_tip_frame): Set terminal for frame.
16007
160082007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16009
16010 * frame.c (Qenvironment): Remove.
16011 (syms_of_frame) <Qenvironment>: Don't initialize.
16012 (Fdelete_frame): Don't treat the `environment' param specially.
16013 * frame.h (Qenvironment): Don't declare.
16014 * callproc.c (set_initial_environment): Don't set unused frame param.
16015
16016 * frame.c (Fframe_with_environment): Remove.
16017 (syms_of_frame) <Sframe_with_environment>: Don't declare.
16018
16019 * lisp.h (Fframe_with_environment): Don't declare.
16020
160212007-10-10 Juanma Barranquero <lekktu@gmail.com>
16022
16023 * indent.c (indent_tabs_mode, last_known_column)
16024 (last_known_column_modified): Make static.
16025 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
16026
160272007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
16028
16029 * puresize.h (BASE_PURESIZE): Increase to 1170000.
16030
160312007-10-09 Jason Rumney <jasonr@gnu.org>
16032
16033 * w32term.c (x_set_window_size): Disable code that attempts to tell
16034 Lisp code about a size change before it actually happens.
16035
160362007-10-09 Richard Stallman <rms@gnu.org>
16037
16038 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
16039 return HANDLED_RETURN.
16040
160412007-10-08 Martin Rudalics <rudalics@gmx.at>
16042
16043 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
16044 when there's an unread command event.
16045
16046 * frame.c (focus_follows_mouse): Move here from frame.el to allow
16047 window autoselection act appropriately when leaving selected frame.
16048 (syms_of_frame): Initialize focus_follows_mouse.
16049 * frame.h (focus_follows_mouse): Extern it.
16050 * macterm.c (XTread_socket): When focus_follows_mouse is nil
16051 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
16052 * msdos.c (dos_rawgetc): Likewise.
16053 * w32term.c (w32_read_socket): Likewise.
16054 * xterm.c (handle_one_xevent): Likewise.
16055 * xdisp.c (syms_of_xdisp): In doc-string of
16056 mouse-autoselect-window mention focus-follows-mouse.
16057
160582007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16059
16060 * macterm.c (mac_load_query_font): Fix missing return value.
16061 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
16062 Add BLOCK_INPUT.
16063
160642007-10-08 Richard Stallman <rms@gnu.org>
16065
16066 * xdisp.c (get_window_cursor_type): Implement documented behavior
16067 for cursor-in-non-selected-windows = t.
16068
160692007-10-08 Jason Rumney <jasonr@gnu.org>
16070
16071 * w32.c (w32_get_resource): Always close registry keys.
16072
160732007-10-08 Jason Rumney <jasonr@gnu.org>
16074
16075 * makefile.w32-in (LIBS): Add COMCTL32.
16076
16077 * w32fns.c (globals_of_w32fns): Init common controls.
16078
160792007-10-08 Richard Stallman <rms@gnu.org>
16080
16081 * image.c (our_memory_buffer): Rename from omfib_buffer.
16082
160832007-10-08 Richard Stallman <rms@gnu.org>
16084
16085 * buffer.c (Foverlays_at): Doc fix.
16086
160872007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16088
16089 * fns.c (Fplist_put): Preserve uneven tail data.
16090
160912007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
16092
16093 * termhooks.h (enum event_kind): Remove trailing comma.
16094
16095 * frame.h (enum): Remove trailing comma.
16096
160972007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
16098
16099 * w32proc.c (delete_child): Don't terminate threads of zombies.
16100
161012007-10-08 Martin Rudalics <rudalics@gmx.at>
16102
16103 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
16104
16105 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
16106 last-repeatable-command.
16107 (init_kboard): Initialize Vlast_repeatable_command.
16108 (command_loop_1): Set it to real_this_command unless that was
16109 bound to an input event.
16110 (mark_kboards): Mark it.
16111
161122007-10-08 Richard Stallman <rms@gnu.org>
16113
16114 * eval.c (condition-case): Doc fix.
16115
161162007-10-08 Masatake YAMATO <jet@gyve.org>
16117
16118 * xfaces.c (tty_supports_face_attributes_p): Fix code
16119 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
16120 was copied and not edited.
16121
161222007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
16123
16124 Add new `input-decode-map' keymap and use it for terminal
16125 escape sequences.
16126 * keyboard.h (struct kboard): Add Vinput_decode_map.
16127 Remove Vlocal_key_translation_map.
16128 * keyboard.c (read_key_sequence): Add support for input-decode-map.
16129 (init_kboard): Init input-decode-map.
16130 Replace local-key-translation-map back with key-translation-map.
16131 (syms_of_keyboard): Declare input-decode-map.
16132 Remove local-key-translation-map. Update docstrings.
16133 (mark_kboards): Mark Vinput_decode_map.
16134 Don't mark Vlocal_key_translation_map.
16135 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
16136 Replace local-key-translation-map back with key-translation-map.
16137 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
16138 Bind in input-decode-map rather than function-key-map.
16139
16140 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
16141 This was made redundant by the previous introduction of XSETPVECTYPE.
16142
161432007-10-09 Richard Stallman <rms@gnu.org>
16144
16145 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
16146
161472007-09-29 Richard Stallman <rms@gnu.org>
16148
16149 * eval.c (internal_condition_case_2, internal_condition_case_1)
16150 (internal_condition_case): Reenable abort if x_catching_errors ()
16151 to see if that really happens and why.
16152
161532007-10-06 Andreas Schwab <schwab@suse.de>
16154
16155 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
16156
161572007-10-04 Juanma Barranquero <lekktu@gmail.com>
16158
16159 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
16160
161612007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16162
16163 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
16164
161652007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16166
16167 * window.h (struct window):
16168 * window.c (struct save_window_data, struct saved_window):
16169 * termhooks.h (struct terminal):
16170 * process.h (struct Lisp_Process):
16171 * frame.h (struct frame):
16172 * buffer.h (struct buffer):
16173 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
16174 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
16175 The size field of (pseudo)vectors is now unsigned.
16176 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
16177
16178 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
16179 Turn `count' into an integer.
16180
16181 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
16182 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
16183 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
16184 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
16185 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
16186
16187 * alloc.c (allocate_pseudovector): New fun.
16188 (ALLOCATE_PSEUDOVECTOR): New macro.
16189 (allocate_window, allocate_terminal, allocate_frame)
16190 (allocate_process): Use it.
16191 (mark_vectorlike): New function.
16192 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
16193 (mark_terminals): Use it.
16194 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
16195 (Fmake_byte_code): Use XSETPVECTYPE.
16196
16197 * frame.c (Fframe_parameters): Minor simplification.
16198
16199 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
16200
16201 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
16202
16203 * buffer.c (Fget_buffer_create, init_buffer_once):
16204 * lread.c (defsubr):
16205 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
16206
16207 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
16208 defined differently in the m/*.h files.
16209 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
16210 (XSETPVECTYPE): New macro.
16211 (XSETPSEUDOVECTOR): Use it.
16212
16213 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
16214 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
16215
16216 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
16217 * lread.c (defvar_per_buffer):
16218 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
16219
16220 * window.c (candidate_window_p): Only consider as visible frames that
16221 are on the same terminal.
16222
16223 * m/ibms390x.h (MARKBIT): Remove unused macro.
16224
162252007-10-01 Juanma Barranquero <lekktu@gmail.com>
16226
16227 * lread.c (Fload): Fix typo in docstring.
16228
162292007-10-01 Michaël Cadilhac <michael@cadilhac.name>
16230
16231 * floatfns.c (Fexpt): Manually check for overflows, so that a power
16232 of a non-zero value can't yield zero.
16233
162342007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
16235
16236 * term.c (term_clear_mouse_face, term_mouse_highlight)
16237 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
16238
16239 * print.c (safe_debug_print): Use XHASH.
16240
16241 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
16242 Lisp elements such as tags.
16243 (XHASH): New macro.
16244 (EQ): Use it.
16245 (SREF, SSET, STRING_COPYIN): Use SDATA.
16246 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
16247
16248 * alloc.c (mark_terminal): Remove left-over declaration.
16249 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
16250 (allocate_vectorlike): Remove type argument. Adjust callers.
16251 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
16252 Only handle the one remaining MEM_TYPE_VECTORLIKE.
16253
16254 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
16255 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
16256 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
16257 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
16258 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
16259 Use them.
16260
16261 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
16262 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
16263 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
16264
162652007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
16266
16267 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
16268 loaded by default.
16269
162702007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16271
16272 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
16273 on this tty.
16274 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
16275
16276 * term.c (mouse_face_window): Rename from Qmouse_face_window.
16277 Update all users.
16278 (handle_one_term_event): Use Gpm_DrawPointer.
16279 (Fgpm_mouse_start): Rename from Fterm_open_connection.
16280 Signal errors instead of returning nil. Always return nil.
16281 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
16282 Make it a noop if gpm-mouse was not activated.
16283 (syms_of_term): Update names.
16284
162852007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
16286
16287 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
16288 (init_sys_modes): Check that gpm_tty is the current tty.
16289
16290 * alloc.c (allocate_terminal): Set the vector size to only count the
16291 lisp fields. Initialize those to nil.
16292 (mark_object): Don't treat terminals specially.
16293 (mark_terminal): Remove.
16294 (mark_terminals): Use mark_object instead.
16295
16296 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
16297 the GC to the beginning.
16298
16299 * indent.h:
16300 * indent.c: Use EMACS_INT for ints coming from Elisp data.
16301
16302 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
16303
163042007-09-25 Jason Rumney <jasonr@gnu.org>
16305
16306 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
16307
16308 * w32console.c (create_w32cons_output): Remove.
16309
16310 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
16311
16312 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
16313 (reset_sys_modes): Use reset_terminal_modes_hook.
16314
163152007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16316
16317 * eval.c (do_autoload): Don't output any message.
16318
163192007-09-24 Juri Linkov <juri@jurta.org>
16320
16321 * emacs.c (standard_args): Change priority of "--no-splash"
16322 from 40 to 3. Add "--no-desktop" with the same priority.
16323
163242007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
16325
16326 * alloc.c (gc_sweep): Check cons cell mark bits word by word
16327 and optimize the case where they are all 1.
16328
163292007-09-23 Johannes Weiner <hannes@saeurebad.de>
16330
16331 * lisp.h (abs): Define if not defined.
16332 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
16333 Don't define `abs', since it's defined in lisp.h.
16334
163352007-09-22 Eli Zaretskii <eliz@gnu.org>
16336
16337 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
16338 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
16339 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
16340 (init_tty): Use DEV_TTY instead of "/dev/tty".
16341 [WINDOWSNT]: No need to protect from NAME arg being null.
16342
163432007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16344
16345 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
16346 up the tty state.
16347
163482007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16349
16350 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
16351 (gpm_tty): Change its type.
16352 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
16353 (gpm_tty): Change its type and initialize it.
16354 (Fterm_open_connection): Check the frame is indeed a tty.
16355 Use the new gpm_tty.
16356 (Fterm_close_connection): Use the new gpm_tty.
16357 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
16358 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
16359
163602007-09-21 Juanma Barranquero <lekktu@gmail.com>
16361
16362 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
16363 underline_color, to draw strike-through.
16364
163652007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16366
16367 * lisp.h (allocate_terminal): Declare.
16368
16369 * window.c (candidate_window_p): Consider frames that are being placed
16370 by the user as somewhere between visible and iconified.
16371 (window_loop): Prefer windows on the current frame.
16372 (Fselect_window): Move the use of select-frame to the beginning so we
16373 can just delegate all the work (it'll call us back anyway).
16374
16375 * frame.c (Qdisplay_environment_variable):
16376 * frame.h (Qdisplay_environment_variable): Delete.
16377
16378 * .gdbinit (xbacktrace): Print the arg's address rather than the value
16379 of the first arg, since that value may be a union.
16380
16381 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
16382 parameter rather than Qdisplay_environment_variable. If all else
16383 fails, look for DISPLAY in initial-environment.
16384
163852007-09-21 Glenn Morris <rgm@gnu.org>
16386
16387 * Makefile.in (emacstool): Remove target.
16388 (lisp, shortlisp): Remove termdev.elc.
16389
163902007-09-21 Markus Triska <markus.triska@gmx.at>
16391
16392 * xterm.c (x_delete_display): Compile session management conditionally.
16393
163942007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16395
16396 * callproc.c (getenv_internal_1): New function.
16397 (getenv_internal): Use it.
16398 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
16399
16400 * terminal.c (get_terminal): Don't accept ints to represent terminals.
16401 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
16402 (Fset_terminal_parameter): Work with dead terminals as well.
16403 (Fmodify_terminal_parameters): Remove.
16404
16405 * terminal.c (get_terminal): Handle terminals.
16406 Make sure the terminal returned is live.
16407 (create_terminal): Use allocate_terminal.
16408 (mark_terminals): Move to alloc.c.
16409 (delete_terminal): Use terminal->name as liveness status.
16410 NULL out fields after freeing their contents.
16411 Don't deallocate the object.
16412 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
16413 rather than an int.
16414 (Fterminal_live_p): Accept non-integer arguments.
16415 (Fterminal_list): Return terminal objects rather than an ints.
16416
16417 * alloc.c (enum mem_type): New member for `terminal' objects.
16418 (allocate_terminal): New function.
16419 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
16420 Handle terminals.
16421 (mark_terminal): New fun.
16422 (mark_terminals): Move from terminal.c.
16423
16424 * term.c (get_tty_terminal): Don't treat output_initial specially.
16425 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
16426 (delete_tty): Use terminal->name as liveness status.
16427
16428 * termhooks.h (struct terminal): Make it into a pseudovector.
16429 Remove `deleted' replaced by checking `name's nullness.
16430
16431 * print.c (print_object): Handle terminals.
16432
16433 * lisp.h (enum pvec_type): New `terminal' pseudovector.
16434 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
16435
16436 * frame.c (make_terminal_frame):
16437 * keyboard.c (tty_read_avail_input):
16438 * w32term.c (x_delete_terminal):
16439 * xfns.c (Fx_create_frame, x_create_tip_frame):
16440 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
16441
164422007-09-20 Glenn Morris <rgm@gnu.org>
16443
16444 * process.c (Fmake_network_process): Doc fix.
16445
164462007-09-19 Jason Rumney <jasonr@gnu.org>
16447
16448 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
16449
164502007-09-19 Michaël Cadilhac <michael@cadilhac.name>
16451
16452 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
16453 Fix a C warning regarding variable constness.
16454
16455 * xterm.c (handle_one_xevent): Fix a C warning.
16456
164572007-09-18 Jason Rumney <jasonr@gnu.org>
16458
16459 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
16460
164612007-09-17 Jan Djärv <jan.h.d@swipnet.se>
16462
16463 * gtkutil.c (gdpy_def): New variable.
16464 (xg_initialize): Initialize gdpy_def.
16465 (xg_display_close): If no other display exists, set gdpy_def to a
16466 new connection.
16467
164682007-09-16 Jan Djärv <jan.h.d@swipnet.se>
16469
16470 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
16471 when we have no file name for the icon.
16472 (xg_tool_bar_expose_callback): Remove.
16473 (xg_create_tool_bar): Don't connect expose signal to
16474 xg_tool_bar_expose_callback.
16475 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
16476
164772007-09-16 Andreas Schwab <schwab@suse.de>
16478
16479 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
16480 values instead of zapping them.
16481
164822007-09-14 Glenn Morris <rgm@gnu.org>
16483
16484 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
16485 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
16486 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
16487 scope and rename to omfib_buffer for clarity.
16488 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
16489
164902007-09-14 Kenichi Handa <handa@m17n.org>
16491
16492 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
16493
164942007-09-13 Jason Rumney <jasonr@gnu.org>
16495
16496 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
16497
16498 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
16499
16500 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
16501 (mac_term_init): Call here instead, passing rif.
16502
165032007-09-13 Glenn Morris <rgm@gnu.org>
16504
16505 * s/hpux.h: No longer define `static' as nothing.
16506
165072007-09-13 Johan Bockgård <bojohan@gnu.org>
16508
16509 * callint.c (Fcall_interactively): Remove unused var `fun'.
16510
165112007-09-12 Romain Francoise <romain@orebokech.com>
16512
16513 * window.c (prefer_window_split_horizontally, display_buffer):
16514 Revert 2007-09-08 change.
16515
165162007-09-12 Glenn Morris <rgm@gnu.org>
16517
16518 * alloca.c: Remove file.
16519 * Makefile.in (alloca): Do not undef.
16520 (allocaobj, alloca.o): Remove.
16521 (otherobj): Remove allocaobj.
16522 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
16523 * regex.c (C_ALLOCA): Remove all references and code that was only
16524 used when this was defined.
16525 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
16526 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
16527 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
16528
16529 * Makefile.in (SOURCES, unlock, relock): Delete.
16530
16531 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
16532 (menu_grab_callback): All uses changed.
16533
16534 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
16535 (x_reply_selection_request): All uses changed.
16536
165372007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16538
16539 * lread.c (load_warn_old_style_backquotes): Change message to look
16540 better when it appears in the middle of byte-compiler messages.
16541
165422007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
16543
16544 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
16545
16546 * xterm.c (x_create_terminal): Add comment.
16547
16548 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
16549
165502007-09-10 Richard Stallman <rms@gnu.org>
16551
16552 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
16553
165542007-09-10 Michaël Cadilhac <michael@cadilhac.name>
16555
16556 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
16557 (DEFUN): Document `intspec', use it instead of `prompt'.
16558
16559 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
16560
16561 * data.c (Finteractive_form): If the interactive specification starts
16562 with a `(', use it as a Lisp form.
16563
16564 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
16565 name and file modes.
16566
16567 * callint.c (Fcall_interactively): Comment fixes.
16568
165692007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
16570
16571 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
16572 and compiled functions.
16573
165742007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
16575
16576 * window.c (prefer_window_split_horizontally): New variable.
16577 (display_buffer): Consider splitting window horizontally depending
16578 on prefer_window_split_horizontally.
16579
165802007-09-08 Eli Zaretskii <eliz@gnu.org>
16581
16582 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
16583
165842007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16585
16586 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
16587
16588 * frame.c (x_set_frame_parameters): Check number is positive before
16589 using XFASTINT.
16590
16591 * window.c (freeze_window_start): Don't presume selected_window holds
16592 a window object.
16593 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
16594
165952007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
16596
16597 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
16598
165992007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16600
16601 * window.c (Vsplit_window_preferred_function): New var.
16602 (Fdisplay_buffer): Use it.
16603 (syms_of_window): Export, and initialize it.
16604
166052007-09-06 Pixel <pixel@mandriva.com> (tiny change)
16606
16607 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
16608
166092007-09-06 Glenn Morris <rgm@gnu.org>
16610
16611 * gtkutil.c (menu_grab_callback) <cnt>:
16612 * xselect.c (x_reply_selection_request) <cnt>: Move static
16613 variable to file scope.
16614
166152007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
16616
16617 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
16618 consistent values of selected_frame and selected_window.
16619
166202007-09-04 Jason Rumney <jasonr@gnu.org>
16621
16622 * w32console.c (initialize_w32_display): Zero unused hooks.
16623
166242007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
16625
16626 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
16627 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
16628
166292007-09-04 Jason Rumney <jasonr@gnu.org>
16630
16631 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
16632 in w32console.c. Set up input. Remove XXX comments that have been
16633 confirmed as correct.
16634
16635 * s/ms-w32.h (MULTI_KBOARD): Define.
16636
16637 * w32console.c (one_and_only_w32cons): Remove.
16638 (initialize_w32_display): Take terminal argument.
16639
16640 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
16641 initialize_w32_display.
16642 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
16643
16644 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
16645
16646 * keyboard.c (discard_mouse_events): Discard it.
16647 (make_lispy_event): Translate it to a lisp event.
16648 (lispy_wheel_names): Add wheel-left and right events.
16649 (syms_of_keyboard): Enlarge wheel_syms.
16650
16651 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
16652 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
16653
16654 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
16655
16656 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
16657 from WM_MOUSEHWHEEL.
16658 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
16659
16660 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
16661 terminal.
16662
16663 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
16664 keyboard for the terminal.
16665
166662007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
16667
16668 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
16669 (Vresume_tty_hook): Rename from Vresume_tty_functions.
16670 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
16671 and resume-tty-function to resume-tty-hook.
16672 (Fsuspend_tty, Fresume_tty): Use new names.
16673
166742007-09-02 Jan Djärv <jan.h.d@swipnet.se>
16675
16676 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
16677 if it starts with "n:".
16678
166792007-08-31 Jan Djärv <jan.h.d@swipnet.se>
16680
16681 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
16682
166832007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
16684
16685 * frame.h:
16686 * frame.c (Qterm_environment_variable): Remove.
16687 (syms_of_frame): Don't init and staticpro it.
16688
16689 * callproc.c (getenv_internal): Remove special case for $TERM.
16690
16691 * callproc.c (Vinitial_environment): New variable.
16692 (set_initial_environment): Initialize it.
16693 (syms_of_callproc): Declare it.
16694 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
16695 TERM under which a process runs is never related to the TERM in which
16696 Emacs is running.
16697
166982007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
16699
16700 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
16701 * s/darwin.h: ... do it here.
16702
167032007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
16704
16705 * lisp.h (set_initial_environment): Rename from set_global_environment.
16706
16707 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
16708 removed by mistake on the multi-tty branch.
16709
16710 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
16711 (Fmodify_frame_parameters): Return a value.
16712
16713 * image.c (png_load): Comment-out var only used in commented-out code.
16714
16715 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
16716 before passing it to mark_object.
16717
16718 * xfaces.c (internal_resolve_face_name): Return a value.
16719 (internal_resolve_face_name, resolve_face_name_error): Comment out.
16720
16721 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
16722 (x_icon): Comment-out var only used in commented-out code.
16723
167242007-08-29 Romain Francoise <romain@orebokech.com>
16725
16726 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
16727 QUIT hasn't been provided.
16728
167292007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
16730
16731 * callproc.c (child_setup, getenv_internal): Use the
16732 display-environment-variable and term-environment-variable frame params.
16733 (set_initial_environment): Initialise Vprocess_environment.
16734
16735 * config.in: Disable multi-keyboard support on a mac.
16736
16737 * frame.c (Qterm_environment_variable)
16738 (Qdisplay_environment_variable): New variables.
16739 (syms_of_frame): Intern and staticpro them.
16740 (Fmake_terminal_frame): Disable output method test.
16741
16742 * frame.h: Declare them here.
16743
16744 * macfns.c (x_set_mouse_color): Get rif from the frame.
16745 (x_set_tool_bar_lines): Don't use updating_frame.
16746 (mac_window): Add 2 new parameters for consistency with other systems.
16747 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
16748 frame parameters following what is done in X11 and w32. Don't use
16749 FRAME_MAC_DISPLAY_INFO.
16750 (Fx_open_connection, start_hourglass): Remove window-system check.
16751 (x_create_tip_frame): Get the keyboard from the terminal.
16752
16753 * macmenu.c: Reorder includes.
16754 (Fx_popup_menu): Use terminal specific mouse_position_hook.
16755
16756 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
16757 terminal parameter.
16758 (x_clear_frame): Add a frame parameter.
16759 (note_mouse_movement): Get rif from the frame.
16760 (mac_term_init): Initialize the terminal.
16761 (mac_initialize): Make static and move terminal initialization ...
16762 (mac_create_terminal): ... to this new function.
16763
16764 * macterm.h (struct mac_display_info): Add terminal.
16765 (mac_initialize): Delete declaration.
16766
16767 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
16768
16769 * sysdep.c: Comment out text after #endif.
16770
16771 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
16772 is defined. Better initialize ttys in windows. Use terminal
16773 specific mouse_position_hook.
16774
16775 * termhooks.h (union display_info): Add mac_display_info.
16776
16777 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
16778 Set the default minibuffer frame, window_system and the rest of the
16779 frame parameters following what is done in X11.
16780
16781 * w32term.c (w32_initialize): Make static.
16782
16783 * xselect.c (x_handle_selection_clear): Only access
16784 terminal->kboard when MULTI_KBOARD is defined.
16785
16786 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
16787 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
16788
167892007-08-29 Jason Rumney <jasonr@gnu.org>
16790
16791 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
16792 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
16793
16794 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
16795 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
16796
16797 * keyboard.c (restore_kboard_configuration): Only define when
16798 MULTI_KBOARD defined.
16799
16800 * makefile.w32-in: Update dependancies from Makefile.in.
16801 (OBJ1): Add terminal.$(O)
16802
16803 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
16804 Don't define function body.
16805 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
16806
16807 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
16808
16809 * w32.c (request_sigio, unrequest_sigio): Remove.
16810
16811 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
16812 (w32con_clear_frame, w32con_clear_end_of_line)
16813 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
16814 (w32con_delete_glyphs, w32con_set_terminal_window)
16815 (scroll_line, w32_sys_ring_bell): Add frame arg.
16816 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
16817 Add terminal arg.
16818 (PICK_FRAME): Remove.
16819 (w32con_write_glyphs): Use frame specific terminal coding.
16820 (one_and_only_w32cons): New global variable.
16821 (initialize_w32_display): Use it for storing hooks.
16822 (create_w32cons_output): New function.
16823
16824 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
16825 arg a frame.
16826
16827 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
16828 Set window_system.
16829 (x_set_tool_bar_lines): Don't use updating_frame.
16830 (Fx_create_frame): Set terminal and ref count.
16831 (Fx_open_connection): Remove window-system check.
16832
16833 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
16834
16835 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
16836 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
16837 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
16838 Add frame arg.
16839 (x_delete_terminal, w32_create_terminal): New functions.
16840 (w32_term_init): Create a terminal.
16841 (w32_initialize): Move terminal specific initialization to
16842 w32_create_terminal.
16843
16844 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
16845 (w32_clear_rect, w32_clear_area): Use background from frame.
16846 (w32_display_info): Add terminal.
16847 (w32_sys_ring_bell, x_delete_display): Declare here.
16848
16849 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
16850
16851 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
16852
168532007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
16854
16855 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
16856 Fix get_named_tty calls for the controlling tty.
16857
168582007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16859
16860 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
16861
168622007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
16863
16864 * term.c (tty_insert_glyphs): Add missing first parameter.
16865
168662007-08-29 Károly Lőrentey <karoly@lorentey.hu>
16867
16868 * buffer.c (Fbuffer_list, Fbury_buffer):
16869 Take frame->buried_buffer_list into account.
16870
16871 * cm.c (current_tty): New variable, for cmputc().
16872 (cmputc): Use it.
16873 (cmcheckmagic): Add tty parameter, look up terminal streams there.
16874 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
16875 (cmgoto): Add tty parameter. Pass it on to calccost().
16876 Use emacs_tputs() instead of tputs().
16877
16878 * cm.h (emacs_tputs): New macro to set current_tty, and then call
16879 tputs().
16880 (current_tty): New variable, for cmputc().
16881 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
16882
16883 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
16884 (internal_condition_case, internal_condition_case_1)
16885 (internal_condition_case_2): Don't abort when x_catching_errors.
16886
16887 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
16888 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
16889 prevent crashes caused by bogus longjmps in read_char.
16890
16891 * keymap.h (Fset_keymap_parent): Add EXFUN.
16892
16893 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
16894 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
16895 Remove redundant definition.
16896
16897 * macfns.c (x_set_mouse_color, x_make_gc):
16898 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
16899
16900 * w32term.c (x_free_frame_resources):
16901 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
16902 (w32_initialize): Use the accessor macros for terminal characteristics.
16903
16904 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
16905 Use the accessor macros for terminal characteristics.
16906 * msdos.c (internal_terminal_init): Use the accessor macros for
16907 terminal characteristics.
16908 (ScreenVisualBell, internal_terminal_init):
16909 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
16910
16911 * termopts.h (no_redraw_on_reenter): Declare.
16912
16913 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
16914 (mark_terminals, mark_ttys): Declare.
16915 (Fgarbage_collect): Call them.
16916 (mark_object): Mark buried_buffer_list.
16917
16918 * prefix-args.c: Include stdlib.h for exit.
16919
16920 * syssignal.h: Add comment.
16921
16922 * indent.c: Include stdio.h.
16923
16924 * window.h (Vinitial_window_system): Declare.
16925 (Vwindow_system): Delete declaration.
16926
16927 * fontset.c (Finternal_char_font): Use FRAME_RIF.
16928
16929 * image.c (lookup_image): Don't initialize `c' until the xasserts
16930 have been run.
16931
16932 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
16933 FRAME_FOREGROUND_PIXEL.
16934
16935 * print.c (print_preprocess): Don't lose print_depth levels while
16936 iterating.
16937
16938 * widget.c (update_from_various_frame_slots):
16939 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
16940
16941 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
16942 frames.
16943 (window_internal_height): Remove bogus make_number call.
16944 (init_window_once): Call make_terminal_frame with two zero parameters.
16945
16946 * fileio.c (Fread_file_name): Update comment.
16947
16948 * callint.c (Fcall_interactively):
16949 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
16950 Make sure it is correctly unwound.
16951
16952 * xsmfns.c (x_session_close): New function.
16953
16954 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
16955 Delete declarations.
16956
16957 * xterm.h: Remove declaration for x_fully_uncatch_errors.
16958 (x_output): Remove background_pixel and foreground_pixel fields.
16959 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
16960 (x_delete_device, x_session_close): Declare.
16961
16962 * lread.c: Include setjmp.h. Update declaration of `read_char'.
16963 (read_filtered_event): Call `read_char' with a local
16964 `wrong_kboard_jmpbuf'.
16965
16966 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
16967 Don't call single_kboard_state. Use FRAME_RIF.
16968
16969 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
16970 systems.
16971
16972 * lisp.h (set_process_environment): Rename to `set_global_environment'.
16973 (Fframe_with_environment, Fset_input_meta_mode)
16974 (Fset_quit_char): EXFUN.
16975 (x_create_device, tty_output, terminal, tty_display_info): Declare.
16976 (init_sys_modes, reset_sys_modes): Update prototypes.
16977 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
16978
16979 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
16980 Vlocal_key_translation_map, and Vkeyboard_translate_table.
16981 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
16982 Delete declarations.
16983 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
16984 (temporarily_switch_to_single_kboard, tty_read_avail_input):
16985 New declarations.
16986
16987 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
16988 already does that during init_display(). Call syms_of_keymap
16989 before syms_of_keyboard. Call `syms_of_terminal'.
16990 Call set_initial_environment, not set_process_environment.
16991 (shut_down_emacs): Call reset_all_sys_modes() instead of
16992 reset_sys_modes().
16993
16994 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
16995 (internal_resolve_face_name, resolve_face_name_error): New functions.
16996 (resolve_face_name): Protect against loops and errors thrown by Fget.
16997 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
16998 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
16999
17000 * scroll.c: Replace CURTTY() with local variables throughout the
17001 file (where applicable).
17002 (calculate_scrolling, calculate_direct_scrolling)
17003 (scrolling_1, scroll_cost): Use the accessor macros for terminal
17004 characteristics.
17005
17006 * keymap.c (Vfunction_key_map): Remove.
17007 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
17008 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
17009 (Vkey_translation_map): Remove.
17010 (syms_of_keymap): Remove DEFVAR for key-translation-map.
17011 (Fdescribe_buffer_bindings)
17012 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
17013 Update for terminal-local key-translation-map.
17014
17015 * Makefile.in (callproc.o): Update dependencies.
17016 (lisp, shortlisp): Add termdev.elc.
17017 (obj): Add terminal.o.
17018 (terminal.o): Add dependencies.
17019 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
17020 (data.o, fns.o): Add termhooks.h dependency.
17021 (SOME_MACHINE_LISP): Add dnd.elc.
17022 (minibuf.o): Fix typo.
17023 Update dependencies.
17024
17025 * data.c (do_symval_forwarding, store_symval_forwarding)
17026 (find_symbol_value): Use the selected frame's keyboard, not
17027 current_kboard.
17028
17029 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
17030 Vwindow_system.
17031
17032 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
17033 Fmenu_bar_open.
17034 (syms_of_xmenu): Update defsubr.
17035 (mouse_position_for_popup, Fx_popup_menu)
17036 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
17037 (set_frame_menubar, free_frame_menubar)
b97439ce 17038 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
17039 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
17040 an X frame.
17041
17042 * xselect.c (x_own_selection): Abort if not an X frame.
17043 (some_frame_on_display): Check if it is an X frame.
17044 (x_handle_selection_clear): Deal with MULTI_KBOARD.
17045
17046 * coding.c: Include frame.h and termhooks.h.
17047 (terminal_coding, keyboard_coding): Delete.
17048 (Fset_terminal_coding_system_internal)
17049 (Fset_keyboard_coding_system_internal)
17050 (Fkeyboard_coding_system)
17051 (Fterminal_coding_system): Add a terminal parameter.
17052 Get terminal_coding from the terminal.
17053 (init_coding_once): Don't call setup_coding_system here.
17054
17055 * dispextern.h (set_scroll_region, turn_off_insert)
17056 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
17057 (tty_clear_end_of_line, tty_setup_colors)
17058 (delete_tty, updating_frame)
17059 (produce_special_glyphs, produce_glyphs, write_glyphs)
17060 (insert_glyphs): Remove.
17061 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
17062 (tty_turn_off_highlight, get_tty_size): Add declaration.
17063 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
17064
17065 * frame.h (enum output_method): Add output_initial.
17066 (struct x_output): Delete.
17067 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
17068 Access foreground_pixel and background_pixel directly from the frame.
17069 (tty_display): Delete.
17070 (struct frame): Add buried_buffer_list, foreground_pixel,
17071 background_pixel and terminal. Delete kboard.
17072 (union output_data): Add tty.
17073 (FRAME_KBOARD): Get the kboard from the terminal.
17074 (FRAME_INITIAL_P): New macro.
17075 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
17076 (Qterm_environment_variable, Qdisplay_environment_variable)
17077 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
17078 New declarations.
17079
17080 * termchar.h (tty_output, tty_display_info): New structures.
17081 (tty_list): Declare.
17082 (FRAME_TTY, CURTTY): New macros.
17083 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
17084 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
17085 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
17086 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
17087
17088 * callproc.c: Include frame.h and termhooks.h, for terminal
17089 parameters.
17090 (add_env): New function.
17091 (child_setup): Use it.
17092 (child_setup, getenv_internal): Handle the new Vprocess_environment.
17093 (getenv_internal): Fix get_terminal_param call.
17094 (Fgetenv_internal, egetenv): Update doc.
17095 (syms_of_callproc): Initialize Vprocess_environment to nil.
17096 Register and initialize them. Remove obsolete defvars. Update doc
17097 strings.
17098 (child_setup): Handle Vlocal_environment_variables.
17099 (getenv_internal): Add terminal parameter.
17100 Handle Vlocal_environment_variables.
17101 (Fgetenv_internal): Add terminal parameter.
17102 (child_setup, getenv_internal, Fgetenv_internal): Store the local
17103 environment in a frame (not terminal) parameter. Update doc strings.
17104 (set_initial_environment): Rename from set_global_environment.
17105 Store Emacs environment in initial frame parameter.
17106
17107 * xdisp.c (redisplay_internal): Update references to
17108 `previous_terminal_frame'.
17109 (display_mode_line, Fformat_mode_line): Replace calls to
17110 `push_frame_kboard' with `push_kboard'.
17111 (get_glyph_string_clip_rects): Add extra parentheses and
17112 braces to prevent compiler warnings.
17113 (calc_pixel_width_or_height): Add xassert to check that the
17114 frame is alive. Don't call `lookup_image' on a termcap frame.
17115 (message2_nolog, message3_nolog, redisplay_internal)
17116 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
17117 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
17118 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
17119 (Fx_display_pixel_width, Fx_display_pixel_height)
17120 (Fx_display_planes, Fx_display_color_cells)
17121 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
17122 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
17123 (Fx_display_backing_store, Fx_display_visual_class)
17124 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
17125 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
17126
17127 * xfns.c (x_set_foreground_color x_set_background_color)
17128 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
17129 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17130 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
17131 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
17132 terminal that is being deleted.
17133 (Fx_create_frame): Use `store_frame_param' to set `window-system'
17134 frame parameter, and make sure it overrides any user-supplied setting.
17135 (Fx_close_connection, Fx_synchronize): Unify argument names with
17136 the rest of the DEFUNs.
17137
17138 * dispnew.c (Fsend_string_to_terminal): Update call to
17139 `get_tty_terminal'.
17140 (Fredraw_frame, Fsend_string_to_terminal)
17141 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
17142 FRAME_TERMCAP_P and FRAME_TTY.
17143 (window_change_signal): Don't believe width/height values that are
17144 impossibly small.
17145 (Vinitial_window_system): Rename from Vwindow_system.
17146 (termscript, Wcm, rif): Delete.
17147
17148 * termhooks.h (struct terminal): New struct containing the
17149 previously global text display hooks and new members NAME,
17150 DELETED and PARAM_ALIST.
17151 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
17152 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
17153 (FRAME_RIF): New macros.
17154 (get_terminal_param, get_device): New declarations.
17155 (termscript): Delete declaration.
17156
17157 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
17158 (XTflash, x_free_frame_resources, x_scroll_bar_create)
17159 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
17160 FRAME_FOREGROUND_PIXEL.
17161 (x_fully_uncatch_errors): Disable definition.
17162 (x_scroll_bar_expose): Fix reference to foreground pixel.
17163 (XTread_socket): Disable loop on all X displays.
17164 (x_delete_terminal): Don't set terminal->deleted and let
17165 delete_terminal delete the frames on the terminal.
17166 (x_delete_display): Doc update to reflect changes in
17167 delete_terminal.
17168 (x_display_info) <terminal>: Move member earlier in the struct.
17169 (deleting_tty): Remove old variable.
17170 (Fsuspend_tty): Call clear_tty_hooks.
17171 (Fresume_tty, init_tty): Call set_tty_hooks.
17172 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
17173 errors on X frames.
17174 (x_catch_errors_unwind): Abort if x_error_message is NULL.
17175 (handle_one_xevent): Initialize `f' to NULL.
17176 (x_delete_terminal, x_create_terminal): New functions.
17177 (XTset_terminal_modes, XTreset_terminal_modes)
17178 (XTread_socket, x_connection_closed, x_term_init)
17179 (x_term_init, x_delete_display): Add terminal parameter.
17180 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
17181 X connections.
17182
17183 * frame.c: Include termchar.h.
17184 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
17185 (Qwindow_system, Qenvironment, Qterm_environment_variable)
17186 (Qdisplay_environment_variable): New vars.
17187 (Fframep): Deal with output_initial.
17188 (Fframe-live-p): Doc fix.
17189 (Fwindow-system): New function.
17190 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
17191 (make_terminal_frame): Don't create frames on a terminal that is
17192 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
17193 (store_frame_param): Check for found_for_frame before calling XFRAME.
17194 (Fmake_terminal_frame): Handle NULL tty names correctly.
17195 (syms_of_frame): Enhance doc string of `default-frame-alist'.
17196 (Fdelete_frame): Remove unused variable `count'. Don't allow other
17197 frames to refer to a deleted frame in their 'environment parameter.
17198 (Fframe_with_environment): New function.
17199 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
17200 (get_future_frame_param): New function.
17201 (Fmake_terminal_frame): Use it.
17202 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
17203
17204 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
17205 * sysdep.c (reset_sys_modes): Update for renames.
17206
17207 * keyboard.c (tty_read_avail_input): New function.
17208 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
17209 (syms_of_keyboard): Defsubr them.
17210 (Fset_input_meta_mode, Fset_quit_char): New functions.
17211 (Fset_input_mode): Split to above functions.
17212 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
17213 parameter. Use it in call to `read_char'.
17214 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
17215 Set wrong_kboard_jmpbuf correctly in recursive calls.
17216 Use current_kboard to access Vkeyboard_translate_table.
17217 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
17218 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
17219 Update longjmp invocations. Remember the original current_kboard,
17220 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
17221 changes it. Comment out unnecessary calls to
17222 `record_single_kboard_state' and `any_kboard_state'.
17223 Update recursive calls.
17224 (wrong_kboard_jmpbuf): Remove global variable.
17225 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
17226 Handle deleted interrupted_kboards correctly; that is a legal
17227 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
17228 and read_char calls. Abort if interrupted_kboard died in read_char.
17229 (any_kboard_state, single_kboard_state)
17230 (push_frame_kboard): Remove function.
17231 (pop_kboard): Switch out of single_kboard mode if the kboard has
17232 been deleted. Remove unused variable. Help debugging by not
17233 changing current_kboard unnecessarily. Set current_kboard to the
17234 kboard of the selected frame when the stored kboard object has
17235 been deleted before pop_kboard.
17236 (temporarily_switch_to_single_kboard): Change first parameter to a
17237 frame pointer. Throw an error when caller wants to change kboards
17238 while in single_kboard mode. Don't push_kboard if we weren't in
17239 single kboard state. Don't pop_kboard if we popped into any
17240 kboard state.
17241 (restore_kboard_configuration): Abort if pop_kboard changed the
17242 kboard in single_kboard mode. Call pop_kboard only after setting
17243 up single_kboard mode.
17244 (Frecursive_edit): Switch to single_kboard mode only in nested
17245 command loops.
17246 (cmd_error, command_loop, command_loop_1, timer_check):
17247 Comment out unnecessary call to `any_kboard_state' and
17248 `record_single_kboard_state'.
17249 (delete_kboard): Exit single_kboard mode if we have just deleted
17250 that kboard. Use FRAME_KBOARD.
17251 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
17252 `fatal_error_signal'.
17253 (record_single_kboard_state): Don't push_kboard if we weren't in
17254 single kboard state. Don't pop_kboard if we popped into any
17255 kboard state.
17256 (push_frame_kboard): Rename to push_kboard.
17257 (kbd_buffer_get_event): Use FRAME_TERMINAL.
17258 (read_avail_input): Read input from all terminals.
17259 (mark_kboards): Also mark Vkeyboard_translate_table.
17260 (kbd_buffer_store_event_hold): Simplify condition.
17261 (read_key_sequence): Reinitialize fkey and keytran at each replay.
17262 (Vkeyboard_translate_table): Move to struct kboard.
17263 (init_kboard): Initialize Vkeyboard_translate_table.
17264 (syms_of_keyboard): Use DEFVAR_KBOARD to define
17265 Vkeyboard_translate_table. Update doc strings. Update docs of
17266 local-function-key-map and function-key-map.
17267
17268 * terminal.c: New file.
17269
17270 * term.c: Include errno.h.
17271 (Vring_bell_function, device_list, initial_device)
17272 (next_device_id, ring_bell, update_begin, update_end)
17273 (set_terminal_window, cursor_to, raw_cursor_to)
17274 (clear_to_end, clear_frame, clear_end_of_line)
17275 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
17276 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
17277 (syms_of_term): Move their initialization to terminal.c.
17278 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
17279 (Ftty_display_color_cells)
17280 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
17281 (clear_tty_hooks, set_tty_hooks)
17282 (init_tty, maybe_fatal): New functions.
17283 (Ftty_type): Return nil if terminal is not on a tty instead of
17284 throwing an error. Doc update.
17285 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
17286 Doc update. Initialize new subrs and variables.
17287 (delete_tty): Use terminal->deleted.
17288 (tty_set_terminal_modes): Rename from set_terminal_modes.
17289 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
17290 (set_scroll_region): Rename to `tty_set_scroll_region'.
17291 (turn_on_insert): Rename to `tty_turn_on_insert'.
17292 (turn_off_insert): Rename to `tty_turn_off_insert'.
17293 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
17294 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
17295 (toggle_highligh): Rename to `tty_toggle_highlight'.
17296 (background_highlight): Rename to `tty_background_highlight'.
17297 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
17298 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
17299 (tty_set_scroll_region, tty_background_highlight)
17300 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
17301 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
17302 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
17303 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
17304 Add static modifier.
17305 (tty_reset_terminal_modes, tty_set_terminal_window)
17306 (tty_set_scroll_region, tty_background_highlight)
17307 (tty_highlight_if_desired, tty_cursor_to)
17308 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
17309 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
17310 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
17311 renames.
17312
173132007-08-28 Jan Djärv <jan.h.d@swipnet.se>
17314
17315 * keyboard.c: Qrtl is new.
17316 (parse_tool_bar_item): Handle :rtl keyword.
17317 (syms_of_keyboard): Intern :rtl keyword.
17318
17319 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
17320
17321 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
17322 so no Lisp code is executed.
17323 (file_for_image, find_rtl_image): New functions.
17324 (xg_get_image_for_pixmap): Use file_for_image.
17325 (update_frame_tool_bar): If direction is RTL, use RTL image if
17326 defined. Use Gtk stock images if defined.
17327
173282007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17329
17330 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
17331 for nonexistent or zero-width glyph in composition glyph.
17332
173332007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
17334
17335 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
17336
17337 * xdisp.c (Finvisible_p): New function.
17338 (syms_of_xdisp): defsubr it.
17339
173402007-08-24 Juanma Barranquero <lekktu@gmail.com>
17341
17342 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
17343 Doc fixes.
17344
173452007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17346
17347 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
17348
173492007-08-24 Martin Rudalics <rudalics@gmx.at>
17350
17351 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
17352 whether decoding has modified buffer contents.
17353
173542007-08-24 Jason Rumney <jasonr@gnu.org>
17355
17356 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
17357 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
17358 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
17359 (init_svg_functions) [HAVE_NTGUI]: New function.
17360 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
17361 (svg_load_image): Use them.
17362 (svg_load_image) [HAVE_NTGUI]: Implement background.
17363
173642007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17365
17366 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
17367 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
17368 (LIBX): Remove @RSVG_LIBS@.
17369 (LIBES): Add $(RSVG_LIBS).
17370
17371 * image.c (svg_load_image): Blend with specified background if exists.
17372 Use IMAGE_BACKGROUND. Add Mac OS Support.
17373
17374 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
17375 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
17376 Remove macros.
17377 [MAC_OSX] (socket_callback): Do nothing.
17378 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
17379 ReceiveNextEvent.
17380 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
17381 socket_callback.
17382 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
17383
173842007-08-22 Glenn Morris <rgm@gnu.org>
17385
17386 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
17387
173882007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
17389
17390 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
17391
17392 * image.c: Add support for SVG images. Some additional comments
17393 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
17394 (svg_image_p): New function to test for SVG image.
17395 (svg_load): New function to load SVG image.
17396 (svg_load_image): New function, helper for svg_load.
17397 (Qsvg): New Lisp_object.
17398 (svg_keyword_index): New enum.
17399 (svg_format): New static `image_keyword' struct.
17400 (svg_type): New static `image_type' struct.
17401 (librsvg/rsvg.h): Include it.
17402
174032007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17404
17405 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
17406
174072007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17408
17409 * lread.c (Qold_style_backquotes): New var.
17410 (syms_of_lread): Init and staticpro it.
17411 (load_warn_old_style_backquotes): New fun.
17412 (Fload): Use them to warn about old style backquotes.
17413 (end_of_file_error, Fload): Remove unused vars.
17414
17415 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
17416
17417 * lread.c (Vold_style_backquotes): New var.
17418 (syms_of_lread): Init and export it to Elisp.
17419 (read1): Set it when we find an old-style (back)quote.
17420
174212007-08-22 Jason Rumney <jasonr@gnu.org>
17422
17423 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
17424
174252007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
17426
17427 * puresize.h (BASE_PURESIZE): Increase to 1140000.
17428
174292007-08-19 Richard Stallman <rms@gnu.org>
17430
17431 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
17432
174332007-08-19 Andreas Schwab <schwab@suse.de>
17434
17435 * alloc.c (pure): Round PURESIZE up.
17436
174372007-08-17 Jan Djärv <jan.h.d@swipnet.se>
17438
17439 * xterm.c (handle_one_xevent): Remove check that mouse click is in
17440 active frame.
17441
174422007-08-16 Richard Stallman <rms@gnu.org>
17443
17444 * eval.c (Fcommandp): Add parens to clarify.
17445
17446 * minibuf.c (Fall_completions): Use enum for type of table.
17447
17448 * emacs.c (USAGE2): Improve text.
17449
174502007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
17451
17452 * term.c (tty_default_color_capabilities): Declare static
17453 variables in file scope, to avoid HPUX compiler problem.
17454
174552007-08-13 Jan Djärv <jan.h.d@swipnet.se>
17456
17457 * gtkutil.c (update_frame_tool_bar): Use -1 as index
17458 to gtk_toolbar_insert.
17459
174602007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
17461
17462 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
17463
17464 * insdel.c (reset_var_on_error): New fun.
17465 (signal_before_change, signal_after_change):
17466 Use it to reset (after|before)-change-functions to nil in case of error.
17467 Bind inhibit-modification-hooks to t.
17468 Don't bind (after|before)-change-functions to nil while they run.
17469
174702007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17471
17472 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
17473 filling pixmap with stippled background.
17474
174752007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17476
17477 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
17478 Don't use invisible frame as parent window for repositioning.
17479
174802007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
17481
17482 * print.c (new_backquote_output): Rename from old_backquote_output.
17483 (print): Inverse its logic (according to its name) so as to match the
17484 behavior of new_backquote_flag in lread.c.
17485
174862007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17487
17488 * gmalloc.c (posix_memalign): New function.
17489
17490 * macterm.c (frame_highlight, frame_unhighlight): Don't call
17491 ActivateControl/DeactivateControl here.
17492 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
17493 frame-notice-user-settings is non-nil.
17494 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
17495 for kEventParamFMFontStyle.
17496 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
17497 mac_pass_command_to_system and mac_pass_control_to_system here.
17498 (XTread_socket): Call ActivateControl/DeactivateControl here.
17499 (XTread_socket) [TARGET_API_MAC_CARBON]:
17500 Check mac_pass_command_to_system and mac_pass_control_to_system here.
17501 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
17502 for window repositioning.
17503
175042007-08-08 Glenn Morris <rgm@gnu.org>
17505
17506 * Replace `iff' in doc-strings and comments.
17507
175082007-08-07 Chong Yidong <cyd@stupidchicken.com>
17509
17510 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
17511
175122007-08-07 Martin Rudalics <rudalics@gmx.at>
17513
17514 * fileio.c (Finsert_file_contents): Run format-decode and
17515 after_insert_file_functions on entire buffer when REPLACE is
17516 non-nil and inhibit modification_hooks and point_motion_hooks.
17517 For consistency, run after_insert_file_functions iff something
17518 got inserted. Move signal_after_change and update_compositions
17519 after code running after_insert_file_functions. Make sure that
17520 undo_list doesn't record intermediate steps of the decoding process.
17521
175222007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17523
17524 * emacs.c (main)
17525 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
17526 Call malloc_enable_thread on interactive startup.
17527
17528 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
17529 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
17530 [USE_PTHREAD]: Conditionalize with it.
17531 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
17532 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
17533 New functions.
17534
175352007-08-06 Chong Yidong <cyd@stupidchicken.com>
17536
17537 * xdisp.c (redisplay_window): When restoring original buffer
17538 position, make sure it is still valid.
17539
17540 * image.c (png_load): Ignore png-supplied background color.
17541
175422007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17543
17544 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
17545 Use kCFAbsoluteTimeIntervalSince1970.
17546
17547 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
17548 New variable.
17549 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
17550 event loop should be quit.
17551 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
17552 Quit dialog event loop if quit_dialog_event_loop is set.
17553
17554 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
17555 (Selection): New typedef. Use instead of ScrapRef.
17556 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
17557 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
17558 (mac_clear_selection): Rename from clear_scrap.
17559 (get_flavor_type_from_symbol): New argument SEL and subsume function of
17560 scrap_has_target_type. All uses changed.
17561 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17562 (mac_selection_has_target_p): New functions.
17563 (mac_put_selection_value): Rename from put_scrap_string.
17564 (mac_get_selection_value): Rename from get_scrap_string.
17565 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
17566 (put_scrap_private_timestamp, scrap_has_target_type)
17567 (get_scrap_private_timestamp): Remove functions.
17568 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
17569 (x_own_selection, x_get_local_selection):
17570 Use mac_valid_selection_value_p.
17571 (x_own_selection): Don't use put_scrap_private_timestamp.
17572 Record OWNERSHIP-INFO into Vselection_alist instead.
17573 (x_get_local_selection): Don't check type if request is local.
17574 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
17575 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
17576
175772007-08-04 Jan Djärv <jan.h.d@swipnet.se>
17578
17579 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
17580 add comment explaining why.
17581
175822007-08-03 Richard Stallman <rms@gnu.org>
17583
17584 * fileio.c (Fvisited_file_modtime): Use make_time.
17585
175862007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
17587
17588 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
17589 build.
17590
175912007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
17592
17593 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
17594
175952007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
17596
17597 * puresize.h (BASE_PURESIZE): Increase to 1130000.
17598
175992007-07-30 Richard Stallman <rms@gnu.org>
17600
17601 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
17602
176032007-07-29 Jan Djärv <jan.h.d@swipnet.se>
17604
17605 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
17606
176072007-07-28 Nick Roberts <nickrob@snap.net.nz>
17608
17609 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
17610 remote default-directory.
17611
17612 * buffer.c (mode-line-format): Update doc string.
17613
176142007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17615
17616 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
17617 scroll bar gap.
17618 (x_scroll_bar_create): Set bar->fringe_extended_p.
17619 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
17620 on frame edge. Check fringe background extension. Don't clear
17621 extended fringe background area.
17622
17623 * w32term.h (struct scroll_bar): New member fringe_extended_p.
17624 (w32_fill_area): Enclose multiple statements with do ... while (0).
17625
17626 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
17627 Extend fringe background to scroll bar gap.
17628 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
17629 Set bar->fringe_extended_p.
17630 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
17631 Put leftmost/rightmost scroll bars on frame edge. Check fringe
17632 background extension. Don't clear extended fringe background area.
17633
17634 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
17635 New member fringe_extended_p.
17636
176372007-07-25 Glenn Morris <rgm@gnu.org>
17638
17639 * Relicense all FSF files to GPLv3 or later.
17640
17641 * COPYING: Switch to GPLv3.
17642
176432007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
17644
17645 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
17646
17647 * data.c (Finteractive_form): Check for the presence of an
17648 `interactive-form' symbol property more thoroughly.
17649
17650 * data.c (Finteractive_form): Use an `interactive-form' property if
17651 present, analogous to the function-documentation property.
17652
176532007-07-24 Jason Rumney <jasonr@gnu.org>
17654
17655 * w32fns.c (x_real_positions): Get real position from OS instead of
17656 calculating it.
17657
176582007-07-23 Jason Rumney <jasonr@gnu.org>
17659
17660 * filelock.c (current_lock_owner): Allow for @ sign in username.
17661
176622007-07-22 Nick Roberts <nickrob@snap.net.nz>
17663
17664 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
17665 remote default-directory.
17666
17667 * buffer.c (mode-line-format): Describe above case in doc string.
17668
176692007-07-20 Eli Zaretskii <eliz@gnu.org>
17670
17671 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
17672 Define if not defined.
17673
176742007-07-18 Jason Rumney <jasonr@gnu.org>
17675
17676 * w32proc.c (w32_executable_type): Handle 64 bit executables.
17677
176782007-07-18 Richard Stallman <rms@gnu.org>
17679
17680 * data.c (Fsetq_default): Doc fix.
17681
17682 * eval.c (Fsetq): Doc fix.
17683
176842007-07-18 Juanma Barranquero <lekktu@gmail.com>
17685
17686 * coding.c (Ffind_operation_coding_system):
17687 * eval.c (For, Fand): Doc fixes.
17688 Reported by Johan Bockgård.
17689
176902007-07-18 Jan Djärv <jan.h.d@swipnet.se>
17691
17692 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
17693
17694 * xterm.h: Declare x_ewmh_activate_frame.
17695
17696 * xterm.c (x_ewmh_activate_frame): New function.
17697 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
17698
176992007-07-17 Martin Rudalics <rudalics@gmx.at>
17700
17701 * window.c (Fdisplay_buffer): If largest or LRU window is the
17702 only window, split it even if it is not eligible for splitting.
17703 This restores the original behavior broken by the 2007-07-15
17704 change.
17705
177062007-07-17 Glenn Morris <rgm@gnu.org>
17707
17708 * abbrev.c (abbrev_check_chars): New function.
17709 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
17710 Call abbrev_check_chars to check abbrev characters are word
17711 constituents. Doc fix.
17712
177132007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
17714
17715 * process.c (Fstart_process, Fmake_network_process)
17716 (read_process_output): Fix up last changes.
17717
177182007-07-16 Eli Zaretskii <eliz@gnu.org>
17719
17720 * makefile.w32-in (clean): Don't delete *~.
17721
177222007-07-16 Andreas Schwab <schwab@suse.de>
17723
17724 * window.c (Fdisplay_buffer): Use NILP.
17725 (Fset_window_scroll_bars): Likewise.
17726
177272007-07-15 Martin Rudalics <rudalics@gmx.at>
17728
17729 * window.c (window_min_size_2): New function.
17730 (window_min_size_1, size_window, Fdisplay_buffer)
17731 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
17732 windows without mode- or header-lines when window-min-height is
17733 too small.
17734 (size_window): Reset nodelete_p after testing it, following an
17735 earlier note by Kim F. Storm.
17736 (display_buffer): Do not set split_height_threshold to twice the
17737 value of window_min_height to avoid changing the value of a
17738 customizable variable. Rather explicitly check whether the
17739 height of the window that shall be splitted is at least as large
17740 as split_height_threshold.
17741 (Fwindow_full_width_p): New defun.
17742 (syms_of_window): Defsubr it.
17743
17744 * window.h: Add EXFUN for Fwindow_full_width_p.
17745
177462007-07-14 Jason Rumney <jasonr@gnu.org>
17747
17748 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
17749
177502007-07-14 Richard Stallman <rms@gnu.org>
17751
17752 * eval.c (maybe_call_debugger): New function.
17753 (find_handler_clause): Use maybe_call_debugger.
17754 Call it when the handler says `debug'.
17755 Eliminate DEBUGGER_VALUE_PTR.
17756 (Fsignal): Eliminate debugger_value.
17757 (Qdebug): New variable.
17758 (syms_of_eval): Initialize it.
17759
177602007-07-14 Juanma Barranquero <lekktu@gmail.com>
17761
17762 * eval.c (Fprogn):
17763 * keyboard.c (Ftrack_mouse):
17764 * print.c (Fwith_output_to_temp_buffer):
17765 * window.c (Fsave_window_excursion): Doc fix.
17766
177672007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
17768
17769 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
17770
177712007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
17772
17773 * process.h (struct Lisp_Process): Turn slots infd, outfd,
17774 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
17775 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
17776 read_output_delay, and read_output_skip from Lisp_Objects to ints.
17777 Remove unused encoding_carryover.
17778 * process.c: Adjust all functions accordingly.
17779
177802007-07-12 Richard Stallman <rms@gnu.org>
17781
17782 * term.c: Include unistd.h only if HAVE_UNISTD_H.
17783
177842007-07-11 Jason Rumney <jasonr@gnu.org>
17785
17786 * makefile.w32-in (LIBS): Include OLE32.
17787
17788 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
17789 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
17790
177912007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
17792
17793 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
17794 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
17795 from a Lisp_Object into a bare pointer.
17796 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
17797 Adjust the code correspondingly.
17798
17799 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
17800
17801 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
17802 (term_show_mouse_face): Remove unused var `j'.
17803 (handle_one_term_event): Remove unused vars `i' and `j'.
17804 Don't cast return value of ttyname since it's not necessary.
17805
178062007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
17807
17808 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
17809 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
17810
17811 * fns.c (map_char_table): Use an array of int for `indices' rather than
17812 an array of Lisp_Objects (which are only ever integers anyway).
17813 (Fmap_char_table): Update caller.
17814 * lisp.h: Update prototype.
17815 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
17816 * fontset.c (Ffontset_info):
17817 * casetab.c (set_case_table): Update callers.
17818
17819 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
17820
17821 * keymap.c (struct accessible_keymaps_data)
17822 (struct where_is_internal_data): New structures.
17823 (accessible_keymaps_1, where_is_internal_1): Use them to change
17824 interface to adhere to the one used by map_keymap.
17825 (Faccessible_keymaps, where_is_internal): Use map_keymap.
17826 (accessible_keymaps_char_table, where_is_internal_2): Remove.
17827
17828 * keymap.h (map_keymap_function_t): More informative prototype.
17829
178302007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
17831
17832 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
17833 (looking_at_1): Don't change search_regs and last_thing_searched
17834 if `inhibit-changing-match-data' is non-nil.
17835 (string_match_1, search_buffer, set_search_regs): Likewise.
17836 (syms_of_search): Add Lisp level definition for
17837 `inhibit-changing-match-data' and set it to nil.
17838 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
17839 start and end of the match, instead of using values in search_regs.
17840
178412007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17842
17843 * minibuf.c (Fcompleting_read): New value `confirm-only'
17844 for `require-match'.
17845
178462007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
17847
17848 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
17849 part of the 2007-06-27 change to syms_of_fileio.
17850
178512007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17852
17853 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
17854 Check WINDOWP before using XWINDOW. Consolidate return statements.
17855
178562007-06-27 Richard Stallman <rms@gnu.org>
17857
17858 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
17859
178602007-06-27 Juanma Barranquero <lekktu@gmail.com>
17861
17862 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
17863
178642007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17865
17866 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
17867 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
17868 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
17869 (_free_internal, memalign): Use them.
17870 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
17871 Initialize to PTHREAD_MUTEX_INITIALIZER.
17872 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
17873 (morecore_nolock): Rename from morecore. All uses changed.
17874 Use only nolock versions of internal allocation functions.
17875 (_malloc_internal_nolock, _realloc_internal_nolock)
17876 (_free_internal_nolock): New functions created from
17877 _malloc_internal, _realloc_internal, and _free_internal.
17878 (_malloc_internal, _realloc_internal, _free_internal): Use them.
17879 Copy hook value to automatic variable before its use.
17880 (memalign): Copy hook value to automatic variable before its use.
17881
178822007-06-26 Kenichi Handa <handa@m17n.org>
17883
17884 * coding.c (Ffind_operation_coding_system): Docstring improved.
17885 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
17886
178872007-06-25 David Kastrup <dak@gnu.org>
17888
17889 * keymap.c (Fcurrent_active_maps): Add `position' argument.
17890 (Fwhere_is_internal): Adjust call to `current-active-maps' to
17891 cater for additional parameter.
17892
17893 * keymap.h: Adjust number of parameters to `current-active-maps'.
17894
17895 * doc.c (Fsubstitute_command_keys): Adjust call of
17896 `current-active-maps'.
17897
178982007-06-25 David Kastrup <dak@gnu.org>
17899
17900 * callint.c (Fcall_interactively): Make the parsing of interactive
17901 specs somewhat more readable.
17902
179032007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17904
17905 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
17906 to scroll bar gap also when bitmap fills fringe. Draw only foreground
17907 if extended background has already been filled.
17908
179092007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17910
17911 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
17912 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
17913
17914 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
17915 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
17916 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
17917 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
17918 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
17919 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
17920 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
17921 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
17922 Run timers during dialog popup.
17923 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
17924
179252007-06-21 Jason Rumney <jasonr@gnu.org>
17926
17927 * image.c (convert_mono_to_color_image): Swap fore and background.
17928
179292007-06-20 Jason Rumney <jasonr@gnu.org>
17930
17931 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
17932 (w32_free_bdf_font): Unmap memory not handle.
17933
179342007-06-20 Sam Steingold <sds@gnu.org>
17935
17936 * gmalloc.c (__morecore): Fix the declaration to comply with the
17937 definition.
17938
179392007-06-20 Juanma Barranquero <lekktu@gmail.com>
17940
17941 * w32term.c (w32_delete_display): Remove leftover declaration.
17942 (w32_define_cursor, w32_initialize): Make static.
17943
17944 * w32.c (_wsa_errlist): Fix typo in error message.
17945 (init_environment): Ignore any environment variable from the
17946 registry having a null value.
17947
179482007-06-20 Glenn Morris <rgm@gnu.org>
17949
17950 * Makefile.in (LIBGIF): Default to -lgif.
17951
179522007-06-17 Jason Rumney <jasonr@gnu.org>
17953
17954 * w32menu.c (add_menu_item): Don't use multibyte string functions on
17955 unicode strings.
17956
179572007-06-16 Juanma Barranquero <lekktu@gmail.com>
17958
17959 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
17960 Fix typo in docstring.
17961
179622007-06-16 Eli Zaretskii <eliz@gnu.org>
17963
17964 * w32menu.c (add_menu_item): Escape `&' characters in menu items
17965 and their keybindings.
17966
179672007-06-15 Chong Yidong <cyd@stupidchicken.com>
17968
17969 * composite.c (update_compositions): Fix last fix.
17970
179712007-06-14 Jason Rumney <jasonr@gnu.org>
17972
17973 * w32.c (get_process_times_fn): New function pointer.
17974 (globals_of_w32): Intialize it if present in kernel32.dll.
17975 (w32_get_internal_run_time): New function.
17976
17977 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
17978
179792007-06-14 Kenichi Handa <handa@etlken.m17n.org>
17980
17981 * composite.c (update_compositions): Check the validness of
17982 compositions.
17983
179842007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17985
17986 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
17987 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
17988
17989 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
17990 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
17991
17992 * macgui.h (USE_MAC_TOOLBAR): New define.
17993
17994 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
17995 Return immediately unless popup is activated.
17996
17997 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
17998 background to scroll bar gap.
17999 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
18000 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
18001 scroll bars on frame edge. Check fringe background extension.
18002 Don't clear extended fringe background area.
18003 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
18004 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
18005 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
18006 [USE_MAC_TOOLBAR]: New macros.
18007 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
18008 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
18009 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
18010 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
18011 [USE_MAC_TOOLBAR]: New functions.
18012 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
18013 manually if previous repositioning has failed.
18014 (mac_handle_keyboard_event): Use precomputed event kind.
18015 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
18016 as tool bar item click. Handle mouse movement over tool bar items.
18017
18018 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
18019 toolbar_win_gravity.
18020 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
18021 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
18022 Add externs.
18023
18024 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
18025 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
18026
180272007-06-14 Chong Yidong <cyd@stupidchicken.com>
18028
18029 * image.c (search_image_cache): Remove unused variable.
18030
180312007-06-13 Chong Yidong <cyd@stupidchicken.com>
18032
18033 * xfns.c, xmenu.c: Link to xaw3d if available.
18034
180352007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18036
18037 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
18038 frame_foreground and frame_background.
18039
18040 * image.c (lookup_image): Save frame foreground and background colors.
18041 (search_image_cache): Check if saved and current frame colors match.
18042
180432007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
18044
18045 * regex.c (regex_compile): Remove the `regnum' counter.
18046 Use bufp->re_nsub instead. Add support for \(?N:RE\).
18047
180482007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
18049
18050 * term.c: Include intervals.h to declare Fget_text_property.
18051
180522007-06-10 Jason Rumney <jasonr@gnu.org>
18053
18054 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
18055
180562007-06-08 Juanma Barranquero <lekktu@gmail.com>
18057
18058 * callint.c (Fcall_interactively):
18059 * editfns.c (Fdelete_and_extract_region):
18060 * fileio.c (Fread_file_name):
18061 * fns.c (Fmapconcat):
18062 * keyboard.c (cmd_error_internal):
18063 * keymap.c (Fkey_description):
18064 * lread.c (openp):
18065 * minibuf.c (read_minibuf):
18066 * search.c (wordify):
18067 * sunfns.c (sel_read):
18068 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
18069 * xfns.c (x_default_scroll_bar_color_parameter):
18070 * xmenu.c (menu_help_callback):
18071 * xselect.c (Fx_get_atom_name):
18072 * xterm.c (x_term_init): Use empty_unibyte_string.
18073
180742007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
18075
18076 * alloc.c (init_strings): Initialize canonical empty strings.
18077 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
18078 canonical empty string when the requested size is 0.
18079
18080 * emacs.c (empty_unibyte_string): Rename from empty_string.
18081 (empty_multibyte_string): New canonical empty string.
18082 (syms_of_emacs): Don't initialize empty_string.
18083
18084 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
18085 string, if appropriate.
18086 (empty_unibyte_string, empty_multibyte_string): New externs.
18087 (empty_string): Remove extern.
18088
18089 * lread.c (syms_of_lread): Use empty_unibyte_string.
18090
180912007-06-07 Jason Rumney <jasonr@gnu.org>
18092
18093 * s/ms-w32.h: Don't define HAVE_TZNAME.
18094
18095 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
18096
180972007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18098
18099 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
18100
18101 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
18102 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
18103
18104 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
18105 Don't call next handler.
18106 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
18107 Remove argument. Install handler to application.
18108 (set_frame_menubar): Don't change deep_p.
18109 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
18110 FRAME_OUTER_TO_INNER_DIFF_Y.
18111 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
18112 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
18113 [HAVE_DIALOGS]: New macros.
18114 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
18115 Use them.
18116 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
18117
18118 * macselect.c [MAC_OSX] (install_service_handler): Rename from
18119 init_service_handler. All callers changed. Return OSStatus value.
18120
18121 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
18122 All callers changed so as not to call SetPortWindowPort.
18123 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
18124 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
18125 mac_draw_string_common.
18126 (mac_draw_image_string_qd): Likewise.
18127 (mac_draw_string_common): Use them. Add INLINE.
18128 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
18129 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
18130 GetGlobalMouse.
18131 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
18132 and FRAME_OUTER_TO_INNER_DIFF_Y.
18133 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
18134 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
18135 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
18136 repositioning window to mac_handle_window_event.
18137 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
18138 saving window location to mac_handle_window_event
18139 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
18140 (install_menu_target_item_handler): Remove argument in extern.
18141 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
18142 Also accept command events.
18143 (do_keystroke): New function created from XTread_socket.
18144 (init_command_handler): Remove functions.
18145 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
18146 and save window location by kEventWindowShowing and kEventWindowHiding
18147 handlers here. Don't call next handler for window state change and
18148 focus events.
18149 (mac_handle_application_event, mac_handle_keyboard_event)
18150 [TARGET_API_MAC_CARBON]: New functions.
18151 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
18152 kEventWindowShowing and kEventWindowHiding events. Move installation
18153 of mouse, font, text input and menu target item handlers to
18154 install_application_handler.
18155 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
18156 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
18157 New function.
18158 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
18159 Register it.
18160 (XTread_socket) [TARGET_API_MAC_CARBON]:
18161 Consolidate SendEventToEventTarget calls.
18162 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
18163 Move application activation handler to mac_handle_application_event.
18164 Move keyboard handler to mac_handle_keyboard_event.
18165 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
18166 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
18167 init_command_handler. Call install_application_handler.
18168
18169 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
18170 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
18171
181722007-06-07 Glenn Morris <rgm@gnu.org>
18173
18174 * emacs.c (main): Use `emacs-copyright' in --version output.
18175
181762007-06-06 Chong Yidong <cyd@stupidchicken.com>
18177
18178 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
18179
181802007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18181
18182 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
18183
18184 * macgui.h: Replace WindowPtr with WindowRef.
18185
18186 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
18187 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
18188 Replace ControlHandle with ControlRef.
18189 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
18190
18191 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
18192 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
18193 Replace ControlHandle with ControlRef.
18194 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
18195 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
18196
18197 * macterm.h (struct scroll_bar): Rename member control_handle_low
18198 and control_handle_high to control_ref_low and control_ref_high.
18199 All uses changed.
18200 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
18201 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
18202 respectively. All uses changed.
18203 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
18204 (install_window_handler, remove_window_handler): Replace WindowPtr
18205 with WindowRef in externs.
18206
182072007-06-05 Juanma Barranquero <lekktu@gmail.com>
18208
18209 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
18210
182112007-06-03 Nick Roberts <nickrob@snap.net.nz>
18212
18213 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
18214
18215 * frame.c (Fmouse_position, Fmouse_pixel_position):
18216 Condition on HAVE_GPM too.
18217
18218 * term.c (term_mouse_highlight): Remove unused variables.
18219 (Fterm_open_connection): Set gpm_zerobased to 1.
18220 (term_mouse_movement, term_mouse_click, handle_one_term_event):
18221 Use zero based co-ordinates.
18222 (handle_one_term_event): Report a drag as mouse movement too.
18223
18224 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
18225
182262007-06-03 Chong Yidong <cyd@stupidchicken.com>
18227
18228 * image.c (search_image_cache): New function. Require background
18229 color match if background color is unspecified in the image spec.
18230 (uncache_image, lookup_image): Use it.
18231
182322007-06-01 Juanma Barranquero <lekktu@gmail.com>
18233
18234 * window.c (Fshrink_window): Reflow docstring.
18235
182362007-06-02 Chong Yidong <cyd@stupidchicken.com>
18237
18238 * Version 22.1 released.
18239
182402007-06-01 Richard Stallman <rms@gnu.org>
18241
18242 * xfns.c (x_encode_text): Add GCPRO.
18243
182442007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18245
18246 * xfns.c (x_set_name_internal): Save encoded name before
18247 x_encode_text in case string data is relocated.
18248
182492007-05-31 Richard Stallman <rms@gnu.org>
18250
18251 * buffer.c (syms_of_buffer): Doc fix.
18252
182532007-05-30 Nick Roberts <nickrob@snap.net.nz>
18254
18255 * sysdep.c (init_sys_modes): Add rather than replace with
18256 O_NONBLOCK.
18257
18258 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
18259 term_mouse_moveto.
18260
18261 * termhooks.h (term_mouse_moveto): New extern.
18262
18263 * term.c (mouse_face_window): Rename...
18264 (Qmouse_face_window): ...to this.
18265 (term_show_mouse_face, term_clear_mouse_face)
18266 (term_mouse_highlight): Use Qmouse_face_window.
18267 (term_mouse_moveto): New function.
18268 (term_mouse_position): Make it work.
18269 (syms_of_term): Uncomment assignment to mouse_position_hook.
18270 Staticpro Qmouse_face_window.
18271
182722007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18273
18274 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
18275 around current_column call.
18276
182772007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
18278
18279 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
18280 * xdisp.c (next_element_from_buffer):
18281 * window.c (delete_window):
18282 * term.c (term_mouse_highlight):
18283 * msdos.c (getdefdir):
18284 * macterm.c (mac_create_bitmap_from_bitmap_data)
18285 (init_font_name_table):
18286 * fns.c (Fsxhash):
18287 * data.c (Fmake_local_variable):
18288 * ccl.c (ccl_driver): Likewise.
18289
182902007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18291
18292 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
18293 Call mac_wakeup_from_rne on window size change.
18294
182952007-05-25 Chong Yidong <cyd@stupidchicken.com>
18296
18297 * image.c (uncache_image): Fix typo.
18298
182992007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
18300
18301 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
18302
183032007-05-22 Richard Stallman <rms@gnu.org>
18304
18305 * xterm.c (x_connection_closed): Remove NO_RETURN.
18306
183072007-05-22 Martin Rudalics <rudalics@gmx.at>
18308
18309 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
18310
183112007-05-21 Chong Yidong <cyd@stupidchicken.com>
18312
18313 * image.c (uncache_image): New function.
18314 (Fimage_refresh): New function.
18315
183162007-05-20 Jan Djärv <jan.h.d@swipnet.se>
18317
18318 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
18319
183202007-05-20 Nick Roberts <nickrob@snap.net.nz>
18321
18322 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
18323 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
18324
183252007-05-20 Nick Roberts <nickrob@snap.net.nz>
18326
18327 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
18328 conditional on [HAVE_GPM_H].
18329
183302007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
18331
18332 * syntax.c (skip_chars): Update syntax-table only after we checked that
18333 the new location is valid.
18334
183352007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18336
18337 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
18338 mac_get_window_bounds.
18339
183402007-05-20 Nick Roberts <nickrob@snap.net.nz>
18341
18342 * Makefile.in (LIBGPM): Allow it to be set from configure.
18343 If set then link Emacs with it.
18344
18345 * config.in: Regenerate.
18346
18347 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
18348 New externs.
18349
18350 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
18351 Include gpm.h.
18352 (handle_one_term_event, term_gpm): New externs.
18353
18354 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
18355 and allow it to be interrupted by SIGIO.
18356
18357 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
18358 (wait_reading_process_output): Wait on gpm_fd too.
18359 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
18360 (add_gpm_wait_descriptor_called_flag): New variable.
18361 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
18362
18363 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
18364 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
18365 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
18366 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
18367 (make_lispy_event): Add case GPM_CLICK_EVENT.
18368 (read_avail_input): Handle mouse input.
18369
18370 * term.c (write_glyphs_with_face): New function.
18371 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
18372 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
18373 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
18374 (mouse_face_face_id, term_gpm, pos_x, pos_y)
18375 (last_mouse_x, last_mouse_y): New variables.
18376 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
18377 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
18378 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
18379 (Fterm_close_connection): New functions.
18380 (term_init): Initialise mouse_face_window.
18381
183822007-05-19 Chong Yidong <cyd@stupidchicken.com>
18383
18384 * xdisp.c (redisplay_window): If first window line is a
18385 continuation line, recompute the new window start instead of
18386 recentering.
18387
183882007-05-18 Glenn Morris <rgm@gnu.org>
18389
18390 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
18391 Suggested by Alfred M. Szmidt <ams@gnu.org>.
18392
183932007-05-17 Glenn Morris <rgm@gnu.org>
18394
18395 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
18396
183972007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18398
18399 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
18400 dead key repeat and up events.
18401
184022007-05-14 Chong Yidong <cyd@stupidchicken.com>
18403
18404 * image.c (pbm_load): Check image size for monochrome pbm.
18405
184062007-05-13 Chong Yidong <cyd@stupidchicken.com>
18407
18408 * xterm.c (XTread_socket): Revert last change.
18409
184102007-05-12 Chong Yidong <cyd@stupidchicken.com>
18411
18412 * image.c (pbm_load): Correctly check image size for greyscale pbm.
18413
18414 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
18415
184162007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
18417
18418 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
18419 mixup (YAILOM).
18420
184212007-05-07 Andreas Schwab <schwab@suse.de>
18422
18423 * keymap.c (Flookup_key): Fix typo in last change.
18424
184252007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
18426
18427 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
18428 mapping for unibyte strings.
18429
184302007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18431
18432 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
18433 (Fx_popup_dialog) [MAC_OSX]: Likewise.
18434
184352007-04-29 Richard Stallman <rms@gnu.org>
18436
18437 * insdel.c (replace_range): For undo, record insertion first.
18438
184392007-04-29 Andreas Schwab <schwab@suse.de>
18440
18441 * lisp.h (VECSIZE): Use OFFSETOF.
18442
184432007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18444
18445 * xdisp.c (try_window_reusing_current_matrix): Fix number of
18446 disabled lines.
18447
184482007-04-28 Richard Stallman <rms@gnu.org>
18449
18450 * lread.c (read_escape): In a string, \s is always space.
18451
184522007-04-27 Jan Djärv <jan.h.d@swipnet.se>
18453
18454 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
18455
18456 * gtkutil.c (xg_update_menubar, create_menus): Create empty
18457 submenu for menu bar items.
18458
18459See ChangeLog.10 for earlier changes.
18460
18461;; Local Variables:
18462;; coding: utf-8
18463;; add-log-time-zone-rule: t
aac0c6e3
MR
18464;; End:
18465
76b6f707 18466 Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
aac0c6e3
MR
18467
18468 This file is part of GNU Emacs.
18469
18470 GNU Emacs is free software: you can redistribute it and/or modify
18471 it under the terms of the GNU General Public License as published by
18472 the Free Software Foundation, either version 3 of the License, or
18473 (at your option) any later version.
18474
18475 GNU Emacs is distributed in the hope that it will be useful,
18476 but WITHOUT ANY WARRANTY; without even the implied warranty of
18477 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18478 GNU General Public License for more details.
18479
18480 You should have received a copy of the GNU General Public License
18481 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
18482
18483;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40