Bump version to 24.0.50.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
288f9fc0
CY
12010-03-10 Chong Yidong <cyd@stupidchicken.com>
2
3 * Branch for 23.2.
4
d48cd3f4
SM
52010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 Cleanup setup of gl_state in various parts of the code.
8 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
9 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
10 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
11 (skip_chars):
12 * regex.c (regex_compile): Use it.
13 (re_compile_pattern): Don't set gl_state.current_syntax_table since
14 it's now set in regex_compile when/if we need it.
15
618db430
SM
162010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17
c0335e02
SM
18 Make it possible to C-g in a tight bytecode loop again (bug#5680).
19 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
20 (QUIT): Use it to consolidate code and remove redundancy.
21 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
22
254c06a8
SM
23 * regex.c (regex_compile): Setup gl_state as well.
24
618db430
SM
25 * syntax.c (skip_chars): Setup gl_state (bug#3823).
26 (in_classes): Use CONSP before XCAR/XCDR.
27
233f0c9f
CY
282010-03-03 Chong Yidong <cyd@stupidchicken.com>
29
30 * keymap.c (Fwhere_is_internal): Use Fequal to compare
31 definitions, so that keyboard macros are correctly handled
32 (Bug#5481).
33
75f80e63
EZ
342010-03-02 Eli Zaretskii <eliz@gnu.org>
35
36 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
37 text that could be relocated inside the call to emacs_mule_char.
38 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
39 (CODING_DECODE_CHAR): Add a comment describing its purpose.
40
dcfb9bc4
KH
412010-03-02 Kenichi Handa <handa@m17n.org>
42
fc9a17bc
KH
43 * character.c (parse_str_as_multibyte): Fix handling of the
44 multibyte form of raw-bytes.
45 (str_as_multibyte): Likewise.
46
dcfb9bc4
KH
47 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
48 form of raw-bytes.
49
412c01b6
CY
502010-02-28 Chong Yidong <cyd@stupidchicken.com>
51
52 * charset.c (load_charset_map_from_file)
53 (load_charset_map_from_vector): Zero out allocated
54 charset_map_entries before using them.
55
df7e1ea0
AS
562010-02-27 Andreas Schwab <schwab@linux-m68k.org>
57
58 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
59
fe69a722
CY
602010-02-27 Chong Yidong <cyd@stupidchicken.com>
61
4ed28cf4
CY
62 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
63 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 64
7379cfce
KH
652010-02-26 Kenichi Handa <handa@m17n.org>
66
f88cc4d6
KH
67 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
68
7379cfce
KH
69 * xdisp.c (reseat_to_string): Fix previous change.
70
cf2fdcfb
CY
712010-02-26 David Reitter <david.reitter@gmail.com>
72
73 * nsfont.m (nsfont_draw): ns_antialias_text should be a
74 Lisp_Object (Bug#4736).
75
cc6c7c75
KH
762010-02-25 Kenichi Handa <handa@m17n.org>
77
78 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
79
32e737d7
JD
802010-02-24 Jan Djärv <jan.h.d@swipnet.se>
81
82 * xterm.c (XTflash): Move declarations before statements.
83
84 * gtkutil.c (xg_get_gdk_display): Remove (unused).
85 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
86 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
87 (xg_create_tool_bar): Remove unused variables.
88 (x_wm_set_size_hint): Move declarations before statements.
89 (xg_create_frame_widgets): Remove variable grav,
90
676cae9f
CY
912010-02-21 Chong Yidong <cyd@stupidchicken.com>
92
93 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
94
886cc2b8
SM
952010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * term.c (fatal): Add a final \n if needed (bug#5596).
98
ddb2d8e2
CY
992010-02-18 Chong Yidong <cyd@stupidchicken.com>
100
101 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
102
2a4f8d3d
GM
1032010-02-18 Glenn Morris <rgm@gnu.org>
104
105 * callint.c (Finteractive): Doc fix.
106
ebaf11b6
KH
1072010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
108
886cc2b8
SM
109 * coding.c (record_conversion_result):
110 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
111 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
112 memory allocation error.
113
d0396581
KH
1142010-02-17 Kenichi Handa <handa@m17n.org>
115
886cc2b8
SM
116 * coding.c (decode_coding_ccl): Don't setup ccl program here.
117 Fix for the case that the output buffer is fullfilled.
d0396581
KH
118 (decode_coding): Setup ccl program here. Keep looping when the
119 decoder stopped because the output buffer is
120 fullfilled (bug#5534).
121
122 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
123
98599f74
JD
1242010-02-13 Jan Djärv <jan.h.d@swipnet.se>
125
471e4f04 126 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 127 bug #5571.
886cc2b8 128 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 129 overdrawn.
98599f74 130
182659ae
JD
1312010-02-10 Jan Djärv <jan.h.d@swipnet.se>
132
133 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
134 doing_interact here.
135 (ice_connection_closed): New function.
136 (x_session_check_input, smc_die_CB, ice_io_error_handler)
137 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
138 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
139 returns I/O error.
140 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
141 bug #5512.
142
9be32c4e 1432010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
144
145 * nsfont.m (nsfont_open): The system's value for the font descent
146 is negative, so round it down to avoid clipping.
147
a2f3eb19
CY
1482010-02-06 Chong Yidong <cyd@stupidchicken.com>
149
150 * charset.c (load_charset_map_from_file)
151 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 152 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 153
3088147c
CY
1542010-02-05 Chong Yidong <cyd@stupidchicken.com>
155
156 * charset.c (load_charset_map_from_file): Allocate large
157 charset_map_entries structure on the heap rather than the stack.
158 (Bug#5526).
159
b57d9029
KH
1602010-01-31 Kenichi Handa <handa@m17n.org>
161
162 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 163 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 164
c67d885b
CY
1652010-01-31 Chong Yidong <cyd@stupidchicken.com>
166
167 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
168 <deactivated@gmail.com> (Bug#3605).
169
8fab2362
CY
1702010-01-31 David De La Harpe Golden <david@harpegolden.net>
171
172 * fileio.c (Frename_file): Correctly rename symlinks to
173 directories (Bug#5496).
174
cb2a62f2
CY
1752010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
176
177 * nsterm.m (ns_ring_bell): Handle visible bell like X.
178
944c7a26
AS
1792010-01-30 Andreas Schwab <schwab@linux-m68k.org>
180
181 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
182
c024ac08
CY
1832010-01-29 Chong Yidong <cyd@stupidchicken.com>
184
185 * frame.c (DEFAULT_ROWS): Change default to 35.
186
187 * xfns.c (x_default_font_parameter): Change default XFT font to
188 monospace-10 (Bug#3643).
189
af93af83
EZ
1902010-01-29 Eli Zaretskii <eliz@gnu.org>
191
192 * w32inevt.c (key_event): Remove unnecessary comparison of
193 event->uChar.AsciiChar with 128.
194
ca0eb708
CY
1952010-01-28 Chong Yidong <cyd@stupidchicken.com>
196
b242dbfc
CY
197 * fileio.c (Frename_file): Fix last change (Bug#5487).
198
ca0eb708
CY
199 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
200
201 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
202
45d45af5
JD
2032010-01-28 Jan Djärv <jan.h.d@swipnet.se>
204
205 * xfns.c (Fx_create_frame): Remove window size matching code from
206 2010-01-15.
207 (x_get_current_desktop, x_get_desktop_workarea): Remove
208
7e233730
JR
2092010-01-27 Jason Rumney <jasonr@gnu.org>
210
211 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 212 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 213
86e893e3
KH
2142010-01-27 Kenichi Handa <handa@m17n.org>
215
216 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 217 pattern string (Bug#4209).
86e893e3 218
8719abec
CY
2192010-01-27 David De La Harpe Golden <david@harpegolden.net>
220
221 * fileio.c (Frename_file): Call copy-directory and
222 delete-directory for directories, in order to handle cross-device
223 renaming (Bug#3353).
224
844794c8
JD
2252010-01-25 Jan Djärv <jan.h.d@swipnet.se>
226
aa3e13b5 227 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 228 sizes 24 and 10. Bug #3643.
844794c8 229
bd4b5750
SM
2302010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
231
8dc1adf6 232 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
233 * keymap.c (shadow_lookup): Add `remap' arg.
234 (describe_map, describe_vector): Update calls to shadow_lookup.
235 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
236 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
237 perform remapping during shadow_lookup check of remapped_sequences.
238
285d07e2
CY
2392010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
240
241 * image.c (png_load): Use png_sig_cmp instead of the obsolete
242 png_check_sig, which has been removed in libpng 1.4.
243
c6d09b8d
CY
2442010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
245
246 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
247 lacks this header file).
248
3d782998
YM
2492010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
250
251 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
252 as in Emacs 22.
253
2aff7c53
YM
2542010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
255
256 * lisp.h (make_pure_string): String pointer arg now points to const.
257
258 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
259 args now point to const.
260
74327f7a
EZ
2612010-01-22 Eli Zaretskii <eliz@gnu.org>
262
263 * lread.c (Fload): Don't treat files without .elc extension as
264 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
265 them. (bug#5303)
266
4d1e6632
KH
2672010-01-20 Kenichi Handa <handa@m17n.org>
268
269 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
270 treat the source as actual byte sequence.
271
1fdede8f
AM
2722010-01-19 Alan Mackenzie <acm@muc.de>
273
274 Fix spurious before-change-functions invocation from (insert ?\n).
275 * textprop.c (set_text_properties): rename parameter
276 `signal_after_change_p' to `coherent_change_p', and make the
277 invocation of `modify_region' conditional on it.
278
67477f30
JD
2792010-01-19 Jan Djärv <jan.h.d@swipnet.se>
280
281 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
282 for debug purpose.
283 (syms_of_xsettings): Declare xft-settings.
284
244b023e
CY
2852010-01-18 Chong Yidong <cyd@stupidchicken.com>
286
287 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
288
617364fe
CY
2892010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * xterm.c (event_handler_gdk): Block input (Bug#5037).
292
4fe22cdf
CY
2932010-01-16 Chong Yidong <cyd@stupidchicken.com>
294
295 * emacs.c (standard_args): Adjust arg priorities to reflect how
296 they are processed in startup.el.
297
e118d2be
AS
2982010-01-16 Andreas Schwab <schwab@linux-m68k.org>
299
300 * Makefile.in (lisp, shortlisp): Update.
301
523ae620
SM
3022010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
305 code, link the new kboard into all_kboard before running Lisp code,
306 and protect the new terminal with GCPRO (Bug#5365).
307 (x_term_init): Remove unused var `atom'.
308 (x_delete_display, x_delete_terminal): Remove unused var `i'.
309
f0d13888
JD
3102010-01-15 Jan Djärv <jan.h.d@swipnet.se>
311
312 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
313 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
314 to find out usable size of the desktop. Don't make frames larger than
ac146f82 315 this. Bug #3643.
f0d13888 316
cc320f07
KH
3172010-01-15 Kenichi Handa <handa@m17n.org>
318
319 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
320
7ffdf101
CY
3212010-01-15 Chong Yidong <cyd@stupidchicken.com>
322
323 * nsterm.m (Qnone): Define.
324
325 * nsfns.m (Qnone): Move definition to nsterm.m.
326
d12bd917
KH
3272010-01-14 Kenichi Handa <handa@m17n.org>
328
329 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
330 systems.
331
d9a7c140
KH
3322010-01-14 Kenichi Handa <handa@m17n.org>
333
334 Make auto-composition work on all buffers even if they are
335 fundamental mode.
336
337 * composite.c (Vauto_composition_mode): New variable.
338 (composition_compute_stop_pos): Check Vauto_composition_mode
339 instead of Vauto_composition_function.
340 (composition_adjust_point, Ffind_composition_internal): Likewise.
341 (syms_of_composite): Declare Lisp variable
342 "auto-composition-mode" here.
343
63286bb2
CY
3442010-01-13 Chong Yidong <cyd@stupidchicken.com>
345
346 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
347 during call to vendor-specific-keysyms (Bug#5365).
348
c2623ee7
YM
3492010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
350
351 * keyboard.c (input_available_signal) [SYNC_INPUT]:
352 Call SIGNAL_THREAD_CHECK (Bug#5333).
353
354 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
355 Call SIGNAL_THREAD_CHECK.
356
0b5397c2
SM
3572010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 Try to fix bug#5314. This is probably not the final word, tho.
360 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
361 recent-auto-save-p as a side-effect.
362 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
363 * buffer.c (Fkill_buffer, reset_buffer):
364 * editfns.c (Fsubst_char_in_region):
365 * fileio.c (Finsert_file_contents, Fdo_auto_save)
366 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
367
dc954cb2
KH
3682010-01-13 Kenichi Handa <handa@m17n.org>
369
370 Display buffer name, etc. in mode line by composing correctly.
371
372 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
373 STRING is not nil.
0b5397c2 374 (display_mode_element): Adjust for the change of
dc954cb2
KH
375 decode_mode_spec and display_line.
376 (decode_mode_spec): Change arg MULTIBYTE to STRING.
377 (display_string): Handle the case that STRING is non-null and
378 LISP_STRING is not nil.
379
0b5397c2
SM
380 * xterm.c (x_draw_composite_glyph_string_foreground):
381 Pay attention to s->face->overstrike.
dc954cb2
KH
382
383 * composite.c (composition_reseat_it): Don't check PT if STRING is
384 non nil.
385
4a00eaca
YM
3862010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
387
388 * keyboard.c (read_char): Don't apply previous change when current
389 buffer is unchanged by command execution.
390
60abb287
JD
3912010-01-12 Jan Djärv <jan.h.d@swipnet.se>
392
393 * keyboard.c (read_char): Return after executing from special map.
394
893db5bc
GM
3952010-01-12 Glenn Morris <rgm@gnu.org>
396
397 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
398 bug-gnu-emacs rather than emacs-pretest-bug.
399
4d03ece0
CY
4002010-01-11 Chong Yidong <cyd@stupidchicken.com>
401
402 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
403 initializing the Lisp variables that depend on them.
404
1df47e38
YM
4052010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
406
407 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
408 Clear areas that will not be updated after change of menu bar lines.
409 Clear the menu bar window's current matrix when the window gets empty.
410
2f1c6384
CY
4112010-01-09 Chong Yidong <cyd@stupidchicken.com>
412
e398c61c
CY
413 * intervals.h, textprop.c (extend_property_ranges): Return value
414 and args changed. Discard properties that begin at or after the
415 new end (Bug#5306).
416
417 * editfns.c (Fformat): Caller changed.
418
e5a29a10
CY
419 * nsterm.m (ns_set_default_prefs): Delete function.
420 (syms_of_nsterm): Initialize ns_command_modifier,
421 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
422 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
423
2f1c6384
CY
424 * xdisp.c (pos_visible_p): Check for invisible text at the correct
425 position (Bug#4040).
426
d427a9fa
EZ
4272010-01-09 Eli Zaretskii <eliz@gnu.org>
428
429 * editfns.c (Ffloat_time): Doc fix.
430
21b9df2f
JD
4312010-01-09 Jan Djärv <jan.h.d@swipnet.se>
432
433 * xfns.c (Fx_create_frame): Don't create frame larger than display
434 by default bug#3643.
435
4b00d3b1
YM
4362010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
437
438 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
439 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
440 windows above internal border.
441
442 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
443 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
444 windows above internal border.
445
446 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
447 tool bar windows specially.
448
449 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
450
451 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
452 specially.
453 (XTflash): Take account of menu bar height.
454
455 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
456 specially.
457
5075d853
JD
4582010-01-08 Jan Djärv <jan.h.d@swipnet.se>
459
ac146f82 460 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
461 also be true before we can return early (bug #5339).
462
474217c8
CY
4632010-01-06 David Reitter <david.reitter@gmail.com>
464
465 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
466 (Fns_display_usable_bounds): Rewrite, computing bounds properly
467 (Bug#3233).
468
c0e6d47d
JD
4692010-01-06 Jan Djärv <jan.h.d@swipnet.se>
470
d0cf45b7
JD
471 * font.c (font_open_entity): Enable chache and call cached_font_ok
472 for the driver if defined.
473 (QCuser_spec): New symbol.
474 (font_spec_from_name): Save name as user-spec.
475 (font_load_for_lface): Keep user-spec instead of name.
476 (font_open_by_name): Save name as user-spec.
477 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 478 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
479
480 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
481 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
482 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
483
484 * font.h (struct font_driver): Add cached_font_ok.
485
c0e6d47d
JD
486 * xterm.c (x_clear_frame): Queue draw for scroll bars.
487
7c583cd8
JD
4882010-01-05 Jan Djärv <jan.h.d@swipnet.se>
489
490 * xterm.c (x_new_font): Move code for setting rows/cols before
491 resizing ...
ac146f82 492 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
493
494 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
495 (xg_frame_resized, xg_frame_set_char_size):
496 Call xg_clear_under_internal_border.
7c583cd8 497 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 498
03f77f0a
CY
4992010-01-05 Chong Yidong <cyd@stupidchicken.com>
500
501 * keyboard.c (read_key_sequence): Catch keyboard switch after
502 making a new tty frame (Bug#5095).
503
2a1ef5be
KH
5042010-01-05 Kenichi Handa <handa@m17n.org>
505
506 * fontset.c (fontset_find_font): Fix getting the frame pointer.
507
e3eb1dae
SM
5082010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
511 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
512 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
513
777013f2
MA
5142010-01-03 Michael Albinus <michael.albinus@gmx.de>
515
516 * dbusbind.c (xd_add_watch): Improve debug message.
517 (xd_remove_watch): Improve debug message. If DATA is the session
518 bus, unset D-Bus session environment.
519 (Fdbus_init_bus): Pass the bus as argument to
520 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 521
8932b1c2
CY
5222010-01-01 Chong Yidong <cyd@stupidchicken.com>
523
87231e2c
CY
524 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
525
4801c5fa
CY
526 * lread.c (syms_of_lread): Make it clearer that these are the
527 names of loaded files (Bug#5068).
528
8932b1c2
CY
529 * eval.c (run_hook_with_args): Handle the case where the global
530 value has the obsolete single-function form (Bug#5026).
531
11e3c684
CY
5322009-12-27 Chong Yidong <cyd@stupidchicken.com>
533
534 * minibuf.c (Fall_completions): Minor optimization.
535
5b28ce35
EZ
5362009-12-26 Eli Zaretskii <eliz@gnu.org>
537
5ce6e4f4
JB
538 * .gdbinit (pgx): Fix display of composite glyphs.
539 Display cmp.from and cmp.to as well.
540 (pitx): Fix last change.
5b28ce35 541
bcffff46
KH
5422009-12-25 Kenichi Handa <handa@m17n.org>
543
544 * composite.h (composition_adjust_point): Update prototype.
545
546 * composite.c (composition_reseat_it): Don't make a composition
547 spanning over point.
548 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
549 composable characters.
550 (composition_adjust_point): New arg NEW_PT. Callers changed.
551
552 * keyboard.c (command_loop_1): Force redisplay if the last point
553 was within a composition.
554 (adjust_point_for_property): Don't adjust point for automatic
555 composition when called after buffer modification.
556
3f670e9a
EZ
5572009-12-19 Eli Zaretskii <eliz@gnu.org>
558
5ce6e4f4
JB
559 * .gdbinit (pitx): Don't use enum names, use their values.
560 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
561 (pgx): Don't use enum names, use their values.
562 (pitmethod): New helper command.
563 (pitx): Use it to display iteration method.
564 (pgrowit): New command.
565
ad903955
EZ
566 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
567
3f670e9a
EZ
568 Update dependencies in Makefile.in.
569
570 * Makefile.in (alloc.o): Depend on termhooks.h.
571 (atimer.o): Depend on blockinput.h.
572 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
573 and frame.h.
574 (callint.o): Depend on systime.h, coding.h, and composite.h.
575 (callproc.o): Depend on buffer.h.
576 (casefiddle.o): Don't depend on charset.h.
577 (casetab.o): Depend on character.h.
578 (ccl.o): Depend on composite.h.
579 (chartab.o): Depend on ccl.h.
580 (cm.o): Depend on dispextern.h.
581 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
582 (coding.o): Don't depend on $(INTERVALS_H).
583 (composite.o): Don't depend on dispextern.h explicitly (it's in
584 $(INTERVALS_H)). Depend on ccl.h.
585 (data.o): Depend on systime.h, coding.h, composite.h,
586 dispextern.h, font.h, and ccl.h.
587 (dired.o): Depend on composite.h.
588 (dispnew.o): Depend on coding.h. Don't depend explicitly on
589 composite.h (it's in $(INTERVALS_H)).
590 (doc.o): Depend on systime.h, coding.h, and composite.h.
591 (editfns.o): Don't depend explicitly on dispextern.h.
592 (emacs.o): Depend on frame.h and coding.h.
593 (eval.o): Depend on coding.h, composite.h, and xterm.h.
594 (fileio.o): Depend on frame.h and commands.h. Don't depend
595 explicitly on dispextern.h.
596 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
597 composite.h.
598 (fns.o): Don't depend on termhooks.h.
599 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
600 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
601 coding.h, $(INTERVALS_H), window.h, xterm.h.
602 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
603 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
604 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
605 fontset.h, ccl.h, and ftfont.h.
606 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
607 (gtkutil.o): Depend on dispextern.h and composite.h.
608 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
609 termhooks.h, and ccl.h.
610 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
611 (intervals.o): Depend on systime.h and coding.h.
612 (keyboard.o): Depend on composite.h and coding.h.
613 (keymap.o): Depend on coding.h and frame.h.
614 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
615 (macros.o): Depend on systime.h, coding.h, and composite.h.
616 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
617 and atimer.h.
618 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
619 dispextern.h explicitly.
0b5397c2
SM
620 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
621 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
622 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
623 (regex.o): Don't depend on charset.h.
624 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
625 (search.o): Don't depend explicitly on composite.h.
626 (sound.o): Depend on atimer.h and systime.h.
627 (syntax.o): Don't depend explicitly on composite.h.
628 (sysdep.o): Depend on coding.h and composite.h.
629 (term.o): Depend on xterm.h and buffer.h.
630 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
631 (textprop.o): Don't depend on dispextern.h explicitly.
632 (undo.o): Depend on dispextern.h.
633 (window.o): Depend on coding.h and termhooks.h. Don't depend on
634 dispextern.h and composite.h explicitly.
635 (xdisp.o): Depend on ccl.h.
636 (xfaces.o): Depend on coding.h and ccl.h.
637 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
638 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
639 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
640 ftfont.h.
641 (xgselect.o): New dependency.
642 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
643 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
644 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
645 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
646 (xsmfns.o): Depend on frame.h and dispextern.h.
647 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
648 sysselect.h.
649
7a6f7fea
AS
6502009-12-19 Andreas Schwab <schwab@linux-m68k.org>
651
652 * font.c (Fclear_font_cache): Pass correct cache argument to
653 font_clear_cache.
654
f4c21026
AS
6552009-12-16 Andreas Schwab <schwab@linux-m68k.org>
656
657 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
658 twice.
659
f7ab0997
CY
6602009-12-15 Chong Yidong <cyd@stupidchicken.com>
661
662 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
663 calling file-remote-p. Reported by Jim Meyering.
664
fa8e045a
MA
6652009-12-15 Michael Albinus <michael.albinus@gmx.de>
666
667 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 668 avoid compiler warnings. (Bug #5217)
fa8e045a 669
a63dba42
KH
6702009-12-14 Kenichi Handa <handa@m17n.org>
671
672 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
673 in 8-bit encoding.
674
5ce6e4f4 6752009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
676
677 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
678 tooltip windows.
679
223e5fc6
JD
6802009-12-13 Jan Djärv <jan.h.d@swipnet.se>
681
36acb2a7
JD
682 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
683 Xatom_net_window_type.
684
685 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
686 Xatom_net_window_type.
687
b8f00677
JD
688 * xterm.c (my_log_handler): New function.
689 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 690 so we can filter out buggy messages. (Bug #5120).
b8f00677 691
e5f0bc9a
JD
692 * xterm.c (xg_scroll_callback): Parameter list changed,
693 use parameter GtkScrollType to determine scroll/line/page.
694 Only allow dragging if a button < 4 is grabbed (bug #5177).
695 (xg_end_scroll_callback): New function.
696 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
697 xg_create_scroll_bar.
698
699 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
700 (scroll_end_callback): Remove.
701 (xg_create_scroll_bar): Add parameter end_callback, bind it to
702 button-release-event. Replace value-changed event with change-value,
703 bug #5177,
704 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
705 bug #5177.
706
707 * gtkutil.h (XG_LAST_SB_DATA): Remove.
708 (xg_create_scroll_bar): Add GCallback end_callback.
709
223e5fc6
JD
710 * xftfont.c (QClcdfilter): New variable.
711 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
712 (syms_of_xftfont): Initialize QClcdfilter.
713
3c055b77
JD
7142009-12-12 Jan Djärv <jan.h.d@swipnet.se>
715
716 * xsettings.c (struct xsettings): Add member seen.
717 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 718 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
719 (apply_xft_settings): Only update Xft settings with what member seen
720 indicates as new.
721
05fe33ff
EZ
7222009-12-12 Eli Zaretskii <eliz@gnu.org>
723
724 * dispextern.h (struct text_pos): Use EMACS_INT;
725 (struct glyph): Use EMACS_INT for charpos.
726 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
727 region_beg_charpos, region_end_charpos,
728 redisplay_end_trigger_charpos, and also for
729 iterator_stack_entry.end_charpos and
730 iterator_stack_entry.stop_charpos.
731
e8d7886a
JD
7322009-12-12 Jan Djärv <jan.h.d@swipnet.se>
733
5ce6e4f4 734 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
735 (xg_create_scroll_bar): Call scroll_end_callback on button release
736 event (bug #5177).
737 (xg_event_is_for_scrollbar): != replaced with ==.
738
d0db2ec8
KH
7392009-12-12 Kenichi Handa <handa@m17n.org>
740
741 * ftfont.c (struct ftfont_info): New member matrix.
742 (ftfont_open): Setup xftfont_info->matrix.
743 (MFLTFontFT): New member matrix.
744 (FLOOR, CEIL, ROUND): New macros.
745 (ftfont_get_metrics): Handle matrix transformation.
746 (ftfont_shape_by_flt): New arg matrix. Callers changed.
747
748 * xftfont.c (struct xftfont_info): New member matrix.
749 (xftfont_open): Setup xftfont_info->matrix.
750
7512009-12-10 Kenichi Handa <handa@m17n.org>
752
753 * xdisp.c (append_space_for_newline): Consider face-remapping.
754
2cc7b62f
AS
7552009-12-09 Andreas Schwab <schwab@linux-m68k.org>
756
b87dd913
AS
757 * xsettings.c: Include "keyboard.h".
758
eba5eb94
AS
759 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
760
2cc7b62f
AS
761 Fix implicit function declarations.
762 * cmds.c: Include "frame.h".
763 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
764 * frame.h: Move declaration of delete_frame outside of
765 HAVE_WINDOW_SYSTEM.
766
a4ef73c8
CY
7672009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
768
769 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
770
771 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
772 GTK builds.
773
944a300c
AS
7742009-12-07 Andreas Schwab <schwab@linux-m68k.org>
775
776 * unexelf.c (unexec): Don't search for .data twice.
777
022eef62
CY
7782009-12-05 Chong Yidong <cyd@stupidchicken.com>
779
426ac949
CY
780 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
781 if push failed.
782 (handle_line_prefix): Set avoid_cursor_p here. Check return value
783 of push_display_prop (Bug#5000).
784
022eef62
CY
785 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
786 value of font_list_entities (Bug#5085).
787
be95bee9
JB
7882009-12-04 Juanma Barranquero <lekktu@gmail.com>
789
790 Fix `string-to-number' to deal consistently with integers and floats.
791 * lread.c (isfloat_string): New argument ignore_trailing to accept all
792 trailing characters, not just whitespace.
793 (read1): Pass new arg 0 to keep old behavior.
794 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
795 trailing chars, as it is already done for integers. Doc fixes.
796 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
797
24c2d7ce
EZ
7982009-12-04 Eli Zaretskii <eliz@gnu.org>
799
0b5397c2
SM
800 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
801 Delete unused enumeration value.
24c2d7ce 802
7e694795
EZ
8032009-12-03 Eli Zaretskii <eliz@gnu.org>
804
805 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
806
84b31826
SM
8072009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
808
809 * process.c (Fmake_network_process): Fix up the tests for
810 "connectionless socket", so they DTRT for seqpacket sockets as well.
811
f00c449b
SM
8122009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * process.c (Qseqpacket): New symbol.
815 (HAVE_SEQPACKET): New macro.
816 (Fmake_network_process): Accept new :type `seqpacket'.
817 (init_process): Add `seqpacket' feature when applicable.
818 (syms_of_process): Initialize Qseqpacket.
819
8096a0ff
YM
8202009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
821
822 * font.c (font_load_for_lface, font_open_by_name): Don't store name
823 if entity is Qnil.
824
3e0de07f
SM
8252009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
826
827 * print.c (print_preprocess): Preprocess the key_and_value table of
828 hashtables, even tho they're "hidden" (bug#5082).
829
abeafb2a
JD
8302009-11-29 Jan Djärv <jan.h.d@swipnet.se>
831
832 * frame.c (frame_make_pointer_invisible)
833 (frame_make_pointer_visible): Declare f before statements.
834
4bf47195
EZ
8352009-11-28 Eli Zaretskii <eliz@gnu.org>
836
837 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
838 omitted dependencies on lisp.h.
839
c525b3f2
JD
8402009-11-27 Jan Djärv <jan.h.d@swipnet.se>
841
ece2d4ed
JD
842 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
843 is NULL.
844
845 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
846
847 * frame.c (frame_make_pointer_invisible)
3e0de07f 848 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
849 frame.
850
c525b3f2
JD
851 * search.c (simple_search): Remove warning by making *p const.
852
2f00e299
DN
8532009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
854
855 * xdisp.c (power_letter): Remove duplicate const.
856
084b049b
JD
8572009-11-25 Jan Djärv <jan.h.d@swipnet.se>
858
a1fadc6f
JD
859 * term.c (delete_tty): Remove check for last terminal (bug#4970).
860
5ce6e4f4 861 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
862 defaults (bug #5025).
863
28259cac
SM
8642009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * insdel.c (adjust_markers_for_delete): Move it in the
867 right direction! (bug#4803)
868
e8e14166
YM
8692009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
870
871 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
872
873 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
874
86677b58
GM
8752009-11-24 Glenn Morris <rgm@gnu.org>
876
877 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
878
581e51e8
JD
8792009-11-23 Jan Djärv <jan.h.d@swipnet.se>
880
cfc86c7a
JD
881 * Makefile.in: Must create deps for ecrt0.o in its rule.
882
581e51e8
JD
883 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
884 because that is what Gtk+ font dialog understands.
885
886 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
887 of Fcopy_sequence.
888 (font_open_by_name): Put name given into QCname for font-object returned.
889
890 * frame.c (x_set_font): Save original font name as frame parameter
891 font-parameter.
892
893 * xsettings.c (set_default_xft_settings): New function.
894 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
895 is found.
896
8b264ecb
AS
8972009-11-22 Andreas Schwab <schwab@linux-m68k.org>
898
899 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
900 searching backwards through multibyte buffer.
901
872870b2
JD
9022009-11-21 Jan Djärv <jan.h.d@swipnet.se>
903
904 * xterm.c: #include xgselect.h.
905 (x_initialize): Call xgselect_initialize.
906
907 * xsettings.c (something_changedCB): C++ comments => C comments.
908 (init_gconf): Do not deal with any GLib file descriptors, xg_select
909 does that now.
910
911 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
912 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
913 (scroll_bar_button_cb): Remove.
5ce6e4f4 914 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
915 event.
916 (xg_create_scroll_bar): Don't bind button-press-event and
917 button-release-event.
918
919 * process.c: Include xgselect.h if defined (USE_GTK) ||
920 defined (HAVE_GCONF).
921 (wait_reading_process_output): Call xg_select for the same condition.
922
923 * xgselect.c (xg_select): New function to better integrate with
924 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
925
926 * xgselect.h: New file, declare xg_select, xgselect_initialize.
927
928 * Makefile.in (XOBJ): Add xgselect.o.
929
62a6e103
AS
9302009-11-21 Andreas Schwab <schwab@linux-m68k.org>
931
0b5397c2
SM
932 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
933 Remove ignored second argument. All callers changed.
62a6e103
AS
934 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
935 (RE_STRING_CHAR_AND_LENGTH): Likewise.
936 * xdisp.c (string_char_and_length): Likewise.
937
b0ca0f33
DN
9382009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
939
940 * xterm.c (x_new_font):
941 * print.c (print_object):
942 * cmds.c (Fself_insert_command): Move declarations before statements.
943
dd5a6279
CY
9442009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
945
946 * s/cygwin.h: Remove unneeded linker flags.
947
4a8e097d
JD
9482009-11-20 Jan Djärv <jan.h.d@swipnet.se>
949
0d1d0d26
JD
950 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
951
952 * xsettings.h: Declare xsettings_get_system_font.
953
954 * xsettings.c (xsettings_get_system_font): New function.
955 (init_gconf): No use initiating gconf unless we have Xft also.
956 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
957 HAVE_GCONF.
958
4a8e097d
JD
959 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
960 add a blank entry so it doesn't collapse into nothing.
961
8ab1650e
SM
9622009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * lread.c (Funintern): Comment out last change.
965
82c602f0
RS
9662009-11-19 Richard Stallman <rms@gnu.org>
967
968 * lread.c (Funintern): Error if symbol is t or nil.
969
87e32266
SM
9702009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * insdel.c (make_gap_larger): Don't make as many assumptions about the
973 representation of Lisp integers.
974 Reported by MJ Chan <mjchan.inbox@gmail.com>.
975
1b9ac145
AS
9762009-11-17 Andreas Schwab <schwab@linux-m68k.org>
977
978 * lisp.h: Remove declaration of Ffont_get_system_font.
979 * xfns.c: Move include of "xsettings.h".
980 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
981
dfb3c4c6
JD
9822009-11-17 Jan Djärv <jan.h.d@swipnet.se>
983
87e32266
SM
984 * xsettings.c (something_changedCB, Ffont_get_system_font):
985 Check use_system_font.
dfb3c4c6
JD
986 (syms_of_xsettings): DEFVAR font-use-system-font.
987
9370c1d8
AS
9882009-11-17 Andreas Schwab <schwab@linux-m68k.org>
989
25fe851a
AS
990 * xfns.c (x_default_font_parameter): Remove dead assignment.
991
9370c1d8
AS
992 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
993
637fa988
JD
9942009-11-17 Jan Djärv <jan.h.d@swipnet.se>
995
87e32266 996 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 997 not have FC_LCD_*. #define them if not there.
a6eb20d8 998
87e32266 999 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 1000
637fa988
JD
1001 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1002
1003 * xterm.c (handle_one_xevent): Call xft_settings_event for
1004 ClientMessage, PropertyNotify and DestroyNotify.
1005 (x_term_init): If we have XFT, get DPI from Xft.dpi.
1006 Call xsettings_initialize.
1007
1008 * xftfont.c (xftfont_fix_match): New function.
1009 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1010 Call xftfont_fix_match after XftFontMatch.
1011
1012 * xfont.c (xfont_driver): Initialize all members.
1013
87e32266
SM
1014 * xfns.c (x_default_font_parameter):
1015 Try font from Ffont_get_system_font.
637fa988
JD
1016 Do not get font from x_default_parameter if we got one from
1017 Ffont_get_system_font.
87e32266 1018 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
1019
1020 * w32font.c (w32font_driver): Initialize all members.
1021
1022 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1023
1024 * lisp.h: Declare syms_of_xsettings.
1025
87e32266
SM
1026 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1027 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
1028
1029 * ftfont.c (ftfont_filter_properties): New function.
1030
1031 * frame.c (x_set_font): Remove unused variable lval.
1032
87e32266 1033 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
1034
1035 * font.c (font_put_extra): Don't return if val is nil, it means
1036 boolean option is off.
1037 (font_parse_fcname): Collect all extra properties in extra_props
1038 and call filter_properties for all drivers with extra_props and
1039 font as parameter.
87e32266
SM
1040 (font_open_entity): Do not use cache, it does not pick up new
1041 fontconfig settings like hinting.
637fa988
JD
1042 (font_load_for_lface): If spec had a name in it, store it in entity.
1043
1044 * emacs.c (main): Call syms_of_xsettings
1045
1046 * config.in: HAVE_GCONF is new.
1047
1048 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1049 xsettings.o is new.
1050
5a942932
KH
10512009-11-17 Kenichi Handa <handa@m17n.org>
1052
1053 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1054 back to the default font in case that no suitable font is found.
1055
b7c7a4d1
SM
10562009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1059 Suggested by Chad Brown <yandros@mit.edu>.
1060 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1061
072f1e39
JD
10622009-11-16 Jan Djärv <jan.h.d@swipnet.se>
1063
1064 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1065
5d1e70a2
AS
10662009-11-14 Andreas Schwab <schwab@linux-m68k.org>
1067
87e32266 1068 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 1069
a53cfbe5
JD
10702009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1071
473a99b7
JD
1072 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
1073 has a parent.
1074
a53cfbe5 1075 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 1076 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
1077
1078 * config.in: Generated (AUTO_DEPEND).
1079
f04bb9b2
MA
10802009-11-13 Michael Albinus <michael.albinus@gmx.de>
1081
b7c7a4d1 1082 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
1083 Vdbus_registered_functions_table, because it contains also
1084 properties. Fix docstring.
b7c7a4d1 1085 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 1086
8f11f7ec
SM
10872009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * alloc.c (mark_object): Don't reprocess marked strings.
1090 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
1091 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
1092
8a605fe8
KH
10932009-11-13 Kenichi Handa <handa@m17n.org>
1094
8f11f7ec 1095 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
1096 semantics of Vword_combining_categories.
1097 (Vword_combining_categories): Describe the slight change of the
1098 semantics.
1099
241c4680
EZ
11002009-11-13 Eli Zaretskii <eliz@gnu.org>
1101
1102 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
1103
1104 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
1105
5d58e44c
SM
11062009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1107
1108 * xdisp.c (syms_of_xdisp): Fix typo in last change.
1109
5e13f9d3
JB
11102009-11-12 Juanma Barranquero <lekktu@gmail.com>
1111
1112 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
1113
cf54c754
DR
11142009-11-11 David Reitter <david.reitter@gmail.com>
1115
1116 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
1117 variables to fix 2009-11-09 change.
1118
a4ada374
DN
11192009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1120
91433552
DN
1121 * process.c (ifflag_def): Make flag_sym constant.
1122 (Fnetwork_interface_info): Use a constant pointer.
1123 (ifflag_table):
1124 * xfns.c (cursor_bits):
1125 * xdisp.c (power_letter):
1126 * termcap.c (speeds, esctab):
1127 * sysdep.c (baud_convert):
1128 * keyboard.c (lispy_accent_codes, modifier_names):
1129 * image.c (xbm_format, xpm_format, pbm_format, png_format)
1130 (jpeg_format, tiff_format, gif_format, svg_format)
1131 (interlace_start, interlace_increment, gs_format):
1132 * gtkutil.c (separator_names):
1133 * fringe.c (swap_nibble):
1134 * fns.c (base64_value_to_char, base64_char_to_value):
1135 * fileio.c (make_temp_name_tbl):
1136 * coding.c (suffixes): Make constant.
1137
f4265f6c
DN
1138 * frame.c (make_initial_frame):
1139 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
1140 build_string.
1141 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
1142
04420943
DN
1143 * s/freebsd.h:
1144 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
1145
0a5d24ae
DN
1146 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
1147 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
1148
a4ada374
DN
1149 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
1150 * xterm.c (syms_of_xterm):
1151 * xfaces.c (syms_of_xfaces):
1152 * xdisp.c (syms_of_xdisp):
1153 * lread.c (syms_of_lread):
1154 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
1155 build_string.
91433552 1156
a4ada374
DN
1157 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
1158
af98fc7f
SM
11592009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1160
8ab1650e 1161 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 1162
e90292a9
JD
11632009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1164
1165 * keyboard.h: Declare timer_check.
1166
1167 * keyboard.c (timer_check_2): New function that does what the old
1168 timer_check did.
1169 (timer_check): Call timer_check_2 until -1 or a non-zero time is
1170 returned, i.e. don't return -1 with timers pending.
1171
1172 * process.c: Remove extern declaration of timer_check.
1173
1174 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
1175 even if timer_check returned -1.
1176
af98fc7f
SM
1177 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
1178 xg_dialog_data.
e90292a9
JD
1179 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
1180 the event loop.
1181 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
1182 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
1183 Destroy the dialog after xg_dialog_run.
1184
045b83c0
SM
11852009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1186
1187 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
1188
1fb99a3a
JD
11892009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1190
1191 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
1192
04e452cb
JB
11932009-11-09 Juanma Barranquero <lekktu@gmail.com>
1194
1195 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
1196
ef7417fd
SM
11972009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
1200 w32menu.c, and nsmenu.m.
1201 Simplify the obsolete case where position is nil.
1202 (cleanup_popup_menu): New function, moved from nsmenu.m.
1203 (struct skp): Remove slot `notreal'.
1204 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
1205 adjust callers.
1206 (single_menu_item): Adjust call to parse_menu_item.
1207 (syms_of_menu): Defsubr x-popup-menu.
1208 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
1209 (keymap_panes): Don't export any more.
1210 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
1211 (xmenu_show): Declare.
1212 * keyboard.c (parse_menu_item): Remove arg `notreal'.
1213 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
1214 * keyboard.h (parse_menu_item): Update declaration.
1215 * xmenu.c (Fx_popup_menu): Remove.
1216 (syms_of_xmenu): Don't defsubr x-popup-menu.
1217 * w32menu.c (Fx_popup_menu): Remove.
1218 (syms_of_w32menu): Don't defsubr x-popup-menu.
1219 * nsmenu.m (cleanup_popup_menu): Remove.
1220 (ns_menu_show): Rename from ns_popup_menu and remove all the code
1221 moved to menu.c's Fx_popup_menu.
1222 (Fx_popup_menu): Remove.
1223 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
1224 menu_items (it's done in menu.c already).
1225
424d6179
SM
12262009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
1229 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
1230
c0df13a6 12312009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
1232
1233 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 1234 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
1235 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
1236 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
1237
2de9f71c
SM
12382009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1239
1240 Let integers use up 2 tags to give them one extra bit and thus double
1241 their range.
1242 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
1243 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
1244 New macros.
1245 (enum Lisp_Type): Use them. Give explicit values.
1246 (Lisp_Type_Limit): Remove.
1247 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
1248 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
1249 Pay attention to USE_2_TAGS_FOR_INTS.
1250 (INTEGERP): Use LISP_INT_TAG_P.
1251 * fns.c (internal_equal): Simplify the default case.
1252 (sxhash): Use case_Lisp_Int.
1253 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
1254 any more.
1255 (Ftype_of): Use case_Lisp_Int.
1256 (store_symval_forwarding): Take into account the fact that Ints can
1257 now have more than one tag.
1258 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
1259 buffer_slot_type_mismatch):
1260 * xfaces.c (face_attr_equal_p):
1261 * print.c (print_object):
1262 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
1263 Use case_Lisp_Int.
1264
323637a2
EZ
12652009-11-06 Eli Zaretskii <eliz@gnu.org>
1266
7ac65b38
EZ
1267 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
1268
323637a2
EZ
1269 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
1270 warning.
1271
e511451f
JD
12722009-11-06 Jan Djärv <jan.h.d@swipnet.se>
1273
1274 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
1275
1276 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
1277
1278 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
1279 ButtonPressRelease and MotionNotify (bug#4870).
1280
5e2327cf
DN
12812009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
1282
5adc433e
DN
1283 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
1284
d67b4f80
DN
1285 * xterm.c (syms_of_xterm):
1286 * xselect.c (syms_of_xselect):
1287 * xmenu.c (syms_of_xmenu):
1288 * xfns.c (syms_of_xfns):
1289 * xfaces.c (syms_of_xfaces):
1290 * xdisp.c (syms_of_xdisp):
1291 * window.c (syms_of_window):
1292 * w32fns.c (syms_of_w32fns):
1293 * undo.c (syms_of_undo):
1294 * textprop.c (syms_of_textprop):
1295 * terminal.c (syms_of_terminal):
1296 * syntax.c (syms_of_syntax):
1297 * sound.c (syms_of_sound):
1298 * search.c (syms_of_search):
1299 * print.c (syms_of_print):
1300 * minibuf.c (syms_of_minibuf):
1301 * macros.c (syms_of_macros):
1302 * keymap.c (syms_of_keymap, initial_define_key)
1303 (initial_define_lispy_key):
1304 * keyboard.c (syms_of_keyboard):
1305 * insdel.c (syms_of_insdel):
1306 * image.c (syms_of_image):
1307 * fringe.c (syms_of_fringe):
1308 * frame.c (syms_of_frame):
1309 * fontset.c (syms_of_fontset):
1310 * fns.c (syms_of_fns):
1311 * fns.c (syms_of_fns):
1312 * fileio.c (syms_of_fileio):
1313 * fileio.c (syms_of_fileio):
1314 * eval.c (syms_of_eval):
1315 * doc.c (syms_of_doc):
1316 * dispnew.c (syms_of_display):
1317 * dired.c (syms_of_dired):
1318 * dbusbind.c (syms_of_dbusbind):
1319 * data.c (syms_of_data):
1320 * composite.c (syms_of_composite):
1321 * coding.c (syms_of_coding):
1322 * cmds.c (syms_of_cmds):
1323 * charset.c (define_charset_internal, syms_of_character):
1324 * ccl.c (syms_of_ccl):
1325 * category.c (syms_of_category, init_category_once):
1326 * casetab.c (syms_of_casetab):
1327 * casefiddle.c (syms_of_casefiddle):
1328 * callint.c (syms_of_callint):
1329 * bytecode.c (syms_of_bytecode):
1330 * buffer.c (keys_of_buffer, syms_of_buffer):
1331 * alloc.c (syms_of_alloc):
1332 * process.c (syms_of_process, init_process):
1333 * lread.c (syms_of_lread, init_obarray):
1334 * font.c (build_style_table):
1335 * emacs.c (syms_of_emacs, main): Replace calls to intern with
1336 intern_c_string, calls to make_pure_string with
1337 make_pure_c_string. Use pure_cons instead of Fcons.
1338
5e2327cf
DN
1339 * process.c (socket_options): Make it const.
1340 (set_socket_option, init_process): Use a const pointer.
1341
1342 * lread.c (intern_c_string): New function.
1343 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1344 (defvar_int): Uset it. Make the name const char*.
1345
1346 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
1347 (defvar_int): Update prototypes.
1348 (DEFUN, EXFUN): Support for prototypes is now required.
1349 (intern_c_string): New prototype.
1350 (struct Lisp_Subr): Make symbol_name constant.
1351
1352 * font.c (struct table_entry): Remove unused member. Make NAMES
1353 constant.
1354 (weight_table, slant_table, width_table): Make constant.
1355
1356 * emacs.c (struct standard_args): Make name and longname constant.
1357
1358 * character.h (DEFSYM): Use intern_c_string.
1359
a56eaaef
DN
13602009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * alloc.c (make_pure_c_string): New function.
1363
1364 * eval.c (Fautoload): Purecopy all arguments.
1365
f6a07420
KH
13662009-11-05 Kenichi Handa <handa@m17n.org>
1367
1368 * fileio.c (Finsert_file_contents): Be sure set coding-system of
1369 the buffer in case of replace.
1370
5d28d4b1
DN
13712009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1372
1373 * puresize.h (BASE_PURESIZE): Increase to 1620000.
1374
b349d111
SM
13752009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1376
d528b1ce
SM
1377 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
1378 when applicable (bug#4851).
1379
b349d111
SM
1380 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
1381 (P_): Support for prototypes is now required.
1382
c38eb027
CY
13832009-10-31 Chong Yidong <cyd@stupidchicken.com>
1384
1385 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
1386 (Bug#4827).
1387
0405f8d9
EZ
13882009-10-30 Eli Zaretskii <eliz@gnu.org>
1389
d528b1ce 1390 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 1391
ca0a881a
DN
13922009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1393
1394 * puresize.h (BASE_PURESIZE): Increase to 1470000.
1395
d528b1ce
SM
1396 * lread.c (Fload): Purecopy the file name when building
1397 Vpreloaded_file_list.
ca0a881a 1398
47e0e0e4
JR
13992009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
1400
1401 * w32fns.c (syms_of_w32fns): Change default value of
1402 w32-scroll-lock-modifier to nil. (Bug#2827)
1403
057bce6f
JB
14042009-10-26 Juanma Barranquero <lekktu@gmail.com>
1405
782a943e 1406 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 1407
242bc74c
AS
14082009-10-26 Andreas Schwab <schwab@redhat.com>
1409
1410 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
1411
522d013a
JB
14122009-10-26 Juanma Barranquero <lekktu@gmail.com>
1413
1414 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
1415 For delta < 0, skip check that only makes sense when the mini-window
1416 is going to be enlarged. (Bug#4534)
1417
18060980
CY
14182009-10-25 Chong Yidong <cyd@stupidchicken.com>
1419
1420 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
1421 string in menu maps (Bug#4471).
1422
fec8f0fe
CY
14232009-10-24 Chong Yidong <cyd@stupidchicken.com>
1424
1425 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
1426 FRAME_NS_VIEW on terminal frames (Bug#4765).
1427
10d66ec0
AS
14282009-10-24 Andreas Schwab <schwab@linux-m68k.org>
1429
1cae01f7
AS
1430 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
1431 DBUS_TYPE_UINTnn separately to get proper sign extension.
1432
58a12889
AS
1433 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
1434 can properly handle unsigned types.
d528b1ce 1435 (make_uid, make_gid): Remove.
58a12889 1436
987c9327
AS
1437 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
1438 types again.
1439
522d013a 1440 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
1441 (system_process_attributes): Likewise.
1442
905a9ed3
DN
14432009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1444
1445 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
1446
1447 * eval.c (Fautoload): Purecopy the filename. Simplify.
1448
1449 * category.c (Fdefine_category): Purecopy docstring.
1450
a599b3e8
AS
14512009-10-23 Andreas Schwab <schwab@linux-m68k.org>
1452
7b792fc9
AS
1453 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
1454
a599b3e8
AS
1455 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
1456
b35ac83e
CY
14572009-10-23 Chong Yidong <cyd@stupidchicken.com>
1458
1459 * window.c (Fwindow_edges, Fwindow_pixel_edges)
1460 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
1461 (Bug#4775).
1462
e8903e00
SM
14632009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1464
1465 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
1466 (init_fileio_once):
1467 * lisp.h (init_fileio_once): Remove.
1468 * emacs.c (main): Don't call init_fileio_once.
1469
8f43cbf3
DN
14702009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1471
1472 * puresize.h (BASE_PURESIZE): Increase to 1430000.
1473
26898943
AS
14742009-10-21 Andreas Schwab <schwab@linux-m68k.org>
1475
1476 * doprnt.c (doprnt): Fix overflow check.
1477
5c646d5a
JD
14782009-10-21 Jan Djärv <jan.h.d@swipnet.se>
1479
3132a7ea
JD
1480 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
1481
5c646d5a
JD
1482 * xterm.h (x_wait_for_event): Declare it.
1483
1484 * xterm.c (pending_event_wait): New variable.
1485 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
1486 see pending_event_wait.eventtype.
1487 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
1488 (x_new_font): Call change_frame_size with new rows/columns before we
1489 try to resize the frame.
5c646d5a 1490 (x_wait_for_event): New function.
d528b1ce
SM
1491 (x_set_window_size_1): Don't change gravity unless change_gravity
1492 is set.
5c646d5a
JD
1493 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
1494 don't change frame size, instead wait for the ConfigureNotify.
1495 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
1496 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
1497 (x_initialize): Initialize pending_event_wait.
1498
1499 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
1500 size.
1501
1502 * widget.c (EmacsFrameSetValues): Add comment.
1503 (EmacsFrameSetCharSize): Just call x_set_window_size.
1504
1505 * gtkutil.c (xg_frame_set_char_size): Flush events and call
1506 x_wait_for_event.
d528b1ce 1507 (flush_and_sync): Remove again.
5c646d5a
JD
1508 (xg_get_font_name): Suggest monospace if no previous font is known.
1509
e9c1637d
SM
15102009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 1513 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 1514
5a72cccb
YM
15152009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1516
1517 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
1518 processing pending events when event is filtered for input method.
ab04798f 1519 (Bug#3681)
5a72cccb 1520
2629aa37
JB
15212009-10-20 Juanma Barranquero <lekktu@gmail.com>
1522
1523 * fns.c: Add #endif accidentally removed in previous change.
1524
c3417a74
DN
15252009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1526
1527 * fns.c: Remove code for unsupported system: MAC_OS.
1528 * image.c: Likewise. Include setjmp.h.
1529
9685cef2
JD
15302009-10-19 Jan Djärv <jan.h.d@swipnet.se>
1531
1532 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
1533 pixel -1 (bug #4742).
1534
d7306fe6
DN
15352009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1536
019d2c4c
DN
1537 * process.c (create_pty): Remove conditionals for no longer
1538 supported systems: UNIPLUS and RTU.
1539
ee6bacd4
DN
1540 * xterm.c:
1541 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
1542
d7306fe6
DN
1543 * alloc.c: Do not define struct catchtag.
1544 * eval.c: Move struct catchtag definition ...
1545 * lisp.h: ... here.
1546
1547 * image.c: Move png.h #include earlier to avoid warnings.
1548
1549 * xterm.c:
1550 * xsmfns.c:
1551 * xselect.c:
1552 * xrdb.c:
1553 * xmenu.c:
1554 * xftfont.c:
1555 * xfont.c:
1556 * xfns.c:
1557 * xfaces.c:
1558 * xdisp.c:
1559 * window.c:
1560 * widget.c:
1561 * w32xfns.c:
1562 * w32uniscribe.c:
1563 * w32term.c:
1564 * w32select.c:
1565 * w32reg.c:
1566 * w32proc.c:
1567 * w32menu.c:
1568 * w32inevt.c:
1569 * w32heap.c:
1570 * w32font.c:
1571 * w32fns.c:
1572 * w32console.c:
1573 * w32.c:
1574 * w16select.c:
1575 * vm-limit.c:
1576 * unexsol.c:
1577 * unexec.c:
1578 * unexcw.c:
1579 * unexaix.c:
1580 * undo.c:
1581 * tparam.c:
1582 * textprop.c:
1583 * terminfo.c:
1584 * terminal.c:
1585 * termcap.c:
1586 * term.c:
1587 * syntax.c:
1588 * sound.c:
1589 * sheap.c:
1590 * search.c:
1591 * scroll.c:
1592 * region-cache.c:
1593 * regex.c:
1594 * ralloc.c:
1595 * process.c:
1596 * print.c:
b024548b
DN
1597 * nsterm.m:
1598 * nsselect.m:
1599 * nsmenu.m:
1600 * nsimage.m:
1601 * nsfont.m:
1602 * nsfns.m:
d7306fe6
DN
1603 * msdos.c:
1604 * minibuf.c:
1605 * menu.c:
1606 * marker.c:
1607 * macros.c:
1608 * keymap.c:
1609 * keyboard.c:
1610 * intervals.c:
1611 * insdel.c:
1612 * indent.c:
1613 * gtkutil.c:
1614 * ftxfont.c:
1615 * ftfont.c:
1616 * fringe.c:
1617 * frame.c:
1618 * fontset.c:
1619 * font.c:
1620 * fns.c:
1621 * floatfns.c:
1622 * filelock.c:
1623 * fileio.c:
1624 * emacs.c:
1625 * editfns.c:
1626 * dosfns.c:
1627 * doprnt.c:
1628 * doc.c:
1629 * dispnew.c:
1630 * dired.c:
1631 * dbusbind.c:
1632 * data.c:
1633 * composite.c:
1634 * coding.c:
1635 * cmds.c:
1636 * cm.c:
1637 * chartab.c:
1638 * charset.c:
1639 * character.c:
1640 * ccl.c:
1641 * category.c:
1642 * casetab.c:
1643 * casefiddle.c:
1644 * callproc.c:
1645 * callint.c:
1646 * bytecode.c:
1647 * buffer.c:
1648 * atimer.c: Include setjmp.h. (Bug#4643)
1649
fd5f21e6
SM
16502009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1651
4c0354d7
SM
1652 Remove leftover table unibyte_to_multibyte_table.
1653 * character.c (unibyte_to_multibyte_table): Remove.
1654 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
1655 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
1656 * character.h (UNIBYTE_TO_CHAR): New macro.
1657 (MAKE_CHAR_MULTIBYTE): Use it.
1658 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
1659 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
1660 (message_dolog, set_message_1):
1661 * search.c (Freplace_match):
1662 * editfns.c (Fcompare_buffer_substrings):
1663 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
1664 (concat):
1665 * insdel.c (copy_text, count_size_as_multibyte):
1666 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
1667 * term.c (produce_glyphs):
1668 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
1669 * regex.c (RE_CHAR_TO_MULTIBYTE):
1670 * cmds.c (internal_self_insert):
1671 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
1672
fd5f21e6
SM
1673 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
1674
4418646e
DN
16752009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1676
1677 * puresize.h (BASE_PURESIZE): Increase to 1310000.
1678
35f5c1d2
JB
16792009-10-16 Juanma Barranquero <lekktu@gmail.com>
1680
1681 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
1682
a0cd8f6b
AR
16832009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1684
1685 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
1686 still needed under Tiger.
1687
1688 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
1689
1690 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
1691 __Apple__.
1692
1693 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
1694
01a8d3fa
KH
16952009-10-15 Kenichi Handa <handa@m17n.org>
1696
1697 * print.c (print_object): Escape a symbol like "2E10" too.
1698
bf6c75c9 16992009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
1700
1701 Cleanups and changes for 64-bit compile under Snow Leopard.
1702 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
1703
1704 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
1705
c5959062 1706 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
1707 (ns_findfonts, nsfont_list_family): Use long format in printf, and
1708 cast argument.
1709 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 1710 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
1711
1712 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
1713
1714 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
1715 where appropriate.
1716
1717 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
1718 where appropriate.
6e4780c5
JB
1719 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
1720 Use stringWithUTF8String.
bf6c75c9
AR
1721 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
1722
6e4780c5
JB
1723 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
1724 Add formal protocol mention to inheritance.
bf6c75c9
AR
1725 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
1726
6e4780c5
JB
1727 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
1728 Fix printf format.
bf6c75c9
AR
1729 (ns_query_color): Use CGFloat where appropriate.
1730 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 1731 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
1732 argument.
1733
3d87f118
AR
1734 * config.in (NS_HAVE_NSINTEGER): Drop.
1735
a95c8102
AR
1736 * dbusbind.c (dbus-method-return-internal)
1737 (dbus-method-error-internal): Use long format in printf, and cast
1738 argument.
1739
1740 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
1741 in printf, and cast argument.
1742
6873acca 1743 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
1744 cast argument.
1745
9ec6f100
GM
17462009-10-11 Glenn Morris <rgm@gnu.org>
1747
1748 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
1749
5be883cd
JD
17502009-10-08 Jan Djärv <jan.h.d@swipnet.se>
1751
1752 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
1753 menu bar with a small width so it doesn't enlarge the frame.
1754
d7a39b51
JB
17552009-10-08 Juanma Barranquero <lekktu@gmail.com>
1756
1757 * fontset.c (Fset_fontset_font): Fix typos in error messages.
1758
0c2b6f8e
GM
17592009-10-06 Glenn Morris <rgm@gnu.org>
1760
1761 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
1762 SOME_MACHINE_LISP (this enters indirectly via DOC).
1763
e02131a2
EZ
17642009-10-05 Eli Zaretskii <eliz@gnu.org>
1765
1766 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
1767
b4744254
EZ
17682009-10-04 Eli Zaretskii <eliz@gnu.org>
1769
1770 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
1771 Doc fix.
1772
dbf64827
JB
17732009-10-03 Martin Rudalics <rudalics@gmx.at>
1774
1775 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
1776
e9a0aef8
MA
17772009-10-02 Michael Albinus <michael.albinus@gmx.de>
1778
d528b1ce 1779 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
1780 used anymore outside fileio.c.
1781
1782 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
1783
64eb2b56
JB
17842009-10-01 Juanma Barranquero <lekktu@gmail.com>
1785
1786 * lisp.h (Qdelete_directory_internal):
1787 Declare, instead of Qdelete_directory.
1788
1789 * w32fns.c (Fsystem_move_file_to_trash): Use it.
1790
9d28c33e
SM
17912009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1792
1793 * eval.c (Fcalled_interactively_p): Add `kind' argument.
1794
9d8f3bd9
MA
17952009-10-01 Michael Albinus <michael.albinus@gmx.de>
1796
9d28c33e 1797 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
1798 Fdelete_directory. It is not a command anymore. It has no file
1799 name handler.
1800
9694740b
SM
18012009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1802
1803 * xdisp.c (get_next_display_element): Use an enum in last change.
1804
748e162f
KH
18052009-09-28 Kenichi Handa <handa@m17n.org>
1806
9694740b 1807 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
1808 unibyte_display_via_language_environment in handling
1809 Vnobreak_char_display.
1810
17efd58d
AR
18112009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1812
1813 * nsterm.h (ns_app_name): New extern variable.
1814
1815 * nsterm.m (ns_app_name): New variable.
1816 (ns_term_init): Set and use it.
1817 (ns_term_shutdown): Use it.
1818
1819 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
1820 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
1821
1822 * nsfns.m (ns_set_name_iconic, ns_set_name)
1823 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
1824 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
1825
9694740b
SM
1826 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
1827 Remove double-casting in client_data comparison.
31c2d412 1828
3208cb35
YM
18292009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1830
1831 * keyboard.c (make_lispy_event): Remember last wheel direction.
1832 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
1833
b7d552d6
GM
18342009-09-26 Glenn Morris <rgm@gnu.org>
1835
1836 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
1837 internal.elc. Add term/pc-win.elc.
1838 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
1839 term/x-win.elc.
1840 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
1841 term/w32-win.elc.
1842 (NS_SUPPORT): New.
1843 (lisp): Add NS_SUPPORT.
1844 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
1845
4ff670a8
DR
18462009-09-25 David Reitter <david.reitter@gmail.com>
1847
1848 * nsmenu.m (EmacsMenu-clear): Recognize application menu
1849 on Mac OS X 10.6+ (bug#4513).
1850
feabfb6c
JB
18512009-09-24 Juanma Barranquero <lekktu@gmail.com>
1852
1853 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
1854 some parts of Emacs code (like font selection) don't grok them.
1855 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 1856
de59072a
AS
18572009-09-24 Andreas Schwab <schwab@redhat.com>
1858
1859 * coding.c (decode_coding_iso_2022): Fix operator precedence.
1860
a489517b
JB
18612009-09-24 Juanma Barranquero <lekktu@gmail.com>
1862
1863 * dired.c (Fdirectory_files): Fix typo in docstring.
1864
0592970c
AR
18652009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1866
1867 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
1868 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
1869 (EmacsScroller-setPosition:portion:whole:): Remove -display call
1870 under GNUstep.
1871 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
1872
1873 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
1874 glyph advancement.
1875
48e8a88b
AR
18762009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1877
1878 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 1879 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
1880
1881 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
1882 deleted (bug #4492).
1883
e14f0a78
AR
1884 * nsfont.m (Vns_reg_to_script): New lisp variable.
1885 (syms_of_nsfont): Declare it.
1886 (ns_registry_to_script): New function.
1887 (ns_get_req_script): Call it.
1888 (ns_findfonts): Don't give up on non-unicode registry.
1889
1890 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
1891
5b650faa
SM
18922009-09-20 Tom Tromey <tromey@redhat.com>
1893
1894 * eval.c (find_handler_clause): Make stack-trace-on-error work in
1895 batch mode (bug#4228).
1896
a489517b 18972009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
1898
1899 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 1900 carefully. (Bug #4339)
0bae4e09 1901
fcfe06f3
CY
19022009-09-18 Chong Yidong <cyd@stupidchicken.com>
1903
d798ba87 1904 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 1905
31642728
AR
19062009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
1907
1908 * emacs.c (inhibit_x_resources): Update doc string for NS.
1909 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 1910 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
1911
1912 * nsterm.h (ns_no_defaults): Remove.
1913
1914 * nsterm.m (ns_no_defaults): Remove.
1915 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
1916 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
1917 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
1918 don't update the NSWindow itself.
1919 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 1920 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
1921
1922 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
1923 ns_use_qd_smoothing.
1924
1925 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
1926 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 1927 (x-close-connection): Drop PSFlush() under OS X.
a489517b 1928 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 1929
8686ac71
JB
19302009-09-17 Juanma Barranquero <lekktu@gmail.com>
1931
1932 * emacs.c (inhibit_x_resources): New variable.
1933 (main) [HAVE_NS]: Don't process --quick command line option.
1934 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
1935
1936 * lisp.h (inhibit_x_resources): Declare it extern.
1937
1938 * w32reg.c (x_get_string_resource):
1939 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
1940
e227ba05
EZ
19412009-09-17 Eli Zaretskii <eliz@gnu.org>
1942
362654a6
JB
1943 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
1944 Add lisp/term/internal.elc.
e227ba05 1945
742d40e8
SM
19462009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
1949 (bug#4461).
1950
005bd5a2
DN
19512009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1952
1953 * puresize.h (BASE_PURESIZE): Increase to 1290000.
1954
1955 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
1956 (OBJECTS_MACHINE): Remove, unused.
1957
f9af9719
SM
19582009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * frame.c (x_get_resource_string): Remove unused.
1961
0307c7d2
JD
19622009-09-15 Jan Djärv <jan.h.d@swipnet.se>
1963
1964 * xterm.c (x_new_font): Call change_frame_size before calling
1965 x_set_window_size, in case frame size won't change.
1966
1967 * frame.c (x_set_font): Remove dead code.
1968
428b13d6
SM
19692009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1970
1971 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
1972
5766c380
SM
19732009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * lread.c (Fload): Don't output a message after loading an obsolete
1976 package any more (done in Lisp now).
1977
2fd0161b
CY
19782009-09-12 Chong Yidong <cyd@stupidchicken.com>
1979
1980 * fns.c (syms_of_fns): Doc fix (Bug#4227).
1981
bc5e75b6
SM
19822009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * keymap.c (Fwhere_is_internal): Use nconc2.
1985
c31c985e
AM
19862009-09-11 Alan Mackenzie <acm@muc.de>
1987
1988 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
1989 batch mode.
1990
78012bd2
AS
19912009-09-11 Andreas Schwab <schwab@linux-m68k.org>
1992
1993 * xdisp.c (display_mode_element): Detect cycles.
1994
9d889332
SM
19952009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1996
1997 * keymap.c (where_is_internal): Don't erroneously return nil right after
1998 filling the cache.
1999 (where_is_internal_1): Fix up typo.
2000
7ab5d780
GM
20012009-09-11 Glenn Morris <rgm@gnu.org>
2002
2003 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2004 share a common doc-string.
2005
5238a749
SM
20062009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2007
66d77eda
SM
2008 * keymap.c (get_keymap): Return the actual keymap symbol rather than
2009 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2010
5238a749
SM
2011 * keymap.c (QCadvertised_binding): New constant.
2012 (syms_of_keymap): Initialize it.
2013 (Fwhere_is_internal): Try and use bindings from :advertised-binding
2014 if applicable.
2015
19f48442
SM
20162009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2017
50d4ba39
SM
2018 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2019 (parse_menu_item): Streamline since bindings are recomputed all the
2020 time anyway. Don't bother checking Vdefine_key_rebound_commands any
2021 more and don't support lmenu's menu-alias any more either.
2022
a88a5372
SM
2023 * keymap.c (where_is_internal_data): Make noindirect a boolean.
2024 (where_is_internal): Strip it down to only traverse the keymaps.
2025 Move the cache handling from Fwhere_is_internal to here.
2026 (Fwhere_is_internal): Move the handling of remapping and the choice of
2027 the best binding from where_is_internal to here.
2028 Unify the cached/noncached paths, so remapping is also handled
2029 correctly when the cache is used, and so the cache can be used to
2030 speed up remap-handling when applicable.
2031 Give preference to non-remapped bindings.
2032 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2033 non-remapped bindings.
2034 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2035 command remapping.
2036
19f48442
SM
2037 * xdisp.c (display_mode_element): Move list length limit from 50 to
2038 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2039
599498c3 20402009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
2041
2042 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2043
f9b7b5ac
SM
20442009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2045
a53af587
JB
2046 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2047 (Bug#4334)
2048
f9b7b5ac
SM
2049 * keymap.c (where_is_internal): Filter out shadowed remappings.
2050 Assume that where_is_internal returns unshadowed bindings to simplify
2051 the code and get rid of the gotos. Use ASIZE.
2052
04f4b72d
JD
20532009-09-04 Jan Djärv <jan.h.d@swipnet.se>
2054
4da146f2
JD
2055 * xterm.c (x_focus_changed): If we get a focusout and pointer
2056 is invisible, make it visible.
2057
04f4b72d
JD
2058 * xterm.h: Remove condition for declaration of
2059 x_*_window_to_frame.
2060
7cef7ce3
SM
20612009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2064 initial terminal as well.
2065
a54fa5b7
JD
20662009-09-02 Jan Djärv <jan.h.d@swipnet.se>
2067
2068 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 2069 x_menubar_window_to_frame.
a54fa5b7
JD
2070
2071 * xterm.c: Remove declarations also in xterm.h
2072 (XTmouse_position): Do not return valid positions
2073 for clicks in the menubar and the toolbar for Gtk+.
2074
2075 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
2076 if the widget for the event has the same top level as a frame,
2077 return the frame.
2078 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
2079 internal windows, bug #4122.
2080 (x_non_menubar_window_to_frame): Remove.
2081
5a021dd0
GM
20822009-09-02 Glenn Morris <rgm@gnu.org>
2083
2084 * buffer.c (default-major-mode): Move most of the doc from here...
2085 (major-mode): ... to here.
2086
548fe2f3
NR
20872009-08-30 Nick Roberts <nickrob@snap.net.nz>
2088
2089 * process.c (wait_reading_process_output): Keep the descriptor
2090 when pty is used by a non-child process, e.g., in I/O buffer of
2091 GDB this allows inferior to be restarted.
2092
e0840eef
EZ
20932009-08-29 Eli Zaretskii <eliz@gnu.org>
2094
2095 * xdisp.c (redisplay_internal): Remove redundant test and collapse
2096 both branches into one.
2097
82e98df4
SM
20982009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
2101 (main): Use enable-multibyte-characters rather than
2102 default-enable-multibyte-characters. Output a warning message when
2103 running a unibyte session.
2104
890617cb
YM
21052009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2106
2107 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
2108 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
2109 (copy_data_segment): Also copy __program_vars section.
2110 (copy_dyld_info) [LC_DYLD_INFO]: New function.
2111 (dump_it) [LC_DYLD_INFO]: Use it.
2112
2113 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
2114
e7adeadc
EZ
21152009-08-28 Eli Zaretskii <eliz@gnu.org>
2116
2117 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
2118 $(SRC)/buildobj.h.
2119 (buildobj.h): Renamed from $(SRC)/buildobj.h.
2120 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
2121 $(SRC)/buildobj.h.
2122 (clean): Add buildobj.h.
2123
3ed8bbdc
TZ
21242009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
2125
2126 * print.c (print_object): Set escapeflag to 1 when printing
2127 hashtable keys and values.
2128
155a6764
SM
21292009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2130
2131 * lread.c (read_integer): Use doubles (and potentially return a float
2132 number) as we do in string-to-number.
2133 (read1): Use strtol to read integers, signal errors on strtol's
2134 overflow and use floats if strtol's output is too large for
2135 Elisp integers.
2136
877610de
EZ
21372009-08-27 Eli Zaretskii <eliz@gnu.org>
2138
2139 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
2140 (make-buildobj-SH): Fix last change.
2141 (SRC): Move to before where it's first used.
2142
ef73e7be
KH
21432009-08-27 Kenichi Handa <handa@m17n.org>
2144
550c8289
KH
2145 * process.c (send_process): Use encode_coding_object instead of
2146 encode_coding_string to perform eol-conversion even if the string
2147 is unibyte.
2148
60afa08d
KH
2149 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
2150 character.
2151
ef73e7be 2152 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 2153 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 2154
7b3a82d7
DN
21552009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
2156
5654bf63
DN
2157 * callproc.c (Fcall_process): Remove always true #if.
2158
7b3a82d7
DN
2159 * lisp.h: Replace #if 0 code for checking with text pointing to
2160 the --enable-checking configure flag.
2161
2162 * emacs.c (main): Mention the --enable-profiling configure flag
2163 instead of using CFLAGS.
2164
878bde49
KR
21652009-08-26 Ken Raeburn <raeburn@raeburn.org>
2166
2167 * Makefile.in (buildobj.h): New target.
2168 (doc.o): Depend on it.
2169 (temacs${EXEEXT}): Don't generate buildobj.lst.
2170 (mostlyclean): Delete buildobj.h, not buildobj.lst.
2171 * makefile.w32-in ($(SRC)/buildobj.h): New target.
2172 ($(BLD)/doc.$(O)): Depend on it.
2173 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
2174 provided by Eli Zaretskii.)
2175 ($(TEMACS)): Don't generate buildobj.lst.
2176 * doc.c: Include buildobj.h.
2177 (buildobj): New static variable.
2178 (Fsnarf_documentation): Use it, instead of opening and reading
2179 buildobj.lst.
2180
1574224c
MA
21812009-08-25 Michael Albinus <michael.albinus@gmx.de>
2182
2183 * dbusbind.c (Fdbus_call_method)
2184 (Fdbus_call_method_asynchronously): Use English numeric format for
2185 timeout values in doc string.
2186
d9da2f45
KH
21872009-08-25 Kenichi Handa <handa@m17n.org>
2188
ef73e7be
KH
2189 * alloc.c (mark_char_table): New function.
2190 (mark_object): Use mark_char_table for a char-table.
2191
d9da2f45
KH
2192 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
2193 (CHAR_TABLE_REF): Use it.
2194
c8edcc01
KR
21952009-08-23 Ken Raeburn <raeburn@raeburn.org>
2196
2197 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
2198 before invoking the newly build emacs to check for load-path
2199 shadowing.
2200
7763401b
GM
22012009-08-22 Glenn Morris <rgm@gnu.org>
2202
2203 * Makefile.in (bootstrap_exe): New variable.
2204 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
2205 Use ${bootstrap_exe}.
2206
729eadda
EZ
22072009-08-22 Eli Zaretskii <eliz@gnu.org>
2208
2209 * coding.h (encode_coding_string): Don't encode unibyte strings.
2210 (Bug#4047)
2211
eb4c6ace
MA
22122009-08-22 Michael Albinus <michael.albinus@gmx.de>
2213
2214 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
2215
2216 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
2217 intended as hotfix only.
2218 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
2219
36e34d1b
AR
22202009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2221
2222 * nsterm.m (ns_get_color): Update documentation properly for last
2223 change, and clean up loose ends in the code left by it. Fix
2224 longstanding bug with 16-bit hex parsing, and add support for
2225 yet another X11 format (rgb:r/g/b) for compatibility.
2226 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
2227 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
2228
f983eb8a
SM
22292009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2230
2231 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
2232
3f56d3c6
MA
22332009-08-20 Michael Albinus <michael.albinus@gmx.de>
2234
2235 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
2236 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
2237 (xd_initialize, xd_pending_messages): Check, whether
2238 $DBUS_SESSION_BUS_ADDRESS is set.
2239
fb641d68
YM
22402009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2241
2242 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
2243
2244 * nsterm.m (ns_get_color): Remove incompatible color formats again.
2245
cf59a374
GM
22462009-08-20 Glenn Morris <rgm@gnu.org>
2247
2248 * emacs.c (system-type): Doc fix.
2249
1373f3be
SM
22502009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
2253 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
2254
058ed861
MA
22552009-08-18 Michael Albinus <michael.albinus@gmx.de>
2256
1373f3be
SM
2257 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
2258 New functions.
058ed861
MA
2259 (xd_initialize): Revert change from 2009-08-16.
2260
563a866e 22612009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
2262
2263 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 2264 font-group vector, return nil.
5fc05db0 2265
e42bdf01
CY
22662009-08-17 Chong Yidong <cyd@stupidchicken.com>
2267
2268 * process.c (status_notify): Don't perform redisplay.
2269 (Fdelete_process, list_processes_1, process_send_signal):
2270 Expliticly perform redisplay.
2271 (wait_reading_process_output): Always check process status, but
2272 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
2273
4230ab74
KR
22742009-08-17 Ken Raeburn <raeburn@raeburn.org>
2275
1373f3be 2276 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
2277 (XFLOAT_INIT): New macro for storing a float value.
2278 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
2279 * fns.c (sxhash): Copy out the value of a float in order to
2280 examine its bytes.
2281 * dbusbind.c (xd_append_arg): Likewise.
2282
4230ab74
KR
2283 * emacs.c (main): Don't call syms_of_data twice.
2284
a0645cdd
MA
22852009-08-16 Michael Albinus <michael.albinus@gmx.de>
2286
2287 * dbusbind.c (xd_initialize): Add connection file descriptor to
2288 input_wait_mask, in order to let select() detect, whether a new
2289 message has been arrived.
ca4f31ea 2290 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 2291
485db0ba
MA
22922009-08-15 Michael Albinus <michael.albinus@gmx.de>
2293
1373f3be
SM
2294 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
2295 New functions.
485db0ba
MA
2296
2297 * lisp.h (xd_pending_messages): Declare.
2298
2299 * keyboard.c (readable_events): Call xd_pending_messages.
2300
b5b98ff4
CY
23012009-08-15 Chong Yidong <cyd@stupidchicken.com>
2302
1373f3be 2303 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 2304
f8354c6e
CY
2305 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
2306
b5b98ff4
CY
2307 * buffer.c (set_buffer_internal_1)
2308 (swap_out_buffer_local_variables): Check for unbound local
2309 variables (Bug#4138).
2310
8b9fc636
EZ
23112009-08-14 Eli Zaretskii <eliz@gnu.org>
2312
2313 * process.c (create_pty): Fix last change.
2314
ce959360
CY
23152009-08-13 Chong Yidong <cyd@stupidchicken.com>
2316
2317 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
2318 (xbm_load_image): Caller changed.
64b807c9 2319 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 2320
c7baf7e9
NR
23212009-08-13 Nick Roberts <nickrob@snap.net.nz>
2322
2323 * process.c (create_pty): New function.
2324 (Fstart_process): Use it to allow Emacs to just associate a pty
2325 with the buffer. See associated change in gdb-mi.el.
2326 (list_processes_1): Deal with no program name.
2327 (start_process_unwind): Use pid == -2 to mean no process.
2328
1ac9108a
SM
23292009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * cmds.c (nonundocount): New global variable.
2332 (keys_of_cmds): Initialize it.
2333 (Fself_insert_command): Use it to combine upto 20 sequential chars
2334 into a single undo entry, just like the Qself_insert_command code in
2335 keyboard.c does.
2336 Call frame_make_pointer_invisible, also like the Qself_insert_command
2337 code in keyboard.c does.
2338 * keyboard.c (command_loop_1): Use the new global nonundocount rather
2339 than its own local replacement for it.
2340
e267324c
KR
23412009-08-10 Ken Raeburn <raeburn@raeburn.org>
2342
1ac9108a 2343 * fns.c (concat): Don't re-set string length to its current value.
77437343 2344
1ac9108a
SM
2345 * coding.h (decode_coding_string, encode_coding_string):
2346 Use SBYTES macro.
f0bed503 2347
1ac9108a 2348 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
2349 (doprnt): Merge with doprnt1, discarding lispstrings code.
2350 * lisp.h (doprnt_lisp): Don't declare.
2351
416e006d
JL
23522009-08-07 Juri Linkov <juri@jurta.org>
2353
2354 * puresize.h (BASE_PURESIZE): Increase to 1270000.
2355
6f7d5780
DN
23562009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2357
2358 * print.c (syms_of_print): Undo previous change.
2359
f19a0f5b
TZ
23602009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
2361
2362 * lread.c (read1, syms_of_lread): Read hashtables back from the
2363 readable format.
2364
2365 * print.c (print_preprocess, print_object): Print hashtables fully
2366 and readably.
2367 (syms_of_print): Provide 'hashtable-print-readable.
2368
b9173dc2
AR
23692009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
2370
2371 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
2372 no family set.
2373 (nsfont_open): Handle case when entity has no family.
2374
1586503c
AR
23752009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
2376
2377 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
2378 element, not a list, for match case.
2379
087048cd
KH
23802009-07-28 Kenichi Handa <handa@m17n.org>
2381
2382 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
2383 rigidly.
2384
2385 * xfont.c (xfont_list_pattern): Don't ignore the return value of
2386 font_parse_xlfd. Check font properties more rigidly.
2387
780c2506
DN
23882009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2389
31fd7c5c
JB
2390 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
2391 bsd-common.h.
780c2506 2392
a8c0cc18
KH
23932009-07-27 Kenichi Handa <handa@m17n.org>
2394
2395 * xfaces.c (face_with_height): Call font_clear_prop.
2396
4fbe2306
CY
23972009-07-26 Chong Yidong <cyd@stupidchicken.com>
2398
111d9af3
CY
2399 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
2400
2401 * xterm.c (x_term_init): Use Qx.
2402
4fbe2306
CY
2403 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
2404
1ac9108a 2405 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
2406 (ns_get_color): Revert 2009-07-16 change.
2407
beb0b7f9
EZ
24082009-07-25 Eli Zaretskii <eliz@gnu.org>
2409
2410 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 2411 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 2412
2baf5e76
KR
24132009-07-25 Ken Raeburn <raeburn@raeburn.org>
2414
1ac9108a
SM
2415 * coding.h (decode_coding_string, encode_coding_string):
2416 Use SCHARS macro.
8890e5f5 2417
2baf5e76 2418 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 2419 (load_depth): Delete.
2baf5e76
KR
2420 (Qload_in_progress): New variable.
2421 (load_unwind): Don't reference load_depth or load_in_progress.
2422 (Fload): Likewise; specbind Qload_in_progress instead.
2423 (init_lread): Don't initialize load_depth.
2424 (syms_of_lread): Initialize and protect Qload_in_progress.
2425
1395c6f5
AR
24262009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2427
2428 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
2429
4e2f36cf
AR
24302009-07-23 Yavor Doganov <yavor@gnu.org>
2431
2432 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
2433
5dd9a6f7
AR
24342009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2435
2436 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
2437 Bugs 3792, 3720, 2402.
2438 (ns_lookup_indexed_color): Check for bad index.
2439 (ns_index_color): Init unused slot to 0.
2440 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
2441 Bug 3714, possibly 3082.
5dd9a6f7 2442
c902b920
JR
24432009-07-22 Jason Rumney <jasonr@gnu.org>
2444
1ac9108a
SM
2445 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
2446 Position IME window at cursor (Bug#2570).
c902b920
JR
2447 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
2448 (globals_of_w32fns): Dynamically load functions required above.
2449
2450 * w32term.c (w32_draw_window_cursor): Send message to reposition
2451 any IME window.
2452
090101cf
CY
24532009-07-21 Chong Yidong <cyd@stupidchicken.com>
2454
2455 * fileio.c: Revert 2009-07-16 changes.
2456 (Vauto_save_include_big_deletions): New variable.
2457 (Fdo_auto_save): Disable auto-save only if
2458 auto-save-include-big-deletions is nil.
2459
e6583e3d
CY
24602009-07-21 Chong Yidong <cyd@stupidchicken.com>
2461
2462 * xdisp.c (move_it_to): For continued lines ending in a tab, take
2463 the overflowed pixels into account (Bug#3879).
2464
ece435a5
KR
24652009-07-21 Ken Raeburn <raeburn@raeburn.org>
2466
2467 * lread.c (load_depth): New variable.
2468 (Fload, load_unwind, init_lread): Set it to the load recursion
2469 depth; set load_in_progress as a simple boolean based on the
2470 current load_depth. (Bug#3892)
2471
40b2d973
AR
24722009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
2473
2474 * nsfont.m (ns_has_attribute): Remove.
2475 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
2476
10be7e0d
JL
24772009-07-18 Juri Linkov <juri@jurta.org>
2478
2479 * process.c (Fset_process_query_on_exit_flag): Mention killing
2480 a buffer in docstring.
2481
fa055055
KH
24822009-07-17 Kenichi Handa <handa@m17n.org>
2483
2484 * casetab.c (shuffle): Fix the logic of setting up the cycle.
2485
042f7b69
YM
24862009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2487
2488 * nsfns.m (Fns_set_alpha): Remove function.
2489 (syms_of_nsfns): Don't defsubr it.
2490
2491 * nsterm.m (ns_get_color): Remove incompatible color formats.
2492 (ns_color_to_lisp): Generate #rrggbb color format string.
2493
4be941e3
RS
24942009-07-16 Richard Stallman <rms@gnu.org>
2495
2496 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
2497 (Fset_buffer_auto_saved): Handle save_length = -2.
2498
4e6b227d
CY
24992009-07-16 Chong Yidong <cyd@stupidchicken.com>
2500
2501 * xterm.c (Qx_gtk_map_stock): New var.
2502
2503 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
2504 of calling intern each time.
2505
a1856973
YM
25062009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2507
2508 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
2509 does tiling.
2510
2511 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
2512
497e54d8
KH
25132009-07-14 Kenichi Handa <handa@m17n.org>
2514
72d36834
KH
2515 * font.c (font_vconcat_entity_vectors): New function.
2516 (struct font_sort_data): New member font_driver_preference.
2517 (font_compare): Check font_driver_preference.
2518 (font_sort_entities): The format of the first argument changed.
2519 (font_delete_unmatched): Likewise.
2520 (font_list_entities): The return type changed.
2521 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
2522 (font_find_for_lface): Adjuste for the above changes.
2523 Don't suppress the checking of C even if the repertory supports it.
2524 (Flist_fonts): Adjust for the above changes.
72d36834 2525
1ac9108a
SM
2526 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
2527 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
2528 Reject a font who has adstyle property that is different from a
2529 langname derived from registry property.
1ac9108a 2530 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 2531
b6046155
EZ
25322009-07-13 Eli Zaretskii <eliz@gnu.org>
2533
2534 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
2535 local copy of dirfilename.
2536
fb6b6049
KH
25372009-07-13 Kenichi Handa <handa@m17n.org>
2538
e2402a5e
KH
2539 * chartab.c (sub_char_table_ref_and_range): Fix the range check
2540 against max_char.
2541
fb6b6049
KH
2542 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
2543 calling XSYMBOL (sym).
2544
65156807
EZ
25452009-07-11 Eli Zaretskii <eliz@gnu.org>
2546
1ac9108a
SM
2547 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
2548 New function.
2549 (directory_files_internal) [WINDOWSNT]:
2550 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
2551 the filesystem of the directory is fast or slow.
2552
2553 * w32.c (logon_network_drive): Don't assume PATH is an absolute
2554 file name.
2555 (is_slow_fs): New function.
2556 (stat): Use it to determine whether to issue more system calls to
2557 get accurate file attributes, when w32-get-true-file-attributes is
2558 `local'.
2559
e0ab5fcf
JD
25602009-07-10 Jan Djärv <jan.h.d@swipnet.se>
2561
2562 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 2563 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
2564 parameter font-parameter as default to the font dialog.
2565
784ceded
KH
25662009-07-10 Kenichi Handa <handa@m17n.org>
2567
2568 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
2569
fb8edc0b
EZ
25702009-07-09 Eli Zaretskii <eliz@gnu.org>
2571
1ac9108a 2572 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 2573
fb8edc0b
EZ
2574 * w32.c (stat): Treat UNC file names as residing on remote
2575 drives. (Bug#3542)
2576
635c75b1
KH
25772009-07-09 Kenichi Handa <handa@m17n.org>
2578
2579 * fontset.c (fontset_find_font): Fix previous change.
2580
c1d5ce94
MA
25812009-07-08 Michael Albinus <michael.albinus@gmx.de>
2582
2583 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
2584 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
2585 error flag.
2586
edb61b39
KH
25872009-07-08 Kenichi Handa <handa@m17n.org>
2588
374bf7e4
KH
2589 * fontset.c (fontset_find_font): Fix the logic of handling
2590 charset_matched.
2591 (font_for_char): Delete unused var.
2592 (generate_ascii_font_name): Delete it.
2593
edb61b39
KH
2594 * coding.h (JIS_TO_SJIS2): Fix the code range check.
2595
2596 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
2597 (encode_coding_sjis): Fix the code range check.
2598
0f3f018c
CY
25992009-07-07 Chong Yidong <cyd@stupidchicken.com>
2600
2601 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
2602 (Fexpand_file_name): Copy string data properly (Bug#3772).
2603
fcaf6f3a
JD
26042009-07-07 Jan Djärv <jan.h.d@swipnet.se>
2605
2606 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
2607 first MapNotify.
2608
6809ca75
KH
26092009-07-07 Kenichi Handa <handa@m17n.org>
2610
2611 * character.h (unibyte_has_multibyte_table): Delete extern.
2612 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
2613
2614 * charset.c (Fset_charset_priority): Update charset_unibyte.
2615 (syms_of_charset): Initialize charset_unibyte.
2616
2617 * character.c (unibyte_has_multibyte_table): Delete it.
2618 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
2619 charset_unibyte.
2620 (multibyte_char_to_unibyte_safe): Likewise.
2621 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
2622
1ac9108a 2623 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
2624 (x_produce_glyphs): Likewise.
2625
2626 * .gdbinit (xcharset): Fix the treating $arg0.
2627
ad9e2d54
EZ
26282009-07-04 Eli Zaretskii <eliz@gnu.org>
2629
2630 Emulation of `getloadavg' on MS-Windows.
2631 * w32.c: Include float.h
2632 (g_b_init_get_native_system_info, g_b_init_get_system_times)
2633 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
2634 (get_native_system_info, get_system_times): New functions.
2635 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
2636 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
2637 (globals_of_w32): Initialize g_b_init_get_native_system_info,
2638 g_b_init_get_system_times, and num_of_processors.
2639
0a3472c7
JR
26402009-07-03 Jason Rumney <jasonr@gnu.org>
2641
2642 * w32term.c (w32_initialize): Use standard types.
2643
80904120
EZ
26442009-07-03 Eli Zaretskii <eliz@gnu.org>
2645
2646 * dired.c (Ffile_attributes): Decode user and group names by the
2647 locale's encoding. (Bug#3443)
2648
6978862d
DN
26492009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2650
f8d23104
DN
2651 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
2652 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
2653
2654 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
2655
2656 * term.c (init_tty): Remove spurious #ifdef.
2657
6978862d
DN
2658 * m/mips.h: Mention this file is also used for netbsd.
2659 * m/pmax.h: Remove file.
2660
e044e4fc
JD
26612009-07-03 Jan Djärv <jan.h.d@swipnet.se>
2662
2663 * xterm.h (struct x_display_info): Add invisible_cursor.
2664 (struct x_output): Add current_cursor.
2665
2666 * xterm.c (XTtoggle_invisible_pointer): New function.
2667 (x_define_frame_cursor): Don't define cursor if invisible or the
2668 same as before. Set current_cursor.
2669 (x_create_terminal): Set toggle_invisible_pointer_hook.
2670
2671 * xfns.c (make_invisible_cursor): New function.
2672 (x_set_mouse_color): Call make_invisible_cursor.
2673 Set current_cursor.
2674 (x_window): Set current_cursor.
2675
2676 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
2677
2678 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
2679 inserting a character.
2680 (read_avail_input): Call frame_make_pointer_visible.
2681
2682 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
2683 (frame_make_pointer_invisible, frame_make_pointer_visible):
2684 New functions.
e044e4fc
JD
2685 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
2686
2687 * frame.h: Declare frame_make_pointer_invisible and
2688 frame_make_pointer_visible.
2689 (struct frame): Add pointer_invisible.
2690
574c8efa
JD
26912009-07-02 Jan Djärv <jan.h.d@swipnet.se>
2692
7b507248
JD
2693 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
2694 frame isn't visible.
2695 (xg_frame_resized): If width/height is -1, get size of window
2696 from X server.
2697
2698 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
2699 for MapNotify.
2700
835bdaa7 2701 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 2702 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 2703 (flush_and_sync): Reintroduce.
574c8efa 2704
3f1c6666 27052009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 2706
31fd7c5c 2707 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
2708
2709 * xterm.c (x_handle_net_wm_state): Also look for sticky.
2710 (x_term_init): Initialize Xatom_net_wm_state_sticky.
2711
2712 * frame.h: Declare Qsticky.
2713
cad9ef74
JD
2714 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
2715
2716 * nsfns.m (ns_frame_parm_handlers): Ditto.
2717
2718 * frame.c: Declare Qsticky.
2719 (frame_parms): Add sticky.
2720
2721 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
2722
2723 * xterm.h: Declare x_set_sticky.
2724
2725 * xterm.c (x_set_sticky): New function.
2726
69b16610
JD
2727 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
2728 (xg_tool_bar_menu_proxy): Attach enter/leave events to
2729 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
2730
2731 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
2732
2733 * frame.c: Qmaximized is new.
2734 (x_set_frame_parameters): Do not handle fullscreen specially.
2735 Only set width and height if explicitly set.
2736 (x_set_fullscreen): Handle Qmaximized.
2737 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
2738 (syms_of_frame): Initialize Qmaximized.
2739
1ac9108a
SM
2740 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
2741 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
2742
2743 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
2744 for Expose event. Add call to x_check_fullscreen for MapNotify event.
2745 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
2746 set gravity to NorthWestGravity when USE_GTK.
2747 (set_wm_state): New function.
31fd7c5c 2748 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
2749 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
2750 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 2751 or the case when no window manager is running. That means remove calls
3f1c6666
JD
2752 to x_real_positions and x_fullscreen_adjust.
2753
2754 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
2755 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
2756 flush_and_sync.
2757 (xg_height_changed): New function.
2758 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
2759 and gtk_window_set_policy. Set frame gravity after parsing the
2760 geometry string.
3f1c6666
JD
2761 (xg_update_frame_menubar, free_frame_menubar)
2762 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
2763 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
2764 Remove calls to xg_frame_set_char_size.
2765
fd503d99
KH
27662009-07-01 Kenichi Handa <handa@m17n.org>
2767
2768 * keyboard.c (decode_keyboard_code): New function.
2769 (tty_read_avail_input): Decode the input bytes if necessary.
2770
1ac9108a
SM
2771 * coding.c (setup_coding_system):
2772 Initialize coding->carryover_bytes to 0.
fd503d99
KH
2773 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
2774 use Qno_conversion.
2775
24ed93fb
YM
27762009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2777
2778 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
2779
99061dfc
CY
27802009-06-30 Chong Yidong <cyd@stupidchicken.com>
2781
1ac9108a 2782 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 2783
ff90fbde
JR
27842009-06-30 Jason Rumney <jasonr@gnu.org>
2785
2786 * w32term.c (w32_initialize): Use GetModuleHandle for library that
2787 is already loaded.
2788 Set user model ID if supported (bug#1849).
2789
5f445726
JM
27902009-06-29 Jim Meyering <meyering@redhat.com>
2791
2792 Remove useless if-before-xfree test.
2793 * nsfont.m (nsfont_close): Remove useless test.
2794 * term.c (delete_tty): Likewise.
2795 * w32.c (system_process_attributes): Likewise.
2796 * w32font.c (w32font_close): Likewise.
2797 * xfaces.c (x_free_gc): Likewise.
2798 * xselect.c (buffer): Likewise.
2799
b9607587
AS
28002009-06-28 Andreas Schwab <schwab@linux-m68k.org>
2801
2802 * process.c (send_process): Keep decoded string in a local
2803 variable and protect it from GC. (Bug#3521)
2804
89ba96f4
EZ
28052009-06-28 Eli Zaretskii <eliz@gnu.org>
2806
2807 * term.c (create_tty_output) [MSDOS]: #ifdef away.
2808 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
2809
098a1589
CY
28102009-06-28 Chong Yidong <cyd@stupidchicken.com>
2811
485422be
CY
2812 * xdisp.c (start_display, handle_face_prop)
2813 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
2814 (redisplay_window, try_window_id, produce_image_glyph):
2815 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 2816
098a1589
CY
2817 * xterm.c (x_update_window_begin, x_new_focus_frame)
2818 (x_scroll_bar_handle_click, handle_one_xevent)
2819 (handle_one_xevent, XTread_socket, x_focus_on_frame)
2820 (x_make_frame_visible, x_make_frame_invisible)
2821 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
2822 code chunks that are now obsolete.
2823
78c38319
MA
28242009-06-28 Michael Albinus <michael.albinus@gmx.de>
2825
2826 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
2827 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
2828 for hours, when optimzation is enabled.
2829 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
2830 (xd_read_message): Make them static.
2831
4189ed40
CY
28322009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
2833
2834 * term.c (turn_on_face): Allow simultaneously bold and dim
2835 terminal faces (Bug#3530).
2836
cd9b5e16
CY
28372009-06-27 Chong Yidong <cyd@stupidchicken.com>
2838
4e23bedb
CY
2839 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
2840
cd9b5e16
CY
2841 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
2842 truncation glyphs (Bug#3686).
2843
07cc3c35
GM
28442009-06-27 Glenn Morris <rgm@gnu.org>
2845
2846 * m/pmax.h: Restore file, with only netbsd portions.
2847
31fd7c5c 28482009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 2849
cd9b5e16 2850 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 2851
42d4a64f
KH
28522009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
2853
2854 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
2855 the arg FORCE_SYMBOL.
2856
930fe55b 28572009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
2858
2859 * fontset.c (fontset_find_font): When a usable rfont_def is found
2860 in a fallback font-group, make it the first element of the group.
2861
57ebc3fd
CY
28622009-06-24 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
2865
f084f942
KH
28662009-06-24 Kenichi Handa <handa@m17n.org>
2867
2868 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
2869 set for C.
2870 (fontset_font): Record the availability of a font for C both in
2871 the realized fontsets of the current one and the default one.
2872
2f686c87
DN
28732009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2874
2875 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
2876 conditional, it is always defined on AIX.
2877
666e158e
MB
28782009-06-23 Miles Bader <miles@gnu.org>
2879
2880 * window.c (Vrecenter_redisplay): New variable.
2881 (syms_of_window): Initialize it.
2882 (Qtty): New extern declaration.
2883 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
2884
c6da7cd2
JM
28852009-06-23 Jim Meyering <meyering@redhat.com>
2886
1ac9108a
SM
2887 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
2888 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 2889 pointer dereferences are guaranteed to be valid.
c6da7cd2 2890
678dca3d
KH
28912009-06-23 Kenichi Handa <handa@m17n.org>
2892
74d75424
KH
2893 * emacs.c (main): Call init_font ().
2894
2895 * font.h (Vfont_log): Extern it.
2896 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
2897
2898 * font.c (font_sort_entities, font_list_entities)
2899 (font_matching_entity, font_open_entity)
2900 (font_close_object): Change font_add_log to FONT_ADD_LOG.
2901 (Vfont_log): Delete static.
2902 (font_log_env_checked): Delete this variable.
2903 (font_add_log): Don't check font_log_env_checked.
2904 (font_deferred_log): Check Vfont_log.
2905 (init_font): New function.
2906
678dca3d
KH
2907 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
2908
2909 * w32font.c: Change font_add_log to FONT_ADD_LOG.
2910
2911 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
2912
2913 * xfont.c: Change font_add_log to FONT_ADD_LOG.
2914
2915 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
2916 (face_for_char): Don't call font_deferred_log here.
2917 (font_for_char): Likewise.
2918
8a668709
CY
29192009-06-22 Chong Yidong <cyd@stupidchicken.com>
2920
9a01ee33
CY
2921 * w32term.c (x_draw_glyph_string): Use the glyph string's width
2922 rather than its background_width for drawing the overline and
2923 underline (Bug#489).
2924
2925 * xterm.c (x_draw_glyph_string): Use the glyph string's width
2926 rather than its background_width for drawing the overline and
2927 underline (Bug#489).
ec7c9926
CY
2928 (xg_default_icon_file): New variable.
2929 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
2930 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 2931
8a668709
CY
2932 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
2933 (load_overlay_strings): Remove externs.
2934 (fast_find_position): Function deleted.
2935 (mouse_face_from_buffer_pos): New function, based on
2936 fast_find_position. Correctly handle before-strings,
2937 display-strings, and after-strings (Bug#1220).
2938 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
2939
4d4c02d8
CY
29402009-06-21 Chong Yidong <cyd@stupidchicken.com>
2941
1ac9108a 2942 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
2943 (move_it_in_display_line_to, move_it_in_display_line_to)
2944 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
2945
70243478
CY
29462009-06-21 Chong Yidong <cyd@stupidchicken.com>
2947
2948 * Branch for 23.1.
2949
13087e59
JR
29502009-06-21 Jason Rumney <jasonr@gnu.org>
2951
2952 * w32term.c (keyboard_codepage): New static variable.
2953 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
2954 (w32_read_socket) [WM_CHAR]: Use it to decode character
2955 input (bug#3237).
2956 (w32_initialize): Initialize it.
2957 (codepage_for_locale): New function.
2958
4735b74e
KR
29592009-06-20 Ken Raeburn <raeburn@raeburn.org>
2960
2961 * process.c (status_message): Pass Faset index argument as a lisp
2962 object, so as to work with USE_LISP_UNION_TYPE.
2963
0e727afa
YM
29642009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2965
2966 * coding.c (Ffind_coding_systems_region_internal):
2967 Cache checked characters.
2968
cf299835
KH
29692009-06-18 Kenichi Handa <handa@m17n.org>
2970
1ac9108a 2971 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 2972
90f20d94
AS
29732009-06-18 Andreas Schwab <aschwab@redhat.com>
2974
2975 * xdisp.c (redisplay_internal): Check that the frame is still
2976 live after redisplay of its windows.
2977 (redisplay_windows): Check that the window is still live.
2978
7f1faf1c
KH
29792009-06-17 Andreas Schwab <schwab@linux-m68k.org>
2980
2981 * coding.c (detect_coding_utf_16): Fix previous change.
2982
cc13543e
KH
29832009-06-16 Kenichi Handa <handa@m17n.org>
2984
2985 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
2986 UTF-16 by checking the dispersion of Eth and Oth bytes.
2987
977b85f4
AS
29882009-06-15 Andreas Schwab <schwab@linux-m68k.org>
2989
2990 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
2991
66bd43d1
KH
29922009-06-15 Kenichi Handa <handa@m17n.org>
2993
2994 * process.c (status_message): Fix previous change. Be sure to
2995 decode a localized string.
2996
cb5ca9c5
YM
29972009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2998
2999 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3000 add comment explaining why.
3001
ec7709ba 30022009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 3003
ec7709ba 3004 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 3005
4b7f335c
AR
30062009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
3007
3008 * nsfont.m (ns_attribute_value): Remove.
3009 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3010 (ns_has_attribute): Shrink the normal range.
3011 (ns_findfonts): Don't worry about requested spec in determining
3012 need for synthItal.
e41820ee 3013 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 3014
73b26103
SZ
30152009-06-14 Seiji Zenitani <zenitani@mac.com>
3016
3017 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3018
5753e4da
KH
30192009-06-11 Kenichi Handa <handa@m17n.org>
3020
3021 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3022 overhang for the static composition case.
3023
3561b671
KH
30242009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3025
5753e4da
KH
3026 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3027 overhang for the automatic composition case.
3028
3561b671
KH
3029 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3030 composition case.
3031
852bbd41
CY
30322009-06-10 Chong Yidong <cyd@stupidchicken.com>
3033
3034 * xdisp.c (get_next_display_element): When handling wrap-prefix
3035 and line-prefix, treat \n as a control character (bug#3502).
3036
9903d1e6
KH
30372009-06-10 Kenichi Handa <handa@m17n.org>
3038
3039 * font.c (font_parse_family_registry): Fix for one-char foundry.
3040 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3041
0bcbaaaa
CY
30422009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
3043
3044 * process.c (status_message): Fix handling of multibyte signal
3045 string (Bug#3499).
3046
40aa3f13
JM
30472009-06-09 Jim Meyering <meyering@redhat.com>
3048
1f80c7e2
CY
3049 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3050 color name is missing.
40aa3f13 3051
72d51285
KH
30522009-06-09 Kenichi Handa <handa@m17n.org>
3053
3054 * charset.c (Fmap_charset_chars): In docstring, state clearly that
3055 FROM-CODE and TO-CODE are codepoints of CHARSET.
3056
c1d04d84
AR
30572009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3058
3059 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3060
30612009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3062
3063 Changes to support :script/:lang/:otf in NS font driver.
3064 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3065 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
3066 indicate not part of font driver interface, and change callers.
3067 (ns_get_family): Remove pointless null check.
3068 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
3069 ns_spec_to_descriptor, ns_descriptor_to_entity.
3070 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
3071 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
3072 (ns_spec_to_descriptor, ns_descriptor_to_entity)
3073 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
3074 (ns_get_req_script, ns_accumulate_script_ranges)
3075 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
3076 New functions.
3077 (nsfont_list, nsfont_match): Use ns_findfonts.
3078 (nsfont_open): Use font descriptor instead of traits.
3079 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
3080 (dump_glyphstring): Rename to ns_dump_glyphstring.
3081
c7eb9816
AR
3082 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
3083
c1d04d84
AR
3084 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
3085
3086 * fontset.c (fontset_from_font): Remove NS-specific code.
3087
ec7709ba 30882009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
3089
3090 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
3091 nonactive windows.
3092
31fd7c5c 30932009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 3094
1ac9108a 3095 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 3096
68852c13 30972009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
3098
3099 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
3100
6756cd1d
CY
31012009-06-07 Chong Yidong <cyd@stupidchicken.com>
3102
3103 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
3104 account for the overflowing of newlines into the last glyph on the
3105 display line (Bug#3482).
3106
28bf482a
DR
31072009-06-05 David Reitter <david.reitter@gmail.com>
3108
ec7709ba
JB
3109 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
3110 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
3111 Fns_selection_exists_p, Fns_selection_owner_p.
3112
fdb55376
JR
31132009-06-03 Jason Rumney <jasonr@gnu.org>
3114
3115 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
3116 available. (Bug#3379)
3117
05129fbe
KH
31182009-05-29 Kenichi Handa <handa@m17n.org>
3119
1ac9108a
SM
3120 * coding.c (get_translation_table):
3121 Check Venable_character_translation.
05129fbe 3122
ec7709ba 31232009-05-26 David Reitter <david.reitter@gmail.com>
15891144 3124
ec7709ba
JB
3125 * nsterm.m (ns_raise_frame): Only raise frame if visible.
3126 (x_make_frame_visible): Move frame to front rather than calling
15891144 3127 ns_raise_frame().
ec7709ba 3128 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 3129 isn't key window.
ec7709ba 3130 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
3131 drawRect may be called by NSView even if the frame is hidden.
3132
ec7709ba
JB
3133 * nsfns.m (Fx_create_frame): Follow other ports in
3134 determining visibility; default to t. Ensure async_visible is set.
15891144 3135
21f73755
EZ
31362009-05-23 Eli Zaretskii <eliz@gnu.org>
3137
3138 * dired.c (Ffile_attributes): Doc fix.
3139
34001e41
CY
31402009-05-22 Chong Yidong <cyd@stupidchicken.com>
3141
3142 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
3143
46306a17
SM
31442009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3145
3146 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
3147 and xfont_scratch_props.
3148 (syms_of_xfont): Do it here instead.
3149 (xfont_find_ccl_program): Delete, unused.
3150 (xfont_open): Delete unused var `i'.
3151
ef6e0694
KH
31522009-05-21 Kenichi Handa <handa@m17n.org>
3153
3154 * fontset.c (Qlatin): Don't make it static.
3155
46306a17
SM
3156 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
3157 New functions.
ef6e0694
KH
3158 (xfont_scripts_cache, xfont_scratch_props): New variables.
3159 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
3160 (xfont_list_pattern): Argument changed. Callers changed.
3161 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
3162 (xfont_list): Don't reject a font spec with :script property.
3163 (xfont_has_char): Fix setting of encoding.
3164 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
3165 xfont_scratch_props.
3166
31672009-05-19 Kenichi Handa <handa@m17n.org>
3168
46306a17 3169 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
3170 Callers changed.
3171
31722009-05-18 Kenichi Handa <handa@m17n.org>
3173
3174 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
3175
ac71ced7
SM
31762009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
3179 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
3180
1c6d1051
YM
31812009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3182
3183 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
3184 (x_delete_terminal): Dissociate resource database from display and
3185 then call XrmDestroyDatabase before closing display.
3186
9b9b779c
AR
31872009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3188
3189 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
3190 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
3191 whether selected frame is viable before raising it (based on patch
3192 by David Reitter), and improve commentary.
3193 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 3194
cccd42d5
KH
31952009-05-15 Kenichi Handa <handa@m17n.org>
3196
3197 * font.c (Ffont_spec): Check arguments.
3198
337fbd17
CY
31992009-05-14 Chong Yidong <cyd@stupidchicken.com>
3200
3201 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
3202 weight when testing attributes (Bug#3282).
3203
47a6002f
JD
32042009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3205
3206 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
3207 what we expect to get in the next ConfigureNotify event.
3208
9cb363db
YM
3209 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
3210 before Xft one (Bug#1696).
3211
b9126609
CY
32122009-05-07 David Reitter <david.reitter@gmail.com>
3213
3214 * nsfns.m (Fx_display_planes): Compute bitplanes using
3215 NSBitsPerPixelFromDepth (Bug#3207).
3216
27a69fd9
CY
32172009-05-10 Chong Yidong <cyd@stupidchicken.com>
3218
3219 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
3220
00f37552
TTN
32212009-05-10 Ulrich Mueller <ulm@gentoo.org>
3222
3223 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
3224
2d82a920
DR
32252009-05-07 David Reitter <david.reitter@gmail.com>
3226
ec7709ba
JB
3227 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
3228 Respect mouse face background.
2d82a920 3229
46b0d52d
DR
32302009-05-07 David Reitter <david.reitter@gmail.com>
3231
ec7709ba
JB
3232 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
3233 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
3234 in ns_update_begin and ns_update_end.
3235
ce1b23bb
SM
32362009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3237
5996e1b7
SM
3238 * nsfns.m (ns_get_screen): Rewrite.
3239 Don't presume selected-frame is of type `ns'.
3240
ba98e3a0
SM
3241 * font.c (font_update_drivers): Sanity fallback to avoid disabling
3242 all drivers.
3243
ce1b23bb
SM
3244 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
3245
bcda200f
YM
32462009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3247
3248 * keyboard.h (add_user_signal): Fix typo in extern.
3249
3250 * lisp.h (add_user_signal): Remove extern.
3251
3252 * unexelf.c (unexec): Consider a section to precede the .bss section
3253 if its addresses overlap that of .bss.
3254 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
3255 instead of dumping process.
3256
864660a2
SM
32572009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3258
3259 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
3260
50da4e56
SM
32612009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
3264
51520a1a
DN
32652009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3266
3267 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
3268 any statements.
3269
409ea3a1
AS
32702009-05-02 Andreas Schwab <schwab@linux-m68k.org>
3271
59c4c60f
AS
3272 * process.c (read_process_output): Make sure the current buffer is
3273 always restored.
3274
409ea3a1
AS
3275 * coding.c (record_conversion_result): Don't modify
3276 Vlast_code_conversion_error for successful result.
3277 (alloc_destination): Don't clobber conversion result. (Bug#1650)
3278
56f00ed2
KH
32792009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3280
3281 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 3282 (load_charset_map): Remove unnecessary code.
56f00ed2 3283
4491c9d2
DR
32842009-04-30 David Reitter <david.reitter@gmail.com>
3285
35f5b128 3286 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
3287 through f24.
3288
6970f632
CY
32892009-04-30 Chong Yidong <cyd@stupidchicken.com>
3290
3291 * xfaces.c (face_at_buffer_position): New arg base_face_id.
3292
3293 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
3294 face_at_buffer_position.
3295 (face_before_or_after_it_pos, get_next_display_element)
3296 (note_mouse_highlight): Update face_at_buffer_position call.
3297
3298 * term.c (term_mouse_highlight):
3299 * msdos.c (IT_note_mouse_highlight):
3300 * fontset.c (Finternal_char_font):
35f5b128 3301 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
3302
3303 * dispextern.h (face_at_buffer_position): Update prototype.
3304
0c616f63
KH
33052009-04-30 Kenichi Handa <handa@m17n.org>
3306
35f5b128 3307 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 3308
ad3aaf33
AS
33092009-04-29 Andreas Schwab <schwab@linux-m68k.org>
3310
3311 * callproc.c (Fcall_process): Fix GC protection. Make sure
3312 current buffer is always restored.
3313
c3c963a0
YM
33142009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3315
3316 * atimer.c (init_atimer): Also clear stopped_atimers.
3317
3318 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
3319
7e3386cb
YM
3320 * process.c (create_process): Clean up merger residues of
3321 2008-07-17 change.
3322
91f68422
CY
33232009-04-29 Ulrich Mueller <ulm@gentoo.org>
3324
3325 * lread.c (Vread_circle): New variable.
3326 (read1): Disable recursive read if Vread_circle is nil.
3327
24b34550
KH
33282009-04-29 Kenichi Handa <handa@m17n.org>
3329
3330 * fontset.h (set_default_ascii_font): Delete extern.
3331
3332 * fontset.c (set_default_ascii_font): Delete this unused function.
3333
3334 * frame.c (x_set_font): When ARG is a font-object, check if the
3335 font-object matches with the ASCII font-spec of the frame's
9c358bda 3336 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 3337
77bf07e1
AS
33382009-04-28 Andreas Schwab <schwab@linux-m68k.org>
3339
3340 * fns.c (Flocale_info): Protect vector from GC during decoding.
3341
3342 * process.c (Fstart_process): Protect argv strings from GC during
3343 encoding.
3344
2c55aacf
AS
33452009-04-27 Andreas Schwab <schwab@linux-m68k.org>
3346
3347 * sysdep.c: Include <ctype.h>.
3348
b892d3c9
DR
33492009-04-27 David Reitter <david.reitter@gmail.com>
3350
35f5b128 3351 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
3352 Remove commented-out code.
3353
9d0644c4
JB
33542009-04-26 Johan Bockgård <bojohan@gnu.org>
3355
3356 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
3357
b7053016
JR
33582009-04-25 Jason Rumney <jasonr@gnu.org>
3359
3360 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
3361
4e8231f3
YM
33622009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3363
3364 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
3365 Swap bytes in short integer if fringe bitmap width > 8.
3366
493dcf2c
KH
33672009-04-23 Kenichi Handa <handa@m17n.org>
3368
3369 * xfaces.c (Fx_list_fonts): If a font size is specified in
3370 PATTERN, set it in returned scalable fonts.
3371
401e9e57
CY
33722009-04-22 Chong Yidong <cyd@stupidchicken.com>
3373
708e05dc
CY
3374 * keyboard.c (Fset_input_meta_mode): Doc fix.
3375
3376 * dispnew.c (Fsend_string_to_terminal): Doc fix.
3377
1ac9108a 3378 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
3379
3380 * coding.c (Fterminal_coding_system): Doc fix.
3381
3382 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
3383 (Fx_display_pixel_height, Fx_display_planes)
3384 (Fx_display_color_cells, Fx_server_max_request_size)
3385 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
3386 (Fx_display_mm_height, Fx_display_mm_width)
3387 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
3388 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
3389 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
3390 (check_x_display_info): Handle terminal objects instead of
3391 terminal ids.
3392
401e9e57
CY
3393 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
3394 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
3395 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
3396 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 3397
df80c7f0
KH
33982009-04-21 Kenichi Handa <handa@m17n.org>
3399
5a8f12af 3400 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 3401 (font_score): Check AVGWIDTH too.
908567ef 3402
df80c7f0
KH
3403 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
3404 worst case.
1ac9108a
SM
3405 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
3406 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 3407
705af33f
JR
34082009-04-19 Jason Rumney <jasonr@gnu.org>
3409
3410 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 3411 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
3412
3413 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
3414 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
3415 get_phys_cursor_geometry.
3416
b71ac3dd 3417 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
3418 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
3419 using get_phys_cursor_geometry.
3420
3421 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
3422 correctly calculated.
3423
dc2933eb
JD
34242009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3425
1ac9108a
SM
3426 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
3427 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
3428 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
3429 is deprecated.
3430
973e7849
AS
34312009-04-18 Andreas Schwab <schwab@linux-m68k.org>
3432
3433 * font.c (font_put_frame_data): Use xfree instead of free.
3434
314d66f4
JB
34352009-04-17 Juanma Barranquero <lekktu@gmail.com>
3436
3437 * w32font.c (Qja, Qko): Remove declarations.
3438 (syms_of_w32font): Don't DEFSYM them.
3439
cf702558
CY
34402009-04-17 Chong Yidong <cyd@stupidchicken.com>
3441
3442 * font.c (Qja, Qko): Move definitions here from ftfont.c.
3443
3444 * font.h (Qja, Qko): Extern them.
3445
3446 * ftfont.c (Qja, Qko): Remove declarations.
3447
3448 * xfont.c (Qja, Qko): Remove declarations.
3449
b50504f5
KH
34502009-04-17 Kenichi Handa <handa@m17n.org>
3451
bde25748
KH
3452 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
3453 string from a vector to handle Latin-1 characters correctly.
3454
b50504f5
KH
3455 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
3456 entity even if the cache hits.
3457
f4646fff
AS
34582009-04-16 Andreas Schwab <schwab@linux-m68k.org>
3459
3460 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 3461 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 3462
e7deaab0
AS
3463 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
3464 * lisp.h: Adjust prototypes.
3465
0a0e7d49
CY
34662009-04-16 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
3469 change (Bug#3003).
3470
3c908a57
KH
34712009-04-16 Kenichi Handa <handa@m17n.org>
3472
1ac9108a 3473 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
3474
3475 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
3476 adstyle.
3477
3478 * ftfont.c (Qja, Qko): Don't make them static.
3479 (enum ftfont_cache_for): New enum.
3480 (fc_charset_table): Undo the previous change.
3481 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
3482 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
3483 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
3484 non-scarable font, try to get AVERAGE_WIDTH.
3485 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
3486 Change ft_face_cache from a list of a hash-table. Don't check
3487 `ja' and `ko' adstyle here.
3488 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
3489 FTFONT_CACHE_FOR_CHARET.
3490 (ftfont_get_charset): Undo the previous change.
1ac9108a 3491 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
3492 (ftfont_close): Likewise.
3493 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
3494
3495 * font.c (font_sort_entites): Change the meaning of the arg
3496 BEST-ONLY. Don't optimize for VEC of lenght 1.
3497 (font_select_entity): Just return the value of font_sort_entites.
3498
3499 * xfaces.c (merge_face_vectors): Reflect font properties in
3500 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
3501 font_clear_prop if a face attribute doesn't change.
3502
3c908a57
KH
3503 * charset.h (charset_ksc5601): Extern it.
3504
3505 * charset.c (charset_ksc5601): New variable.
3506 (Fdefine_charset_internal): Set charset_ksc5601.
3507 (init_charset_once): Initialize charset_ksc5601 to -1.
3508
d65859c3
DN
35092009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3510
3511 * fileio.c (history_delete_duplicates): Remove unused declaration.
3512
3513 * callint.c (history_delete_duplicates): New declaration.
3514 (Fcall_interactively): Remove command history duplicates when
3515 history_delete_duplicates is true.
3516
3ba010e5
EZ
35172009-04-14 Eli Zaretskii <eliz@gnu.org>
3518
3519 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
3520
06f19b91
KH
35212009-04-14 Kenichi Handa <handa@m17n.org>
3522
3523 * font.c (Ffont_info): Fix docstring. Fix the second element of
3524 the returned value (bug#2949).
3525
2cce8bfc
CY
35262009-04-14 Chong Yidong <cyd@stupidchicken.com>
3527
3528 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
3529
d156542d
KH
35302009-04-14 Kenichi Handa <handa@m17n.org>
3531
3532 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
3533 encoding charset is ascii_compatible.
3534
3535 * charset.c (Fdefine_charset_internal): Make charset
3536 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
3537 code_offset is 0, and covers all ASCII characters.
3538
86fa089e
SM
35392009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3540
3541 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
3542 (ns_string_to_pasteboard_internal):
3543 * nsmenu.m (process_dialog):
3544 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
3545 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
3546 * lisp.h (Fx_load_color_file): Declare.
3547
a8a3728b
KH
35482009-04-13 Kenichi Handa <handa@m17n.org>
3549
1ac9108a 3550 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
3551 (font_select_entity): Suppress the code to optimize for the same
3552 kind of fonts.
3553 (font_load_for_lface): Get a font that supports at least ASCII
3554 characters.
3555
3556 * ftfont.c (Qja, Qko): New variables.
3557 (fc_charset_table): Delete uniquifier data for iso8859-1.
3558 (ftfont_get_latin1_charset): New function.
3559 (get_adstyle_property): New function.
3560 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
3561 bitmap fonts.
3562 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
3563 Delete iso-8859-1 range from the charset of fonts whose adstyle is
3564 `ko' or `ja'.
3565 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 3566 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
3567 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
3568 property.
3569 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
3570 (syms_of_ftfont): DEFSYM Qja and Qko.
3571
483670b5
KH
35722009-04-09 Kenichi Handa <handa@m17n.org>
3573
12b55765
KH
3574 * charset.c (map_charset_chars): For a charset of `superset'
3575 method, fix calculation of code range.
3576
483670b5
KH
3577 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
3578 from the list of extra properties.
3579 (font_clear_prop): Be sure to delete `:name' font property.
3580
57d3b93b
KH
35812009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3582
b4b2c2ca
YM
3583 * dispnew.c (redraw_overlapping_rows): Fix detection of
3584 overlapping for topmost and bottommost rows.
3585
1ac9108a 3586 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 3587
472c3609
JR
35882009-04-06 Jason Rumney <jasonr@gnu.org>
3589
3590 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
3591
ab193662
KH
35922009-04-06 Kenichi Handa <handa@m17n.org>
3593
3594 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
3595
3596 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
3597
0c26f026
KH
35982009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3599
3600 * ftfont.c (ftfont_open): Fix checking of the return value of
3601 FT_Load_Char. Fix setting font->underline_thickness.
3602
e173bbce
CY
36032009-04-04 Chong Yidong <cyd@stupidchicken.com>
3604
3605 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
3606 (Fterminal_parameters, Fterminal_parameter)
3607 (Fset_terminal_parameter): In doc string, refer to terminal
3608 objects rather than terminal ids.
3609
693a2698
EZ
36102009-04-04 Eli Zaretskii <eliz@gnu.org>
3611
3612 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
3613 ret_lim_data. (Bug#2867)
3614
d5221487
CY
36152009-04-03 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
3618 so they don't get wider than the window, matching 2006-01-23
3619 change to the partner function in xdisp.c (Bug#2800).
3620
223509a3
KH
36212009-04-03 Kenichi Handa <handa@m17n.org>
3622
3623 * print.c (print_object): Make each lowest sub_char_table start a
3624 new line (Bug#2866).
3625
74fcd0b1
KH
36262009-04-02 Kenichi Handa <handa@m17n.org>
3627
3628 * fontset.c (fontset_font): Record no-font when a fontset
3629 explicitly tells not to try another font-specs.
3630
c542407d
SM
36312009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
3632
3633 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
3634
e3869731
KH
36352009-03-30 Kenichi Handa <handa@m17n.org>
3636
d8d2f142
KH
3637 * fontset.c (fontset_from_font): Specify only registry in a
3638 font-spec for all characters supported by that registry.
3639
e3869731
KH
3640 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
3641 even if HAVE_M17N_FLT is not defined.
3642
5da5f805
CY
36432009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
3644
3645 * ftfont.c: Conditionalize prototyping and use of
3646 ftfont_variation_glyphs.
3647
ab226c50
SM
36482009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3649
9628fed7
SM
3650 * frame.c (delete_frame): Work around compiler bug.
3651
3652 * editfns.c (general_insert_function): Adjust to insdel.c changes.
3653 * insdel.c (prepare_to_modify_buffer, signal_before_change):
3654 Some more EMACS_INT.
3655 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
3656
3657 * xdisp.c (dump_glyph): Fix typo.
3658
ae19ba7c
SM
3659 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
3660 (adjust_markers_gap_motion, adjust_markers_for_delete)
3661 (adjust_markers_for_insert, adjust_point)
3662 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
3663 (make_gap, copy_text, count_size_as_multibyte, insert)
3664 (insert_and_inherit, insert_before_markers)
3665 (insert_before_markers_and_inherit, insert_1)
3666 (count_combining_before, count_combining_after, insert_1_both)
3667 (insert_from_string, insert_from_string_before_markers)
3668 (insert_from_string_1, insert_from_gap, insert_from_buffer)
3669 (insert_from_buffer_1, adjust_after_replace)
3670 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
3671 (replace_range_2, del_range, del_range_1, del_range_byte)
3672 (del_range_both, del_range_2, modify_region)
3673 (prepare_to_modify_buffer, signal_before_change)
3674 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
3675 for buffer positions and sizes.
3676 * lisp.h: Adjust prototypes accordingly.
3677
3678 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
3679 (non_regular_inserted, non_regular_nbytes, read_non_regular)
3680 (Finsert_file_contents): Use EMACS_INT for buffer positions.
3681
ab226c50
SM
3682 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
3683
46dfb8fb
JD
36842009-03-27 Jan Djärv <jan.h.d@swipnet.se>
3685
3686 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
3687 lines and columns so we keep the same pixel height and width.
3688
3689 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
3690 the property _NET_WM_STATE has changed.
46dfb8fb
JD
3691 (x_handle_net_wm_state): New function to update frame parameter
3692 fullscreen.
3693 (x_term_init): Initialize atoms for _NET_WM_STATE.
3694
3695 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
3696
d347e494
SM
36972009-03-27 Kevin Ryde <user42@zip.com.au>
3698
3699 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
3700 Gpm_GetEvent as an error that justifies closing the filedescriptor.
3701 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
3702 (Fgpm_mouse_stop): Pass that new parameter.
3703 * termhooks.h (close_gpm): Adjust prototype.
3704
84db11d6
SM
37052009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3706
c95a5008
SM
3707 * lisp.h (Fx_focus_frame): Declare.
3708
84db11d6
SM
3709 * callint.c (Fcall_interactively): For '^' just delegate the work to
3710 handle-shift-selection.
3711 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
3712
0a1958d6
CY
37132009-03-24 Chong Yidong <cyd@stupidchicken.com>
3714
0bfdff23
CY
3715 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
3716
0a1958d6
CY
3717 * data.c (Qinteractive_form): New variable.
3718 (Finteractive_form): Use it.
3719
3720 * eval.c (Fcommandp): Use Qinteractive_form.
3721
58aec0d6
JR
37222009-03-24 Jason Rumney <jasonr@gnu.org>
3723
3724 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
3725 Calculate total size precisely. Decode environment variables
3726 before substituting. (Bug#38)
3727
553dd618
KH
37282009-03-24 Kenichi Handa <handa@m17n.org>
3729
3730 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 3731 encoding (Bug#2722).
553dd618 3732
c39ea606
JD
37332009-03-23 Jan Djärv <jan.h.d@swipnet.se>
3734
3735 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
3736 that gdpy is set.
3737
bc9b2b5e
AM
37382009-03-22 Alan Mackenzie <acm@muc.de>
3739
3740 * callint.c (Finteractive): Clarify the doc string - even
3741 promptless elements need \n separators.
3742
9f995a76
JR
37432009-03-22 Jason Rumney <jasonr@gnu.org>
3744
3745 * w32term.c (syms_of_w32term): Doc fix for
3746 x-use-underline-position-properties.
3747
22749e9a
EZ
37482009-03-21 Eli Zaretskii <eliz@gnu.org>
3749
3750 * w32.c (getpwuid): Change argument type to unsigned.
3751 (struct w32_id): Change type of `rid' member to unsigned.
3752 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
3753 argument ID to unsigned. All callers changed.
3754 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
3755
e00553bf
EZ
37562009-03-20 Eli Zaretskii <eliz@gnu.org>
3757
3758 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
3759 negative, produce a float value.
3760
3761 * dired.c (make_uid, make_gid): New functions.
3762 (Ffile_attributes): Use them to avoid negative UID and GID.
3763
f761d6b6
JB
37642009-03-20 Juanma Barranquero <lekktu@gmail.com>
3765
3766 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
3767 (syms_of_keyboard) <command-hook-internal, input-method-function>:
3768 Fix typos in docstrings.
3769
d507f8d7
KH
37702009-03-19 Kenichi Handa <handa@m17n.org>
3771
3772 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
3773 changed, use font_load_for_lface to get a new font object.
3774 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
3775
3776 * frame.c (x_set_font): Handle the case that ARG is a cons.
3777
c68845e0
GM
37782009-03-19 Glenn Morris <rgm@gnu.org>
3779
3780 * fileio.c (Fsubstitute_in_file_name): Doc fix.
3781
bfa49dd1
CY
37822009-03-19 Chong Yidong <cyd@stupidchicken.com>
3783
3784 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
3785
8458d4c1
KH
37862009-03-19 Kenichi Handa <handa@m17n.org>
3787
3788 * charset.c (load_charset_map_from_file): When a mapfile can't be
3789 loaded, signal an error.
3790
78e7d1fe
EZ
37912009-03-18 Eli Zaretskii <eliz@gnu.org>
3792
3793 * dired.c (Ffile_attributes): Make sure UID and GID are always
3794 positive, even if the value is too large for a positive EMACS_INT.
3795 Doc fix.
3796
3797 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
3798
5da9fdfa
YM
37992009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3800
3801 * xmenu.c (xdialog_show): Move Fredisplay call ...
3802 (Fx_popup_dialog): ... here.
3803
7519c40d
SM
38042009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * dired.c (file_name_completion): Disable the first optimization just
3807 installed, since it is not implemented correctly.
3808
2cd298e2
SM
38092009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3810
3811 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 3812 only if the entry can affect bestmatch.
2cd298e2
SM
3813 Stop the search early, as Ftry_completion already does.
3814
48d37adf
CY
38152009-03-17 Chong Yidong <cyd@stupidchicken.com>
3816
e10c9c93 3817 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 3818
9286b16a
CY
38192009-03-15 Chong Yidong <cyd@stupidchicken.com>
3820
3821 * keyboard.c (parse_menu_item): Don't display remappings as menu
3822 equivalent bindings (Bug#788).
3823
f7b146dc
JR
38242009-03-15 Jason Rumney <jasonr@gnu.org>
3825
3826 * w32term.h (WM_EMACS_PAINT): New message.
3827 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
3828 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
3829 before passing to lisp thread. (Bug#950)
3830
f761d6b6 38312009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 3832
d93f9575
CY
3833 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
3834 variable as it was never reset.
3835 (ns_term_init): Remove initialization of Lisp-settable defaults
3836 and ns_expand_space.
3837 (-setPanelFromDefaultValues): Remove ns_expand_space.
3838 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
3839 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
3840 i.e. no additional spacing, similar to Carbon port.
3841
d93f9575
CY
3842 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
3843 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 3844
305018ec
JD
38452009-03-14 Jan Djärv <jan.h.d@swipnet.se>
3846
3847 * sound.c (alsa_configure): Remove call to deprecated
3848 snd_pcm_sw_params_set_xfer_align.
3849
f761d6b6 38502009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
3851
3852 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
3853 after clicking in a detached tool bar.
3854 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
3855
46e722a9
SM
38562009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3857
348db3dd
SM
3858 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
3859 int/Lisp_Object mixup).
46e722a9 3860
a3d16f39
KH
38612009-03-13 Kenichi Handa <handa@m17n.org>
3862
3863 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 3864 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
3865 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
3866 (set_fontset_font): Change ARG to a vector. Handle range_list in
3867 ARG correctly.
3868 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 3869 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
3870 the above change.
3871 (fontset_from_font): Fix previous change.
fe24f56a 3872 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
3873 entry. If FONTSET is the default fontset, don't set the extra
3874 slot of the returning char-table.
3875
b066e6b6
JB
38762009-03-12 Juanma Barranquero <lekktu@gmail.com>
3877
3878 * nsfns.m (Fx_close_connection): Doc fix.
3879 (Fns_do_applescript): Reflow docstring.
3880 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
3881 (Fx_display_pixel_width, Fx_display_pixel_height)
3882 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
3883 Fix typos in docstrings.
3884 (Fns_set_alpha): Fix typos in error messages.
3885
d472514e 38862009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 3887
d472514e 3888 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
3889 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
3890 were used for such events.
3891
d472514e
JB
3892 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
3893 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 3894
d472514e 3895 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
3896 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
3897
fb930676
KH
38982009-03-11 Kenichi Handa <handa@m17n.org>
3899
ff85581a
KH
3900 * font.h (font_open_by_spec): Extern it.
3901
c50b7e98
KH
3902 * font.c (font_open_by_spec): New function.
3903 (font_open_by_name): Use font_open_by_spec.
3904
fb930676
KH
3905 * frame.c (x_set_font): When ARG is a font-object, don't alter the
3906 fontset of the frame.
3907
3908 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
3909 modify the default font of frames that use this fontset.
3910 (num_auto_fontsets): New variable.
3911 (fontset_from_font): Use num_auto_fontsets to decide a fontset
3912 name. Be sure to set FONTSET_ASCII to the correct font name.
3913 (update_auto_fontset_alist): New function.
3914
df4e8455
JB
39152009-03-11 Juanma Barranquero <lekktu@gmail.com>
3916
3917 * makefile.w32-in: Update dependencies.
3918
0a375797
AR
39192009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3920
3921 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
3922
61313fa3
SM
39232009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3924
3925 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
3926
b55103fb
CY
39272009-03-10 Chong Yidong <cyd@stupidchicken.com>
3928
3929 * lread.c (Feval_buffer): Doc fix.
3930
dde2559c
KH
39312009-03-09 Kenichi Handa <handa@m17n.org>
3932
3933 * charset.c (Qfile_name_handler_alist): Extern it.
3934 (load_charset_map_from_file): Temporarily bind
3935 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
3936
df4e8455 39372009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 3938
47f588bb
GM
3939 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
3940 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 3941
4ddf94bd
AR
39422009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3943
4c9bdfc2
AR
3944 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
3945 (x_set_window_size): Change back to calculated method of setting
3946 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
3947 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
3948 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
3949
fe41ae9e
AR
3950 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
3951
4c9bdfc2
AR
3952 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
3953 accelerator in parens under GNUstep.
3954
825d0875
KH
39552009-03-06 Kenichi Handa <handa@m17n.org>
3956
3957 These changes are to detect incorrect composition sequence without
f3b3be74 3958 looking ahead the source. (Bug#2370)
825d0875
KH
3959
3960 * coding.h: Include "composite.h".
3961 (enum compisition_state): New enum.
3962 (struct compisition_status): New struct.
3963 (struct iso_2022_spec): New member cmp_status.
3964 (struct emacs_mule_spec): New struct.
3965 (struct coding_system): New members ctext_extended_segment_len and
3966 embedded_utf_8. Change the union member
3967 spec.emacs_mule_full_support to spec.emacs_mule.
3968
3969 * coding.c (CODING_ISO_CMP_STATUS): New macro.
3970 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 3971 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
3972 (ADD_COMPOSITION_DATA): New arg nbytes.
3973 (emacs_mule_char): New arg cmp_status.
3974 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
3975 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
3976 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
3977 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
3978 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
3979 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
3980 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
3981 (EMACS_MULE_COMPOSITION_END): New macro.
3982 (emacs_mule_finish_composition): New function.
3983 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
3984 (decode_coding_emacs_mule): Avoid long looking ahead while
3985 handling composition.
3986 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
3987 (ENCODE_COMPOSITION_RULE): New macro.
3988 (finish_composition): New function.
3989 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
3990 (DECODE_COMPOSITION_START): New implementation.
3991 (DECODE_COMPOSITION_END): Likewise.
3992 (STORE_COMPOSITION_RULE): New macro.
3993 (decode_coding_iso_2022): Avoid long looking ahead while handling
3994 composition, CTEXT extended segment, and embedded UTF-8.
3995 (setup_coding_system): For a coding of type iso-2022, reset
3996 CODING_ISO_EXTSEGMENT_LEN (coding) and
3997 CODING_ISO_EMBEDDED_UTF_8 (coding).
3998 (get_translation): Delete arguments last_block, from_nchars,
3999 to_nchars. Callers changed.
4000 (produce_chars): Don't modify charbuf. Adjusted for the change of
4001 get_translation.
98a326f7 4002 (produce_composition): Adjust for the new annotation sequence.
825d0875 4003 (handle_composition_annotation): Likewise.
98a326f7 4004 (consume_chars): Adjust for the change of get_translation.
825d0875 4005
ccbc4452
AR
40062009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4007
4ddf94bd 4008 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 4009
988a7ddb
KH
40102009-03-05 Kenichi Handa <handa@m17n.org>
4011
4012 * font.c (font_select_entity): New function.
4013 (font_find_for_lface): Use font_select_entity to select a font.
4014
4015 * fontset.c (fontset_find_font): If a font found without
a8a3728b 4016 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
4017 font with C restriction.
4018
98a326f7 40192009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 4020
be1bce46 4021 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 4022
10ea2b82
JR
40232009-03-04 Jason Rumney <jasonr@gnu.org>
4024
2c93b248 4025 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 4026 characters that have already been read. (Bug#2569)
2c93b248 4027
10ea2b82
JR
4028 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4029 Log an error message if check_image_size failed.
4030 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 4031 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 4032
71a0c011
EZ
40332009-03-02 Eli Zaretskii <eliz@gnu.org>
4034
4035 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4036 when decoding process output.
4037
2f63bba8
RS
40382009-03-01 Richard M Stallman <rms@gnu.org>
4039
4040 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4041
4042 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4043
0a9564cb
EZ
40442009-02-28 Eli Zaretskii <eliz@gnu.org>
4045
4046 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4047 (decode_coding_emacs_mule, decode_coding_iso_2022)
4048 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4049 (decode_coding_raw_text, decode_coding_charset)
4050 (setup_coding_system, decode_eol, decode_coding, consume_chars):
4051 Honor inhibit-eol-conversion. (Bug #2186)
4052
449148b3
JR
40532009-02-28 Jason Rumney <jasonr@gnu.org>
4054
4055 * coding.c (detect_coding_charset): If not checking latin extra,
4056 fail on characters between 0x80 and 0xA0. (Bug#2354)
4057
a4aee864
EZ
40582009-02-28 Eli Zaretskii <eliz@gnu.org>
4059
4060 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 4061 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 4062
d88bee5a
GM
40632009-02-27 Glenn Morris <rgm@gnu.org>
4064
4065 * callint.c (Finteractive): Doc fix.
4066
a808f22d
KH
40672009-02-27 Kenichi Handa <handa@m17n.org>
4068
4069 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
4070
caf8d60c
CY
40712009-02-27 Chong Yidong <cyd@stupidchicken.com>
4072
4073 * font.c (font_style_to_value): Set value for unknown symbols to
4074 100 instead of 255.
b61137ea
CY
4075 (weight_table, slant_table, width_table): Treat "unspecified" as
4076 the default value.
caf8d60c 4077
1a0de25c
JB
40782009-02-26 Juanma Barranquero <lekktu@gmail.com>
4079
4080 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
4081
8fc45744
JB
40822009-02-25 Juanma Barranquero <lekktu@gmail.com>
4083
107bd7d1
JB
4084 * lread.c (Fload): Stop checking Vloads_in_progress and signal
4085 error as soon as a recursive load is detected.
8fc45744 4086
f097e223
AR
40872009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4088
4089 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
4090 before caching.
4091
8810a12f
KH
40922009-02-24 Kenichi Handa <handa@m17n.org>
4093
4094 * fontset.c (fontset_find_font): Fix the condition for checking
4095 unavailable font.
4096
2c7d1565
GM
40972009-02-24 Glenn Morris <rgm@gnu.org>
4098
4099 * xfaces.c (Finternal_set_font_selection_order): Remove leading
4100 whitespace that confuses documentation.
4101
a20878b6
MB
41022009-02-23 Miles Bader <miles@gnu.org>
4103
4104 * process.c (Flist_system_processes, Fprocess_attributes)
4105 (syms_of_process): Rename `system-process-attributes' to
4106 `process-attributes'.
4107
b3b58c01
AS
41082009-02-22 Andreas Schwab <schwab@linux-m68k.org>
4109
1b3b981b
AS
4110 * coding.h (struct coding_system): Make safe_charsets a pointer to
4111 unsigned char.
4112 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
4113 being 255.
4114 (SAFE_CHARSET_P): Likewise.
4115 (setup_iso_safe_charsets): Properly setup safe_charsets.
4116 (Fdefine_coding_system_internal): Likewise.
4117 (setup_coding_system): Likewise. Remove unneeded casts.
4118 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
4119 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
4120 unneeded casts.
4121
b3b58c01
AS
4122 * insdel.c (del_range_2): Don't modify gap contents when called
4123 from decode_coding_object. (Bug#1809)
4124
0b6f228c
CY
41252009-02-21 Chong Yidong <cyd@stupidchicken.com>
4126
4127 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
4128 Qfont_object.
4129 (Ftype_of): Recognize font objects.
4130
4131 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
4132
4133 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
4134 moved to data.c.
4135
52f8870b
AR
41362009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4137
4138 * nsterm.m (x_make_frame_invisible): Unset async_visible,
4139 async_iconified. Based on a patch by Christian Lynbech
4140 <christian.lynbech@tieto.com>.
4141 (EmacsView-windowDidMiniaturize:): Unset async_visible.
4142
7087d5e9
GM
41432009-02-20 Glenn Morris <rgm@gnu.org>
4144
4145 * syntax.c (Fskip_chars_forward): Fix doc typo.
4146
41d2ceef
CY
41472009-02-20 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
4150
1a3b7ca6
CY
41512009-02-19 Chong Yidong <cyd@stupidchicken.com>
4152
4153 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
4154
73cce38d
KH
41552009-02-19 Kenichi Handa <handa@m17n.org>
4156
4157 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 4158 Don't overflow coding->carryover. (Bug#2370)
73cce38d 4159
a51092ee
DN
41602009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
4161
4162 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
4163
c423ecca
KH
41642009-02-18 Kenichi Handa <handa@m17n.org>
4165
4166 * font.c (font_check_otf_features): Fix handling of `nil' element.
4167 (Ffont_spec): Describe :lang and :otf in the docstring.
4168
4c1958f4
AS
41692009-02-16 Andreas Schwab <schwab@suse.de>
4170
4171 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
4172 string.
4173
5704f39a
KH
41742009-02-16 Kenichi Handa <handa@m17n.org>
4175
4176 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 4177 (Bug#1723)
5704f39a 4178
8f0085aa
CY
41792009-02-14 Chong Yidong <cyd@stupidchicken.com>
4180
a057d86a 4181 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
4182
4183 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
4184 (handle_line_prefix): Suppress wrapping of wrap prefixes.
4185
aff01dd9
EZ
41862009-02-14 Eli Zaretskii <eliz@gnu.org>
4187
4188 * msdos.c (MAX_SCREEN_BUF): New macro.
4189 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
4190 Encode the entire run of glyphs sharing the same face, instead of
4191 doing that one glyph at a time (fixes a bug with displaying
4192 double-size characters).
4193
ba301db3
AR
41942009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
4195
4196 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
4197
4198 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
4199 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 4200 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
4201
4202 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 4203 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 4204
51d861de
SM
42052009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4206
ac146f82 4207 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
4208 invisible areas.
4209
7fed8996
JR
42102009-02-12 Jason Rumney <jasonr@gnu.org>
4211
631ea4fb
JR
4212 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
4213 (add_font_entity_to_list): Call check_face_name even when family
4214 is unspecified.
4215
cb4a3e42
JR
4216 * w32term.c (x_display_pixel_height, x_display_pixel_width):
4217 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 4218 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 4219
7fed8996 4220 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 4221 raster fonts. (Bug#2219)
7fed8996 4222
895416e3
KH
42232009-02-12 Kenichi Handa <handa@m17n.org>
4224
4225 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
4226 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
4227 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 4228 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
4229 (find_automatic_composition): While looking forward and backward,
4230 check static composition. Fix where to stop looking forward.
4231 (composition_adjust_point): Fix checking of static composition.
4232 (Fcomposition_get_gstring): Pay attention to
1dacf998 4233 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
4234
4235 * lisp.h (fast_looking_at): Extern it.
4236
4237 * search.c (fast_looking_at): New function.
4238
51d861de 4239 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
4240 <struct glyph>.u.cmp.to.
4241 (append_composite_glyph): Likewise.
4242
51d861de 4243 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
4244 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
4245 composition.
51d861de 4246 (append_composite_glyph): Adjust for the change of
895416e3
KH
4247 <strcut glyph>.u.cmp.to.
4248
8510724d
JB
42492009-02-11 Juanma Barranquero <lekktu@gmail.com>
4250
4251 * casetab.c (init_casetab_once):
4252 * coding.c (ALLOC_CONVERSION_WORK_AREA):
4253 * font.c (font_update_lface):
4254 * fontset.c (Fnew_fontset):
4255 * ftfont.c (ftfont_drive_otf):
4256 * xfont.c (xfont_open):
4257 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
4258
294fa707
SM
42592009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4260
4261 * fileio.c (Fwrite_region): !NILP -> CONSP.
4262
b5bfebec
AS
42632009-02-10 Andreas Schwab <schwab@suse.de>
4264
4265 * process.c (send_process): Properly relocate pointer into data
adab88bd 4266 when using encoded data. (Bug#2272)
b5bfebec 4267
cb84a2be
KH
42682009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
4269
4270 * coding.c (detect_coding_charset): Fix previous change.
4271
89e09428
JR
42722009-02-08 Jason Rumney <jasonr@gnu.org>
4273
4274 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 4275 disappeared while hourglass was displayed. (Bug #2193)
89e09428 4276
4470a277
AS
42772009-02-07 Andreas Schwab <schwab@suse.de>
4278
4279 * unexelf.c (unexec): Fix error message.
4280
3175b12a
AR
42812009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
4282
4283 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 4284 when modal window is active. (Bug #2152)
3175b12a
AR
4285 (applicationShouldTerminate:): Remove now-unneeded while loop
4286 around NSRunAlertPanel.
4287
4288 * nsmenu.m (popupSession): New file-global variable.
4289 (pop_down_menu): End the popupSession before closing dialog.
4290 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
4291 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
4292 don't query NSApp for events (just sleep instead).
4293
8434d0b8
EZ
42942009-02-07 Eli Zaretskii <eliz@gnu.org>
4295
51d861de
SM
4296 * coding.c (syms_of_coding) <translation-table-for-input>:
4297 Modify doc string to discourage use for character code unification.
8434d0b8 4298
aa82edfd
CY
42992009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4300
4301 * atimer.c (run_timers): Update pending_atimers.
4302
2d283c7c
CY
43032009-02-06 Chong Yidong <cyd@stupidchicken.com>
4304
eb306cab
CY
4305 * image.c (svg_load_image): Fix last change.
4306
2d283c7c
CY
4307 * xfns.c (Fx_create_frame): Signal an error if no font is
4308 found (Bug#2147).
4309
4d8e170e
JB
43102009-02-05 Juanma Barranquero <lekktu@gmail.com>
4311
4312 * character.c (syms_of_character) <script-representative-chars>:
4313 Fix typo in docstring.
4314
c96169a0
AR
43152009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4316
4317 * nsmenu.m (pop_down_menu): New function.
4318 (ns_popup_dialog): Call it on unwind.
4319 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
4320 call timer_check() (Bug#2154).
4321 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
4322 handling_signal is set.
4323 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
4324
31fd7c5c 4325 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
4326
4327 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
4328
4329 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
4330
51d861de
SM
4331 * keyboard.c (poll_for_input_1, handle_async_input):
4332 Set handling_signal under HAVE_NS.
c96169a0 4333
aacd8ba1
GM
43342009-02-04 Glenn Morris <rgm@gnu.org>
4335
4336 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
4337
4cb75c4b
KH
43382009-02-04 Kenichi Handa <handa@m17n.org>
4339
4340 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
4341
4342 * charset.c (Fchar_charset): New optional arg restriction.
4343
4344 * coding.h (coding_system_charset_list): Extern it.
4345
4346 * coding.c (coding_system_charset_list): New function.
4347
4348 * composite.c: Include coding.h and termhooks.h.
4349 (composition_gstring_p): Fix for the terminal case.
4350 (composition_gstring_width): Likewise.
4351 (fill_gstring_body): Likewise.
4352 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
4353 the frame.
4354 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
4355 is within a composition.
867d4bb3 4356 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
4357
4358 * term.c (encode_terminal_code): Fix handling of composition.
4359 (produce_composite_glyph): For static composition, get pixel_width
4360 from struct composition.
4361
826ba17e
AS
43622009-02-02 Andreas Schwab <schwab@suse.de>
4363
4364 * unexelf.c (unexec): Handle unaligned bss offset.
4365
8ad093db
AR
43662009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
4367
4368 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
4369 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 4370
8ad093db
AR
4371 * keyboard.c (handle_interrupt): Don't call
4372 quit_throw_to_read_char() under NS.
d0a76a6e 4373
8ad093db
AR
4374 * blockinput.h: Remove NS-specific code.
4375
4d18a7a2
DN
43762009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
4377
db878925
DN
4378 * dispnew.c (window_change_signal): Don't try to get the size of a
4379 suspended tty frame.
4380 * term.c (Fresume_tty): Resize if the size has changed while the
4381 tty was suspended.
4382
4d18a7a2
DN
4383 * alloc.c (mark_stack): Properly conditionalize previous change.
4384
8984df7c
JB
43852009-01-30 Juanma Barranquero <lekktu@gmail.com>
4386
4387 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
4388 * w32term.c (w32_read_socket) [SYNC_INPUT]:
4389 Remove; this code is not used on Windows.
4390
75f4f1ac
EZ
43912009-01-30 Eli Zaretskii <eliz@gnu.org>
4392
4393 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
4394 EOLs that also has stray ^M characters.
4395
07a1e794
JB
43962009-01-30 Juanma Barranquero <lekktu@gmail.com>
4397
4398 * atimer.c (run_timers, alarm_signal_handler):
4399 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
4400 * w32inevt.c (w32_console_read_socket):
4401 * w32term.c (w32_read_socket):
4402 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
4403
a8b11cc9
CY
44042009-01-30 Chong Yidong <cyd@stupidchicken.com>
4405
4406 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
4407 Initialize it as a relative filename pattern.
4408 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
4409 (Fcall_process_region): Simplify temp file creation using
4410 temporary-file-directory.
4411
c279587b
EZ
44122009-01-29 Eli Zaretskii <eliz@gnu.org>
4413
4414 * msdos.c: Rename pending_signals to msdos_pending_signals.
4415 (sig_suspender, sigprocmask): Adjust.
4416
a8fe3242
CY
44172009-01-29 Chong Yidong <cyd@stupidchicken.com>
4418
4419 * keyboard.c (pending_signals): New var.
4420 (poll_for_input, input_available_signal, init_keyboard): Set it.
4421 (process_pending_signals): New function.
4422
4423 * lisp.h (QUIT): Check pending_signals instead of
4424 interrupt_input_pending. Use process_pending_signals.
4425
51d861de 4426 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 4427
51d861de 4428 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
4429
4430 * sysdep.c (emacs_write): Use process_pending_signals.
4431
4432 * xterm.c (XTread_socket): Update pending_signals.
4433
4434 * w32term.c (w32_read_socket): Update pending_signals.
4435
4436 * w32inevt.c (w32_console_read_socket): Update pending_signals.
4437
6570a1c4
KH
44382009-01-29 Kenichi Handa <handa@m17n.org>
4439
4440 * xftfont.c (xftfont_has_char): New function.
4441 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
4442
d72a4afa
AR
44432009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
4444
4445 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
4446 under GNUstep.
4447 (ns_query_color): New declaration.
4448
4449 * nsterm.m (ns_confirm_quit): New variable.
4450 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
4451 (EmacsApp-applicationShouldTerminate:): Use it.
4452 (EmacsPrefsController): Let user set it.
4453 (ns_query_color): New function.
4454 (ns_defined_color): Use it.
4455 (ns_initialize): Drop.
4456 (ns_term_init): Add two lines from ns_initialize(), and set
4457 input_interrupt_mode to nil.
4458
4459 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 4460 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 4461
9fe78804
KH
44622009-01-28 Kenichi Handa <handa@m17n.org>
4463
4464 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
4465 (fontset_get_font_group): Remember that no font-group is specified
4466 for C.
9fe78804 4467
fa57de36
CY
44682009-01-27 Chong Yidong <cyd@stupidchicken.com>
4469
930600e9
CY
4470 * fns.c (concat): Check for string overflow (bug#1787).
4471
fa57de36
CY
4472 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
4473 Quadruple undo limits (bug#1501).
4474
7179ce7b
KH
44752009-01-27 Kenichi Handa <handa@m17n.org>
4476
4477 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
4478 directly use GT_Get_Char_index.
4479
4480 * xftfont.c (struct xftfont_info): New member `index'.
4481
4482 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 4483 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 4484
5be8fcc0
CY
44852009-01-26 Kenichi Handa <handa@m17n.org>
4486
4487 * fontset.c (fontset_find_font): Fix handling of non-cons return
4488 value of fontset_get_font_group.
4489 (fontset_font): Revert last change.
4490
19ae3e61
JR
44912009-01-26 Jason Rumney <jasonr@gnu.org>
4492
4493 * w32font.c (w32font_list_internal): Return quickly if registry is
4494 unknown. Simplify final return.
4495 (add_font_entity_to_list): Break complex logic down into more
4496 manageable chunks. Move unknown registry check to
4497 w32font_list_internal.
4498
8612b71a
AR
44992009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
4500
4501 Changes to remove Feval calls from GUI under NS.
4502
d8038940
JB
4503 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
4504 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
4505 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
4506
4507 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
4508 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
4509 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
4510 instead of NON_ASCII_KEYSTROKE_EVENT.
4511 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
4512 (EmacsApp-applicationShouldTerminate:): Query user.
4513 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
4514 instead of Feval.
4515
4516 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
4517
4518 * keyboard.c (kbd_buffer_get_event): Check for it.
4519 (keys_of_keyboard): Define lispy keys for
4520 ns-put/unput-working-text.
4521
4522 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
4523 versions.
4524 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
4525
6288ae55
CY
45262009-01-25 Chong Yidong <cyd@stupidchicken.com>
4527
4528 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 4529 setting current_buffer directly. (Bug#2044)
6288ae55 4530
289e7f8f
CY
45312009-01-24 Chong Yidong <cyd@stupidchicken.com>
4532
5ce87308 4533 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 4534 any work. (Bug#1952, bug#1990).
5ce87308 4535
64cc3cf6 4536 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 4537
b3243e6f
AR
45382009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4539
4540 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
4541 (ns_no_defaults): New declaration.
4542 (main): Use it.
e0d2e69a 4543
d900b2af 4544 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 4545
d900b2af 4546 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 4547
d900b2af
AR
4548 * nsterm.m (ns_no_defaults): New variable.
4549 (ns_initialize): Don't read defaults when ns_no_defaults.
4550 (EmacsView-readSelectionFromPasteboard:)
4551 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 4552 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
4553 (ns_dumpglyphs_stretch): New function.
4554 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 4555 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 4556
e0d2e69a
AR
4557 * nsimage.m (setPixmapData:): Set to ignore image DPI.
4558
3ac71f5d
CY
45592009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
4560
4561 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
4562 call for Sparc64.
4563
3fe53a83
AR
45642009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4565
4566 * nsfns.m:
4567 * nsgui.h:
4568 * nsmenu.m:
4569 * nsselect.m:
4570 * nsterm.h:
4571 * nsterm.m: Remove '23' comments that indicated code added during
4572 update from emacs-20 -> emacs-23.
4573
10f87c6f 45742009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
4575
4576 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 4577 ns_alternate_modifier. (Bug#1217)
a3b53a85 4578
c7cef62d
AR
4579 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
4580 Display all shortcuts, including those w/o super modifier.
4581
575fb8bd
AR
4582 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
4583
918b848b
CY
45842009-01-22 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * fileio.c (Vwrite_region_post_annotation_function)
4587 (Vwrite_region_annotation_buffers): New vars.
4588 (build_annotations_unwind): Just reset
4589 Vwrite_region_annotation_buffers.
4590 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
4591 Call write-region-post-annotation-function.
4592 (build_annotations): Add to Vwrite_region_annotation_buffers if
4593 buffer changes.
4594
a39e2539
AR
45952009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4596
4597 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
4598 Tiger.
51d861de
SM
4599 * nsfns.m (ns_do_applescript):
4600 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 4601
35ed44db
AR
46022009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
4603
4604 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
4605
cbe0b5bf
AR
46062009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4607
4608 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 4609
6049d3a0
AR
4610 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
4611
4612 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
4613 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
4614 handle Ctrl-tab. (Bug#1841)
4615 (ns_get_color): Use unsigned long long for scanned hex string value.
4616 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 4617 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 4618 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 4619 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 4620 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 4621 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 4622 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 4623
d3810c21 4624 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 4625 DPI. (Bug#1316)
d3810c21
AR
4626 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
4627 values in onTiger section.
4c7077c3 4628
e301e634
CY
46292009-01-19 Chong Yidong <cyd@stupidchicken.com>
4630
7f82490b
CY
4631 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
4632 Check return value of font_spec_from_name.
64cc3cf6 4633 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
4634
4635 * font.c (font_spec_from_name): Return Qnil if font name could not
4636 be parsed.
4637 (font_parse_name): Treat a `?' character as part of an XLFD.
4638
e301e634
CY
4639 * fns.c (Fsubstring): Doc fix.
4640
1c0db158
KH
46412009-01-19 Kenichi Handa <handa@m17n.org>
4642
51d861de 4643 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
4644 (ftfont_list): Likewise.
4645
acf20901
JB
46462009-01-18 Juanma Barranquero <lekktu@gmail.com>
4647
fff4e459
JB
4648 * dbusbind.c (Fdbus_register_signal):
4649 * process.c (conv_sockaddr_to_lisp):
4650 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
4651
acf20901
JB
4652 * callproc.c (Fgetenv_internal): Doc fix.
4653
e7abcdfb
CY
46542009-01-16 Chong Yidong <cyd@stupidchicken.com>
4655
4656 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
4657 it is not even used.
4658
b60861e6
GM
46592009-01-16 Glenn Morris <rgm@gnu.org>
4660
4661 * font.c (Ffont_variation_glyphs): Silence compiler.
4662
8db52afe
JB
46632009-01-15 Juanma Barranquero <lekktu@gmail.com>
4664
4665 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
4666 Reported by David Robinow <drobinow@gmail.com>.
4667
4cddb209
KH
46682009-01-15 Kenichi Handa <handa@m17n.org>
4669
51d861de 4670 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 4671
f247f67b
JR
46722009-01-14 Jason Rumney <jasonr@gnu.org>
4673
4674 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 4675 never a fontset. (Bug#1562)
f247f67b 4676
f56a4450
KH
46772009-01-14 Kenichi Handa <handa@m17n.org>
4678
4679 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 4680 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 4681
4e99855e
CY
46822009-01-13 Chong Yidong <cyd@stupidchicken.com>
4683
4684 * font.c (font_clear_prop): If clearing the family, clear the font
4685 width index too.
4686
fff4e459 4687 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 4688
24f01470
JB
46892009-01-12 Juanma Barranquero <lekktu@gmail.com>
4690
4691 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
4692 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
4693 functions, use sizeof.
4694
a41240a3
MR
46952009-01-12 Martin Rudalics <rudalics@gmx.at>
4696
4697 * keyboard.c (read_char): Fix case where last_nonmenu_event
4698 returned a bad value with submenus. (Bug#447)
4699
944636b8
CY
47002009-01-12 Chong Yidong <cyd@stupidchicken.com>
4701
4702 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
4703 family, clear the font width index too.
4704
0dad7c6f
JR
47052009-01-11 Jason Rumney <jasonr@gnu.org>
4706
4707 * keyboard.c (cmd_error_internal): Exit when errors occur before
4708 frame creation and not in daemon mode. (Bug#1836)
4709
7c2363af
CY
47102009-01-10 Chong Yidong <cyd@stupidchicken.com>
4711
4712 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
4713 of a display vector, backtrack.
4714 (try_window_reusing_current_matrix): Check glyph type before
4715 referencing charpos member.
4716
97b1b294
EZ
47172009-01-10 Eli Zaretskii <eliz@gnu.org>
4718
4719 Fix Bug #876:
4720
4721 * coding.c (inhibit_null_byte_detection): New variable.
4722 (detect_coding, detect_coding_system): Don't pay attention to null
4723 bytes if inhibit_null_byte_detection is non-zero.
51d861de 4724 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
4725 <inhibit-iso-escape-detection>: Doc fix.
4726
4624b6e3
JR
47272009-01-09 Jason Rumney <jasonr@gnu.org>
4728
4729 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 4730 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
4731 Only report Unicode Plane 2 fonts as unicode-sip.
4732
323b840c
CY
47332009-01-09 Chong Yidong <cyd@stupidchicken.com>
4734
51d861de
SM
4735 * xfaces.c (Fx_font_family_list): Delete function.
4736 Move compatibility version to faces.el.
323b840c 4737
51d861de 4738 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 4739
eba7400d
MR
47402009-01-09 Martin Rudalics <rudalics@gmx.at>
4741
4742 * frame.c (x_set_frame_parameters): Remember requested value for
4743 fullscreen before it's reset by the parameter handler.
4744
4b09796d
GM
47452009-01-09 Glenn Morris <rgm@gnu.org>
4746
4747 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 4748 (last_command_event): ... and update all users.
4b09796d
GM
4749 (last_input_char): For clarity, rename to...
4750 (last_input_event): ... and update all users.
4751 (last-command-char, last-input-char): Move to subr.el as aliases.
4752 * cmds.c, commands.h: Update for last_command_char rename.
4753
14ccea62
CY
47542009-01-08 Chong Yidong <cyd@stupidchicken.com>
4755
51d861de 4756 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 4757
5f004711
JR
47582009-01-08 Jason Rumney <jasonr@gnu.org>
4759
4760 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
4761 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
4762 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
4763 Don't declare.
fff4e459 4764 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
4765 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
4766
b71f6f73
KH
47672009-01-07 Kenichi Handa <handa@m17n.org>
4768
50b06221 4769 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 4770 remember the coding system used for decoding in
50b06221
KH
4771 coding_system (Bug#1039).
4772
b71f6f73 4773 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 4774 breaking the loop. (Bug#870)
b71f6f73
KH
4775 (decode_coding_utf_16, decode_coding_emacs_mule)
4776 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4777 (decode_coding_charset): Likewise.
4778
56f668f7
MR
47792009-01-05 Martin Rudalics <rudalics@gmx.at>
4780
4781 * frame.c (x_set_frame_parameters): Make sure height (width) get
4782 applied when fullwidth (fullheight) is set. (Bug#1522)
4783
5da9424d
JB
47842009-01-04 Juanma Barranquero <lekktu@gmail.com>
4785
4786 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
4787 (utc_base): Declare as ULONGLONG, not long double.
4788 (convert_time_raw): Delete.
4789 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
4790 (initialize_utc_base): New function.
4791 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
4792 (convert_from_time_t): Use initialize_utc_base; compute result with
4793 64-bit arithmetic.
4794 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
4795
c4605e09
EZ
47962009-01-03 Eli Zaretskii <eliz@gnu.org>
4797
9acef61c 4798 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
4799 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
4800 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
4801 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
4802 [!subprocesses]: Define.
4803 (syms_of_process) [!subprocesses]: Intern and staticpro them.
4804 (Flist_system_processes, Fsystem_process_attributes)
4805 [!subprocesses]: Call list_system_processes and
4806 system_process_attributes instead of returning Qnil.
4807
9acef61c
JB
4808 * dosfns.c (system_process_attributes, list_system_processes):
4809 New functions.
c4605e09
EZ
4810
4811 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
4812
4813 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
4814 Don't use the default (no-op) implementation.
4815
8b7d0a16
JR
48162009-01-03 Jason Rumney <jasonr@gnu.org>
4817
a6d46bc1
JR
4818 * keyboard.c (parse_modifiers_uncached): Wheel events are
4819 clicks (bug#687).
4820
8b7d0a16
JR
4821 * w32term.c (x_query_colors, x_query_color): New functions.
4822
4823 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
4824 (svg_load_image): Cast returned pointers from dynamically loaded
4825 functions. Eliminate W32 specific code.
4826
bfe11752
DN
48272009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
4828
89e2438a
DN
4829 * nsfns.m (x_set_foreground_color, x_set_background_color)
4830 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
4831 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
4832 x_ prefix instead of ns_. Update references.
4833 (syms_of_nsfns): Add a FIXME comment.
4834
4835 * nsterm.m (x_set_cursor_type): New prototype.
4836 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
4837
bfe11752
DN
4838 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
4839 for Solaris instead of incorrectly providing Qutime and Qcutime.
4840
031da700
EZ
48412009-01-02 Eli Zaretskii <eliz@gnu.org>
4842
4843 * w32.c (process_times): Compute sum of utime and stime.
4844 (system_process_attributes): Add Qtime to the alist.
4845
4846 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
4847 and add them to the alist.
4848
4849 * process.c (top level) <Qtime, Qctime>: New variables.
4850 (syms_of_process): staticpro them.
4851 (Fsystem_process_attributes): Add their documentation to the doc
4852 string.
4853
4854 * process.h: Declare Qtime and Qctime.
4855
df23bf08
JR
48562009-01-02 Jason Rumney <jasonr@gnu.org>
4857
9acef61c 4858 * image.c (Qgobject): New symbol.
df23bf08
JR
4859 (syms_of_image): Initialize it.
4860 (init_svg_functions): Load some functions from gobject library.
4861
5bbdf7aa
DN
48622009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
4863
4864 * frame.c (make_terminal_frame): Remove redundant code and useless
4865 block.
4866
63136da6
AS
48672009-01-01 Andreas Schwab <schwab@suse.de>
4868
4869 * process.c (conv_sockaddr_to_lisp): Add workaround for
4870 getsockname bug on BSD.
4871
9ef69046
CY
48722009-01-01 Chong Yidong <cyd@stupidchicken.com>
4873
d6fafbe0
CY
4874 * xfns.c (x_create_tip_frame): Set border width of the X window.
4875
51d861de 4876 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 4877
f9c34147
JR
48782009-01-01 Jason Rumney <jasonr@gnu.org>
4879
9acef61c 4880 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
4881 Don't block input, as per earlier xterm.c changes.
4882
f5497e45
AR
48832008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
4884
4885 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
4886 (ns_appkit_version_int): New function.
4887 (x-server-version): Use ns_appkit_version_int and follow 21+
4888 convention of returning 3 integers.
4889
c19cab20
KH
48902008-12-30 Kenichi Handa <handa@m17n.org>
4891
4892 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
4893 (CHAR_SURROGATE_PAIR_P): New macro.
4894
4895 * font.h (struct font_driver): New member get_variation_glyphs.
4896
9acef61c 4897 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
4898 (Ffont_variation_glyphs): New function.
4899 (syms_of_font): Defsubr it.
4900
4901 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
4902 ftfont_variation_glyphs.
4903 (setup_otf_gstring): New function.
4904 (ftfont_drive_otf): Use it.
4905 (ftfont_shape_by_flt): Handle variation selector.
4906 (ftfont_variation_glyphs): New function.
4907
28cd591f
MR
49082008-12-30 Martin Rudalics <rudalics@gmx.at>
4909
4910 * frame.c (Vemacs_iconified): Remove.
4911
7f714baf
JR
49122008-12-30 Jason Rumney <jasonr@gnu.org>
4913
4914 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 4915 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 4916
9d2d22ab
CY
49172008-12-30 Chong Yidong <cyd@stupidchicken.com>
4918
4919 * indent.c (Fvertical_motion): Don't advance iterator if we have
4920 reseated to the desired position.
4921
4922 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
4923 checking for pos match.
4924
545312c2
KH
49252008-12-30 Kenichi Handa <handa@m17n.org>
4926
1ede3eb6
KH
4927 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
4928 just get the low 8-bit of the code.
4929
545312c2
KH
4930 * font.c (font_intern_prop): Validate str as multibyte.
4931
bd7bbf29
DN
49322008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4933
31e0750e
DN
4934 * dispextern.h (struct face): Move lface and hash from the middle
4935 of bitfields.
4936
bd7bbf29
DN
4937 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
4938
b5672e7c
DN
49392008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4940
4941 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
4942 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
4943 instead of intervals.h.
4944
d704470f
AS
49452008-12-26 Andreas Schwab <schwab@suse.de>
4946
4947 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
4948 cons.
4949
54b33868
MR
49502008-12-26 Martin Rudalics <rudalics@gmx.at>
4951
4952 * textprop.c (Qminibuffer_prompt): New variable.
4953 (syms_of_textprop): Initialize it.
4954 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
4955 in minibuffer-prompt face. (Bug#1662)
4956
40b615d6
JR
49572008-12-25 Jason Rumney <jasonr@gnu.org>
4958
4959 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
4960
baae5c2d
JR
49612008-12-24 Jason Rumney <jasonr@gnu.org>
4962
4963 * ralloc.c (r_alloc_reset_variable): New function.
4964
4965 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 4966 record of what points where. (Bug#716)
baae5c2d 4967
a9051c88
DN
49682008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
4969
4970 * minibuf.c (read_minibuf): Follow the non-interactive case when
4971 running as a daemon, before detaching.
4972
8b146312
AS
49732008-12-22 Andreas Schwab <schwab@suse.de>
4974
4975 * buffer.c (init_buffer): Use realloc instead of xrealloc.
4976 * gtkutil.c (free_widget_value): Use xfree instead of free.
4977
56f2de10
MR
49782008-12-22 Martin Rudalics <rudalics@gmx.at>
4979
4980 * frame.c (delete_frame): New function derived from
4981 Fdelete_frame to handle Qnoelisp value for FORCE argument.
4982 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
4983 (Fdelete_frame): Call delete_frame. Remove line from doc-string
4984 saying that FORCE non-nil doesn't run `delete-frame-functions'.
4985 * frame.h: Extern delete_frame.
4986 * window.c (window_loop):
4987 * terminal.c (delete_terminal):
4988 * xterm.c (x_connection_closed):
4989 * xfns.c (Fx_hide_tip):
9acef61c 4990 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 4991
1fc200d6
JR
49922008-12-21 Jason Rumney <jasonr@gnu.org>
4993
4994 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
4995 when character maps to .notdef character.
4996
5e252df2
SM
49972008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4998
4999 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5000
99b72cc4
JR
50012008-12-20 Jason Rumney <jasonr@gnu.org>
5002
5003 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 5004 a graphical frame on Windows. (Bug#1325)
99b72cc4 5005
acc49a52
JD
50062008-12-20 Jan Djärv <jan.h.d@swipnet.se>
5007
5008 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5009
6ea15123
CY
50102008-12-20 Chong Yidong <cyd@stupidchicken.com>
5011
5012 * minibuf.c (Fread_buffer): Doc fix.
5013
b2dab6c8
JR
50142008-12-20 Jason Rumney <jasonr@gnu.org>
5015
54ea0c87 5016 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 5017 server name in UNC paths. (Bug#719)
54ea0c87 5018
b2dab6c8 5019 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 5020 charbuf. (Bug#1035)
b2dab6c8 5021
6d1921be
DN
50222008-12-19 Daniel Engeler <engeler@gmail.com>
5023
5024 * sysdep.c (serial_configure): Fix typo.
5025
53934c98
DN
50262008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5027
5028 * sysdep.c: Include alloca.h.
f4f634e8
DN
5029 (system_process_attributes): Add implementation for Solaris.
5030
5031 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 5032
06e111a6
DN
50332008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5034
5035 Reorganize implementation of Flist_system_processes and
5036 Fsystem_process_attributes. No functional changes.
5037 * process.c: Don't #include pwd.h, grp.h and limits.h.
5038 (Flist_system_processes): Just call list_system_processes.
5039 (Fsystem_process_attributes): Just call system_process_attributes.
5040 (procfs_list_system_processes, time_from_jiffies)
5041 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5042 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5043
5044 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
5045 (list_system_processes): Rename from
5046 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
5047 Provide a do nothing implementation.
5048 (system_process_attributes): Rename from
5049 procfs_list_system_processes.
5050 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 5051 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
5052
5053 * w32.c (list_system_processes): Rename from
5054 w32_list_system_processes.
5055 (system_process_attributes): Rename from
5056 w32_system_process_attributes.
5057
5058 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5059
5060 * process.h (w32_list_system_processes)
5061 (w32_system_process_attributes): Remove.
362654a6
JB
5062 (list_system_processes, system_process_attributes):
5063 New prototypes.
06e111a6 5064
6a705b23
KH
50652008-12-19 Kenichi Handa <handa@m17n.org>
5066
5067 * xfont.c (xfont_decode_coding_xlfd): New function.
5068 (xfont_encode_coding_xlfd): New function.
5069 (xfont_list_pattern): Decode XLFD by iso-8859-1.
5070 (xfont_list): Decode and encode XLFD by iso-8859-1.
5071 (xfont_match): Likewise.
5072 (xfont_list_family): Likewise.
5073 (xfont_open): Likewise.
5074
d66c0241 5075 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
5076 names are utf-8.
5077
d66c0241 5078 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
5079 names are utf-8.
5080
5a130941
JD
50812008-12-18 Jan Djärv <jan.h.d@swipnet.se>
5082
5083 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
5084 changed.
bfd20325
JD
5085 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
5086 clicked on a detached tool bar button.
5a130941 5087
fd95644b
DN
50882008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
5089
5090 * emacs.c (main): Print and error and exit when no data is read
5091 from the pipe.
5092
e6eee6ae
JR
50932008-12-17 Jason Rumney <jasonr@gnu.org>
5094
5095 * w32font.c (w32font_has_char): Always return -1.
5096
a35dd56b
KH
50972008-12-16 Kenichi Handa <handa@m17n.org>
5098
5099 * font.c (font_open_entity): Fix previous change.
5100
0e3635c2
DN
51012008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
5102
5103 * process.c: Include <limits.h>.
5104
d4835507 51052008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
5106
5107 * font.c (font_update_drivers): Fix mistake in reconstructing the
5108 driver list.
5109
51102008-12-16 Chong Yidong <cyd@stupidchicken.com>
5111
5112 * font.c (font_clear_cache): Fix format of font cache data.
5113
e2cbc401
CY
51142008-12-15 Chong Yidong <cyd@stupidchicken.com>
5115
5116 * xftfont.c (xftfont_open): Free Xft font pattern if
5117 XftFontOpenPattern fails.
5118
5119 * xterm.c (x_free_frame_resources): Remove extraneous call to
5120 free_frame_faces.
5121
b131d535
CY
51222008-12-13 Chong Yidong <cyd@stupidchicken.com>
5123
5124 * xterm.c (x_delete_display): Move xim_close_dpy call to
5125 x_delete_terminal.
5126 (x_delete_terminal): Call xim_close_dpy.
5127
e6df5336
JR
51282008-12-13 Jason Rumney <jasonr@gnu.org>
5129
5130 * w32font.c (intern_font_name): New function.
5131 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
5132 (w32font_open_internal, Fx_select_font): Decode font name.
5133 (fill_in_logfont, list_all_matching_fonts): Encode font name.
5134
5135 * w32font.h (intern_font_name): Declare new function.
5136
5137 * w32uniscribe.c (add_opentype_font_name_to_list):
5138 Use intern_font_name.
5139
20d68145
CY
51402008-12-13 Chong Yidong <cyd@stupidchicken.com>
5141
9f2554de
CY
5142 * frame.c (Fdelete_frame): Call free_font_driver_list.
5143
3d9bec9a
CY
5144 * font.c (free_font_driver_list): Implement missing function.
5145
20d68145
CY
5146 * w32term.c (w32_term_init): Don't initialize the image cache
5147 here; it will be done in init_frame_faces.
5148
5149 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
5150 (struct x_display_info): Remove unused member null_pixel. New
5151 member xim_callback_data.
5152
5153 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
5154 (xim_initialize): Save pointer to callback function data.
5155 (xim_close_dpy): Free callback function data. Call XCloseIM,
5156 reverting 2008-11-04 change by David Smith.
5157 (x_term_init): Don't initialize the image cache here; it will be
5158 done in init_frame_faces. Remove ancient "null_pixel" cruft.
5159 (x_delete_display): Free x_dnd_atoms member.
5160
96f9306b
KH
51612008-12-13 Kenichi Handa <handa@m17n.org>
5162
6dec9044
JB
5163 * font.c (font_rescale_ratio): Moved from xfaces.c.
5164 Argument type changed. Handle a font-spec too.
96f9306b 5165 (font_score): Check Vface_font_rescale_alist.
6dec9044 5166 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
5167
5168 * xfaces.c (font_rescale_ratio): Moved to font.c.
5169
8d5b4964
CY
51702008-12-13 Chong Yidong <cyd@stupidchicken.com>
5171
5172 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
5173
e6df5336
JR
51742008-12-12 Jason Rumney <jasonr@gnu.org>
5175
5176 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
5177 Vwindow_system_version to the real w32 major version.
5178
97c6058a
DN
51792008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
5180
5181 * term.c (init_tty): Move setting the terminal name before the
5182 potential user: maybe_fatal.
5183
ec4e88d7
CY
51842008-12-11 Chong Yidong <cyd@stupidchicken.com>
5185
d4835507
JB
5186 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
5187 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 5188
b4233ec9
JR
51892008-12-11 Jason Rumney <jasonr@gnu.org>
5190
8ec71e23 5191 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 5192 SYMBOL_CHARSET. (Bug#547)
8ec71e23 5193
b4233ec9 5194 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 5195 size for surrogates. (Bug#1096, bug#872)
b4233ec9 5196
011a0143
JB
51972008-12-11 Juanma Barranquero <lekktu@gmail.com>
5198
5199 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
5200
3c309f34
JB
52012008-12-11 Juanma Barranquero <lekktu@gmail.com>
5202
5203 * process.c (Fsystem_process_attributes, syms_of_process):
5204 Fix typo in name of Ssystem_process_attributes.
5205 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
5206
fedc6ab5
JB
52072008-12-11 Juanma Barranquero <lekktu@gmail.com>
5208
5209 * syntax.c (Fmodify_syntax_entry): Doc fix.
5210
ba3de0e8
JB
52112008-12-10 Juanma Barranquero <lekktu@gmail.com>
5212
5213 * font.c (Ffont_spec): Move usage to end of docstring.
5214
174f1c74
JR
52152008-12-10 Jason Rumney <jasonr@gnu.org>
5216
5217 * w32font.c (Qcham): New symbol.
5218 (font_supported_scripts): Add cham, and comments for other new
5219 scripts in bitfield from OpenType spec.
9d32f818
JR
5220 (add_font_entity_to_list): Limit unicode-sip fonts to those that
5221 contain characters beyond the bmp.
174f1c74 5222
7b649478
KH
52232008-12-10 Kenichi Handa <handa@m17n.org>
5224
5225 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 5226 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
5227 Qunicode_sip.
5228
2133e2d1
JB
52292008-12-10 Juanma Barranquero <lekktu@gmail.com>
5230
5231 * coding.c (QCdefault_char): Rename from QCdefalut_char.
5232 (Fcoding_system_put): Use QCdefault_char.
5233 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
5234
9af886ee
CY
52352008-12-09 Chong Yidong <cyd@stupidchicken.com>
5236
74d819eb
CY
5237 * xftfont.c (syms_of_xftfont): Fix typo.
5238
4ccfa1c0 5239 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 5240
7c19d3ae
DN
52412008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5242
5243 * emacs.c (main): Close daemon_pipe on exec.
5244
567826bb
CY
52452008-12-08 Chong Yidong <cyd@stupidchicken.com>
5246
5247 * termchar.h (struct tty): New members termcap_term_buffer and
5248 termcap_strings_buffer.
5249
5250 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 5251 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
5252 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
5253 All callers changed.
5254 (init_tty): Store termcap data and string buffers in new struct
5255 tty members termcap_term_buffer and termcap_strings_buffer.
5256 (delete_tty): Free them.
4ccfa1c0 5257 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 5258
aa96c42b
SZ
52592008-12-07 Seiji Zenitani <zenitani@mac.com>
5260
5261 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 5262 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 5263
b7e1d896
CY
52642008-12-06 Chong Yidong <cyd@stupidchicken.com>
5265
5266 * coding.c (make_conversion_work_buffer): Disable buffer
5267 modification hooks in the work buffer.
5268
b5ec91a5
EZ
52692008-12-05 Eli Zaretskii <eliz@gnu.org>
5270
5271 * process.c (procfs_system_process_attributes): If `nread' has a
5272 negative value, assign zero to it.
5273
a5d2a52b
CY
52742008-12-05 Chong Yidong <cyd@stupidchicken.com>
5275
68c5540b 5276 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 5277
7bf1bb21
KH
52782008-12-05 Kenichi Handa <handa@m17n.org>
5279
5280 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
5281 second character is a combining character.
5282
2fdc7d00
EZ
52832008-12-05 Eli Zaretskii <eliz@gnu.org>
5284
5285 * process.c (procfs_system_process_attributes): Don't use cmd,
5286 cmdsize, and q without initializing them first.
5287
bf6bfba8
JR
52882008-12-04 Jason Rumney <jasonr@gnu.org>
5289
5290 * w32font.c (w32font_draw): Initialize orig_clip before getting
5291 it, and delete it when finished.
5292
a3b1a468
DN
52932008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5294
5295 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
5296 case when running as a daemon before detaching.
5297
8b8be8eb
JB
52982008-12-03 Juanma Barranquero <lekktu@gmail.com>
5299
805f2638 5300 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 5301
b1bde622
KH
53022008-12-03 Kenichi Handa <handa@m17n.org>
5303
e500c47d
KH
5304 * font.c (font_at): Set `multibyte' at first.
5305
ca516334
KH
5306 * coding.c (decode_coding_charset): Check type of an element of
5307 vector VALIDS.
7bf1bb21 5308 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 5309
4ccfa1c0 5310 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
5311 (font_for_char): Likewise.
5312
1e5ecd37
CY
53132008-12-03 Chong Yidong <cyd@stupidchicken.com>
5314
d5b01609 5315 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
5316 (font_update_lface): Handle fonts with corrupted size specs,
5317 i.e. non-int and non-float.
d5b01609 5318
11e3a6e4 5319 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 5320 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 5321 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 5322
ab06788b
CY
5323 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
5324
1e5ecd37 5325 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 5326 underline_minimum_offset for underline position.
1e5ecd37 5327
63c125ab
DN
53282008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5329
5330 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
5331
5332 * character.c (c_string_width): Specify the type for LEN.
5333
3a8406e1
KH
53342008-12-03 Kenichi Handa <handa@m17n.org>
5335
4ccfa1c0 5336 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 5337 (decode_coding_utf_8): Likewise.
4ccfa1c0 5338 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 5339 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 5340
651df7d9
CY
53412008-12-02 Chong Yidong <cyd@stupidchicken.com>
5342
5343 * keyboard.c (make_lispy_position): Only use PT if the selected
5344 window is current.
5345
1f625c6c
AS
53462008-12-02 Andreas Schwab <schwab@suse.de>
5347
f7741ce9
AS
5348 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
5349
1f625c6c
AS
5350 * doprnt.c (doprnt1): Fix size of charbuf.
5351
92bc2678
CY
53522008-12-02 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * keyboard.c (timer_check): Revert last change.
5355
93b9e8cc
JB
53562008-12-02 Juanma Barranquero <lekktu@gmail.com>
5357
5358 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
5359
fd7a37d5
JB
53602008-12-01 Juanma Barranquero <lekktu@gmail.com>
5361
5362 * makefile.w32-in: Update dependencies.
5363 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
5364
c115043b
AS
53652008-12-01 Andreas Schwab <schwab@suse.de>
5366
5367 * font.c (register_font_driver): Use xmalloc.
5368 (font_put_frame_data): Likewise.
5369
f5668d2a
CY
53702008-12-01 Chong Yidong <cyd@stupidchicken.com>
5371
860d96be
CY
5372 * xfaces.c (realize_x_face): Make abort condition clearer.
5373
f5668d2a
CY
5374 * gtkutil.c (update_frame_tool_bar): Initialize variable.
5375
379c17e7
CY
53762008-11-30 Chong Yidong <cyd@stupidchicken.com>
5377
5378 * keyboard.c (timer_check): After a timer runs, ensure that the
5379 selected window's buffer is current.
5380
35f36d65
JB
53812008-11-30 Juanma Barranquero <lekktu@gmail.com>
5382
f952c61c
JB
5383 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
5384 It was accidentally restored by the Unicode merge.
5385
35f36d65
JB
5386 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
5387
b23077df
JB
53882008-11-29 Juanma Barranquero <lekktu@gmail.com>
5389
5390 * w32proc.c: Include "coding.h".
5391 (Fw32_short_file_name): Encode filename passed to Windows API.
5392 (Fw32_long_file_name): Encode filename passed to Windows API and
5393 decode back the result. (Bug#1433)
5394
b8ebe9dd
KH
53952008-11-29 Kenichi Handa <handa@m17n.org>
5396
8cc53f96
KH
5397 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
5398 not before accessing it.
5399
b8ebe9dd
KH
5400 * charset.c (Fdefine_charset_internal): After calculating
5401 min_char, max_char, and fastmap, copy the charset structure again.
5402 (encode_char): Fix the previous change.
5403
59bc82c0
SZ
54042008-11-28 Seiji Zenitani <zenitani@mac.com>
5405
5406 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
5407
5408 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
5409
5410 * nsterm.m (x_set_frame_alpha): New function.
5411
32247e3d
EZ
54122008-11-27 Eli Zaretskii <eliz@gnu.org>
5413
5414 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
5415
b003e5ff
JB
54162008-11-27 Juanma Barranquero <lekktu@gmail.com>
5417
5418 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
5419 pointer to check_face_name.
5420
708550f5
KH
54212008-11-27 Kenichi Handa <handa@m17n.org>
5422
5423 * category.h (SET_CATEGORY_SET): Call set_category_set.
5424 (set_category_set): Extern it.
5425
5426 * category.c (hash_get_category_set): New function.
5427 (Fmodify_category_entry): Adjusted for the change of
5428 char_table_ref_and_range. Call hash_get_category_set to get a
5429 category set to store in the table.
5430
5431 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
5432 Funify_charset.
5433
2ae37cf0 5434 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
5435 (DECODE_CHAR): Check if the decoder vector is ready.
5436 (ENCODE_CHAR): Check if the encoder char-table is ready.
5437 (maybe_unify_char): Extern it.
5438
5439 * charset.c (Vchar_unified_charset_table): Delete it.
5440 (inhibit_load_charset_map): New variable.
5441 (temp_charset_work): New variable.
5442 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
5443 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
5444 New macros.
5445 (load_charset_map): Meaning of control_flag changed. If
5446 inhibit_load_charset_map is nonzero, setup a table in
5447 temp_charset_work.
5448 (load_charset): New argument control_flag.
5449 (map_charset_for_dump): New function.
5450 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
5451 map_charset_for_dump.
5452 (Fdefine_charset_internal): If the charset method is MAP, load
5453 mapping tables by calling load_charset.
5454 (Funify_charset): Don't load a mapping table but directly set
5455 Vchar_unify_table.
5456 (maybe_unify_char): New function.
5457 (decode_char): Don't handle the deleted method MAP_DEFERRED.
5458 Handle the case of inhibit_load_charset_map being nonzero.
5459 (encode_char): Don't handle the deleted method MAP_DEFERRED.
5460 Handle the case of inhibit_load_charset_map being nonzero.
5461 (Fclear_charset_maps): Just free temp_charset_work.
5462 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
5463 variable.
5464
5465 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
5466 change of char_table_ref_and_range.
5467 (char_table_ref_and_range): Change the meaning of argument FROM
5468 and TO. Now the caller must provide initial values for *FROM
5469 and *TO.
5470
5471 * fontset.c (fontset_add): Adjusted for the change of
5472 char_table_ref_and_range.
5473 (fontset_get_font_group): Likewise.
5474 (Ffontset_info): Likewise.
5475
5476 * keymap.c (describe_vector): Adjusted for the change of
5477 char_table_ref_and_range. For char-table, put boundary between
5478 non-ASCII and 8-bit characters.
5479
5480 * print.c (print_object): For bool-vector, delete unnecessary
5481 check of ASCII_BYTE_P.
5482
9196133b
JR
54832008-11-26 Jason Rumney <jasonr@gnu.org>
5484
5485 * w32font.c (w32font_open_internal): Don't include external
9acef61c 5486 leading in font height. (Bug#879)
9196133b 5487
9f688acf
GM
54882008-11-26 Glenn Morris <rgm@gnu.org>
5489
5490 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
5491 redefinition with ifdef. (Bug#1383)
5492
90d19aff
AR
54932008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5494
5495 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
5496
4ccfa1c0 54972008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
5498
5499 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
5500 New EmacsView methods.
5501 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
5502 Fixes bug #1048,1357,1414.
5503
55042008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5505
5506 Fix bug #1362.
5507 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
5508 is not an indexed color.
5509 * nsterm.m (free_indexed_color): Add argument checking.
5510 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
5511
e7d5ecb3
CY
55122008-11-24 Chong Yidong <cyd@stupidchicken.com>
5513
5514 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
5515 Document confirm-after-completion value for
5516 minibuffer-completion-confirm.
5517
c285743c
JR
55182008-11-24 Jason Rumney <jasonr@gnu.org>
5519
5520 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
5521 warning.
5522
b0857706
JR
55232008-11-23 Jason Rumney <jasonr@gnu.org>
5524
5525 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
5526 restored before returning.
5527
5528 * w32font.c (check_face_name): New function.
5529 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 5530 fonts. (Bug#642)
b0857706 5531
ee50ff07
MR
55322008-11-22 Martin Rudalics <rudalics@gmx.at>
5533
5534 * buffer.c (Fswitch_to_buffer): Reword and mention new option
5535 confirm-nonexistent-file-or-buffer in doc-string.
5536
b8ff72fa
SM
55372008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5538
5539 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
5540 Fix copy/paste typo. Add checks.
5541
cee53ed4
KH
55422008-11-21 Kenichi Handa <handa@m17n.org>
5543
5544 * coding.c (detect_coding_iso_2022): Reject invalid composition
5545 sequence.
5546 (DECODE_COMPOSITION_START): If the current source is the last
5547 block, and the current composition doesn't end, regard this
5548 sequence as invalid.
5549 (decode_coding_iso_2022): Handle invalid composition sequence.
5550
f6ef1e65
MR
55512008-11-20 Martin Rudalics <rudalics@gmx.at>
5552
5553 * window.c (coordinates_in_window): Don't return
5554 ON_VERTICAL_BORDER for the rightmost position of a mode/header
5555 line when the window is not the rightmost one. (Bug#1372)
5556
e08b1705
MR
55572008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
5558
5559 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
5560
ad98e89f
EZ
55612008-11-15 Eli Zaretskii <eliz@gnu.org>
5562
5563 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
5564 and bright_bg if noninteractive is non-zero.
5565
fb098a4b
CY
55662008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5567
5568 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
5569 x_draw_glyph_string_background.
5570
5571 * w32term.c (x_draw_glyph_string): Likewise.
5572
ce952b6e
CY
55732008-11-15 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * xterm.c (x_draw_glyph_string): Stop drawing the background of
5576 the next glyph string once past the overhang width.
5577
5578 * nsterm.m (ns_draw_glyph_string): Likewise.
5579
5580 * w32term.c (x_draw_glyph_string): Likewise.
5581
26ea7079
CY
55822008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
5583
5584 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
5585 double file close.
5586
1c33c906
MR
55872008-11-14 Martin Rudalics <rudalics@gmx.at>
5588
5589 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
5590 dedicated status of window before attempting to display another
5591 buffer in it.
5592
8fc29035
JB
55932008-11-14 Juanma Barranquero <lekktu@gmail.com>
5594
5595 * msdos.c (Fmsdos_long_file_names):
5596 (syms_of_msdos) <dos-unsupported-char-glyph>:
5597 * dosfns.c (Fint86): Fix typos in docstrings.
5598
55fb4286
EZ
55992008-11-14 Eli Zaretskii <eliz@gnu.org>
5600
5601 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
5602
3fda0315
KY
56032008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5604
5605 * puresize.h (BASE_PURESIZE): Increase to 1260000.
5606
7e849c17
CY
56072008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
5608
5609 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
5610
5611 * frame.h: Negative alpha means "don't touch".
5612
5613 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
5614
5615 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
5616
b9fd67bd
DN
56172008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5618
5619 * hftctl.c:
5620 * chpdef.h:
5621 * acldef.h: Remove files used only for systems no longer supported.
5622
5623 * Makefile.in: Fix .o alphabetical ordering.
5624 (hftctl.o): Remove dependency, file removed.
5625 (keymap.o, print.o): Depend on charset.h.
5626
d5998e03
KH
56272008-11-10 Kenichi Handa <handa@m17n.org>
5628
2ae37cf0 5629 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 5630
be70e183
CY
56312008-11-08 Chong Yidong <cyd@stupidchicken.com>
5632
5633 * dired.c (file_name_completion): If completion_ignore_case is
5634 enabled, ignore case when checking completion-regexp-list.
5635
7cf94eac
EZ
56362008-11-08 Eli Zaretskii <eliz@gnu.org>
5637
5638 * vm-limit.c (get_lim_data): Fix last change.
5639
ee107a89
KH
56402008-11-08 Kenichi Handa <handa@m17n.org>
5641
5642 * character.c (Fget_byte): New function.
5643 (syms_of_character): Defsubr Fget_byte.
5644
5fd15622
CY
56452008-11-07 Chong Yidong <cyd@stupidchicken.com>
5646
5647 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
5648 cursor position is valid after scrolling.
5649
13d62fad
JB
56502008-11-06 Juanma Barranquero <lekktu@gmail.com>
5651
5652 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
5653
a1dd2936
GM
56542008-11-06 Glenn Morris <rgm@gnu.org>
5655
5656 * xterm.c (handle_one_xevent): Don't let popup menus cause
5657 mouse-autoselect-window related window switching. (Bug#1261)
5658
860cd236
CY
56592008-11-04 David Smith <davidsmith@acm.org> (tiny change)
5660
5661 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
5662
653a3150
AS
56632008-11-04 Andreas Schwab <schwab@suse.de>
5664
5665 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
5666
870f5cac
CY
56672008-11-03 Chong Yidong <cyd@stupidchicken.com>
5668
5669 * xfns.c (Fx_wm_set_size_hint): New function.
5670
1e02f3cb
MR
56712008-11-03 Martin Rudalics <rudalics@gmx.at>
5672
5673 * textprop.c (Fprevious_single_char_property_change): Return 0
5674 when there's no change in a string. (Bug#1301)
5675
e630dfc6
MR
56762008-11-02 Martin Rudalics <rudalics@gmx.at>
5677
5678 * frame.c (do_switch_frame): New argument NORECORD passed to
5679 Fselect_window.
5680 (Fselect_frame): New argument NORECORD passed to
5681 do_switch_frame.
5682 (Fset_frame_selected_window): New argument NORECORD passed to
5683 Fselect_frame.
5684 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
5685 in call of do_switch_frame.
5686 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
5687 Handle NORECORD argument in call of Fselect_frame.
5688 * lisp.h (do_switch_frame, Fselect_frame)
5689 (Fset_frame_selected_window): Adjust declarations.
5690 * window.c (select_frame_norecord): New function.
5691 (run_window_configuration_change_hook): Use it and call
5692 Fselect_frame with NORECORD set.
5693 (Fselect_window): Pass NORECORD to Fselect_frame.
5694 (Fset_window_configuration): Handle NORECORD argument in call of
5695 do_switch_frame.
5696 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
5697 Fset_frame_selected_window.
5698 * keyboard.c (command_loop_1): Handle NORECORD in call of
5699 Fselect_frame (currently ifdefd).
5700
9020b223
GM
57012008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
5702
5703 * emacs.c (USAGE2): Untabify.
5704
793ffee8
SM
57052008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5706
5707 * composite.c (fill_gstring_header): Fix copy/paste typo.
5708
ab6d1131
MR
57092008-10-31 Martin Rudalics <rudalics@gmx.at>
5710
5711 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
5712 (Fother_window): Rename argument and rewrite doc-string.
5713 (select_window_norecord): Fix return value. (Bug#1276)
5714
601a9cf1
JB
57152008-10-30 Juanma Barranquero <lekktu@gmail.com>
5716
5717 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
5718 new frames overriding foreground for tooltips. Based on similar patch
5719 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
5720
813b0652
CY
57212008-10-29 Chong Yidong <cyd@stupidchicken.com>
5722
5723 * emacs.c (Fdaemon_initialized): Initialize nfd.
5724
4414f58f
MR
57252008-10-29 Martin Rudalics <rudalics@gmx.at>
5726
5727 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
5728 (Fwindow_text_height): Clarify doc-strings.
5729 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
5730 doc-string of window-scroll-functions.
5731
ecdcaa09
RS
57322008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5733
5734 * category.c (syms_of_category): Fix typo in docstring.
5735
23fe745a
JB
57362008-10-28 Juanma Barranquero <lekktu@gmail.com>
5737
5738 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
5739 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
5740 Fix typos in docstrings.
5741
ff808935
DN
57422008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
5743
5744 * emacs.c (daemon_pipe): Make non-static.
5745 (IS_DAEMON): Move definition ...
5746 * lisp.h (IS_DAEMON): ... here.
5747 (daemon_pipe): Declare.
5748 (is_daemon): Remove.
5749 * dispnew.c (init_display): Use IS_DAEMON.
5750
fc012771
SM
57512008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5752
5753 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
5754 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
5755
5756 * emacs.c (is_daemon): Remove.
5757 (main): Don't set is_daemon.
5758 (IS_DAEMON): New macro.
5759 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 5760 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
5761 parent exits.
5762 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
5763
d8bdbe6f
CY
57642008-10-27 Chong Yidong <cyd@stupidchicken.com>
5765
d1a072bf
CY
5766 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
5767 over-sized glyph, draw it with the default glyph width.
5768
e2e325aa
CY
5769 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5770 glyph, draw it with the default glyph width.
5771
5772 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5773 glyph, draw it with the default glyph width.
5774
d8bdbe6f
CY
5775 * xdisp.c (try_scrolling): When computing the distance from the
5776 scroll margin to PT, try moving some distance past the window
5777 bottom before giving up.
5778
7bfac547
MR
57792008-10-27 Martin Rudalics <rudalics@gmx.at>
5780
5781 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
5782 (Fset_window_buffer): Explain in doc-string that a window can be
5783 "strongly" dedicated to its buffer.
5784
4ff029f6
DN
57852008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5786
5787 * emacs.c (daemon_name): New variable.
5788 (main): Deal with --daemon=SERVER_NAME.
5789 (Fdaemonp): Return a name if one was passed to --daemon.
5790
5790ef40
DN
57912008-10-26 Romain Francoise <romain@orebokech.com>
5792
f9bd0df9 5793 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
5794 (main): Create a pipe before forking, make the parent exit only after
5795 the child has closed its end of the pipe. Move closing the
5796 descriptors ...
5797 (Fdaemon_initialized): ... here. New function.
5798
f5385255
SM
57992008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5800
4d632321
SM
5801 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
5802 the previous unoptimized table.
5803
f5385255
SM
5804 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
5805 the distinction between non-nil and non-t value of `dedicated'.
5806
6c56a0f3
CY
58072008-10-25 Chong Yidong <cyd@stupidchicken.com>
5808
5809 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 5810 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 5811
fec89261
MR
58122008-10-25 Martin Rudalics <rudalics@gmx.at>
5813
5814 * window.c (Fget_buffer_window, Fdelete_windows_on)
5815 (Freplace_buffer_in_windows): Make buffer argument optional and
5816 rename to buffer_or_name.
5817
34fcddd0
CY
58182008-10-24 Chong Yidong <cyd@stupidchicken.com>
5819
f5385255
SM
5820 * xdisp.c (handle_single_display_spec, handle_display_prop):
5821 Undo 2005-05-16 change.
34fcddd0
CY
5822 (handle_stop): Pop iterator if it's loaded with an empty string.
5823 (get_overlay_strings_1): Don't save iterator if it's loaded with
5824 an empty string (bug#1201).
5825
064766f2
KH
58262008-10-24 Kenichi Handa <handa@m17n.org>
5827
5828 * ftfont.c (ftfont_otf_features): Fix previous change.
5829 (ftfont_otf_capability): Check FeatureList.FeatureCount before
5830 calling ftfont_otf_features.
5831
f9bd0df9 58322008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
5833
5834 * font.c (font_match_p): Fix for the case that a vector of
5835 characters is in script-representative-chars.
5836
1dae9197
MA
58372008-10-24 Michael Albinus <michael.albinus@gmx.de>
5838
5839 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 5840 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
5841 (xd_read_queued_messages): Catch Qdbus_error from the macros.
5842 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 5843 macro. (Bug#1186)
1dae9197 5844
f9bd0df9 58452008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
5846
5847 * s/sol2-10.h: New file.
5848
878a4584
JB
58492008-10-23 Juanma Barranquero <lekktu@gmail.com>
5850
5851 * xdisp.c (fill_glyph_string): Fix typo in source (though the
5852 poor beast has survived 9+ years and the jump from xterm.c!).
5853
cd265ca6
MR
58542008-10-23 Martin Rudalics <rudalics@gmx.at>
5855
5856 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
5857 Reword doc-string.
f5385255 5858 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 5859
472a4dc9
JB
58602008-10-23 Juanma Barranquero <lekktu@gmail.com>
5861
5862 * character.c (syms_of_character) <script-representative-chars>:
5863 <unicode-category-table>: Doc fixes.
5864
159bd5a2
NF
58652008-10-23 Noah Friedman <friedman@splode.com>
5866
5867 * coding.c (make_conversion_work_buffer): Check that
5868 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
5869 Fget_buffer_create.
5870
49f9c344
KH
58712008-10-23 Kenichi Handa <handa@m17n.org>
5872
5873 * font.c (font_add_log): Check the values of extra properties.
5874
12bb3111
MR
58752008-10-22 Martin Rudalics <rudalics@gmx.at>
5876
5877 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
5878 Reword doc-string.
5879 (Fset_window_parameter): Use NILP.
5880 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 5881 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 5882
bbeb4e99
JB
58832008-10-22 Juanma Barranquero <lekktu@gmail.com>
5884
5885 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
5886
58872008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
5888
5889 * nsfns.m (ns_appkit_version): New function.
5890 (x-server-version): Use it.
5891 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
5892 (x-server-vendor): Don't check_ns().
5893
5894 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
5895
a9b555d3
JB
58962008-10-22 Juanma Barranquero <lekktu@gmail.com>
5897
5898 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
5899 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
5900
4626499f
KH
59012008-10-22 Kenichi Handa <handa@m17n.org>
5902
e3681952
KH
5903 * syntax.c (scan_words): Call word_boundary_p instead of comparing
5904 scripts.
5905
4626499f
KH
5906 * category.c (word_boundary_p): Check scripts instead of charset.
5907 Handle nil value in word-separating-categories and
5908 word-combining-categories.
5909 (syms_of_category): Fix docstrings of word-separating-categories
5910 and word-combining-categories.
5911
1560f91a
EZ
59122008-10-21 Eli Zaretskii <eliz@gnu.org>
5913
5914 * coding.c (Fencode_coding_region, Fdecode_coding_region)
5915 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
5916
f4668441
MR
59172008-10-21 Martin Rudalics <rudalics@gmx.at>
5918
5919 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
5920 Rename arg "buffer" to "buffer_or_name".
5921 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
5922 it optional.
5923 (no_switch_window): Remove since the return value is not used.
a9b555d3 5924 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
5925 Consider window as dedicated when Fwindow_dedicated_p returns a
5926 non-nil value.
5927 * lisp.h: Remove prototype for no_switch_window.
5928
fd75ddb2
JD
59292008-10-21 Jan Djärv <jan.h.d@swipnet.se>
5930
5931 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 5932 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 5933
07295713
KH
59342008-10-21 Kenichi Handa <handa@m17n.org>
5935
5936 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
5937 check Vlatin_extra_code_table.
5938
712adc82
EZ
59392008-10-20 Eli Zaretskii <eliz@gnu.org>
5940
5941 * fileio.c (Fset_file_modes): Doc fix.
5942
f549eb0b
MA
59432008-10-19 Michael Albinus <michael.albinus@gmx.de>
5944
5945 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
5946 in arrays.
5947
aac0c6e3
MR
59482008-10-19 Martin Rudalics <rudalics@gmx.at>
5949
5950 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
5951 Mention kill-buffer in doc-string.
5952 (Fset_window_buffer): Reinsert tem check removed in last commit.
5953 (Fenlarge_window, Fshrink_window): Have argument names and
5954 doc-string follow Elisp manual more closely.
5955
59562008-10-18 Eli Zaretskii <eliz@gnu.org>
5957
5958 * fileio.c (Fset_file_modes): Doc fix.
5959
59602008-10-18 Martin Rudalics <rudalics@gmx.at>
5961
5962 * window.c (Fwindow_width, Fset_window_start)
5963 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
5964 (Fdelete_windows_on, Freplace_buffer_in_windows):
5965 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
5966 (Fwindow_dedicated_p): Make window argument optional.
5967 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
5968 (Fset_window_buffer): Respect any non-nil dedicated value for
5969 window. Rename "buffer" argument to "buffer_or_name".
5970
59712008-10-18 Ulrich Mueller <ulm@gentoo.org>
5972
5973 * m/sh3.h: New file, machine description for SuperH.
5974
59752008-10-17 Martin Rudalics <rudalics@gmx.at>
5976
5977 * window.c (Fsplit_window): Rename arg horflag to horizontal.
5978
59792008-10-17 Kenichi Handa <handa@m17n.org>
5980
5981 * ftfont.c (ftfont_otf_features): Fix indexing
5982 gsub_gpos->FeatureList.Feature. Check the validity of indices.
5983
59842008-10-16 Magnus Henoch <mange@freemail.hu>
5985
5986 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
5987 (Fdbus_call_method_asynchronously): Ditto.
5988 This change makes C-h f display the argument list.
5989
59902008-10-16 Chong Yidong <cyd@stupidchicken.com>
5991
5992 * fileio.c (Fexpand_file_name): Doc fix.
5993
5994 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
5995 of :foreground and :background equivalent to unspecified (20.x
5996 compatibility).
5997
59982008-10-15 Eli Zaretskii <eliz@gnu.org>
5999
6000 * buffer.c (syms_of_buffer): Doc fix.
6001
60022008-10-14 Kenichi Handa <handa@m17n.org>
6003
6004 * font.c (font_clear_prop): When clearing font width, clear the
6005 average width field too.
6006
60072008-10-12 Andreas Schwab <schwab@suse.de>
6008
6009 * ftfont.c (ftfont_shape_by_flt): Make static.
6010 * ftfont.h (ftfont_shape_by_flt): Don't declare.
6011
6012 * font.c: Don't include <m17n-flt.h>.
6013
60142008-10-10 Eli Zaretskii <eliz@gnu.org>
6015
6016 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6017
60182008-10-09 Eli Zaretskii <eliz@gnu.org>
6019
6020 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6021 away code.
6022
60232008-10-09 Chong Yidong <cyd@stupidchicken.com>
6024
6025 * dispnew.c (update_text_area): Avoid looping due to large glyph
6026 overhangs (bug#1070).
6027
60282008-10-09 Kenichi Handa <handa@m17n.org>
6029
6030 * fontset.c (face_for_char): If face->fontset is negative, just
6031 return ascii_face.
6032
f5385255
SM
6033 * font.c (font_delete_unmatched): Fix previous change.
6034 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
6035
60362008-10-09 Martin Rudalics <rudalics@gmx.at>
6037
6038 * frame.c (Fraise_frame): On text-only terminals select frame in
6039 order to make it visible. (Bug#1061)
6040
60412008-10-08 Chong Yidong <cyd@stupidchicken.com>
6042
6043 * fontset.c (fontset_find_font): Check frame validity.
6044
60452008-10-07 Chong Yidong <cyd@stupidchicken.com>
6046
a9b555d3 6047 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
6048 (xg_display_close): Allow Emacs to close all displays (bug#985).
6049
60502008-10-06 Andreas Schwab <schwab@suse.de>
6051
f5385255 6052 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
6053
60542008-10-06 Chong Yidong <cyd@stupidchicken.com>
6055
f5385255 6056 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 6057
a9b555d3 6058 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
6059
6060 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6061 during initialization.
6062
60632008-10-04 Eli Zaretskii <eliz@gnu.org>
6064
6065 * xdisp.c (redisplay_internal): If frame switched, redisplay the
6066 whole thing on MSDOS frames as well as on a TTY.
6067
6068 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
6069 well as for TTY.
6070 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
6071 well as on a TTY.
6072
6073 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
6074 as well as for TTY.
6075
6076 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
6077
6078 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
6079 MSDOS frames as well.
6080
60812008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6082
6083 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
6084 correct arguments.
b71ac3dd 6085 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
6086
60872008-10-03 Glenn Morris <rgm@gnu.org>
6088
6089 * emacs.c (USAGE1): Add --daemon.
6090
60912008-10-02 Eli Zaretskii <eliz@gnu.org>
6092
6093 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
6094 100, so it's in percents as advertised.
6095
60962008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6097
6098 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
6099 (ns_output.current_cursor, ns_output.desired_cursor)
6100 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
6101 (FRAME_NEW_CURSOR_COLOR): Remove.
6102
6103 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 6104 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
6105 enumeration (HOLLOW_BOX_CURSOR, etc.).
6106
6107 * nsterm.m (ns_frame_rehighlight): Remove commented code.
6108 (draw_window_cursor): Simplify code.
f5385255
SM
6109 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
6110 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 6111 updates manually.
a9b555d3
JB
6112 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
6113 Use core Emacs cursor types.
aac0c6e3 6114
b8ff72fa 6115 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
6116
61172008-10-02 Martin Rudalics <rudalics@gmx.at>
6118
6119 * process.c (Faccept_process_output): Fix doc-string.
6120
61212008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
6122
6123 * gmalloc.c (__sbrk): Also define for uClibc.
6124
6125 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
6126 for uClibc.
6127
61282008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6129
6130 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
6131 styles.
6132 (nsfont_open): Reenable the cache.
6133
61342008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6135
6136 * font.c (font_matching_entity): Reflect ATTRS in font selection.
6137 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
6138
61392008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
6142 a suspended terminal.
6143
61442008-09-30 Michael Albinus <michael.albinus@gmx.de>
6145
6146 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
6147
61482008-09-30 Eli Zaretskii <eliz@gnu.org>
6149
6150 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
6151
61522008-09-30 Chong Yidong <cyd@stupidchicken.com>
6153
6154 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
6155 in a continued line coincides with a line beginning.
6156
61572008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6158
6159 * nsfont.m (nsfont_trait_distance): Fix bug.
6160 (nsfont_list): Return a list rather than a vector (syncs with Handa
6161 changes of 2008-05-14).
6162 (nsfont_open): Improve logging.
6163
61642008-09-29 Andreas Schwab <schwab@suse.de>
6165
6166 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6167
61682008-09-28 Martin Rudalics <rudalics@gmx.at>
6169
6170 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
6171 name as char-resolve-modifiers.
6172 Reported by: Markus Triska <markus.triska@gmx.at>
6173
61742008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6175
6176 * dispnew.c (init_display): Return earlier when running as a daemon.
6177
61782008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6179
6180 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
6181
61822008-09-27 Eli Zaretskii <eliz@gnu.org>
6183
6184 * composite.c (Fcomposition_get_gstring)
6185 (Fcompose_region_internal, Fcompose_string_internal)
6186 (Ffind_composition_internal): Doc fix.
6187 (syms_of_composite) <compose-chars-after-function>: Doc fix.
6188 (syms_of_composite) <auto-composition-function>: Doc fix.
6189 (syms_of_composite) <composition-function-table>: Doc fix.
6190
61912008-09-25 Chong Yidong <cyd@stupidchicken.com>
6192
6193 * search.c (wordify): New argument for lax word-ends.
6194 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
6195
61962008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6197
6198 * lisp.h (is_daemon): Declare.
6199 * dispnew.c (init_display): Do not try to initialize the terminal
6200 when running as a daemon.
6201
62022008-09-22 Chong Yidong <cyd@stupidchicken.com>
6203
6204 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
6205 x_display_pixel_height.
6206
62072008-09-22 Martin Rudalics <rudalics@gmx.at>
6208
6209 * undo.c (record_point): Don't call Fundo_boundary for first
6210 change. (Bug#731)
6211
62122008-09-22 Juanma Barranquero <lekktu@gmail.com>
6213
6214 * emacs.c (Fdaemonp): Doc fix.
6215
62162008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6217
6218 * emacs.c (main): Place #ifdef in the proper place.
6219
62202008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6221
6222 * emacs.c (standard_args): Add --daemon.
6223 (main): Disconnect from the terminal when --daemon is passed.
6224 (is_daemon): New variable.
6225 (Fdaemonp): New function.
6226 (syms_of_emacs): Defsubr it.
6227
62282008-09-20 Chong Yidong <cyd@stupidchicken.com>
6229
6230 * xdisp.c (get_next_display_element): Handle string display
6231 correctly when checking for the end of a box run.
6232
62332008-09-20 Glenn Morris <rgm@gnu.org>
6234
6235 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
6236 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
6237 (Frename_file): Avoid copying to trash if a rename involves
6238 a delete. (Bug#964).
6239
62402008-09-20 Eli Zaretskii <eliz@gnu.org>
6241
6242 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
6243 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
6244 frames as well as termcap frames.
6245 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
6246 get_named_tty.
6247
62482008-09-19 Eli Zaretskii <eliz@gnu.org>
6249
6250 * process.c (procfs_system_process_attributes): Fix cmdline in
6251 case /proc/PID/cmdline is empty.
6252
6253 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
6254 x_display_pixel_height.
6255
62562008-09-19 Juanma Barranquero <lekktu@gmail.com>
6257
6258 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
6259
6260 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6261 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
6262
62632008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
6264
6265 * dispextern.h (struct it): Move line_wrap away from the middle of
6266 bitfields. Move voffset in struct iterator_stack_entry after the
6267 bitfields. Move tab_width near after another short.
6268
62692008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
6270
6271 * frame.h (struct frame): Move alpha from the middle of bitfields.
6272
6273 * window.h (struct window): Move frozen_window_start_p after the
6274 rest of the bitfields to reduce padding.
6275
62762008-09-18 Chong Yidong <cyd@stupidchicken.com>
6277
6278 * xterm.h (x_display_info): Remove `height' and `width' members.
6279
6280 * nsterm.h (ns_display_info): Remove `height' and `width' members.
6281
6282 * w32term.h (w32_display_info): Remove `height', `width',
6283 `height_in', and `width_in' members.
6284
b8ff72fa
SM
6285 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6286 New functions.
aac0c6e3
MR
6287 (x_calc_absolute_position): Use them.
6288 (x_term_init): Omit removed `height' and `width' members.
6289
b8ff72fa
SM
6290 * w32term.c (x_display_pixel_height, x_display_pixel_width):
6291 New functions.
aac0c6e3
MR
6292 (w32_read_socket, x_calc_absolute_position): Use them.
6293 (w32_initialize_display_info, w32_term_init): Omit removed members
6294 of w32_display_info.
6295
b8ff72fa
SM
6296 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
6297 New functions.
6298 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 6299
b8ff72fa
SM
6300 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6301 New functions.
aac0c6e3
MR
6302 (x_calc_absolute_position): Use them.
6303 (x_term_init): Omit removed `height' and `width' members.
6304
6305 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
6306 (compute_tip_xy):
6307 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
6308 * xmenu.c (menu_position_func): Use x_display_pixel_height and
6309 x_display_pixel_width.
6310
63112008-09-18 Kenichi Handa <handa@m17n.org>
6312
6313 * composite.c (fill_gstring_header): Don't check FROM and TO here.
6314 (composition_compute_stop_pos): Fix handling of static composition.
6315 (Fcomposition_get_gstring): Check FROM and TO at first.
6316
63172008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6318
46e722a9 6319 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
6320 mixup (YAILOM).
6321
63222008-09-17 Chong Yidong <cyd@stupidchicken.com>
6323
6324 * indent.c (Fvertical_motion): Use position reported by iterator
6325 instead of PT for determining screen motion (bug#943).
6326
63272008-09-17 Romain Francoise <romain@orebokech.com>
6328
6329 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
6330
63312008-09-17 Kenichi Handa <handa@m17n.org>
6332
6333 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
6334
6335 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
6336 if necessary.
6337
63382008-09-16 Kenichi Handa <handa@m17n.org>
6339
6340 * coding.c (make_conversion_work_buffer): Avoid calling
6341 Fget_buffer_create if it is not necessary.
6342
63432008-09-15 Martin Rudalics <rudalics@gmx.at>
6344
6345 * window.c (Fselect_window): Don't update window_select_count and
6346 use_time when norecord is not nil.
6347
63482008-09-14 Kenichi Handa <handa@m17n.org>
6349
6350 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
6351 specpdl_ptr.
6352
63532008-09-12 Kenichi Handa <handa@m17n.org>
6354
6355 * indent.c (scan_for_column): Don't handle automatic composition
6356 if the current buffer is not associated with a window.
6357
6358 * composite.c (composition_reseat_it): If the current buffer is
6359 not associated with a window, ignore the automatic composition.
6360 (find_automatic_composition): Likewise.
6361
63622008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6363
6364 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
6365 (Fgpm_mouse_stop): Use it.
6366 * termhooks.h (close_gpm): Declare.
6367 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
6368 connection if Gpm_GetEvent fails.
6369
6370 * window.c (set_window_buffer): Always preserve current-buffer.
6371
63722008-09-12 Glenn Morris <rgm@gnu.org>
6373
6374 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
6375
63762008-09-11 Glenn Morris <rgm@gnu.org>
6377
6378 * charset.c (charset-map-path): Doc fix.
6379
63802008-09-10 Kenichi Handa <handa@m17n.org>
6381
6382 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
6383
6384 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
6385 compose a grapheme cluster with the preceding base glyph.
6386
6387 * composite.c (composition_compute_stop_pos): Fix previous change.
6388 Reset cmp_it->id to -1 at first.
6389
63902008-09-10 Glenn Morris <rgm@gnu.org>
6391
6392 * Makefile.in (character.o, chartab.o): Fix config.h typo.
6393
63942008-09-09 Chong Yidong <cyd@stupidchicken.com>
6395
6396 * keyboard.c (read_key_sequence): Reapply translation maps when
6397 switching keyboards.
6398
63992008-09-09 Kenichi Handa <handa@m17n.org>
6400
6401 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
6402 characters.
6403
6404 * composite.c (FORWARD_CHAR): Fix calculation
6405 of (POSITION).pos_byte.
6406 (composition_compute_stop_pos): Limit the search of composition to
6407 at most 500 characters ahead. If we reach the limit or find a
6408 newline, set cmp_it->ch to -2 and return 0.
6409 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
6410
64112008-09-08 Kenichi Handa <handa@m17n.org>
6412
6413 * indent.c (Fvertical_motion): Be sure to set
6414 it_overshoot_expected if it.cmp_it.id is non-negative.
6415
64162008-09-07 Andreas Schwab <schwab@suse.de>
6417
6418 * callproc.c (Fcall_process): Don't hold references to string data
6419 across garbage collection. Move initialisation of new_argv down
6420 to avoid compiler bug.
6421
64222008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6423
6424 * process.c (Fsystem_process_attributes): Doc fix.
6425
64262008-09-07 Chong Yidong <cyd@stupidchicken.com>
6427
6428 * callproc.c (Fcall_process): Canonicalize current directory name.
6429
6430 * xdisp.c (move_it_to): When moving by vpos, ensure that the
6431 iterator advances to the next line if the current line ends in a
6432 continued tab.
6433
64342008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
6435
6436 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
6437 member to point to cmp_from.
6438
6439 * xdisp.c: Doc fix for references to gidx data member.
6440
64412008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6442
6443 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
6444
64452008-09-07 Kenichi Handa <handa@m17n.org>
6446
6447 * composite.c (FORWARD_CHAR): Check STOP after
6448 incrementing (POSITION).pos.
6449
64502008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6451
6452 * process.c (Fsystem_process_attributes): Doc fix.
6453
64542008-09-06 Chong Yidong <cyd@stupidchicken.com>
6455
6456 * keyboard.c (Ftop_level): Doc fix.
6457
64582008-09-06 Eli Zaretskii <eliz@gnu.org>
6459
6460 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
6461 minibuffer, don't let lower part of menu invade the echo area.
6462
6463 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
6464 "char *q" to access menu text and advance through it. Revert the
6465 change that displayed ">" instead of ASCII character 0x10.
6466
64672008-09-05 Eli Zaretskii <eliz@gnu.org>
6468
6469 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
6470 toggle boxes and radio buttons on MS-DOS as well.
6471
64722008-09-05 Kenichi Handa <handa@m17n.org>
6473
6474 * composite.c (autocmp_chars): Check lookback count.
6475 (composition_compute_stop_pos): Set cmp_it->lookback.
6476 (composition_reseat_it): Check lookback count.
6477 (struct position_record): New struct.
6478 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
6479 (find_automatic_composition): New function.
6480 (composition_adjust_point): Use find_automatic_composition.
6481
6482 * dispextern.h (struct composition_it): New member lookback.
6483
64842008-09-02 Chong Yidong <cyd@stupidchicken.com>
6485
6486 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
6487 if moving by a single line.
6488
64892008-09-02 Andreas Schwab <schwab@suse.de>
6490
6491 * xterm.c (x_delete_display): Fix merge error.
6492
6493 * fileio.c (Fexpand_file_name): Remove unused variables.
6494
64952008-09-02 Eli Zaretskii <eliz@gnu.org>
6496
6497 * fileio.c (Fexpand_file_name): Copy argument `name' into local
6498 storage on all platforms, not just on DOS_NT.
6499
65002008-09-02 Jason Rumney <jasonr@gnu.org>
6501
b8ff72fa
SM
6502 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
6503 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
6504
65052008-09-01 Chong Yidong <cyd@stupidchicken.com>
6506
6507 * xfaces.c (Finternal_set_alternative_font_family_alist)
6508 (Finternal_set_alternative_font_registry_alist): Properly copy
6509 entire alist structure.
6510
65112008-09-01 Kenichi Handa <handa@m17n.org>
6512
d66c0241 6513 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 6514 representative chars of the script is a vector.
d66c0241
JB
6515 (ftfont_list): Handle the case where the representative chars of
6516 the script is a vector.
aac0c6e3
MR
6517
6518 * character.c (syms_of_character): Docstring of
6519 script-representative-chars fixed.
6520
65212008-08-31 Eli Zaretskii <eliz@gnu.org>
6522
6523 * msdos.c (BUILD_CHAR_GLYPH): New macro.
6524 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
6525 the menu. Allocate larger buffer for `text', to account for
6526 possible ^C characters.
6527
65282008-08-31 Martin Rudalics <rudalics@gmx.at>
6529
6530 * xdisp.c (prepare_menu_bars): Don't call
6531 Vwindow_size_change_functions with arg Qt.
6532
65332008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6534
6535 * font.h (font_range):
6536 * fileio.c (report_file_error):
46e722a9
SM
6537 * composite.c (composition_update_it): Yet another int/Lisp_Object
6538 mixup (YAILOM).
aac0c6e3
MR
6539
65402008-08-30 Glenn Morris <rgm@gnu.org>
6541
6542 * data.c (Fmake_variable_frame_local): Doc fix.
6543
6544 * frame.c (Fmodify_frame_parameters): Doc fix.
6545
65462008-08-30 Eli Zaretskii <eliz@gnu.org>
6547
6548 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
6549 needed by GetTokenInformation.
6550 (w32_system_process_attributes): Check return values of all system
6551 APIs.
6552
6553 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
6554 only when the state changes.
6555 (IT_update_begin, IT_update_end): Add termscript trace.
6556
6557 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
6558 clipboard is unavailable. Set dst to NULL if it doesn't point to
6559 malloc'ed data.
6560 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
6561 passing random values to xfree.
6562
6563 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 6564 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
6565
65662008-08-29 Jason Rumney <jasonr@gnu.org>
6567
6568 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
6569
65702008-08-29 Eli Zaretskii <eliz@gnu.org>
6571
6572 * composite.c (fill_gstring_body): Avoid compiler warnings.
6573
6574 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
6575 LGLYPH_SET_CODE to avoid compiler warnings.
6576
2ae37cf0 6577 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
6578
6579 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
6580
6581 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
6582 LGLYPH_SET_CODE.
6583
65842008-08-29 Kenichi Handa <handa@m17n.org>
6585
6586 * fileio.c (report_file_error): Don't downcase the first character
6587 of errstring if it is still unibyte.
6588
65892008-08-29 Kenichi Handa <handa@m17n.org>
6590
6591 These changes are to re-implement the automatic composition so
6592 that it doesn't use text properties.
6593
6594 * Makefile.in (ftfont.o): Depend on composite.h.
6595 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
6596
6597 * character.h (Vunicode_category_table): Extern it.
6598
6599 * character.c (Vunicode_category_table): New variable.
6600 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
6601
6602 * chartab.c (optimize_sub_char_table): Perform more greedy
6603 optimization.
6604
b8ff72fa
SM
6605 * composite.h (enum composition_method):
6606 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
6607 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
6608 (Vcomposition_function_table): Extern it.
6609 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
6610 (composition_gstring_put_cache, composition_gstring_from_id)
6611 (composition_gstring_p, composition_gstring_width)
6612 (composition_compute_stop_pos, composition_reseat_it)
6613 (composition_update_it, composition_adjust_point): Extern them.
6614 (Fcomposition_get_gstring): EXFUN it.
6615
d66c0241 6616 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
6617 (Vcomposition_function_table)
6618 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
6619 (gstring_hash_table, gstring_work, gstring_work_headers):
6620 New variables.
aac0c6e3
MR
6621 (gstring_lookup_cache, composition_gstring_put_cache)
6622 (composition_gstring_from_id, composition_gstring_p)
6623 (composition_gstring_width, fill_gstring_header)
6624 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
6625 (composition_reseat_it, composition_update_it)
b8ff72fa 6626 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
6627 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
6628 and gstring_work_headers. DEFVAR_LISP composition-function-table.
6629 Defsubr compostion_get_gstring.
6630
6631 * dispextern.h (struct glyph): New union u.cmp. Delete the member
6632 cmp_id.
6633 (struct glyph_string): Delete the member gidx. New members
6634 cmp_id, cmp_from, and cmp_to.
6635 (enum it_method): Delete GET_FROM_COMPOSITION.
6636 (struct composition_it): New struct.
6637 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
6638 Delete c, len, cmp_id, cmp_len in u.comp.
6639
6640 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 6641 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 6642 (enum lglyph_indices): Likewise.
b8ff72fa 6643 (font_range): Adjust extern.
aac0c6e3
MR
6644 (font_fill_lglyph_metrics): Extern it.
6645
6646 * font.c (QCf): New variable.
6647 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6648 (font_prepare_composition): Delete this function.
6649 (font_range): Type and arguments changed.
6650 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
6651 (font_fill_lglyph_metrics): New function.
b8ff72fa 6652 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 6653 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
6654 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
6655 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
6656
6657 * fontset.h (font_for_char): Extern it.
6658
6659 * fontset.c (font_for_char): New function.
6660
6661 * ftfont.c: Include composite.h.
6662 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 6663 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
6664
6665 * indent.c: Include composite.h and dispextern.h.
6666 (check_composition): Delete this function.
6667 (scan_for_column): Handle composition by
6668 composition_compute_stop_pos, composition_reseat_it, and
6669 composition_update_it.
6670 (compute_motion): Likewise.
6671 (Fvertical_motion): Fix checking of composition.
6672
6673 * keyboard.c (adjust_point_for_property): Check composition by
6674 composition_adjust_point.
6675
b8ff72fa 6676 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
6677 struct glyph_string.
6678
b8ff72fa
SM
6679 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
6680 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
6681 struct glyph.
6682 (produce_composite_glyph): Likewise.
6683
b8ff72fa
SM
6684 * w32term.c (x_draw_composite_glyph_string_foreground):
6685 Adjust for the change of struct glyph_string.
aac0c6e3
MR
6686 (x_draw_glyph_string): Likewise.
6687
6688 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
6689 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6690
6691 * xdisp.c: Include font.h.
6692 (it_props): Delete the entry for Qauto_composed.
6693 (init_iterator): Initialize it->cmp_it.id to -1.
6694 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 6695 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
6696 (handle_auto_composed_prop): Delete it.
6697 (handle_composition_prop): Handle only static composition.
6698 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
6699 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 6700 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
6701 (pop_it): Likewise.
6702 (get_next_element): Delete next_element_from_composition.
6703 (CHAR_COMPOSED_P): New macro.
6704 (get_next_display_element): For automatic composition, get a face
6705 from the font in the glyph-string.
6706 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 6707 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
6708 (next_element_from_string): Check if the character at the current
6709 position is composed by CHAR_COMPOSED_P.
6710 (next_element_from_buffer): Likewise.
d66c0241
JB
6711 (next_element_from_composition): Adjust for the change of struct it.
6712 Update it->cmp_it.
b8ff72fa
SM
6713 (dump_glyph): Adjust for the change of struct glyph.
6714 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
6715 it and struct glyph. Don't handle automatic composition here.
6716 (fill_gstring_glyph_string): New function.
6717 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 6718 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
6719 (BUILD_GSTRING_GLYPH_STRING): New macro.
6720 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
6721 automatic composition.
b8ff72fa 6722 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 6723 struct glyph.
b8ff72fa 6724 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 6725
b8ff72fa 6726 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
6727 the change of struct glyph_string.
6728 (x_draw_glyph_string): Likewise.
6729
67302008-08-29 Glenn Morris <rgm@gnu.org>
6731
6732 * buffer.c (word-wrap): Doc fix.
6733 * xdisp.c (truncate-partial-width-windows): Doc fix.
6734 Increase default to 50.
6735
67362008-08-29 Chong Yidong <cyd@stupidchicken.com>
6737
6738 * xdisp.c (update_tool_bar_unwind): New function.
6739 (update_tool_bar): Temporarily set selected frame before building
6740 tool-bar items.
6741
67422008-08-28 Michael Albinus <michael.albinus@gmx.de>
6743
6744 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
6745 snprintf, respectively.
6746 (xd_append_arg): Convert strings with Fstring_make_unibyte.
6747
67482008-08-28 Chong Yidong <cyd@stupidchicken.com>
6749
6750 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
6751 LDFLAGS to GNUstep CC invocation.
6752
67532008-08-27 Chong Yidong <cyd@stupidchicken.com>
6754
6755 * indent.c (Fvertical_motion): Revert last change. Handle the
6756 general case where we are moving forward, and PT spans multiple
6757 screen lines.
6758
6759 * eval.c (find_handler_clause): Temporarily increase
6760 max-lisp-eval-depth while printing the backtrace buffer, to
6761 guarantee that help-mode code can run.
6762
67632008-08-27 Eli Zaretskii <eliz@gnu.org>
6764
6765 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
6766 colors under -rv.
6767 (IT_set_frame_parameters): Don't swap foreground and background
6768 colors if `(reverse . t)' is present in the frame properties.
6769 (internal_terminal_init): Call init_frame_faces only for the
6770 initial frame.
6771
67722008-08-27 Andreas Schwab <schwab@suse.de>
6773
6774 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
6775
67762008-08-27 Andreas Schwab <schwab@suse.de>
6777
6778 * search.c (search_buffer): Set char_base to zero only at the end.
6779
67802008-08-27 Kenichi Handa <handa@m17n.org>
6781
b8ff72fa 6782 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
6783
67842008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
6785
6786 * xterm.c (x_term_init): Temporarily hide the partially
6787 initialized terminal while calling vendor-specific-keysyms.
6788
67892008-08-26 Eli Zaretskii <eliz@gnu.org>
6790
6791 * msdos.c (internal_terminal_init): Most initializations done only
6792 once, especially initial_screen_colors[] and termscript open.
6793
67942008-08-26 Chong Yidong <cyd@stupidchicken.com>
6795
6796 * eval.c (Fcondition_case): Doc fix.
6797
6798 * widgetprv.h (EmacsFramePart): Change font member to the new font
6799 struct.
6800
6801 * widget.c: Include character.h and font.h for XSETFONT.
6802 (setup_frame_gcs): Compute X font id from font struct, just once.
6803
68042008-08-26 Eli Zaretskii <eliz@gnu.org>
6805
6806 * term.c (get_named_tty): Fix last change.
6807
68082008-08-26 Chong Yidong <cyd@stupidchicken.com>
6809
6810 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 6811 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
6812
68132008-08-25 Eli Zaretskii <eliz@gnu.org>
6814
6815 * frame.c (do_switch_frame): Mark previously displayed frame as
6816 obscured for FRAME_MSDOS_P frames as well.
6817
68182008-08-24 Eli Zaretskii <eliz@gnu.org>
6819
6820 * frame.c (make_terminal_frame): Initialize f->terminal,
6821 f->terminal->reference_count, and scroll bars on MS-DOS as well.
6822 Set the top frame to newly created frame.
6823 (Fmake_terminal_frame): Reuse the_only_display_info.
6824
6825 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
6826 estimating available memory.
6827
b97439ce 68282008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
6829
6830 * nsterm.m (ns_draw_window_cursor): Don't call
6831 NSDisableScreenUpdates and NSEnableScreenUpdates on
6832 non-NS_IMPL_COCOA systems.
6833
68342008-08-23 Andreas Schwab <schwab@suse.de>
6835
6836 * process.c (procfs_system_process_attributes): Fix use of
6837 uninitialized variables.
6838
68392008-08-23 Eli Zaretskii <eliz@gnu.org>
6840
6841 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
6842
6843 * dispnew.c (init_display): Remove MS-DOS specific conditions for
6844 calling tty-set-up-initial-frame-faces.
6845
b8ff72fa
SM
6846 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
6847 Allow MSDOS frames along with X frames.
aac0c6e3
MR
6848
6849 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
6850 addition to output_termcap.
6851
6852 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
6853
6854 * termchar.h (FRAME_TTY): Support output_msdos_raw.
6855 (struct tty_display_info) [MSDOS]: Add fields related to mouse
6856 highlight.
6857
6858 * process.c [!subprocesses]: Define QCname.
6859 (syms_of_process): Intern and staticpro it.
6860
6861 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
6862 Adjust for changes in encoding/decoding routines.
6863 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
6864 encode_coding and decode_coding.
6865
b8ff72fa 6866 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
6867
6868 * dosfns.c: Include frame.h before termhooks.h.
6869 (dos_cleanup): Use CURTTY ()->termscript instead of a global
6870 variable termscript.
6871
6872 * s/msdos.h (USER_FULL_NAME): Define.
6873 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
6874
6875 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
6876 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
6877 pw->pw_gecos.
6878
6879 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
6880 SELECTED_FRAME as additional (1st) argument.
6881 (tty_read_avail_input): Handle output_msdos_raw in
6882 addition to output_termcap.
6883
6884 * msdos.c: Include frame.h before termhooks.h.
6885 (mouse_on, mouse_off, mouse_moveto, mouse_init)
6886 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
6887 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
6888 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
6889 (IT_set_terminal_modes, IT_reset_terminal_modes)
6890 (IT_set_frame_parameters): Use tty->termscript instead of a global
6891 variable termscript.
6892 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
6893 global variable terminal_coding. Don't refer to
6894 Vnonascii_translation_table.
6895 (internal_terminal_init): Set Vwindow_system in current_kboard.
6896 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
6897 Announce date and time of session start, if termscript is open.
6898 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
6899 term.c:init_tty). Open termscript only of not already open.
6900 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
6901 here instead of dos_ttraw. Don't initialize display if this is an
6902 initial tty. Don't set FRAME_FONT.
6903 (Vwindow_system_version): Bump to 23.
6904 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
6905 is available, set up mouse_position_hook.
6906 (dos_ttraw, IT_set_terminal_modes): If called with initial
6907 terminal, do nothing.
6908 (IT_set_frame_parameters): Handle the Qtty_type frame
6909 parameter by calling internal_terminal_init.
6910 (dos_set_window_size, show_mouse_face)
6911 (clear_mouse_face, IT_note_mode_line_highlight)
6912 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
6913 (dos_rawgetc): Use tty_display_info instead of x_display_info.
6914 (initialize_msdos_display): New function.
6915 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
6916 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
6917 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
6918 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 6919 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
6920 (request_sigio, unrequest_sigio): Don't define, now defined on
6921 sysdep.c.
6922 (IT_write_glyphs): Rewrite to use encode_terminal_code.
6923
6924 * term.c [MSDOS]: Include msdos.h.
6925 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
6926 conditional to DOS_NT. Allow only one call to this function in a
6927 session. Don't allocate a new struct tty_display_info; instead,
6928 reuse the_only_display_info. Call get_tty_size to get screen
6929 dimensions. Call init_baud_rate to set bad_rate.
6930 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
6931 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 6932 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
6933 (get_tty_terminal, get_named_tty, Ftty_type)
6934 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
6935 output_termcap.
b8ff72fa
SM
6936 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
6937 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 6938 only when subprocesses are supported.
aac0c6e3
MR
6939
6940 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
6941 f->output_data.x.
6942 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
6943 terminal devices.
6944
5582fbc7 6945 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
6946 x_output.
6947 (FRAME_FONT): Use output_data.tty.
6948 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
6949 (struct x_display_info): Rename from display_info. Update all users in
6950 msdos.c.
aac0c6e3 6951 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 6952 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
6953 (dos_ttraw): Update prototype.
6954
6955 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
6956 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
6957
69582008-08-23 Jason Rumney <jasonr@gnu.org>
6959
6960 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
6961 (fn_TIFFSetDirectory): New library function used.
6962 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
6963 (tiff_load): Use :index to select among multiple images. Set count
6964 property when multiple images exist.
6965 (gif_format): Use :index, not :image.
6966
69672008-08-23 Chong Yidong <cyd@stupidchicken.com>
6968
6969 * xdisp.c (try_scrolling): Check INT_MAX instead of
6970 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
6971 to obtain INT_MAX.
6972
69732008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
6974
6975 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
6976
69772008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6978
6979 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
6980 GNUstep library location.
6981
69822008-08-21 Chong Yidong <cyd@stupidchicken.com>
6983
6984 * xfaces.c (x_update_menu_appearance): Check validity of menu font
6985 before using it.
6986
6987 * puresize.h (BASE_PURESIZE): Increase to 1250000.
6988
69892008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6990
6991 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
6992 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
6993 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
6994 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
6995 (EmacsApp-cursor_blink_handler): Remove declaration.
6996 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
6997 match 01 Feb 2008 changes in xterm.c.
6998 (ns_read_socket): Add cast to avoid warning.
6999 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7000 GNUstep.
7001
70022008-08-20 Chong Yidong <cyd@stupidchicken.com>
7003
7004 * xselect.c (x_get_foreign_selection): Return nil if desired
7005 selection could not be obtained, instead of signalling an error.
7006
70072008-08-20 David Reitter <david.reitter@gmail.com>
7008
7009 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7010 * nsterm.m: Remove ns-specific code for cursor blinking.
7011 (ns_draw_window_cursor): Clear cursor properly rather than
7012 redrawing the area. Respect width of bar cursors.
7013 These changes enable the use of generic blink-cursor-mode and
7014 generic cursor types in NS and support smooth cursor movements (do
7015 not blink off after command).
7016 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7017 Nextstep, too.
7018
70192008-08-19 Kenichi Handa <handa@m17n.org>
7020
7021 * font.c (Vfont_log_deferred): New variable.
7022 (font_add_log): Check Vfont_log_deferred.
7023 (font_deferred_log): New function.
7024
7025 * font.h (font_deferred_log): Extern it.
7026
7027 * fontset.c (reorder_font_vector): Use encoding charset of fonts
7028 for sorting.
7029 (face_for_char): Use deferred log.
7030
70312008-08-18 Kenichi Handa <handa@m17n.org>
7032
7033 * fontset.c (face_for_char): Add font log.
7034
7035 * font.c (font_add_log): Add the font properties :script, :lang,
7036 and :otf in the log.
7037
70382008-08-17 Chong Yidong <cyd@stupidchicken.com>
7039
7040 * xdisp.c: Remove dead code.
7041 (handle_invisible_prop, next_overlay_string): Defer call to
7042 setup_for_ellipsis.
7043 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7044
70452008-08-15 Chong Yidong <cyd@stupidchicken.com>
7046
7047 * xfaces.c (lookup_derived_face): Properly handle possible zero
7048 return value of get_lface_attributes.
7049 (merge_faces): Don't tell lookup_derived_face to signal an error
7050 if face is not found.
7051
7052 * dired.c (Fdirectory_files): Doc fix.
7053
7054 * process.c (make_process): Initialize kill_without_query struct
7055 member.
7056
70572008-08-15 Eli Zaretskii <eliz@gnu.org>
7058
7059 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7060 Alternative calculation of totphys for Visual Studio 6.
7061
7062 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7063
7064 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7065 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
7066 All users changed.
7067 (stat): Only root directory passed to GetDriveType. Allow RAM
7068 disk as well as local fixed disk when w32-get-true-file-attributes
7069 is set to `local'.
7070 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
7071 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
7072 (w32_cached_id, w32_add_to_cache): New functions.
7073 (get_name_and_id): Look account names in the cache before calling
7074 lookup_account_sid.
7075 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
7076 New initialization flags.
7077 (globals_of_w32): Initialize them to zero.
7078 (w32_system_process_attributes): Use w32_cached_id and
7079 w32_add_to_cache.
7080
70812008-08-14 Lawrence Mitchell <wence@gmx.li>
7082
7083 * lread.c (Fread_char, Fread_char_exclusive): If no character
7084 event is read before timeout is reached, return nil, rather than
7085 converting to a number.
7086
70872008-08-14 Chong Yidong <cyd@stupidchicken.com>
7088
7089 * fns.c (use_dialog_box): Doc fix.
7090
7091 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
7092 on OS X.
7093
70942008-08-13 Chong Yidong <cyd@stupidchicken.com>
7095
7096 * frame.c (Qns_parse_geometry): New var.
7097 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
7098
70992008-08-11 Chong Yidong <cyd@stupidchicken.com>
7100
7101 * xdisp.c (x_produce_glyphs): Handle the case when font has no
7102 space character in calculating tabs.
7103
71042008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
7105
7106 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
7107
71082008-08-10 Glenn Morris <rgm@gnu.org>
7109
7110 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
7111 silence gcc "limited range of data type" warnings in some
7112 make_fixnum_or_float calls.
7113
71142008-08-09 Eli Zaretskii <eliz@gnu.org>
7115
7116 * w32.c (w32_system_process_attributes): If the process does not
7117 exist, return nil.
7118
7119 * w32.c: Include thelp32.h, psapi.h and coding.h.
7120 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
7121 declarations.
7122 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
7123 (Process32Next_Proc): New typedefs.
7124 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
7125 (g_b_init_process32_next, g_b_init_open_thread_token)
7126 (g_b_init_impersonate_self, g_b_init_revert_to_self)
7127 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
7128 (g_b_init_get_process_working_set_size)
7129 (g_b_init_global_memory_status_ex): New static variables.
7130 (globals_of_w32): Initialize them.
7131 (create_toolhelp32_snapshot, process32_first, process32_next)
7132 (open_thread_token, impersonate_self, revert_to_self)
7133 (get_process_memory_info, get_process_working_set_size)
7134 (global_memory_status, global_memory_status_ex): New wrapper
7135 functions.
7136 (w32_list_system_processes, w32_system_process_attributes)
7137 (enable_privilege, restore_privilege, ltime, process_times):
7138 New functions.
7139 (convert_time_raw): New function.
7140 (convert_time): Remove conversion of FILETIME into time in 100
7141 nsec units, call convert_time_raw instead.
7142
7143 * process.h (w32_list_system_processes, w32_system_process_attributes):
7144 Add prototypes.
7145 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
7146 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
7147 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
7148 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
7149
7150 * process.c (Fsystem_process_attributes): Doc fix.
7151
71522008-08-08 Chong Yidong <cyd@stupidchicken.com>
7153
7154 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
7155 a continued multi-char glyph; if so, advance to the actual glyph.
7156
71572008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7158
7159 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
7160
7161 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
7162 (.m.o): Use it.
7163 * config.in: Regenerate.
7164
71652008-08-07 Chong Yidong <cyd@stupidchicken.com>
7166
7167 * xdisp.c (redisplay_window): Revert last change.
7168 (try_window): Check bottom scroll margin too.
7169
71702008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7171
7172 * config.in: Regenerate.
7173
7174 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
7175 -list-load-path-shadows'.
7176 (nsgui.h): Reduce number of things depending on it.
7177
71782008-08-06 Chong Yidong <cyd@stupidchicken.com>
7179
7180 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
7181 instead of window-end which does the wrong thing at eob.
7182 (try_cursor_movement): Minor optimization.
7183 (redisplay_window): If scroll margin is defined, don't assume
7184 window doesn't need scrolling.
7185
71862008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7187
7188 * config.in: Regenerate.
7189
7190 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
7191 (mostlyclean): Don't delete *.d under NS.
7192
7193 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
7194
71952008-08-06 Kenichi Handa <handa@m17n.org>
7196
7197 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
7198
71992008-08-06 Andreas Schwab <schwab@suse.de>
7200
7201 * config.in: Regenerate.
7202
72032008-08-05 Chong Yidong <cyd@stupidchicken.com>
7204
7205 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
7206 forcing a window start.
7207
7208 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
7209 (auto_save_1): Update modtime when auto-save-list-file-name is on.
7210
72112008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7212
7213 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
7214 argument.
7215
72162008-08-05 Juanma Barranquero <lekktu@gmail.com>
7217
7218 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
7219 <scroll-down-aggressively, before-change-functions>:
7220 <after-change-functions>: Reflow docstrings.
7221
72222008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7223 Ken Raeburn <raeburn@gnu.org>
7224
7225 Dock menu customization, based on a patch by Ken Raeburn, plus some
7226 other fixes.
7227 * nsmenu.m (dockMenu): New variable.
7228 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
7229
7230 * nsterm.h (dockMenu): Declare.
7231
7232 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
7233 (ns_term_init): Initialize dockMenu.
7234 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
7235 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
7236 left.
7237
7238 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
7239
72402008-08-04 Chong Yidong <cyd@stupidchicken.com>
7241
7242 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
7243
7244 * config.in: Regenerate.
7245
72462008-08-04 Seiji Zenitani <zenitani@mac.com>
7247
7248 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
7249
72502008-08-04 Chong Yidong <cyd@stupidchicken.com>
7251
7252 * nsterm.h (find_and_call_menu_selection): Fix prototype.
7253
72542008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7255
7256 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
7257
7258 * keyboard.h: Comment an #endif.
7259
7260 * lisp.h (have_menus_p): Adjust comment.
7261
7262 * menu.c (find_and_return_menu_selection): Fix comparison with
7263 client_data.
7264
7265 * nsmenu.m (popup_activated_flag): New variable.
7266 (popup_activated): New function.
7267 (menu-or-popup-active-p): New exported lisp definition.
7268 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
7269 when popup done.
7270 (ns_popup_dialog): Set popup_activated_flag.
7271
7272 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
7273 version for GNUstep (handled by conditional typedef in nsterm.m).
7274 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
7275 in rgb.txt).
7276
7277 * process.c (init_process): Use DARWIN_OS, not DARWIN.
7278
7279 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
7280
7281 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
7282
7283 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
7284 shortcircuit if popup_activated like GTK and X toolkit.
7285
7286 * m/inter386.h: Change DARWIN to DARWIN_OS.
7287
7288 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
7289 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
7290 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
7291 comment on NO_SOCK_SIGIO.
7292
72932008-08-03 Chong Yidong <cyd@stupidchicken.com>
7294
7295 * nsterm.m (windowDidResize): Remove stopModal call.
7296
72972008-08-03 Andreas Schwab <schwab@suse.de>
7298
7299 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
7300 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
7301
73022008-08-02 Chong Yidong <cyd@stupidchicken.com>
7303
7304 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
7305 Don't use uninitialized pointer variable when using getrlimit.
7306
73072008-08-02 Jason Rumney <jasonr@gnu.org>
7308
7309 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
7310
73112008-08-02 Eli Zaretskii <eliz@gnu.org>
7312
7313 * alloc.c (NSTATICS): Bump to 0x640.
7314
7315 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
7316
7317 * lisp.h: Add prototype for directory_files_internal.
7318
7319 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
7320 New functions.
7321 (syms_of_process): Defsubr them. Add initializations for various
7322 Q* symbols used in procfs_system_process_attributes.
7323 (procfs_list_system_processes, procfs_system_process_attributes)
7324 [HAVE_PROCFS]: New functions.
7325 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
7326 (procfs_get_total_memory): New functions.
7327
73282008-08-01 Juanma Barranquero <lekktu@gmail.com>
7329
7330 * xfaces.c (Fx_load_color_file): Fix previous change;
7331 it is #ifdef WINDOWSNT, not WINDOWS_NT.
7332
73332008-08-01 Michael Albinus <michael.albinus@gmx.de>
7334
7335 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
7336
73372008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7338
7339 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
7340
73412008-08-01 Chong Yidong <cyd@stupidchicken.com>
7342
7343 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
7344
7345 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
7346 define NSApplicationDelegateReplySuccess.
7347 (EmacsView -converstationIdentifier): Use long instead of
7348 NSInteger for GNUstep, since it doesn't have NSInteger.
7349
7350 * xmenu.c: Revert last change.
7351
7352 * keyboard.h: Fix last change.
7353
73542008-08-01 Juanma Barranquero <lekktu@gmail.com>
7355
7356 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
7357 on Windows.
7358
73592008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7360
7361 Warning clearing and clean-up in NS port.
7362 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
7363 Add prototypes.
7364 * nsgui.h (FACE_DEFAULT): Remove, unused.
7365 (XGCValues): Change colors to unsigned long.
7366 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
7367 nsterm.m.
7368 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
7369 (ns_list_fonts): Remove, unused.
7370 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
7371 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
7372 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
7373 (nsfont_draw): Compare face colors to 0, not nil.
7374 * nsmenu.m (struct widget_value): Drop unneeded declaration.
7375 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
7376 (-addSubmenuWithTitle:): Use NSMenuItem class.
7377 (ns_popup_menu): Use NO, not NULL, for enabled setting.
7378 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
7379 (ns_clip_to_row): Make gc arg a BOOL.
7380 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
7381 ns_clip_to_row() call.
7382 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
7383 used). Cast FRAME_FONT assignments.
7384 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
7385 (ns_string_to_lispmod): Change arg to const char.
7386 (ns_term_init): Use NSMenuItem class.
7387 (EmacsApp -openFile:): Move to different section of file.
7388 (EmacsApp -application:openFiles:): Don't return a value, call
7389 -replyToOpenOrPrint:.
7390 (EmacsView -keyDown:): Fix up cast.
7391 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
7392 (EmacsView -menuDown:): Cast tag in call to
7393 find_and_call_menu_selection().
7394 (ns_list_fonts): Remove, unused.
7395 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
7396 (ns_fontname_to_xlfd): Make static.
7397 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
7398 Remove prototypes (now in keyboard.h).
7399 (next_menubar_widget_id): Remove, unused.
7400 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
7401 Remove prototypes (now in keyboard.h).
7402 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
7403
74042008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7405
7406 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
7407 (floatfns.o): Depend on syssignal.h.
7408 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
7409
7410 * systty.h: Fix previous change that removed BSD_TERMIOS.
7411 Add comments to #ifdefs.
7412
74132008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7414
7415 * w32fns.c (w32-load-color-file): Remove.
7416 (x-open-connection): Use renamed Fx_load_color_file.
7417 * xfaces.c (x-load-color-file): Add.
7418 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
7419 Emacs.clr.
7420 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
7421
74222008-07-31 Michael Albinus <michael.albinus@gmx.de>
7423
7424 * dbusbind.c (Fdbus_call_method_asynchronously)
7425 (Fdbus_method_error_internal): New defuns.
7426 (xd_read_message): Handle also reply messages.
7427 (Vdbus_registered_functions_table): Extend docstring.
7428
74292008-07-31 Juanma Barranquero <lekktu@gmail.com>
7430
7431 * keyboard.c (gobble_input): Fix previous change.
7432
74332008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7434
7435 * bitmaps/README:
7436 * xfns.c:
7437 * termcap.c:
7438 * term.c:
7439 * syswait.h:
7440 * systty.h:
7441 * systime.h:
7442 * syssignal.h:
7443 * sysdep.c:
7444 * process.h:
7445 * process.c:
7446 * print.c:
7447 * ndir.h:
7448 * lread.c:
7449 * keyboard.c:
7450 * getpagesize.h:
7451 * floatfns.c:
7452 * fileio.c:
7453 * emacs.c:
7454 * doc.c:
7455 * dispnew.c:
7456 * dired.c:
7457 * data.c:
7458 * callproc.c:
7459 * buffer.c:
7460 * README:
7461 * Makefile.in:
7462 * s/template.h:
7463 * s/msdos.h:
7464 * m/vax.h: Remove VMS support.
7465 * s/vms.h:
7466 * vlimit.h:
7467 * uaf.h:
7468 * temacs.opt:
7469 * param.h:
7470 * ioctl.h: Remove file.
7471
74722008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7473
7474 * s/ms-w32.h (MULTI_KBOARD): Remove.
7475 * xterm.c:
7476 * xselect.c:
7477 * xfns.c:
7478 * window.c:
7479 * w32term.c:
7480 * w32fns.c:
7481 * terminal.c:
7482 * termhooks.h:
7483 * term.c:
7484 * sysdep.c:
7485 * keyboard.h:
7486 * keyboard.c:
7487 * frame.h:
7488 * frame.c:
7489 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
7490 * config.in: Regenerate.
7491
74922008-07-30 Jason Rumney <jasonr@gnu.org>
7493
7494 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
7495
7496 * w32font.c (w32font_encode_char): Leave as unicode if in range.
7497 (w32font_open_internal): Get unicode version of textmetrics.
7498 Don't enable or disable glyph indices here.
7499 (w32font_open): Disable use of glyph indices.
7500
7501 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
7502
75032008-07-30 Chong Yidong <cyd@stupidchicken.com>
7504
7505 * minibuf.c (Vread_buffer_function): Doc fix.
7506
75072008-07-30 John Paul Wallington <jpw@pobox.com>
7508
7509 * minibuf.c (read_buffer_completion_ignore_case): New var.
7510 (Fread_buffer): Use it.
7511
75122008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7513
7514 * systty.h (sensemode): Remove empty #if. Remove reference to
7515 BSD_TERMIOS, unused.
7516
7517 * sysdep.c: Remove reference to DGUX.
7518 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
7519
7520 * config.in: Regenerate.
7521
75222008-07-30 Jason Rumney <jasonr@gnu.org>
7523
7524 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
7525
75262008-07-29 Jason Rumney <jasonr@gnu.org>
7527
7528 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
7529 is populated.
7530 (uniscribe_encode_char): Always use uniscribe.
7531 Avoid using context if cache is populated.
7532
75332008-07-29 Jan Djärv <jan.h.d@swipnet.se>
7534
7535 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
7536 open menu.
7537
7538 * gtkutil.c (menu_nav_ended): Remove.
7539 (create_menus): Remove signal connect for menu_nav_ended.
7540
75412008-07-28 Chong Yidong <cyd@stupidchicken.com>
7542
7543 * xdisp.c (redisplay_window): Check return value of
7544 compute_window_start_on_continuation_line before forcing a window
7545 start.
7546
75472008-07-28 Jason Rumney <jasonr@gnu.org>
7548
7549 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
7550
7551 * w32term.c (w32_enable_unicode_output, cleartype_active):
7552 Remove obsolete display options.
7553 (x_draw_glyph_string_background): Don't use old cleartype_active
7554 workaround.
7555 (w32_initialize): Remove cleartype_active initialization.
7556 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
7557
75582008-07-28 Andreas Schwab <schwab@suse.de>
7559
7560 * lisp.h (init_weak_hash_tables, syms_of_font)
7561 (xd_read_queued_messages, syms_of_dbusbind): Declare.
7562 (remove_hash_entry): Don't declare.
7563 * eval.c (maybe_call_debugger): Make static and move before use.
7564 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
7565 * xdisp.c: Include "gtkutil.h" if USE_GTK.
7566 * xterm.h (x_set_frame_alpha): Declare.
7567
75682008-07-28 Jan Djärv <jan.h.d@swipnet.se>
7569
7570 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
7571 (create_menus): Connect selection-done to menu_nav_ended.
7572
75732008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7574
7575 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
7576 Set Vx_resource_name to a fallback. Replace read of 'buffered'
7577 parameter with read of 'alpha' one.
7578 (Qns_frame_parameter): Remove.
5582fbc7 7579 * nsselect.m (selection-coding-system)
aac0c6e3
MR
7580 (next-selection-coding-system, Vselection_coding_system)
7581 (Vnext_selection_coding_system): Drop.
7582
75832008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7584
7585 * nsfns.m (do-applescript, do_applescript): Rename to
7586 ns-do-applescript, ns_do_applescript, and move within file.
7587
75882008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7589
7590 Remove support for Mac Carbon.
7591 * mactoolbox.c:
7592 * macterm.h:
7593 * macterm.c:
7594 * macselect.c:
7595 * macmenu.c:
7596 * macgui.h:
7597 * macfns.c:
7598 * mac.c: Remove file.
7599 * s/darwin.h:
7600 * m/intel386.h:
7601 * xfaces.c:
7602 * xdisp.c:
7603 * window.c:
7604 * tparam.c:
7605 * termhooks.h:
7606 * termcap.c:
7607 * term.c:
7608 * syssignal.h:
7609 * sysselect.h:
7610 * sysdep.c:
7611 * process.c:
7612 * lread.c:
7613 * lisp.h:
7614 * keyboard.c:
7615 * image.c:
7616 * fringe.c:
7617 * frame.h:
7618 * frame.c:
7619 * fontset.c:
7620 * font.h:
7621 * font.c:
7622 * fns.c:
7623 * fileio.c:
7624 * emacs.c:
7625 * dispnew.c:
7626 * dispextern.h:
7627 * config.in:
7628 * atimer.c:
2ae37cf0 7629 * Makefile.in: Remove code for Carbon.
aac0c6e3 7630
f0131492 76312008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
7632
7633 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
7634
76352008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7636
7637 * macterm.h (kCGBitmapByteOrder32Host): New define for
7638 non-universal SDKs.
7639
7640 * image.c (mac_create_cg_image_from_image, image_load_image_io)
7641 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7642
7643 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
7644 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7645
76462008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
7647
7648 * w32inevt.c: Include dispextern.h.
7649
76502008-07-26 Andreas Schwab <schwab@suse.de>
7651
7652 * print.c (print_object): Fix off-by-one in last change.
7653
76542008-07-25 Juanma Barranquero <lekktu@gmail.com>
7655
7656 * term.c (syms_of_term): Don't initialize default_orig_pair,
7657 default_set_foreground and default_set_background on Windows.
7658
76592008-07-25 Jason Rumney <jasonr@gnu.org>
7660
7661 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
7662 ScriptItemize. Clean up return value checking. Remove unused
7663 variables.
7664 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
7665 shaping engine.
7666
7667 * w32font.c (w32font_has_char): Handle the case where we can't
7668 determine the script for a character.
7669
76702008-07-25 Chong Yidong <cyd@stupidchicken.com>
7671
7672 * term.c (syms_of_term): Initialize default_orig_pair,
7673 default_set_foreground, and default_set_background.
7674
7675 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
7676 clash (bug#86).
7677 (getloadavg): Callers changed.
7678
7679 * image.c (svg_load_image): Fix last change.
7680 (svg_load_image): Use rsvg_handle_get_dimensions to check that
7681 image size is valid. Use g_object_unref instead of deprecated
7682 rsvg_handle_free to free rsvg handle.
7683 (x_from_xcolors): Don't initialize pixmap (silence compiler).
7684
76852008-07-25 Jason Rumney <jasonr@gnu.org>
7686
7687 * w32font.c (w32font_encode_char): Encode characters outside BMP as
7688 surrogates before looking up glyph index.
7689 (w32font_text_extents): Encode as surrogates if falling back to
7690 functions that need UTF-16 wide chars.
7691
7692 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
7693 BMP as surrogates before looking up glyph index.
7694
76952008-07-25 Chong Yidong <cyd@stupidchicken.com>
7696
7697 * image.c (svg_load_image): Check for failure in return value of
7698 rsvg_handle_get_pixbuf. Free rsvg handle when done.
7699
77002008-07-25 Jason Rumney <jasonr@gnu.org>
7701
7702 * w32font.c (Fx_select_font): Reverse sense of second arg.
7703
77042008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7705
7706 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
7707 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
7708
7709 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
7710 (PURESIZE): Use it.
7711
77122008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7713
7714 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
7715 * m/alpha.h (TEXT_END):
7716 * m/ibmrs6000.h (TEXT_END):
7717 * m/macppc.h (TEXT_END):
7718 * s/darwin.h (TEXT_END):
7719 * s/msdos.h (TEXT_END): Remove, unused.
7720 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
7721 * s/cygwin.h: Remove comment.
7722
7723 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
7724 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
7725 * m/intel386.h (DOT_GLOBAL_START):
7726 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
7727 (USG): Remove, file not used on USG platforms.
7728
7729 * Makefile.in (HAVE_X11): Remove empty #else.
7730
77312008-07-24 Andreas Schwab <schwab@suse.de>
7732
7733 * fileio.c (Finsert_file_contents): Properly adjust undo list
7734 after format conversion.
7735
77362008-07-24 Jan Djärv <jan.h.d@swipnet.se>
7737
7738 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
7739 (menu_nav_ended): Remove.
7740 (create_menus): Remove signal connect for menu_nav_ended.
7741 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
7742 create_menus.
7743 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
7744
77452008-07-23 Jason Rumney <jasonr@gnu.org>
7746
7747 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
7748 with opened font.
7749 (w32font_open): Set font type to gdi.
7750
7751 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
7752
77532008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7754
7755 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
7756 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
7757 defines it.
7758 * unexec.c (ADDR_CORRECT): Define unconditionally.
7759
7760 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
7761
7762 * unexec.c: Remove code depending on !COFF and USG, the file is
7763 not used for such systems.
7764
7765 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
7766 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
7767 (LD_SWITCH_SYSTEM_1): Remove, update users.
7768
7769 * s/darwin.h (DATA_END):
7770 * m/intel386.h (DATA_END):
7771 * m/ibmrs6000.h (DATA_END):
7772 * m/alpha.h (DATA_END): Remove, unused.
7773
7774 * config.in: Regenerate.
7775 * s/ms-w32.h (subprocesses): Define unconditionally.
7776 * s/template.h (subprocesses): Update comment.
7777 * s/vms.h (subprocesses):
7778 * s/usg5-4.h (subprocesses):
7779 * s/hpux10-20.h (subprocesses):
7780 * s/gnu-linux.h (subprocesses):
7781 * s/cygwin.h (subprocesses):
7782 * s/bsd-common.h (subprocesses):
7783 * s/aix4-2.h (subprocesses):
7784 * s/darwin.h (subprocesses): Do not define, defined by default now.
7785
7786 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
7787 Remove all references.
7788 (temacs): Add GNUstep specific ld flags.
7789
7790 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
7791 similarly to what X does.
7792
77932008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7794
7795 * nsfns.m (x-list-fonts): Remove.
7796 (syms_of_nsfns): Drop the x-list-fonts declaration.
7797 * nsterm.m: Get rid of remaining "//" comments.
7798
77992008-07-22 Chong Yidong <cyd@stupidchicken.com>
7800
7801 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
7802
7803 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
7804 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
7805 (Fns_own_selection_internal, Fx_disown_selection_internal)
7806 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
7807
7808 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
7809 ... */' style of docstrings. Doc fixes.
7810
78112008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7812
7813 * terminfo.c (UP, BC, PC): Undo previous change.
7814
7815 * nsfns.m: Rename ns prefixed functions/variables to the
7816 corresponding x versions. Update references.
7817
78182008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7819
7820 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
7821
78222008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7823
7824 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
7825 Remove forwarding functions.
7826 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
7827 non-static.
7828 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
7829 non-static.
7830 (ns_frame_parm_handlers): Use the new names.
7831 (syms_of_nsfns): Move to the end of file.
7832
7833 * nsterm.m (syms_of_nsterm): Move to the end of file.
7834
7835 * dispnew.c (init_display): Remove code for X10.
7836
78372008-07-22 Jason Rumney <jasonr@gnu.org>
7838
7839 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
7840 bare drive.
7841
78422008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7843
7844 * nsterm.m (syms_of_nsterm): Remove debugging println.
7845
78462008-07-22 David Reitter <david.reitter@gmail.com>
7847
7848 * nsfns.m (do_applescript, F_do_applescript): NS version of the
7849 Carbon implementation of the same functionality: execute arbitrary
7850 AppleScript code.
7851
78522008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7853
7854 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
7855 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
7856 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
7857 (Fx_display_mm_height, Fx_display_mm_width)
7858 (Fx_display_backing_store, Fx_display_visual_class)
7859 (Fx_display_save_under, Fx_open_connection)
7860 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
7861 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
7862 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7863 (Fx_display_pixel_width, Fx_display_pixel_height)
7864 (Fx_display_usable_bounds, Fx_display_planes)
7865 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
7866 ... */' style of docstrings.
7867
78682008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7869
7870 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
7871 on this platform.
7872 (mips):
7873 * m/iris4d.h (mips): Do not define.
7874 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
7875
7876 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
7877
7878 * image.c:
7879 * nsfns.m:
7880 * nsselect.m:
7881 * nsterm.h:
7882 * nsterm.m: Rename ns prefixed functions/variables to the
7883 corresponding x versions. Update references.
7884
7885 * m/ibms390x.h (NO_REMAP): Do not undefine.
7886
7887 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
7888
78892008-07-21 Chong Yidong <cyd@stupidchicken.com>
7890
7891 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
7892 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
7893 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
7894 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
7895 (Fns_display_mm_height, Fns_display_mm_width)
7896 (Fns_display_backing_store, Fns_display_visual_class)
7897 (Fns_display_save_under, Fns_open_connection)
7898 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
7899 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
7900 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7901 (Fns_display_pixel_width, Fns_display_pixel_height)
7902 (Fns_display_usable_bounds, Fx_display_planes)
7903 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
7904
79052008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
7906
7907 * print.c (print_object): Check print_depth before searching for
7908 circularities.
7909
79102008-07-21 Michael Albinus <michael.albinus@gmx.de>
7911
7912 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
7913 only sprintf.
7914
79152008-07-21 Kenichi Handa <handa@m17n.org>
7916
7917 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
7918
79192008-07-20 Andreas Schwab <schwab@suse.de>
7920
7921 * syntax.c (find_start_pos, find_start_value)
7922 (find_start_value_byte, find_start_begv, find_defun_start)
7923 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
7924
79252008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7926
7927 * s/sol2-3.h: Insert contents of s/sol2.h.
7928 (LD_SWITCH_SYSTEM): Remove redundant definition.
7929 * s/sol2.h: Remove, unused.
7930
79312008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7932
7933 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
7934
79352008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7936
7937 * Makefile.in (ns_appdir): Fix typo in find command.
7938
79392008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7940
7941 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
7942
7943 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
7944 added not supported anymore.
7945
7946 * s/usg5-4-2.h (LIBS_SYSTEM):
7947 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
7948
7949 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
7950 * s/lynxos.h (GETPGRP_NO_ARG):
7951 * s/hpux10-20.h (NO_SIOCTL_H):
7952 * s/gnu.h (GETPGRP_NO_ARG):
7953 * s/gnu-linux.h (NO_SIOCTL_H):
7954 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
7955 * s/cygwin.h (GETPGRP_NO_ARG):
7956 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
7957 (C_DEBUG_SWITCH): Remove duplicate definition.
7958
7959 * m/ibms390.h: Remove boilerplate comments.
7960
7961 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
7962
7963 * process.c (HAVE_SERIAL): Consolidate ifdefs.
7964 (wait_reading_process_output): Remove code for SunOS, platform not
7965 supported anymore. Use SOLARIS2 instead of sun.
7966
79672008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7968
7969 * font.c (font_open_by_name): Under NS, default lface height to zero.
7970 (font_open_for_lface): Under NS, set size based on frame fontsize.
7971 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
7972 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
7973
79742008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7975
7976 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
7977 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
7978 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
7979 YES/NO.
7980 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
7981 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
7982 * Makefile.in (clean): Clear out build destination dir.
7983
79842008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7985
7986 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
7987 xterm, xselect.
7988 * lisp.h: Remove declaration of hash_remove.
7989 * nsgui.h: Remove redefinitions of hash_remove.
7990 * fns.c (hash_remove): Rename to hash_remove_from_table.
7991
79922008-07-19 Seiji Zenitani <zenitani@mac.com>
7993
7994 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
7995 strdup() the family UTF8String before modifying it.
7996
79972008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7998
7999 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8000 NS_FACE_BACKGROUND with 0 instead of nil.
8001 * nsfont.m (nsfont_draw): Same.
8002
80032008-07-19 Chong Yidong <cyd@stupidchicken.com>
8004
8005 * nsfns.m (ns_set_background_color): Fix crash.
8006
80072008-07-18 Chong Yidong <cyd@stupidchicken.com>
8008
8009 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8010
80112008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
8012
8013 * puresize.h (BASE_PURESIZE): Increase to 1240000.
8014
80152008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8016
8017 * gtkutil.c: Include <config.h> instead of "config.h".
8018
8019 * lisp.h (Foverlay_buffer): Add EXFUN.
8020
8021 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8022 child process to complete child_setup. Undo 2005-09-21 change.
8023
8024 * s/darwin.h: Mention setsid after vfork.
8025
80262008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8027
8028 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8029 Depend on macgui.h.
8030
8031 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8032 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8033
8034 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8035 and f19.
8036 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8037
8038 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8039 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8040 Remove enumerators.
8041
8042 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8043 Check if FACE_FROM_ID returns NULL.
8044
80452008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
8046
8047 * w32inevt.c (change_frame_size): Remove extern declaration.
8048 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8049 change_frame_size.
8050
80512008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8052
8053 * getloadavg.c: Revert last change (2008-07-15).
8054
80552008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8056
8057 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 8058 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
8059 from configure.
8060
80612008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8062
8063 * s/sol2.h:
8064 * s/sol2-4.h: Reorganize conditionals.
8065
8066 * ecrt0.c: Remove code depending on m68000, not used anymore.
8067
8068 * fns.c (hash_remove): Make static.
8069 * lisp.h (hash_remove): Don't prototype.
8070
8071 * m/ibmrs6000.h:
8072 * m/ibms390x.h:
8073 * m/macppc.h: Remove boilerplate comments.
8074
8075 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
8076 Solaris, which does not need them.
8077
8078 * m/vax.h: Remove comments about unsupported systems.
8079
8080 * s/darwin.h: Reorganize ifdefs.
8081
80822008-07-17 Andreas Schwab <schwab@suse.de>
8083
8084 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
8085
80862008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 Use SDATA. Follow coding convention of placing operators at
8089 beginning of next line rather than end of previous line, and placing
8090 spaces around infix operators.
8091
8092 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
8093 in case it was defined already.
8094 USE @GNUSTEP_MAKEFILES@ rather than envvars.
8095 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
8096 ns_default.
8097 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
8098 Lisp_Objects.
8099 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
8100 (ns_defined_color, ns_color_to_lisp): Declare.
8101 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
8102 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
8103 it's accepted even with USE_LISP_UNION_TYPE.
8104 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
8105 (update_frame_tool_bar): Remove apparently obsolete tests for
8106 non-integerness of f->tool_bar_lines.
8107 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
8108 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
8109 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
8110 (nsfont_open): Don't confuse NULL for Qnil.
8111 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
8112 * menu.h (find_and_call_menu_selection):
8113 * menu.c (find_and_call_menu_selection): Use just int for vector size.
8114 (find_and_return_menu_selection): Always return something.
8115 * frame.h: Include dispextern.h for Display_Info.
8116 (display_x_get_resource): Declare.
8117
81182008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8119
8120 * syntax.c: Remove stdio.h include accidentally introduced in
8121 Emacs.app commit.
8122 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
8123 NS_IMPL_COCOA.
8124 * keyboard.c (handle_async_input, input_available_signal): Remove
8125 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
8126
81272008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8128
8129 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
8130 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
8131 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
8132 Use SDATA.
8133
8134 * keymap.c: Remove all NS-specific code.
8135 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
8136 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
8137 where_is_preferred_modifier, return a different value depending on how
8138 preferred is the binding.
8139 (where_is_internal): Adjust accordingly.
8140 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
8141 Adjust to new preferred_sequence_p.
8142 (syms_of_keymap): Declare `where-is-preferred-modifier'.
8143 * keyboard.c (parse_solitary_modifier): Not static any more.
8144 * keyboard.h (parse_solitary_modifier): Declare.
8145
81462008-07-16 Andreas Schwab <schwab@suse.de>
8147
8148 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
8149 of easymenu.
8150
81512008-07-16 Chong Yidong <cyd@stupidchicken.com>
8152
8153 * xdisp.c (move_it_in_display_line): Account for word wrap, so
8154 that we don't move off the line.
8155
81562008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8157
8158 * keyboard.c (Qsuper): Remove.
8159 (parse_menu_item): Don't call where_is_internal specially for NS.
8160
81612008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8162
8163 * s/gnu-linux.h: Remove boilerplate comments.
8164
8165 * m/alpha.h (__ELF__): Consolidate conditions.
8166
8167 * m/m68k.h (linux): Use GNU_LINUX instead.
8168 Remove boilerplate comments.
8169
8170 * m/intel386.h: Undo refactoring from previous change.
8171 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
8172 too, remove dead code.
8173 (linux): Use GNU_LINUX instead.
8174
81752008-07-16 Jason Rumney <jasonr@gnu.org>
8176
8177 * w32gui.h: Repeat 26 June changes lost by last change.
8178
81792008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8180
8181 * systty.h: Remove code for Aix on 386, unsupported platform.
8182
8183 * s/ms-w32.h: Remove boilerplate comments.
8184 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
8185
8186 * s/gnu-linux.h (TERM): Remove support.
8187 (HAVE_SYSVIPC): Remove, unused.
8188 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
8189 for this system.
8190
8191 * process.c: Remove support for IRIS, unused.
8192 Remove support for TERM, not relevant anymore.
8193
8194 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
8195 used with the definition.
8196
8197 * s/aix4-2.h (static): Do not undef.
8198
8199 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
8200 only used on Aix.
8201 (HAVE_SYSVIPC): Remove, unused.
8202
8203 * m/hp800.h (CANNOT_DUMP): Do not undef.
8204
8205 * m/alpha.h: Fix comment.
8206
8207 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
8208 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
8209 used by this configuration.
8210 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
8211 * unexec.c: Remove code depending on HPUX and
8212 USG_SHARED_LIBRARIES, not used with this file. Remove code
8213 depending on IRIS, unused. Remove if 0-ed code.
8214
8215 * s/template.h: Remove comments about static.
8216
8217 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
8218 Remove if 0-ed code.
8219 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
8220 were the same as the default.
8221 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
8222 Remove boilerplate comments.
8223 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
8224 (HAVE_SYSVIPC): Remove, unused.
8225 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
8226
8227 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8228 Remove boilerplate comments.
8229 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8230 Remove boilerplate comments.
8231 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8232 Remove boilerplate comments.
8233 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
8234
8235 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
8236 USG systems which do not use DATA_SEG_BITS.
8237 Refactor code. Remove boilerplate comments.
8238
8239 * m/ibms390.h:
8240 * m/m68k.h:
8241 * s/bsd-common.h:
8242 * s/cygwin.h:
8243 * s/darwin.h:
8244 * s/freebsd.h:
8245 * s/gnu.h:
8246 * s/msdos.h: Remove boilerplate comments.
8247
8248 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 8249 do not use this file.
aac0c6e3
MR
8250 (IRIS_4D): Remove, unused.
8251
8252 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 8253 do not use this file.
aac0c6e3
MR
8254 (SIGN_EXTEND_CHAR):
8255 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
8256 * unexmips.c: Remove file, unused.
8257
8258 * editfns.c (Fuser_full_name): Replace the only use of
8259 USER_FULL_NAME with its value.
8260 * config.in: Regenerate.
8261
82622008-07-16 David Reitter <david.reitter@gmail.com>
8263
8264 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
8265 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
8266
82672008-07-16 Glenn Morris <rgm@gnu.org>
8268
8269 * emacs.c (system-type): Doc fix.
8270
82712008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
8272
8273 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
8274 If the cache doesn't work, let's fix it, rather than work around it.
8275
82762008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8277
8278 * Makefile.in: Correct additions for nsfont.o in last commit.
8279 * nsfont.m: New file (forgot last commit).
8280
82812008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8282
8283 * callproc.c (set_initial_environment): Initialize
8284 Vprocess_environment under CANNOT_DUMP (fixes crash when
8285 batch-compiling for bootstrap).
8286
82872008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8288 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8289
8290 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
8291 fix crash due to different init order.
8292
82932008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8294
8295 Changes and additions for NeXTstep windowing system (Cocoa and
8296 GNUstep) support.
8297
8298 * Makefile.in:
8299 * config.in: Support defines and build commands for NS port.
8300 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
8301 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
8302 * dispextern.h: Include nsgui.h and add needed typedefs under NS
8303 windowing.
8304 (struct face): Add synth_ital field.
8305 * dispnew.c: Include nsterm.h when compiling under NS windowing.
8306 (init_display): Initialize Vinitial_window_system to "ns" when so
8307 compiled.
8308 * emacs.c: Include GSConfig.h when compiling under GNUstep.
8309 (display_arg): Use under NS.
8310 (main): Under NS, allocate autorelease pool and handle command line
8311 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
8312 (standard_args): Add NS-specific args.
8313 (shut_down_emacs): Shut down NS terminal if compiled under NS.
8314 * font.c (DEFAULT_ENCODING): New variable.
8315 (font_find_for_lface): Use it.
8316 (syms_of_font): Load syms_of_nsfont under NS.
8317 * font.h: Declare nsfont_driver when compiled under NS.
8318 * fontset.c: When compiling under NS, include nsterm.h.
8319 (fontset_from_font): Autoconstruct fontset under NS.
8320 * frame.c (various): Under NS, include nsterm.h, add Qns window system
8321 symbol, document and use it.
8322 (do_switch_frame): When for_deletion under Cocoa, add
8323 Fraise_frame(Qnil).
8324 (x_set_frame_parameters): Ensure font attribute changes are picked up.
8325 (x_get_arg): Allow "yes" and "no" as boolean values.
8326 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
8327 Qright under Cocoa.
8328 (focus-follows-mouse): Default to 0 under NS.
8329 * frame.h (enum output_method): Add output_ns.
8330 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
8331 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
8332 (FRAME_WINDOW_P): NS-specific definition.
8333 * fringe.c (max_used_fringe_bitmap): Make public.
8334 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
8335 (getloadavg): Use NeXT code under descendant OS's.
8336 * image.c (includes and header section, x_create_bitmap_from_data)
8337 (x_create_bitmap_from_file, free_bitmap_record, image_background)
8338 (image_background_transparent, x_clear_image_1)
8339 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
8340 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
8341 (x_to_xcolors, x_from_xcolors, x_disable_image)
8342 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
8343 other GUIs, including XPM support using code originally written for
8344 Carbon GUI.
8345 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
8346 using NS API.
8347 (image_ascent): Use font metrics macros instead of direct struct field
8348 access.
8349 * keyboard.c (includes): Add nsterm.h when compiling under NS.
8350 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
8351 Also, handle NS as GTK for menu bar purposes.
8352 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
8353 toolkit where they differ.
8354 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
8355 use cachelist, still needed under NS.
8356 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
8357 (struct widget_value): Define it here for menu.c.
8358 * keymap.c (includes): Include modifier internals.
8359 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
8360 NS.
8361 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
8362 support for preferring sequences using certain modifiers, specified by
8363 the FIRSTONLY argument.
8364 * lisp.h (hash_remove): Rename to avoid name clash when compiling
8365 under NS GNUstep implementation.
8366 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
8367 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
8368 * menu.c: Include nsterm.h under NS.
8369 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
8370 (free_menubar_widget_tree_value, update_submenu_strings)
8371 (find_and_call_menu_selection): Treat NS as X and NT.
8372 (find_and_return_menu_selection): New function, used for popup menus.
8373 * nsgui.h:
8374 * nsterm.h:
8375 * nsfns.m:
8376 * nsimage.m:
8377 * nsmenu.m:
8378 * nsselect.m:
8379 * nsterm.m: New files.
8380 * process.c (wait_reading_process_output): Under NS, call ns_select()
8381 instead of plain select().
8382 * syntax.c (char_quoted): Under NS, avoid a crash when called near
8383 beginning of buffer.
8384 * sysselect.h (init_process): Rename when compiling under Cocoa to
8385 avoid name conflict.
8386 * termhooks.h (display_info): Add ns_display_info to union.
8387 * terminal.c (Fterminal_live_p): Add ns to terminal types.
8388 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
8389 COCOA environment.
8390 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
8391 unexec() signature. (Note, this will dump, but the resulting file
8392 crashes; unexosx is used instead; keeping around for reference and
8393 possible aid in getting dump working under GNUstep.)
8394 * w32gui.h (button_type, widget_value): Remove definitions (now in
8395 keyboard.h).
8396 * window.c: Include nsterm.h when compiling under NS.
8397 * xdisp.c (includes): Include nsterm.h when compiling under NS.
8398 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
8399 other GUI windowing systems.
8400 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
8401 GTK.
8402 (x_consider_frame_title): Under NS, set icon type and frame
8403 modified-state indicator; use ns_set_name_as_filename() when using
8404 formatted title.
8405 (update_window_cursor): Make public when compiling under NS.
8406 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
8407 (hourglass_atimer, Vhourglass_delay
8408 * xfaces.c (header section, init_frame_faces, clear_font_table)
8409 (defined_color, unload_color, x_face_list_fonts)
8410 (prepare_face_for_display): Add NS support parallel to other GUIs.
8411 Emulate GCs like other non-X GUIs.
8412 (split_font_name): Don't lowercase font name under NS.
8413 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
8414 under NS.
8415 * s/darwin.h: Add support for compilation under NS.
8416
84172008-07-15 Jason Rumney <jasonr@gnu.org>
8418
8419 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
8420 (w32_show_hourglass): Rename from show_hourglass.
8421 (w32_hide_hourglass): Rename from hide_hourglass.
8422 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
8423 (Vhourglass_delay): Declare extern.
8424 (hourglass_started): Remove.
8425
8426 * xdisp.c (Vhourglass_delay): Remove static.
8427 (hourglass_started, start_hourglass, cancel_hourglass):
8428 Don't include these versions on WINDOWSNT.
8429
84302008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8431
8432 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
8433 variables (formerly in xfns.c).
8434 (show_hourglass, hide_hourglass): New prototypes (same).
8435 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
8436 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
8437 in xfns.c).
8438 (syms_of_xdisp): Declare/initialize display-hourglass,
8439 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
8440 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
8441 formerly in xfns.c.
8442 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8443 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8444 (start_hourglass, cancel_hourglass): Remove.
8445 (show_hourglass, hide_hourglass): Remove prototypes and static
8446 modifiers.
8447 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
8448 hourglass_atimer, hourglass_shown_p declaration/initialization.
8449 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
8450 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
8451 (start_hourglass, cancel_hourglass): Remove.
8452 (show_hourglass, hide_hourglass): Remove prototypes and static
8453 modifiers.
8454 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
8455 hourglass_atimer, hourglass_shown_p declaration/initialization.
8456 * w32fns.c (display_hourglass_p, Vhourglass_delay)
8457 (DEFAULT_HOURGLASS_DELAY): Remove.
8458 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
8459 hourglass_shown_p declaration/initialization.
8460
84612008-07-14 Jason Rumney <jasonr@gnu.org>
8462
8463 * w32fns.c (w32_get_arg): Remove wrapper function.
8464 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
8465 directly.
8466 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
8467
84682008-07-14 Kenichi Handa <handa@m17n.org>
8469
8470 * xfont.c (xfont_open): Add workaround for X's bug.
8471
84722008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8473
8474 * fontset.c: Include <stdio.h> unconditionally.
8475
84762008-07-13 Michael Albinus <michael.albinus@gmx.de>
8477
8478 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
8479 for filtering.
8480
84812008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8482
8483 * s/vms.h: Use __GNUC__ instead of _GNUC_.
8484
8485 * m/macppc.h:
8486 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
8487
8488 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
8489 (SPECIAL_EMACS_INT):
8490 * m/ia64.h (SPECIAL_EMACS_INT):
8491 * m/amdx86-64.h (SPECIAL_EMACS_INT):
8492 * s/gnu.h (NLIST_STRUCT):
8493 * s/aix4-2.h (X11R5_INHIBIT_I18N):
8494 * s/gnu-linux.h (LINUX):
8495 * s/msdos.h (HAVE_FACES):
8496 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
8497
8498 * systty.h:
8499 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
8500 anymore.
8501
85022008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
8503
8504 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
8505 always defined as int.
8506
8507 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
8508 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
8509 * s/gnu-linux.h (HAVE_WAIT_HEADER):
8510 * s/freebsd.h (HAVE_WAIT_HEADER):
8511 * s/bsd-common.h (HAVE_UNION_WAIT):
8512 * s/aix4-2.h (HAVE_WAIT_HEADER):
8513 * m/mips.h (HAVE_UNION_WAIT):
8514 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
8515 (COFF, static): Do not define, they are undefined later in the file.
8516
8517 * process.c (update_status): Don't use a union.
8518 (status_convert):
8519 (sigchld_handler): Use int instead of WAITTYPE.
8520
85212008-07-12 Chong Yidong <cyd@stupidchicken.com>
8522
8523 * indent.c (Fvertical_motion): Restore hscroll before moving to
8524 goal column.
8525
85262008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8527
8528 * lisp.h: Remove left over code.
8529
85302008-07-11 Andreas Schwab <schwab@suse.de>
8531
8532 * lisp.h: Fix logic in last change.
8533
8534 * menu.h: New file.
8535 * menu.c: Include it.
8536 * xmenu.c: Likewise.
8537 * Makefile.in: Update dependencies.
8538
85392008-07-11 Kenichi Handa <handa@m17n.org>
8540
8541 * fontset.c (fontset_from_font): Cancel the previous change.
8542
85432008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8544
8545 * lisp.h:
8546 * w32heap.c:
8547 * emacs.c:
8548 * alloc.c: Replace all references of NO_UNION_TYPE with
8549 USE_LISP_UNION_TYPE.
8550
8551 * m/xtensa.h (NO_UNION_TYPE):
8552 * m/vax.h (NO_UNION_TYPE):
8553 * m/template.h (NO_UNION_TYPE):
8554 * m/sparc.h (NO_UNION_TYPE):
8555 * m/mips.h (NO_UNION_TYPE):
8556 * m/macppc.h (NO_UNION_TYPE):
8557 * m/m68k.h (NO_UNION_TYPE):
8558 * m/iris4d.h (NO_UNION_TYPE):
8559 * m/intel386.h (NO_UNION_TYPE):
8560 * m/ibms390x.h (NO_UNION_TYPE):
8561 * m/ibms390.h (NO_UNION_TYPE):
8562 * m/ibmrs6000.h (NO_UNION_TYPE):
8563 * m/ia64.h (NO_UNION_TYPE):
8564 * m/hp800.h (NO_UNION_TYPE):
8565 * m/arm.h (NO_UNION_TYPE):
8566 * m/amdx86-64.h (NO_UNION_TYPE):
8567 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
8568 defining it the same.
8569
85702008-07-10 Chong Yidong <cyd@stupidchicken.com>
8571
8572 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
8573
85742008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8575
8576 * fileio.c:
8577 * sysdep.c
8578 * systty.h:
8579 * m/ibmrs6000.h:
8580 * m/iris4d.h:
8581 * s/aix4-2.h:
8582 * s/freebsd.h:
8583 * s/gnu-linux.h:
8584 * s/hpux10-20.h:
8585 * s/hpux11.h:
8586 * s/netbsd.h:
8587 * s/sol2-3.h:
8588 * s/sol2-4.h:
8589 * s/sol2.h:
8590 * s/usg5-4.h:
8591 * s/vms.h: Remove references to unused variables.
8592
85932008-07-10 Andreas Schwab <schwab@suse.de>
8594
8595 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
8596 pattern before matching the generic family.
8597
85982008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8599
8600 * unexec.c:
8601 * s/vms.h:
8602 * s/usg5-4-2.h:
8603 * s/sol2-5.h:
8604 * s/freebsd.h:
8605 * s/darwin.h: Remove dead code.
8606
8607 * m/template.h:
8608 * m/sparc.h:
8609 * m/mips.h:
8610 * m/m68k.h:
8611 * m/iris4d.h:
8612 * m/intel386.h:
8613 * m/ibms390x.h:
8614 * m/ibms390.h:
8615 * m/ia64.h:
8616 * m/hp800.h:
8617 * m/arm.h:
8618 * m/amdx86-64.h: Remove dead code and references to unused
8619 and compiler defined symbols.
8620
8621 * unexmips.c:
8622 * unexelf.c: Remove references to desupported systems.
8623
8624 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
8625
8626 * m/powermac.h: Remove boilerplate comments.
8627 (NO_REMAP): Remove unused definition.
8628
8629 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
8630 define them.
8631
86322008-07-10 Kenichi Handa <handa@m17n.org>
8633
8634 * xfont.c (xfont_open): Log the reason of failure.
8635
86362008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8637
8638 * fontset.c (fontset_get_font_group):
8639 * font.c (font_check_otf): Specify argument types.
8640
86412008-07-09 Kenichi Handa <handa@m17n.org>
8642
8643 * coding.c (detect_coding_utf_8): Set detect_info->found only when
8644 non-ASCII char is found.
8645
8646 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
8647 (reorder_font_vector): Change the arg preferred_family to font.
8648 Prefer the spec matching with font.
8649 (fontset_get_font_group): New function.
8650 (fontset_find_font): Change the format of an element of a realized
8651 fontset. Use fontset_get_font_group.
8652 (fontset_font): Try the current fontset, the default fontset, the
8653 fallbacks of the current fontset, and the fallbacks of the default
8654 fontset in this order.
8655 (face_for_char): Delete the shortcut to use the current font.
8656 (fontset_from_font): Don't set fonts for Latin in the fontset.
8657
8658 * font.h (font_make_object, font_match_p): Adjust prototypes.
8659
8660 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
8661
8662 * font.c (font_make_object): New arg entity and pixelsize.
8663 (font_check_otf_features, font_check_otf): New functions.
8664 (font_match_p): Check :lang, :script, and :otf properties.
8665
8666 * xfont.c (xfont_open): Adjust it for the change of
8667 font_make_object.
8668 (xfont_text_extents): Fix initial setting of metrics.
8669
8670 * ftfont.c (struct ftfont_info): New member index, delete member
8671 fc_charset_idx. Make the member order compatible with struct
8672 xftfont_info.
8673 (fc_charset_table): Change charset names to registry names.
8674 (ftfont_pattern_entity): Delete the args registry and
8675 fc_charset_idx. Change the value of :font-entity property
8676 to (FONTNAME . INDEX). Always set :registry property to
8677 `iso10646-1'.
8678 (struct ftfont_cache_data): New struct.
8679 (ftfont_lookup_cache): New arg for_face.
8680 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
8681 (ftfont_driver): Set the member otf_capability.
8682 (ftfont_get_charset): Adjust it for the change of
8683 fc_charset_table.
8684 (OTF_TAG_SYM): New macro.
8685 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
8686 for the change of fc_charset_table.
8687 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
8688 ftfont_pattern_entity. Add FC_INDEX to objset.
8689 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
8690 and ftfont_pattern_entity.
8691 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
8692 font_make_object, struct ftfont_info.
8693 (ftfont_has_char): Use ftfont_get_fc_charset.
8694 (ftfont_otf_features, ftfont_otf_capability): New functions.
8695 (ftfont_shape): Use ftfont_get_otf.
8696 (ftfont_text_extents): Fix initial setting of metrics.
8697
8698 * xftfont.c (struct xftfont_info): New member ft_size. Make the
8699 member order compatible with struct ftfont_info.
8700 (xftfont_open): Add FC_CHARSET to the pattern. Set
8701 xftfont_info->ft_size. Don't unlock the face. Check BDF
8702 properties if appropriate.
8703 (xftfont_close): Unlock the face.
8704 (xftfont_anchor_point, xftfont_shape): Deleted.
8705 (syms_of_xftfont): Don't set members anchor_point and shape of
8706 xftfont_driver.
8707
8708 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
8709 font_make_object.
8710
8711 * w32font.c (w32font_open): Adjust it for the change of
8712 font_make_object.
8713 (w32font_open_internal): Don't set properties of font_object here.
8714
87152008-07-08 Chong Yidong <cyd@stupidchicken.com>
8716
8717 * macfns.c (x_create_tip_frame):
8718 * w32fns.c (x_create_tip_frame):
8719 * xfns.c (x_create_tip_frame): Pass parameter argument to
8720 face-set-after-frame-default.
8721
8722 * xfaces.c (Finternal_merge_in_global_face): Save merged
8723 attributes for the default face back into the face vector.
8724
87252008-07-08 Andreas Schwab <schwab@suse.de>
8726
8727 * fontset.h: Declare fontset_from_font. Don't declare
8728 new_fontset_from_font and fontset_from_font_name.
8729 * xterm.c: Include "fontset.h".
8730 * Makefile.in (xterm.o): Update dependencies.
8731
87322008-07-08 Glenn Morris <rgm@gnu.org>
8733
8734 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
8735 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
8736
87372008-07-07 Chong Yidong <cyd@stupidchicken.com>
8738
8739 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
8740 (x_set_frame_parameters): Don't bind it.
8741
87422008-07-07 Juanma Barranquero <lekktu@gmail.com>
8743
8744 * w32fns.c (map_w32_filename): Declare extern.
8745
87462008-07-07 Jason Rumney <jasonr@gnu.org>
8747
8748 * w32term.c (WS_EX_LAYERED): Define if not already.
8749
87502008-07-06 Chong Yidong <cyd@stupidchicken.com>
8751
8752 * xfaces.c (set_font_frame_param): Don't try to set the font
8753 parameter if it is still unspecified in the lface.
8754
87552008-07-05 Chong Yidong <cyd@stupidchicken.com>
8756
8757 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
8758 face if it didn't already exist.
8759
8760 * xdisp.c (try_window_id): Give up if word-wrapping is on.
8761
87622008-07-05 Andreas Schwab <schwab@suse.de>
8763
8764 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
8765
87662008-07-05 Chong Yidong <cyd@stupidchicken.com>
8767
8768 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
8769 word-wrapping.
8770 (IT_DISPLAYING_WHITESPACE): New macro.
8771 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
8772 when word-wrapping. Simplify word-wrapping logic. Use correct
8773 pixel positions when saving copies of the iterator.
8774 (display_line): Use proper wrap point if the last character on a
8775 line was preceded by whitespace.
8776
87772008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8778
8779 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
8780
87812008-07-04 Kenichi Handa <handa@m17n.org>
8782
8783 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
8784
8785 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
8786
87872008-07-02 Jason Rumney <jasonr@gnu.org>
8788
8789 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 8790 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
8791
8792 * xdisp.c (next_element_from_display_vector): Move assignment out
8793 of if statement.
8794
87952008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8796
8797 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
8798
8799 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
8800 (syms_of_fileio): Initialize and export them.
8801 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
8802
8803 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
8804 (Fsystem_move_file_to_trash): New function.
8805 (syms_of_w32fns): Export it to lisp.
8806
88072008-07-01 Jason Rumney <jasonr@gnu.org>
8808
8809 * w32font.c (w32font_text_extents): Don't count overhang as part
8810 of width.
8811
88122008-06-30 Miles Bader <miles@gnu.org>
8813
8814 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
8815 Add `avoid_cursor_p' field.
8816
8817 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
8818 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
8819 (append_glyph, append_composite_glyph, produce_image_glyph)
8820 (append_stretch_glyph): Initialize avoid_cursor_p.
8821 (get_it_property): Rename from `get_line_height_property'.
8822 (x_produce_glyphs): Use get_it_property.
8823 (handle_line_prefix, push_display_prop): New functions.
8824 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
8825 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
8826 New variables.
8827 (syms_of_xdisp): Initialize them.
8828
88292008-06-30 Kenichi Handa <handa@m17n.org>
8830
8831 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
8832 XftDefaultSubstitute (they are called in XftFontMatch).
8833 (xftfont_open): Fix args to ftfont_font_format.
8834
8835 * ftfont.c (fc_charset_table): New member lang.
8836 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 8837 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
8838 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
8839 (ftfont_open): Fix args to ftfont_font_format.
8840 (ftfont_font_format): New arg filename.
8841
88422008-06-30 Chong Yidong <cyd@stupidchicken.com>
8843
8844 * xfaces.c (Finternal_merge_in_global_face): If default face was
8845 modified, realize it again. Update the font face attribute.
8846
88472008-06-29 Jason Rumney <jasonr@gnu.org>
8848
8849 * w32term.c (x_set_frame_alpha): Fix logic.
8850
88512008-06-29 Kenichi Handa <handa@m17n.org>
8852
8853 * fontset.c (Finternal_char_font): Return font-object instead of
8854 font-name.
8855
8856 * composite.c (get_composition_id): Fix the width calculation for TAB.
8857
88582008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8859
8860 * indent.c (Fvertical_motion): Properly handle float column arg.
8861
88622008-06-28 Jason Rumney <jasonr@gnu.org>
8863
8864 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
8865 (pfnSetLayeredWindowAttributes): New function pointer.
8866 (w32_initialize): Initialize it when supported.
8867 (x_set_frame_alpha): New function.
8868
8869 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
8870 (w32_frame_parm_handlers): Set alpha handler.
8871
8872 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
8873
88742008-06-27 Jason Rumney <jasonr@gnu.org>
8875
8876 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
8877 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
8878 (w32_to_x_charset, x_to_w32_charset)
8879 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8880 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8881 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8882 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8883 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8884 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8885 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
8886 (Qw32_charset_unicode): Remove.
8887 (syms_of_w32fns): Update for above changes.
8888
8889 * w32font.c (w32_to_x_charset, x_to_w32_charset)
8890 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8891 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8892 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8893 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8894 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8895 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8896 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
8897 (syms_of_w32font): Update for above changes.
8898
88992008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
8900
8901 * s/usg5-4.h: Fix previous change: keep the correct branch of a
8902 removed #if.
8903 (USG_SHARED_LIBRARIES): Remove duplicate definition.
8904
89052008-06-26 Juanma Barranquero <lekktu@gmail.com>
8906 Eli Zaretskii <eliz@gnu.org>
8907
8908 * makefile.w32-in (LOCAL_FLAGS):
8909 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
8910
8911 * sysdep.c (_spawnlp, _getpid):
8912 Declare with explicit _cdecl instead of _CRTAPI1.
8913
8914 * editfns.c (Fget_internal_run_time):
8915 Check for WINDOWSNT with #ifdef, not #if.
8916
89172008-06-26 Jason Rumney <jasonr@gnu.org>
8918
8919 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
8920
8921 * w32term.c (x_draw_glyph_string_foreground)
8922 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
8923 Use FONT_HANDLE macro.
8924 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
8925
8926 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
8927 (uniscribe_encode_char): Use FONT_HANDLE macro.
8928
8929 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
8930 (w32font_text_extents): Use precast w32_font.
8931 (w32font_close): Free cached metrics.
8932 (w32font_open_internal): Allocate space for name on stack.
8933
89342008-06-26 Chong Yidong <cyd@stupidchicken.com>
8935
8936 * xdisp.c (extend_face_to_end_of_line): Fix last change.
8937
89382008-06-26 Jason Rumney <jasonr@gnu.org>
8939
8940 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
8941 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
8942
89432008-06-26 Juanma Barranquero <lekktu@gmail.com>
8944
8945 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
8946
89472008-06-26 Jason Rumney <jasonr@gnu.org>
8948
8949 * w32bdf.c, w32bdf.h: Remove obsolete files.
8950
8951 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
8952
8953 * w32gui.h: Don't include w32bdf.h.
8954 (XCharStruct, enum w32_char_font_type, W32FontStruct):
8955 Remove obsolete font support.
8956
8957 * w32font.h (struct w32font_info): Remove compat_w32_font.
8958 Add hfont member.
8959 (FONT_COMPAT): Remove obsolete macro.
8960
8961 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
8962 (w32font_encode_char, w32font_text_extents): Use new hfont member.
8963 (w32font_open_internal): Remove compat code. Set new hfont member.
8964 (Fx_select_font): Use new hfont member.
8965
8966 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
8967 (uniscribe_encode_char): Use new hfont member.
8968
8969 * w32term.c (x_draw_glyph_string_foreground)
8970 (x_draw_composite_glyph_string_foreground): Use new hfont member.
8971 (x_draw_glyph_string): Use metrics in w32font_info.
8972
89732008-06-26 Kenichi Handa <handa@m17n.org>
8974
8975 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
8976
89772008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8978
8979 * unexnext.c:
8980 * m/ews4800.h:
8981 * m/hp9000s300.h:
8982 * m/ibm370aix.h:
8983 * m/mips-siemens.h:
8984 * m/ncr386.h:
8985 * m/next.h:
8986 * m/pmax.h:
8987 * m/powerpcle.h:
8988 * m/tandem-s2.h:
8989 * s/386bsd.h:
8990 * s/bsd386.h:
8991 * s/bsd4-1.h:
8992 * s/bsd4-2.h:
8993 * s/bsdos2-1.h:
8994 * s/bsdos2.h:
8995 * s/bsdos3.h:
8996 * s/bsdos4.h:
8997 * s/nextstep.h:
8998 * s/ultrix4-3.h:
8999 * s/usg5-0.h:
9000 * s/usg5-2-2.h:
9001 * s/usg5-2.h:
9002 * s/usg5-4-3.h:
9003 * s/ux4800.h:
9004 * s/uxpds.h:
9005 * s/uxpv.h: Remove support for obsolete systems.
9006 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 9007 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
9008 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9009 Remove, insert contents in s/aix4-2.h.
9010 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9011 * s/bsd4-3.h: Rename to ...
9012 * s/bsd-common.h: ... this.
9013 * data.c:
9014 * doc.c:
9015 * ecrt0.c:
9016 * emacs.c:
9017 * fileio.c:
9018 * floatfns.c:
9019 * keyboard.c:
9020 * mem-limits.h:
9021 * print.c:
9022 * process.c:
9023 * sysdep.c:
9024 * syssignal.h:
9025 * systty.h:
9026 * syswait.h:
9027 * term.c:
9028 * unexec.c:
9029 * unexelf.c:
9030 * unexhp9k800.c:
9031 * m/hp800.h:
9032 * m/ibmrs6000.h:
9033 * m/mips.h:
9034 * m/vax.h:
9035 * s/darwin.h:
9036 * s/freebsd.h:
9037 * s/gnu.h:
9038 * s/ms-w32.h:
9039 * s/msdos.h:
9040 * s/netbsd.h:
9041 * s/template.h: Remove references to obsolete variables.
9042
9043 * Makefile.in: Add dependencies for all unexec files.
9044 (admindir): Remove unused variable.
9045 (UNEXEC_SRC): Remove references.
9046
90472008-06-25 Chong Yidong <cyd@stupidchicken.com>
9048
9049 * xfns.c (x_default_font_parameter): If Xft is available, first
9050 try Monospace-12 for the default font.
9051
90522008-06-25 Jason Rumney <jasonr@gnu.org>
9053
9054 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9055
90562008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9057
9058 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9059
9060 * buffer.c (syms_of_buffer): Remove default-word-wrap.
9061
90622008-06-25 Juanma Barranquero <lekktu@gmail.com>
9063
9064 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9065 <scroll-conservatively>: Fix typo in docstring.
9066
9067 * xselect.c (Fx_send_client_event): Doc fix.
9068
90692008-06-25 Kenichi Handa <handa@m17n.org>
9070
9071 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
9072
9073 * font.c (font_parse_fcname): Remove unused variables.
9074 (font_sort_entites): Delete the arg SPEC. Caller changed.
9075 Fix for the case of ! best_only.
9076 (font_delete_unmatched): Check DPI and AVGWIDTH too.
9077
9078 * lisp.h (Fstring_to_unibyte): EXFUN it.
9079
9080 * character.h (str_to_unibyte): Extern it.
9081
9082 * character.c (str_to_unibyte): New function.
9083
9084 * fns.c (Fstring_to_unibyte): New function.
9085 (syms_of_fns): Defsubr it.
9086
90872008-06-24 Kenichi Handa <handa@m17n.org>
9088
9089 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
9090 DPI too.
9091 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
9092
90932008-06-24 Andreas Schwab <schwab@suse.de>
9094
9095 * Makefile.in (${lispsource}loaddefs.el): Rename from
9096 ../lisp/loaddefs.el.
9097 (bootstrap-clean): Do what distclean does but don't remove
9098 Makefile.
9099 (distclean): Depend on bootstrap-clean and remove Makefile.
9100
91012008-06-24 Chong Yidong <cyd@stupidchicken.com>
9102
9103 * buffer.h (struct buffer): New member word_wrap.
9104
9105 * buffer.c (syms_of_buffer): New variables default-word-wrap and
9106 word-wrap.
9107 (init_buffer_once): Initialize them.
9108
9109 * dispextern.h (struct it): Replace bool truncate_lines_p with a
9110 line_wrap enum possessing three possible values.
9111
9112 * termopts.h: Replace truncate_partial_width_windows with
9113 Vtruncate_partial_width_windows.
9114
9115 * dispnew.c (direct_output_for_insert): Avoid direct output when
9116 inserting a space with word wrap on.
9117
9118 * indent.c (compute_motion): Obey integer values of
9119 truncate-partial-width-windows.
9120
9121 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
9122 replacing truncate_partial_width_windows.
9123 (init_iterator): If Vtruncate_partial_width_windows is an integer,
9124 truncate only if the window width is below that integer.
9125 (start_display, resize_mini_window, produce_stretch_glyph)
9126 (display_string, move_it_in_display_line_to): Use line_wrap.
9127 (back_to_previous_visible_line_start, reseat_1): Reset
9128 string_from_display_prop_p.
9129 (display_line): Extend default face to end of line when wrapping.
9130
91312008-06-24 Kim F. Storm <storm@cua.dk>
9132
9133 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
9134 to wrap continued lines at word boundaries.
9135
91362008-06-24 Jason Rumney <jasonr@gnu.org>
9137
9138 * font.c (Ffont_face_attributes): Multiply pixel size before point
9139 conversion to avoid multiplying rounding error.
9140
91412008-06-23 Jason Rumney <jasonr@gnu.org>
9142
9143 * w32term.c (x_draw_glyph_string_background)
9144 (x_draw_glyph_string): Remove old bdf font code.
9145
9146 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
9147
91482008-06-22 Kenichi Handa <handa@m17n.org>
9149
9150 * font.c (font_find_for_lface): Try the adstyle specified in
9151 the property of LFACE_FONT of LFACE (if any).
9152
91532008-06-21 Seiji Zenitani <zenitani@mac.com>
9154 Ryo Yoshitake <ryo@shiftmode.net>
9155
9156 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
9157
91582008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9159
9160 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
9161 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
9162 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
9163 (witness-emacs): Remove.
9164 (lisp, shortlisp): Move loaddefs.el earlier.
9165 (mostlyclean): Forget about witness-emacs.
9166
91672008-06-22 Glenn Morris <rgm@gnu.org>
9168
9169 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
9170 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
9171
91722008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9173
9174 * Makefile.in (PRECOMP): Remove.
9175 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
9176 (witness-emacs): Run `compile-first'.
9177 (.el.elc): Use the new compile-onefile target.
9178
91792008-06-21 Kenichi Handa <handa@m17n.org>
9180
9181 * xftfont.c (xftfont_open): Handle QCembolden only when
9182 FC_EMBOLDEN is defined.
9183
91842008-06-21 Andreas Schwab <schwab@suse.de>
9185
9186 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
9187 (.el.elc): Likewise.
9188
91892008-06-21 Miles Bader <miles@gnu.org>
9190
9191 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
9192 build dir, not the lisp source dir.
9193
91942008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
9197 (bootstrapclean): Remove.
9198 (.el.elc): New rule.
9199 (PRECOMP): New var.
9200 (../lisp/subdirs.el): Remove.
9201 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
9202 (witness-emacs): New target.
9203 (mostlyclean): Remove witness-emacs as well.
9204 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
9205 Add witness-emacs dependency.
9206
92072008-06-20 Chong Yidong <cyd@stupidchicken.com>
9208
9209 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
9210 defined by the font.
9211
92122008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9213
9214 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
9215 (bootstrap-clean): New target that keeps TAGS around.
9216 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
9217 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
9218
92192008-06-20 Jason Rumney <jasonr@gnu.org>
9220
9221 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
9222 Remove obsolete font code.
9223
9224 * w32font.c (font_matches_spec): Use csb bitfield from font signature
9225 to determine language support.
9226
92272008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9228
9229 * sysdep.c (cfsetspeed): New fun extracted from the code.
9230 (cfmakeraw): Move before first use.
9231
92322008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
9233
9234 * sysdep.c (cfmakeraw): Provide fallback implementation.
9235 (serial_configure): Provide fallback implementation of cfsetspeed.
9236
92372008-06-20 Kenichi Handa <handa@m17n.org>
9238
9239 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
9240 the pattern.
9241
9242 * fontset.c (fontset_from_font): Copy font_spec before changing
9243 the elements.
9244
9245 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
9246
92472008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
9250 for explicit `font' parameters.
9251
9252 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
9253
92542008-06-19 Kenichi Handa <handa@m17n.org>
9255
9256 * frame.c: Include <ctype.h>.
9257 (x_set_font_backend): Allow spacing characters in the X resource
9258 for FontBackend.
9259
92602008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9261
9262 * w32fns.c, xfns.c (Qfont_param): New var.
9263 (syms_of_w32fns): Initialize it.
9264 (x_default_font_parameter): Record explicit `font' into
9265 `font-parameter'.
9266
92672008-06-18 Kenichi Handa <handa@m17n.org>
9268
9269 * font.c (font_parse_xlfd): Fix previous change.
9270 (font_parse_fcname): Don't use :fc-unknown-spec.
9271 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
9272 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
9273 (font_add_log): Prepend the driver name to the resulting fonts.
9274
9275 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
9276 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
9277 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
9278
9279 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
9280 (QCembolden): New variables.
9281 (syms_of_xftfont): DEFSYM them.
9282 (xftfont_open): Call XftFontMatch. Don't trust the result of
9283 XftTextExtents8 if the pixel_size is less than 5.
9284
92852008-06-18 Andreas Schwab <schwab@suse.de>
9286
9287 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
9288 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
9289
92902008-06-18 Jason Rumney <jasonr@gnu.org>
9291
9292 * w32font.c (w32font_list, w32font_match): Add logging.
9293
9294 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
9295
92962008-06-17 Chong Yidong <cyd@stupidchicken.com>
9297
9298 * font.c (font_parse_fcname): Store divider characters for
9299 unknown-spec list. For known key symbols, intern using correct
9300 symbol name.
9301
93022008-06-17 Kenichi Handa <handa@m17n.org>
9303
9304 * xfaces.c (realize_default_face): If the frame is not on window
9305 system, set the fontset of face to nil.
9306
93072008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9308
9309 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
9310
93112008-06-16 Juanma Barranquero <lekktu@gmail.com>
9312
9313 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
9314 (build_font_name_from_vector): Delete externs.
9315
9316 * xfaces.c (struct font_name): Don't declare.
9317
93182008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9319
9320 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
9321
93222008-06-16 Chong Yidong <cyd@stupidchicken.com>
9323
9324 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
9325
93262008-06-16 Juanma Barranquero <lekktu@gmail.com>
9327
9328 * font.c (Ffont_spec): Fix usage in docstring.
9329 (Ffont_face_attributes): Doc fix.
9330
93312008-06-16 Andreas Schwab <schwab@suse.de>
9332
9333 * font.c (Ffont_face_attributes): Fix definition.
9334
93352008-06-16 Jason Rumney <jasonr@gnu.org>
9336
9337 * font.h (font_style_symbolic_from_value): Remove.
9338
9339 * font.c (font_style_symbolic_from_value): Remove.
9340 (font_style_symbolic): Revert to pre 2008-06-13 version.
9341
9342 * w32font.c (w32_to_fc_weight): New function.
9343 (w32font_full_name, logfont_to_fcname): Use it.
9344
93452008-06-16 Kenichi Handa <handa@m17n.org>
9346
9347 * font.c (font_check_object): Delete it.
9348 (font_clear_cache): Check if a font-object is alive.
9349 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
9350 font-object to nil.
9351 (font_close_object): Don't check FONT_CLOSE_OBJECT.
9352 (font_at): Don't call font_check_object.
9353 (Ffont_get): Return a symbol for :weight, :slant, and :width.
9354
93552008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9356
9357 * puresize.h (BASE_PURESIZE): Increase to 1230000.
9358
93592008-06-16 Chong Yidong <cyd@stupidchicken.com>
9360
9361 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
9362
93632008-06-15 Chong Yidong <cyd@stupidchicken.com>
9364
9365 * font.c (font_parse_fcname): Only one decimal point.
9366 (font_unparse_fcname): Handle data in family and foundry indices
9367 as symbols, not strings.
9368 (font_unparse_gtkname, Ffont_face_attributes): New functions.
9369
9370 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
9371
9372 * font.h (font_unparse_gtkname): Add prototype.
9373
93742008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9375
9376 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9377
93782008-06-15 Andreas Schwab <schwab@suse.de>
9379
9380 * font.c (font_update_drivers): Fix crash when no drivers match.
9381
93822008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9383
9384 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
9385 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
9386
93872008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
9390
93912008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9392
9393 * process.c (Fserial_process_configure, Fprocess_send_eof):
9394 Use EQ to compare Lisp_Objects.
9395
93962008-06-13 Jason Rumney <jasonr@gnu.org>
9397
9398 * w32fns.c (Fw32_select_font): Remove old font API function.
9399
9400 * w32font.c (logfont_to_fcname): New function.
9401 (Fx_select_font): New font dialog function compatible with
9402 GTK/fontconfig version.
9403
9404 * font.c (font_style_symbolic_from_value): New function.
9405 (font_style_symbolic): Use it.
9406
9407 * font.h (font_style_symbolic_from_value): Declare new function.
9408
94092008-06-13 Juanma Barranquero <lekktu@gmail.com>
9410
9411 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
9412 <font-width-table>: Fix typos in docstrings.
9413
94142008-06-13 Daniel Engeler <engeler@gmail.com>
9415
9416 These changes add serial port access.
9417 * process.c: Add HAVE_SERIAL.
9418 (Fdelete_process, Fprocess_status, Fset_process_buffer)
9419 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
9420 (list_processes_1, select_wrapper, Fstop_process)
9421 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
9422 (status_notify): Modify to handle serial processes.
9423 [HAVE_SERIAL] (Fserial_process_configure)
9424 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
9425 New functions.
9426 * process.h (struct Lisp_Process): Add `type'.
9427 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
9428 New functions.
9429 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
9430 serial ports.
b71ac3dd 9431 (serial_open, serial_configure): New functions.
aac0c6e3
MR
9432 * w32.h: Add FILE_SERIAL.
9433 (struct _child_process): Add ovl_read, ovl_write.
9434
94352008-06-13 Kenichi Handa <handa@m17n.org>
9436
9437 * dispextern.h (enum lface_attribute_index): New member
9438 LFACE_FOUNDRY_INDEX.
9439
9440 * font.c (font_score): Delete arg alternate_families. Check only
9441 weight, slant, width, and size. Ignore the difference of alias
9442 style symbols.
9443 (font_sort_entites): Adjust for the above change. Reflect the
9444 order of font-driver to scores.
9445 (font_list_entities): Don't check alternate_familes here.
9446 (font_clear_prop): Handle foundry.
9447 (font_update_lface): Don't parse "foundry-family" form here.
9448 Handle FONT_FOUNDRY_INDEX.
9449 (font_find_for_lface): Likewise. Handle alternate families here.
9450 If registry is nil, try iso8859-1 and ascii-0.
9451 (font_open_for_lface): Pay attention to size in ENTITY.
9452 (font_open_by_name): Simplify by calling font_load_for_lface.
9453 (free_font_driver_list): Delete it.
9454 (font_update_drivers): Preserve the order of backends.
9455 (syms_of_font): Setting of sort_shift_bits adjusted for the change
9456 of font_score and font_sort_entites.
9457 (font_update_sort_order): Likewise.
9458
9459 * xfaces.c (LFACE_FOUNDRY): New macro.
9460 (check_lface_attrs): Check foundry.
9461 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
9462 (merge_face_vectors): Check foundry.
9463 (merge_face_ref): Likewise.
9464 (Finternal_set_lisp_face_attribute): Likewise.
9465 (x_update_menu_appearance): Likewise.
9466 (Finternal_get_lisp_face_attribute): Likewise.
9467 (lface_hash): Likewise.
9468 (lface_same_font_attributes_p): Likewise.
9469 (x_supports_face_attributes_p): Likewise.
9470 (tty_supports_face_attributes_p): Likewise.
9471 (Finternal_set_alternative_font_family_alist): Intern strings.
9472 (Finternal_set_alternative_font_registry_alist): Downcase strings.
9473 (realize_default_face): Set LFACE_FOUNDRY (lface).
9474
9475 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
9476 font-driver at first.
9477
9478 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
9479
94802008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9481
9482 * lread.c (Fload): Use xfree, not free on saved_doc_string.
9483
94842008-06-12 Jim Meyering <meyering@redhat.com>
9485
9486 Make unexec_free handle NULL the same way free does.
9487 * unexmacosx.c (unexec_free): Ignore a NULL argument.
9488
94892008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9490
9491 * character.h (CHAR_TO_BYTE_SAFE): New macro.
9492 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
9493 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
9494 (WEAK_ALIAS): Simplify.
9495 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
9496 when searching a unibyte buffer.
9497
94982008-06-12 Chong Yidong <cyd@stupidchicken.com>
9499
9500 * xfns.c (Fx_select_font): Rename from x-font-dialog.
9501
95022008-06-12 Juanma Barranquero <lekktu@gmail.com>
9503
9504 * w32font.c: Include ctype.h.
9505
95062008-06-11 Jason Rumney <jasonr@gnu.org>
9507
9508 * w32font.c (w32font_encode_char): Detect missing glyphs that are
9509 misreported as space.
9510 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
9511 as aliases for registry iso10646-1.
9512
95132008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9514
9515 * buffer.c (clone_per_buffer_values): Skip `name'.
9516
95172008-06-11 Chong Yidong <cyd@stupidchicken.com>
9518
9519 * font.c (font_parse_fcname): Fix last change; accept decimal
9520 points in font size.
9521
95222008-06-10 Jason Rumney <jasonr@gnu.org>
9523
9524 * w32uniscribe.c (add_opentype_font_name_to_list):
9525 Skip non unicode fonts.
9526
95272008-06-10 Chong Yidong <cyd@stupidchicken.com>
9528
9529 * xfns.c (Fx_font_dialog): New function.
9530
9531 * gtkutil.c (xg_dialog_response_cb): Rename from
9532 xg_file_response_callback.
9533 (pop_down_dialog): Rename from pop_down_file_dialog.
9534 (xg_get_file_name): Callers changed.
9535 (xg_get_font_name): New function.
9536
9537 * gtkutil.h (xg_get_font_name): Insert prototype.
9538
95392008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9540
9541 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
9542 x_underline_minimum_display_offset.
9543 (syms_of_xdisp): Declare it here rather than in xterm.c.
9544 * dispextern.h (underline_minimum_offset): Declare it.
9545 * w32term.c (x_draw_glyph_string): Use it.
9546 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
9547 (syms_of_xterm): Don't declare it any more.
9548 (x_draw_glyph_string): Adjust to the new name.
9549
8719abec 95502008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
9551
9552 * xterm.c (x_underline_minimum_display_offset): New var.
9553 (x_draw_glyph_string): Use it.
9554 (syms_of_xterm): Declare it.
9555
95562008-06-10 Chong Yidong <cyd@stupidchicken.com>
9557
9558 * font.c (font_parse_fcname): Accept GTK-style font names too.
9559
95602008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9561
9562 * dired.c (file_name_completion): Don't return t if the match is exact
9563 but with different capitalization.
9564 * minibuf.c (Ftry_completion): Simplify.
9565
9566 * window.c (Vwindow_point_insertion_type): New var.
9567 (set_window_buffer): Use it.
9568 (syms_of_window): Init and export it to Lisp.
9569
95702008-06-10 Kenichi Handa <handa@m17n.org>
9571
9572 * font.h (font_intern_prop): Prototype adjusted.
9573
9574 * font.c (font_intern_prop): New arg force_symbol.
9575 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
9576 Adjust for the change of font_intern_prop.
9577
9578 * ftfont.c (ftfont_pattern_entity):
9579 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
9580 (w32_registry):
9581 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9582 the change of font_intern_prop.
9583
95842008-06-09 Juanma Barranquero <lekktu@gmail.com>
9585
9586 * w32menu.c (digest_single_submenu): Declare extern.
9587
95882008-06-09 Jason Rumney <jasonr@gnu.org>
9589
9590 * w32term.c (x_make_frame_visible): Use alternate restore flags.
9591
9592 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
9593 (parse_single_submenu): Remove.
9594 (digest_single_submenu): Remove.
9595 (syms_of_w32menu): Don't initialise variables that have moved
9596 to menu.c.
9597 (set_frame_menubar): Sync with version in xmenu.c.
9598 (w32_menu_show): Sync with xmenu_show in xmenu.c.
9599
9600 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
9601 Make static again.
9602
96032008-06-09 Jason Rumney <jasonr@gnu.org>
9604
9605 Changes to w32 files related to the move of common menu code
9606 to menu.c on 2008-06-08 by Chong Yidong.
9607
9608 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
9609 defs to w32gui.h.
9610 (single_keymap_panes, push_menu_item, push_menu_pane):
9611 Make globally visible.
9612
9613 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
9614 (local_free, malloc_widget_value, free_widget_value)
9615 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
9616 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
9617 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
9618 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
9619 (menu_items, menu_items_allocated, menu_items_used)
9620 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
9621 (init_menu_items, finish_menu_items, discard_menu_items)
9622 (grow_menu_items, push_submenu_start, push_submenu_end)
9623 (push_left_right_boundary, push_menu_pane, push_menu_item)
9624 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
9625 (free_menubar_widget_tree_value, parse_single_submenu)
9626 (update_submenu_strings): Remove functions.
9627 (xmalloc_widget_value): Remove and declare extern.
9628
9629 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
9630 (OBJ1): Build it.
9631
9632 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
9633 (local_heap, local_alloc, local_free, malloc_widget_value)
9634 (free_widget_value): Define here.
9635
96362008-06-09 Kenichi Handa <handa@m17n.org>
9637
9638 * font.h (Qascii_0): Extern it.
9639
9640 * font.c (Qascii_0): New variable.
9641 (syms_of_font): DEFSYM it.
9642 (font_open_by_name): If the registry "iso8859-1" fails, try also
9643 "ascii-0".
9644
9645 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
9646
96472008-06-08 Kenichi Handa <handa@m17n.org>
9648
9649 * .gdbinit (xfont): New command.
9650
96512008-06-08 Andreas Schwab <schwab@suse.de>
9652
9653 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
9654 * Makefile.in (menu.o): Update dependencies.
9655
9656 * Makefile.in (obj): Always add menu.o.
9657 * emacs.c (main): Always call syms_of_menu.
9658 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
9659
96602008-06-08 Chong Yidong <cyd@stupidchicken.com>
9661
9662 * Makefile.in: Compile menu.c.
9663
9664 * lisp.h: Declare syms_of_menu.
9665
9666 * emacs.c (main): Call syms_of_menu.
9667
9668 * keyboard.h: Relocate platform-independent menu definitions from
9669 xmenu.c.
9670
9671 * menu.c: New file. Relocate platform-independent menu
9672 definitions from xmenu.c. Suggested by Adrian Robert.
9673
9674 * xmenu.c: Remove platform-independent menu definitions.
9675 (menu_items menu_items_inuse, menu_items_allocated)
9676 (menu_items_used, menu_items_n_panes)
9677 (menu_items_submenu_depth): Move to keyboard.h.
9678 (init_menu_items, finish_menu_items, unuse_menu_items)
9679 (discard_menu_items, restore_menu_items, save_menu_items)
9680 (grow_menu_items, push_submenu_start, push_submenu_end)
9681 (push_left_right_boundary, push_menu_pane, push_menu_item)
9682 (keymap_panes, single_keymap_panes, single_menu_item)
9683 (list_of_panes, list_of_items, find_and_call_menu_selection)
9684 (xmalloc_widget_value, free_menubar_widget_value_tree)
9685 (parse_single_submenu, digest_single_submenu)
9686 (update_submenu_strings): Move to menu.c.
9687
96882008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9689
9690 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
9691
96922008-06-06 Miles Bader <miles@gnu.org>
9693
9694 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
9695 face, not frame default.
9696
96972008-06-05 Martin Rudalics <rudalics@gmx.at>
9698
9699 * window.c (pop_up_windows, pop_up_frames)
9700 (display_buffer_reuse_frames, Vpop_up_frame_function)
9701 (Vdisplay_buffer_function, Veven_window_heights)
9702 (Vspecial_display_buffer_names, Vspecial_display_regexps)
9703 (Vspecial_display_function, Vsame_window_buffer_names)
9704 (Vsame_window_regexps, split_height_threshold)
9705 (Vsplit_window_preferred_function): Move those vars to window.el.
9706 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
9707 (Fdisplay_buffer): Move those functions to window.el.
9708 (syms_of_window): Remove corresponding declarations.
9709 (display_buffer): New function.
9710 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
9711 * dispnew.c (Flast_nonminibuf_frame): New function.
9712 * buffer.c (Fpop_to_buffer): Move to window.el.
9713
97142008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
9717
97182008-06-05 Kenichi Handa <handa@m17n.org>
9719
9720 * coding.c (detect_coding): Fix previous change.
9721 (detect_coding_system): Likewise.
9722
97232008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9724
9725 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
9726
9727 * keymap.c (Vminibuffer_local_filename_must_match_map):
9728 Rename from Vminibuffer_local_must_match_filename_map.
9729 (syms_of_keymap):
9730 * minibuf.c (Fcompleting_read): Adjust accordingly.
9731 * commands.h: Rename declaration as well.
9732
97332008-06-05 Kenichi Handa <handa@m17n.org>
9734
9735 * font.c (Ffont_spec): Don't use font_parse_family_registry for
9736 family name.
9737 (Ffont_put): Likewise.
9738
9739 * fontset.c (fontset_find_font): Call font_open_for_lface with the
9740 current font-spec.
9741
9742 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
9743 is unspecified.
9744
9745 * xfaces.c (realize_x_face): If the font-related face attributes
9746 are the same as those of default face, realize a new fontset from
9747 default->fontset.
9748 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
9749
97502008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9751
9752 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
9753 (move_it_in_display_line): New wrapper.
9754
9755 * window.c (window_scroll_pixel_based_preserve_x)
9756 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
9757 (window_scroll_pixel_based, window_scroll_line_based):
9758 Use them to preserve column positions.
9759 (syms_of_window): Initialize them.
9760
9761 * indent.c (Fvertical_motion): Extend first arg to allow passing an
9762 (HPOS . VPOS) pair.
9763
9764 * dispextern.h (move_it_in_display_line): Declare.
9765
97662008-06-05 Juanma Barranquero <lekktu@gmail.com>
9767
9768 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
9769 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
9770 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
9771
97722008-06-04 Juanma Barranquero <lekktu@gmail.com>
9773
9774 * window.c (Fset_window_parameter): Doc fix.
9775 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
9776
97772008-06-04 Joakim Verona <joakim@verona.se>
9778
9779 * window.h (struct window): Add new member window_parameters.
9780
9781 * window.c (Fwindow_parameters, Fwindow_parameter)
9782 (Fset_window_parameter): New defuns.
9783 (syms_of_window): Defsubr the new defuns.
9784 (make_window): Initialize window_parameters to nil.
9785
97862008-06-04 John Paul Wallington <jpw@pobox.com>
9787
9788 * eval.c (Fdefmacro): Doc fix.
9789
97902008-06-04 Kenichi Handa <handa@m17n.org>
9791
9792 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9793 Be sure to call setup_coding_system when we find a proper coding system.
9794 (detect_coding_system): Fix handling of coding->head_ascii.
9795
97962008-06-03 Andreas Schwab <schwab@suse.de>
9797
9798 * font.c (font_prop_validate_spacing): Fix last change.
9799
98002008-06-03 Kenichi Handa <handa@m17n.org>
9801
9802 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
9803 (font_parse_fcname): Fix handling of unknown key.
9804
9805 * xfont.c (xfont_list): Try an alias.
9806
9807 * charset.c (char_charset): Return NULL if the arg charset_list is
9808 specified and C doesn't belong to any of them.
9809
98102008-06-02 Chip Coldwell <coldwell@redhat.com>
9811
9812 * font.c (font_pixel_size): Don't take cdr of an integer.
9813
98142008-06-02 Jim Meyering <meyering@redhat.com>
9815
9816 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
9817 * alloc.c (xfree): Return right away for a NULL arg.
9818 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
9819 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
9820 * mac.c (create_apple_event_from_event_ref): Likewise.
9821 (create_apple_event_from_drag_ref, cfstring_create_normalized):
9822 Likewise.
9823 * doprnt.c (doprnt1): Likewise.
9824 * frame.c (frame): Likewise.
9825 * keyboard.c (wipe_kboard): Likewise.
9826 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
9827 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
9828 * term.c (tty_default_color_capabilities, maybe_fatal)
9829 (delete_tty): Likewise.
9830 * w16select.c (string): Likewise.
9831 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
9832 * w32bdf.c (w32_free_bdf_font): Likewise.
9833 * w32fns.c (w32_unload_font): Likewise.
9834 * w32font.c (w32font_close): Likewise.
9835 * window.c (size_window): Likewise.
9836 * xselect.c (receive_incremental_selection): Likewise.
9837 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
9838 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
9839 * w32.c (stat): Likewise.
9840
9841 Remove useless if-before-free tests.
9842 * editfns.c (Fset_time_zone_rule): Likewise.
9843 * lread.c (nosuffix): Likewise.
9844 * ralloc.c (get_bloc): Likewise.
9845 * regex.c (reg_free): Likewise.
9846 * xftfont.c (xftfont_open, xftfont_close): Likewise.
9847 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
9848 * xsmfns.c (smc_save_yourself_CB): Likewise.
9849
98502008-06-02 Kenichi Handa <handa@m17n.org>
9851
9852 * font.c (font_find_for_lface): Handle float font size.
9853 (font_open_for_lface): Likewise.
9854
9855 * xfaces.c (x_supports_face_attributes_p): Check face->font before
9856 comparing the properties.
9857
98582008-06-01 Jason Rumney <jasonr@gnu.org>
9859
9860 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
9861 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
9862 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
9863 Don't add empty script list.
9864 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
9865
98662008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9867
9868 * Makefile.in (dot, dotdot): Remove, update users.
9869 ".." has been used elsewhere in the file for a long time.
9870 (LIBXT_STATIC): Remove conditional based on unused variable.
9871
98722008-06-01 Miles Bader <miles@gnu.org>
9873
9874 * xfaces.c (Vface_remapping_alist): New variable.
9875 (syms_of_xfaces): Initialize it.
9876 (enum named_merge_point_kind): New type.
9877 (struct named_merge_point): Add `named_merge_point_kind' field.
9878 (push_named_merge_point): Make cycle detection respect different
9879 named-merge-point kinds.
9880 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
9881 Remove face-name alias resolution.
9882 (lface_from_face_name): New definition using
9883 `lface_from_face_name_no_resolve'.
9884 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
9885 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
9886 (get_lface_attributes): New definition that layers face-remapping on
9887 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
9888 (lookup_basic_face): New function.
9889 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
9890 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
9891 `get_lface_attributes'.
9892 (face_at_buffer_position): Use `lookup_basic_face' to lookup
9893 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
9894 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
9895
9896 * xdisp.c (init_iterator): Pass base_face_id through
9897 `lookup_basic_face' when we actually use it as a face-id.
9898 (handle_single_display_prop): Use `lookup_basic_face' to lookup
9899 DEFAULT_FACE_ID.
9900
9901 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
9902 lookup the initial face-id.
9903
9904 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
9905
99062008-06-01 Juanma Barranquero <lekktu@gmail.com>
9907
9908 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
9909 (Fremove_text_properties): Fix typos in docstrings.
9910
99112008-05-31 Kenichi Handa <handa@m17n.org>
9912
9913 * font.c (font_list_entities): Fix the car part of data to be
9914 stored in the cache.
9915
9916 * ftfont.c (ftfont_font_format): Don't use strcasestr.
9917
99182008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9919
9920 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
9921 Add a `test' argument so another predicate than `equal' can be used.
9922 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
9923 (map_char_table): Remove unused vars `c' and `i'.
9924 * lisp.h (Foptimize_char_table): Adjust declaration.
9925 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
9926
99272008-05-30 Kenichi Handa <handa@m17n.org>
9928
9929 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
9930 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
9931 defined.
9932
99332008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
9936 (Fmake_variable_frame_local): Disallow mixing buffer-local and
9937 frame-local settings for the same variable.
9938
99392008-05-30 Kenichi Handa <handa@m17n.org>
9940
9941 * fontset.c (Ffont_info): Move to font.c.
9942 (syms_of_fontset): Delete defsubr of Sfont_info.
9943
9944 * font.c (font_style_to_value, font_score): Delete casting of the
9945 args to xstcasecmp.
9946 (register_font_driver): Increment num_font_drivers only when
9947 registering the driver globally.
9948 (Ffont_info): Move from fontset.c. Handle a font object too.
9949 (syms_of_font): Defsubr Sfont_info.
9950
99512008-05-29 Kenichi Handa <handa@m17n.org>
9952
9953 * coding.h (enum define_coding_utf8_arg_index): New enum.
9954 (enum coding_attr_index): Change coding_attr_utf_16_bom to
9955 coding_attr_utf_bom.
9956 (enum utf_bom_type): Rename from utf_16_bom_type.
9957 (struct utf_16_spec): Adjust for the above change.
9958 (struct coding_system): Add utf_8_bom in `spec' union.
9959
9960 * coding.c (CODING_UTF_8_BOM): New macro.
9961 (enum coding_category): Delete coding_category_utf_8, add
9962 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
9963 coding_category_utf_8_sig.
9964 (CATEGORY_MASK_UTF_8): Delete it.
9965 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
9966 (CATEGORY_MASK_UTF_8_SIG): New macros.
9967 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
9968 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
9969 CATEGORY_MASK_UTF_8_SIG.
9970 (CATEGORY_MASK_UTF_8): New macro.
9971 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
9972 (detect_coding_utf_8): Check BOM.
9973 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
9974 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
9975 (encode_coding_utf_16): Likewise.
9976 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
9977 (detect_coding, detect_coding_system): Handle utf-8-auto.
9978 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
9979 (syms_of_coding): Fix setting up of Vcoding_category_table.
9980
99812008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9982
9983 * process.c (Faccept_process_output): If `millisec' is non-nil,
9984 `seconds' default to 0.
9985 (wait_reading_process_output): Also return non-nil if we read output
9986 from a non-running process.
9987
99882008-05-29 Jason Rumney <jasonr@gnu.org>
9989
9990 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
9991 `raster' specified.
9992 (add_font_entity_to_list): Allow non-opentype truetype fonts back
9993 in the uniscribe backend, but disallow any font that has no
9994 unicode subrange support.
9995
99962008-05-29 Juanma Barranquero <lekktu@gmail.com>
9997
9998 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
9999 Fix typos in docstrings.
10000
100012008-05-29 Kenichi Handa <handa@m17n.org>
10002
10003 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10004 (Fx_family_fonts): Set frame correctly.
10005
100062008-05-28 Jason Rumney <jasonr@gnu.org>
10007
10008 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10009
100102008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10011
10012 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10013 calling build_annotations.
10014
100152008-05-28 Juanma Barranquero <lekktu@gmail.com>
10016
10017 * coding.c (Fdecode_coding_region, Fencode_coding_region)
10018 (Fencode_coding_string):
10019 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10020 <latin-extra-code-table>: Fix typos in docstrings.
10021 (syms_of_coding) <coding-system-alist>: Doc fix.
10022 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10023
100242008-05-28 Kenichi Handa <handa@m17n.org>
10025
10026 * fontset.c (Ffont_info): Don't call font_close_object.
10027
10028 * font.c (font_parse_family_registry): Use Ffont_put to validate
10029 foundry and family.
10030 (font_delete_unmatched): Don't check spacing.
10031 (font_list_entities): Add spacing to the spec to list fonts.
10032
10033 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10034 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
10035
10036 * coding.c (encode_coding_raw_text): Fix previous change.
10037 (encode_coding_object): When the dst_object is a buffer and is
10038 different from src_object, move gap to PT.
10039
100402008-05-27 Chong Yidong <cyd@stupidchicken.com>
10041
10042 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10043
100442008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * coding.c (encode_coding_raw_text): Set coding->produced_char for
10047 all branches. Compute it differently.
10048
10049 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10050
100512008-05-27 Juanma Barranquero <lekktu@gmail.com>
10052
10053 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10054 into "else if () ... else ...".
10055
100562008-05-27 Jason Rumney <jasonr@gnu.org>
10057
10058 * w32font.c (w32font_open_internal): Determine if glyph indices
10059 are likely to work here.
10060
100612008-05-27 Chong Yidong <cyd@stupidchicken.com>
10062
10063 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10064 draw overlap glyphs with appropriate highlighting.
10065
100662008-05-27 Kenichi Handa <handa@m17n.org>
10067
10068 * xfont.c (xfont_open): Fix calculation of font->average_width.
10069
100702008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10071
10072 * casefiddle.c (casify_object): Try to guess better whether the
10073 argument is a byte or a char.
10074
100752008-05-26 Andreas Schwab <schwab@suse.de>
10076
10077 * xselect.c (x_reply_selection_request): Properly handle format == 32.
10078 Always send multiples of format size.
10079
10080 * xterm.c (x_set_frame_alpha): Fix type mismatch.
10081
100822008-05-26 Jason Rumney <jasonr@gnu.org>
10083
10084 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
10085 (compute_metrics): Don't set failure if we just cleared the cache.
10086 (w32_weight_table): Remove unused variable.
10087 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
10088 backwards compatibility.
10089
100902008-05-25 Kenichi Handa <handa@m17n.org>
10091
10092 * w32term.c (x_draw_glyph_string):
10093 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
10094
10095 * xfaces.c: Delete unused function prototypes.
10096 (xstrlwr, font_frame): Delete them.
10097 (clear_face_cache): Delete unused variable.
10098
10099 * xftfont.c (xftfont_open): Delete unused variable.
10100 If underline_thickness is not 1, adjust underline_position.
10101
10102 * ftxfont.c (ftxfont_open): Delete unused variable.
10103
10104 * fontset.c (face_for_char): Optimize for the case of no charset
10105 property.
10106
10107 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
10108 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
10109 (otf_open, font_otf_capability, generate_otf_features)
10110 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10111 Comment out by surrounding "#if 0" and "#endif" for the moment.
10112 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
10113 (syms_of_font): Codes for accessing above commented out.
10114
101152008-05-24 Eli Zaretskii <eliz@gnu.org>
10116
10117 * w32proc.c: Include dispextern.h.
10118
10119 * w32.c: Include dispextern.h.
10120
101212008-05-23 Juanma Barranquero <lekktu@gmail.com>
10122
10123 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
10124 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
10125 Fix typos in docstrings.
10126
101272008-05-23 Jason Rumney <jasonr@gnu.org>
10128
10129 * xsmfns.c: Remove includes that are already included by config.h.
10130
101312008-05-23 Kenichi Handa <handa@m17n.org>
10132
10133 * charset.c (Qemacs, charset_emacs): New variables.
10134 (char_charset): Fix for non-Unicode characters.
10135 (syms_of_charset): Define charset_emacs.
10136
10137 * w32term.c (x_draw_glyph_string): Be sure to update
10138 s->underline_thickness and s->underline_position. Be sure to draw
10139 underline within the current line area.
10140
10141 * xterm.c (x_draw_glyph_string): Be sure to update
10142 s->underline_thickness and s->underline_position. Be sure to draw
10143 underline within the current line area.
10144
10145 * fontset.c: Delete unused variables and add casting for char *
10146 throughout the file.
10147 (fontset_font): Try the fallback fonts of the current fontset
10148 before consulting the default fontset.
10149
10150 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
10151
10152 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
10153
101542008-05-22 Jason Rumney <jasonr@gnu.org>
10155
10156 * font.c: Don't include strings.h.
10157
10158 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
10159
10160 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
10161 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
10162 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
10163 to call xstrcasecmp.
10164
10165 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
10166
10167 * fontset.c (fs_query_fontset): Use xstrcasecmp.
10168
10169 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
10170
10171 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
10172
101732008-05-22 Kenichi Handa <handa@m17n.org>
10174
10175 * puresize.h (BASE_PURESIZE): Increase to 1220000.
10176
10177 * font.c (font_prop_validate_style): Adjust for the format
10178 change of font_style_table.
10179
10180 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
10181 two args.
10182
10183 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
10184 two args.
10185
101862008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10187
10188 * minibuf.c (keys_of_minibuf): Delete.
10189 * lisp.h (keys_of_minibuf): Delete.
10190 * emacs.c (main): Don't call keys_of_minibuf.
10191
101922008-05-22 Kenichi Handa <handa@m17n.org>
10193
10194 * ftfont.c (ftfont_resolve_generic_family): Rename from
10195 ftfont_list_generic_family. Return a single family for each
10196 generic family.
10197 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
10198 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
10199 Call font_add_log.
10200 (ftfont_match): Call font_add_log.
10201
10202 * font.h (Ffont_xlfd_name): EXFUN adjusted.
10203 (FONT_DEBUG): Define it.
10204 (font_add_log): Extern it.
10205 (font_assert): Rename from xassert.
10206
10207 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
10208 (xfont_list_family): Call font_add_log.
10209 (xfont_match): Likewise.
10210 (memq_no_quit): Delete.
10211
10212 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
10213 call of Ffont_xlfd_name.
10214
10215 * xfaces.c (struct table_entry, slant_table, weight_table)
10216 (swidth_table): Move to font.c.
10217
10218 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
10219 xassert are changed to font_assert. Delete many unused variables.
10220 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
10221 New variables.
10222 (struct table_entry): Move from xfaces.c and modified.
10223 (weight_table, slant_table, width_table): Move from xfaces.c and
10224 contents adjusted for the change of struct table_entry.
10225 (font_style_to_value, font_style_symbolic): Adjust for the
10226 format change of font_style_table.
10227 (font_parse_family_registry): Don't overwrite existing foundry and
10228 family of font_spec.
10229 (font_score): Fix calculation of diff for sizes.
10230 (font_sort_entites): Call font_add_log.
10231 (font_delete_unmatched): Return a newly created list.
10232 (font_list_entities): Fix previous change. Call font_add_log.
10233 (font_matching_entity, font_open_entity, font_close_entity):
10234 Call font_add_log.
10235 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
10236 (Finternal_set_font_style_table): Delete.
10237 (BUILD_STYLE_TABLE): New macro.
10238 (build_style_table): New function.
10239 (Vfont_log, font_log_env_checked): New variables.
10240 (font_add_log): New function.
10241 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
10242 Declare Lisp variables "font-weight-table", "font-slant-table",
10243 "font-width-table", and "font-log". Initialize font_style_table.
10244
102452008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
10246
10247 * xterm.c (x_set_frame_alpha): Move declarations before statements.
10248
102492008-05-21 Seiji Zenitani <zenitani@mac.com>
10250 Ryo Yoshitake <ryo@shiftmode.net>
10251
10252 * frame.c (Qalpha): Add a new frame parameter `alpha'.
10253 (Vframe_alpha_lower_limit): New variable.
10254 (x_set_alpha): New function.
10255
10256 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
10257
10258 * xfns.c (x-create-frame, Qalpha):
10259 Initialize the frame parameter `alpha'.
10260 * xterm.c (OPAQUE, OPACITY): New.
10261 (x_set_frame_alpha): New function.
10262 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
10263
10264 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
10265 * w32fns.c (w32_frame_parm_handlers): Likewise.
10266
102672008-05-20 Jason Rumney <jasonr@gnu.org>
10268
10269 * w32font.c (add_font_entity_to_list): Don't add non-opentype
10270 truetype fonts to opentype list.
10271
102722008-05-20 Juanma Barranquero <lekktu@gmail.com>
10273
10274 * fontset.c (Ffontset_info): Doc fix.
10275 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
10276 <ignore-relative-composition>: Fix typos in docstrings.
10277
10278 * font.c (syms-of-font) <font-encoding-alist>:
10279 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
10280 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
10281 (Ffont_otf_alternates): Doc fixes.
10282
102832008-05-20 Kenichi Handa <handa@m17n.org>
10284
10285 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
10286 font.h through out the file.
10287 (FONT_DRIVERS): Rename from FONTOBJ.
10288 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
10289 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
10290
10291 * emacs.c (main): Call syms_of_font unconditionally.
10292
10293 * font.h (find_font_encoding): Extern it.
10294
10295 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
10296 fontset.c.
10297 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
10298 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
10299 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
10300 only when HAVE_WINDOW_SYSTEM is defined.
10301 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
10302 when HAVE_WINDOW_SYSTEM is defined.
10303
10304 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
10305 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
10306
10307 * xfaces.c: Include font.h unconditionally.
10308 (merge_face_ref, merge_face_vectors)
10309 (Finternal_set_lisp_face_attribute): Cancel the previous change.
10310
103112008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10312
10313 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
10314 indirect_variable.
10315 * eval.c (lisp_indirect_variable): New fun.
10316 (Fuser_variable_p): Use it.
10317
103182008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * lisp.h (indirect_variable):
10321 * data.c (indirect_variable, let_shadows_buffer_binding_p):
10322 Use Lisp_Symbol pointers rather than Lisp_Object.
10323 Adjust callers.
10324 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
10325 To this end, change calling-convention.
10326
10327 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
10328 if some non-hidden buffers are selected by string&pred.
10329
103302008-05-19 Chong Yidong <cyd@stupidchicken.com>
10331
10332 * process.c (wait_reading_process_output): Always check status
10333 when in batch mode.
10334
103352008-05-19 Kenichi Handa <handa@m17n.org>
10336
10337 * font.c (font_list_entities): Fix handling of cache.
10338 (font_matching_entity): Likewise.
10339
10340 * ftfont.c (cs_iso8859_1): Delete.
10341 (ft_face_cache): New variable.
10342 (struct ftfont_info): New member fc_charset_idx.
10343 (ftfont_build_basic_charsets): Delete.
10344 (fc_charset_table): New variable.
10345 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
10346 . FC_CHARSET_IDX) as :font-entity property in the font entity.
10347 Callers changed.
10348 (ftfont_lookup_cache, ftfont_get_charset): New functions.
10349 (ftfont_spec_pattern): New argument fc_charset_idx.
10350 Check registry more rigidly. Change callers.
10351 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
10352 change of :font-entity property of the font.
10353
10354 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
10355 property of the font.
10356
103572008-05-18 Juanma Barranquero <lekktu@gmail.com>
10358
10359 * coding.c (Fcoding_system_p): Rename argument to match docstring.
10360 (Funencodable_char_position, Fcheck_coding_systems_region)
10361 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
10362 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
10363 (Ffind_operation_coding_system, Fset_coding_system_priority)
10364 (Fcoding_system_eol_type): Doc fixes.
10365
103662008-05-17 Glenn Morris <rgm@gnu.org>
10367
10368 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
10369
103702008-05-16 Eli Zaretskii <eliz@gnu.org>
10371
10372 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
10373 and st_gid.
10374
10375 * frame.c (Fdelete_frame): Don't call font_update_drivers if
10376 HAVE_WINDOW_SYSTEM is not defined.
10377
10378 * xfaces.c (merge_face_ref, merge_face_vectors)
10379 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
10380 HAVE_WINDOW_SYSTEM is defined.
10381 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
10382
103832008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
10386
103872008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10388
10389 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
10390
103912008-05-15 Kenichi Handa <handa@m17n.org>
10392
10393 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
10394 preference.
10395
103962008-05-15 Glenn Morris <rgm@gnu.org>
10397
10398 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
10399
104002008-05-15 Chong Yidong <cyd@stupidchicken.com>
10401
10402 * fns.c (init_fns): Don't initialize weak_hash_tables here.
10403 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
10404
10405 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
10406
104072008-05-15 Kenichi Handa <handa@m17n.org>
10408
10409 * ftfont.c (ftfont_list): Downcase family name to check generic
10410 families.
10411
10412 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
10413 font-spec for QCfont value.
10414
10415 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
10416 buffer. Check the return value of it.
10417
104182008-05-14 Jason Rumney <jasonr@gnu.org>
10419
10420 * w32term.c (w32_get_glyph_overhangs): Remove.
10421 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
10422
104232008-05-14 Kenichi Handa <handa@m17n.org>
10424
10425 * font.c (font_prop_validate): Make nil a valid value.
10426 (font_clear_cache): Check if the cached vector of entities is nil
10427 or not.
10428
104292008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10430
10431 * emacs.c (main_thread): Conditionalize on
10432 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10433 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
10434
10435 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
10436 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
10437 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
10438
104392008-05-14 Kenichi Handa <handa@m17n.org>
10440
10441 * coding.c (detect_coding_iso_2022): Ignore a coding category that
10442 has no corresponding coding system.
10443
104442008-05-14 Jason Rumney <jasonr@gnu.org>
10445
10446 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
10447
10448 * w32font.h (w32font_open_internal): Update declaration.
10449
10450 * w32font.c (w32font_open_internal): Change last argument from
10451 w32font_info struct to font object. Fill in font object from
10452 font_entity. Get Outline metrics if possible. Use them to
10453 calculate underline position and thickness. Use xlfd name as name
10454 property. Don't set codepage.
10455 (w32font_open): Pass font_object to w32font_open_internal. Don't
10456 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
10457 (w32font_draw): Use s->font.
10458 (clear_cached_metrics): Don't clear non-existent blocks.
10459
10460 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
10461 font was not found.
10462 (x_draw_glyph_string): Use underline position and thickness from font.
10463
10464 * w32uniscribe.c (uniscribe_open): Pass font_object to
10465 w32font_open_internal.
10466
104672008-05-14 Kenichi Handa <handa@m17n.org>
10468
10469 These changes are to delete all legacy font-handling codes, and
10470 make Emacs use only font-backends.
10471
10472 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
10473 (frame.o, image.o, print.o): Depend on $(FONTSRC).
10474
10475 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
10476
10477 * charset.h (Vcharset_non_preferred_head)
10478 (Vcurrent_iso639_language): Extern them.
10479
10480 * charset.c (Vcharset_non_preferred_head): New variable.
10481 (Vcurrent_iso639_language): New variable.
10482 (syms_of_charset): Declare it as a Lisp variable.
10483 (char_charset): Don't check non preferred charsets. As a last
10484 resort, return charset_unicode.
10485 (Fset_charset_priority): Update Vcharset_non_preferred_head.
10486
10487 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
10488 conditionals. Don't check enable_font_backend. Delete all codes
10489 used only when USE_FONT_BACKEND is not defined.
10490
10491 * dispextern.h (struct glyph_string): Change type of `font' to
10492 `struct font *'.
10493 (struct glyph_string): New member underline_position and
10494 underline_thickness.
10495 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
10496 (struct face): Change type of `font' to `struct font *'. Remove
10497 members `font_name', `font_info_id'.
10498 (per_char_metric, encode_char): Delete externs.
10499 (calc_pixel_width_or_height): Adjust the prototype.
10500
10501 * emacs.c (enable_font_backend): Delete extern.
10502 (main): Don't set enable_font_backend. Don't check the command
10503 line argument "-disable-font-backend".
10504
10505 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
10506 (enum font_property_index): New members FONT_DPI_INDEX,
10507 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
10508 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
10509 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
10510 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
10511 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
10512 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
10513 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
10514 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
10515 (struct font_spec, struct font_entity): New structs.
10516 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
10517 (struct font): Many members from old "struct font_info" moved to
10518 here. Members font and entity deleted.
10519 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
10520 the new font-related objects.
10521 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
10522 (CHECK_FONT_GET_OBJECT): Likewise.
10523 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
10524 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
10525 (struct font_driver): New members case_sensitive anc check. Type
10526 of the member list and open changed.
10527 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
10528 (font_symbolic_width, font_find_object, font_get_spec)
10529 (font_set_lface_from_name): Delete extern.
10530 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
10531
10532 * font.c: Include <strings.h>.
10533 (enable_font_backend): Delete it.
10534 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
10535 (CHECK_VALIDATE_FONT_SPEC): Delete it.
10536 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
10537 (null_string): Delete it.
10538 (null_vector): Make it static.
10539 (font_family_alist): Delete it.
10540 (Qnormal): Extern it.
10541 (QCextra, QClanguage): Delete it.
10542 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
10543 (font_make_spec, font_make_entity, font_make_object)
10544 (font_intern_prop): Renamed from intern_downcase. Don't downcase
10545 the string. Callers changed.
10546 (font_pixel_size): Adjusted for the format change of font-related
10547 objects.
10548 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
10549 (font_style_to_value, font_style_symbolic): New function.
10550 (build_font_family_alist): Delete it.
10551 (font_registry_charsets): Use Fassoc_string instead of
10552 assq_no_quit.
10553 (font_prop_validate_symbol): Don't return null_string.
10554 (font_prop_validate_style): Adjusted for the change of
10555 style-related values in a font vector.
10556 (font_property_table): Delete entries for QClanguage and
10557 QCantialias, add entries for QCavgwidth.
10558 (get_font_prop_index): Delete the 2nd argument FROM.
10559 (font_prop_validate): Arguments changed.
10560 (font_put_extra): Adjusted for the change of font-related objects.
10561 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
10562 (font_parse_fcname, font_unparse_fcname)
10563 (font_prepare_composition): Likewise.
10564 (font_parse_family_registry): Renamed from font_merge_old_spec.
10565 (otf_open): Delete the 1st arg entity.
10566 (font_otf_capability): Adjusted for the above change.
10567 (font_score): New arg alternate_families. Adjusted for the change
10568 of font-related objects.
10569 (font_sort_entites): New arg best_only.
10570 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
10571 Delete them.
10572 (font_match_p): Check alternate families.
10573 (font_find_object): Delete it.
10574 (font_check_object): New function.
10575 (font_clear_cache): Adjusted for the change of font-related objects.
10576 (font_delete_unmatched): New arg.
10577 (font_list_entities): Call font_driver->list with a spec that
10578 doesn't specify style-related properties.
10579 (font_matching_entity): Arguments changed. Caller changed.
10580 (font_open_entity): Adjusted for the change of font-related objects.
10581 (font_close_object, font_has_char, font_encode_char)
10582 (font_get_name, font_get_spec): Likewise.
10583 (font_spec_from_name, font_clear_prop, font_update_lface):
10584 New functions.
10585 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
10586 (font_prepare_for_face, font_done_for_face, font_open_by_name)
10587 (font_at): Adjusted for the change of font-related objects.
10588 (font_range): New function.
10589 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
10590 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
10591 (Fcopy_font_spec, Fmerge_font_spec): New function.
10592 (Ffont_family_list): Renamed from list-families.
10593 (Finternal_set_font_style_table): Arguments changed.
10594 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
10595 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
10596 change of font-related objects.
10597 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
10598
10599 * fontset.h (struct font_info): Delete it. Most members go to
10600 struct font.
10601 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
10602 (enum FONT_SPEC_INDEX): Delete it.
10603 (font_info, list_fonts_func, load_font_func, query_font_func)
10604 (set_frame_fontset_func, find_ccl_program_func)
10605 (get_font_repertory_func, new_fontset_from_font_name): Delete
10606 externs.
10607 (fontset_from_font_name): Extern it.
10608 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
10609 (FONT_INFO_FROM_FACE): Deleted.
10610 (face_for_font): Adjust prototype.
10611
10612 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
10613 conditionals. Don't check enable_font_backend. Delete all codes
10614 used only when USE_FONT_BACKEND is not defined.
10615 (get_font_info_func, list_font_func, load_font_func)
10616 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
10617 (get_font_repertory_func): Delete them.
10618 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
10619 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
10620 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
10621 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
10622 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
10623 (fontset_compare_rfontdef): New function.
10624 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
10625 rfont-defs by qsort. Adjusted for the change of font-group vector.
10626 (load_font_get_repertory): Deleted.
10627 (fontset_find_font): Use new macros to ref/set elements of
10628 font-def and rfont-def.
10629 (fontset_font): Fix the timing of remembering that no font for C.
10630 (free_face_fontset): Do nothing if the face has no fontset.
10631 (face_suitable_for_char_p): Use new macros to ref/set elements of
10632 rfont-def.
10633 (face_for_char): Likewise. Call face_for_char with font_object.
10634 (fs_load_font): Delete. Delete #pragma surrounding it.
10635 (fs_query_fontset): Use strcasecmp instead of strcmp.
10636 (generate_ascii_font_name): Adjusted for the format change of
10637 font-spec.
10638 (Fset_fontset_font): Likewise. Use new macros to set elements of
10639 font-def.
10640 (Fnew_fontset): Use font_unparse_xlfd to generate
10641 FONTSET_ASCII (fontset).
10642 (new_fontset_from_font_name): Deleted.
10643 (fontset_from_font): Renamed from new_fontset_from_font. Check if
10644 a fontset is already created for the font. FIx updating of
10645 Vfontset_alias_alist.
10646 (fontset_ascii_font): Deleted.
10647 (Ffont_info): Adjusted for the format change of font-spec.
10648 (Finternal_char_font): Likewise.
10649 (Ffontset_info): Likewise.
10650 (syms_of_fontset): Don't check load_font_func.
10651
10652 * fns.c (internal_equal): Handle PREV_FONT.
10653
10654 * frame.h: Delete USE_FONT_BACKEND conditional.
10655
10656 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
10657 conditionals. Don't check enable_font_backend. Delete all codes
10658 used only when USE_FONT_BACKEND is not defined.
10659 (x_set_font): Call x_new_font, not x_new_fontset2.
10660 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
10661 already set for the frame.
10662
10663 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
10664 a font-entity by font_make_entity. Use font_intern_prop instead
10665 of intern_downcase. Use FONT_SET_STYLE to set a style-related
10666 font property. If a font is scalable, set avgwidth property to 0.
10667 Set font-entity property by font_put_extra.
10668 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
10669 (ffont_driver): Adjusted for the change of struct font_driver.
10670 (ftfont_spec_pattern): New function.
10671 (ftfont_list): Return a list, not vector.
10672 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
10673 (ftfont_list_family): Don't downcase names.
10674 (ftfont_free_entity): Deleted.
10675 (ftfont_open): Return a font-object. Adjusted for the change of
10676 struct font. Get underline_thickness and underline_position from
10677 font property. Don't update dpyinfo->smallest_font_height and
10678 dpyinfo->smallest_char_width.
10679 (ftfont_close): Don't free `struct font'.
10680 (ftfont_has_char): Adjusted for the format change of font-entity.
10681 (ftfont_encode_char, ftfont_text_extents): Likewise.
10682
10683 * ftxfont.c (ftxfont_list): Return a list, not vector.
10684 (ftxfont_open): Return a font-object. Adjusted for the change of
10685 struct font. Get underline_thickness and underline_position from
10686 font property. Don't update dpyinfo->smallest_font_height and
10687 dpyinfo->smallest_char_width.
10688 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
10689 (ftxfont_draw): Adjusted for the change of struct font.
10690
10691 * image.c (image_ascent): Don't include "charset.h". Include
10692 "character.h" and "font.h".
10693
10694 * lisp.h (enum pvec_type): New member PREV_FONT.
10695 (Fassoc_string): EXFUN it.
10696
10697 * print.c: Include font.h.
10698 (print_object): Handle font-related objects.
10699
10700 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
10701 conditionals. Don't check enable_font_backend. Delete all codes
10702 used only when USE_FONT_BACKEND is not defined.
10703 (handle_auto_composed_prop): Do nothing if it->f is not on a
10704 window system. Check how many following characters can be
10705 displayed by the same font.
10706 (calc_pixel_width_or_height): Type of the 4th arg is changed to
10707 'struct font *'.
10708 (get_char_face_and_encoding): Assign the whole encoding task to
10709 the `encode-char' method of a font driver.
10710 (fill_composite_glyph_string): Adjusted for the change of `struct
10711 face' and `struct glyph_string'.
10712 (fill_glyph_string): Likewise.
10713 (get_per_char_metric): Arguments changed.
10714 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
10715 and `struct glyph_string'.
10716 (produce_stretch_glyph, calc_line_height_property)
10717 (x_produce_glyphs): Likewise.
10718
10719 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
10720 conditionals. Don't check enable_font_backend. Delete all codes
10721 used only when USE_FONT_BACKEND is not defined. Use
10722 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
10723 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
10724 (Qp): Extern them.
10725 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
10726 Deleted.
10727 (struct font_name): Deleted.
10728 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
10729 (compare_fonts_by_sort_order): New function.
10730 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
10731 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
10732 Deleted.
10733 (Fx_family_fonts): Use font_list_entities, and sort fonts by
10734 compare_fonts_by_sort_order.
10735 (Fx_font_family_list): Call Ffont_family_list.
10736 (face_numeric_value, face_numeric_weight, face_numeric_slant)
10737 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
10738 (face_symbolic_slant, face_symbolic_swidth)
10739 (split_font_name_into_vector, build_font_name_from_vector)
10740 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
10741 (font_rescale_ratio, split_font_name, build_font_name)
10742 (free_font_names, sort_fonts, x_face_list_fonts)
10743 (face_font_available_p, sorted_font_list, cmp_font_names)
10744 (font_list_1, concat_font_list, font_list, remove_duplicates):
10745 Deleted.
10746 (Fx_list_fonts): Use Ffont_list.
10747 (LFACE_AVGWIDTH): Deleted.
10748 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
10749 by FONTP.
10750 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
10751 (set_lface_from_font_name): Delete it.
10752 (set_lface_from_font): Renamed from
10753 set_lface_from_font_and_fontset. Caller changed. Don't set
10754 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
10755 for face.
10756 (merge_face_vectors): Copy font-spec if necessary.
10757 Clear properties of the font-spec if necessary.
10758 (merge_face_ref): Clear properties of the font-spec if necessary.
10759 (Finternal_set_lisp_face_attribute): Likewise.
10760 (set_font_frame_param): Use font_load_for_lface to load a
10761 font-object, and call Fmodify_frame_parameters with it.
10762 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
10763 font name by Ffont_xlfd_name.
10764 (Finternal_lisp_face_attribute_values): Don't check QCweight,
10765 QCslant, and QCwidth.
10766 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
10767 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
10768 Compare fonts by EQ.
10769 (lookup_non_ascii_face): Deleted.
10770 (face_for_font): The 2nd argument changed.
10771 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
10772 Check atomic font properties by case insensitive.
10773 (realize_non_ascii_face): Set face->overstrike correctly.
10774 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
10775 (dump_realized_face): Get font name from
10776 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
10777
10778 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
10779 conditionals. Don't check enable_font_backend. Delete all codes
10780 used only when USE_FONT_BACKEND is not defined.
10781 (xic_create_xfontset): Original code deleted and renamed from
10782 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
10783 (x_make_gc): Don't set GCFont in GCs.
10784 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
10785 opened by "fixed".
10786 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
10787 find_ccl_program_func, query_font_func, set_frame_fontset_func,
10788 get_font_repertory_func.
10789
10790 * xfont.c: Include <stdlib.h> and "ccl.h".
10791 (struct xfont_info): New structure.
10792 (xfont_query_font): Deleted.
10793 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
10794 moved from xterm.c.
10795 (xfont_driver): Adjusted for the change of struct font_driver.
10796 (compare_font_names): New function.
10797 (xfont_list_pattern): Sort font names case insensitively. Make
10798 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
10799 (xfont_list): Return a list, not vector.
10800 (xfont_match): If the font doesn't have QCname property, generate
10801 a name from the other font properties.
10802 (xfont_open): Return a font-object. Adjusted for the change of
10803 struct font. Get underline_thickness and underline_position from
10804 font property. Don't update dpyinfo->smallest_font_height and
10805 dpyinfo->smallest_char_width.
10806 (xfont_close): Don't free struct font.
10807 (xfont_prepare_face): Adjusted for the change of struct font.
10808 (xfont_done_face): Deleted.
10809 (xfont_has_char): Adjusted for the change of struct font.
10810 (xfont_encode_char, xfont_draw): Likewise.
10811 (xfont_check): New function.
10812
10813 * xftfont.c (xftfont_list): Adjusted for the change of `list'
10814 callback function.
10815 (xftfont_match): Adjusted for the format change of font-entity.
10816 (xftfont_open): Adjusted for the format change of font-entity and
10817 font-object. Adjusted for the change of struct font. Return a
10818 font-object. Don't update dpyinfo->smallest_font_height and
10819 dpyinfo->smallest_char_width.
10820 (xftfont_close): Block input while calling XftFontClose.
10821 (xftfont_prepare_face): Don't block input while calling
10822 xftfont_get_colors. Adjusted for the change of struct font.
10823 (xftfont_shape): Return value of error case fixed.
10824
10825 * xrdb.c (x_load_resources): Don't setup a fontset resource.
10826
10827 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
10828 conditionals.
10829 (FONT_WIDTH): Return (f)->max_width.
10830 (struct x_display_info): Delete member `font'.
10831 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
10832 (x_find_ccl_program, x_get_font_repertory): Delete externs.
10833 (struct x_output): Change type of `font' to `struct font *'.
10834
10835 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
10836 conditionals. Don't check enable_font_backend. Delete all codes
10837 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
10838 (x_per_char_metric, x_encode_char): Deleted.
10839 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
10840 (x_compute_glyph_string_overhangs): Adjusted for the change of
10841 `struct face'.
10842 (x_draw_glyph_string_foreground)
10843 (x_draw_composite_glyph_string_foreground): Likewise.
10844 (x_draw_glyph_string): Likewise. Use font->underline_position and
10845 font->underline_thickness.
10846 (x_new_font): Renamed from x_new_fontset2.
10847 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
10848 (x_check_font): Call `check' method of a font driver.
10849 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
10850 (x_query_font, x_get_font_repertory): Deleted.
10851 (x_find_ccl_program): Renamed and moved to xfont.c.
10852 (x_redisplay_interface): Adjusted for the change of `struct
10853 redisplay_interface'.
10854
10855 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
10856 conditionals. Don't check enable_font_backend. Delete all codes
10857 used only when USE_FONT_BACKEND is not defined. Surround non-used
10858 code by "#ifdef OLD_FONT" and "endif".
10859 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
10860
10861 * w32font.h (struct w32font_info): New member.
10862 (FONT_COMPAT): New macro.
10863 (w32font_open_internal): Prototype adjusted.
10864
10865 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
10866 OLD_FONT" and "endif".
10867
10868 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
10869 conditionals. Don't check enable_font_backend. Delete all codes
10870 used only when USE_FONT_BACKEND is not defined.
10871 (w32font_open): Return a font-object. Make a font-object by
10872 font_make_object. Adjusted for the change of struct w32font_info.
10873 (w32font_close): Don't free struct font. Adjusted for the change
10874 of struct w32font_info.
10875 (w32font_encode_char, w32font_text_extents, w32font_draw):
10876 Adjusted for the change of struct w32font_info.
10877 (w32font_draw): Likewise.
10878 (w32font_list_internal): Return a list, not vector.
10879 (w32font_open_internal): Change the 4th arg to font-object.
10880 Adjusted for the change of struct w32font_info and font-object format.
10881 (add_font_name_to_list): Don't downcase names.
10882 (w32_enumfont_pattern_entity): Make a font-entity by
10883 font_make_entity. Adjusted for the format change of font-entity.
10884 Use FONT_SET_STYLE to set a style-related font property. If a
10885 font is scalable, set avgwidth property to 0. Set font-entity
10886 property by font_put_extra.
10887 (font_matches_spec): Adjusted for the format change of font-entity.
10888 (w32_weight_table, w32_decode_weight): New variables.
10889 (w32_encode_weight): New function.
10890 (fill_in_logfont): Adjusted for the format change of font-spec.
10891 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
10892 weight value.
10893 (w32font_driver): Adjusted for the change of struct font_driver.
10894
10895 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
10896 conditionals. Don't check enable_font_backend. Surround non-used
10897 code by "#ifdef OLD_FONT" and "endif".
10898 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
10899 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
10900
10901 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
10902 conditionals. Don't check enable_font_backend. Delete all codes
10903 used only when USE_FONT_BACKEND is not defined. Surround non-used
10904 code by "#ifdef OLD_FONT" and "endif".
10905
10906 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
10907 (uniscribe_open): Return value changed to font-object.
10908 Adjusted for the format change of font-object.
10909 (uniscribe_otf_capability): Adjusted for the change of struct font.
10910 (add_opentype_font_name_to_list): Don't downcase names.
10911 (uniscribe_font_driver): Adjusted for the change of struct
10912 font_driver.
10913
109142008-05-13 Chong Yidong <cyd@stupidchicken.com>
10915
10916 * dispnew.c (update_frame_1): Check if tty output is still valid
10917 before flushing it.
10918
109192008-05-13 Jan Djärv <jan.h.d@swipnet.se>
10920
10921 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
10922 to Gtk+ menus.
10923
109242008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10925
10926 * dired.c (file_name_completion): Tweak the code so as to always do it
10927 in a single pass. Tighten the scope of some variables.
10928
10929 * dired.c (Qdefault_directory): New var.
10930 (file_name_completion): Use it instead of Fexpand_file_name.
10931 (syms_of_dired): Initialize it.
10932
109332008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 * fileio.c (double_dollars): Remove dead code.
10936
109372008-05-10 Eli Zaretskii <eliz@gnu.org>
10938
10939 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
10940 Mention w32-get-true-file-attributes in doc string.
10941
10942 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
10943
109442008-05-09 Glenn Morris <rgm@gnu.org>
10945
10946 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
10947 2008-04-23.
10948
109492008-05-09 Eli Zaretskii <eliz@gnu.org>
10950
10951 Support for reporting owner and group of each file on MS-Windows:
10952 * dired.c (stat_uname, stat_gname): New functions, with special
10953 implementation for w32.
10954 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
10955
10956 * w32.c: Rename the_passwd_* to dflt_passwd_*.
10957 (dflt_group_name): New static variable.
10958 (dflt_group): Rename from the_group.
10959 (init_user_info): Init dflt_group fields. Get user's group name
10960 from LookupAccountSid.
10961 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
10962 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
10963 New initialization states.
10964 (globals_of_w32): Initialize them to zero. Initialize the default
10965 group name to "None".
10966 (GetFileSecurity_Name): New global var, the name of the function
10967 to call for GetFileSecurity.
10968 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
10969 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
10970 (get_file_security, get_security_descriptor_owner)
10971 (get_security_descriptor_group, is_valid_sid)
10972 (get_file_security_desc, get_rid, get_name_and_id)
10973 (get_file_owner_and_group): New functions.
10974 (stat): Use get_file_security_desc and get_file_owner_and_group to
10975 report the owner and primary group of each file. Don't ignore the
10976 high 32 bits of file's size, now that st_size is 64-bit wide.
10977 Fix test when to get true file attributes.
10978 (init_user_info): Use get_rid instead of equivalent inline code.
10979 (fstat): Don't ignore the high 32 bits of file's size.
10980
109812008-05-09 Chong Yidong <cyd@stupidchicken.com>
10982
10983 * image.c (png_load): Use correct bit-depth for setting background
10984 color.
10985
109862008-05-08 Eli Zaretskii <eliz@gnu.org>
10987
10988 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
10989 epa-hook.elc.
10990
109912008-05-08 Juanma Barranquero <lekktu@gmail.com>
10992
10993 * font.c (Ffont_match_p): Don't use `iff' in docstring.
10994
109952008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
10996
10997 * macfns.c (Fx_create_frame): Make a copy of frame parameters
10998 because the original parameters are in pure storage now.
10999 (mac_window): Remove unused params. Update callers.
11000
110012008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11002
11003 * lread.c (substitute_object_recurse): Use lower-level primitives.
11004 Don't signal errors when traversing sub-char-tables.
11005 Don't loop over all the possible characters when traversing char-tables.
11006
11007 * print.c (print_preprocess): Add sub-char-tables to the print-table,
11008 just like we do in print.c.
11009
110102008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11011
11012 * minibuf.c (Ftry_completion): Remove code left over from when we used
11013 scmp instead of Fcompare_strings.
11014
110152008-05-04 Juanma Barranquero <lekktu@gmail.com>
11016
11017 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11018
110192008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11020
11021 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11022 Create bitmap context in native byte order.
11023
11024 * macterm.c (XDrawLine)
11025 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11026 context in native byte order.
11027
110282008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11029
11030 * config.in: Regenerate.
11031
11032 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11033 New definitions for Image I/O support.
11034 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11035 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11036 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11037 (mac_data_provider_release_data, image_load_image_io)
11038 [USE_MAC_IMAGE_IO]: New functions.
11039 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11040 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11041 (init_image_func_pointer) [MAC_OSX]: Remove function.
11042 (image_load_quartz2d) [MAC_OSX]: Check availability of
11043 CGImageCreateWithPNGDataProvider at compile time.
11044 Use lowercase `false' for boolean constant.
11045 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11046 Use image_load_image_io.
11047 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11048 Don't check MyCGImageCreateWithPNGDataProvider.
11049 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11050 Don't call init_image_func_pointer.
11051
11052 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11053
11054 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11055 Make variable non-static.
11056 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11057 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11058
11059 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11060 (RED_FROM_ULONG): Mask off higher bits.
11061 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11062
11063 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11064 Include AvailabilityMacros.h.
11065 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
11066 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
11067
110682008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11069
11070 * chartab.c (Fset_char_table_range): If range is t, really set all
11071 chars to that value.
11072
110732008-05-03 Eli Zaretskii <eliz@gnu.org>
11074
11075 * dired.c (Ffile_attributes): Don't allow the device number become
11076 negative.
11077
110782008-05-02 Daiki Ueno <ueno@unixuser.org>
11079
11080 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
11081
110822008-05-02 Juri Linkov <juri@jurta.org>
11083
11084 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
11085 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
11086 DEFAULT argument as a list of default values in docstrings.
11087
110882008-05-01 Chong Yidong <cyd@stupidchicken.com>
11089
11090 * puresize.h (BASE_PURESIZE): Increase to 1210000.
11091
110922008-05-01 Martin Rudalics <rudalics@gmx.at>
11093
11094 * dispnew.c (change_frame_size_1): Preserve small windows when
11095 shrinking frames by calling set_window_height|width with third
11096 arg 2.
11097
11098 * window.h (struct window): Replace field too_small_ok by field
11099 resize_proportionally.
11100
11101 * window.c (make_window): Initialize resize_proportionally.
11102 (enlarge_window): Temporarily set resize_proportionally to make
11103 sure that shrink_windows does scale the window proportionally.
11104 (shrink_windows): When window has resize_proportionally set try
11105 to shrink it proportionally by stealing from other windows.
11106 (struct saved_window, Fset_window_configuration)
11107 (compare_window_configurations): Handle resize_proportionally.
11108 (WINDOW_TOTAL_SIZE): New macro.
11109 (window_min_size, shrink_windows, size_window): Use it.
11110 (check_min_window_sizes): Remove. Invalid values of
11111 window-min-height|width are handled by window_min_size_2 now.
11112 (size_window, Fsplit_window, enlarge_window)
11113 (adjust_window_trailing_edge, grow_mini_window): Don't call
11114 check_min_window_sizes.
11115 (window_min_size_2, window_min_size_1, window_min_size):
11116 New argument safe_p for retrieving "safe" minimum sizes.
11117 (Fdisplay_buffer, Fsplit_window, enlarge_window)
11118 (adjust_window_trailing_edge, grow_mini_window):
11119 Adjust arguments of window_min_size... functions.
11120 (shrink_windows): Argument min_size removed. New argument
11121 safe_p allows shrinking windows to their safe minimum sizes.
11122 Calculate minimum size and decide whether a window shall be
11123 deleted for each window individually.
11124 (size_window): When nodelete_p equals 2, tell shrink_windows to
11125 delete windows only if their new minimum size is no more safe.
11126 (shrink_window_lowest_first): Call window_min_size_1 to make
11127 sure to preserve modeline of bottom-most window when resizing
11128 the minibuffer.
11129 (Fset_window_configuration, Fcurrent_window_configuration)
11130 (compare_window_configurations): Do not handle
11131 window-min-height|width any more.
11132 (syms_of_window): Clarify window-min-height|width doc-strings.
11133
111342008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11135
11136 * dired.c (file_name_completion): Fix up the encoding/decoding issue
11137 some more. Copy some of the code from Ftry_completions.
11138 Remove special case code that dates back to initial revision when the
11139 slash was only added when necessary and that can't trigger nowadays.
11140
111412008-04-27 Kenichi Handa <handa@m17n.org>
11142
11143 * font.c (font_prop_validate): Signal `error' instead of `font'.
11144
111452008-04-29 Jason Rumney <jasonr@gnu.org>
11146
11147 * w32fns.c (Fw32_battery_status): New defun.
11148 (syms_of_w32fns): Defsubr it.
11149
111502008-04-28 Andreas Schwab <schwab@suse.de>
11151
11152 * dired.c (file_name_completion): Fix another mixing of encoded
11153 and decoded names.
11154
111552008-04-28 Juanma Barranquero <lekktu@gmail.com>
11156
11157 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
11158
111592008-04-27 Juanma Barranquero <lekktu@gmail.com>
11160
11161 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
11162
111632008-04-27 Andreas Schwab <schwab@suse.de>
11164
11165 * dired.c (file_name_completion): Fix inappropriate mixing of
11166 encoded and decoded names.
11167
11168 * xterm.c (XTread_socket): Fix use of uninitialized variable.
11169
11170 * puresize.h (BASE_PURESIZE): Increase to 1200000.
11171
111722008-04-26 Eli Zaretskii <eliz@gnu.org>
11173
11174 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
11175 2008-03-31, it's not needed anymore with `struct stat' definition
11176 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
11177 for the same reasons.
11178
111792008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
11180
11181 * m/sparc.h: Additional redefinitions for GNU/Linux.
11182
111832008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11184
11185 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
11186 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
11187 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
11188 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
11189 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11190 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
11191 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11192 Likewise.
11193
11194 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
11195 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
11196 (mac_ax_number_of_characters): Add externs.
11197 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11198 [USE_MAC_TSM]: Likewise.
11199 (mac_handle_text_input_event) [MAC_OSX]:
11200 Handle kEventTextInputOffsetToPos for no active input area case.
11201 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11202 (mac_handle_document_access_event)
11203 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
11204 (install_application_handler) [MAC_OSX]: Register handlers for
11205 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11206 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11207 Register mac_handle_document_access_event.
11208
11209 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
11210 Make functions non-static.
11211
112122008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11213
11214 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
11215 (read_file_name_completion_ignore_case, insert_default_directory)
11216 (Qdefault_directory): Move to minibuffer.el.
11217 (Fread_file_name): Call the new `read-file-name' instead.
11218
112192008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11220
11221 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
11222 Make function non-static.
11223 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
11224 Remove function.
11225 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11226 Move to mactoolbox.c.
11227 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
11228
11229 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
11230 (mac_rect_make): New macro.
11231
11232 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
11233 instead of float.
11234 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11235 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
11236 (XSetBackground) [USE_CG_DRAWING]: Likewise.
11237 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
11238 CGRectMake.
11239 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11240 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
11241 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
11242 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11243 instead of WindowRef in argument type.
11244 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
11245 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
11246 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
11247 instead of DISPLAY. All uses changed.
11248 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
11249 (x_calc_absolute_position): Simplify so as not to use
11250 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
11251
11252 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11253 instead of WindowRef in argument type.
11254 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
11255 [TARGET_API_MAC_CARBON]: Remove externs.
11256 (create_apple_event, mac_event_parameters_to_lisp)
11257 [TARGET_API_MAC_CARBON]: Add externs.
11258
11259 * mactoolbox.c (Vmac_ts_script_language_on_focus)
11260 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
11261 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
11262 is clicked.
11263 (x_activate_menubar): Remove extern for saved_menu_event_location.
11264 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11265 Move from mac.c.
11266
112672008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11268
11269 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
11270 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
11271
112722008-04-23 Jason Rumney <jasonr@gnu.org>
11273
11274 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
11275 attributes only for local files.
11276
11277 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
11278 default to Qlocal.
11279
112802008-04-22 Juri Linkov <juri@jurta.org>
11281
11282 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
11283 read-buffer-to-switch instead of using the letter "B".
11284
112852008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11286
11287 * fileio.c (Qdefault_directory): New variable.
11288 (Fread_file_name): Use it to pass `dir' to the completion functions.
11289
112902008-04-20 Chong Yidong <cyd@stupidchicken.com>
11291
11292 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
11293
112942008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11295
11296 * keyboard.c (Vpre_help_message): Remove.
11297 (show_help_echo): Remove default C code.
11298
11299 * dired.c (directory_files_internal, file_name_completion):
11300 Only call ENCODE_FILE if the string is indeed decoded.
11301
113022008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11303
11304 * Makefile.in (TOOLKIT_DEFINES): Remove.
11305 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
11306
113072008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11308
11309 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
11310 (mactoolbox.o): New target.
11311
11312 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
11313 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
11314
11315 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
11316 Use mac_set_frame_window_background instead of XSetWindowBackground.
11317 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
11318 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
11319 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
11320 instead of SetWindowTitleWithCFString.
11321 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
11322 Move function to mactoolbox.c.
11323 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
11324 Use mac_set_window_modified instead of SetWindowModified.
11325 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
11326 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
11327 (Fx_focus_frame): Use mac_front_non_floating_window instead of
11328 FrontNonFloatingWindow. Use mac_activate_window instead of
11329 ActivateWindow. Use mac_active_non_floating_window instead of
11330 ActiveNonFloatingWindow.
11331 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
11332 Use mac_show_hourglass and mac_hide_hourglass.
11333 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
11334 instead of GetGlobalMouse.
11335 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
11336 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
11337 Use mac_bring_window_to_front instead of BringToFront.
11338 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
11339 mactoolbox.c.
11340 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
11341 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
11342 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
11343 mactoolbox.c.
11344
11345 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
11346 (XtPointer): Move typedef from macmenu.c.
11347 (enum button_type): Move enum from macmenu.c.
11348 (widget_value): Move typedef from macmenu.c.
11349 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
11350 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11351 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11352 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11353 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11354 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11355 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11356 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
11357 (Selection): Move typedef from macselect.c.
11358 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
11359 macterm.c.
11360 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
11361 (mac_is_window_collapsed, mac_bring_window_to_front)
11362 (mac_send_window_behind, mac_hide_window, mac_show_window)
11363 (mac_collapse_window, mac_front_non_floating_window)
11364 (mac_active_non_floating_window, mac_activate_window)
11365 (mac_move_window_structure, mac_move_window, mac_size_window)
11366 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
11367
11368 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
11369 (enum mac_menu_kind): Move enum to mactoolbox.c.
11370 (min_menu_id): Move variable to mactoolbox.c.
11371 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
11372 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
11373 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
11374 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
11375 [TARGET_API_MAC_CARBON]: Likewise.
11376 (XtPointer): Move typedef to macgui.h.
11377 (enum button_type): Move enum to macgui.h.
11378 (widget_value): Move typedef to macgui.h.
11379 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
11380 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
11381 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
11382 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
11383 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
11384 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
11385 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
11386 (popup_activated_flag): Make variable non-static.
11387 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
11388 (add_menu_item, fill_menu, dispose_menus):
11389 Move functions to mactoolbox.c.
11390 (restore_show_help_function, menu_target_item_handler)
11391 (install_menu_target_item_handler, mac_handle_dialog_event)
11392 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
11393 [TARGET_API_MAC_CARBON]: Likewise.
11394 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
11395 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11396 (find_and_call_menu_selection, name_is_separator): Make function
11397 non-static.
11398 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
11399 to mactoolbox.c.
11400 (set_frame_menubar): Don't call install_menu_quit_handler.
11401 (menu_item_selection): New variable.
11402 (mac_menu_show): Use create_and_show_popup_menu.
11403 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
11404 selection but set variable menu_item_selection. All uses changed.
11405 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
11406 Call install_menu_quit_handler. Move to mactoolbox.c.
11407
11408 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
11409 (Selection): Move typedef to macgui.h.
11410 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
11411 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
11412 Make variables non-static.
11413 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11414 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
11415 Make functions non-static.
11416 (Vmac_service_selection) [MAC_OSX]: Likewise.
11417 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
11418 (mac_valid_selection_target_p, mac_clear_selection)
11419 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11420 (mac_put_selection_value, mac_selection_has_target_p)
11421 (mac_get_selection_value, mac_get_selection_target_list)
11422 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
11423 Move functions to mactoolbox.c.
11424 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
11425 Likewise.
11426 (copy_scrap_flavor_data, mac_handle_service_event)
11427 (install_service_handler) [MAC_OSX]: Likewise.
11428 (syms_of_macselect) <Vmac_dnd_known_types>:
11429 Use mac_dnd_default_known_types.
11430
11431 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
11432 Move to mactoolbox.c.
11433 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
11434 (Fx_selection_owner_p): Add EXFUN.
11435 (install_window_handler, remove_window_handler, XSetWindowBackground):
11436 Remove externs.
11437 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
11438 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
11439 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
11440 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
11441 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
11442 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
11443 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
11444 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
11445 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
11446 (create_and_show_popup_menu, mac_get_selection_from_symbol)
11447 (mac_valid_selection_target_p, mac_clear_selection)
11448 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11449 (mac_put_selection_value, mac_selection_has_target_p)
11450 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
11451 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
11452 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
11453 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
11454 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
11455 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
11456 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
11457 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11458 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
11459
11460 * mactoolbox.c: New file.
11461
114622008-04-18 Jason Rumney <jasonr@gnu.org>
11463
11464 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
11465
114662008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11467
11468 * character.c (Fmultibyte_char_to_unibyte):
11469 Return latin1 chars unchanged.
11470
11471 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
11472 relocated if it points to `name'.
11473
114742008-04-17 Kenichi Handa <handa@m17n.org>
11475
11476 * data.c (Faset): Allow setting a multibyte character in an
11477 ASCII-only unibyte string.
11478
11479 * lisp.h (STRING_SET_MULTIBYTE): New macro.
11480
114812008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11482
11483 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
11484 done in config.h.
11485
114862008-04-16 Juanma Barranquero <lekktu@gmail.com>
11487
11488 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
11489 (Fchar_direction): Add usage in the docstring.
11490
114912008-04-15 Chong Yidong <cyd@stupidchicken.com>
11492
11493 * keyboard.c (read_key_sequence): Remove always-true checks.
11494
114952008-04-14 Jason Rumney <jasonr@gnu.org>
11496
11497 * w32font.c (w32font_open_internal): Set max_bounds.descent in
11498 compatibility struct, for better underline positioning.
11499
115002008-04-13 David Hansen <david.hansen@gmx.net>
11501
11502 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
11503 string.
11504
115052008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11506
11507 * m/hp800.h (XUINT, XSET): Remove.
11508
115092008-04-12 Juanma Barranquero <lekktu@gmail.com>
11510
11511 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
11512 previous change.
11513
115142008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
11517 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
11518
115192008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * keymap.h (map_keymap_canonical): Declare.
11522 * xmenu.c (single_keymap_panes): Use it.
11523
115242008-04-11 Glenn Morris <rgm@gnu.org>
11525
11526 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
11527 set the target's value to that of the alias.
11528
115292008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11530
11531 * term.c (set_tty_color_mode): Left over typo.
11532
115332008-04-10 Michael Albinus <michael.albinus@gmx.de>
11534
11535 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
11536 only after check for file name handler functions. Signal, when
11537 native functionality is not supported.
11538 (syms_of_fileio): Declare it unconditionally.
11539
115402008-04-10 Jason Rumney <jasonr@gnu.org>
11541
11542 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
11543 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
11544
11545 * w32.c (logon_network_drive): Also logon to remote drives that
11546 are mapped to drive letters.
11547
115482008-04-10 Glenn Morris <rgm@gnu.org>
11549
11550 * xdisp.c (truncate-partial-width-windows): Doc fix.
11551
115522008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11553
11554 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
11555 Move functions to minibuffer.el.
11556 (syms_of_fileio): Don't declare them.
11557
115582008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11559
11560 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
11561 (syms_of_minibuf): Remove its initialization.
11562
11563 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
11564
115652008-04-09 Juanma Barranquero <lekktu@gmail.com>
11566
11567 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
11568
115692008-04-09 Jason Rumney <jasonr@gnu.org>
11570
11571 * makefile.w32-in (distclean): Delete makefile too.
11572 (maintainer-clean): New target.
11573
11574 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
11575
11576 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
11577 for new font backend and composite cases.
11578
115792008-04-09 Jan Djärv <jan.h.d@swipnet.se>
11580
11581 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
11582 Most of the code moved to run_timers.
11583 (do_pending_atimers): Call run_timers.
11584 (run_timers): New function.
11585
11586 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
11587 run atimers.
11588
11589 * process.c (wait_reading_process_output): The same as above.
11590
115912008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11592
11593 * minibuf.c (last_exact_completion): Remove variable.
11594 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
11595 (complete_and_exit_1, complete_and_exit_2)
11596 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
11597 (Fdisplay_completion_list, display_completion_list_1)
11598 (Fminibuffer_completion_help, Fself_insert_and_exit)
11599 (Fexit_minibuffer, Fminibuffer_message): Move functions to
11600 minibuffer.el.
11601 (syms_of_minibuf): Remove corresponding initializations.
11602
11603 * keyboard.c (Qdeactivate_mark): New var.
11604 (command_loop_1): Use it to call `deactivate-mark'.
11605 (syms_of_keyboard): Initialize it.
11606
11607 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
11608 to another frame.
11609 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
11610 Don't call set_tty_color_mode.
11611 (store_frame_param): Reset previous_frame rather than call
11612 set_tty_color_mode.
11613 * term.c (set_tty_color_mode): Rewrite.
11614 * dispextern.h (set_tty_color_mode): New type.
11615 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
11616
116172008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11618
11619 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
11620 for generic chars, which do not exist any more in emacs-unicode.
11621
116222008-04-08 Michael Albinus <michael.albinus@gmx.de>
11623
11624 * coding.c (detect_coding_emacs_mule)
11625 (Ffind_operation_coding_system): Fix typo.
11626
116272008-04-08 Jason Rumney <jasonr@gnu.org>
11628
11629 * w32uniscribe.c (SNAME): Extract only symbol name.
11630
11631 * w32font.h (struct w32_metric_cache): New struct.
11632 (w32font_info): Use it.
11633 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
11634 (CACHE_BLOCKSIZE): New constants.
11635
11636 * w32font.c (Qja, Qko, Qzh): New symbols.
11637 (syms_of_w32font): Initialise them.
11638 (font_matches_spec): Use them to filter by language.
11639 (recompute_cached_metrics): Remove function.
11640 (compute_metrics, clear_cached_metrics): New functions.
11641 (w32font_encode_char): Use them to manage metric cache.
11642 (w32font_text_extents): Cache metrics for all glyphs on demand.
11643 Delay converting glyph indices to WORD until needed.
11644 (w32font_open_internal): Initialize metric cache to empty.
11645 (registry_to_w32_charset): Charset should always be a symbol.
11646 (fill_in_logfont, list_all_matching_fonts): Family should
11647 always be a symbol.
11648
116492008-04-06 Jason Rumney <jasonr@gnu.org>
11650
11651 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
11652 Give up if glyph indices not supported. Use uniscribe obtained
11653 ABC widths for individual metrics. Map glyph clusters back to
11654 characters using fClusterStart flag. Return number of glyphs
11655 produced, not chars processed.
11656 (uniscribe_shape): Map char at FROM to current glyph.
11657
116582008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11659
11660 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
11661 Use SetMenuItemHierarchicalMenu.
11662
116632008-04-05 Jason Rumney <jasonr@gnu.org>
11664
11665 * image.c (pbm_load): Allow color values up to 65535.
11666 Throw an error if max_color_idx is outside the supported range.
11667 Report an error when image size is invalid.
11668 Read two bytes at a time when raw images have max_color_idx above 255.
11669
116702008-04-05 Eli Zaretskii <eliz@gnu.org>
11671
11672 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11673 cFileName a file name that includes `?' characters, use the 8+3
11674 alias in cAlternateFileName instead.
11675
116762008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
11677
11678 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
11679 append "CCL: Quitted" when the CCL program is quitted.
11680 (setup_ccl_program): Initialize ccl->quit_silently to zero.
11681
11682 * ccl.h (struct ccl_program): New member quit_silently.
11683
116842008-04-05 Chong Yidong <cyd@stupidchicken.com>
11685
11686 * search.c (compile_pattern_1): Treat non-nil and non-string of
11687 search-spaces-regexp as nil.
11688
11689 * minibuf.c (Fassoc_string): Tweak docstring.
11690
116912008-04-05 Eli Zaretskii <eliz@gnu.org>
11692
11693 * dired.c (Ffile_attributes): Support inode numbers wider than 32
11694 bits. Remove ugly WINDOWSNT-specific kludge introduced on
11695 2008-03-14 to force inode be positive.
11696
11697 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
11698 _S_* ones, since we now use our own sys/stat.h.
11699 (stat, fstat): Don't mangle the inode number.
11700 (init_user_info): Don't restrict UID and GID to 0-60000 range.
11701
117022008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11703
11704 * frame.h (struct frame): Give one more bit to `visible' since we use
11705 values larger than 1 to indicate obscured frames on ttys.
11706
11707 * keymap.c (Qkeymap_canonicalize): New var.
11708 (Fmap_keymap_internal): New fun.
11709 (describe_map): Use keymap-canonicalize.
11710
11711 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
11712 (Fundo_boundary): Set them.
11713 (syms_of_undo): Initialize them.
11714 (record_point): Use them instead of last_point_position*.
11715 (last_undo_buffer): Change type.
11716
117172008-04-04 Jason Rumney <jasonr@gnu.org>
11718
11719 * w32font.c (w32font_text_extents): Use font's ascent and descent.
11720 (recompute_cached_metrics): Don't set ascent and descent per char.
11721
11722 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
11723 (uniscribe_check_otf): Add GC protection before consing.
11724 Rearrange loop for counting features.
11725
117262008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11727
11728 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
11729 buffer with byte-size of source buffer.
11730
117312008-04-03 Chong Yidong <cyd@stupidchicken.com>
11732
11733 * callint.c (Fcall_interactively): Handle temporary region even
11734 when shift-select-mode is off.
11735
117362008-04-03 Jason Rumney <jasonr@gnu.org>
11737
11738 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
11739
117402008-04-03 Kenichi Handa <handa@m17n.org>
11741
11742 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
11743 (CATEGORY_MASK_UTF_16): Likewise.
11744 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
11745 binary file.
11746 (detect_coding): Add null-byte detection for a binary file.
11747 (detect_coding_system): Likewise.
11748
117492008-04-03 Jason Rumney <jasonr@gnu.org>
11750
11751 * w32uniscribe.c: New file.
11752
11753 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
11754
11755 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
11756
11757 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
11758 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
11759 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
11760 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
11761 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
11762 (Qphonetic): New symbols.
11763 (syms_of_w32font): Initialize them.
11764 (font_supported_scripts): Use them.
11765 (w32font_list_family): List all charsets.
11766 (w32font_text_extents, recompute_cached_metrics): Fix metric
11767 calculations.
11768 (w32_enumfont_pattern_entity): Make full_type a DWORD.
11769 Give opentype fonts their own format.
11770 (font_matches_spec): New arguments backend and logfont.
11771 Handle :otf spec for uniscribe backend.
11772 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
11773 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
11774
11775 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
11776 font backend.
11777 (globals_of_w32fns): Initialize uniscribe font backend.
11778
11779 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
11780 dependencies.
11781 (w32uniscribe.$(O)): New file to build.
11782 (FONT_OBJ): Include w32uniscribe.$(O).
11783 (LIBS): Add uniscribe libraries.
11784
11785 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
11786
117872008-04-02 Chong Yidong <cyd@stupidchicken.com>
11788
11789 * callint.c (Vshift_select_mode): New var.
11790 (Finteractive): Document new ^ spec.
11791 (Fcall_interactively): Call handle-shift-selection if the ^ spec
11792 is present.
11793
11794 * keyboard.c (Vthis_command_keys_shift_translated): New var.
11795 (command_loop_1): Avoid running the direct display versions of
11796 forward-char and backward-char if shift-selection may occur.
11797 (read_key_sequence): Set Vthis_command_keys_shift_translated if
11798 shift-translation takes place.
11799
11800 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
11801 avoid clobbering by define-minor-mode.
11802
11803 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
11804 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
11805
11806 * syntax.c (Fforward_word): Add ^ interactive spec.
11807
11808 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
11809 (Fscroll_right): Add ^ interactive spec.
11810
118112008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11812
11813 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
11814
11815 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
11816
11817 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
11818
118192008-03-31 Juri Linkov <juri@jurta.org>
11820
11821 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
11822
118232008-03-30 Jan Djärv <jan.h.d@swipnet.se>
11824
11825 * gtkutil.c (xg_set_geometry): Fix indentation.
11826 (xg_resize_outer_widget): Remove.
11827 (x_wm_size_hint_off): Fix indentation.
11828 (xg_frame_set_char_size): Call flush_and_sync after
11829 gtk_window_resize.
11830 (x_wm_set_size_hint): Pass NULL as geometry window to
11831 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
11832 Add menu bar and tool bar height to base height.
11833 (xg_update_frame_menubar, free_frame_menubar)
11834 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
11835 (update_frame_tool_bar, free_frame_tool_bar):
11836 Change xg_resize_outer_widget to xg_frame_set_char_size.
11837
118382008-03-30 Michael Albinus <michael.albinus@gmx.de>
11839
11840 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
11841 (Fdbus_call_method): New parameter TIMEOUT.
11842 (dbus-send-signal): Optimize UNGCPRO call.
11843
118442008-03-29 Juri Linkov <juri@jurta.org>
11845
11846 * window.c (Fdisplay_buffer): Move call to
11847 Vsplit_window_preferred_function out of conditions that check
11848 if window is eligible for vertical splitting.
11849 When Vsplit_window_preferred_function is non-nil, call it and use
11850 its non-nil return value as window. Otherwise, continue doing
11851 vertical splitting using Fsplit_window with arg horflag=nil.
11852 (syms_of_window) <Vsplit_window_preferred_function>: Change the
11853 default value from `split-window' to nil.
11854
118552008-03-29 Juri Linkov <juri@jurta.org>
11856
11857 * callint.c (Fcall_interactively): Revert 2008-03-16 change
11858 for interactive code letters 'b' and 'B'.
11859
118602008-03-29 Eli Zaretskii <eliz@gnu.org>
11861
11862 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
11863 multibyte string.
11864
118652008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11866
11867 * keyboard.c (pending_funcalls): New var.
11868 (timer_check): Run it.
11869 (syms_of_keyboard): Initialize it.
11870 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
11871 (Vdelete_terminal_functions): New vars.
11872 (syms_of_terminal): Initialize them.
11873 (Fdelete_terminal): Run delete-terminal-functions.
11874 * xdisp.c (safe_eval): Rewrite.
11875 (safe_call2): New fun.
11876 * frame.c (Qdelete_frame_functions): New var.
11877 (syms_of_frame): Initialize it.
11878 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
11879 * lisp.h (safe_call2, pending_funcalls): Declare.
11880
118812008-03-28 Andreas Schwab <schwab@suse.de>
11882
11883 * indent.c (Fmove_to_column): Move declaration before statements.
11884
118852008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11886
11887 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
11888 (struct frame): Use bit fields for boolean vars.
11889
11890 * process.c (server_accept_connection): Simplify naming.
11891 (emacs_get_tty_pgrp): Use SDATA.
11892
11893 * coding.c (decode_coding_object): Fix last change.
11894
118952008-03-27 Jason Rumney <jasonr@gnu.org>
11896
11897 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
11898
118992008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
11900
11901 * charset.c (Fdefine_charset_internal): Change the way of
11902 registering charsets in Vcharset_order_list.
11903 (syms_of_charset): Make the charset `eight-bit' supplementary.
11904
119052008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
11906
11907 * regex.c (EXTEND_BUFFER): Change order of pointer addition
11908 operations, to avoid having the difference between pointers
11909 overflow.
11910
119112008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11912
11913 * indent.c (check_display_width): New fun.
11914 (scan_for_column): Use it.
11915
11916 * data.c (syms_of_data): Mark most-positive-fixnum and
11917 most-negative-fixnum as constants.
11918
11919 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
11920
11921 * indent.c (scan_for_column): Extract from current_column_1.
11922 Merge with the same code from Fmove_to_column.
11923 (current_column_1, Fmove_to_column): Use it.
11924
119252008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11926
11927 * keymap.c (map_keymap_internal): New fun.
11928 (map_keymap): Use it.
11929 (Fmap_keymap_internal): New fun.
11930 (Fmap_keymap): Remove left-out test from before make_save_value.
11931
11932 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
11933
11934 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
11935 Use XCAR/XCDR.
11936
11937 * process.h (struct Lisp_Process): Remove filter_multibyte.
11938 * process.c (QCfilter_multibyte): Remove.
11939 (setup_process_coding_systems): Don't use filter_multibyte.
11940 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
11941 (read_process_output): Don't adjust multibyteness to filter_multibyte.
11942 (Fset_process_filter_multibyte): Change the coding-system to
11943 approximate the previous behavior.
11944 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
11945 coding-system.
11946
11947 * coding.c (decode_coding_object): When not decoding into a buffer,
11948 obey the coding system's preference of (uni|multi)byte.
11949
119502008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11951
11952 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
11953 every char is changed and has a different byte-length.
11954 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
11955 Fix int -> EMACS_INT.
11956
119572008-03-23 David Hansen <david.hansen@gmx.net>
11958
11959 * dbusbind.c (xd_read_message): Remove extra copying of message
11960 strings. Check for NULL `interface' or `member'.
11961
119622008-03-22 Eli Zaretskii <eliz@gnu.org>
11963
11964 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11965 cFileName a file name that includes `?' characters, use the 8+3
11966 alias in cAlternateFileName instead.
11967
119682008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11969
11970 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
11971
119722008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11973
11974 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
11975 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
11976 work on current_buffer only instead (that was already the case
11977 for some of the code anyway).
11978 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
11979 (temp_set_point, temp_set_point_both): Use EMACS_INT.
11980 (SET_PT, SET_PT_BOTH): Adjust.
11981 * intervals.h (set_point, temp_set_point, set_point_both)
11982 (temp_set_point_both): Remove redundant declarations.
11983
119842008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11985
11986 * fileio.c (Finsert_file_contents):
11987 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
11988 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
11989 when buffer != current_buffer anyway.
11990
119912008-03-20 Andreas Schwab <schwab@suse.de>
11992
11993 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
11994 as default.
11995
119962008-03-19 Jason Rumney <jasonr@gnu.org>
11997
11998 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
11999 (syms_of_w32fns): Initialize them.
12000 (HOURGLASS_ID): New constant.
12001 (x_window_to_frame): Don't check hourglass_window.
12002 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12003 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12004 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12005 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12006 Only change the cursor if hourglass is not active.
12007 (Fx_create_frame): Initialize frame's current_cursor.
12008 (hourglass_atimer): Remove.
12009 (hourglass_started): New function.
12010 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12011 (show_hourglass): Adapt to w32, changing argument to frame.
12012
12013 * w32term.h (struct w32_output): Remove hourglass_window.
12014 Add current_cursor.
12015
12016 * eval.c (call_debugger, Fsignal):
12017 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12018 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12019 (Fexecute_extended_command, cancel_hourglass_unwind):
12020 * minibuf.c (read_minibuf):
12021 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12022
120232008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12024
12025 * window.c (run_funs): New fun.
12026 (run_window_configuration_change_hook): Use it to run the buffer-local
12027 and the global part of the hook.
12028
12029 * xdisp.c (format_mode_line_unwind_data): Add window argument.
12030 (unwind_format_mode_line): Restore selected window.
12031 (x_consider_frame_title, Fformat_mode_line): Set selected window.
12032
120332008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12034
12035 * editfns.c (Fchar_equal): Check they are valid characters.
12036
12037 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12038
120392008-03-17 Andreas Schwab <schwab@suse.de>
12040
12041 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12042 against a charset.
12043
12044 * lisp.h (Fbuffer_list): Declare.
12045
120462008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 12047
aac0c6e3
MR
12048 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12049 handlebox_widget is != 0.
12050
120512008-03-16 Juri Linkov <juri@jurta.org>
12052
12053 * callint.c (Fcall_interactively): For interactive code letters
12054 'b' and 'B' put the buffer list into the list of default "future"
12055 values of the minibuffer.
12056
120572008-03-16 Andreas Schwab <schwab@suse.de>
12058
12059 * keyboard.c (read_key_sequence): Fix downcasing of letters with
12060 modifiers.
12061
12062 * regex.c (re_match_2_internal): Correct matching of a charset
12063 against latin-1 characters.
12064
120652008-03-16 Kenichi Handa <handa@m17n.org>
12066
12067 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
12068 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
12069 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
12070 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
12071 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
12072 CHAR_STRING_ADVANCE.
12073 (produce_chars): Fix for the case that the source and the
12074 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
12075 instead of CHAR_STRING_ADVANCE.
12076 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
12077 STRING_CHAR_ADVANCE.
12078
120792008-03-15 Andreas Schwab <schwab@suse.de>
12080
12081 * regex.c (re_match_2_internal): Correct matching of eight bit
12082 characters in unibyte strings.
12083
120842008-03-15 Martin Rudalics <rudalics@gmx.at>
12085
12086 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
12087 at end of range when it coincides with the end of the buffer.
12088
120892008-03-14 Eli Zaretskii <eliz@gnu.org>
12090
12091 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
12092
12093 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
12094
120952008-03-14 Jason Rumney <jasonr@gnu.org>
12096
12097 * editfns.c (initial_tz): New variable.
12098 (syms_of_editfns): Initialize it.
12099 (Fset_time_zone_rule): Set it when first called.
12100 Use it when TZSTRING is nil.
12101
12102 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
12103 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
12104 (monitor_from_point_fn, get_monitor_info_fn): New globals.
12105 (globals_of_w32fns): Initialize them.
12106 (compute_tip_xy): Use them to position tooltips.
12107
121082008-03-14 Glenn Morris <rgm@gnu.org>
12109
12110 * emacs.c (main): Revert previous change.
12111 (standard_args): Revert -internal-script back to -scriptload,
12112 and remove the long-option form.
12113
121142008-03-13 Glenn Morris <rgm@gnu.org>
12115
12116 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
12117 Remove option -enable-font-backend.
12118
121192008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12120
12121 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
12122
121232008-03-11 Jan Djärv <jan.h.d@swipnet.se>
12124
12125 * xterm.c (x_connection_closed): For GTK: If this is the last
12126 terminal just exit without closing the display.
12127
121282008-03-11 Jason Rumney <jasonr@gnu.org>
12129
12130 * w32font.c (w32font_full_name): Use floor to round.
12131
f0131492 121322008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
12133
12134 * sound.c (alsa_configure): Declare vol at beginning of block.
12135
12136 * fontset.c (Ffontset_info): Remove extra semicolon.
12137
121382008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
12141 size of resulting string.
12142
121432008-03-10 Jason Rumney <jasonr@gnu.org>
12144
12145 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
12146
121472008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12148
12149 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
12150 Don't pretend as if characters with display property haven't been
12151 consumed for string-replacing-string case.
12152
121532008-03-08 Kim F. Storm <storm@cua.dk>
12154
12155 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
12156 (get_next_display_element, next_element_from_string)
12157 (next_element_from_ellipsis, next_element_from_buffer): Use it.
12158
121592008-03-08 Andreas Schwab <schwab@suse.de>
12160
12161 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
12162
121632008-03-06 Jason Rumney <jasonr@gnu.org>
12164
12165 * w32font.c (w32_registry): Take font_type argument. Use ANSI
12166 when charset not specified. Only translate ANSI to unicode when
12167 font_type is truetype.
12168 (w32font_coverage_ok): New function.
12169 (add_font_entity_to_list): Use it to filter unsuitable fonts.
12170
121712008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
12172
12173 * lread.c (Fread_char): Resolve modifiers.
12174 (Fread_char_exclusive): Likewise.
12175
12176 * character.c (char_resolve_modifier_mask): New function.
12177 (char_string): Use char_resolve_modifier_mask.
12178 (Fchar_resolve_modifiers): New function.
12179 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
12180 function.
12181
121822008-03-04 Jason Rumney <jasonr@gnu.org>
12183
12184 * makefile.w32-in: Always include w32font.c in the build.
12185 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
12186
121872008-03-04 Andreas Schwab <schwab@suse.de>
12188
12189 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
12190 (versionclean): Likewise.
12191
121922008-03-04 Juanma Barranquero <lekktu@gmail.com>
12193
12194 * .cvsignore: Add oo.
12195
121962008-03-03 Andreas Schwab <schwab@suse.de>
12197
12198 * coding.c (decode_coding_object): Inhibit gap shrinking while
12199 decoding in place.
12200
122012008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
12202
12203 * w32term.c: Remove unused include "gnu.h".
12204 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
12205
12206 * gnu.h: Rename to ...
12207 * emacs-icon.h: ... this.
12208 * xterm.c: Use emacs-icon.h instead of gnu.h.
12209 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
12210
122112008-03-03 Juanma Barranquero <lekktu@gmail.com>
12212
12213 * w32font.c: Include math.h.
12214
122152008-03-03 Jason Rumney <jasonr@gnu.org>
12216
12217 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
12218 Compute options separately.
12219 (w32font_open_internal): Set glyph_idx before caching metrics.
12220
12221 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
12222 Define if system headers don't.
12223 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
12224 (w32font_encode_char): Don't declare here.
12225
12226 * w32font.c (Quniscribe, QCformat): New symbols.
12227 (syms_of_w32font): Define them.
12228 (w32font_has_char): Indicate uncertainty.
12229 (w32font_encode_char): Encode as glyph point. Make static.
12230 (recompute_cached_metrics): New function.
12231 (w32font_open_internal): Use it. Set font to use glyph points
12232 initially. Set format based on type of font.
12233 (w32font_text_extents, w32font_draw): Optionally use glyph points.
12234 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
12235 on it. Set format based on information available here.
12236 (add_font_entity_to_list): Identify backend based on opentype_only.
12237
122382008-03-02 Andreas Schwab <schwab@suse.de>
12239
12240 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
12241
12242 * coding.c (decode_coding_big5, produce_chars):
12243 Fix typos in last change.
12244
122452008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
12246
12247 * gnu.h: New icon.
12248
122492008-03-02 Kenichi Handa <handa@m17n.org>
12250
12251 * coding.c (decode_coding_utf_8): When eol-type of CODING is
12252 `dos', don't decode '\r' if that is the last in the source.
12253 (decode_coding_utf_16, decode_coding_emacs_mule)
12254 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12255 (decode_coding_raw_text, decode_coding_charset): Likewise.
12256 (produce_chars): Don't decode EOL here. Use EMACS_INT.
12257
122582008-03-01 Jason Rumney <jasonr@gnu.org>
12259
12260 * w32font.c (w32font_full_name): Report point size for scalable fonts.
12261
122622008-03-01 Kim F. Storm <storm@cua.dk>
12263
12264 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
12265
122662008-03-01 Jason Rumney <jasonr@gnu.org>
12267
12268 * w32font.c (w32font_full_name): New function.
12269 (w32font_open_internal): Use it.
12270
122712008-03-01 Kim F. Storm <storm@cua.dk>
12272
12273 * dispnew.c (line_draw_cost): Fix invalid glyph check.
12274
122752008-03-01 Jason Rumney <jasonr@gnu.org>
12276
12277 * font.c (font_unparse_fcname): Increase len when style is a symbol.
12278
122792008-03-01 Jan Djärv <jan.h.d@swipnet.se>
12280
12281 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
12282 xg_frame_resized when the event is for the edit widget.
12283
12284 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
12285
12286 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
12287 set_char_size.
12288 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
12289 operations on widgets here. Just set frame size if needed.
12290 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
12291 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
12292 (x_wm_set_size_hint): Set size hints on the edit widget only, not
12293 the whole frame.
12294 (xg_create_tool_bar): Move attachment of the tool bar to
12295 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
12296 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
12297
122982008-03-01 Jason Rumney <jasonr@gnu.org>
12299
12300 * w32fns.c (w32_msg_pump): Disable debug code.
12301
123022008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12303
12304 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
12305
123062008-02-29 Chong Yidong <cyd@stupidchicken.com>
12307
12308 * xdisp.c (next_overlay_string): Don't set
12309 overlay_strings_at_end_processed_p if we're currently reading from
12310 a display string.
12311
123122008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
12313
12314 * xdisp.c (get_overlay_strings_1): Fix typo.
12315
123162008-02-29 Chong Yidong <cyd@stupidchicken.com>
12317
12318 * xdisp.c (get_overlay_strings_1): Add missing argument type.
12319
123202008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
12321
12322 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
12323
12324 * xdisp.c (display_mode_element): Cancel the previous change.
12325 (decode_mode_spec): Likewise.
12326 (handle_auto_composed_prop): Don't make composition if it->string
12327 is a string.
12328
123292008-02-27 Kim F. Storm <storm@cua.dk>
12330
12331 * lisp.h (GLYPH): Change type from int to struct with separate char
12332 and face_id members.
12333 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
12334 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
12335 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
12336 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
12337 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
12338 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
12339 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
12340 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
12341 handle new Lisp glyph code encoding, either an integer or a cons.
12342
12343 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
12344 (GLYPH_ALIAS): Delete.
12345 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
12346 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
12347 (GLYPH_FROM_CHAR): Replace macro by ...
12348 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
12349
12350 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
12351 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
12352 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
12353 (GLYPH_INVALID_P): New macro.
12354 (spec_glyph_lookup_face): Update prototype.
12355
12356 * dispnew.c (line_draw_cost): Adapt to new glyph type.
12357 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
12358 new glyph code encoding.
12359 (spec_glyph_lookup_face): No return value; update passed glyph instead.
12360 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
12361
12362 * xdisp.c (get_next_display_element, next_element_from_display_vector):
12363 Adapt to new glyph type and new glyph code encoding.
12364
12365 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
12366
12367 * indent.c (current_column, current_column_1, Fmove_to_column)
12368 (compute_motion): Adapt to new glyph code encoding.
12369
12370 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
12371
123722008-02-27 Chong Yidong <cyd@stupidchicken.com>
12373
12374 * process.c (wait_reading_process_output): Check for window
12375 changes caused by timers.
12376 Suggested by Johan Bockgård.
12377
123782008-02-27 Glenn Morris <rgm@gnu.org>
12379
12380 * emacs.c (USAGE1): Add `--disable-font-backend'.
12381
123822008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12383
12384 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
12385 is made to the buffer.
12386
123872008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12388
12389 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
12390 (face_at_string_position):
12391 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
12392 (face_at_string_position):
12393 * xdisp.c (display_string, next_overlay_change):
12394 * buffer.h (overlays_at):
12395 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
12396 Update callers.
12397
123982008-02-26 Chong Yidong <cyd@stupidchicken.com>
12399
12400 * editfns.c (Fformat): Doc fix.
12401
124022008-02-26 Juanma Barranquero <lekktu@gmail.com>
12403
12404 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
12405 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
12406 (Ffont_otf_alternates, Fquery_font): Doc fixes.
12407
124082008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12409
12410 * buffer.c (Fbuffer_swap_text): New function.
12411 (syms_of_buffer): Defsubr it.
12412
124132008-02-25 Chong Yidong <cyd@stupidchicken.com>
12414
12415 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
12416
124172008-02-25 Jason Rumney <jasonr@gnu.org>
12418
12419 * w32font.c (w32font_draw): Draw one character at a time when padding.
12420
124212008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12422
12423 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
12424 Handle a nil arg. Use run_window_configuration_change_hook.
12425 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
12426 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
12427 Use run_window_configuration_change_hook.
12428
124292008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12430
12431 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
12432 1-pixel width.
12433
124342008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12435
12436 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
12437 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
12438 if the glyph in the font is zero pixel with.
12439
12440 * dispextern.h (struct glyph_string): New member padding_p.
12441
12442 * w32font.c (w32font_draw): Pay attention to s->padding_p.
12443
12444 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
12445
12446 * xfont.c (xfont_draw): Pay attention to s->padding_p.
12447
12448 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
12449
12450 * font.c: If the font driver doesn't have `shape' function, return Qnil.
12451
124522008-02-25 Jason Rumney <jasonr@gnu.org>
12453
12454 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
12455
124562008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12457
12458 Allow fine-grained image-cache flushing.
12459 * dispextern.h (struct image): Add `dependencies' field.
12460 (clear_image_caches): Change arg to Lisp_Object.
12461 * image.c (make_image): Initialize `dependencies' field.
12462 (clear_image_cache): Change arg to allow fine-grained flushing.
12463 Perform the flush even if image-cache-eviction-delay is nil.
12464 (clear_image_caches): Change arg to Lisp_Object.
12465 (Fclear_image_cache): Expand meaning of the argument.
12466 (mark_image): Mark `dependencies' field.
12467 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
12468 (lface_hash): Use XHASH rather than XFASTINT.
12469 (face_at_buffer_position): Fix int -> EMACS_INT position.
12470 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
12471 (select_frame_for_redisplay): Remove code duplication.
12472 (redisplay_internal): Adapt arg to call to clear_image_caches.
12473
124742008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12475
12476 * s/vms4-0.h:
12477 * s/vms4-2.h:
12478 * s/vms4-4.h:
12479 * s/vms5-5.h: Remove, unused.
12480
12481 * s/irix5-2.h:
12482 * s/irix6-0.h:
12483 * s/riscos5.h:
12484 * s/mach-bsd4-3.h:
12485 * m/mips4.h: Remove files for obsolete systems.
12486
12487 * Makefile.in:
12488 * filelock.c:
12489 * unexmips.c:
12490 * m/hp9000s300.h:
12491 * m/iris4d.h:
12492 * s/aix3-1.h:
12493 * s/hpux.h:
12494 * s/msdos.h:
12495 * s/usg5-0.h:
12496 * s/usg5-2-2.h:
12497 * s/usg5-2.h:
12498 * s/usg5-3.h: Remove references to obsolete variables.
12499
12500 * s/irix5-0.h: Remove, move all the contents ...
12501 * s/irix6-5.h: ... here. Simplify.
12502 * config.in: Regenerate.
12503
125042008-02-24 Jason Rumney <jasonr@gnu.org>
12505
12506 * w32term.c (x_draw_glyph_string_background): Clear the background
12507 manually when cleartype is in use.
12508 (x_draw_glyph_string_foreground): Draw text transparently when
12509 cleartype is in use.
12510
12511 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
12512 a font into it unless we have to.
12513
125142008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12515
12516 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
12517 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 12518
aac0c6e3
MR
125192008-02-18 Jason Rumney <jasonr@gnu.org>
12520
12521 * w32fns.c (Fw32_shell_execute): Encode parameters.
12522
125232008-02-09 Eli Zaretskii <eliz@gnu.org>
12524
12525 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
12526
125272008-02-05 Juanma Barranquero <lekktu@gmail.com>
12528
12529 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
12530
125312008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
12532
12533 * xterm.c (x_set_offset): Don't change the gravity if
12534 CHANGE_GRAVITY is -1.
12535
125362008-02-23 Chong Yidong <cyd@stupidchicken.com>
12537
12538 * fileio.c (auto_save_error_occurred): New var.
12539 (auto_save_error): Set it.
12540 (Fdo_auto_save): Don't overwrite the error message if an auto-save
12541 error occurred.
12542
125432008-02-23 Eli Zaretskii <eliz@gnu.org>
12544
12545 * w32.c (globals_of_w32): Add initializations for
12546 g_b_init_get_sid_sub_authority and
12547 g_b_init_get_sid_sub_authority_count.
12548
125492008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
12550
12551 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
12552 (font_parse_xlfd): Use them for sanity check.
12553 (Finternal_set_font_style_table): Make sure the table is bijective.
12554
12555 Consolidate the image_cache to the terminal struct.
12556 * termhooks.h (P_): Remove redundant def.
12557 (struct terminal): New field `image_cache'.
12558 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
12559 of FRAME_X_IMAGE_CACHE.
12560 * xterm.h (struct x_display_info): Remove image_cache field.
12561 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12562 * w32term.h (struct w32_display_info): Remove image_cache field.
12563 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12564 * macterm.h (struct mac_display_info): Remove image_cache field.
12565 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12566 * xterm.c (x_term_init):
12567 * w32term.c (w32_term_init):
12568 * macterm.c (mac_term_init): Set the image_cache in the terminal.
12569 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
12570 Remove declarations.
12571 (clear_image_caches, mark_image_cache): New declarations.
12572 * xfaces.c (clear_face_cache):
12573 * xdisp.c (redisplay_internal): Use clear_image_caches.
12574 * image.c (clear_image_cache): Don't check that a frame is on
12575 a window-system before checking if it shares the same cache.
12576 (clear_image_caches): New function.
12577 (Fclear_image_cache): Use it.
12578 (mark_image): Move from allo.c.
12579 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
12580 * alloc.c (mark_image, mark_image_cache): Move to image.c.
12581 (mark_object): Don't call mark_image_cache for frames.
12582 (mark_terminals): Call mark_image_cache.
12583
12584 * lisp.h (Fdelete_terminal): Declare.
12585
12586 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
12587 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
12588 wrong_type_argument.
12589
125902008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
12591
12592 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
12593 malayalam.el, and tamil.el. Add sinhala.el.
12594
125952008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12596
12597 * xterm.c (x_connection_closed): Consolidate identical tests.
12598 (x_delete_terminal): Don't crash if called via x_connection_closed.
12599
126002008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
12601
12602 * xdisp.c (decode_mode_spec): New arg string.
12603 (display_mode_element): Adjust for the above change.
12604
126052008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12606
12607 * callint.c (Fcall_interactively): Use AREF.
12608
126092008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12610
12611 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
12612
126132008-02-18 Jan Djärv <jan.h.d@swipnet.se>
12614
12615 * xfns.c (Fx_show_tip): Set string to " " if empty.
12616
126172008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
12618
12619 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
12620 with Qt.
12621
126222008-02-17 Kenichi Handa <handa@m17n.org>
12623
12624 * ftfont.c (ftfont_shape): Return Lispy number.
12625
12626 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
12627 for GCs.
12628 (Finternal_set_font_selection_order): Call font_update_sort_order
12629 only when enable_font_backend is set.
12630 (realize_x_face): Set face->font_info to that of default face only
12631 when enable_font_backend is set.
12632
12633 * xdisp.c (handle_composition_prop): Set it->c to the fist
12634 character of the composed region.
12635 (fill_composite_glyph_string): Set base_face->font_info to
12636 s->font_info. Get a face for ascii from base_face->ascii_face.
12637 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
12638 with a face already decided.
12639 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
12640 non-negative.
12641 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
12642 call font_prepare_composition unconditionally.
12643
12644 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
12645
12646 * xterm.h (struct x_display_info): New member font.
12647
12648 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
12649 (x_set_mouse_face_gc, x_new_font): Likewise.
12650 (x_term_init): Setup display_info->font.
12651 (x_delete_terminal): Free display_info->font.
12652
12653 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
12654
12655 * ftxfont.c (ftxfont_default_fid): Delete it.
12656 (ftxfont_open): Set xfont->fid to 0.
12657 (ftxfont_end_for_frame): Clear data specific to the frame and the
12658 font-driver.
12659
12660 * xftfont.c (xftfont_default_fid): Delete it.
12661 (xftfont_open): Set xfont->fid to 0.
12662
12663 * fontset.c (FONTSET_OBJLIST): New macro.
12664 (fontset_find_font): Update font-object list of the fontset.
12665 (free_realized_fontset): New function.
12666 (free_face_fontset): Call free_realized_fontset.
12667 (Ffont_info): Call font_close_object only when enable_font_backend
12668 is set.
12669
12670 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
12671 [HAVE_NTGUI]: Include w32term.h.
12672 [MAC_OS]: Include macterm.ch.
12673 (font_otf_ValueRecord): Use make_number.
12674 (font_finish_cache): Fix handling of reference count.
12675 (font_clear_cache): Update num_fonts.
12676 (font_open_entity): Update smallest_char_width and
12677 smallest_font_height of the frame.
12678 (font_close_object): Update num_fonts.
12679 (Fclear_font_cache): Fix finding the target cache data.
12680
126812008-02-16 Glenn Morris <rgm@gnu.org>
12682
12683 * fontset.c (Finternal_char_font): Fix compilation warning.
12684
126852008-02-16 Eli Zaretskii <eliz@gnu.org>
12686
12687 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
12688 instead of char arrays. Enlarge the size of array passed to
12689 get_token_information.
12690
12691 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
12692 warnings.
12693
126942008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
12695
12696 * .gdbinit: Don't set `args', it breaks gdb --args.
12697
126982008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
12699
12700 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
12701 within a narrowed buffer.
12702
127032008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
12704
12705 * coding.c (decode_coding_object, encode_coding_object):
12706 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
12707
127082008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12709
12710 * coding.c (coding_set_destination): Use BEG_BYTE rather than
12711 hardcoding 1.
12712 (detect_coding_system):
12713 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
12714 (string_char_to_byte, string_byte_to_char, insert_from_gap):
12715 * insdel.c (insert_from_gap):
12716 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
12717 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
12718 (string_to_multibyte):
12719 * character.c (chars_in_text, multibyte_chars_in_text):
12720 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
12721
12722 * character.h (FETCH_STRING_CHAR_ADVANCE)
12723 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
12724 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
12725 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
12726
12727 * casefiddle.c (casify_region): Only call after-change and composition
12728 functions on the part of the region that was changed.
12729
12730 * keyboard.c (read_avail_input):
12731 * frame.c (Fdelete_frame): Call Fdelete_terminal.
12732
127332008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12734
12735 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
12736 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
12737
127382008-02-11 Juanma Barranquero <lekktu@gmail.com>
12739
12740 * w32menu.c (push_submenu_start, push_submenu_end)
12741 (push_left_right_boundary, push_menu_pane, push_menu_item):
12742 * keyboard.c (read_key_sequence): Don't pass args with side effects
12743 to AREF, it fails when compiling with -DENABLE_CHECKING.
12744
127452008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
12746
12747 * Makefile.in (${lispsource}international/charprop.el):
12748 Delete this target.
12749
12750 * search.c (boyer_moore): Fix incorrect synching of the trunk and
12751 emacs-unicode-2.
12752
127532008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12754
12755 * terminal.c (Fdelete_terminal): Clean up the `force' path.
12756
127572008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12758
12759 * frame.c (Qnoelisp): New symbol.
12760 (syms_of_frame): Initialize it.
12761 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
12762 harmless Elisp code, from a strong `force' from x_connection_closed.
12763 * frame.h (Qnoelisp): Declare.
12764 * xterm.c (x_connection_closed): Pass `noelisp'.
12765
12766 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
12767 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
12768 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
12769 rather than `int' for the type of `type'.
12770
127712008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12772
12773 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
12774
12775 * Makefile.in (GNUC): Remove support for gcc-1.x.
12776
127772008-02-10 Richard Stallman <rms@gnu.org>
12778
12779 * lisp.h (ASET): Use AREF, not ASLOT.
12780
127812008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12782
12783 * lisp.h (ASET): Check bounds.
12784
127852008-02-10 Glenn Morris <rgm@gnu.org>
12786
12787 * buffer.c (mode-name): Doc fix.
12788
127892008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12790
12791 * Makefile.in:
12792 * emacs.c:
12793 * gmalloc.c:
12794 * keyboard.c:
12795 * lisp.h:
12796 * m/ibm370aix.h:
12797 * process.c:
12798 * regex.c:
12799 * s/hpux.h:
12800 * sysdep.c:
12801 * sysselect.h:
12802 * systty.h:
12803 * unexec.c:
12804 * w32term.c:
12805 * xsmfns.c:
12806 * xterm.c: Remove code that deals with obsolete variables.
12807
12808 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
12809
12810 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
12811 nothing else needs it anymore.
12812
128132008-02-09 Eli Zaretskii <eliz@gnu.org>
12814
12815 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
12816 instead of unibyte_char_to_multibyte.
12817
128182008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12819
12820 * s/gnu-linux.h: Remove commented out code.
12821
12822 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
12823
12824 * Makefile.in: Update what RMS says about using autoconf.
12825 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
12826 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
12827 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
12828 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
12829
128302008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12831
12832 * keymap.c (Fkey_description): Move side effect outside of macro call.
12833
12834 * xfaces.c (Finternal_make_lisp_face):
12835 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
12836
12837 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
12838 (syms_of_fontset): Use ASET.
12839
12840 * fns.c (concat): Move side effect outside of macro call.
12841 (hash_clear): Use ASET.
12842
128432008-02-08 Richard Stallman <rms@gnu.org>
12844
12845 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
12846 If FORCE, and frame has a surrogate minibuffer for another frame,
12847 delete the other frame first.
12848
128492008-02-07 Timo Savola <timo.savola@iki.fi>
12850
12851 * xterm.c (x_detect_focus_change): Handle embed client message.
12852 (handle_one_xevent): Ditto.
12853 (handle_one_xevent): If embedded and we get a button press/release,
12854 request focus.
12855 (xembed_set_info, xembed_send_message): New functions.
12856 (x_make_frame_visible): Call xembed_set_info if embedded.
12857 (x_make_frame_invisible): Call xembed_set_info if embedded.
12858 (x_term_init): Initialize Xatom_XEMBED.
12859 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
12860 (x_iconify_frame): Ditto.
12861
12862 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
12863 (enum xembed_info, enum xembed_message, enum xembed_focus)
12864 (enum xembed_modifier, enum xembed_accelerator): New.
12865 (xembed_set_info, xembed_send_message): Declare.
12866 (FRAME_X_EMBEDDED_P): New.
12867
12868 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
12869 gtk_plug_new.
12870
12871 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
12872 window ID of a frame.
12873 (x_window): Reparent frame if embedded.
12874 (Fx_create_frame): Don't set border width if embedded.
12875
12876 * emacs.c (USAGE3): Add --parent-id.
12877 (standard_args): Ditto.
12878
128792008-02-07 Jan Djärv <jan.h.d@swipnet.se>
12880
12881 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
12882
128832008-02-07 Jim Meyering <meyering@redhat.com>
12884
12885 Use "do...while (0)", not "if (1)...else" in macro definitions.
12886 The latter provokes a warning from gcc about the empty else, when
12887 followed by ";". Also, without that trailing semicolon, it would
12888 silently swallow up any following statement.
12889 * syntax.h (SETUP_SYNTAX_TABLE)
12890 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
12891 * buffer.h (DECODE_POSITION): Likewise.
12892 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
12893 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
12894 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
12895 (FETCH_CHAR_ADVANCE): Likewise.
12896 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
12897
128982008-02-07 Jim Meyering <meyering@redhat.com>
12899
12900 * lread.c [lint]: Don't include <sys/inode.h>.
12901
129022008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
12903
12904 * xselect.c (x_handle_dnd_message):
12905 * xmenu.c (digest_single_submenu, xmenu_show):
12906 * xdisp.c (with_echo_area_buffer_unwind_data)
12907 (format_mode_line_unwind_data, unwind_format_mode_line)
12908 (display_menu_bar):
12909 * eval.c (Ffetch_bytecode):
12910 * doc.c (store_function_docstring):
12911 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
12912 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
12913 * buffer.c (add_overlay_mod_hooklist): Use ASET.
12914
129152008-02-07 Kenichi Handa <handa@m17n.org>
12916
12917 * ftxfont.c (ftxfont_open): Don't set
12918 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
12919
12920 * ftfont.c (ftfont_open): Fix previous change.
12921
129222008-02-06 Jason Rumney <jasonr@gnu.org>
12923
12924 * w32font.c (w32font_text_extents): Fill in lbearing metric.
12925 Use cached metrics for ASCII characters.
12926 (w32font_open_internal): Don't set font's owning_frame.
12927 Cache metrics for ASCII characters.
12928
12929 * w32font.h (struct w32font_info): Add ascii_metrics.
12930 Remove owning_frame.
12931
129322008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
12933
12934 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
12935 to negative value.
12936
12937 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
12938
12939 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
12940
12941 * charset.c (syms_of_charset): Set QCtest and Qeq.
12942
129432008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12944
12945 * process.c (Fstart_process):
12946 * callproc.c (Fcall_process): Handle the case where
12947 Funhandled_file_name_directory returns nil.
12948
12949 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
12950 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
12951 * font.c (check_gstring): Use them and AREF to access the vector before
12952 we know it's really a gstring.
12953 (Ffont_shape_text): Fix typo.
46e722a9 12954 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
12955
12956 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
12957 Declare.
12958
12959 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
12960
129612008-02-05 Jason Rumney <jasonr@gnu.org>
12962
12963 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
12964 Set smallest_font_height and smallest_char_width in display info.
12965
129662008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
12967
12968 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
12969
129702008-02-05 Miles Bader <miles@gnu.org>
12971
12972 * xfaces.c (get_lface_attributes, merge_named_face)
12973 (lookup_named_face, lookup_derived_face, realize_named_face):
12974 Revert 2008-02-01 change by cyd@stupidchicken.com.
12975
129762008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
12977
12978 * fontset.c (Ffontset_info): Handle the case of inhibitting the
12979 fallback fonts.
12980 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
12981
129822008-02-04 Jason Rumney <jasonr@gnu.org>
12983
12984 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
12985 set full_name.
12986 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
12987
129882008-02-03 Jason Rumney <jasonr@gnu.org>
12989
12990 * makefile.w32-in (OBJ1): Include font.o here.
12991 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
12992
129932008-02-02 Jason Rumney <jasonr@gnu.org>
12994
12995 * makefile.w32-in (temacs): Bump EMHEAP to 21.
12996
129972008-02-01 Jason Rumney <jasonr@gnu.org>
12998
12999 * s/cygwin.h: Define VIRT_ADDR_VARIES.
13000
13001 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13002
130032008-02-01 Andreas Schwab <schwab@suse.de>
13004
13005 * Makefile.in (shortlisp, lisp): Update for rename of
13006 ../lisp/language/myanmar.el.
13007
130082008-02-01 Chong Yidong <cyd@stupidchicken.com>
13009
13010 * xfaces.c (get_lface_attributes): Delete function.
13011 (merge_named_face, lookup_named_face, lookup_derived_face)
13012 (realize_named_face): Call lface_from_face_name directly, and use
13013 the fact that merge_face_vectors does not alter its FROM argument.
13014
130152008-02-01 Jason Rumney <jasonr@gnu.org>
13016
13017 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13018 input in the default locale. Handle non-Unicode multibyte input.
13019
130202008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13021
13022 * fontset.c (reorder_font_vector): Exclude nil elements from the
13023 font group. Don't try multiple fonts.
13024 (fontset_font): Adjust for the above change.
13025 (Finternal_char_font): Return nil if the found font doesn't
13026 contain the character ch.
13027
13028 * Makefile.in (lisp, shortlisp): Add cham.el.
13029
130302008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13031
13032 * font.h (FONTP): Make it return 1 also for a font-object.
13033
13034 * .gdbinit (xfontset): New function.
13035
13036 * font.c (font_find_for_lface): Check if the character C is
13037 supported or not only for the first font.
13038
13039 * fontset.c (reorder_font_vector): Fix typo.
13040 (fontset_find_font): Don't add a font-spec specifying a script.
13041 Use 0 (not Qt) for the indication of empty font-group. Change the
13042 format of RFONT-DEF. Return Qt if no font in the font-group
13043 support the character.
13044 (fontset_font): Adjust for the above change. If no font was
13045 found the character, remember that.
13046 (face_for_char): Adjust for the change of RFONT-DEF.
13047 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13048 no font for the target.
13049 (Finternal_char_font): Adjust for the change of RFONT-DEF.
13050
130512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13052
13053 * font.c (font_load_for_face): Handle the case that the font in
13054 face->lface is a string.
13055
130562008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13057
13058 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13059
130602008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13061
13062 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13063 Fix previous change. If the frame is not on a window system,
13064 signal an error.
13065
130662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13067
13068 * coding.c (decode_coding_object, encode_coding_object): Adjust
13069 marker positions after conversion.
13070
13071 * lisp.h (struct Lisp_Marker): New member need_adjustment.
13072
130732008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13074
13075 * font.c (font_find_for_lface): Fix the handling of the return
13076 value of font_has_char.
13077 (Ffont_shape_text): Fix previous change.
13078
13079 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
13080 (fontset_ref_and_range): Delete it.
13081 (fontset_find_font): Call char_table_ref_and_range instead of
13082 FONTSET_REF_AND_RANGE.
13083 (make_fontset): Don't setup font groups of Latin here.
13084 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
13085 (new_fontset_from_font): Make the specified font the default for
13086 all Latin characters.
13087
130882008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13089
13090 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
13091 is on a window system before accessing the fontset of the frame.
13092
130932008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13094
13095 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
13096
13097 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
13098 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
13099
13100 * font.c (Ffont_shape_text): If the font driver doesn't have a
13101 shaper function, make zero-width glyphs to have at least one-pixel
13102 width. Fix setting of `to' field of glyphs.
13103
131042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13105
13106 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
13107 glyphs.
13108
13109 * font.h (struct font_driver): Improve docstring of member `shape'.
13110
131112008-02-01 Kenichi Handa <handa@m17n.org>
13112
13113 * composite.c (syms_of_composite): Fix docstring of
13114 auto-composition-function.
13115
13116 * font.h (LGLYPH_SIZE): New macro.
13117
13118 * font.c (Ffont_fill_gstring): Stop filling when a character not
13119 supported by the font is found.
13120 (Ffont_shape_text): When a shape callback function returns nil,
13121 try at most two more times with larger gstring.
13122 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
13123
13124 * xdisp.c (handle_auto_composed_prop): Change the argument to
13125 auto-composition-function.
13126
13127 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
13128 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
13129 Lispy glyph and store it in the lgstring.
13130
13131 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
13132
13133 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
13134
131352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13136
13137 * font.c (Ffont_shape_text): Avoid unnecessary composition.
13138
13139 * fontset.c (Vfont_encoding_charset_alist): New variable.
13140 (syms_of_fontset): DEFVAR it.
13141 (reorder_font_vector, fontset_find_font): Optimize for the case of
13142 no need of reordering.
13143 (face_for_char): Map the charset property by
13144 Vfont_encoding_charset_alist.
13145
131462008-02-01 Jason Rumney <jasonr@gnu.org>
13147
13148 * w32font.c (logfonts_match): Don't check adstyle here.
13149 (font_matches_spec): Check here against physical font instead.
13150 (add_font_entity_to_list): Avoid some substitutions.
13151
13152 * font.c (font_parse_fcname): Default weight and slant to normal.
13153 (font_score): Prefer normal fonts if weight or slant unspecified.
13154 (font_score) [WINDOWSNT]: Scale weight difference down to closer
13155 match freetype scores.
13156
131572008-02-01 Jason Rumney <jasonr@gnu.org>
13158
13159 * w32font.c (w32font_text_extents): Don't use the frame stored in the
13160 font, as it may have been deleted.
13161 (w32_enumfont_pattern_entity): Map generic family to adstyle using
13162 most common hyphenless variation.
13163 (logfonts_match): Check generic family.
13164 (font_matches_spec): Don't check generic family here.
13165 (fill_in_logfont): Set generic family based on adstyle.
13166
13167 * w32font.h (w32font_get_cache): Update declaration.
13168
131692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13170
13171 * ftfont.c (ftfont_get_cache): Adjust the argument type.
13172
13173 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
13174 If none of the new drivers are available, call font_update_drivers
13175 with the old drivers.
13176
13177 * w32font.c (w32font_get_cache): Adjust the argument type.
13178
13179 * xfont.c (xfont_get_cache): Adjust the argument type.
13180
13181 * font.h (struct font_driver): Change argument type of get_cache.
13182
13183 * xftfont.c (xftfont_start_for_frame): Delete prototype.
13184
13185 * font.c (Ffont_get): Fix arguments to Fassoc.
13186 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
13187 (font_clear_cache): New function.
13188 (font_list_entities, font_matching_entity): Use font_get_cache.
13189 (font_update_drivers): Call font_clear_cache when finishing a driver.
13190
13191 * fontset.c (fontset_find_font): Fix previous change.
13192
131932008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13194
13195 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
13196 dpyinfo->font_table.
13197 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
13198 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
13199
13200 * font.c (font_at): Handle the case that the arg C is negative.
13201 Handle the unibyte case.
13202 (Ffont_at): Call font_at with the arg C -1.
13203
13204 * xdisp.c (handle_auto_composed_prop): Don't get a character at
13205 the position here, and call font_at with the arg C -1.
13206 Don't check the range of the existing composition at the point.
13207
132082008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13209
13210 * fontset.c (fontset_add): New args charset_id and family.
13211 Change caller.
13212 (load_font_get_repertory, fontset_find_font): Assume that
13213 font_spec is always a font-spec object.
13214 (Fset_fontset_font): Always store a font-spec object in a fontset.
13215
13216 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
13217 instead of get_property_and_range.
13218
132192008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13220
13221 * xftfont.c (struct xftfont_info): Delete the member ft_face.
13222 (xftfont_open): Don't keep locking face.
13223 (xftfont_close): Don't unlock face.
13224 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
13225
13226 * fontset.c (fontset_find_font): Don't prefer a font of
13227 supplementary charset.
13228
132292008-02-01 Kenichi Handa <handa@m17n.org>
13230
13231 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
13232 script, langsys_tag to langsys, new member script.
13233 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 13234 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
13235 listing to the script specified in that property. Fix arg to
13236 OTF_check_features.
13237
132382008-02-01 Jason Rumney <jasonr@gnu.org>
13239
13240 * w32font.h: New file.
13241
13242 * w32font.c: Include it.
13243 (struct w32font_info): Add owning_frame field. Move to w32font.h.
13244 (w32font_open): Set owning_frame.
13245 (w32font_text_extents): Use owning_frame.
13246 (struct font_callback_data): Add opentype_only field.
13247 (add_font_entity_to_list): Use it to filter fonts.
13248 Don't check against full name.
13249 (w32font_list_internal): New function.
13250 (w32font_list): Use it.
13251 (w32font_match_internal): New function.
13252 (w32font_match): Use it.
13253 (w32font_open_internal): New function.
13254 (w32font_open): Use it.
13255 (w32font_get_cache, w32font_close, w32font_has_char)
13256 (w32font_encode_char, w32font_text_extents, w32font_draw):
13257 Make non-static.
13258
13259 * makefile.w32-in (w32font.o): Depend on w32font.h.
13260
132612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13262
13263 * charset.c (Fdefine_charset_internal): Record a supplementary
13264 charset at the tail of Vcharset_order_list.
13265
13266 * font.c (Ffont_shape_text): Fix the return value.
13267
13268 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
13269
13270 * xdisp.c (handle_auto_composed_prop): Fix previous change.
13271
132722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13273
13274 * ftfont.c (struct OpenTypeSpec): New struct.
13275 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
13276 (ftfont_get_open_type_spec): New function.
13277 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
13278
13279 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
13280
132812008-02-01 Jason Rumney <jasonr@gnu.org>
13282
13283 * w32font.c (add_font_entity_to_list): Compare only the beginning
13284 of full name.
13285
132862008-02-01 Kenichi Handa <handa@m17n.org>
13287
13288 * xdisp.c (handle_auto_composed_prop): Simplify the code.
13289 Never return HANDLED_RECOMPUTE_PROPS.
13290
132912008-02-01 Kenichi Handa <handa@m17n.org>
13292
13293 * font.c (font_gstring_produce): Delete it.
13294
13295 * composite.h (COMPOSITION_METHOD):
13296 Handle COMPOSITION_WITH_GLYPH_STRING.
13297
132982008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13299
13300 * xfont.c (Qx): Delete.
13301 (syms_of_xfont): Don't initialize Qx.
13302
13303 * composite.h (enum composition_method):
13304 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
13305
133062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13307
13308 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
13309 (choose_face_font): Accept new form of font-spec.
13310
13311 * frame.h (font_driver_list): Declare it unconditionally.
13312 (struct frame): Define members font_driver_list and font_data_list
13313 unconditionally.
13314
13315 * fontset.c: Include "font.h" unconditionally.
13316 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
13317 (Fset_fontset_font): Accept a font-spec object.
13318
13319 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
13320 PIXEL_SIZE part a wild card.
13321
13322 * dispextern.h (struct glyph_string): Define members clip and
13323 num_clips unconditionally.
13324 (struct face): Define members font_info and extra unconditionally.
13325
13326 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
13327 ftfont_info only when HAVE_LIBOTF is defined.
13328
133292008-02-01 Andreas Schwab <schwab@suse.de>
13330
13331 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
13332 and end.
13333
133342008-02-01 Jason Rumney <jasonr@gnu.org>
13335
13336 * w32font.c (w32font_driver): Add new fields.
13337
133382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13339
13340 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
13341 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
13342 (LIBES): Add @M17N_FLT_CFLAGS@.
13343
13344 * composite.c (compose_text): Don't treat the new style
13345 composition specially.
13346
13347 * emacs.c (main): Call syms_of_font unconditionally.
13348
13349 * font.h (FONT_ENTITY_NOT_LOADABLE)
13350 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
13351 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
13352 (struct font_driver): New member shape.
13353 (font_registry_charsets): Extern it.
13354 (font_find_for_lface, font_prepare_composition): Adjust prototype.
13355 (font_otf_capability, font_drive_otf): Delete their externs.
13356
13357 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
13358 (font_charset_alist, font_registry_charsets): Move from xfont.c
13359 and rename.
13360 (font_prop_validate_otf): New function.
13361 (font_property_table): Register it for QCotf.
13362 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
13363 (font_drive_otf): Delete.
13364 (font_prepare_composition): New arg F. Adjust for the change of
13365 lispy gstring.
13366 (font_find_for_lface): New arg C.
13367 (font_load_for_face): Adjust for the change of font_find_for_lface.
13368 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
13369 lispy gstring.
13370 (Ffont_shape_text): New function.
13371 (Fopen_font): If the font size is not given, use 12-pixel.
13372 (Ffont_at): New arg STRING.
13373 (syms_of_font): Initalize font_charset_alist.
13374 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
13375 conditionally.
13376
13377 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
13378 fonts of the same font-spec. Change the format of RFONT-DEF.
13379 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
13380 Adjust for the change of RFONT-DEF.
13381 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
13382
13383 * ftfont.h: New file.
13384
13385 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
13386 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13387 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13388 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
13389 font_otf_capability and font_drive_otf, set ftfont_shape.
13390 (ftfont_list): Adjust for the change of :otf property value.
13391 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
13392 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
13393 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
13394 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13395 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
13396 (otf_gstring, gstring, m17n_flt_initialized): New variables.
13397
13398 * w32term.c (x_draw_composite_glyph_string_foreground):
13399 Adjust for the change of lispy gstring.
13400
13401 * xdisp.c (handle_composition_prop): Adjust for the change of
13402 lispy gstring. Call a function for auto-composition with the
13403 third arg it->window.
13404 (fill_composite_glyph_string): Adjust for the change of lispy string.
13405 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
13406
13407 * xfaces.c (set_font_frame_param): Adjust for the change of
13408 font_find_for_lface.
13409
13410 * xfont.c (x_font_charset_alist): Move to font.c and rename.
13411 (xfont_registry_charsets): Likewise. Change caller.
13412 (syms_of_xfont): Don't handle x_font_charset_alist.
13413
13414 * xftfont.c: Include "ftfont.h".
13415 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
13416 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
13417 (xftfont_close) [HAVE_LIBOTF]: Close otf.
13418 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
13419 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
13420 Set xftfont_driver.shape to xftfont_shape.
13421
13422 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13423 the change of lispy gstring.
13424
134252008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13426
13427 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
13428
134292008-02-01 Jason Rumney <jasonr@gnu.org>
13430
13431 * w32font.c (w32font_draw): Fill background manually.
13432
134332008-02-01 Jason Rumney <jasonr@gnu.org>
13434
13435 * font.c (Qfontp): Remove unused symbol.
13436 (QCantialias): New symbol.
13437 (syms_of_font): Define it.
13438 (font_property_table): Set a validator for QCantialias.
13439
13440 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
13441 Define if not already.
13442 (QCfamily): Share with xfaces.c.
13443 (Qstandard, Qsubpixel, Qnatural): New symbols.
13444 (syms_of_w32font): Define them. Don't define QCfamily here.
13445 (w32_antialias_type, lispy_antialias_type): New functions.
13446 (w32_enumfont_pattern_entity): New arg requested_font.
13447 Set antialias parameter if non-default was requested.
13448 (fill_in_logfont): Fill in lfQuality if :antialias specified.
13449
134502008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13451
13452 * lread.c (read1): Undo the previous change.
13453
134542008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
13455
13456 * frame.c (Fdelete_frame): Call font_update_drivers only when
13457 USE_FONT_BACKEND is defined.
13458
134592008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13460
13461 * font.h (struct font_bitmap): New member bits_per_pixel.
13462 (struct font_driver): New members start_for_frame and end_for_frame.
13463 (struct font_data_list): New struct.
13464 (font_put_frame_data, font_get_frame_data): Extern them.
13465
13466 * frame.h (struct frame): New member font_data_list.
13467
13468 * font.c (font_update_drivers): Call driver->start_for_frame and
13469 driver->end_for_frame at proper timings.
13470 (font_put_frame_data, font_get_frame_data): New functions.
13471 (Ffont_spec): Add usage in the docstring.
13472
13473 * frame.c (make_frame): Initialize f->font_data_list to NULL.
13474 (Fdelete_frame): Call font_update_drivers.
13475
13476 * xftfont.c (struct xftface_info): Delete the member xft_draw.
13477 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
13478 (xftfont_get_xft_draw): New function.
13479 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
13480 (xftfont_end_for_frame): New function.
13481 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
13482
13483 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
13484 Change argument. Cache GCs in the per-frame data.
13485 (struct ftxfont_frame_data): New struct.
13486 (ftxfont_draw_bitmap): New arg gc_fore and flush.
13487 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
13488 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
13489 (ftxfont_end_for_frame): New function.
13490 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
13491
13492 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
13493
134942008-02-01 Kenichi Handa <handa@m17n.org>
13495
13496 * xselect.c (Vselection_coding_system)
13497 (Vnext_selection_coding_system): Delete them.
13498 (syms_of_xselect): Don't declare selection-coding-system and
13499 next-selection-coding-system. They are declared in select.el.
13500
135012008-02-01 Jason Rumney <jasonr@gnu.org>
13502
13503 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
13504
13505 * w32fns.c: Include imm.h.
13506 (get_composition_string_fn, get_ime_context_fn): New optional
13507 system functions.
13508 (globals_of_w32fns): Load them from imm32.dll.
13509 (ignore_ime_char): New flag.
13510 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
13511 WM_IME_ENDCOMPOSITION messages.
13512
13513 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
13514 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
13515
135162008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13517
13518 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
13519 (READCHAR_REPORT_MULTIBYTE): New macro.
13520 (readchar): New 2nd arg MULTIBYTE.
13521 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
13522 Make symbol's name multibyte according to the multibyteness of the
13523 source.
13524
135252008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13526
13527 * xfaces.c (face_for_overlay_string): Call lookup_face with
13528 correct arguments (fix of synching with the trunk).
13529
135302008-02-01 Kenichi Handa <handa@m17n.org>
13531
13532 * font.c (font_prop_validate_symbol, font_prop_validate_style)
13533 (font_prop_validate_non_neg, font_prop_validate_spacing):
13534 Delete argument prop_index.
13535 (font_property_table): Change arguments to validater. Change Callers.
13536 (font_lispy_object): Delete.
13537 (font_at): Use font_find_object instead fo font_lispy_object.
13538
135392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13540
13541 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
13542 and file names.
13543
135442008-02-01 Jason Rumney <jasonr@gnu.org>
13545
13546 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
13547 (font_matches_spec): Remove debug output.
13548 (add_font_entity_to_list): Avoid using substituted fonts.
13549
135502008-02-01 Jason Rumney <jasonr@gnu.org>
13551
13552 * doc.c (Fsnarf_documentation):
13553 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
13554
135552008-02-01 Miles Bader <miles@gnu.org>
13556
13557 * dispextern.h (struct glyph_row): Only define "clip" field if
13558 HAVE_WINDOW_SYSTEM is defined.
13559
135602008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13561
13562 Fix up multi-tty merge.
13563
13564 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
13565 and indentation.
13566
13567 * xfaces.c (free_realized_face, clear_face_gcs):
13568 Include font_done_for_face in the input_blocked section, just in case.
13569
13570 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
13571 (get_char_face_and_encoding): Undo last change and remove the *other*
13572 duplicate definition (i.e. keep the one that's better scoped and that
13573 includes code for the font-backend).
13574
13575 * terminal.c (create_terminal): Default keyboard_coding to
13576 `no-conversion' and terminal_coding to `undecided'.
13577
13578 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
13579
13580 * fontset.c (free_realized_fontsets): Check that the table entry does
13581 contain a fontset before trying to compare it to `base'.
13582
13583 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
13584 syms_of_charset, and syms_of_coding earlier because init_window_once
13585 now needs Vcoding_system_hash_table to be setup.
13586
13587 * coding.h (default_buffer_file_coding): Remove.
13588
13589 * coding.c (default_buffer_file_coding): Remove.
13590 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
13591 than ->symbol, and use the terminal-local coding system.
13592 (syms_of_coding): Don't setup the coding-systems that are not
13593 terminal-local.
13594 (Fdefine_coding_system_internal): Use XCAR/XCDR.
13595
13596 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
13597 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
13598
13599 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
13600 in chartab.c and were re-added here by mistake.
13601 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
13602
13603 * doc.c (Fsnarf_documentation):
13604 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
13605 src to etc.
13606
13607 * ChangeLog.10: Add mistakenly removed entry.
13608
136092008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13610
13611 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
13612
136132008-02-01 Miles Bader <miles@gnu.org>
13614
13615 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
13616 Add extra args to FACE_FOR_CHAR.
13617
136182008-02-01 Kenichi Handa <handa@m17n.org>
13619
13620 * keymap.c (where_is_internal_1): If key is a cons, store the copy
13621 in sequence.
13622
13623 * chartab.c (map_sub_char_table, map_char_table): If the range
13624 contains just one character, call the function with that character
13625 even if the depth is not 3.
13626
136272008-02-01 Jason Rumney <jasonr@gnu.org>
13628
13629 * w32font.c (w32font_text_extents): Calculate metrics for the
13630 whole string.
13631
136322008-02-01 Jason Rumney <jasonr@gnu.org>
13633
13634 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
13635
136362008-02-01 Jason Rumney <jasonr@gnu.org>
13637
13638 * w32term.c (x_set_glyph_string_clipping): Use
13639 get_glyph_string_clip_rects.
13640 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13641 Adjust for the change of struct glyph_string.
13642
13643 * w32font.c (w32font_draw): Do clipping here.
13644
136452008-02-01 Kenichi Handa <handa@m17n.org>
13646
13647 * xftfont.c (xftfont_draw): Adjust for the change of struct
13648 glyph_string.
13649
13650 * xterm.c (x_set_glyph_string_clipping): Use
13651 get_glyph_string_clip_rects.
13652 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13653 Adjust for the change of struct glyph_string.
13654
13655 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
13656 the resulting clip(s}.
13657 (expose_overlaps): Add arg r. Change callers. Set it to
13658 row->clip temporarily.
13659 (expose_window): Redraw rows overlapping the exposed area.
13660
13661 * dispextern.h (struct glyph_row): New member clip.
13662 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
13663 clip_height, new member clip, and num_clips.
13664
136652008-02-01 Kenichi Handa <handa@m17n.org>
13666
13667 * data.c (Fchar_or_string_p): Fix docstring.
13668
136692008-02-01 Kenichi Handa <handa@m17n.org>
13670
13671 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
13672 create a temporary XftDraw object.
13673
136742008-02-01 Kenichi Handa <handa@m17n.org>
13675
13676 * font.c (Ffontp): Fix docstring.
13677
13678 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
13679 strong evidence of ISO-2022.
13680
136812008-02-01 Kenichi Handa <handa@m17n.org>
13682
13683 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
13684 SYNTAX_ENTRY_FOLLOW_PARENT.
13685
136862008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13687
13688 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
13689 its type.
13690 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
13691 Update to the new type of weak_hash_tables and next_weak.
13692
13693 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
13694 a plain C pointer to Lisp_Hash_Table.
13695
13696 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
13697 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
13698 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
13699 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
13700 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
13701 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
13702 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
13703 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
13704 (GC_EQ): Remove since they've been identical to their non-GC_
13705 alter-egos ever since the markbit was eradicated.
13706
13707 * alloc.c:
13708 * buffer.c:
13709 * buffer.h:
13710 * data.c:
13711 * fileio.c:
13712 * filelock.c:
13713 * fns.c:
13714 * frame.h:
13715 * lisp.h:
13716 * macterm.c:
13717 * print.c:
13718 * process.c:
13719 * w32fns.c:
13720 * w32menu.c:
13721 * w32term.c:
13722 * xfns.c:
13723 * xmenu.c:
13724 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
13725
137262008-02-01 Kenichi Handa <handa@m17n.org>
13727
13728 * chartab.c (map_sub_char_table): Make it work for the top-level
13729 char-table. Fix handling of parent char-table.
13730 (map_char_table): Adjust for the above change.
13731
137322008-02-01 Jason Rumney <jasonr@gnu.org>
13733
13734 * w32font.c (Qgdi): Rename from Qw32.
13735
137362008-02-01 Jason Rumney <jasonr@gnu.org>
13737
13738 * w32bdf.c (get_quoted_string): Make function static.
13739
137402008-02-01 Kenichi Handa <handa@m17n.org>
13741
13742 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
13743 bigger ascent and descent than those of the font, use them as
13744 font's ascent and descent.
13745
137462008-02-01 Kenichi Handa <handa@m17n.org>
13747
13748 * Makefile.in (${lispsource}international/charprop.el): Move this
13749 target within "#ifdef HAVE_UNIDATA" and "#endif".
13750
137512008-02-01 Kenichi Handa <handa@m17n.org>
13752
13753 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
13754 (shortlisp): Add ../lisp/language/tai-viet.el.
13755
137562008-02-01 Ulrich Mueller <ulm@gentoo.org>
13757
13758 * Makefile.in (${lispsource}international/charprop.el): Depend on
13759 temacs${EXEEXT}.
13760
137612008-02-01 Jason Rumney <jasonr@gnu.org>
13762
13763 * w32font.c (w32font_close): Delete the GDI font object.
13764
13765 * w32menu.c: Include character.h.
13766
13767 * w32proc.c: Likewise.
13768
13769 * w32select.c: Likewise.
13770
13771 * makefile.w32-in (w32proc.o): Depend on character.h.
13772
137732008-02-01 Jason Rumney <jasonr@gnu.org>
13774
13775 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
13776
13777 * w32menu.c (syms_of_w32menu): Likewise.
13778
13779 * w32proc.c (syms_of_ntproc): Likewise.
13780
13781 * w32select.c (syms_of_w32select): Likewise.
13782
13783 * w32term.c (syms_of_w32term): Likewise.
13784
137852008-02-01 Jason Rumney <jasonr@gnu.org>
13786
13787 * w32font.c (w32font_draw): Delete brush after using it.
13788
137892008-02-01 Jason Rumney <jasonr@gnu.org>
13790
13791 * w32font.c (w32font_open): Don't set font_idx.
13792 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
13793 to font settings.
13794 (w32font_draw): Fill background explicitly.
13795
137962008-02-01 Jason Rumney <jasonr@gnu.org>
13797
13798 * w32term.c (w32_initialize): Don't call w32font_initialize.
13799
13800 * w32font.c (w32font_info): Remove subranges.
13801 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
13802 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
13803 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
13804 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
13805 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
13806 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
13807 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
13808 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
13809 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
13810 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
13811 New symbols.
13812 (font_callback_data): New struct.
13813 (w32font_list, w32font_match): Use it.
13814 (w32font_open): Don't populate subranges.
13815 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
13816 (w32font_encode_char): Always return unicode code-point as-is.
13817 (w32font_text_extents): Supply a transformation matrix to
13818 GetGlyphOutline. Never look up by glyph index. Avoid looping
13819 twice. Use unicode version of GetTexExtentPoint32 instead of
13820 glyph index version.
13821 (set_fonts_frame): Remove.
13822 (w32_enumfont_pattern_entity): Add frame parameter, use it to
13823 set frame parameter. Use backward compatible fake foundries.
13824 Save generic family in extra slot under QCfamily. Make width slot
13825 constant. Save QCspacing value. Save list of scripts instead of
13826 binary subranges.
13827 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
13828 (add_font_entity_to_list): Use font_callback_data struct. Filter
13829 unwanted fonts.
13830 (add_one_font_entity_to_list): Use font_callback_data struct.
13831 (w32_registry): Default to iso10646_1.
13832 (fill_in_logfont): Use dpi from extra slot. Don't bother with
13833 string font registries. Don't fill in font name if it is a generic
13834 family name, fill family instead. Use spacing, family and script
13835 extra info to fill pitch, family and charset fields.
13836 (list_all_matching_fonts): Use font_callback_data struct.
13837 (unicode_range_for_char): Remove.
13838 (font_supported_scripts): New function.
13839 (w32font_initialize): Remove.
13840 (syms_of_w32font): Update which symbols are defined.
13841
138422008-02-01 Jason Rumney <jasonr@gnu.org>
13843
13844 * font.c (font_pixel_size): Reverse assq_no_quit args.
13845
13846 * w32term.h (FONT_WIDTH): Report max width, not average.
13847 (FONT_MAX_WIDTH): Remove.
13848 (FONT_AVG_WIDTH): New macro.
13849
13850 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
13851 redefinition of FONT_WIDTH.
13852
13853 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
13854 (w32_cache_char_metrics): Use FONT_WIDTH.
13855
13856 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
13857
138582008-02-01 Jason Rumney <jasonr@gnu.org>
13859
13860 * w32font.c (w32font_open): Make lfHeight negative.
13861
13862 * w32fns.c (x_default_font_parameter): Use new style font name.
13863 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
13864
138652008-02-01 Jason Rumney <jasonr@gnu.org>
13866
13867 * w32font.c (QCsubranges): New symbol.
13868 (w32font_open, w32font_has_char): Get subranges from subproperty
13869 of extra.
13870 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
13871 (syms_of_w32font): Define :subranges symbol.
13872
13873 * font.c (font_put_extra): Expose externally.
13874
13875 * font.h (font_put_extra): Move declaration from font.c.
13876
13877 * font.c (Ffont_get): Use font driver to determine otf capability.
13878 (adjust_anchor): Check if driver defines anchor_point before using.
13879
13880 * w32font.c (w32font_open): Handle size, height and pixel_size better.
13881 (w32font_draw): Use options.
13882 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
13883 Fix detection of truetype fonts.
13884 (registry_to_w32_charset): Handle charsets other than iso8859-1
13885 expressed as lisp symbols.
13886 (w32_registry): Express charset as lisp symbol.
13887 (fill_in_logfont): Reverse pixel and point height logic.
13888 Don't set width here. Set quality to default.
13889
13890 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
13891 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
13892
13893 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13894 Remove redundant loop and allocation.
13895
13896 * makefile.w32-in (font.o, w32font.o): New objects.
13897 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
13898 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
13899
13900 * xdisp.c (fill_composite_glyph_string): Make the first arg to
13901 STORE_XCHARB a valid l-value.
13902
13903 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
13904 calculations for non-Truetype fonts.
13905 (x_draw_glyph_string): Sync with xterm.c.
13906 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13907 Remove redundant code.
13908 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
13909
13910 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
13911 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
13912
13913 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
13914 (x_to_w32_charset, w32_to_x_charset): Expose externally.
13915
13916 * w32font.c: New file for w32 font backend.
13917
139182008-02-01 Kenichi Handa <handa@m17n.org>
13919
13920 * term.c: Don't include "buffer.h" twice.
13921
139222008-02-01 Kenichi Handa <handa@m17n.org>
13923
13924 * character.c (Funibyte_string): New function.
13925 (syms_of_character): Defsubr it.
13926
139272008-02-01 Jason Rumney <jasonr@gnu.org>
13928
13929 * w32term.c [USE_FONT_BACKEND]:
13930 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
13931 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
13932 (x_draw_glyph_string, x_draw_glyph_string_foreground)
13933 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
13934 (x_free_frame_resources): Sync with xterm.c.
13935
139362008-02-01 Andreas Schwab <schwab@suse.de>
13937
13938 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
13939 char-table size.
13940
139412008-02-01 Kenichi Handa <handa@m17n.org>
13942
13943 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
13944
139452008-02-01 Kenichi Handa <handa@m17n.org>
13946
13947 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
13948 font_otf_gpos, add font_drive_otf.
13949
13950 * fontset.c (fontset_find_font): Pay attention to font size
13951 specified for a font.
13952 (reorder_font_vector): Check contents of font_def.
13953
13954 * font.c (struct otf_list): Delete it.
13955 (otf_list): Make it a lisp variable.
13956 (otf_open): Use lispy otf_list.
13957 (generate_otf_features): Rename from parse_gsub_gpos_spec.
13958 (check_otf_features): New function.
13959 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13960 New functions.
13961 (font_drive_otf): New function merging font_otf_gsub and
13962 font_otf_gpos.
13963 (font_open_for_lface): New arg spec. Change argument order.
13964 (font_load_for_face): Adjust for the change of font_open_for_lface.
13965 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
13966 Ffont_otf_gpos.
13967 (syms_of_font): Staticpro otf_list. Delete defsubr of
13968 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
13969
13970 * xfaces.c (set_font_frame_param): Adjust for the change of
13971 font_open_for_lface.
13972
13973 * font.h (font_open_for_lface): Adjust prototype.
13974 (struct font_driver): Delete members otf_gsub and otf_gpos, add
13975 member otf_drive.
13976 (font_otf_gsub, font_otf_gpos): Delete externs.
13977 (font_drive_otf): Extern it.
13978
139792008-02-01 Kenichi Handa <handa@m17n.org>
13980
13981 * font.c (font_at): If the window W is not on a window system,
13982 return Qnil.
13983
13984 * coding.c (produce_chars, encode_coding): Don't call
13985 insert_from_gap if no characters to produce.
13986
139872008-02-01 Kenichi Handa <handa@m17n.org>
13988
13989 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
13990 Fclear_face_cache.
13991
13992 * xfaces.c (face_for_font): Check also face->font==font->font.font.
13993
139942008-02-01 Miles Bader <miles@gnu.org>
13995
13996 * emacs.c (main): Change default value of `enable_font_backend' to 1.
13997 Parse "--disable-font-backend" option.
13998 (standard_args): Add "--disable-font-backend" option.
13999
140002008-02-01 Kenichi Handa <handa@m17n.org>
14001
14002 * fontset.c (fontset_find_font): New function.
14003 (fontset_font): Use fontset_find_font.
14004 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14005 Register the specified font for all Latin characters.
14006 (new_fontset_from_font): Register the specified font for all Latin
14007 characters.
14008 (dump_fontset): For a realized fontset, include the base fontset
14009 name in the returned vector.
14010
140112008-02-01 Kenichi Handa <handa@m17n.org>
14012
14013 * character.h (CHAR_STRING): Cast C to unsigned on calling
14014 char_string.
14015
14016 * character.c (char_string): Type of arg C changed to unsigned.
14017 Signal an error if C is an invalid character code.
14018
14019 * editfns.c (general_insert_function, Fchar_to_string):
14020 Use CHARACTERP, not INTEGERP.
14021
140222008-02-01 Kenichi Handa <handa@m17n.org>
14023
14024 * character.h (MIN_MULTIBYTE_LEADING_CODE)
14025 (MAX_MULTIBYTE_LEADING_CODE): New macros.
14026
14027 * regex.c (analyse_first): Fix for multibyte characters in "case
14028 charset:" and "case categoryspec:".
14029
140302008-02-01 Andreas Schwab <schwab@suse.de>
14031
14032 * Makefile.in (LIBES): Move standard libraries to the end.
14033
140342008-02-01 Kenichi Handa <handa@m17n.org>
14035
14036 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14037 nonzero, don't shrink the buffer nextb.
14038
14039 * buffer.h (struct buffer_text): New member inhibit_shrinking.
14040
14041 * coding.c (coding_alloc_by_making_gap): New arg offset.
14042 (alloc_destination): Call coding_alloc_by_making_gap with the arg
14043 offset.
14044 (decode_coding_iso_2022): Update coding->safe_charsets.
14045 (decode_coding_gap): Temporarily set
14046 current_buffer->text->inhibit_shrinking to 1.
14047
140482008-02-01 Kenichi Handa <handa@m17n.org>
14049
14050 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14051 indexing into elements of s->cmp and s->char2b.
14052
140532008-02-01 Juanma Barranquero <lekktu@gmail.com>
14054
14055 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14056
140572008-02-01 Kenichi Handa <handa@m17n.org>
14058
14059 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14060 target_multibyte instead of multibyte.
14061 (re_match_2_internal): Call bcmp_translate with target_multibyte.
14062 (bcmp_translate): Change the argument name from multibyte to
14063 target_multibyte.
14064
140652008-02-01 Kenichi Handa <handa@m17n.org>
14066
14067 These changes are to compile a regexp into a pattern that can be
14068 used both for multibyte and unibyte targets.
14069
14070 * Makefile.in (search.o): Depend on charset.h.
14071
14072 * character.c (multibyte_char_to_unibyte_safe): New function.
14073
14074 * search.c: Include "charset.h".
14075 (compile_pattern_1): Delete argument multibyte. Don't set
14076 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
14077 (compile_pattern): Don't compare cp->buf.target_multibyte.
14078 Compare cp->buf.charset_unibyte.
14079 (compile_pattern): Set cp->buf.target_multibyte.
14080
14081 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
14082
14083 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
14084
14085 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
14086 multibyte. Change callers.
14087 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
14088 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
14089 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
14090 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
14091 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
14092 (regex_compile): Make the compiled pattern usable both for
14093 multibyte and unibyte targets.
14094 (analyse_first): Make the fastmap usable both for multibyte and
14095 unibyte targets.
14096 (TRANSLATE_VIA_MULTIBYTE): Delete.
14097 (re_match_2_internal): Pay attention to the case that the
14098 multibyteness of bufp and target may be different.
14099
141002008-02-01 Kenichi Handa <handa@m17n.org>
14101
14102 * xdisp.c (x_produce_glyphs): When a font is not found, make the
14103 empty box occupy at least one column width.
14104
141052008-02-01 Miles Bader <miles@gnu.org>
14106
14107 * Makefile.in: Remove redundant HAVE_XFT clause.
14108
141092008-02-01 Kenichi Handa <handa@m17n.org>
14110
14111 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
14112
141132008-02-01 Kenichi Handa <handa@m17n.org>
14114
14115 * fontset.c (Finternal_char_font): Fix for the case of POSITION
14116 being nil.
14117
141182008-02-01 Kenichi Handa <handa@m17n.org>
14119
14120 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
14121
141222008-02-01 Kenichi Handa <handa@m17n.org>
14123
14124 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
14125
141262008-02-01 Kenichi Handa <handa@m17n.org>
14127
14128 * search.c (simple_search): Fix previous change.
14129
141302008-02-01 Kenichi Handa <handa@m17n.org>
14131
14132 * xftfont.c (ftfont_font_format): Extern declaration.
14133
14134 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
14135
14136 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
14137 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
14138
14139 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
14140 (ftfont_font_format): Fix previous change.
14141
14142 * font.h (Ffont_xlfd_name): EXFUN it.
14143
14144 * font.c (font_parse_xlfd): Fix the array size of `f'.
14145 (register_font_driver): Use EQ to compare driver->type.
14146
14147 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
14148 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
14149 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
14150
141512008-02-01 Kenichi Handa <handa@m17n.org>
14152
14153 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
14154 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
14155
141562008-02-01 Kenichi Handa <handa@m17n.org>
14157
14158 * xfont.c (xfont_open): Set font->format.
14159
14160 * xftfont.c (xftfont_open): Set font->format.
14161
14162 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
14163 (ftfont_list): Include FC_FONTFORMAT in FcObject.
14164 (ftfont_open): Set font->format.
14165 (ftfont_font_format): New function.
14166
14167 * font.h (struct font): New member format.
14168
14169 * font.c (Qopentype): New variable.
14170 (syms_of_font): Defsym it.
14171 (Fquery_font): Change the format of the last element of the return
14172 value.
14173
141742008-02-01 Kenichi Handa <handa@m17n.org>
14175
14176 * xfns.c (xic_create_xfontset): Try the default fontset name as a
14177 last resort.
14178
141792008-02-01 Kenichi Handa <handa@m17n.org>
14180
14181 * coding.c (detect_coding_charset): Fix detection of multi-byte
14182 charset.
14183
141842008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
14185
14186 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
14187
141882008-02-01 Kenichi Handa <handa@m17n.org>
14189
14190 * xdisp.c (get_next_display_element): Set it->face_id for the
14191 first component of a composition.
14192 (x_produce_glyphs): Check if the font is changed or not for composition.
14193
141942008-02-01 Kenichi Handa <handa@m17n.org>
14195
14196 * fontset.c (Qlatin): New variable.
14197 (syms_of_fontset): Define it as a lisp symbol.
14198 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
14199
142002008-02-01 Kenichi Handa <handa@m17n.org>
14201
14202 * font.c (font_unparse_fcname): Pay attention to the case that
14203 some of font property is a null string.
14204
142052008-02-01 Kenichi Handa <handa@m17n.org>
14206
14207 * term.c: Include "composite.h".
14208 (encode_terminal_code): Output all components of composition.
14209 Check the size of encode_terminal_src.
14210 (produce_glyphs): For composition, call produce_composite_glyph.
14211 (append_composite_glyph, produce_composite_glyph): New functions.
14212
14213 * xdisp.c (x_produce_glyphs): In handling composition, if a font
14214 is not found, get font_info from the current ascii face.
14215
142162008-02-01 Kenichi Handa <handa@m17n.org>
14217
14218 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
14219 buffer-file-name to Qnil before calling insert_from_buffer.
14220
14221 * font.c (font_unparse_fcname): Pay attention to the case that
14222 foundry is a null string.
14223
142242008-02-01 Kenichi Handa <handa@m17n.org>
14225
14226 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
14227
14228 * font.c (Qunicode_sip): New variable.
14229 (syms_of_font): Declare it as a Lisp symbol.
14230
14231 * font.h (Qunicode_sip): Extern it.
14232
142332008-02-01 Kenichi Handa <handa@m17n.org>
14234
14235 * composite.c (get_composition_id): Pay attention to TAB component.
14236
14237 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
14238 TAB. Adjust for the change of s->char2b which always points to
14239 the first element of allocated memory.
14240
14241 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
14242
14243 * xdisp.c (handle_composition_prop): Set it->c to the first
14244 non-TAB component.
14245 (fill_composite_glyph_string): Change argument.
14246 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
14247 (x_produce_glyphs): Fix handling of left/right padding.
14248
142492008-02-01 Kenichi Handa <handa@m17n.org>
14250
14251 * coding.c (detect_coding_system): Fix for handling off
14252 inhibit_iso_escape_detection. Fix for the case that no coding
14253 system is defined for a specific coding category.
14254
142552008-02-01 Kenichi Handa <handa@m17n.org>
14256
14257 * font.c (font_matching_entity): Delete unused local var.
14258
14259 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
14260 opening a font.
14261
14262 * fileio.c (Finsert_file_contents): On recovering a file, assume
14263 Unix-like eol.
14264 (choose_write_coding_system): On auto-saving a file, force
14265 Unix-like eol.
14266
14267 * coding.c (setup_coding_system): Fix setting of
14268 coding->common_flags based on eol_type.
14269 (coding_inherit_eol_type): If PARENT is not nil, be sure to
14270 inherit from it.
14271
142722008-02-01 Kenichi Handa <handa@m17n.org>
14273
14274 * alloc.c (NSTATICS): Increas to 0x600.
14275
142762008-02-01 Kenichi Handa <handa@m17n.org>
14277
14278 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
14279 (ftfont_list): Don't check :name property.
14280 (ftfont_match): New function.
14281 (ftfont_pattern_entity): If the pattern doesn't contain
14282 FC_SPACING, don't assume FC_MONO.
14283
14284 * font.h (struct font_driver): New member `match'.
14285 (font_update_drivers): Adjust prototype.
14286
14287 * font.c (font_parse_fcname, font_parse_name): Don't change :name
14288 property of FONT.
14289 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
14290 them unconditionally.
14291 (font_matching_entity): New function.
14292 (font_open_by_name): Try font_matching_entity if exact match is
14293 not found.
14294 (font_update_drivers): Delete the arg FONT. Return a list of
14295 actually used backends. Don't free faces, font caches here.
14296 Don't store data in frame parameters. Don't call x_set_font.
14297 (Ffont_spec): Store :name property as is.
14298 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
14299 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
14300 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
14301 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
14302 Call font->driver->otf_gsub instead of font_otf_gsub.
14303
14304 * frame.c (x_set_font_backend): Do more works that were done in
14305 font_update_drivers before.
14306
14307 * xfont.c (xfont_match): New function.
14308 (xfont_driver): Set xfont_driver.match to xfont_match.
14309 (xfont_draw): Set font in GC if necessary.
14310
14311 * ftxfont.c (ftxfont_match): New function.
14312 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
14313
14314 * xftfont.c (xftfont_match): New function.
14315 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
14316
143172008-02-01 Kenichi Handa <handa@m17n.org>
14318
14319 * font.h (struct font): New member scalable.
14320 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
14321 (font_otf_gsub): Adjust prototype.
14322
14323 * font.c (font_otf_capability): Fix handling of the default langsys.
14324 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
14325 Check the contents of SPEC.
14326 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
14327 (check_gstring): New function.
14328 (REPLACEMENT_CHARACTER): New macro.
14329 (font_otf_gsub): New arg alternate_subst. Be sure to set all
14330 glyph codes of GSTRING.
14331 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
14332 (font_prepare_composition): Set cmp->glyph_len.
14333 (font_open_entity): Set font->scalable.
14334 (Ffont_get): Handle :otf property.
14335 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
14336 functions.
14337 (Fquery_font): Use font->font.full_name.
14338 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
14339 Sfont_otf_alternates.
14340
14341 * ftfont.c (ftfont_open): Set font->font.full_name and
14342 font->font.name properly. Fix calculation of font->font.height
14343 and font->min_width.
14344
14345 * ftxfont.c (ftxfont_create_gcs): New function.
14346 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
14347 (ftxfont_draw_backgrond): Fix filling region.
14348 (ftxfont_default_fid): New function.
14349 (ftxfont_open): Set xfont->fid to the return value of
14350 ftxfont_default_fid.
14351 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
14352 (ftxfont_done_face): Free only GCs that are created by
14353 ftxfont_create_gcs.
14354 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
14355
14356 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
14357 Clip to src->width, etc (not src->clip_XXX).
14358
14359 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
14360 FontBackend frame parameter.
14361
143622008-02-01 Kenichi Handa <handa@m17n.org>
14363
14364 * font.h (struct font_driver_list): New member `on'.
14365 (Fclear_font_cache): EXFUN it.
14366 (font_update_drivers): Extern it.
14367
14368 * font.c (font_unparse_fcname): Fix typo (swidth->width).
14369 (font_list_entities): Check driver_list->on.
14370 (register_font_driver): Initalize `on' member to 0.
14371 (font_update_drivers): New function.
14372 (Fclear_font_cache): Check driver_list->on.
14373
14374 * frame.h (Qfont_backend): Extern it.
14375 (x_set_font_backend): Extern it.
14376
14377 * frame.c (Qfont_backend): New variable.
14378 (frame_parms): New element for font-backend.
14379 (x_set_font_backend): New function.
14380
14381 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
14382 FontBackend frame parameter.
14383 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
14384 x_set_font_backend.
14385
14386 * xfont.c (xfont_list): Don't try listing by :name property if the
14387 name is not for XLFD.
14388
143892008-02-01 Kenichi Handa <handa@m17n.org>
14390
14391 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
14392 (LGLYPH_SET_TO): New macros.
14393 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
14394 element of G is vector or not.
14395 (font_at): Extern it.
14396
14397 * font.c: Include window.h.
14398 (font_lispy_object): New function.
14399 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
14400 end of valid glyph.
14401 (font_close_object): Fix getting (struct font *).
14402 (font_at): New function.
14403 (Ffont_get): If FONT is a font-object, get entity from it.
14404 (Ffont_make_gstring): Initialize elements of glyphs with nil.
14405 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
14406 range check.
14407 (Ffont_at): New function.
14408 (syms_of_font): Defsubr Sfont_at.
14409
14410 * xdisp.c (it_props): Move the entry for Qauto_composed to just
14411 before the entry for Qcomposition.
14412 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
14413 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
14414 the font in gstring.
14415 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
14416 LGLYPH_FORM (g) to detect the end of valid glyph.
14417 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
14418 we are composing with gstring.
14419
14420 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
14421 Check if adjustment is vector or not.
14422
14423 * Makefile.in (font.o): Make it depends on window.h.
14424
144252008-02-01 Kenichi Handa <handa@m17n.org>
14426
14427 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
14428 adjustment is vector or not.
14429
144302008-02-01 Miles Bader <miles@gnu.org>
14431
14432 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
14433
144342008-02-01 Kenichi Handa <handa@m17n.org>
14435
14436 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
14437 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
14438 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
14439
14440 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
14441 (DEVICE_DELTA): Fix typo.
14442 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
14443 LGLYPH format.
14444
14445 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14446 the change of LGLYPH format.
14447
144482008-02-01 Kenichi Handa <handa@m17n.org>
14449
14450 * ftfont.c (ftfont_list): Fix typo.
14451 (ftfont_build_basic_charsets): Don't include letters with diacritics.
14452
144532008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14454
14455 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
14456
14457 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
14458 xftface_info is non-NULL.
14459
144602008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14461
14462 * ftfont.c (ftfont_list): Move misplaced #endif.
14463
144642008-02-01 Kenichi Handa <handa@m17n.org>
14465
14466 * ftfont.c (ftfont_list): Pay attention to the case that
14467 FC_CAPABILITY is not defined.
14468
144692008-02-01 Kenichi Handa <handa@m17n.org>
14470
14471 * xftfont.c (xftfont_open): Set charset related members to -1.
14472
14473 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
14474 QCname.
14475 (ftfont_open): Set charset related members to -1.
14476
14477 * fontset.c (Votf_script_alist): New variable.
14478 (syms_of_fontset): Initialize it.
14479 (fontset_font): Delete unused variable.
14480
14481 * fontset.h (Votf_script_alist): Extern it.
14482
14483 * font.c (font_find_for_lface): Optimize code.
14484
14485 * font.h (font_close_object, font_merge_old_spec): Extern them.
14486
144872008-02-01 Kenichi Handa <handa@m17n.org>
14488
14489 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
14490 (syms_of_font): Initialize them.
14491 (font_pixel_size): Allow float value in dpi.
14492 (font_prop_validate_type): Delete.
14493 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
14494 Change caller.
14495 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
14496 (font_prop_validate_extra): Delete.
14497 (font_prop_validate_spacing): New function.
14498 (font_property_table): Add elements for all known properties.
14499 (get_font_prop_index): Rename from check_font_prop_name. New
14500 argument FROM. Change caller.
14501 (font_prop_validate): Validate all known properties.
14502 (font_put_extra): Delete argument force. Change caller.
14503 (font_expand_wildcards): Make it static. Fix the way of shrinking
14504 the possible range.
14505 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
14506 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
14507 Change caller.
14508 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
14509 (font_parse_fcname): Delete argument merge. Fix parsing of point
14510 size. Don't validate properties values here. Change caller.
14511 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
14512 (font_open_by_name): Delete unused variable.
14513 (Ffont_spec): Likewise. Validate property values.
14514 (Ffont_match_p): New function.
14515
14516 * font.h (QCscalable): Extern it.
14517 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
14518
14519 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
14520
14521 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
14522 (xfont_list_pattern): New function.
14523 (xfont_list): Use xfont_list_pattern.
14524
145252008-02-01 Kenichi Handa <handa@m17n.org>
14526
14527 * font.h (Flist_fonts): EXFUN it.
14528
145292008-02-01 Jason Rumney <jasonr@gnu.org>
14530
14531 * w32term.c (w32_initialize): Add back smoothing_type and
14532 smoothing_enabled definitions.
14533
145342008-02-01 Kenichi Handa <handa@m17n.org>
14535
14536 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
14537 s->face->font on determining underline position.
14538
145392008-02-01 Kenichi Handa <handa@m17n.org>
14540
14541 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
14542 (font_has_char): Accept font-object too.
14543 (font_find_for_lface): Try at first with a size specified in face.
14544
145452008-02-01 Kenichi Handa <handa@m17n.org>
14546
14547 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
14548 font_open_by_name.
14549
145502008-02-01 Kenichi Handa <handa@m17n.org>
14551
14552 * font.h (QCspacing, QCdpi): Extern them.
14553 (enum font_spacing): New enum.
14554 (FONT_PIXEL_SIZE_QUANTUM): New macro.
14555
14556 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
14557 (QCspacing, QCdpi): New variables.
14558 (syms_of_font): Initialize them.
14559 (font_pixel_size): New function.
14560 (font_put_extra): New function.
14561 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
14562 in FONT_EXTRA.
14563 (font_parse_fcname): Handle enumerated values (e.g. bold).
14564 Fix handling font size. Add QCname property that contains only
14565 unknown properties.
14566 (font_score): Change argument. Change caller. Pay attention to
14567 FONT_PIXEL_SIZE_QUANTUM.
14568 (font_sort_entites, font_list_entities, font_find_for_lface)
14569 (font_open_for_lface, font_open_by_name): Fix handling of font size.
14570 (Ffont_spec): Add QCname property that contains only unknown properties.
14571
14572 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
14573 include weight in listing pattern, instead check weight of each
14574 listed font. Don't include scalable in pattern. Pay attention to
14575 FONT_PIXEL_SIZE_QUANTUM.
14576
145772008-02-01 Kenichi Handa <handa@m17n.org>
14578
14579 * font.c (font_parse_fcname): Fix parsing of point-size.
14580 (font_unparse_fcname): Produce symbolic names for style properties.
14581 (font_list_entities): Handle float size correctly.
14582 (font_open_by_name): Prefer `normal' property values if the name
14583 doesn't specify them.
14584
14585 * fontset.c (Finternal_char_font): Use font_get_name, not
14586 Ffont_xlfd_name.
14587
14588 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
14589 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
14590 pattern. Don't force scalable.
14591
14592 * xftfont.c (xftfont_open): For generating a name, start from
14593 96-byte buffer.
14594
145952008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14596
14597 * frame.h (x_new_fontset2): Fix prototype.
14598
145992008-02-01 Kenichi Handa <handa@m17n.org>
14600
14601 * font.h (struct font_driver): Delete member parse_name.
14602 (font_match_p, font_get_spec, font_parse_fcname)
14603 (font_unparse_fcname): Extern them.
14604 (font_get_name): Adjust prototype.
14605
14606 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
14607 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
14608 (font_expand_wildcards): Fix handling ENCODING field. Avoid
14609 unnecessary checks for weight, slant, and swidth.
14610 (font_parse_fcname): New function.
14611 (font_unparse_fcname): New function.
14612 (font_parse_name): New function.
14613 (font_match_p): New function.
14614 (font_get_name): Change return value to Lisp string.
14615 (font_get_spec): New function.
14616 (Qunspecified, Qignore_defface): Don't extern them.
14617 (font_find_for_lface): Assume that LFACE is fully specified.
14618 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
14619 object, use it for FACE.
14620 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
14621 driver->parse_name.
14622 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
14623
14624 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
14625 prototype.
14626
14627 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
14628 argument F. Don't call Fnew_fontset. Instead, directly call
14629 make_fontset.
14630
14631 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
14632
14633 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
14634 of x_new_fontset2.
14635
14636 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
14637 (Qsans__serif): New variables.
14638 (ftfont_generic_family_list): New variable.
14639 (syms_of_ftfont): Initialize the above variables.
14640 (ftfont_pattern_entity): Delete argument NAME.
14641 (ftfont_list_generic_family): New function.
14642 (ftfont_parse_name): Delete this function.
14643 (ftfont_list): Try generic family only when FcFontList found no font.
14644 (ftfont_list_family): Fix args to FcObjectSetBuild.
14645
14646 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
14647 object in attrs[LFACE_FONT_INDEX].
14648 (set_lface_from_font_name): Cancel all changes for font-backend.
14649 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
14650 function.
14651 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
14652 font object in QCfont attribute.
14653 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
14654 (realize_default_face) [USE_FONT_BACKEND]: Call
14655 set_lface_from_font_and_fontset.
14656
14657 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
14658 "fixed", and signal error here if no suitable font was found.
14659
14660 * xfont.c (xfont_parse_name): Delete this function.
14661
14662 * xftfont.c (xftfont_open): Change coding style of error
14663 handling. Generate fontconfig's fontname pattern.
14664
14665 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
14666 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
14667
14668 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
14669 Both args FONTSET and FONT_OBJECT must be existing ones.
14670
146712008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14672
14673 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
14674
146752008-02-01 Kenichi Handa <handa@m17n.org>
14676
14677 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
14678
14679 * font.h (struct font): Fix typo.
14680
14681 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
14682 XLFD_XXX_INDEX.
14683 (enum xlfd_field_mask): New enum.
14684 (intern_font_field): Changed argument. Change caller. If digits
14685 are followed by non-digits, return a symbol.
14686 (font_expand_wildcards): New function.
14687 (font_parse_xlfd): Fix wildcard handling.
14688 (Ffont_spec): If :name is specified, reflect the info in the other
14689 properties.
14690
14691 * ftfont.c (ftfont_pattern_entity): Fix typo.
14692 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
14693 locale.
14694
146952008-02-01 Kenichi Handa <handa@m17n.org>
14696
14697 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
14698
14699 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
14700 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
14701 registry doesn't specify encoding part.
14702 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
14703 (font_open_by_name): At first try parsing the name.
14704 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
14705 as Lisp symbols.
14706
14707 * fontset.c (reorder_font_vector): Pay attention to the case that
14708 the 3rd element of font_def is nil.
14709 (fontset_font): For the default fontset, append one more fontset
14710 elements for a script-based font specification. Don't add script
14711 attribute on finding a font.
14712 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
14713 font name.
14714 (fontset_ascii_font): If a font can't be opened, return nil.
14715
14716 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
14717 (ftfont_pattern_entity): New function.
14718 (ftfont_get_cache): Assume that freetype_font_cache is already
14719 initialized.
14720 (ftfont_list): Handle the case that a file is specified in font
14721 name. Use ftfont_pattern_entity to generate entities.
14722 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
14723 (syms_of_ftfont): Initialize freetype_font_cache.
14724
14725 * xftfont.c (xftfont_open): Make the font name fontconfig's
14726 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
14727 (xftfont_close): Free font->font.name if not NULL.
14728
14729 * xfont.c (xfont_list): If script is specified for a font, return
14730 null_vector.
14731 (xfont_list_family): Declare argument type.
14732
14733 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
14734 name, set LFACE_FONT (lface) to nil.
14735
14736 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
14737 return Qnil.
14738
147392008-02-01 Kenichi Handa <handa@m17n.org>
14740
14741 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
14742 (standard_args): Add "-enable-font-backend".
14743
147442008-02-01 Kenichi Handa <handa@m17n.org>
14745
14746 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
14747 (struct xftdraw_list, xftdraw_list): Delete them.
14748 (register_xftdraw, check_xftdraw): Delete them.
14749 (xftfont_prepare_face): Don't call register_xftdraw.
14750 (xftfont_done_face): Don't call check_xftdraw.
14751 (xftfont_draw): Get background color only when with_background is
14752 nonzero.
14753
14754 * xfont.c (xfont_encode_char): Fix calculation of char2b.
14755
147562008-02-01 Kenichi Handa <handa@m17n.org>
14757
14758 These changes are for the new font handling codes.
14759
14760 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
14761 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
14762 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
14763 (FONTSRC, FONTOBJ): New variables.
14764 (obj): Add $(FONTOBJ).
14765 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
14766 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
14767 @LIBOTF_LIBS@.
14768 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
14769 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
14770
14771 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
14772
14773 * character.h (Vscript_representative_chars): Extern it.
14774
14775 * character.c (Vscript_representative_chars): New variable.
14776 (syms_of_character): Declare it as a Lisp variable.
14777
14778 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
14779 enable_font_backend is nonzero, accept the composition method
14780 COMPOSITION_WITH_GLYPH_STRING.
14781
14782 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
14783 enumeration COMPOSITION_WITH_GLYPH_STRING.
14784
14785 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
14786 members clip_x, clip_y, clip_width, and clip_height.
14787 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
14788
14789 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
14790 --enable-font-backend. Call syms_of_font.
14791
14792 * fns.c (assoc_no_quit): New function.
14793
14794 * fontset.h (FONT_INFO_FROM_FACE): New macro.
14795 (face_for_font, new_fontset_from_font)
14796 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
14797
14798 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
14799 (fontset_font, fontset_ascii, face_for_char)
14800 (make_fontset_for_ascii_face, Ffont_info)
14801 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
14802 is nonzero, use font-backend mechanism.
14803 (find_font_encoding): Make it non-static.
14804 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
14805 New functions.
14806
14807 * frame.h (struct frame): New members resx and resy.
14808 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
14809 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
14810
14811 * frame.c [USE_FONT_BACKEND]: Include "font.h".
14812 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
14813
14814 * lisp.h (assoc_no_quit): Extern it.
14815
14816 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
14817 Through out the file, use FONT_INFO_FROM_FACE instead of
14818 FONT_INFO_FROM_ID, use get_per_char_metric instead of
14819 rif->per_char_metric.
14820 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
14821 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
14822 (get_glyph_face_and_encoding, fill_composite_glyph_string)
14823 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
14824 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
14825 nonzero, use font-backend mechanism.
14826 (get_per_char_metric): New function.
14827
14828 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
14829 (set_lface_from_font_name)
14830 (set_font_frame_param, free_realized_face)
14831 (prepare_face_for_display, clear_face_gcs)
14832 (Finternal_set_font_selection_order, realize_x_face)
14833 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
14834 font-backend mechanism.
14835 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
14836 (load_face_font) [USE_FONT_BACKEND]: Abort.
14837 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
14838 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
14839
14840 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
14841 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
14842 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
14843 nonzero, register all available font drivers. Call
14844 x_default_font_parameter for deciding a font.
14845 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
14846
14847 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
14848 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
14849 (x_set_glyph_string_clipping_exactly)
14850 (x_compute_glyph_string_overhangs)
14851 (x_draw_glyph_string_foreground)
14852 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
14853 (x_free_frame_resources) [USE_FONT_BACKEND]: If
14854 enable_font_backend is nonzero, use font-backend mechanism.
14855 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
14856
148572008-02-01 Kenichi Handa <handa@m17n.org>
14858
14859 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
14860 system_eol_type.
14861 (syms_of_coding): Initialize system_eol_type.
14862
14863 * process.c (Fset_process_coding_system): Inherit system's eol
14864 format if necessary.
14865
148662008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14867
14868 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
14869
148702008-02-01 Kenichi Handa <handa@m17n.org>
14871
14872 * coding.c (decode_eol): Pay attention to buffer relocation in
14873 del_range_2.
14874 (decode_coding): Call decode_eol before restoring undo_list.
14875
148762008-02-01 Kenichi Handa <handa@m17n.org>
14877
14878 * charset.c (Fdefine_charset_internal): Fix setting of
14879 emacs_mule_bytes.
14880
148812008-02-01 Kenichi Handa <handa@m17n.org>
14882
14883 * keyboard.c (read_char): Check if C is a character or not before
14884 looking up Vkeyboard_translate_table.
14885
148862008-02-01 Kenichi Handa <handa@m17n.org>
14887
14888 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
14889 condition to terminate the loop.
14890
148912008-02-01 Kenichi Handa <handa@m17n.org>
14892
14893 * coding.c (produce_composition): Compare charbuf[i] instead of
14894 args[i] against 0.
14895 (Fterminal_coding_system): Use EQ to compare Lisp objects.
14896
148972008-02-01 Kenichi Handa <handa@m17n.org>
14898
14899 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
14900 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
14901 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
14902 detect_coding.
14903 (emacs_mule_char): Handle old style (Emacs 20) component character
14904 of a composition.
14905 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
14906 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
14907 composition rule.
14908 (decode_coding_emacs_mule): Handle invalid bytes correctly.
14909
149102008-02-01 Kenichi Handa <handa@m17n.org>
14911
14912 * coding.c (encode_coding_ccl): Allocate destination dynamically
14913 when necessary.
14914
149152008-02-01 Kenichi Handa <handa@m17n.org>
14916
14917 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
14918 the loop. When quitted, show a proper error message.
14919
149202008-02-01 Kenichi Handa <handa@m17n.org>
14921
14922 * xterm.c (x_set_glyph_string_clipping_exactly): Set
14923 src->clip_head and src->clip_tail temporarily instead of src->hl.
14924
14925 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
14926 character sequence.
14927 (Fccl_execute_on_string): Use ASET, not XSET.
14928
149292008-02-01 Kenichi Handa <handa@m17n.org>
14930
14931 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
14932
149332008-02-01 Kenichi Handa <handa@m17n.org>
14934
14935 * coding.c (decode_coding): Fix the condition of terminating the
14936 decoding loop.
14937
149382008-02-01 Kenichi Handa <handa@m17n.org>
14939
14940 * data.c (Faset): On setting a character bigger than 255 in a
14941 unibyte string, signal an error instead of make the string multibyte.
14942
149432008-02-01 Kenichi Handa <handa@m17n.org>
14944
14945 * charset.c (map_charset_chars): Fix for ascii-compatible charset
14946 made by a mapping table.
14947
149482008-02-01 Kenichi Handa <handa@m17n.org>
14949
14950 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
14951 not.
14952 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
14953 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
14954
14955 * xterm.c (x_draw_composite_glyph_string_foreground): Check
14956 s->face is NULL or not.
14957
149582008-02-01 Kenichi Handa <handa@m17n.org>
14959
14960 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
14961 (x_draw_glyph_string): Fix drawing of right_overhang and
14962 left_overhang around/on cursor.
14963
14964 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
14965
149662008-02-01 Kenichi Handa <handa@m17n.org>
14967
14968 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
14969
149702008-02-01 Kenichi Handa <handa@m17n.org>
14971
14972 * coding.c (Fdefine_coding_system_internal)
14973 (Fdefine_coding_system_alias): Avoid a duplicated element in
14974 Vcoding_system_alist.
14975
149762008-02-01 Kenichi Handa <handa@m17n.org>
14977
14978 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
14979
14980 * coding.c (Qcoding_system_define_form): New variable.
14981 (syms_of_coding): Intern and staticpro it.
14982 (Fcoding_system_p): Check Qcoding_system_define_form.
14983 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
14984
14985 * coding.h (CODING_SYSTEM_P): If ID is not available, call
14986 Fcoding_system_p.
14987 (CHECK_CODING_SYSTEM): If ID is not available, call
14988 Fcheck_coding_system.
14989 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
14990 Try also Fcheck_coding_system.
14991
149922008-02-01 Kenichi Handa <handa@m17n.org>
14993
14994 * coding.c (code_conversion_restore): GCPRO arg.
14995
149962008-02-01 Kenichi Handa <handa@m17n.org>
14997
14998 * character.c (lisp_string_width): Check multibyteness of STRING.
14999
150002008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15001
15002 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15003 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
15004 (decode_mac_font_name): Use decode_coding_c_string instead of
15005 decode_coding.
15006 (x_load_font): Initialize fontp->fontset to -1. Set
15007 fontp->encoding_type.
15008
150092008-02-01 Kenichi Handa <handa@m17n.org>
15010
15011 * search.c (search_buffer): Give up BM search on case-fold-search
15012 if one of a target character has a case-equivalence of different
15013 byte length even if that target charcter is an ASCII.
15014 (simple_search): Fix calculation of byte length of matched text.
15015 (boyer_moore): Fix handling of case-equivalent multibyte characters.
15016
150172008-02-01 Kenichi Handa <handa@m17n.org>
15018
15019 * coding.c (decode_coding): Fix handling of invalid bytes.
15020
150212008-02-01 Kenichi Handa <handa@m17n.org>
15022
15023 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15024 Unicode characters.
15025
150262008-02-01 Kenichi Handa <handa@m17n.org>
15027
15028 * coding.c (encode_coding_object): If a pre-write-conversion
15029 function makes a new buffer, kill it.
15030
150312008-02-01 Kenichi Handa <handa@m17n.org>
15032
15033 * coding.c (QCascii_compatible_p): New variable.
15034 (syms_of_coding): Initialize it.
15035 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15036 calling string_char.
15037 (record_conversion_result): Add `default:' case.
15038 (coding_charset_list): Delete unused variable `coding_type'.
15039 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15040 property in the plist of the coding system.
15041 (Fcoding_system_put): Check QCascii_compatible_p.
15042
150432008-02-01 Miles Bader <miles@gnu.org>
15044
15045 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15046 removed calculation of frame `f', as it's now used.
15047
150482008-02-01 Kenichi Handa <handa@m17n.org>
15049
15050 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15051 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15052 (UNIDATA): New variable.
15053 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15054 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
15055 $(RUN_TEMACS) unconditionally.
15056
150572008-02-01 Kenichi Handa <handa@m17n.org>
15058
15059 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15060 (admindir): New variable.
15061 ($(lispsource)international/charprop.el): New target.
15062
150632008-02-01 Miles Bader <miles@gnu.org>
15064
15065 * character.c (chars-in-region): Remove obsolete function.
15066 (syms_of_character): Remove its initialization.
15067
150682008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
15069
15070 * w32select.c (validate_coding_system)
15071 (setup_windows_coding_system): New functions.
15072 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
15073 setup_windows_coding_system.
15074 (setup_config, Fw32_get_clipboard_data): Use
15075 validate_coding_system.
15076 (Fx_selection_exists): Move call to setup_config to a place
15077 where signals are allowed.
15078
15079 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
15080 (Fcheck_coding_system): Add declarations.
15081
150822008-02-01 Kenichi Handa <handa@m17n.org>
15083
15084 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
15085
150862008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15087
15088 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
15089 string as the second argument for x_new_fontset.
15090
150912008-02-01 Kenichi Handa <handa@m17n.org>
15092
15093 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
15094 (encode_coding_object): Use safe_call instead of call2.
15095
150962008-02-01 Kenichi Handa <handa@m17n.org>
15097
15098 * fontset.c (Fset_fontset_font): Check family element of a given vector.
15099
15100 * Makefile.in (lisp): Include charprop.el.
15101
151022008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15103
15104 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
15105 Not sure if it's unnecessary.
15106
151072008-02-01 Steven Tamm <steventamm@mac.com>
15108
15109 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
15110 some possibly unnecessary fontset checking code that crashed
15111 when creating a new frame.
15112
151132008-02-01 Kenichi Handa <handa@m17n.org>
15114
15115 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
15116 lookup_face.
15117
15118 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
15119
15120 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
15121
151222008-02-01 Kenichi Handa <handa@m17n.org>
15123
15124 * coding.c: Cancel the change done in HEAD on 2008-02-01.
15125 (coding_charset_list): New function.
15126
15127 * coding.h (coding_charset_list): Extern it.
15128
151292008-02-01 Kenichi Handa <handa@m17n.org>
15130
15131 * fontset.c (Fset_fontset_font): Call find_font_encoding with
15132 concatenation of family and registry.
15133
151342008-02-01 Kenichi Handa <handa@m17n.org>
15135
15136 * character.h (BYTE8_STRING): Fix typo.
15137
15138 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
15139 string to multibyte (sync to HEAD).
15140
15141 * casefiddle.c (casify_region): Handle changes in byte-length
15142 using replace_range_2 (sync to HEAD).
15143
151442008-02-01 Andreas Schwab <schwab@suse.de>
15145
15146 * chartab.c (map_char_table): GCPRO table and arg.
15147
151482008-02-01 Kenichi Handa <handa@m17n.org>
15149
15150 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
15151 already at limit.
15152
151532008-02-01 Kenichi Handa <handa@m17n.org>
15154
15155 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
15156 instead of fast_c_string_match_ignore_case.
15157 (find_font_encoding): Change argument to Lisp_Object. Use
15158 fast_string_match_ignore_case instead of
15159 fast_c_string_match_ignore_case. Change caller.
15160
151612008-02-01 Kenichi Handa <handa@m17n.org>
15162
15163 * xdisp.c (get_next_display_element): In unibyte case, decide to
15164 display in octal form by checking a character by
15165 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
15166
15167 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
15168
15169 * character.c (unibyte_has_multibyte_table): New variable.
15170
15171 * character.h (unibyte_has_multibyte_table): Extern it.
15172 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
15173
151742008-02-01 Kenichi Handa <handa@m17n.org>
15175
15176 * coding.c (encode_coding_iso_2022): Fix handling of charset
15177 annotation.
15178
151792008-02-01 Kenichi Handa <handa@m17n.org>
15180
15181 * coding.c (setup_coding_system): If coding_system is nil, use
15182 Qundecided.
15183 (Fterminal_coding_system): Return nil if terminal coding system is
15184 `undecided'.
15185 (syms_of_coding): Define coding-system `undecided' here. Setup
15186 terminal_coding as `undecided'.
15187
151882008-02-01 Kenichi Handa <handa@m17n.org>
15189
15190 * xdisp.c (message_dolog, set_message_1): Call
15191 unibyte_char_to_multibyte with arg type int.
15192
15193 * lread.c (read1): Fix reading of a char-table.
15194
15195 * print.c (print_object): Include sub char-table in circularities
15196 detection.
15197
151982008-02-01 Kenichi Handa <handa@m17n.org>
15199
15200 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
15201 Append the found sequences in car of ARGS instead of prepending.
15202
152032008-02-01 Kenichi Handa <handa@m17n.org>
15204
15205 * fileio.c (report_file_error): Make a unibyte string from
15206 strerror (errorno).
15207 (Fsubstitute_in_file_name): Fix the arg to
15208 unibyte_char_to_multibyte. It is evaluated twice.
15209
152102008-02-01 Kenichi Handa <handa@m17n.org>
15211
15212 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
15213
152142008-02-01 Kenichi Handa <handa@m17n.org>
15215
15216 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
15217 BOM is not found.
15218 (detect_coding, detect_coding_system): Optimization for ISO-2022
15219 when no 8-bit data is found.
15220
152212008-02-01 Jason Rumney <jasonr@gnu.org>
15222
15223 * w32fns.c (x_to_w32_font): Update to use new coding struct.
15224
152252008-02-01 Kenichi Handa <handa@m17n.org>
15226
15227 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
15228 CHARS.
15229
152302008-02-01 Steven Tamm <steventamm@mac.com>
15231
15232 * macterm.c (mac_encode_char): Add charset argument and update
15233 to use encoding_type.
15234 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
15235 switch to pure fontset.
15236 (decode_mac_font_name): Temporarily remove decoding.
15237 (x_font_name_to_mac_font_name): Temporarily remove encoding.
15238 (x_load_font): Temporarily remove encoding.
15239
152402008-02-01 Kenichi Handa <handa@m17n.org>
15241
15242 * xfaces.c (Fface_font): If frame is not on a window system,
15243 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
15244 refer to face->font.
15245 (split_font_name_into_vector, build_font_name_from_vector)
15246 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
15247 when HAVE_WINDOW_SYSTEM is defined.
15248
152492008-02-01 Kenichi Handa <handa@m17n.org>
15250
15251 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
15252 (x_produce_glyphs): Fix setting of members of cmp in case
15253 cmp->glyph_len is zero.
15254
15255 * fontset.c (Fset_fontset_font): Fix docstring.
15256 (Ffontset_info): Make it backward compatible. New arg ALL.
15257
152582008-02-01 Kim F. Storm <storm@cua.dk>
15259
15260 * process.c (read_process_output): Grow decoding_buf when needed;
15261 this could cause a crash in allocate_string and compact_small_strings.
15262
152632008-02-01 Kenichi Handa <handa@m17n.org>
15264
15265 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
15266
152672008-02-01 Kenichi Handa <handa@m17n.org>
15268
15269 * coding.c (setup_coding_system): Set coding->common_flags
15270 correctly for raw-text.
15271 (consume_chars): On encoding unibyte text by raw-text, don't check
15272 multibyte form.
15273 (encode_coding): On encoding by raw-text, never use translation tables.
15274
15275 * fileio.c (e_write): Short cut for the case of no encoding.
15276
152772008-02-01 Kenichi Handa <handa@m17n.org>
15278
15279 * coding.c (detect_coding, detect_coding_system): Delete unused
15280 variables.
15281
152822008-02-01 Kenichi Handa <handa@m17n.org>
15283
15284 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
15285 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
15286
152872008-02-01 Kenichi Handa <handa@m17n.org>
15288
15289 * coding.c (Ffind_coding_systems_region_internal): Include
15290 raw-text and no-conversion in the result.
15291
152922008-02-01 Kenichi Handa <handa@m17n.org>
15293
15294 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
15295 (load_font_get_repertory): Delete unnecessary check of ENCODING of
15296 FONT_DEF.
15297 (font_def_arg, add_arg, from_arg, to_arg): New args.
15298 (set_fontset_font): Change argument.
15299 (Fset_fontset_font): Fix for the case that TARGET is a script
15300 name and charset name.
15301 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
15302
153032008-02-01 Kenichi Handa <handa@m17n.org>
15304
15305 * fontset.c (fontset_font): Rename from fontset_face. Change return
15306 value.
15307 (face_suitable_for_char_p, face_for_char): Adjust for the change
15308 of fontset_font.
15309 (make_fontset_for_ascii_face): Fix setting of the fontset element
15310 for ASCII.
15311 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
15312 to get a font name.
15313 (Ffontset_info): Adjust for the change of fontset_font.
15314
15315 * coding.c (emacs_mule_char): Check invalid code more rigidly.
15316
15317 * character.h (LEADING_CODE_LATIN_1_MIN)
15318 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
15319
153202008-02-01 Kenichi Handa <handa@m17n.org>
15321
15322 * editfns.c (check_translation): New function.
15323 (Ftranslate_region_internal): Handle M:N mapping.
15324
153252008-02-01 Kenichi Handa <handa@m17n.org>
15326
15327 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
15328
153292008-02-01 Kenichi Handa <handa@m17n.org>
15330
15331 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
15332 goto invalid_code.
15333 (decode_coding_iso_2022): Fix handling of invalid designation.
15334
15335 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
15336 after calling code_conversion_save.
15337
153382008-02-01 Kenichi Handa <handa@m17n.org>
15339
15340 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
15341
15342 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
15343
15344 * fontset.c: Include "intervals.h".
15345 (fontset_face): Fix comparing of Lisp_Objects.
15346 (free_face_fontset, new_fontset_from_font_name): Fix
15347 Lisp_Object/int mixup.
15348
15349 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
15350
15351 * coding.c: Add many prototypes for static functions.
15352 (get_translation_table): Allow max_lookup to be NULL.
15353 (decode_coding, Ffind_coding_systems_region_internal)
15354 (Funencodable_char_position, Fcheck_coding_systems_region): Call
15355 get_translation_table with max_lookup NULL.
15356
153572008-02-01 Kenichi Handa <handa@m17n.org>
15358
15359 * coding.c (get_translation_table): Declare it as Lisp_Object.
15360 (LOOKUP_TRANSLATION_TABLE): New macro.
15361 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
15362 instead of CHAR_TABLE_REF.
15363
153642008-02-01 Kenichi Handa <handa@m17n.org>
15365
15366 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
15367 annotation data format.
15368 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
15369 Change arguments FROM and TO to single argument NCHARS. Change caller.
15370 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
15371 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15372 (decode_coding_ccl, decode_coding_charset): Pay attention to
15373 coding->charbuf_used.
15374 (get_translation): New function.
15375 (produce_chars): New arguments translation_table and last_block.
15376 Translate characters here. Return number of carryover chars.
15377 Change caller.
15378 (produce_composition): New argument pos. Change caller.
15379 Adjust for the change of annotation data format.
15380 (produce_charset, produce_annotation): Likewise.
15381 (decode_coding, encode_coding): Don't call translate_chars.
15382 (consume_chars): New arg translation_table. Change caller.
15383 (translate_chars): Delete.
15384 (syms_of_coding): Make translation-table's number of extra slots 2.
15385
153862008-02-01 Kenichi Handa <handa@m17n.org>
15387
15388 * search.c (simple_search): Fix setting this_pos_byte in backward
15389 search.
15390
15391 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
15392 byte sequence.
15393 (detect_coding_ccl): Fix setting of the variable valids.
15394
153952008-02-01 Kenichi Handa <handa@m17n.org>
15396
15397 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
15398
15399 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
15400
15401 * editfns.c (Ftranslate_region_internal): Rename from
15402 Ftranslate_region. Accept a char-table in TABLE.
15403 (syms_of_editfns): Defsubr Stranslate_region_internal.
15404
15405 * xfaces.c (set_lface_from_font_name): If a font is specified for
15406 a frame, generate a fontset from the font.
15407 (build_scalable_font_name): If the scalable font is requested for
15408 a specific size, don't change that size.
15409 (try_font_list): Try a scalable font also in the case that a
15410 pattern string is specified.
15411
154122008-02-01 Kenichi Handa <handa@m17n.org>
15413
15414 * xfaces.c (Fface_font): New optional arg CHARACTER.
15415
154162008-02-01 Kenichi Handa <handa@m17n.org>
15417
15418 * charset.h (CHARSET_OFFSET): New macro.
15419
154202008-02-01 Kenichi Handa <handa@m17n.org>
15421
15422 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
15423
15424 * fontset.c (fontset_face): Handle the case that repertory is a
15425 char-table.
15426 (find_font_encoding): Return nil for unknown encoding.
15427 (Fset_fontset_font): Ignore a font of unknown encoding.
15428
154292008-02-01 Kenichi Handa <handa@m17n.org>
15430
15431 * keymap.c (describe_vector): Handle default value of a char table.
15432
15433 * fontset.c (fontset_face): Handle fallback fonts correctly.
15434 (Ffontset_info): Return infomation about fallback fonts.
15435
154362008-02-01 Kenichi Handa <handa@m17n.org>
15437
15438 * fontset.c (FONTSET_DEFAULT): New macro.
15439 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
15440 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
15441 the case that it is nil.
15442 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
15443 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
15444
15445 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
15446 subset or superset.
15447
154482008-02-01 Kenichi Handa <handa@m17n.org>
15449
15450 * emacs.c (main): Call init_charset after syms_of_XXX.
15451
15452 * charset.c (Vcharset_map_directory): Delete.
15453 (Vcharset_map_path): New variable.
15454 (load_charset_map_from_file): Use Vcharset_map_path instead.
15455 (init_charset): Initialize Vcharset_map_path.
15456 (syms_of_charset): Delete declaration of "charset-map-directory",
15457 add declaration of "charset-map-path".
15458
154592008-02-01 Kenichi Handa <handa@m17n.org>
15460
15461 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
15462 ASCII only string.
15463
15464 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
15465
15466 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
15467 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
15468
154692008-02-01 Kenichi Handa <handa@m17n.org>
15470
15471 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
15472
15473 * coding.c (QCmnemonic, QCdefalut_char)
15474 (QCdecode_translation_table, QCencode_translation_table)
15475 (QCpost_read_conversion, QCpre_write_conversion): New variables.
15476 (get_translation_table): Return a list of translation tables if
15477 necessary.
15478 (decode_coding): Call get_translation_table with ENCODEP 0.
15479 (char_encodable_p): If translation_table is non-nil, always call
15480 translate_char.
15481 (Fdefine_coding_system_internal): Accept list of translation
15482 tables as :encode-translation-table and :decode-translation-table.
15483 (Fcoding_system_put): New function.
15484 (syms_of_coding): Declare new symbols. Defsubr
15485 Scoding_system_put.
15486 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
15487 typically JISX0212.
15488
15489 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
15490 when the charset is superset type.
15491
15492 * character.c (translate_char): Accept list of translation tables.
15493
154942008-02-01 Kenichi Handa <handa@m17n.org>
15495
15496 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
15497 (CODING_ATTR_TRANS_TBL): New macro.
15498
15499 * coding.c (get_translation_table): New function.
15500 (translate_chars): Fix the bug of skipping annotation data.
15501 (decode_coding, encode_coding): Utilize get_translation_table.
15502 (char_encodable_p, Funencodable_char_position): Translate char if
15503 necessary.
15504 (Ffind_coding_systems_region_internal)
15505 (Fcheck_coding_systems_region): Setup translation table for encode
15506 in a coding system attribute vector in advance.
15507 (Fdefine_coding_system_internal): Allow a symbol as translation
15508 table. For shift-jis type coding system, allow 4th charset.
15509
155102008-02-01 Kenichi Handa <handa@m17n.org>
15511
15512 * coding.c (decode_coding_sjis): Check the first byte rigidly.
15513
15514 * xdisp.c (get_next_display_element): Pass -1 as POS to
15515 FACE_FOR_CHAR if displaying a C-string.
15516
155172008-02-01 Kenichi Handa <handa@m17n.org>
15518
15519 * composite.c (get_composition_id): Handle xoff and yoff in a
15520 composition rule.
15521
15522 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
15523 (struct composition): New member lbearing and rbearing.
15524
15525 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
15526 (x_get_glyph_overhangs): Handle a composition glyph.
15527 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
15528
15529 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
15530 composition glyph.
15531
155322008-02-01 Kenichi Handa <handa@m17n.org>
15533
15534 * print.c: Include charset.h.
15535 (Vprint_charset_text_property): New variable.
15536 (Qdefault): Extern it.
15537 (PRINT_STRING_NON_CHARSET_FOUND)
15538 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
15539 (print_check_string_result): New variable.
15540 (print_check_string_charset_prop): New function.
15541 (print_prune_charset_plist): New variable.
15542 (print_prune_string_charset): New function.
15543 (print_object): Call print_prune_string_charset if
15544 Vprint_charset_text_property is not t.
15545 (print_interval): Print nothing if interval->plist is nil.
15546 (syms_of_print): Declare Vprint_charset_text_property as a lisp
15547 variable. Init and staticpro print_prune_charset_plist.
15548
155492008-02-01 Kenichi Handa <handa@m17n.org>
15550
15551 * fontset.c (new_fontset_from_font_name): Use the specified font
15552 for all characters in the new fontset.
15553
15554 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15555 OBJECT args.
15556
15557 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
15558 OBJECT args for composition too.
15559
15560 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15561 OBJECT args.
15562
155632008-02-01 Kenichi Handa <handa@m17n.org>
15564
15565 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
15566
15567 * fontset.c (reorder_font_vector): Adjust for the change of
15568 FONT_DEF format.
15569 (fontset_face): New arg id. Change caller.
15570 (face_for_char): New args pos and object.
15571 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
15572 (fs_query_fontset): Check NAME by Fassoc too.
15573 (Fset_fontset_font): Allow non-XLFD font name.
15574 (Ffontset_info): Adjust for the change of FONT_DEF format.
15575
15576 * fontset.h (face_for_char): Adjust prototype.
15577
15578 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
15579 (append_space, extend_face_to_end_of_line)
15580 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15581 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
15582
15583 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
15584 POS and OBJECT args.
15585
15586 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
15587 POS and OBJECT args.
15588
155892008-02-01 Jason Rumney <jasonr@gnu.org>
15590
15591 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
15592 of GlobalAlloc'ed memory.
15593
155942008-02-01 Kenichi Handa <handa@m17n.org>
15595
15596 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
15597
15598 * charset.h (charset_table_used): Delete extern.
15599
15600 * charset.c (charset_table_used): Make it static.
15601 (map_charset_chars): Fix args to c_function with.
15602
15603 * chartab.c (map_sub_char_table_for_charset): Fix args to
15604 c_function with.
15605
15606 * coding.h (enum coding_result_code): Delete
15607 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
15608
15609 * coding.c (Qinsufficient_source, Qinconsistent_eol)
15610 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
15611 (Vlast_code_conversion_error): New variables.
15612 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
15613 (ONE_MORE_BYTE): Record error if any instead of signaling an
15614 error. If non-ASCII multibyte char is found, return the negative
15615 value of the code. All callers changed to check it.
15616 (ONE_MORE_BYTE_NO_CHECK): Likewise.
15617 (record_conversion_result): New function. Change all codes setting
15618 coding->result to call this function.
15619 (detect_coding_utf_8, decode_coding_utf_8)
15620 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
15621 Don't use the local variable incomplete.
15622 (emacs_mule_char): Change the second arg to `const'.
15623 (decode_coding): Fix of flushing out unprocessed data.
15624 (make_conversion_work_buffer): Fix making of a work buffer.
15625 (decode_coding_object): Return coding->dst_object.
15626
15627 * fontset.c (set_fontset_font): Fix args.
15628
15629 * lisp.h (CHARACTERBITS): Define as 22.
15630
15631 * process.c (send_process): Be sure to set coding->src_multibyte.
15632
15633 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
15634
156352008-02-01 Kenichi Handa <handa@m17n.org>
15636
15637 * xdisp.c (handle_auto_composed_prop): Give limit to
15638 Fnext_single_char_property_change.
15639
156402008-02-01 Kenichi Handa <handa@m17n.org>
15641
15642 * composite.c (syms_of_composite): Don't make the composition hash
15643 table weak.
15644
15645 * fontset.c (Fset_fontset_font): Fix docstring.
15646
15647 * lisp.h (detect_coding_system): Adjust prototype.
15648
15649 * fileio.c (kill_workbuf_unwind): Delete this function.
15650 (Finsert_file_contents): Adjust the call of detect_coding_system.
15651 Get conversion_buffer by code_conversion_save. Use the macro
15652 CODING_MAY_REQUIRE_DECODING. After decoding, update
15653 coding_system.
15654
15655 * coding.h (make_conversion_work_buffer): Delete extern.
15656 (code_conversion_save): Extern it.
15657
15658 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
15659 (CODING_GET_INFO): Delete argument eol_type. Change callers.
15660 (decode_coding_utf_8): Don't do eol converion.
15661 (detect_coding_utf_16): Check coding->src_chars, not
15662 coding->src_bytes. Add heuristics for those that have no signature.
15663 (decode_coding_emacs_mule, decode_coding_iso_2022)
15664 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15665 Don't do eol converion.
15666 (adjust_coding_eol_type): Return a new coding system.
15667 (detect_coding): Don't detect eol. Fix for utf-16 detection.
15668 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
15669 each change.
15670 (decode_coding): Pay attention to undo_list. Do eol conversion for
15671 all types of coding-systems (if necessary).
15672 (Vcode_conversion_work_buf_list): Delete it.
15673 (Vcode_conversion_reused_workbuf): Rename from
15674 Vcode_conversion_reused_work_buf.
15675 (Vcode_conversion_workbuf_name): New variable.
15676 (reused_workbuf_in_use): New variable.
15677 (make_conversion_work_buffer): Delete the arg DEPTH.
15678 (code_conversion_restore): Change argument to cons.
15679 (code_conversion_save): Delete the argument BUFFER. Change callers.
15680 (detect_coding_system): New argument src_chars. Change callers.
15681 Fix for utf-16 detection.
15682 (init_coding_once): Don't use ISO_carriage_return.
15683 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
15684 reused_workbuf_in_use.
15685
156862008-02-01 Kenichi Handa <handa@m17n.org>
15687
15688 * keymap.c (store_in_keymap): Pay attention to the case that idx
15689 is a cons specifying a character range.
15690
156912008-02-01 Kenichi Handa <handa@m17n.org>
15692
15693 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
15694 HANDLED_RECOMPUTE_PROPS.
15695
15696 * coding.c (Fdefine_coding_system_internal): Fix checking of
15697 ascii compatibility.
15698
156992008-02-01 Kenichi Handa <handa@m17n.org>
15700
15701 * charset.c (find_charsets_in_text): Delete unused locale variable.
15702 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
15703
15704 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
15705 Resync charset_list to Vemacs_mule_charset_list.
15706
15707 * keymap.c (store_in_keymap): Pay attention to the case that idx
15708 is a cons specifying a character range.
15709
157102008-02-01 Kenichi Handa <handa@m17n.org>
15711
15712 * composite.c (update_compositions): Bind inhibit-read-only, etc
15713 to t before calling remove-list-of-text-properties.
15714
15715 * print.c (print_object): Always print ASCII chars as is.
15716
157172008-02-01 Kenichi Handa <handa@m17n.org>
15718
15719 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
15720
15721 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
15722 is a char table.
15723
157242008-02-01 Kenichi Handa <handa@m17n.org>
15725
15726 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
15727
157282008-02-01 Kenichi Handa <handa@m17n.org>
15729
15730 * xfaces.c (set_lface_from_font_name): Fix for the case that
15731 FONTNAME is not fontset name.
15732
157332008-02-01 Kenichi Handa <handa@m17n.org>
15734
15735 * fns.c (base64_encode_1): Fix previous change.
15736
157372008-02-01 Kenichi Handa <handa@m17n.org>
15738
15739 * fontset.c (set_fontset_font): New function.
15740 (Fset_fontset_font): If a font is specified for a charset, use
15741 map_charset_chars to store the font spec in a fontset.
15742
157432008-02-01 Kenichi Handa <handa@m17n.org>
15744
15745 * fontset.c (fontset_face): Create a fallback fontset on demand.
15746 (make_fontset): Don't create a fallback fontset here.
15747 (free_face_fontset): Free a fallback fontset (if any) too.
15748 (n_auto_fontsets): Delete this variable.
15749 (auto_fontset_alist): New variable.
15750 (new_fontset_from_font_name): Check auto_fontset_alist.
15751 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
15752 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
15753 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
15754 Defsubr Sfontset_list_all.
15755
157562008-02-01 Kenichi Handa <handa@m17n.org>
15757
15758 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
15759
157602008-02-01 Kenichi Handa <handa@m17n.org>
15761
15762 * fontset.c (Fnew_fontset): Check NAME more rigidly.
15763
157642008-02-01 Kenichi Handa <handa@m17n.org>
15765
15766 * editfns.c (Fgoto_char): Fix docstring.
15767
157682008-02-01 Kenichi Handa <handa@m17n.org>
15769
15770 * insdel.c (insert_from_gap): Adjust intervals correctly.
15771
157722008-02-01 Jason Rumney <jasonr@gnu.org>
15773
15774 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
15775 (pfnGetFontUnicodeRanges): New dynamically loaded function.
15776 (w32_initialize): Try to load it.
15777 (x_get_font_repertory): Use it if available.
15778 (w32_encode_char): Add shortcut for unicode output.
15779
15780 * w32fns.c (w32_load_system_font): Default charset to -1.
15781 (x_to_w32_charset): Match all fonts for unicode.
15782 (w32_to_x_charset): New parameter matching. Don't return partial
15783 or wildcard charsets.
15784 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
15785 (w32_codepage_for_font): Return CP_UNICODE for unicode.
15786 (w32_to_x_font): Match charset to real charset.
15787 (enum_font_cb2): Always list unicode versions.
15788
15789 * makefile.w32-in (temacs): Increase EMHEAP.
15790
157912008-02-01 Jason Rumney <jasonr@gnu.org>
15792
15793 * w32term.c (w32_encode_char): New charset parameter.
15794 font_info.encoding becomes encoding_type.
15795 (x_get_font_repertory): New function. Warning: stub only!
15796 (x_new_font): Return quickly if font already set.
15797 (x_new_fontset): fontsetname parameter is Lisp_Object.
15798 Use new fs_query_fontset. Try new_fontset_from_font_name.
15799 Use fontset_name for return value.
15800
15801 * w32term.h: Declare x_get_font_repertory.
15802
15803 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
15804 place of find_charset_in_text. Use encode_coding_object in place
15805 of encode_coding.
15806 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
15807 decode_coding.
15808
15809 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
15810 of x_new_fontset.
15811 (w32_load_system_font): Initialize charset as unicode.
15812 font_info.encoding becomes encoding_type.
15813 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
15814 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
15815 (syms_of_w32fns): Set get_font_repertory_func.
15816
15817 * w32console.c: Include character.h. Use terminal_encode_buffer
15818 from term.c.
15819 (write_glyphs): Use new version of encode_terminal_code. Use
15820 encode_coding_object in place of encode_coding.
15821
15822 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
15823 encoding becomes encoding_type.
15824
15825 * term.c (terminal_encode_buffer): Make externally visible.
15826
15827 * makefile.w32-in: Add character.h dependancies.
15828 (character.o, chartab.o): New targets.
15829
158302008-02-01 Kenichi Handa <handa@m17n.org>
15831
15832 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
15833 CODING_ID_EOL_TYPE.
15834
158352008-02-01 Andreas Schwab <schwab@suse.de>
15836
15837 * coding.c (produce_chars): Revert last change.
15838
158392008-02-01 Kenichi Handa <handa@m17n.org>
15840
15841 * charset.h (charset_unicode): Extern it.
15842
15843 * charset.c (string_xstring_p): Check by (C >= 0x100).
15844 (find_charsets_in_text): Change format of the arc CHARSETS. New
15845 arg MULTIBYTE.
15846 (Ffind_charset_region, Ffind_charset_string): Adjust for the
15847 change of find_charsets_in_text.
15848 (Fsplit_char): Fix doc. Never return unknown.
15849
15850 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
15851
15852 * coding.c (Fdefine_coding_system_alias): Update
15853 Vcoding_system_list.
15854
15855 * fontset.c (load_font_get_repertory): Pay attention to the case
15856 that ENCODING of a font is specified by a char-table.
15857
15858 * xterm.c (x_get_font_repertory): Handle the case that the
15859 encoding of font is other than Unicode.
15860
158612008-02-01 Kenichi Handa <handa@m17n.org>
15862
15863 * term.c (encode_terminal_code): Don't handle glyph-table. Check
15864 if a character is encodable by the terminal coding system. If
15865 not, produces proper number of `?'s. Update
15866 terminal_encode_buffer and terminal_encode_buf_size if necessary.
15867 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
15868
158692008-02-01 Kenichi Handa <handa@m17n.org>
15870
15871 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
15872 variables.
15873 (encode_terminal_code): Change argument. Encode multiple
15874 characters at once. Store the result of encoding in
15875 terminal_encode_buffer.
15876 (write_glyphs, insert_glyphs): Adjust for the change of
15877 encode_terminal_code.
15878 (term_init): Initialize terminal_encode_buffer and
15879 terminal_encode_buf_size.
15880
15881 * coding.c (consume_chars): If coding->src_object is nil, don't
15882 check annotation.
15883
158842008-02-01 Kenichi Handa <handa@m17n.org>
15885
15886 * character.c (char_string): Use ASCII_CHAR_P instead of
15887 SINGLE_BYTE_CHAR_P.
15888
158892008-02-01 Kenichi Handa <handa@m17n.org>
15890
15891 * xdisp.c (handle_auto_composed_prop): Check if the last
15892 characters of auto-composed region is newly composed with the
15893 following characters.
15894 (handle_composition_prop): Fix checking of point being inside
15895 composition.
15896
158972008-02-01 Kenichi Handa <handa@m17n.org>
15898
15899 * fns.c (concat): Don't change multibyteness of the result by
15900 concatenating an 8-bit character.
15901
15902 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
15903 multibyteness of the result when newelt is an 8-bit character.
15904
159052008-02-01 Dave Love <fx@gnu.org>
15906
15907 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
15908 EMACS_INT.
15909
15910 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
15911
15912 * xfaces.c (face_numeric_value): Declare dim size_t.
15913 (Finternal_lisp_face_equal_p): Remove unused f.
15914
15915 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
15916 (MATRIX_ROW): Remove unused vars.
15917 (draw_glyphs, x_insert_glyphs, fast_find_position)
15918 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
15919 byte/char counts.
15920
15921 * regex.c (regex_compile): Remove unused var.
15922
15923 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
15924
15925 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
15926 (Faccessible_keymaps, where_is_internal): Remove unused vars.
15927
15928 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
15929
15930 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
15931
15932 * fileio.c (Fwrite_region): Remove unused var.
15933
15934 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
15935 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
15936
15937 * composite.c (Fremove_list_of_text_properties): Declare.
15938
15939 * coding.c (inhibit_pre_post_conversion): Remove (unused).
15940 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
15941 (coding_inherit_eol_type): Remove unused attrs.
15942 (detect_coding): Cast arg of detect_eol.
15943
15944 * charset.c (syms_of_charset): Remove unused var p.
15945 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
15946 byte/char counts.
15947
15948 * casetab.c (set_case_table): Remove unused var.
15949
15950 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
15951 unused vars.
15952
159532008-02-01 Dave Love <fx@gnu.org>
15954
15955 * xterm.c (x_bitmap_mask): Declare.
15956
159572008-02-01 Dave Love <fx@gnu.org>
15958
15959 * xterm.c (x_term_init): Fix type error.
15960
15961 * lisp.h: Add Funibyte_char_to_multibyte.
15962
15963 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
15964 (Fset_coding_system_priority): Doc fix.
15965
15966 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
15967
15968 * indent.c (check_composition): Make start and end EMACS_INT.
15969
15970 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
15971
15972 * xdisp.c (handle_composition_prop, check_point_in_composition):
15973 Make buffer positions EMACS_INT.
15974
15975 * composite.c (find_composition, run_composition_function)
15976 (update_compositions, Ffind_composition_internal): Make buffer
15977 positions EMACS_INT.
15978
15979 * composite.h (find_composition, update_compositions): Make
15980 position args EMACS_INT.
15981
15982 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
15983
15984 * intervals.c (get_property_and_range):
15985 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
15986
15987 * unexalpha.c: Don't include varargs.h.
15988
159892008-02-01 Dave Love <fx@gnu.org>
15990
15991 * coding.h (ENCODE_UTF_8): New.
15992
15993 * Makefile.in (gtkutil.o): Depend on coding.h.
15994
15995 * coding.c (Fset_coding_system_priority): Doc fix.
15996
159972008-02-01 Kenichi Handa <handa@m17n.org>
15998
15999 * fileio.c (Finsert_file_contents): Call setup_coding_system in
16000 the case of auto saving.
16001
160022008-02-01 Andreas Schwab <schwab@suse.de>
16003
16004 * chartab.c (map_char_table, map_char_table_for_charset): Protect
16005 `range' from GC.
16006
160072008-02-01 Kenichi Handa <handa@m17n.org>
16008
16009 * coding.c (decode_coding_sjis): Check bytes more rigidly.
16010
160112008-02-01 Kenichi Handa <handa@m17n.org>
16012
16013 * fileio.c (choose_write_coding_system): Return a decided coding system.
16014 (Fwrite_region): Set Vlast_coding_system_used to the return value
16015 of choose_write_coding_system.
16016
160172008-02-01 Kenichi Handa <handa@m17n.org>
16018
16019 * charset.c (Fset_charset_priority): Pay attention to duplicated
16020 arguments.
16021
16022 * coding.c (QCcategory): New variable.
16023 (syms_of_coding): Defsym it. Set all elements of
16024 Vcoding_category_table and their symbol values.
16025 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
16026 coding-category-XXX, and coding-category-list.
16027 (Fdefine_coding_system_internal): Add category in the plist.
16028
160292008-02-01 Kenichi Handa <handa@m17n.org>
16030
16031 * callproc.c (Fcall_process): Handle carryover correctly.
16032
16033 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16034 (raw_text_coding_system): Check NILP (coding_system).
16035 (coding_inherit_eol_type): Check NILP (coding_system) and
16036 NILP (parent).
16037 (consume_chars): Fix for the case of raw-text.
16038
16039 * process.c (read_process_output): Handle carryover correctly.
16040
160412008-02-01 Dave Love <fx@gnu.org>
16042
16043 * regex.c (re_search_2): Fix last change.
16044
160452008-02-01 Kenichi Handa <handa@m17n.org>
16046
16047 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16048 target_multibyte. Even in a unibyte case, return a converted
16049 multibyte char.
16050 (GET_CHAR_AFTER): New macro.
16051 (PATFETCH): Translate via multibyte char.
16052 (HANDLE_UNIBYTE_RANGE): Delete this macro.
16053 (SETUP_MULTIBYTE_RANGE): New macro.
16054 (regex_compile): Setup compiled code so that its multibyteness
16055 matches that of a target. Fix the handling of "[X-YZ]" using
16056 SETUP_MULTIBYTE_RANGE.
16057 (analyse_first) <charset>: For filling fastmap for all multibyte
16058 characters, don't check by BASE_LEADING_CODE_P.
16059 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
16060 the same as RE_MULTIBYTE_P (bufp) now.
16061 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16062 (TARGET_CHAR_AND_LENGTH): Delete this macro.
16063 (TRANSLATE_VIA_MULTIBYTE): New macro.
16064 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16065 It is the same as RE_MULTIBYTE_P (bufp) now.
16066 <exactn>: Translate via multibyte.
16067 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
16068 translate it.
16069 <charset, charset_not>: Fetch a character by
16070 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
16071 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
16072 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
16073 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
16074 by GET_CHAR_AFTER.
16075 (bcmp_translate): Likewise.
16076
16077 * search.c (compile_pattern): Check the member target_multibyte,
16078 not the member multibyte of buf.
16079
16080 * lread.c (read1): While reading a string, set force_singlebyte
16081 and force_multibyte correctly.
16082
16083 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
16084 up of unibyte_to_multibyte_table.
16085
160862008-02-01 Kenichi Handa <handa@m17n.org>
16087
16088 * coding.c (setup_coding_system): If coding has
16089 post-read-conversion or pre-write-conversion, set
16090 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
16091 respectively.
16092 (decode_coding_gap): Run post-read-conversion if any.
16093
16094 * fileio.c (Finsert_file_contents): Even if we read into a
16095 unibyte buffer, check if we must decode the result or not.
16096
160972008-02-01 Kenichi Handa <handa@m17n.org>
16098
16099 * coding.c (make_conversion_work_buffer): Change the work buffer
16100 name to the same one as that of Emacs 21.
16101
161022008-02-01 Kenichi Handa <handa@m17n.org>
16103
16104 * coding.h (make_conversion_work_buffer): Adjust prototype.
16105 (code_conversion_restore): Don't extern it.
16106
16107 * coding.c (detected_mask): Delete unused variable.
16108 (decode_coding_iso_2022): Pay attention to the byte sequence of
16109 CTEXT extended segment, and retain those bytes as is.
16110 (decode_coding_ccl): Delete unused variable `valids'.
16111 (setup_coding_system): Delete unused variable `category'.
16112 (consume_chars): Delete unused variable `category'. Make it work
16113 for non-multibyte case.
16114 (make_conversion_work_buffer): Change argument.
16115 (saved_coding): Delete unused variable.
16116 (code_conversion_restore): Don't check saved_coding->destination.
16117 (code_conversion_save): New function.
16118 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
16119 instead of record_unwind_protect.
16120 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
16121 (detect_coding_system): Delete unused variable `mask'.
16122 (Fdefine_coding_system_internal): Delete unused variable id.
16123
16124 * fileio.c (kill_workbuf_unwind): New function.
16125 (Finsert_file_contents): On replacing, call
16126 make_conversion_work_buffer with correct args, and call
16127 record_unwind_protect with the first arg kill_workbuf_unwind.
16128
16129 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
16130
161312008-02-01 Kenichi Handa <handa@m17n.org>
16132
16133 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
16134 (fontset_add): Fix for the case that TO is less than TO1.
16135 (Ffontset_info): Don't use fallback fontset on checking the
16136 default fontset.
16137 (dump_fontset): New function for debugging.
16138
16139 * coding.c (Fdefine_coding_system_internal): Fix for the case that
16140 coding_type is Qcharset.
16141
161422008-02-01 Kenichi Handa <handa@m17n.org>
16143
16144 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
16145 (map_char_table): Don't inherit the value from the parent on
16146 initializing VAL. Adjust for the above change.
16147
161482008-02-01 Kenichi Handa <handa@m17n.org>
16149
16150 * coding.c (Qsignature, Qendian): Delete these variables.
16151 (syms_of_coding): Don't initialize them.
16152 (CATEGORY_MASK_UTF_16_AUTO): New macro.
16153 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
16154 detect_info->found.
16155 (decode_coding_utf_16): Don't detect BOM here.
16156 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
16157 is NOT utf_16_without_bom.
16158 (setup_coding_system): For a coding system of type utf-16, check
16159 if the attribute :endian is Qbig or not (not nil or not), and set
16160 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
16161 (detect_coding): If coding type is utf-16 and BOM detection is
16162 required, detect it.
16163 (Fdefine_coding_system_internal): For a coding system of type
16164 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
16165
161662008-02-01 Kenichi Handa <handa@m17n.org>
16167
16168 * coding.c (coding_set_source): Fix for the case that the current
16169 buffer is different from coding->src_object.
16170 (decode_coding_object): Don't use the conversion work buffer if
16171 DST_OBJECT is a buffer.
16172
161732008-02-01 Dave Love <fx@gnu.org>
16174
16175 * lread.c (read_emacs_mule_char) [len==2]: Index
16176 emacs_mule_charset correctly.
16177
161782008-02-01 Dave Love <fx@gnu.org>
16179
16180 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
16181 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
16182 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
16183 treated specially.)
16184 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
16185 (detected_mask): Remove Big5 bits.
16186
161872008-02-01 Kenichi Handa <handa@m17n.org>
16188
16189 The following changes are to make the font rescaling facility
16190 compatible with Emacs 21.
16191
16192 * xfaces.c (Vface_font_rescale_alist): Rename from
16193 Vface_resizing_fonts.
16194 (struct font_name): Rename member resizing_ratio to rescale_ratio.
16195 (font_rescale_ratio): Rename from font_resizing_ratio.
16196 (split_font_name): Set font->rescale_ratio.
16197 (better_font_p): Pay attention to font->rescale_ratio.
16198 (build_scalable_font_name): Likewise. Change RESX, and RESY
16199 fields.
16200 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
16201
162022008-02-01 Kenichi Handa <handa@m17n.org>
16203
16204 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
16205 (Qutf_16_le): Remove these variables.
16206 (syms_of_coding): Don't DEFSYM them.
16207 (decode_coding_utf_16): Fix handling of BOM.
16208 (encode_coding_utf_16): Fix handling of BOM.
16209
162102008-02-01 Kenichi Handa <handa@m17n.org>
16211
16212 * fileio.c (Finsert_file_contents): On replacing, before decoding
16213 the file into the work buffer, set point of the work buffer to the end.
16214
162152008-02-01 Dave Love <fx@gnu.org>
16216
16217 * coding.c (Fcheck_coding_systems_region): Fix type errors.
16218
162192008-02-01 Dave Love <fx@gnu.org>
16220
16221 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16222 and fix C types.
16223
162242008-02-01 Kenichi Handa <handa@m17n.org>
16225
16226 * xdisp.c (SKIP_GLYPHS): New macro.
16227 (set_cursor_from_row): Pay attention to string display properties.
16228
16229 * category.c (copy_category_entry): Fix for the case that RANGE
16230 is an integer.
16231
16232 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
16233
16234 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
16235
162362008-02-01 Kenichi Handa <handa@m17n.org>
16237
16238 * charset.c (Fcharset_id_internal): New function.
16239 (syms_of_charset): Defsubr it.
16240
16241 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
16242 with the last arg charset_list acquired from coding.
16243 (Fdefine_coding_system_internal): For ccl-based coding system, fix
16244 the attribute coding_attr_ccl_valids.
16245
16246 * coding.h (enum define_coding_ccl_arg_index): Set the first
16247 member coding_arg_ccl_decoder to coding_arg_max.
16248
16249 * ccl.h (ccl_driver): Adjust prototype.
16250
16251 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
16252 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 16253 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
16254 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
16255 last arg Qnil.
16256
162572008-02-01 Kenichi Handa <handa@m17n.org>
16258
16259 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
16260 call encode_char.
16261
16262 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
16263
162642008-02-01 Dave Love <fx@gnu.org>
16265
16266 * composite.c (syms_of_composite): Make composition_hash_table weak.
16267
162682008-02-01 Kenichi Handa <handa@m17n.org>
16269
16270 * dispextern.h (check_face_attributes, generate_ascii_font_name)
16271 (font_name_registry): Don't extern them.
16272 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
16273
16274 * fontset.h (Qfontset): Don't extern it.
16275 (new_fontset_from_font_name): Extern it.
16276
16277 * fontset.c: Give 8 extra slots to fontset objects.
16278 (Qfontset_info): New variable.
16279 (syms_of_fontset): Defsym it.
16280 (FONTSET_FALLBACK): New macro.
16281 (fontset_face): Try also the default fontset.
16282 (make_fontset): Realize a fallback fontset from the default fontset.
16283 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
16284 using split_font_name_into_vector and build_font_name_from_vector.
16285 (Fset_fontset_font): Access the elements of font_spec by enum
16286 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
16287 name by using split_font_name_into_vector.
16288 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
16289 generate a proper font name from the fontset name. Update
16290 Vfontset_alias_alist.
16291 (n_auto_fontsets): New variable.
16292 (new_fontset_from_font_name): New function.
16293 (Ffont_info): Store the information about fonts generated from the
16294 default fontset in the first extra slot of the returned char-table.
16295
16296 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
16297 (font_name_registry): Delete function.
16298 (split_font_name_into_vector): New function.
16299 (build_font_name_from_vector): New function.
16300 (font_list): The argument REGISTRY is now a list of registry names.
16301 (choose_face_font): If we are choosing an ASCII font, and ATTRS
16302 specifies an explicit font name, return the name as is. Make a
16303 list of registy names.
16304
16305 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
16306 of x_new_fontset.
16307 (Fx_create_frame): Don't call x_new_fontset here. Just use
16308 x_list_fonts to check the existence of fonts.
16309
16310 * xterm.h (x_new_fontset): Adjust prototype.
16311
16312 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
16313 string. Use new_fontset_from_font_name to create a fontset from a
16314 font name.
16315
163162008-02-01 Kenichi Handa <handa@m17n.org>
16317
16318 * syntax.c (Vfind_word_boundary_function_table): New name for
16319 Vnext_word_boundary_function_table.
16320 (find-word-boundary-function-table): New name for
16321 next-word-boundary-function-table.
16322
163232008-02-01 Dave Love <fx@gnu.org>
16324
16325 * Makefile.in: Fix some dependencies.
16326
16327 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
16328 set it to nil before returning.
16329
16330 * composite.c (update_compositions): Fix type error.
16331
16332 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
16333
163342008-02-01 Kenichi Handa <handa@m17n.org>
16335
16336 * xterm.c (x_new_font): Optimize for the case that the font is
16337 already set for the frame.
16338
163392008-02-01 Kenichi Handa <handa@m17n.org>
16340
16341 * chartab.c (char_table_ascii): Check if the char table contents
16342 is sub-char-table or not.
16343 (char_table_set, char_table_set_range): Fix argument to
16344 char_table_ascii.
16345
16346 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
16347 (detect_coding_utf_8, detect_coding_utf_16)
16348 (detect_coding_emacs_mule, detect_coding_iso_2022)
16349 (detect_coding_sjis, detect_coding_big5)
16350 (detect_coding_ccl, detect_coding_charset): Change argument MASK
16351 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
16352 sequence is valid in this coding system. Change callers.
16353 (MAX_ANNOTATION_LENGTH): New macro.
16354 (ADD_ANNOTATION_DATA): New macro.
16355 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
16356 ADD_ANNOTATION_DATA. Change the format of annotation data.
16357 (ADD_CHARSET_DATA): New macro.
16358 (emacs_mule_char): New argument ID. Change callers.
16359 (decode_coding_emacs_mule, decode_coding_iso_2022)
16360 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16361 Produce charset annotation data in coding->charbuf.
16362 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
16363 to charset annotation data in coding->charbuf.
16364 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
16365 coding->common_flags if the coding system is iso-2022 based and
16366 uses designation.
16367 (produce_composition): Adjust for the new annotation data format.
16368 (produce_charset): New function.
16369 (produce_annotation): Handle charset annotation.
16370 (handle_composition_annotation, handle_charset_annotation): New
16371 functions.
16372 (consume_chars): Handle charset annotation. Utilize the above two
16373 functions.
16374 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
16375 buffer, get the deleted text as a string and set
16376 coding->src_object to that string.
16377 (detect_coding, detect_coding_system): Use the new struct
16378 coding_detection_info.
16379
16380 * coding.h (struct coding_detection_info): New structure.
16381 (struct coding_system): Adjust prototype of the member `detector'.
16382 (CODING_ANNOTATE_CHARSET_MASK): New macro.
16383
163842008-02-01 Kenichi Handa <handa@m17n.org>
16385
16386 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
16387
163882008-02-01 Dave Love <fx@gnu.org>
16389
16390 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
16391 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
16392 to new local and nullify apropos_accumulate before returning.
16393 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
16394
163952008-02-01 Kenichi Handa <handa@m17n.org>
16396
16397 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
16398 correctly.
e3eea1fc 16399
aac0c6e3
MR
164002008-02-01 Dave Love <fx@gnu.org>
16401
16402 * fns.c (Flanginfo): Call synchronize_system_time_locale.
16403
164042008-02-01 Kenichi Handa <handa@m17n.org>
16405
16406 The following changes are to make character composition happen
16407 automatically on displaying.
16408
16409 * Makefile.in (lisp, shortlisp): Add composite.elc.
16410
16411 * composite.h (Qauto_composed, Vauto_composition_function)
16412 (Qauto_composition_function): Extern them.
16413
16414 * composite.c (Vcomposition_function_table)
16415 (Qcomposition_function_table): Delete variables.
16416 (Qauto_composed, Vauto_composition_function)
16417 (Qauto_composition_function): New variables.
16418 (run_composition_function): Don't call
16419 compose-chars-after-function.
16420 (update_compositions): Clear `auto-composed' text property.
16421 (compose_chars_in_text): Delete this function.
16422 (syms_of_composite): Staticpro Qauto_composed and
16423 Qauto_composition_function. Declare Vauto_composition_function as
16424 a Lisp variable.
16425
16426 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
16427
16428 * xdisp.c (it_props): Add an entry for Qauto_composed.
16429 (handle_auto_composed_prop): New function.
16430
16431 * xselect.c (selection_data_to_lisp_data): Don't call
16432 compose_chars_in_text.
16433
164342008-02-01 Dave Love <fx@gnu.org>
16435
16436 * keyboard.c (read_char): Modify checking around use of
16437 Vkeyboard_translate_table.
16438
16439 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16440 and fix C types.
16441
164422008-02-01 Kenichi Handa <handa@m17n.org>
16443
16444 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
16445 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16446 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
16447 the case that the last byte is '\r' correctly.
16448 (decode_coding): Flush out the unprocessed data correctly.
16449 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
16450
164512008-02-01 Dave Love <fx@gnu.org>
16452
16453 * xterm.c (XTread_socket): Fix changes for defined keysyms.
16454 Add XK_ISO... case.
16455 (xaw_scroll_callback): Revert last change.
16456
164572008-02-01 Kenichi Handa <handa@m17n.org>
16458
16459 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
16460
164612008-02-01 Kenichi Handa <handa@m17n.org>
16462
16463 * xfaces.c (Vface_resizing_fonts): New variable.
16464 (struct font_name): New member `resizing_ratio'.
16465 (font_resizing_ratio): New function.
16466 (split_font_name): Set font->resizing_ratio.
16467 (better_font_p): Pay attention to font->resizing_ratio.
16468 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
16469 RESX, and RESY fields.
16470 (try_alternative_families): Try scalable fonts if
16471 Vscalable_fonts_allowed is not Qt.
16472 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
16473
164742008-02-01 Dave Love <fx@gnu.org>
16475
16476 * xterm.c (xaw_scroll_callback): Cast correctly.
16477
164782008-02-01 Dave Love <fx@gnu.org>
16479
16480 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
16481 (lispy_kana_keys): Comment out.
16482 (make_lispy_event) [XK_kana_A]: Comment out.
16483
16484 * xterm.c (xaw_scroll_callback): Cast call_data.
16485 (XTread_socket): Deal with ASCII keysyms.
16486 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
16487
164882008-02-01 Dave Love <fx@gnu.org>
16489
16490 * xterm.c (Vx_keysym_table): New.
16491 (syms_of_xterm): Initialize it.
16492 (XTread_socket): Use it.
16493 From head: Eliminate incorrect optimization that tried to avoid
16494 decoding the output of X*LookupString.
16495 (x_get_font_repertory): Delete charset declaration.
16496
164972008-02-01 Kenichi Handa <handa@m17n.org>
16498
16499 * coding.c (detect_coding_charset): If only ASCII bytes are found,
16500 return 0.
16501 (Fdefine_coding_system_internal): Setup
16502 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
16503
165042008-02-01 Dave Love <fx@gnu.org>
16505
16506 * coding.c (Fcheck_coding_system): Doc fix.
16507
16508 * editfns.c (Finsert_byte): Return a proper value.
16509
165102008-02-01 Kenichi Handa <handa@m17n.org>
16511
16512 * coding.c (decode_coding): Fix args to translate_chars. Pay
16513 attention to Vstandard_translation_table_for_decode.
16514 (encode_coding): Fix args to translate_chars. Pay attention to
16515 Vstandard_translation_table_for_encode.
16516
16517 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
16518 SINGLE_BYTE_CHAR_P.
16519
16520 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
16521 not by SINGLE_BYTE_CHAR_P.
16522
16523 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
16524 SINGLE_BYTE_CHAR_P.
16525
16526 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
16527 SINGLE_BYTE_CHAR_P.
16528
16529 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
16530 by SINGLE_BYTE_CHAR_P.
16531
16532 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
16533 SINGLE_BYTE_CHAR_P.
16534
165352008-02-01 Dave Love <fx@gnu.org>
16536
16537 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
16538
165392008-02-01 Dave Love <fx@gnu.org>
16540
16541 * fns.c (Flanginfo): Fix typo.
16542
16543 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
16544
165452008-02-01 Kenichi Handa <handa@m17n.org>
16546
16547 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
16548 (detect_coding_emacs_mule, detect_coding_iso_2022)
16549 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
16550 incomplete byte sequence. Don't update *mask when correctly detected.
16551 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
16552 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
16553 (detect_coding, detect_coding_system): Adjust for the changes above.
16554
165552008-02-01 Kenichi Handa <handa@m17n.org>
16556
16557 * character.c (char_string): Rename from
16558 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
16559 (string_char): Rename from string_char.
16560
16561 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
16562 if C is greater than MAX_3_BYTE_CHAR.
16563 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
16564 string_char instead of string_char_with_unification.
16565
165662008-02-01 Dave Love <fx@gnu.org>
16567
16568 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
16569
165702008-02-01 Kenichi Handa <handa@m17n.org>
16571
16572 * keymap.c (push_key_description): Pay attention to force_multibyte.
16573
16574 * regex.c (re_search_2): Fix for the case of unibyte buffer.
16575
165762008-02-01 Dave Love <fx@gnu.org>
16577
16578 * charset.c (define_charset_internal): Rename `supprementary'.
16579
16580 * Makefile.in (lisp, shortlisp): Remove latin-N.
16581
165822008-02-01 Dave Love <fx@gnu.org>
16583
16584 * xfns.c (x_window, x_window): Use use_xim.
16585
16586 * xterm.c (use_xim): Initialize.
16587 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
16588 (x_term_init): Maybe set use_xim.
16589
16590 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
16591
165922008-02-01 Kenichi Handa <handa@m17n.org>
16593
16594 * search.c (search_buffer): Fix case-fold-search of multibyte
16595 characters.
16596 (boyer_moore): Rename the last argument to char_high_bits.
16597
165982008-02-01 Kenichi Handa <handa@m17n.org>
16599
16600 * xdisp.c (display_string): Fix for the case of zero width glyph.
16601
16602 * xfns.c (x_set_font): Change the error message of the case that
16603 x_new_fontset returns Qt.
16604
16605 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
16606 (Finternal_set_lisp_face_attribute): Use signal_error for the
16607 error of invalid fontset.
16608
16609 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
16610 fontset, return Qt.
16611
166122008-02-01 Dave Love <fx@gnu.org>
16613
16614 * unexelf.c (unexec): Make .got handling not SGI-specific.
16615
16616 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
16617
16618 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
16619
16620 * keyboard.c (read_key_sequence): Fix type error.
16621
16622 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
16623 type error.
16624
16625 * fontset.c (fontset_add): Return Lisp_Object.
16626
166272008-02-01 Dave Love <fx@gnu.org>
16628
16629 * charset.h (charset_ordered_list_tick): Declare extern.
16630
166312008-02-01 Kenichi Handa <handa@m17n.org>
16632
16633 The following changes (and some of 2008-02-01 changes of mine) are
16634 for handling syntax, category, and case conversion for unibyte
16635 characters by converting them to multibyte on the fly. With these
16636 changes, we don't have to setup syntax and case tables for unibyte
16637 characters in each language environment.
16638
16639 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
16640 multibyte if necessary.
16641
16642 * bytecode.c (Fbyte_code): Likewise.
16643
16644 * character.h (LEADING_CODE_LATIN_1_MIN)
16645 (LEADING_CODE_LATIN_1_MAX): New macros.
16646 (unibyte_to_multibyte_table): Extern it.
16647 (unibyte_char_to_multibyte): New macro.
16648 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
16649 (CHAR_LEADING_CODE): New macro.
16650 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
16651
16652 * character.c (unibyte_to_multibyte_table): New variable.
16653 (unibyte_char_to_multibyte): Move to character.h and define as macro.
16654 (multibyte_char_to_unibyte): If C is an eight-bit character,
16655 convert it to the corresponding byte value.
16656
16657 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
16658 not 1, signals an error. Update the elements of
16659 unibyte_to_multibyte_table.
16660 (init_charset_once): Initialize unibyte_to_multibyte_table.
16661 (syms_of_charset): Define the charset `iso-8859-1'.
16662
16663 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
16664 as is without converting it to unibyte. In a unibyte buffer,
16665 convert C to multibyte before checking the syntax.
16666
16667 * lisp.h (unibyte_char_to_multibyte): Delete extern.
16668
16669 * minibuf.c (Fminibuffer_complete_word): Use the macro
16670 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
16671
16672 * regex.h (struct re_pattern_buffer): New member target_multibyte.
16673
16674 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
16675 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
16676 that is zero, convert an eight-bit char to multibyte.
16677 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
16678 non-emacs case.
16679 (PATFETCH): Convert an eight-bit char to multibyte.
16680 (HANDLE_UNIBYTE_RANGE): New macro.
16681 (regex_compile): Setup the compiled pattern for multibyte chars
16682 even if the given regex string is unibyte. Use PATFETCH_RAW
16683 instead of PATFETCH in many places. To handle `charset'
16684 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
16685 only for ASCII chars.
16686 (analyse_first) <exactn>: Simplify because the compiled pattern
16687 is multibyte.
16688 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
16689 <charset>: Use CHAR_LEADING_CODE to get leading codes.
16690 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
16691 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
16692 multibyte always 1.
16693 (re_search_2): In emacs, set the locale variable multibyte to 1,
16694 otherwise to 0. New local variable target_multibyte. Check it
16695 to decide the multibyteness of STR1 and STR2. If
16696 target_multibyte is zero, convert unibyte chars to multibyte
16697 before translating and checking fastmap.
16698 (TARGET_CHAR_AND_LENGTH): New macro.
16699 (re_match_2_internal): In emacs, set the locale variable multibyte
16700 to 1, otherwise to 0. New local variable target_multibyte. Check
16701 it to decide the multibyteness of STR1 and STR2. Use
16702 TARGET_CHAR_AND_LENGTH to fetch a character from D.
16703 <charset, charset_not>: If multibyte is nonzero, check fastmap
16704 only for ASCII chars. Call bcmp_translate with
16705 target_multibyte, not with multibyte.
16706 <begline>: Declare the local variable C as `unsigned'.
16707 (bcmp_translate): Change the last arg name to target_multibyte.
16708
16709 * search.c (compile_pattern_1): Don't adjust the multibyteness of
16710 the regexp pattern and the matching target. Set cp->buf.multibyte
16711 to the multibyteness of the regexp pattern. Set
16712 cp->but.target_multibyte to the multibyteness of the matching target.
16713 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
16714 FETCH_STRING_CHAR_ADVANCE.
16715 (Freplace_match): Convert unibyte chars to multibyte.
16716
16717 * syntax.c (char_quoted, back_comment, scan_words)
16718 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
16719 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
16720 unibyte chars to multibyte.
16721 (skip_chars): Delete the arg syntaxp, and move the code for
16722 handling syntaxes to skip_syntaxes. Change callers.
16723 Fix the case that the multibyteness of STRING and the current
16724 buffer doesn't match.
16725 (skip_syntaxes): New function.
16726 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
16727 SINGLE_BYTE_CHAR_P.
16728
167292008-02-01 Kenichi Handa <handa@m17n.org>
16730
16731 * xfaces.c (QCfontset): New variable.
16732 (LFACE_FONTSET): New macro.
16733 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
16734 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
16735 (Finternal_set_lisp_face_attribute)
16736 (Finternal_get_lisp_face_attribute): Handle QCfontset.
16737 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
16738 check also LFACE_FONTSET_INDEX.
16739 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
16740 attrs[LFACE_FONT_INDEX].
16741 (syms_of_xfaces): Intern and staticpro QCfontset.
16742
16743 * dispextern.h (enum lface_attribute_index): New member
16744 LFACE_FONTSET_INDEX.
16745
16746 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
16747
167482008-02-01 Kenichi Handa <handa@m17n.org>
16749
16750 * coding.c (coding_set_destination): Fix coding->destination for
16751 the case converting a region.
16752 (encode_coding_utf_8): Encode eight-bit chars as single byte.
16753 (encode_coding_object): Fix coding->dst_pos and
16754 coding->dst_pos_byte for the case converting a region.
16755
16756 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
16757
16758 * character.h (BYTE8_STRING): New macro.
16759
16760 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
16761
167622008-02-01 Kenichi Handa <handa@m17n.org>
16763
16764 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
16765 characters by octal form.
16766
16767 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
16768
16769 * buffer.h (_fetch_multibyte_char_len): Delete extern.
16770 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
16771 _fetch_multibyte_char_len.
16772 (FETCH_CHAR_AS_MULTIBYTE): New macro.
16773
16774 * casetab.c (set_canon, set_identity, shuffle): Simplify.
16775
16776 * casefiddle.c (casify_object): Simplify. Handle the case that
16777 the case conversion change the byte length.
16778 (casify_region): Likewise.
16779
16780 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
16781
16782 * character.c (_fetch_multibyte_char_len): Delete this variable.
16783 (syms_of_character): Setup Vprintable_chars.
16784
16785 * editfns.c (Fchar_equal): Fix for the unibyte case.
16786 (Finsert_byte): New function.
16787 (syms_of_editfns): Defsubr it.
16788
16789 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
16790 of direct code 0x3ffff.
16791
16792 * search.c (Freplace_match): Fix for the unibyte case.
16793
167942008-02-01 Kenichi Handa <handa@m17n.org>
16795
16796 * lread.c (safe_to_load_p): Fix the logic.
16797
16798 * syntax.c (scan_words): Don't treat characters belonging to
16799 different scripts as constituting a word.
16800
16801 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16802
16803 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
16804
16805 * emacs.c (main): In the case of --unibyte, instead of aborting on
16806 finding non-empty buffer, make it unibyte.
16807
168082008-02-01 Kenichi Handa <handa@m17n.org>
16809
16810 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
16811 to create a fontset.
16812
168132008-02-01 Dave Love <fx@gnu.org>
16814
16815 * character.c (Funibyte_char_to_multibyte): Doc fix.
16816
16817 * xfns.c [HAVE_STDLIB_H]: Fix last change.
16818
168192008-02-01 Kenichi Handa <handa@m17n.org>
16820
16821 * fontset.c (fontset_add): Make the type `int'.
16822 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
16823
16824 * character.c (unibyte_char_to_multibyte)
16825 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
16826 charset_unibyte, not charset_primary.
16827
16828 * charset.h (charset_unibyte): Extern it instead of charset_primary.
16829
16830 * charset.c (charset_unibyte): Rename from charset_primary.
16831 (Funibyte_charset): Rename from Fprimary_charset.
16832 (Fset_unibyte_charset): Rename from Fset_primary_charset.
16833 (syms_of_charset): Adjust for the above changes.
16834
16835 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
16836 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
16837 it->multibyte_p is zero.
16838
16839 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
16840 Delete extern.
16841
168422008-02-01 Kenichi Handa <handa@m17n.org>
16843
16844 * coding.c (Fdefine_coding_system_internal): Fix category setting
16845 for a coding system of type iso-2022.
16846
168472008-02-01 Kenichi Handa <handa@m17n.org>
16848
16849 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
16850
168512008-02-01 Kenichi Handa <handa@m17n.org>
16852
16853 * syntax.c (Vnext_word_boundary_function_table): New variable.
16854 (next-word-boundary-function-table): Declare it as a Lisp variable
16855 in syms_of_syntax.
16856 (scan_words): Call functions in Vnext_word_boundary_function_table
16857 if any.
16858
16859 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
16860
16861 * fontset.c (fs_load_font): If fontp->charset is not negative,
16862 return fontp without setting its members.
16863
168642008-02-01 Dave Love <fx@gnu.org>
16865
16866 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
16867
16868 * m/sparc.h (HAVE_ALLOCA): Delete.
16869
16870 * s/irix6-5.h: Don't include strings.h.
16871 (bcopy, bzero, bcmp): Don't undef.
16872
16873 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
16874
16875 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
16876 (TIOCSIGSEND): Don't test IRIX6.
16877 (bcopy, bzero, bcmp): Define conditionally.
16878
168792008-02-01 Kenichi Handa <handa@m17n.org>
16880
16881 * buffer.c (Qas, Qmake, Qto): New variables.
16882 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
16883 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
16884
16885 * callproc.c (Fcall_process): Don't call insert_1_both directly if
16886 we are inserting a process output into a multibyte buffer.
16887
16888 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
16889 multibyte_char_to_unibyte.
16890
16891 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
16892 by the primary charset, make it eight-bit char.
16893 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
16894
16895 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
16896 (charset_8_bit__control, charset_8_bit_graphic)
16897 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
16898 (define_charset_internal): New function.
16899 (syms_of_charset): Call define_charset_internal for pre-defined
16900 charsets.
16901
16902 * charset.h (charset_8_bit): Extern it.
16903
16904 * coding.c (make_conversion_work_buffer): Adjust for the change
16905 of Fset_buffer_multibyte.
16906 (encode_coding_raw_text): Increment p0 in the loop.
16907
16908 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
16909
16910 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
16911 for the change of Fset_buffer_multibyte.
16912
16913 * fns.c (Fstring_to_multibyte): New function.
16914 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
16915
169162008-02-01 Dave Love <fx@gnu.org>
16917
16918 * xfns.c (x_put_x_image): Declare args.
16919
16920 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
16921 (try_font_list): Declare an arg.
16922
16923 * xdisp.c (message2_nolog, set_message): Declare an arg.
16924
16925 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
16926
16927 * syntax.c (scan_sexps_forward): Declare an arg.
16928
16929 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
16930 Declare an arg.
16931
16932 * lisp.h (Fnew_fontset): Declare.
16933
16934 * keymap.c (push_key_description): Call CHARACTERP correctly.
16935
16936 * fontset.c (fontset_add): Declare args. Call make_number correctly.
16937 (face_for_char): Delete unused vars.
16938 (Fset_fontset_font): Doc fix. Delete unused vars.
16939
16940 * doc.c (Fsubstitute_command_keys): Delete unused vars.
16941
16942 * composite.c (update_compositions): Declare arg.
16943
16944 * cm.c (calccost, cmgoto): Declare args.
16945
16946 * charset.c: Remove `emacs' conditional. Doc fixes.
16947 (map_char_table_for_charset): Declare.
16948
16949 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
16950
16951 * ccl.c: Remove `emacs' conditional.
16952
169532008-02-01 Kenichi Handa <handa@m17n.org>
16954
16955 The following changes are to allow specifying multiple font
16956 patterns for a character range (specified by script or charset).
16957
16958 * Makefile.in (abbrev.o): Depend on syntax.h.
16959 (xfaces.o): Depend on charset.h.
16960
16961 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
16962 SINGLE_BYTE_CHAR_P.
16963
16964 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
16965
16966 * character.h (Vchar_script_table): Extern it.
16967
16968 * character.c (Vscript_alist): Delete.
16969 (Vchar_script_table, Qchar_script_table): New variable.
16970 (syms_of_character): Declare Vchar_script_table as a lisp variable
16971 and initialize it.
16972
16973 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
16974 have property char-table-extra-slots, make no extra slot.
16975
16976 * dispextern.h (struct face): Delete member `charset'.
16977 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
16978 SINGLE_BYTE_CHAR_P.
16979 (choose_face_font, lookup_non_ascii_face, font_name_registry):
16980 Add prototypes.
16981 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
16982 (generate_ascii_font_name): Rename from generate_ascii_font.
16983
16984 * fontset.h (get_font_repertory_func): New prototype.
16985 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
16986 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
16987
16988 * fontset.c (Qprepend, Qappend): New variables.
16989 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
16990 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
16991 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
16992 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
16993 (fontset_ref_and_range, fontset_add, reorder_font_vector)
16994 (load_font_get_repertory): New functions.
16995 (fontset_set): Delete.
16996 (fontset_face): New arg FACE. Return face ID, not face.
16997 Complete re-write to handle new fontset structure. Change caller.
16998 (free_face_fontset): Use ASET istead of AREF (X) = Y.
16999 (face_for_char): Don't call lookup_face.
17000 (make_fontset_for_ascii_face): New arg FACE.
17001 (fs_load_font): New arg CHARSET_ID. Don't check
17002 Vfont_encoding_alist here.
17003 (find_font_encoding): New function.
17004 (list_fontsets): Use STRINGP, not ! NILP.
17005 (accumulate_script_ranges): New function.
17006 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17007 re-written to handle new fontset structure.
17008 (Ffontset_font): Return a copy of element.
17009 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
17010 docstring of font-encoding-alist.
17011
17012 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17013 (Fset_fotset_font): Fix arguments to 5.
17014
17015 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17016
17017 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17018 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17019 (highlight_trailing_whitespace): Adjust for the change of
17020 lookup_named_face.
17021
17022 * xfaces.c: Include charset.h.
17023 (load_face_font): Delete argument C. Change caller.
17024 (generate_ascii_font_name): Rename from generate_ascii_font.
17025 (font_name_registry): New function.
17026 (cache_face): Store ascii faces before non-ascii faces in buckets.
17027 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
17028 Lookup only ascii faces.
17029 (lookup_non_ascii_face): New function.
17030 (lookup_named_face): Delete argument C. Change caller.
17031 (lookup_derived_face): Delete argument C. Change caller.
17032 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
17033 a string, just call font_list with it.
17034 (choose_face_font): Delete arguments FACE and C. New arg
17035 FONT_SPEC. Change caller.
17036 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17037 Change caller.
17038 (realize_non_ascii_face): New function.
17039 (realize_x_face): Call load_face_font here.
17040 (realize_tty_face): Delete argument C. Change caller.
17041 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17042 get a face ID.
17043 (dump_realized_face): Don't print charset of FACE.
17044
17045 * xfns.c (x_set_font): Always call x_new_fontset and
17046 store_frame_parameter.
17047 (Fx_create_frame): Call x_new_fontset, not x_new_font.
17048 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17049
17050 * xterm.h (x_get_font_repertory): Extern it.
17051
17052 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17053 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17054 it->multibyte_p is zero.
17055 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17056 (x_new_fontset): If FONTSETNAME doesn't match any existing
17057 fontsets, create a new one.
17058 (x_get_font_repertory): New function.
17059
170602008-02-01 Kenichi Handa <handa@m17n.org>
17061
17062 * coding.c (Ffind_coding_systems_region_internal): Detect an
17063 ASCII only string correctly.
17064
17065 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
17066 version is 0.
17067
170682008-02-01 Kenichi Handa <handa@m17n.org>
17069
17070 * lread.c: Include "coding.h".
17071 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
17072 (load_each_byte, unread_char): New variables.
17073 (readchar_backlog): Delete.
17074 (readchar): Return a character unless load_each_byte is nonzero.
17075 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
17076 cons. If unread_char is not -1, simply return it.
17077 (unreadchar): Handle the case that readcharfun is
17078 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
17079 (read_multibyte): Delete.
17080 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
17081 (read_emacs_mule_char): New functions.
17082 (Fload): Even if the file doesn't have the extension ".elc", if
17083 safe_to_load_p returns a positive version number, assume that the
17084 file contains bytecompiled code. If the version is less than 22,
17085 load the file while decoding multibyte sequences by emacs-mule.
17086 (readevalloop): Don't use readchar_backlog.
17087 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
17088 (Fread_from_string): Pay attention to the case that STREAM is a cons.
17089 (read_escape): Delete the arg BYTEREP.
17090 (read1): Set load_each_byte to 1 temporarily while handling
17091 #@NUMBER. Don't call read_multibyte.
17092 (read_vector): Call Fread with a cons. If readcharfun is
17093 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
17094 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
17095 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
17096 and Qload_force_doc_strings.
17097
170982008-02-01 Kenichi Handa <handa@m17n.org>
17099
17100 * xdisp.c (face_before_or_after_it_pos): Call
17101 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17102
171032008-02-01 Kenichi Handa <handa@m17n.org>
17104
17105 * character.h (TRAILING_CODE_P): New macro.
17106 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
17107 (string_char_with_unification): Fix prototype.
17108 (Vscript_alist): Extern it.
17109
17110 * character.c (Vscript_alist): New variable.
17111 (string_char_with_unification, str_as_unibyte)
17112 (string_escape_byte8): Add `const' to local variables.
17113 (syms_of_character): Declare script-alist as a Lisp variable.
17114
17115 * charset.h (Vcharset_ordered_list): Extern it.
17116 (charset_ordered_list_tick): Extern it.
17117 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
17118 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
17119 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
17120 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
17121 (Funify_charset): Adjust for the change of Funify_charset.
17122
17123 * charset.c (charset_ordered_list_tick): New variable.
17124 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
17125 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
17126 deunify intead of unify a charset.
17127 (string_xstring_p): Add `const' to local variables.
17128 (find_charsets_in_text): Add `const' to arguments and local variables.
17129 (encode_char): Adjust for the change of Funify_charset. Fix
17130 detecting of invalid code.
17131 (Fset_charset_priority): Increment charset_ordered_list_tick.
17132 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
17133 and TO_CODE.
17134
17135 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
17136 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
17137 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
17138 (decode_coding_ccl, consume_chars)
17139 (Ffind_coding_systems_region_internal)
17140 (Fcheck_coding_systems_region): Add `const' to local variables.
17141
17142 * print.c (print_object): Use octal form for printing the
17143 contents of a bool vector.
17144
171452008-02-01 Dave Love <fx@gnu.org>
17146
17147 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
17148 <version == 20>: Refuse to load.
17149
171502008-02-01 Dave Love <fx@gnu.org>
17151
17152 * fns.c: Move coding.h.
17153 (Qcodeset, Qdays, Qmonths): New.
17154 (concat): Use CHARACTERP instead of INTEGERP.
17155 (Flocale_codeset): Delete.
17156 (Flanginfo): New function.
17157 (syms_of_fns): Change accordingly.
17158
17159 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
17160
171612008-02-01 Dave Love <fx@gnu.org>
17162
17163 * casetab.c (init_casetab_once, init_casetab_once): Fix
17164 CHAR_TABLE_SET call.
17165
17166 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
17167
17168 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
17169
17170 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
17171 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
17172 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
17173
17174 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
17175
17176 * coding.c (ENCODE_DESIGNATION, decode_eol)
17177 (make_conversion_work_buffer, code_conversion_restore)
17178 (Fdefine_coding_system_internal): Convert Lisp types.
17179 (code_conversion_restore): Use EQ, not ==.
17180 (Fencode_coding_string): Fix code_convert_string call.
17181
17182 * coding.h (code_convert_region): Fix prototype.
17183
17184 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
17185
17186 * fontset.c (fontset_ref, fontset_set, fs_load_font)
17187 (Ffontset_info): Convert Lisp types.
17188
17189 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
17190
17191 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
17192
17193 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
17194
17195 * chartab.c: Include "...h", not <...h> in some cases.
17196
17197 * callproc.c (Fcall_process): Remove unused variables.
17198
171992008-02-01 Dave Love <fx@gnu.org>
17200
17201 * coding.c (Fset_coding_system_priority): Allow null arg list.
17202
172032008-02-01 Dave Love <fx@gnu.org>
17204
17205 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17206 (Fself_insert_and_exit): Use CHARACTERP.
17207
17208 * callproc.c (Fcall_process): Remove unused vars.
17209
17210 * xterm.c (XTread_socket): Add extra dead keysyms.
17211
17212 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
17213
17214 * dispextern.h: Remove prototypes for redraw_frame,
17215 redraw_garbaged_frames.
17216
17217 * cmds.c (Fself_insert_command): Use CHARACTERP.
17218
17219 * chartab.c (make_sub_char_table): Remove unused var.
17220 (Fset_char_table_default, Fmap_char_table): Doc fix.
17221
17222 * keymap.c (access_keymap): Remove generic char code.
17223 (push_key_description): Use CHARACTERP.
17224
172252008-02-01 Dave Love <fx@gnu.org>
17226
17227 * charset.c: Doc fixes.
17228 (Funify_charset): Extra checking.
17229
172302008-02-01 Dave Love <fx@gnu.org>
17231
17232 * lread.c: Remove some unused variables.
17233 (safe_to_load_p): If safe, return the magic number version byte.
17234 (Fload): Maybe use load-with-code-conversion.
17235
172362008-02-01 Kenichi Handa <handa@m17n.org>
17237
17238 * category.c (Fmodify_category_entry): Don't modify the contents
17239 of category_set for characters out of the range. Avoid
17240 unnecessary modification.
17241
17242 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
17243 Vchar_unify_table. The default value of the table is now nil.
17244
17245 * character.c (syms_of_character): Setup Vchar_width_table for
17246 eight-bit-control and raw-byte chars.
17247
17248 * charset.h (enum define_charset_arg_index): Delete
17249 charset_arg_parents and add charset_arg_subset and
17250 charset_arg_superset.
17251 (enum charset_attr_index): Delete charset_parents and add
17252 charset_subset and charset_superset.
17253 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
17254 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
17255 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
17256 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
17257 (CHARSET_SUPERSET): New macros.
17258 (charset_work): Extern it.
17259 (ENCODE_CHAR): Use charset_work.
17260 (CHAR_CHARSET_P): Adjust for the change of encoder format.
17261 (map_charset_chars): Extern it.
17262
17263 * charset.c (load_charset_map): Set the default value of encoder
17264 and deunifier char-tables to nil.
17265 (map_charset_chars): Change argument. Change callers. Use
17266 map_char_table_for_charset instead of map_char_table.
17267 (Fmap_charset_chars): New optional args from_code and to_code.
17268 (Fdefine_charset_internal): Adjust for the change of
17269 `define-charset' (:parents -> :subset or :superset).
17270 (charset_work): New variable.
17271 (encode_char, syms_of_charset): Adjust for the change of
17272 Fdefine_charset_internal.
17273 (Ffind_charset_string): Setup the vector `charsets' correctly.
17274
17275 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
17276 the previous change.
17277 (char_table_ref_and_range): Adjust for the above change.
17278 (map_sub_char_table_for_charset): New function.
17279 (map_char_table_for_charset): New function.
17280
17281 * keymap.c (describe_vector): Handle a char-table directly here.
17282 (describe_char_table): Delete.
17283
17284 * lisp.h (map_charset_chars): Delete.
17285
172862008-02-01 Dave Love <fx@gnu.org>
17287
17288 * fns.c (count_combining): Comment out (unused).
17289 (Flocale_codeset): New.
17290 (syms_of_fns): Defsubr it.
17291
17292 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
17293 (size_t): Remove.
17294
172952008-02-01 Dave Love <fx@gnu.org>
17296
17297 * Makefile.in (chartab.o): Depend on charset.h.
17298
172992008-02-01 Kenichi Handa <handa@m17n.org>
17300
17301 * character.c (syms_of_character): Set the default value of
17302 Vprintable_chars to Qnil.
17303
173042008-02-01 Dave Love <fx@gnu.org>
17305
17306 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
17307
173082008-02-01 Kenichi Handa <handa@m17n.org>
17309
17310 * charset.c (load_charset_map): Handle the case that from < to
17311 correctly.
17312
17313 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
17314 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
17315 Pay attention to raw-8-bit chars.
17316
173172008-02-01 Kenichi Handa <handa@m17n.org>
17318
17319 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
17320 It is not bytecompiled now.
17321
17322 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
17323 (charset_jisx0208): New variables.
17324 (Fdefine_charset_internal): Setup them if appropriate.
17325 (init_charset_once): Initialize them to -1.
17326
17327 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
17328 (charset_jisx0208): Extern them.
17329
17330 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
17331 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
17332 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
17333 (setup_iso_safe_charsets): Fix arguments to Fassq.
17334 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
17335 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
17336 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
17337 (encode_coding_iso_2022): Change the 1st arg to
17338 ENCODE_ISO_CHARACTER to a variable.
17339
173402008-02-01 Kenichi Handa <handa@m17n.org>
17341
17342 * charset.h (enum define_charset_arg_index): New enums
17343 charset_arg_min_code and charset_arg_max_code.
17344 (struct charset): New member char_index_offset.
17345
17346 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
17347 Take charset->char_index_offset into account.
17348 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
17349 args[charset_arg_max_code]. Setup charset.char_index_offset.
17350 (syms_of_charset): Fix args to Fdefine_charset_internal.
17351
173522008-02-01 Dave Love <fx@gnu.org>
17353
17354 * coding.c (decode_coding_utf_8): Reject overlong sequences.
17355
173562008-02-01 Dave Love <fx@gnu.org>
17357
17358 * coding.c: Doc fixes.
17359 (Fcoding_system_aliases): Fix return value.
17360 (Qmac): Remove (duplicated) definition.
17361
173622008-02-01 Dave Love <fx@gnu.org>
17363
362654a6
JB
17364 * charset.c (Fcharset_priority_list, Fset_charset_priority):
17365 New functions.
aac0c6e3
MR
17366
17367 * character.c (Fstring): Doc fix.
17368
17369 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
17370
362654a6 17371 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
17372 (font-encoding-alist): Doc fix.
17373
173742008-02-01 Dave Love <fx@gnu.org>
17375
17376 * term.c (costs_set): Declare static, non-initialized for pcc.
17377 (encode_terminal_code): Remove unused var.
17378
17379 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
17380 for K&R.
17381
17382 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
17383
17384 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
17385 (suffixes): Move out of make_subsidiaries for K&R.
17386
17387 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
17388
17389 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
17390
173912008-02-01 Dave Love <fx@gnu.org>
17392
17393 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
17394
17395 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
17396
173972008-02-01 Yong Lu <lyongu@asia-infonet.com>
17398
17399 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
17400
17401 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
17402
174032008-02-01 Kenichi Handa <handa@m17n.org>
17404
17405 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
17406 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
17407
174082008-02-01 Kenichi Handa <handa@m17n.org>
17409
17410 * coding.c (decode_coding_charset): Adjust for the change of
17411 Fdefine_coding_system_internal.
17412 (Fdefine_coding_system_internal): For a coding system of
17413 `charset' type, store a list of charset IDs in
17414 `charset_attr_charset_valids' element of coding attributes.
17415
174162008-02-01 Kenichi Handa <handa@m17n.org>
17417
17418 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
17419 (emacs_mule_char): New arg src. Delete arg `composition'. Change
17420 caller. Handle 2-byte and 3-byte charsets correctly.
17421 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
17422 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
17423 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
17424 (DECODE_EMACS_MULE_21_COMPOSITION): Call
17425 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
17426 sequence.
17427 (decode_coding_emacs_mule): Handle composition correctly. Rewind
17428 `src' and `consumed_chars' correctly before calling emacs_mule_char.
17429 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
17430 and alt&rule composition.
17431 (decode_coding_iso_2022): Handle composition correctly.
17432 (init_coding_once): Setup emacs_mule_bytes for private charsets.
17433
17434 * charset.c (Fdefine_charset_internal): Fix bug for the case of
17435 re-defining a charset. If the charset has :emacs-mule-id, setup
17436 emacs_mule_bytes.
17437 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
17438
174392008-02-01 Kenichi Handa <handa@m17n.org>
17440
17441 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
17442 (encode_coding_big5, encode_coding_charset): If coding requires safe
17443 encoding, produce a character specified by
17444 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
17445
174462008-02-01 Dave Love <fx@gnu.org>
17447
17448 * xterm.c (XSetIMValues): Declare.
17449
17450 * process.c: Conditionally include sys/wait.h, pty.h.
17451
17452 * print.c (print_object): Fix print format for 64-bit systems.
17453
17454 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
17455
17456 * buffer.c (emacs_strerror): Declare.
17457
17458 * fontset.c (Fclear_face_cache): Declare.
17459 (accumulate_font_info): Comment-out (unused).
17460 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
17461 variables.
17462
17463 * character.h (string_escape_byte8): Declare.
17464
17465 * charset.c (load_charset_map, load_charset_map_from_file): Remove
17466 unused vars.
17467 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
17468 (Fmap_charset_chars): Doc fix.
17469
17470 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
17471 (Fset_coding_system_priority, Fset_coding_system_priority)
17472 (Fdefine_coding_system_internal): Doc fix.
17473
174742008-02-01 Dave Love <fx@gnu.org>
17475
17476 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
17477
174782008-02-01 Kenichi Handa <handa@m17n.org>
17479
17480 * character.c (string_escape_byte8): Make multibyte string with
17481 correct size.
17482
17483 * charset.c (Fmake_char): Delete unnecessary code.
17484
174852008-02-01 Kenichi Handa <handa@m17n.org>
17486
17487 * xfns.c (x_encode_text): Allocate coding.destination here, and
17488 call encode_coding_object with dst_object Qnil.
17489
17490 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
17491 multibyte form correctly.
17492
17493 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
17494 against Vfont_encoding_alist.
17495
17496 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
17497 handling of charset list.
17498 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
17499 (decode_coding_object): Move point to coding->dst_pos before
17500 calling post-read-conversion function.
17501 (encode_coding_object): Give correct arguments to
17502 pre-write-conversion. Ignore the return value of
17503 pre-write-conversion function. Pay attention to the case that
17504 pre-write-conversion changes the current buffer. If dst_object is
17505 Qt, even if coding->src_bytes is zero, allocate at least one byte
17506 to coding->destination.
17507
17508 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
17509
17510 * charset.c (Fmake_char): Make it more backward compatible.
17511 (Fmap_charset_chars): Fix docstring.
17512
175132008-02-01 Dave Love <fx@gnu.org>
17514
17515 * coding.c: Doc fixes.
17516 (Fdefine_coding_system_alias): Use names, not symbols, in
17517 coding-system-alist.
17518
175192008-02-01 Kenichi Handa <handa@m17n.org>
17520
17521 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
17522 of calling free_realized_face.
17523
175242008-02-01 Yong Lu <lyongu@asia-infonet.com>
17525
17526 * charset.c (read_hex): Don't treat SPC as a comment starter.
17527 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
17528 (Fdecode_char): Fix typo.
17529
175302008-02-01 Kenichi Handa <handa@m17n.org>
17531
17532 * charset.h (struct charset): New member `code_space_mask'.
17533
17534 * coding.c (coding_set_source): Delete the local variable beg_byte.
17535 (encode_coding_charset, Fdefine_coding_system_internal):
17536 Delete the local variable charset.
17537 (Fdefine_coding_system_internal): Setup
17538 attrs[coding_attr_charset_valids] correctly.
17539
17540 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
17541 member to check if CODE is valid or not.
17542 (Fdefine_charset_internal): Initialize `code_space_mask' member.
17543 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
17544 is within the range of charset->min_code and carset->max_code.
17545
175462008-02-01 Dave Love <fx@gnu.org>
17547
17548 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
17549
17550 * dispextern.h (generate_ascii_font): Fix return type.
17551
17552 * xfaces.c (generate_ascii_font): Fix arg declaration.
17553
17554 * coding.c (coding_inherit_eol_type)
17555 (Fset_terminal_coding_system_internal)
17556 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
17557
175582008-02-01 Kenichi Handa <handa@m17n.org>
17559
17560 * coding.c (decode_coding_charset, encode_coding_charset): Handle
17561 multiple charsets correctly.
17562
175632008-02-01 Kenichi Handa <handa@m17n.org>
17564
17565 * search.c (boyer_moore): Fix handling of multibyte character
17566 translation.
17567
17568 * xdisp.c (display_mode_element): When the variable `elt' is
17569 changed, update `this' and `lisp_string'.
17570
175712008-02-01 Kenichi Handa <handa@m17n.org>
17572
17573 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
17574
17575 * callproc.c (Fcall_process): Be sure to give the current buffer
17576 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
17577
17578 * charset.c (struct charset_map_entries): New struct.
17579 (load_charset_map): Rename from parse_charset_map. New args
17580 entries and n_entries. Change caller.
17581 (load_charset_map_from_file): Rename from load_charset_map.
17582 Change caller. New arg control_flag. Call load_charset_map at
17583 the tail.
17584 (load_charset_map_from_vector): New function.
17585 (Fdefine_charset_internal): Setup charset.compact_codes_p.
17586 (encode_char): If the charset is compact, change a character index
17587 to a code point.
17588
17589 * coding.c (coding_alloc_by_making_gap): Check the case that the
17590 source and destination are the same correctly.
17591 (decode_coding_raw_text): Set coding->consumed_char and
17592 coding->consumed to 0.
17593 (produce_chars): If coding->chars_at_source is nonzero, update
17594 coding->consumed_char and coding->consumed before calling
17595 alloc_destination.
17596 (Fdefine_coding_system_alias): Register ALIAS in
17597 Vcoding_system_alist.
17598 (syms_of_coding): Define `no-conversion' coding system at the tail.
17599
17600 * fileio.c (Finsert_file_contents): Set coding_system instead of
17601 val. If the current buffer is multibyte, always call
17602 decode_coding_gap.
17603
17604 * xfaces.c (try_font_list): Give higher priority to fontset's
17605 family than face's family.
17606
176072008-02-01 Kenichi Handa <handa@m17n.org>
17608
17609 * callproc.c (Fcall_process): Be sure to give the current buffer
17610 to decode_coding_c_string.
17611
17612 * xfaces.c (try_font_list): Give a family specified in a fontset
17613 higher priority than a family specified in a face.
17614
176152008-02-01 Kenichi Handa <handa@m17n.org>
17616
17617 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
17618 Fix arguments to insert_from_buffer.
17619
17620 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
17621
176222008-02-01 Kenichi Handa <handa@m17n.org>
17623
17624 * coding.c (produce_chars): Set the variable `multibytep' correctly.
17625 (decode_coding_gap): Set coding->dst_multibyte correctly.
17626
176272008-02-01 Kenichi Handa <handa@m17n.org>
17628
17629 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
17630 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
17631 (encode_coding_utf_16): Substitute coding->default_char for
17632 non-Unicode characters.
17633 (decode_coding): Don't call record_insert here.
17634 (setup_coding_system): Initialize `surrogate' of
17635 coding->spec.utf_16 to 0.
17636 (EMIT_ONE_BYTE): Fix for multibyte case.
17637
17638 * insdel.c (insert_from_gap): Call record_insert.
17639
176402008-02-01 Kenichi Handa <handa@m17n.org>
17641
17642 * casefiddle.c (casify_region): Fix multibyte case.
17643
17644 * character.c (c_string_width): Add return type `int'.
17645 (char_string_with_unification): Delete arg ADVANCED.
17646
17647 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
17648 (CHAR_STRING): Adjust for the change of char_string_with_unification.
17649 (CHAR_STRING_ADVANCE): Make it do-while statement.
17650
17651 * chartab.c (sub_char_table_set_range): Optimize for the case
17652 DEPTH == 3. Add workaround code for a GCC optimization bug.
17653
17654 * charset.c (parse_charset_map): Remove an unused variable.
17655
17656 * coding.c: Delete unused variables.
17657
17658 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
17659 earlier. If inserted is zero and the coding system doesn't
17660 require flushing, don't call decode_coding_gap.
17661
17662 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
17663
176642008-02-01 Kenichi Handa <handa@m17n.org>
17665
17666 The following changes are for using Unicode as an internal
17667 character model, and use UTF-8 format for buffer/string
17668 representation.
17669
17670 * .gdbinit (xchartable): Adjust for the change of char table structure.
17671 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
17672
17673 * Makefile.in (obj): Add character.o and chartab.o.
17674 (lisp, shortlisp): Remove utf-8.elc.
17675 (*.o): For many files, change dependency on charset.h to
17676 character.h, and add dependency on character.h.
17677 (character.o, chartab.o): New targets.
17678
17679 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
17680 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
17681 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
17682 of "charset.h".
17683
17684 * dired.c, filelock.c: Include "character.h".
17685
17686 * alloc.c: Include "character.h" instead of "charset.h".
17687 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
17688 (syms_of_alloc): Remove defsubr for Smake_char_table.
17689
17690 * buffer.c: Include "character.h" instead of "charset.h", don't
17691 include "coding.h".
17692 (Fset_buffer_multibyte): Adjust for UTF-8.
17693
17694 * buffer.h: EXFUN Fbuffer_live_p.
17695
17696 * callproc.c: Include "character.h" instead of "charset.h".
17697 (Fcall_process): Big change for the new code-conversion APIs.
17698
17699 * casetab.c: Include "character.h" instead of "charset.h".
17700 (set_canon, set_identity, shuffle): Adjust for the new
17701 map_char_table spec.
17702 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
17703 accessing the char table structure.
17704
17705 * chartab.c: New file that implements char table.
17706
17707 * category.c: Include "character.h".
17708 (copy_category_entry): New function.
17709 (copy_category_table): Call map_char_table and copy_category_entry.
17710 (Fmake_category_table): Initialize all top-level slots.
17711 (char_category_set): New function.
17712 (modify_lower_category_set): Delete.
17713 (Fmodify_category_entry): Call char_table_ref_and_range.
17714
17715 * category.h (CATEGORY_SET): Just call char_category_set.
17716
17717 * ccl.c: Include "character.h".
17718 (Qccl, Qcclp): New variables.
17719 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
17720 it's less than 256.
17721 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
17722 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
17723 and DST type.
17724 (ccl_driver): Change types of argument, adjust code accordingly.
17725 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
17726 ccl_driver.
17727 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
17728
17729 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
17730 New members src_multibyte, dst_multibyte, consumed, and produced.
17731 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
17732 (CODING_SPEC_CCL_PROGRAM): New macro.
17733 (ccl_driver): Update prototype.
17734 (Qccl, Qcclp, Fccl_program_p): Extern them.
17735 (CHECK_CCL_PROGRAM): New macro.
17736
17737 * character.c, character.h, chartab.c: New files.
17738
17739 * charset.c: Mostly re-written. Move character and multibyte sequence
17740 handling codes to character.c.
17741
17742 * charset.h: Mostly re-written. Move character and multibyte sequence
17743 handling codes to character.h.
17744
17745 * coding.c, coding.h: Mostly re-written.
17746
17747 * composite.c: Include "character.h" instead of "charset.h".
17748 (CHAR_WIDTH): Move to character.h.
17749 (HASH_KEY, HASH_VALUE): Delete.
17750
17751 * composite.h (enum composition_method): Change order of enumeration
17752 symbols.
17753
17754 * data.c: Include "character.h" instead of "charset.h".
17755 (Faref): Call CHAR_TABLE_REF for a char table.
17756 (Faset): Call CHAR_TABLE_SET for a char table.
17757
17758 * dispextern.h (free_realized_face, check_face_attribytes)
17759 (generate_ascii_font): Extern them.
17760 (free_realized_multibyte_face): Delete extern.
17761
17762 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
17763 table structure.
17764
17765 * editfns.c: Include "character.h" instead of "charset.h".
17766 (Fchar_to_string): Always call CHAR_STRING.
17767
17768 * emacs.c (main): Call init_charset_once, init_charset,
17769 syms_of_chartab, and syms_of_character.
17770
17771 * fileio.c: Include "character.h" instead of "charset.h".
17772 (Finsert_file_contents): Big change for the new code-conversion API.
17773 (choose_write_coding_system, Fwrite_region): Likewise.
17774 (build_annotations_2): Delete.
17775 (e_write): Big change for the new code-conversion API.
17776
17777 * fns.c: Include "character.h" instead of "charset.h".
17778 (copy_sub_char_table): Move to chartab.c.
17779 (Fcopy_sequence): Call copy_char_table for a char table.
17780 (concat): Delete codes calling count_multibyte.
17781 (string_char_to_byte, string_byte_to_char): Adjust for the new
17782 multibyte form.
17783 (internal_equal): Adjust for the change of char table structure.
17784 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
17785 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
17786 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
17787 (char_table_translate, optimize_sub_char_table)
17788 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
17789 chartab.c.
17790 (char_table_ref_and_index): Delete.
17791 (HASH_KEY, HASH_VALUE): Move to lisp.h.
17792 (Fmd5): Call preferred_coding_system instead of accessing
17793 Vcoding_category_list. Adjust for the new code-conversion API.
17794 (syms_of_fns): Move defsubr for char table related functions to
17795 chartab.c.
17796
17797 * fontset.c: Mostly re-written.
17798
17799 * fontset.h (struct font_info): Change type of the member encoding_type.
17800 (enum FONT_SPEC_INDEX): New enum.
17801 (fontset_font_pattern, fs_load_font): Update prototype.
17802 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
17803
17804 * indent.c: Include "character.h" instead of "charset.h".
17805 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
17806
17807 * insdel.c: Include "character.h" instead of "charset.h".
17808 (copy_text): Don't refer to Vnonascii_translation_table.
17809 (insert_from_gap): New function.
17810
17811 * keyboard.c: Include "character.h" instead of "charset.h".
17812 (command_loop_1): Never call direct_output_forward_char before
17813 a non-ASCII character.
17814 (read_char): If Vkeyboard_translate_table is a char table, always
17815 translate a character.
17816
17817 * keymap.c: Include "character.h".
17818 (store_in_keymap): Handle the case that IDX is a cons.
17819 (Fdefine_key): Handle the case that KEY is a cons and the car part
17820 is also a cons (range).
17821 (push_key_description): Adjust for the new character code.
17822 (describe_vector): Call describe_char_table for a char table.
17823 (describe_char_table): New function.
17824
17825 * keymap.h (describe_char_table): Extern it.
17826
17827 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
17828 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
17829 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
17830 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
17831 Delete.
17832 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
17833 structure.
17834 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
17835 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
17836 (CHARTAB_SIZE_BITS_3): New macros.
17837 (chartab_size): Extern it.
17838 (struct Lisp_Char_Table): Re-design.
17839 (struct Lisp_Sub_Char_Table): New structure.
17840 (HASH_KEY, HASH_VALUE): Move from fns.c.
17841 (CHARACTERBITS): Define as 22.
17842 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
17843 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
17844 (GC_SUB_CHAR_TABLE_P): New macro.
17845 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
17846 (code_convert_string_norecord): Deleted extern.
17847 (init_character_once, syms_of_character, init_charset)
17848 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
17849
17850 * lread.c: Include "character.h".
17851 (read_multibyte): New arg NBYTES.
17852 (read_escape): Change the meaning of returned *BYTEREP.
17853 (to_multibyte): Delete.
17854 (read1): Adjust the handling of char table and string.
17855
17856 * print.c: Include "character.h" instead of "charset.h".
17857 (print_string): Convert 8-bit raw bytes to octal form by
17858 string_escape_byte8.
17859 (print_object): Adjust for the new multibyte form. Print 8-bit
17860 raw bytes always in octal form. Handle sub char table correctly.
17861
17862 * process.c: Include "character.h" instead of "charset.h".
17863 (read_process_output, send_process): Adjust for the new
17864 code-conversion API.
17865
17866 * puresize.h (BASE_PURESIZE): Increase.
17867
17868 * regex.c: Include "character.h" instead of "charset.h".
17869 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
17870 (regex_compile): Accept a range whose starting and ending
17871 character have different leading bytes.
17872 (analyse_first): Adjust for the above change.
17873
17874 * search.c: Include "character.h" instead of "charset.h".
17875 (search_buffer, boyer_moore): Adjust for the new multibyte form.
17876 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
17877
17878 * syntax.c: Include "character.h" instead of "charset.h".
17879 (syntax_parent_lookup): Delete.
17880 (Fmodify_syntax_entry): Accept a cons as CHAR.
17881 (skip_chars): Adjust for the new multibyte form.
17882 (init_syntax_once): Call char_table_set_range instead of directly
17883 accessing the structure of a char table.
17884
17885 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
17886 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
17887 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
17888 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
17889
17890 * term.c: Include "buffer.h" and "character.h".
17891 (encode_terminal_code, write_glyphs): Adjust for the new
17892 code-conversion API.
17893 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
17894
17895 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
17896
17897 * xdisp.c: Include "character.h".
17898 (get_next_display_element): Adjust for the new multibyte form.
17899 (disp_char_vector): Adjust for the new char table structure.
17900 (decode_mode_spec_coding): Adjust for the new structure of
17901 coding system.
17902 (decode_mode_spec): Adjust for the new code-conversion API.
17903
17904 * xfaces.c: Include "character.h" instead of "charset.h".
17905 (load_face_font): Adjust for the change of choose_face_font and
17906 FS_LOAD_FONT.
17907 (generate_ascii_font): New function.
17908 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
17909 (set_font_frame_param): Adjust for the change of choose_face_font.
17910 (free_realized_face): Make it public.
17911 (free_realized_faces_for_fontset): Rename from
17912 free_realized_multibyte_face. Free also faces realized for ASCII.
17913 (choose_face_font): Change arguments. Adjust for the change of
17914 fontset_font_pattern and FS_LOAD_FONT.
17915
17916 * xfns.c: Include "character.h".
17917 (x_encode_text): Adjust for the new code-conversion API.
17918
17919 * xselect.c: Don't include "charset.h".
17920 (selection_data_to_lisp_data): Adjust for the new code conversion API.
17921
17922 * xterm.c: Include "character.h".
17923 (x_encode_char): New argument CHARSET. Change caller.
17924 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
17925 Call ENCODE_CHAR instead of SPLIT_CHAR.
17926 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
17927 CHAR_WIDTH instead of CHARSET_WIDTH.
17928 (XTread_socket): Adjust for the new code-conversion API.
17929 (x_new_font): Adjust for the change of FS_LOAD_FONT.
17930 (x_load_font): Adjust for the change of struct font.
17931
179322008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17933
17934 * xfaces.c (face_at_buffer_position): Remove unused vars.
17935
179362008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17937
17938 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
17939 Fix overflow checking.
17940
179412008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17942
17943 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
17944 Cancel previous change.
17945
179462008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
17947
17948 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
17949 ccl->eight_bit_control. Fix check for buffer overflow.
17950 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
17951 (ccl_driver): Initialize extra_bytes to 0.
17952
179532008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
17954
17955 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
17956 return it ORed with ctrl_modifier.
17957
179582008-01-29 Miles Bader <miles@gnu.org>
17959
17960 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
17961
179622008-01-28 Jason Rumney <jasonr@gnu.org>
17963
17964 * w32.c (stat): Don't double check for networked drive.
17965
179662008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17967
17968 * window.c (run_window_configuration_change_hook): New function.
17969 Code extracted from set_window_buffer. Set the selected frame.
17970 (set_window_buffer): Use it.
17971 * window.h (run_window_configuration_change_hook): Declare.
17972 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
17973
17974 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
17975
179762008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
17977
17978 * Makefile.in: Remove references to unused macros.
17979
179802008-01-26 Eli Zaretskii <eliz@gnu.org>
17981
17982 * w32.c (g_b_init_get_sid_sub_authority)
17983 (g_b_init_get_sid_sub_authority_count): New static variables.
17984 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
17985 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
17986 (init_user_info): Use them to retrieve uid and gid.
17987 Use 500/513, the Windows defaults, as Administrator's uid/gid.
17988 (fstat): Use pw_uid and pw_gid from the_passwd structure for
17989 st_uid and st_gid of the file.
17990
179912008-01-26 Jason Rumney <jasonr@gnu.org>
17992
17993 * w32.c (logon_network_drive): New function.
17994 (stat): Use it.
17995
179962008-01-26 Chong Yidong <cyd@stupidchicken.com>
17997
17998 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
17999 invisible text covered with an ellipsis.
18000
180012008-01-25 Richard Stallman <rms@gnu.org>
18002
18003 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18004 jump back to beginning. Move some other initializations after that.
18005 (Qwindow_text_change_functions, Vwindow_text_change_functions):
18006 New variables.
18007 (syms_of_xdisp): Init them.
18008
18009 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18010
18011 * buffer.c (reset_buffer_local_variables):
18012 Implement `permanent-local-hook'.
18013 (Qpermanent_local_hook): New variable.
18014 (syms_of_buffer): Init and staticpro it.
18015
180162008-01-25 Michael Albinus <michael.albinus@gmx.de>
18017
18018 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18019
180202008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
18021
18022 * fns.c (Fclrhash): Return TABLE.
18023
180242008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18025
18026 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18027 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18028 is set even without positional changes.
18029 (x_scroll_bar_clear): Set bar->redraw_needed_p.
18030
18031 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18032
180332008-01-23 Jason Rumney <jasonr@gnu.org>
18034
18035 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18036
18037 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18038 the unicode range available in MULE by locale-coding-system.
18039 Improve dbcs lead byte detection. Set event timestamp and modifiers
18040 earlier.
18041
180422008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18043
18044 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18045 [MAC_OSX] (init_mac_osx_environment): Initialize it.
18046 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18047 when used on child processes.
18048
180492008-01-21 Michael Albinus <michael.albinus@gmx.de>
18050
18051 * dbusbind.c (Fdbus_method_return_internal): Rename from
18052 Fdbus_method_return.
18053 (Fdbus_unregister_object): Move to dbus.el.
18054 (Fdbus_call_method, Fdbus_method_return_internal)
18055 (Fdbus_send_signal): Improve debug messages.
18056
180572008-01-20 Martin Rudalics <rudalics@gmx.at>
18058
18059 * undo.c (undo_inhibit_record_point): New variable.
18060 (syms_of_undo): Initialize it.
18061 (record_point): Don't record point when undo_inhibit_record_point
18062 is set.
18063
180642008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18065
18066 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
18067
18068 * xdisp.c (Qauto_hscroll_mode): New var.
18069 (syms_of_xdisp): Initialize it.
18070 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
18071 window's buffer.
18072 (hscroll_windows): Don't check automatic_hscrolling_p here.
18073
18074 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
18075 vscroll if we're setting window-buffer to the value it already has.
18076
180772008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
18078
18079 * m/intel386.h: Remove references to XENIX.
18080
180812008-01-17 Andreas Schwab <schwab@suse.de>
18082
18083 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
18084 instead of HAVE_X86_64_LIB64_DIR.
18085 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
18086
180872008-01-17 Glenn Morris <rgm@gnu.org>
18088
18089 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
18090 to HAVE_X86_64_LIB64_DIR.
18091
180922008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
18093
18094 * s/irix3-3.h:
18095 * s/irix4-0.h:
18096 * s/386-ix.h:
18097 * s/domain.h:
18098 * s/hpux9-x11r4.h:
18099 * s/hpux9shxr4.h: Remove files for systems no longer supported.
18100
18101 * sysdep.c: Remove code containing references to symbols defined
18102 by unsupported systems.
18103
181042008-01-16 Glenn Morris <rgm@gnu.org>
18105
18106 * coding.c (select-safe-coding-system-function): Doc fix.
18107
181082008-01-15 Glenn Morris <rgm@gnu.org>
18109
18110 * config.in: Revert 2008-01-13 change: this is a generated file.
18111
181122008-01-13 Tom Tromey <tromey@redhat.com>
18113
18114 * lisp.h: Fix typo.
18115
181162008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18117
18118 * m/sequent-ptx.h:
18119 * m/sequent.h:
18120 * s/ptx.h:
18121 * s/ptx4-2.h:
18122 * s/ptx4.h: Remove files for systems no longer supported.
18123
18124 * callproc.c (Fcall_process): Fix previous change.
18125
181262008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18127
18128 * unexsunos4.c: Remove file, system not supported anymore.
18129
18130 * m/mips.h:
18131 * m/intel386.h:
18132 * callproc.c:
18133 * config.in:
18134 * ecrt0.c:
18135 * emacs.c:
18136 * fileio.c:
18137 * frame.c:
18138 * getpagesize.h:
18139 * keyboard.c:
18140 * lread.c:
18141 * process.c:
18142 * puresize.h:
18143 * sysdep.c:
18144 * systty.h:
18145 * syswait.h:
18146 * unexec.c:
18147 * xdisp.c:
18148 * alloc.c: Remove code containing references to symbols defined by
18149 unsupported systems.
18150
181512008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
18152
18153 * coding.c (detect_coding_mask): Fix previous change.
18154
181552008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
18156
18157 * coding.c (detect_coding_iso2022): New arg
18158 latin_extra_code_state. Allow Latin extra codes only
18159 when *latin_extra_code_state is nonzero.
18160 (detect_coding_mask): If there is a NULL byte, detect the encoding
18161 as UTF-16 or binary. If Latin extra codes exist, detect the
18162 encoding as ISO-2022 only when there's no other proper encoding is
18163 found.
18164
181652008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18166
18167 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
18168 #ifdef MAC_OS.
18169
181702008-01-08 Richard Stallman <rms@gnu.org>
18171
18172 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
18173
181742008-01-06 Nick Roberts <nickrob@snap.net.nz>
18175
18176 * keyboard.c (parse_menu_item): Don't enclose key bindings on
18177 menu bar in parentheses.
18178
181792008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
18180
18181 * m/7300.h:
18182 * m/acorn.h:
18183 * m/alliant-2800.h:
18184 * m/alliant.h:
18185 * m/alliant1.h:
18186 * m/alliant4.h:
18187 * m/altos.h:
18188 * m/amdahl.h:
18189 * m/apollo.h:
18190 * m/att3b.h:
18191 * m/aviion-intel.h:
18192 * m/aviion.h:
18193 * m/celerity.h:
18194 * m/clipper.h:
18195 * m/cnvrgnt.h:
18196 * m/convex.h:
18197 * m/cydra5.h:
18198 * m/delta88k.h:
18199 * m/dpx2.h:
18200 * m/dual.h:
18201 * m/elxsi.h:
18202 * m/f301.h:
18203 * m/gould-np1.h:
18204 * m/gould.h:
18205 * m/i860.h:
18206 * m/ibmps2-aix.h:
18207 * m/ibmrt-aix.h:
18208 * m/ibmrt.h:
18209 * m/irist.h:
18210 * m/is386.h:
18211 * m/isi-ov.h:
18212 * m/mega68.h:
18213 * m/mg1.h:
18214 * m/news-r6.h:
18215 * m/news-risc.h:
18216 * m/news.h:
18217 * m/nh3000.h:
18218 * m/nh4000.h:
18219 * m/ns16000.h:
18220 * m/ns32000.h:
18221 * m/nu.h:
18222 * m/orion.h:
18223 * m/orion105.h:
18224 * m/paragon.h:
18225 * m/pfa50.h:
18226 * m/plexus.h:
18227 * m/pyramid.h:
18228 * m/pyrmips.h:
18229 * m/sh3el.h:
18230 * m/sps7.h:
18231 * m/sr2k.h:
18232 * m/stride.h:
18233 * m/sun1.h:
18234 * m/sun2.h:
18235 * m/sun3-68881.h:
18236 * m/sun3-fpa.h:
18237 * m/sun3-soft.h:
18238 * m/sun3.h:
18239 * m/sun386.h:
18240 * m/symmetry.h:
18241 * m/tad68k.h:
18242 * m/tahoe.h:
18243 * m/targon31.h:
18244 * m/tek4300.h:
18245 * m/tekxd88.h:
18246 * m/tower32.h:
18247 * m/tower32v3.h:
18248 * m/ustation.h:
18249 * m/wicat.h:
18250 * m/xps100.h:
18251 * s/cxux.h:
18252 * s/cxux7.h:
18253 * s/dgux.h:
18254 * s/dgux4.h:
18255 * s/dgux5-4-3.h:
18256 * s/dgux5-4r2.h:
18257 * s/esix.h:
18258 * s/esix5r4.h:
18259 * s/hiuxmpp.h:
18260 * s/hiuxwe2.h:
18261 * s/iris3-5.h:
18262 * s/iris3-6.h:
18263 * s/isc2-2.h:
18264 * s/isc3-0.h:
18265 * s/isc4-0.h:
18266 * s/isc4-1.h:
18267 * s/newsos5.h:
18268 * s/newsos6.h:
18269 * s/osf1.h:
18270 * s/osf5-0.h:
18271 * s/riscix1-1.h:
18272 * s/riscix12.h:
18273 * s/sco4.h:
18274 * s/sco5.h:
18275 * s/sunos4-0.h:
18276 * s/sunos4-1.h:
18277 * s/sunos413.h:
18278 * s/sunos4shr.h:
18279 * s/umax.h:
18280 * s/unipl5-2.h:
18281 * s/xenix.h:
18282 * cxux-crt0.s:
18283 * unexapollo.c:
18284 * unexconvex.c:
18285 * unexenix.c:
18286 * unexsni.c: Remove files for systems no longer supported.
18287
18288 * m/intel386.h: Remove references to unsupported systems.
18289
18290 * w32.c (get_emacs_configuration): Remove reference to i860.
18291
18292 * sysdep.c: Remove dead code.
18293
182942008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
18295
18296 * s/rtu.h:
18297 * m/masscomp.h: Remove files. Platform is obsolete.
18298
182992008-01-04 Michael Albinus <michael.albinus@gmx.de>
18300
18301 * dbusbind.c (Fdbus_method_return): New function.
18302 (xd_read_message): Add the serial number to the event.
18303 (Fdbus_register_method): Activate the function.
18304
183052008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18306
18307 * keyboard.c (read_key_sequence): Fix typo.
18308
183092008-01-03 Michael Albinus <michael.albinus@gmx.de>
18310
18311 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
18312 (xd_signature, xd_append_arg): Handle element type detection for
18313 empty arrays.
18314 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
18315 SDATA () calls; this must be solved more general.
18316 (Fdbus_register_signal): Use SBYTES instead of strlen.
18317
183182008-01-03 Magnus Henoch <magnus@zemdatav>
18319
18320 * dbusbind.c (xd_append_arg): Use unsigned char instead of
18321 unsigned int for byte values (necessary for big-endian platform).
18322 (Fdbus_call_method): Handle the case of no returned arguments.
18323
183242007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
18325
18326 * dbusbind.c (xd_read_message): Use non-static input_event struct.
18327
183282007-12-31 Magnus Henoch <mange@freemail.hu>
18329
18330 * dbusbind.c (xd_signature): Signature of variant is just "v".
18331
183322007-12-30 Michael Albinus <michael.albinus@gmx.de>
18333
18334 * dbusbind.c: Fix several errors and compiler warnings.
18335 Reported by Tom Tromey <tromey@redhat.com>.
18336 (XD_ERROR, XD_DEBUG_MESSAGE)
18337 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
18338 (xd_append_arg): Part for basic D-Bus types rewritten.
18339 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
18340 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
18341 appropriate.
18342 (xd_read_message): Return Qnil. Don't signal an error; it is not
18343 useful during event reading.
18344 (Fdbus_register_signal): Signal an error if the check for
18345 FUNCTIONP fails.
18346 (Fdbus_register_method): New function. The implementation is not
18347 complete, the call of the function signals an error therefore.
18348 (Fdbus_unregister_object): New function, renamed from
18349 Fdbus_unregister_signal. The initial check signals an error, if
18350 the object is not well formed.
18351
183522007-12-30 Richard Stallman <rms@gnu.org>
18353
18354 * textprop.c (get_char_property_and_overlay):
18355 Signal error if POSITION is out of range in a buffer.
18356
183572007-12-29 Martin Rudalics <rudalics@gmx.at>
18358
18359 * w32fns.c (Fx_create_frame): Make copy of frame parameters
18360 because the original parameters are in pure storage now.
18361
183622007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18363
18364 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
18365
183662007-12-22 Eli Zaretskii <eliz@gnu.org>
18367
18368 * callint.c (syms_of_callint) <command-history>: Add reference to
18369 history-length in the doc string.
18370
183712007-12-17 Jason Rumney <jasonr@gnu.org>
18372
18373 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
18374 before passing as wParam.
18375
183762007-12-22 Michael Albinus <michael.albinus@gmx.de>
18377
18378 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
18379 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
18380 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
18381 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
18382 as number.
18383 (Fdbus_call_method): Fix docstring.
18384
183852007-12-21 Michael Albinus <michael.albinus@gmx.de>
18386
18387 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
18388 New macros.
18389 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
18390 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
18391 Simplify.
18392 (xd_signature): New function.
18393 (xd_append_arg): Compute also signatures. Major rewrite.
18394 (xd_retrieve_arg): Make debug messages friendly.
18395 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
18396 Check for signatures of arguments.
18397
183982007-12-19 Michael Albinus <michael.albinus@gmx.de>
18399
18400 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
18401 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
18402 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
18403 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
18404 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
18405 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
18406 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
18407 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
18408 (xd_retrieve_value): Remove. Functionality included in ...
18409 (xd_append_arg): New function.
18410 (Fdbus_call_method, Fdbus_send_signal): Apply it.
18411
184122007-12-16 Michael Albinus <michael.albinus@gmx.de>
18413
18414 * dbusbind.c (top): Include <stdio.h>.
18415 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
18416 dbus_message_new_method_call and dbus_message_new_signal.
18417 (Fdbus_register_signal): Rename unique_name to uname.
18418 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
18419 non-existing unique name. Fix typos in matching rule. Return an
18420 object which is useful in Fdbus_unregister_signal.
18421 (Fdbus_unregister_signal): Reimplementation, in order to remove
18422 only the corresponding entry.
18423 (Vdbus_registered_functions_table): Change the order of entries.
18424 Apply these changes in xd_read_message and Fdbus_register_signal.
18425
184262007-12-16 Andreas Schwab <schwab@suse.de>
18427
18428 * fileio.c (Finsert_file_contents): Fix overflow check to not
18429 depend on undefined integer overflow.
18430
184312007-12-14 Jason Rumney <jasonr@gnu.org>
18432
18433 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
18434 for characters above 127.
18435
184362007-12-13 Jason Rumney <jasonr@gnu.org>
18437
18438 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
18439 before dereferencing array.
18440 (lookup_vk_code): Remove zero comparison.
18441
184422007-12-14 Michael Albinus <michael.albinus@gmx.de>
18443
18444 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
18445 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
18446 Use `unsigned int' instead of `uint'.
18447 (xd_read_message, Fdbus_register_signal): Split expressions into
18448 multiple lines before operators "&&" and "||", according to the
18449 GNU Coding Standards.
18450
184512007-12-14 Eli Zaretskii <eliz@gnu.org>
18452
18453 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
18454
184552007-12-12 Juri Linkov <juri@jurta.org>
18456
18457 * buffer.c (Frename_buffer): In interactive spec replace
18458 `read-buffer' with `read-string' that uses `buffer-name-history'
18459 as history, and the current buffer's name as default.
18460
184612007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
18462
18463 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
18464 manipulating the backtrace manually.
18465 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
18466 (struct backtrace, backtrace_list): Remove.
18467 (command_loop_1): Remove dead var `no_direct'.
18468
18469 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
18470 preserve non-built-in buffer-local variables.
18471 (Fkill_all_local_variables): Don't re-create&re-set permanent
18472 buffer-local variables.
18473
184742007-12-09 Juri Linkov <juri@jurta.org>
18475
18476 * buffer.c (Frename_buffer): Change interactive spec from "s" to
18477 Lisp code that uses `read-buffer' with current buffer as default.
18478
184792007-12-08 Michael Albinus <michael.albinus@gmx.de>
18480
18481 * dbusbind.c (xd_read_message): Generate an event for every
18482 registered handler. There might be several handlers registered
18483 for the same signal.
18484 (Fdbus_register_signal): Don't overwrite a registration for the
18485 same signal. Add a new registration if handlers are different.
18486 (Vdbus_registered_functions_table): Rework doc string.
18487
184882007-12-07 Michael Albinus <michael.albinus@gmx.de>
18489
18490 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
18491 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
18492 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
18493 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
18494 Unify argument lists.
18495 (xd_read_message, Fdbus_register_signal): Reorder and extend event
18496 arguments and hash table keys. Use unique name for service.
18497 (Fdbus_unregister_signal): Remove checks.
18498 (Vdbus_registered_functions_table): Fix doc string.
18499
185002007-12-05 Magnus Henoch <mange@freemail.hu>
18501
18502 * process.c (make_process): Initialize pty_flag to 0.
18503
185042007-12-05 Jason Rumney <jasonr@gnu.org>
18505
18506 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
18507 specified XBMs.
18508
185092007-12-05 Richard Stallman <rms@gnu.org>
18510
18511 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
18512
185132007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18514
18515 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
18516 New variable.
18517 (mac_try_close_socket) [MAC_OSX]: New function.
18518 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
18519 Update cfsockets_for_select. Replace invalid CFRunLoop source.
18520
18521 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
18522 Use mac_try_close_socket.
18523
185242007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18525
18526 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
18527 reloc_base.
18528 (copy_dysymtab): Compute relocation base here.
18529 (rebase_reloc_address) [__ppc64__]: New function.
18530 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
18531 changed.
18532
185332007-12-05 Jason Rumney <jasonr@gnu.org>
18534
18535 * w32proc.c (sys_spawnve): Quote args with wildcards.
18536
185372007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18538
18539 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
18540 __objc_* sections.
18541 (unrelocate) [_LP64]: Set relocation base to address of data segment.
18542
185432007-12-05 Michael Albinus <michael.albinus@gmx.de>
18544
18545 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
18546 Move check for Vdbus_registered_functions_table to
18547 xd_read_queued_messages.
18548 (xd_read_queued_messages): Protect xd_read_message calls by
18549 internal_condition_case_1.
18550
185512007-12-04 Michael Albinus <michael.albinus@gmx.de>
18552
18553 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
18554 Qdbus_system_bus and Qdbus_session_bus, respectively.
18555 (Vdbus_intern_symbols): Remove.
18556 (Vdbus_registered_functions_table): New hash table.
18557 (XD_SYMBOL_INTERN_SYMBOL): Remove.
18558 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
18559 Rewrite in order to manage registered functions by hash table
18560 Vdbus_registered_functions_table.
18561
185622007-12-03 Jan Djärv <jan.h.d@swipnet.se>
18563
18564 * xterm.c: Update URL to Window Manager Specification in comment.
18565
185662007-12-02 Michael Albinus <michael.albinus@gmx.de>
18567
18568 * config.in (HAVE_DBUS): Add.
18569
18570 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
18571 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
18572 (obj): Add $(DBUS_OBJ).
18573 (LIBES): Add $(DBUS_LIBS).
18574 (dbusbind.o): New target.
18575
18576 * dbusbind.c: New file.
18577
18578 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
18579
18580 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
18581 (Qdbus_event): New Lisp symbol.
18582 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
18583 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 18584 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
18585
18586 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
18587
185882007-12-01 Richard Stallman <rms@gnu.org>
18589
18590 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
18591
185922007-11-30 Jason Rumney <jasonr@gnu.org>
18593
18594 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
18595 (w32con_reset_terminal_modes): Clear screen buffer.
18596 (w32_face_attributes): Don't use color indexes that are out of range.
18597 Only reverse the default colors.
18598
18599 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
18600 WINDOWSNT.
18601
18602 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
18603
186042007-11-29 Jason Rumney <jasonr@gnu.org>
18605
18606 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
18607 (w32_face_attributes): Use Vtty_defined_color_alist to determine
18608 if the terminal colors are initialized.
18609 (unspecified_fg, unspecified_bg): Remove unused declarations.
18610
186112007-11-29 Andreas Schwab <schwab@suse.de>
18612
18613 * keyboard.c (apply_modifiers): Fix typo.
18614
186152007-11-29 Richard Stallman <rms@gnu.org>
18616
18617 * keymap.c (Fcurrent_local_map): Doc fix.
18618
186192007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
18620
18621 * s/gnu-kfreebsd.h: New file.
18622
186232007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18624
18625 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
18626 Don't cast redundantly.
18627
18628 * keyboard.c (KEY_TO_CHAR): New macro.
18629 (parse_modifiers, apply_modifiers): Accept integer arguments.
18630 (read_key_sequence): Use them to unify the "shift->unshift" mapping
18631 for chars and symbol keys.
18632 After doing such remapping, apply function-key-map again.
18633
186342007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
18635
18636 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
18637 compiled anymore.
18638
186392007-11-26 Andreas Schwab <schwab@suse.de>
18640
18641 * process.c (list_processes_1): Fix indentation level of the
18642 command column.
18643
186442007-11-23 Andreas Schwab <schwab@suse.de>
18645
18646 * editfns.c (Fformat): Handle %c specially since it requires the
18647 argument to be of type int.
18648
186492007-11-23 Markus Triska <markus.triska@gmx.at>
18650
18651 * emacs.c (main): Call init_editfns before init_process, since
18652 init_process sets Vprocess_connection_type depending on OS release.
18653
186542007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18655
18656 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
18657 (find_symbol_value): Use do_symval_forwarding.
18658
18659 * data.c (set_internal): Set the value in the `cons-cell' (for
18660 Buffer_Local_values) not only for frame-local variables.
18661
186622007-11-22 Andreas Schwab <schwab@suse.de>
18663
18664 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
18665 values to sprintf.
18666 * keymap.c (Fsingle_key_description): Likewise.
18667 * print.c (print_object): Likewise.
18668
186692007-11-22 Jan Djärv <jan.h.d@swipnet.se>
18670
18671 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
18672 file for image is nil.
18673
186742007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
18675
18676 * term.c: Include stdarg.h.
18677 (fatal): Implement using varargs.
18678 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
18679
186802007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18681
18682 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
18683 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
18684 Update call to buffer_slot_type_mismatch.
18685 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
18686 (buffer_slot_type_mismatch): Update.
18687 * buffer.c (buffer_local_types): Remove.
18688 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
18689 (defvar_per_buffer): Set the type in the buffer_objfwd.
18690
186912007-11-21 Jason Rumney <jasonr@gnu.org>
18692
18693 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
18694 CreateFileMapping returns NULL on failure.
18695
186962007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18697
18698 * search.c (Fset_match_data): Remove the `evaporate' feature.
18699 (unwind_set_match_data): Don't use the `evaporate' feature.
18700
187012007-11-21 Jason Rumney <jasonr@gnu.org>
18702
18703 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
18704
18705 * w32console.c (w32con_write_glyphs): Remove unused variables.
18706
187072007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
18708
18709 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
18710
18711 * s/darwin.h (MULTI_KBOARD): Remove.
18712
18713 * macfns.c (x_create_tip_frame, Fx_create_frame)
18714 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
18715
187162007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
18717
18718 * buffer.c (Fbuffer_local_value): Remove redundant test.
18719 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
18720 than in `current-buffer' to match the comment.
18721 Do the swap using swap_in_global_binding.
18722
18723 * data.c (store_symval_forwarding, set_internal):
18724 * eval.c (specbind): Remove dead code.
18725
18726 * coding.c (detect_coding, Fupdate_coding_systems_internal):
18727 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
18728 Since we do not want to see internal Lisp_*fwd objects here.
18729
187302007-11-18 Jan Djärv <jan.h.d@swipnet.se>
18731
18732 * sysdep.c (init_system_name): Use getaddrinfo if available.
18733
18734 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
18735 (x_scroll_bar_note_movement): start, end, with, height in struct
18736 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
18737
187382007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
18739
18740 * puresize.h (BASE_PURESIZE): Increase to 1190000.
18741
187422007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18743
18744 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
18745 This undoes Richard's change of 14-Oct-2002.
18746
18747 * alloc.c (allocate_other_vector):
18748 * lisp.h (allocate_other_vector): Remove.
18749
18750 * window.c (struct save_window_data): Move non-lisp data to the end
18751 and make it `int' rather than Lisp_Object.
18752 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
18753 Done wrap/unwrap integer values.
18754 (Fset_window_configuration, compare_window_configurations):
18755 Update use of fields to their new types.
18756
18757 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
18758 Turn integer fields into `int'. Merge x_window_low and x_window_high.
18759 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
18760 (SET_SCROLL_BAR_X_WINDOW): Remove.
18761 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
18762 Access the new x_window field directly.
18763 * xterm.c (x_scroll_bar_create): Use a pseudovector.
18764 Don't wrap/unwrap integers into Lisp_Objects.
18765 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
18766 (x_scroll_bar_report_motion):
18767 Don't wrap/unwrap integers into Lisp_Objects.
18768 (x_term_init): Use SDATA.
18769 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
18770 (x_scroll_bar_set_handle, x_scroll_bar_remove)
18771 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
18772 (x_scroll_bar_report_motion, x_scroll_bar_clear):
18773 * xfns.c (x_set_background_color):
18774 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
18775 Access the new x_window field directly.
18776
18777 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
18778 (allocate_pseudovector): Make non-static.
18779
18780 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
18781 (allocate_pseudovector): Declare.
18782 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
18783
187842007-11-15 Andreas Schwab <schwab@suse.de>
18785
18786 * editfns.c (Fformat): Correctly format EMACS_INT values.
18787 Also take precision into account when formatting an integer.
18788
18789 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
18790
187912007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18792
18793 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
18794 (syms_of_keyboard): Defsubr it.
18795
18796 * data.c (swap_in_global_binding): Fix longstanding bug where
18797 store_symval_forwarding was not called with the right second argument,
18798 thus causing objfwd-ing from being dropped.
18799
188002007-11-14 Juanma Barranquero <lekktu@gmail.com>
18801
18802 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
18803 (Fx_display_pixel_height, Fx_display_planes)
18804 (Fx_display_color_cells, Fx_server_max_request_size)
18805 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18806 (Fx_display_visual_class, Fx_display_save_under):
18807 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
18808 (Fx_display_pixel_height, Fx_display_planes)
18809 (Fx_display_color_cells, Fx_server_max_request_size)
18810 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
18811 (Fx_display_mm_height, Fx_display_mm_width)
18812 (Fx_display_backing_store, Fx_display_visual_class)
18813 (Fw32_select_font, Fx_display_save_under):
18814 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
18815 (Fx_display_pixel_height, Fx_display_planes)
18816 (Fx_display_color_cells, Fx_server_max_request_size)
18817 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18818 (Fx_display_save_under): Fix typos in docstrings.
18819
188202007-11-14 Juanma Barranquero <lekktu@gmail.com>
18821
18822 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
18823 corresponding to deleted entries; they are an implementation detail.
18824 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
18825 Remove variables.
18826 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
18827 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
18828 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
18829 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
18830 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
18831 (Fw32_define_rgb_color, Fw32_load_color_file)
18832 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
18833 Fix typos in docstrings.
18834 (Fx_server_version): Reflow docstring.
18835 (Fw32_shell_execute): Doc fixes.
18836
188372007-11-13 Juanma Barranquero <lekktu@gmail.com>
18838
18839 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
18840 if w32_parse_hot_key returned nil.
18841
188422007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18843
18844 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
18845
188462007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 18847
aac0c6e3
MR
18848 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
18849
18850 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
18851
18852 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
18853 Remove W32_SCROLL_BAR_CLICK_EVENT.
18854
18855 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
18856 Add MULTIMEDIA_KEY_EVENT.
18857
18858 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
18859 (lispy_multimedia_keys) [WINDOWSNT]: New array.
18860 (make_lispy_event) [WINDOWSNT]: Use it to translate
18861 MULTIMEDIA_KEY_EVENT.
18862
18863 * w32term.h (WM_APPCOMMAND): Define if not already.
18864 (GET_APPCOMMAND_LPARAM): Likewise.
18865
18866 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
18867 WM_APPCOMMAND.
18868
18869 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
18870 (syms_of_w32fns): Export and initialize it.
18871 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
18872
188732007-11-09 Chong Yidong <cyd@stupidchicken.com>
18874
18875 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
18876 twice.
18877
18878 * xdisp.c (handle_face_prop): Fix last change.
18879
188802007-11-09 Richard Stallman <rms@gnu.org>
18881
18882 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
18883 not just for after-strings and before-strings.
18884 Call face_for_overlay_string and pass the overlay to it.
18885 (handle_display_prop): Determine whether property came from an overlay.
18886 Pass OVERLAY arg to handle_single_display_spec.
18887 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
18888 (load_overlay_strings): Fill in it->string_overlays.
18889 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
18890
18891 * xfaces.c (face_for_overlay_string): Function renamed from
18892 face_at_buffer_position_no_overlays, and add arg OVERLAY.
18893
18894 * dispextern.h (struct it): New elt string_overlays.
18895 New elt from_overlay, also in stack.
18896 Rearrange a few elements.
18897 (face_for_overlay_string): Decl renamed from
18898 face_at_buffer_position_no_overlays, and add argument.
18899
189002007-11-09 Richard Stallman <rms@gnu.org>
18901
18902 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
18903 to get the base face for an overlay string.
18904
18905 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
18906
18907 * xfaces.c (face_at_buffer_position_no_overlays): New function.
18908
18909 * xdisp.c (handle_stop): Move some code out of loop.
18910
189112007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18912
18913 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
18914 Fix conversion from Lisp object to ATSUFontID.
18915
189162007-11-09 Jason Rumney <jasonr@gnu.org>
18917
18918 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
18919
189202007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18921
18922 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
18923 Don't assume regions are aligned to page boundary.
18924 (print_load_command_name): Add LC_UUID if defined.
18925
189262007-11-09 Richard Stallman <rms@gnu.org>
18927
18928 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
18929
189302007-11-07 Jason Rumney <jasonr@gnu.org>
18931
18932 * s/windows95.h: Remove.
18933
189342007-11-06 Jan Djärv <jan.h.d@swipnet.se>
18935
18936 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
18937 abort with a message on unhandled store_type values.
18938
189392007-11-01 Jan Djärv <jan.h.d@swipnet.se>
18940
18941 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
18942 Remove HAVE_X11R5 and HAVE_X11R4.
18943
189442007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
18945
18946 * Makefile.in: Remove references to sunfns.c and sunfns.o.
18947
189482007-11-01 Johan Bockgård <bojohan@gnu.org>
18949
18950 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
18951 Don't set s->stippled_p here, since it has already been set by
18952 x_set_glyph_string_gc from x_draw_glyph_string.
18953
189542007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
18955
18956 * sunfns.c: Remove file.
18957
18958 * m/sun386.h:
18959 * m/sun2.h:
18960 * m/sparc.h: Remove Sun windows code.
18961
189622007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
18963
18964 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
18965 (init_keyboard): Set current_kboard's window-system to nil.
18966 (tty_read_avail_input): Typo.
18967 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
18968
189692007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
18970
18971 * s/usg5-4.h:
18972 * s/usg5-3.h:
18973 * s/ptx.h:
18974 * m/is386.h:
18975 * m/ibmps2-aix.h:
18976 * Makefile.in: Remove all mentions of X10.
18977
18978 * dispnew.c (syms_of_display): Don't mention version 10.
18979
189802007-10-28 Juanma Barranquero <lekktu@gmail.com>
18981
18982 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
18983 ($(BLD)/abbrev.$(O)): Remove.
18984
189852007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18986
18987 Rewrite abbrev.c in Elisp.
18988 * image.c (Qcount): Don't declare as extern.
18989 (syms_of_image): Initialize and staticpro `Qcount'.
18990 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
18991 * emacs.c (main): Don't call syms_of_abbrev.
18992 * Makefile.in (obj): Remove abbrev.o.
18993 (abbrev.o): Remove.
18994 * abbrev.c: Remove.
18995
189962007-10-26 Martin Rudalics <rudalics@gmx.at>
18997
18998 * window.c (window_min_size_2): Don't count header-line.
18999
190002007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19001
19002 * frame.h (struct frame): Move all bit fields after the first bit
19003 field to take advantage of the available space. Group all the
19004 chars together to reduce wasted space due to padding.
19005
190062007-10-26 Juanma Barranquero <lekktu@gmail.com>
19007
19008 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19009
19010 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19011 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19012 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19013 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19014 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19015 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19016 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19017 (last_marked, mark_object_loop_halt): Make static.
19018
19019 * frame.c (syms_of_frame) <delete-frame-functions>:
19020 Fix typo in docstring.
19021
190222007-10-25 Juanma Barranquero <lekktu@gmail.com>
19023
19024 * w32.c (init_environment): Fix tiny memory leak.
19025 (w32_get_resource): Remove unused variable `ok'.
19026
190272007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19028
19029 Make `window-system' into a keyboard-local variable (rather than
19030 frame-local as done originally by multi-tty).
19031
19032 * keyboard.h (struct kboard): Add Vwindow_system.
19033 * keyboard.c (init_kboard): Set a default for Vwindow_system.
19034 (mark_kboards): Mark Vwindow_system.
19035
19036 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19037 (init_display): Don't set the obsolete `window-system' frame-param.
19038
19039 * xterm.c (x_term_init):
19040 * w32term.c (w32_create_terminal):
19041 * term.c (init_tty): Set Vwindow_system.
19042 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19043 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
19044
19045 * xfns.c (Fx_create_frame, x_create_tip_frame):
19046 * w32fns.c (Fx_create_frame, x_create_tip_frame):
19047 * macfns.c (Fx_create_frame):
19048 Don't set the obsolete `window-system' frame-param.
19049
19050 * frame.h (Qwindow_system): Remove.
19051 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
19052 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19053
190542007-10-24 Richard Stallman <rms@gnu.org>
19055
19056 * frame.c (x_figure_window_size): For fullscreen case,
19057 set USPosition | PPosition without clobbering rest of window_prompting.
19058
19059 * keyboard.c (Fcurrent_idle_time): Doc fix.
19060
19061 * print.c (Fwith_output_to_temp_buffer): Doc fix.
19062
190632007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19064
19065 * process.c (unwind_request_sigio): Only define if __ultrix__.
19066
19067 * callproc.c (child_setup): Remove spurious *.
19068
19069 * lisp.h (Fget_text_property): Declare.
19070 (have_menus_p): Declare it here rather than in sys-dep header files.
19071 * macterm.h (have_menus_p):
19072 * msdos.h (have_menus_p):
19073 * xterm.h (have_menus_p): Remove.
19074
19075 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19076 (Fmake_variable_frame_local): Just check the variable's const-ness
19077 rather than checking nil or t.
19078
190792007-10-22 Jason Rumney <jasonr@gnu.org>
19080
19081 * w32fns.c: Include math.h.
19082 (w32_abort): Declaration moved to nt/config.nt.
19083
19084 * s/ms-w32.h (HAVE_STDLIB_H): Define.
19085 (abort): Redefinition moved to nt/config.nt.
19086
19087 * m/windowsnt.h: Remove.
19088
190892007-10-22 Juanma Barranquero <lekktu@gmail.com>
19090
19091 * emacs.c (Fdump_emacs): Fix typo in message.
19092 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
19093 <installation-directory>: Reflow docstring.
19094
190952007-10-22 Juri Linkov <juri@jurta.org>
19096
19097 * minibuf.c: Allow minibuffer default to be a list of default values.
19098 With empty input use the first element of this list as returned default.
19099 (string_to_object)
19100 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
19101 (read_minibuf): If defalt is cons, set histstring to its car.
19102 (Fread_string): If default_value is cons, set val to its car.
19103 (Fread_buffer): If def is cons, use its car.
19104 (Fcompleting_read): If defalt is cons, set val to its car.
19105
191062007-10-21 Michael Albinus <michael.albinus@gmx.de>
19107
19108 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
19109
191102007-10-20 Juanma Barranquero <lekktu@gmail.com>
19111
19112 * doc.c (Fdocumentation): Check for advice in all cases.
19113
191142007-10-19 Chong Yidong <cyd@stupidchicken.com>
19115
19116 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
19117
191182007-10-19 Richard Stallman <rms@gnu.org>
19119
19120 * doc.c (Fdocumentation): Check for and handle an advised function.
19121
191222007-10-19 Juanma Barranquero <lekktu@gmail.com>
19123
19124 * process.c (Fset_process_filter): Doc fix.
19125
191262007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19127
19128 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
19129 which caused key-translation-map to applied repeatedly (thus breaking
19130 double-mode).
19131
191322007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19133
19134 * xselect.c (x_own_selection, x_handle_selection_clear)
19135 (x_clear_frame_selections):
19136 * w32menu.c (list_of_panes, list_of_items):
19137 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
19138 * textprop.c (validate_plist, interval_has_all_properties)
19139 (interval_has_some_properties, interval_has_some_properties_list)
19140 (add_properties, text_property_list):
19141 * process.c (Fget_buffer_process, list_processes_1, status_notify):
19142 * minibuf.c (Fassoc_string):
19143 * macselect.c (x_own_selection, x_clear_frame_selections)
19144 (Fx_disown_selection_internal):
19145 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
19146 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
19147
191482007-10-17 Chong Yidong <cyd@stupidchicken.com>
19149
19150 * process.c: Link to libs for calling res_init() if available.
19151 (Fmake_network_process): Call res_init() before getaddrinfo or
19152 gethostbyname, if possible.
19153
191542007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19155
19156 * lread.c (read1): Set pvectype for char_tables.
19157
19158 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
19159 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
19160 Add type checks.
19161 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
19162
19163 * alloc.c (free_misc): Use XMISCTYPE.
19164 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
19165
191662007-10-17 Glenn Morris <rgm@gnu.org>
19167
19168 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
19169 (syms_of_minibuf): Add Qcompletion_ignore_case.
19170 * dired.c (Qcompletion_ignore_case): Change to external.
19171 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
19172 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
19173 (Fread_file_name): Use it rather than intern'ing.
19174
19175 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
19176 (Fread_coding_system): Ignore case of user input.
19177
191782007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19179
19180 * xdisp.c (handle_display_prop): Ignore display specs after
19181 replacing one when string text is being replaced.
19182 (handle_single_display_spec): Pretend as if characters with display
19183 property haven't been consumed only when buffer text is being replaced.
19184
191852007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19186
19187 * xfns.c (Fx_create_frame, Fx_display_list):
19188 * window.c (window_fixed_size_p, enlarge_window)
19189 (shrink_window_lowest_first):
19190 * macterm.c (init_font_name_table):
19191 * macfns.c (Fx_create_frame, Fx_display_list):
19192 * lread.c (close_load_descs):
19193 * keyboard.c (read_char_x_menu_prompt):
19194 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
19195 * coding.c (code_convert_region_unwind): Test the type of an object
19196 rather than just !NILP before extracting data from it.
19197
19198 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
19199
19200 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
19201 (XMISCANY): New macro.
19202 (XMISCTYPE): Use it.
19203 (struct Lisp_Misc_Any): New type.
19204 (union Lisp_Misc): Use it.
19205 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
19206 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
19207 (find_symbol_value, set_internal, default_value, Fset_default)
19208 (Fmake_variable_buffer_local, Fmake_local_variable)
19209 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
19210 (Flocal_variable_if_set_p, Fvariable_binding_locus):
19211 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
19212 * alloc.c (allocate_buffer): Set the size and tag.
19213 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
19214 Use XMISCANY.
19215 (die): Follow the GNU convention for error messages.
19216 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
19217 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
19218 tag any more.
19219 (set_buffer_internal_1):
19220 * frame.c (store_frame_param):
19221 * eval.c (specbind):
19222 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
19223
19224 * doc.c (Fsnarf_documentation): Simplify.
19225
192262007-10-14 Juanma Barranquero <lekktu@gmail.com>
19227
19228 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
19229 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
19230
192312007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19232
19233 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
19234
192352007-10-14 Juanma Barranquero <lekktu@gmail.com>
19236
19237 * eval.c (do_autoload): Don't save autoloads.
19238
19239 * data.c (Ffset): Save autoload of the function being set.
19240
192412007-10-07 John Paul Wallington <jpw@pobox.com>
19242
19243 * xfns.c (x_create_tip_frame): Set the `display-type' frame
19244 parameter before setting up faces.
19245
192462007-10-13 Eli Zaretskii <eliz@gnu.org>
19247
19248 * ccl.c (Fregister_code_conversion_map):
19249 * keyboard.c (append_tool_bar_item): Reformat last change.
19250
19251 * lisp.h (eabs): Rename from `abs'. All callers changed.
19252
192532007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
19254
19255 * buffer.c (add_overlay_mod_hooklist):
19256 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
19257 * fontset.c (make_fontset):
19258 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
19259 (append_tool_bar_item):
19260 * macmenu.c (grow_menu_items):
19261 * w32menu.c (grow_menu_items):
19262 * xmenu.c (grow_menu_items): Use larger_vector.
19263
192642007-10-13 Eli Zaretskii <eliz@gnu.org>
19265
19266 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
19267 selected frame'' on MSDOS).
19268
192692007-10-12 Martin Rudalics <rudalics@gmx.at>
19270
19271 * frame.c (Qexplicit_name): New variable.
19272 (x_report_frame_params): Report it in parameter alist.
19273 (syms_of_frame): Intern and staticpro it.
19274
192752007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
19276
19277 * macfns.c (x_create_tip_frame): Set terminal for frame.
19278
192792007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
19280
19281 * frame.c (Qenvironment): Remove.
19282 (syms_of_frame) <Qenvironment>: Don't initialize.
19283 (Fdelete_frame): Don't treat the `environment' param specially.
19284 * frame.h (Qenvironment): Don't declare.
19285 * callproc.c (set_initial_environment): Don't set unused frame param.
19286
19287 * frame.c (Fframe_with_environment): Remove.
19288 (syms_of_frame) <Sframe_with_environment>: Don't declare.
19289
19290 * lisp.h (Fframe_with_environment): Don't declare.
19291
192922007-10-10 Juanma Barranquero <lekktu@gmail.com>
19293
19294 * indent.c (indent_tabs_mode, last_known_column)
19295 (last_known_column_modified): Make static.
19296 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
19297
192982007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
19299
19300 * puresize.h (BASE_PURESIZE): Increase to 1170000.
19301
193022007-10-09 Jason Rumney <jasonr@gnu.org>
19303
19304 * w32term.c (x_set_window_size): Disable code that attempts to tell
19305 Lisp code about a size change before it actually happens.
19306
193072007-10-09 Richard Stallman <rms@gnu.org>
19308
19309 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
19310 return HANDLED_RETURN.
19311
193122007-10-08 Martin Rudalics <rudalics@gmx.at>
19313
19314 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
19315 when there's an unread command event.
19316
19317 * frame.c (focus_follows_mouse): Move here from frame.el to allow
19318 window autoselection act appropriately when leaving selected frame.
19319 (syms_of_frame): Initialize focus_follows_mouse.
19320 * frame.h (focus_follows_mouse): Extern it.
19321 * macterm.c (XTread_socket): When focus_follows_mouse is nil
19322 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
19323 * msdos.c (dos_rawgetc): Likewise.
19324 * w32term.c (w32_read_socket): Likewise.
19325 * xterm.c (handle_one_xevent): Likewise.
19326 * xdisp.c (syms_of_xdisp): In doc-string of
19327 mouse-autoselect-window mention focus-follows-mouse.
19328
193292007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19330
19331 * macterm.c (mac_load_query_font): Fix missing return value.
19332 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
19333 Add BLOCK_INPUT.
19334
193352007-10-08 Richard Stallman <rms@gnu.org>
19336
19337 * xdisp.c (get_window_cursor_type): Implement documented behavior
19338 for cursor-in-non-selected-windows = t.
19339
193402007-10-08 Jason Rumney <jasonr@gnu.org>
19341
19342 * w32.c (w32_get_resource): Always close registry keys.
19343
193442007-10-08 Jason Rumney <jasonr@gnu.org>
19345
19346 * makefile.w32-in (LIBS): Add COMCTL32.
19347
19348 * w32fns.c (globals_of_w32fns): Init common controls.
19349
193502007-10-08 Richard Stallman <rms@gnu.org>
19351
19352 * image.c (our_memory_buffer): Rename from omfib_buffer.
19353
193542007-10-08 Richard Stallman <rms@gnu.org>
19355
19356 * buffer.c (Foverlays_at): Doc fix.
19357
193582007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
19359
19360 * fns.c (Fplist_put): Preserve uneven tail data.
19361
193622007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
19363
19364 * termhooks.h (enum event_kind): Remove trailing comma.
19365
19366 * frame.h (enum): Remove trailing comma.
19367
193682007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
19369
19370 * w32proc.c (delete_child): Don't terminate threads of zombies.
19371
193722007-10-08 Martin Rudalics <rudalics@gmx.at>
19373
19374 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
19375
19376 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
19377 last-repeatable-command.
19378 (init_kboard): Initialize Vlast_repeatable_command.
19379 (command_loop_1): Set it to real_this_command unless that was
19380 bound to an input event.
19381 (mark_kboards): Mark it.
19382
193832007-10-08 Richard Stallman <rms@gnu.org>
19384
19385 * eval.c (condition-case): Doc fix.
19386
193872007-10-08 Masatake YAMATO <jet@gyve.org>
19388
19389 * xfaces.c (tty_supports_face_attributes_p): Fix code
19390 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
19391 was copied and not edited.
19392
193932007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
19394
19395 Add new `input-decode-map' keymap and use it for terminal
19396 escape sequences.
19397 * keyboard.h (struct kboard): Add Vinput_decode_map.
19398 Remove Vlocal_key_translation_map.
19399 * keyboard.c (read_key_sequence): Add support for input-decode-map.
19400 (init_kboard): Init input-decode-map.
19401 Replace local-key-translation-map back with key-translation-map.
19402 (syms_of_keyboard): Declare input-decode-map.
19403 Remove local-key-translation-map. Update docstrings.
19404 (mark_kboards): Mark Vinput_decode_map.
19405 Don't mark Vlocal_key_translation_map.
19406 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
19407 Replace local-key-translation-map back with key-translation-map.
19408 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
19409 Bind in input-decode-map rather than function-key-map.
19410
19411 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
19412 This was made redundant by the previous introduction of XSETPVECTYPE.
19413
194142007-10-09 Richard Stallman <rms@gnu.org>
19415
19416 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
19417
194182007-09-29 Richard Stallman <rms@gnu.org>
19419
19420 * eval.c (internal_condition_case_2, internal_condition_case_1)
19421 (internal_condition_case): Reenable abort if x_catching_errors ()
19422 to see if that really happens and why.
19423
194242007-10-06 Andreas Schwab <schwab@suse.de>
19425
19426 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
19427
194282007-10-04 Juanma Barranquero <lekktu@gmail.com>
19429
19430 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
19431
194322007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19433
19434 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
19435
194362007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19437
19438 * window.h (struct window):
19439 * window.c (struct save_window_data, struct saved_window):
19440 * termhooks.h (struct terminal):
19441 * process.h (struct Lisp_Process):
19442 * frame.h (struct frame):
19443 * buffer.h (struct buffer):
19444 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
19445 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
19446 The size field of (pseudo)vectors is now unsigned.
19447 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
19448
19449 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
19450 Turn `count' into an integer.
19451
19452 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
19453 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
19454 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
19455 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
19456 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
19457
19458 * alloc.c (allocate_pseudovector): New fun.
19459 (ALLOCATE_PSEUDOVECTOR): New macro.
19460 (allocate_window, allocate_terminal, allocate_frame)
19461 (allocate_process): Use it.
19462 (mark_vectorlike): New function.
19463 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
19464 (mark_terminals): Use it.
19465 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
19466 (Fmake_byte_code): Use XSETPVECTYPE.
19467
19468 * frame.c (Fframe_parameters): Minor simplification.
19469
19470 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
19471
19472 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
19473
19474 * buffer.c (Fget_buffer_create, init_buffer_once):
19475 * lread.c (defsubr):
19476 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
19477
19478 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
19479 defined differently in the m/*.h files.
19480 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
19481 (XSETPVECTYPE): New macro.
19482 (XSETPSEUDOVECTOR): Use it.
19483
19484 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
19485 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
19486
19487 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
19488 * lread.c (defvar_per_buffer):
19489 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
19490
19491 * window.c (candidate_window_p): Only consider as visible frames that
19492 are on the same terminal.
19493
19494 * m/ibms390x.h (MARKBIT): Remove unused macro.
19495
194962007-10-01 Juanma Barranquero <lekktu@gmail.com>
19497
19498 * lread.c (Fload): Fix typo in docstring.
19499
195002007-10-01 Michaël Cadilhac <michael@cadilhac.name>
19501
19502 * floatfns.c (Fexpt): Manually check for overflows, so that a power
19503 of a non-zero value can't yield zero.
19504
195052007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
19506
19507 * term.c (term_clear_mouse_face, term_mouse_highlight)
19508 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
19509
19510 * print.c (safe_debug_print): Use XHASH.
19511
19512 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
19513 Lisp elements such as tags.
19514 (XHASH): New macro.
19515 (EQ): Use it.
19516 (SREF, SSET, STRING_COPYIN): Use SDATA.
19517 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
19518
19519 * alloc.c (mark_terminal): Remove left-over declaration.
19520 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
19521 (allocate_vectorlike): Remove type argument. Adjust callers.
19522 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
19523 Only handle the one remaining MEM_TYPE_VECTORLIKE.
19524
19525 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
19526 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
19527 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
19528 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
19529 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
19530 Use them.
19531
19532 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
19533 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
19534 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
19535
195362007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
19537
19538 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
19539 loaded by default.
19540
195412007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
19542
19543 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
19544 on this tty.
19545 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
19546
19547 * term.c (mouse_face_window): Rename from Qmouse_face_window.
19548 Update all users.
19549 (handle_one_term_event): Use Gpm_DrawPointer.
19550 (Fgpm_mouse_start): Rename from Fterm_open_connection.
19551 Signal errors instead of returning nil. Always return nil.
19552 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
19553 Make it a noop if gpm-mouse was not activated.
19554 (syms_of_term): Update names.
19555
195562007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19557
19558 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
19559 (init_sys_modes): Check that gpm_tty is the current tty.
19560
19561 * alloc.c (allocate_terminal): Set the vector size to only count the
19562 lisp fields. Initialize those to nil.
19563 (mark_object): Don't treat terminals specially.
19564 (mark_terminal): Remove.
19565 (mark_terminals): Use mark_object instead.
19566
19567 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
19568 the GC to the beginning.
19569
19570 * indent.h:
19571 * indent.c: Use EMACS_INT for ints coming from Elisp data.
19572
19573 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
19574
195752007-09-25 Jason Rumney <jasonr@gnu.org>
19576
19577 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
19578
19579 * w32console.c (create_w32cons_output): Remove.
19580
19581 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
19582
19583 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
19584 (reset_sys_modes): Use reset_terminal_modes_hook.
19585
195862007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19587
19588 * eval.c (do_autoload): Don't output any message.
19589
195902007-09-24 Juri Linkov <juri@jurta.org>
19591
19592 * emacs.c (standard_args): Change priority of "--no-splash"
19593 from 40 to 3. Add "--no-desktop" with the same priority.
19594
195952007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
19596
19597 * alloc.c (gc_sweep): Check cons cell mark bits word by word
19598 and optimize the case where they are all 1.
19599
196002007-09-23 Johannes Weiner <hannes@saeurebad.de>
19601
19602 * lisp.h (abs): Define if not defined.
19603 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
19604 Don't define `abs', since it's defined in lisp.h.
19605
196062007-09-22 Eli Zaretskii <eliz@gnu.org>
19607
19608 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
19609 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
19610 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
19611 (init_tty): Use DEV_TTY instead of "/dev/tty".
19612 [WINDOWSNT]: No need to protect from NAME arg being null.
19613
196142007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
19615
19616 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
19617 up the tty state.
19618
196192007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19620
19621 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
19622 (gpm_tty): Change its type.
19623 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
19624 (gpm_tty): Change its type and initialize it.
19625 (Fterm_open_connection): Check the frame is indeed a tty.
19626 Use the new gpm_tty.
19627 (Fterm_close_connection): Use the new gpm_tty.
19628 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
19629 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
19630
196312007-09-21 Juanma Barranquero <lekktu@gmail.com>
19632
19633 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
19634 underline_color, to draw strike-through.
19635
196362007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19637
19638 * lisp.h (allocate_terminal): Declare.
19639
19640 * window.c (candidate_window_p): Consider frames that are being placed
19641 by the user as somewhere between visible and iconified.
19642 (window_loop): Prefer windows on the current frame.
19643 (Fselect_window): Move the use of select-frame to the beginning so we
19644 can just delegate all the work (it'll call us back anyway).
19645
19646 * frame.c (Qdisplay_environment_variable):
19647 * frame.h (Qdisplay_environment_variable): Delete.
19648
19649 * .gdbinit (xbacktrace): Print the arg's address rather than the value
19650 of the first arg, since that value may be a union.
19651
19652 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
19653 parameter rather than Qdisplay_environment_variable. If all else
19654 fails, look for DISPLAY in initial-environment.
19655
196562007-09-21 Glenn Morris <rgm@gnu.org>
19657
19658 * Makefile.in (emacstool): Remove target.
19659 (lisp, shortlisp): Remove termdev.elc.
19660
196612007-09-21 Markus Triska <markus.triska@gmx.at>
19662
19663 * xterm.c (x_delete_display): Compile session management conditionally.
19664
196652007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19666
19667 * callproc.c (getenv_internal_1): New function.
19668 (getenv_internal): Use it.
19669 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
19670
19671 * terminal.c (get_terminal): Don't accept ints to represent terminals.
19672 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
19673 (Fset_terminal_parameter): Work with dead terminals as well.
19674 (Fmodify_terminal_parameters): Remove.
19675
19676 * terminal.c (get_terminal): Handle terminals.
19677 Make sure the terminal returned is live.
19678 (create_terminal): Use allocate_terminal.
19679 (mark_terminals): Move to alloc.c.
19680 (delete_terminal): Use terminal->name as liveness status.
19681 NULL out fields after freeing their contents.
19682 Don't deallocate the object.
19683 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
19684 rather than an int.
19685 (Fterminal_live_p): Accept non-integer arguments.
19686 (Fterminal_list): Return terminal objects rather than an ints.
19687
19688 * alloc.c (enum mem_type): New member for `terminal' objects.
19689 (allocate_terminal): New function.
19690 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
19691 Handle terminals.
19692 (mark_terminal): New fun.
19693 (mark_terminals): Move from terminal.c.
19694
19695 * term.c (get_tty_terminal): Don't treat output_initial specially.
19696 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
19697 (delete_tty): Use terminal->name as liveness status.
19698
19699 * termhooks.h (struct terminal): Make it into a pseudovector.
19700 Remove `deleted' replaced by checking `name's nullness.
19701
19702 * print.c (print_object): Handle terminals.
19703
19704 * lisp.h (enum pvec_type): New `terminal' pseudovector.
19705 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
19706
19707 * frame.c (make_terminal_frame):
19708 * keyboard.c (tty_read_avail_input):
19709 * w32term.c (x_delete_terminal):
19710 * xfns.c (Fx_create_frame, x_create_tip_frame):
19711 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
19712
197132007-09-20 Glenn Morris <rgm@gnu.org>
19714
19715 * process.c (Fmake_network_process): Doc fix.
19716
197172007-09-19 Jason Rumney <jasonr@gnu.org>
19718
19719 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
19720
197212007-09-19 Michaël Cadilhac <michael@cadilhac.name>
19722
19723 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
19724 Fix a C warning regarding variable constness.
19725
19726 * xterm.c (handle_one_xevent): Fix a C warning.
19727
197282007-09-18 Jason Rumney <jasonr@gnu.org>
19729
19730 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
19731
197322007-09-17 Jan Djärv <jan.h.d@swipnet.se>
19733
19734 * gtkutil.c (gdpy_def): New variable.
19735 (xg_initialize): Initialize gdpy_def.
19736 (xg_display_close): If no other display exists, set gdpy_def to a
19737 new connection.
19738
197392007-09-16 Jan Djärv <jan.h.d@swipnet.se>
19740
19741 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
19742 when we have no file name for the icon.
19743 (xg_tool_bar_expose_callback): Remove.
19744 (xg_create_tool_bar): Don't connect expose signal to
19745 xg_tool_bar_expose_callback.
19746 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
19747
197482007-09-16 Andreas Schwab <schwab@suse.de>
19749
19750 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
19751 values instead of zapping them.
19752
197532007-09-14 Glenn Morris <rgm@gnu.org>
19754
19755 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
19756 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
19757 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
19758 scope and rename to omfib_buffer for clarity.
19759 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
19760
197612007-09-14 Kenichi Handa <handa@m17n.org>
19762
19763 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
19764
197652007-09-13 Jason Rumney <jasonr@gnu.org>
19766
19767 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
19768
19769 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
19770
19771 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
19772 (mac_term_init): Call here instead, passing rif.
19773
197742007-09-13 Glenn Morris <rgm@gnu.org>
19775
19776 * s/hpux.h: No longer define `static' as nothing.
19777
197782007-09-13 Johan Bockgård <bojohan@gnu.org>
19779
19780 * callint.c (Fcall_interactively): Remove unused var `fun'.
19781
197822007-09-12 Romain Francoise <romain@orebokech.com>
19783
19784 * window.c (prefer_window_split_horizontally, display_buffer):
19785 Revert 2007-09-08 change.
19786
197872007-09-12 Glenn Morris <rgm@gnu.org>
19788
19789 * alloca.c: Remove file.
19790 * Makefile.in (alloca): Do not undef.
19791 (allocaobj, alloca.o): Remove.
19792 (otherobj): Remove allocaobj.
19793 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
19794 * regex.c (C_ALLOCA): Remove all references and code that was only
19795 used when this was defined.
19796 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
19797 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
19798 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
19799
19800 * Makefile.in (SOURCES, unlock, relock): Delete.
19801
19802 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
19803 (menu_grab_callback): All uses changed.
19804
19805 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
19806 (x_reply_selection_request): All uses changed.
19807
198082007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19809
19810 * lread.c (load_warn_old_style_backquotes): Change message to look
19811 better when it appears in the middle of byte-compiler messages.
19812
198132007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
19814
19815 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
19816
19817 * xterm.c (x_create_terminal): Add comment.
19818
19819 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
19820
198212007-09-10 Richard Stallman <rms@gnu.org>
19822
19823 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
19824
198252007-09-10 Michaël Cadilhac <michael@cadilhac.name>
19826
19827 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
19828 (DEFUN): Document `intspec', use it instead of `prompt'.
19829
19830 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
19831
19832 * data.c (Finteractive_form): If the interactive specification starts
19833 with a `(', use it as a Lisp form.
19834
19835 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
19836 name and file modes.
19837
19838 * callint.c (Fcall_interactively): Comment fixes.
19839
198402007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19841
19842 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
19843 and compiled functions.
19844
198452007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
19846
19847 * window.c (prefer_window_split_horizontally): New variable.
19848 (display_buffer): Consider splitting window horizontally depending
19849 on prefer_window_split_horizontally.
19850
198512007-09-08 Eli Zaretskii <eliz@gnu.org>
19852
19853 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
19854
198552007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19856
19857 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
19858
19859 * frame.c (x_set_frame_parameters): Check number is positive before
19860 using XFASTINT.
19861
19862 * window.c (freeze_window_start): Don't presume selected_window holds
19863 a window object.
19864 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
19865
198662007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
19867
19868 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
19869
198702007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19871
19872 * window.c (Vsplit_window_preferred_function): New var.
19873 (Fdisplay_buffer): Use it.
19874 (syms_of_window): Export, and initialize it.
19875
198762007-09-06 Pixel <pixel@mandriva.com> (tiny change)
19877
19878 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
19879
198802007-09-06 Glenn Morris <rgm@gnu.org>
19881
19882 * gtkutil.c (menu_grab_callback) <cnt>:
19883 * xselect.c (x_reply_selection_request) <cnt>: Move static
19884 variable to file scope.
19885
198862007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19887
19888 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
19889 consistent values of selected_frame and selected_window.
19890
198912007-09-04 Jason Rumney <jasonr@gnu.org>
19892
19893 * w32console.c (initialize_w32_display): Zero unused hooks.
19894
198952007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19896
19897 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
19898 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
19899
199002007-09-04 Jason Rumney <jasonr@gnu.org>
19901
19902 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
19903 in w32console.c. Set up input. Remove XXX comments that have been
19904 confirmed as correct.
19905
19906 * s/ms-w32.h (MULTI_KBOARD): Define.
19907
19908 * w32console.c (one_and_only_w32cons): Remove.
19909 (initialize_w32_display): Take terminal argument.
19910
19911 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
19912 initialize_w32_display.
19913 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
19914
19915 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
19916
19917 * keyboard.c (discard_mouse_events): Discard it.
19918 (make_lispy_event): Translate it to a lisp event.
19919 (lispy_wheel_names): Add wheel-left and right events.
19920 (syms_of_keyboard): Enlarge wheel_syms.
19921
19922 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
19923 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
19924
19925 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
19926
19927 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
19928 from WM_MOUSEHWHEEL.
19929 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
19930
19931 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
19932 terminal.
19933
19934 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
19935 keyboard for the terminal.
19936
199372007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19938
19939 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
19940 (Vresume_tty_hook): Rename from Vresume_tty_functions.
19941 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
19942 and resume-tty-function to resume-tty-hook.
19943 (Fsuspend_tty, Fresume_tty): Use new names.
19944
199452007-09-02 Jan Djärv <jan.h.d@swipnet.se>
19946
19947 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
19948 if it starts with "n:".
19949
199502007-08-31 Jan Djärv <jan.h.d@swipnet.se>
19951
19952 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
19953
199542007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19955
19956 * frame.h:
19957 * frame.c (Qterm_environment_variable): Remove.
19958 (syms_of_frame): Don't init and staticpro it.
19959
19960 * callproc.c (getenv_internal): Remove special case for $TERM.
19961
19962 * callproc.c (Vinitial_environment): New variable.
19963 (set_initial_environment): Initialize it.
19964 (syms_of_callproc): Declare it.
19965 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
19966 TERM under which a process runs is never related to the TERM in which
19967 Emacs is running.
19968
199692007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19970
19971 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
19972 * s/darwin.h: ... do it here.
19973
199742007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19975
19976 * lisp.h (set_initial_environment): Rename from set_global_environment.
19977
19978 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
19979 removed by mistake on the multi-tty branch.
19980
19981 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
19982 (Fmodify_frame_parameters): Return a value.
19983
19984 * image.c (png_load): Comment-out var only used in commented-out code.
19985
19986 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
19987 before passing it to mark_object.
19988
19989 * xfaces.c (internal_resolve_face_name): Return a value.
19990 (internal_resolve_face_name, resolve_face_name_error): Comment out.
19991
19992 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
19993 (x_icon): Comment-out var only used in commented-out code.
19994
199952007-08-29 Romain Francoise <romain@orebokech.com>
19996
19997 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
19998 QUIT hasn't been provided.
19999
200002007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20001
20002 * callproc.c (child_setup, getenv_internal): Use the
20003 display-environment-variable and term-environment-variable frame params.
20004 (set_initial_environment): Initialise Vprocess_environment.
20005
20006 * config.in: Disable multi-keyboard support on a mac.
20007
20008 * frame.c (Qterm_environment_variable)
20009 (Qdisplay_environment_variable): New variables.
20010 (syms_of_frame): Intern and staticpro them.
20011 (Fmake_terminal_frame): Disable output method test.
20012
20013 * frame.h: Declare them here.
20014
20015 * macfns.c (x_set_mouse_color): Get rif from the frame.
20016 (x_set_tool_bar_lines): Don't use updating_frame.
20017 (mac_window): Add 2 new parameters for consistency with other systems.
20018 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
20019 frame parameters following what is done in X11 and w32. Don't use
20020 FRAME_MAC_DISPLAY_INFO.
20021 (Fx_open_connection, start_hourglass): Remove window-system check.
20022 (x_create_tip_frame): Get the keyboard from the terminal.
20023
20024 * macmenu.c: Reorder includes.
20025 (Fx_popup_menu): Use terminal specific mouse_position_hook.
20026
20027 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20028 terminal parameter.
20029 (x_clear_frame): Add a frame parameter.
20030 (note_mouse_movement): Get rif from the frame.
20031 (mac_term_init): Initialize the terminal.
20032 (mac_initialize): Make static and move terminal initialization ...
20033 (mac_create_terminal): ... to this new function.
20034
20035 * macterm.h (struct mac_display_info): Add terminal.
20036 (mac_initialize): Delete declaration.
20037
20038 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20039
20040 * sysdep.c: Comment out text after #endif.
20041
20042 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20043 is defined. Better initialize ttys in windows. Use terminal
20044 specific mouse_position_hook.
20045
20046 * termhooks.h (union display_info): Add mac_display_info.
20047
20048 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20049 Set the default minibuffer frame, window_system and the rest of the
20050 frame parameters following what is done in X11.
20051
20052 * w32term.c (w32_initialize): Make static.
20053
20054 * xselect.c (x_handle_selection_clear): Only access
20055 terminal->kboard when MULTI_KBOARD is defined.
20056
20057 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20058 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20059
200602007-08-29 Jason Rumney <jasonr@gnu.org>
20061
20062 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20063 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20064
20065 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
20066 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
20067
20068 * keyboard.c (restore_kboard_configuration): Only define when
20069 MULTI_KBOARD defined.
20070
20071 * makefile.w32-in: Update dependancies from Makefile.in.
20072 (OBJ1): Add terminal.$(O)
20073
20074 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
20075 Don't define function body.
20076 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
20077
20078 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
20079
20080 * w32.c (request_sigio, unrequest_sigio): Remove.
20081
20082 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
20083 (w32con_clear_frame, w32con_clear_end_of_line)
20084 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
20085 (w32con_delete_glyphs, w32con_set_terminal_window)
20086 (scroll_line, w32_sys_ring_bell): Add frame arg.
20087 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
20088 Add terminal arg.
20089 (PICK_FRAME): Remove.
20090 (w32con_write_glyphs): Use frame specific terminal coding.
20091 (one_and_only_w32cons): New global variable.
20092 (initialize_w32_display): Use it for storing hooks.
20093 (create_w32cons_output): New function.
20094
20095 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
20096 arg a frame.
20097
20098 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
20099 Set window_system.
20100 (x_set_tool_bar_lines): Don't use updating_frame.
20101 (Fx_create_frame): Set terminal and ref count.
20102 (Fx_open_connection): Remove window-system check.
20103
20104 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
20105
20106 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
20107 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
20108 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
20109 Add frame arg.
20110 (x_delete_terminal, w32_create_terminal): New functions.
20111 (w32_term_init): Create a terminal.
20112 (w32_initialize): Move terminal specific initialization to
20113 w32_create_terminal.
20114
20115 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
20116 (w32_clear_rect, w32_clear_area): Use background from frame.
20117 (w32_display_info): Add terminal.
20118 (w32_sys_ring_bell, x_delete_display): Declare here.
20119
20120 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
20121
20122 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
20123
201242007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
20125
20126 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
20127 Fix get_named_tty calls for the controlling tty.
20128
201292007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20130
20131 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
20132
201332007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
20134
20135 * term.c (tty_insert_glyphs): Add missing first parameter.
20136
201372007-08-29 Károly Lőrentey <karoly@lorentey.hu>
20138
20139 * buffer.c (Fbuffer_list, Fbury_buffer):
20140 Take frame->buried_buffer_list into account.
20141
20142 * cm.c (current_tty): New variable, for cmputc().
20143 (cmputc): Use it.
20144 (cmcheckmagic): Add tty parameter, look up terminal streams there.
20145 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
20146 (cmgoto): Add tty parameter. Pass it on to calccost().
20147 Use emacs_tputs() instead of tputs().
20148
20149 * cm.h (emacs_tputs): New macro to set current_tty, and then call
20150 tputs().
20151 (current_tty): New variable, for cmputc().
20152 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
20153
20154 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
20155 (internal_condition_case, internal_condition_case_1)
20156 (internal_condition_case_2): Don't abort when x_catching_errors.
20157
20158 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
20159 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
20160 prevent crashes caused by bogus longjmps in read_char.
20161
20162 * keymap.h (Fset_keymap_parent): Add EXFUN.
20163
20164 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
20165 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20166 Remove redundant definition.
20167
20168 * macfns.c (x_set_mouse_color, x_make_gc):
20169 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20170
20171 * w32term.c (x_free_frame_resources):
20172 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20173 (w32_initialize): Use the accessor macros for terminal characteristics.
20174
20175 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
20176 Use the accessor macros for terminal characteristics.
20177 * msdos.c (internal_terminal_init): Use the accessor macros for
20178 terminal characteristics.
20179 (ScreenVisualBell, internal_terminal_init):
20180 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20181
20182 * termopts.h (no_redraw_on_reenter): Declare.
20183
20184 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
20185 (mark_terminals, mark_ttys): Declare.
20186 (Fgarbage_collect): Call them.
20187 (mark_object): Mark buried_buffer_list.
20188
20189 * prefix-args.c: Include stdlib.h for exit.
20190
20191 * syssignal.h: Add comment.
20192
20193 * indent.c: Include stdio.h.
20194
20195 * window.h (Vinitial_window_system): Declare.
20196 (Vwindow_system): Delete declaration.
20197
20198 * fontset.c (Finternal_char_font): Use FRAME_RIF.
20199
20200 * image.c (lookup_image): Don't initialize `c' until the xasserts
20201 have been run.
20202
20203 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
20204 FRAME_FOREGROUND_PIXEL.
20205
20206 * print.c (print_preprocess): Don't lose print_depth levels while
20207 iterating.
20208
20209 * widget.c (update_from_various_frame_slots):
20210 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20211
20212 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
20213 frames.
20214 (window_internal_height): Remove bogus make_number call.
20215 (init_window_once): Call make_terminal_frame with two zero parameters.
20216
20217 * fileio.c (Fread_file_name): Update comment.
20218
20219 * callint.c (Fcall_interactively):
20220 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
20221 Make sure it is correctly unwound.
20222
20223 * xsmfns.c (x_session_close): New function.
20224
20225 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
20226 Delete declarations.
20227
20228 * xterm.h: Remove declaration for x_fully_uncatch_errors.
20229 (x_output): Remove background_pixel and foreground_pixel fields.
20230 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
20231 (x_delete_device, x_session_close): Declare.
20232
20233 * lread.c: Include setjmp.h. Update declaration of `read_char'.
20234 (read_filtered_event): Call `read_char' with a local
20235 `wrong_kboard_jmpbuf'.
20236
20237 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
20238 Don't call single_kboard_state. Use FRAME_RIF.
20239
20240 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
20241 systems.
20242
20243 * lisp.h (set_process_environment): Rename to `set_global_environment'.
20244 (Fframe_with_environment, Fset_input_meta_mode)
20245 (Fset_quit_char): EXFUN.
20246 (x_create_device, tty_output, terminal, tty_display_info): Declare.
20247 (init_sys_modes, reset_sys_modes): Update prototypes.
20248 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
20249
20250 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
20251 Vlocal_key_translation_map, and Vkeyboard_translate_table.
20252 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
20253 Delete declarations.
20254 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
20255 (temporarily_switch_to_single_kboard, tty_read_avail_input):
20256 New declarations.
20257
20258 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
20259 already does that during init_display(). Call syms_of_keymap
20260 before syms_of_keyboard. Call `syms_of_terminal'.
20261 Call set_initial_environment, not set_process_environment.
20262 (shut_down_emacs): Call reset_all_sys_modes() instead of
20263 reset_sys_modes().
20264
20265 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
20266 (internal_resolve_face_name, resolve_face_name_error): New functions.
20267 (resolve_face_name): Protect against loops and errors thrown by Fget.
20268 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
20269 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
20270
20271 * scroll.c: Replace CURTTY() with local variables throughout the
20272 file (where applicable).
20273 (calculate_scrolling, calculate_direct_scrolling)
20274 (scrolling_1, scroll_cost): Use the accessor macros for terminal
20275 characteristics.
20276
20277 * keymap.c (Vfunction_key_map): Remove.
20278 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
20279 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
20280 (Vkey_translation_map): Remove.
20281 (syms_of_keymap): Remove DEFVAR for key-translation-map.
20282 (Fdescribe_buffer_bindings)
20283 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
20284 Update for terminal-local key-translation-map.
20285
20286 * Makefile.in (callproc.o): Update dependencies.
20287 (lisp, shortlisp): Add termdev.elc.
20288 (obj): Add terminal.o.
20289 (terminal.o): Add dependencies.
20290 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
20291 (data.o, fns.o): Add termhooks.h dependency.
20292 (SOME_MACHINE_LISP): Add dnd.elc.
20293 (minibuf.o): Fix typo.
20294 Update dependencies.
20295
20296 * data.c (do_symval_forwarding, store_symval_forwarding)
20297 (find_symbol_value): Use the selected frame's keyboard, not
20298 current_kboard.
20299
20300 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
20301 Vwindow_system.
20302
20303 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
20304 Fmenu_bar_open.
20305 (syms_of_xmenu): Update defsubr.
20306 (mouse_position_for_popup, Fx_popup_menu)
20307 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
20308 (set_frame_menubar, free_frame_menubar)
b97439ce 20309 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
20310 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
20311 an X frame.
20312
20313 * xselect.c (x_own_selection): Abort if not an X frame.
20314 (some_frame_on_display): Check if it is an X frame.
20315 (x_handle_selection_clear): Deal with MULTI_KBOARD.
20316
20317 * coding.c: Include frame.h and termhooks.h.
20318 (terminal_coding, keyboard_coding): Delete.
20319 (Fset_terminal_coding_system_internal)
20320 (Fset_keyboard_coding_system_internal)
20321 (Fkeyboard_coding_system)
20322 (Fterminal_coding_system): Add a terminal parameter.
20323 Get terminal_coding from the terminal.
20324 (init_coding_once): Don't call setup_coding_system here.
20325
20326 * dispextern.h (set_scroll_region, turn_off_insert)
20327 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
20328 (tty_clear_end_of_line, tty_setup_colors)
20329 (delete_tty, updating_frame)
20330 (produce_special_glyphs, produce_glyphs, write_glyphs)
20331 (insert_glyphs): Remove.
20332 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
20333 (tty_turn_off_highlight, get_tty_size): Add declaration.
20334 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
20335
20336 * frame.h (enum output_method): Add output_initial.
20337 (struct x_output): Delete.
20338 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20339 Access foreground_pixel and background_pixel directly from the frame.
20340 (tty_display): Delete.
20341 (struct frame): Add buried_buffer_list, foreground_pixel,
20342 background_pixel and terminal. Delete kboard.
20343 (union output_data): Add tty.
20344 (FRAME_KBOARD): Get the kboard from the terminal.
20345 (FRAME_INITIAL_P): New macro.
20346 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
20347 (Qterm_environment_variable, Qdisplay_environment_variable)
20348 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
20349 New declarations.
20350
20351 * termchar.h (tty_output, tty_display_info): New structures.
20352 (tty_list): Declare.
20353 (FRAME_TTY, CURTTY): New macros.
20354 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
20355 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
20356 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
20357 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
20358
20359 * callproc.c: Include frame.h and termhooks.h, for terminal
20360 parameters.
20361 (add_env): New function.
20362 (child_setup): Use it.
20363 (child_setup, getenv_internal): Handle the new Vprocess_environment.
20364 (getenv_internal): Fix get_terminal_param call.
20365 (Fgetenv_internal, egetenv): Update doc.
20366 (syms_of_callproc): Initialize Vprocess_environment to nil.
20367 Register and initialize them. Remove obsolete defvars. Update doc
20368 strings.
20369 (child_setup): Handle Vlocal_environment_variables.
20370 (getenv_internal): Add terminal parameter.
20371 Handle Vlocal_environment_variables.
20372 (Fgetenv_internal): Add terminal parameter.
20373 (child_setup, getenv_internal, Fgetenv_internal): Store the local
20374 environment in a frame (not terminal) parameter. Update doc strings.
20375 (set_initial_environment): Rename from set_global_environment.
20376 Store Emacs environment in initial frame parameter.
20377
20378 * xdisp.c (redisplay_internal): Update references to
20379 `previous_terminal_frame'.
20380 (display_mode_line, Fformat_mode_line): Replace calls to
20381 `push_frame_kboard' with `push_kboard'.
20382 (get_glyph_string_clip_rects): Add extra parentheses and
20383 braces to prevent compiler warnings.
20384 (calc_pixel_width_or_height): Add xassert to check that the
20385 frame is alive. Don't call `lookup_image' on a termcap frame.
20386 (message2_nolog, message3_nolog, redisplay_internal)
20387 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
20388 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
20389 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
20390 (Fx_display_pixel_width, Fx_display_pixel_height)
20391 (Fx_display_planes, Fx_display_color_cells)
20392 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
20393 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
20394 (Fx_display_backing_store, Fx_display_visual_class)
20395 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
20396 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
20397
20398 * xfns.c (x_set_foreground_color x_set_background_color)
20399 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
20400 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20401 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
20402 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
20403 terminal that is being deleted.
20404 (Fx_create_frame): Use `store_frame_param' to set `window-system'
20405 frame parameter, and make sure it overrides any user-supplied setting.
20406 (Fx_close_connection, Fx_synchronize): Unify argument names with
20407 the rest of the DEFUNs.
20408
20409 * dispnew.c (Fsend_string_to_terminal): Update call to
20410 `get_tty_terminal'.
20411 (Fredraw_frame, Fsend_string_to_terminal)
20412 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
20413 FRAME_TERMCAP_P and FRAME_TTY.
20414 (window_change_signal): Don't believe width/height values that are
20415 impossibly small.
20416 (Vinitial_window_system): Rename from Vwindow_system.
20417 (termscript, Wcm, rif): Delete.
20418
20419 * termhooks.h (struct terminal): New struct containing the
20420 previously global text display hooks and new members NAME,
20421 DELETED and PARAM_ALIST.
20422 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
20423 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
20424 (FRAME_RIF): New macros.
20425 (get_terminal_param, get_device): New declarations.
20426 (termscript): Delete declaration.
20427
20428 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
20429 (XTflash, x_free_frame_resources, x_scroll_bar_create)
20430 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
20431 FRAME_FOREGROUND_PIXEL.
20432 (x_fully_uncatch_errors): Disable definition.
20433 (x_scroll_bar_expose): Fix reference to foreground pixel.
20434 (XTread_socket): Disable loop on all X displays.
20435 (x_delete_terminal): Don't set terminal->deleted and let
20436 delete_terminal delete the frames on the terminal.
20437 (x_delete_display): Doc update to reflect changes in
20438 delete_terminal.
20439 (x_display_info) <terminal>: Move member earlier in the struct.
20440 (deleting_tty): Remove old variable.
20441 (Fsuspend_tty): Call clear_tty_hooks.
20442 (Fresume_tty, init_tty): Call set_tty_hooks.
20443 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
20444 errors on X frames.
20445 (x_catch_errors_unwind): Abort if x_error_message is NULL.
20446 (handle_one_xevent): Initialize `f' to NULL.
20447 (x_delete_terminal, x_create_terminal): New functions.
20448 (XTset_terminal_modes, XTreset_terminal_modes)
20449 (XTread_socket, x_connection_closed, x_term_init)
20450 (x_term_init, x_delete_display): Add terminal parameter.
20451 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
20452 X connections.
20453
20454 * frame.c: Include termchar.h.
20455 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
20456 (Qwindow_system, Qenvironment, Qterm_environment_variable)
20457 (Qdisplay_environment_variable): New vars.
20458 (Fframep): Deal with output_initial.
20459 (Fframe-live-p): Doc fix.
20460 (Fwindow-system): New function.
20461 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
20462 (make_terminal_frame): Don't create frames on a terminal that is
20463 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20464 (store_frame_param): Check for found_for_frame before calling XFRAME.
20465 (Fmake_terminal_frame): Handle NULL tty names correctly.
20466 (syms_of_frame): Enhance doc string of `default-frame-alist'.
20467 (Fdelete_frame): Remove unused variable `count'. Don't allow other
20468 frames to refer to a deleted frame in their 'environment parameter.
20469 (Fframe_with_environment): New function.
20470 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
20471 (get_future_frame_param): New function.
20472 (Fmake_terminal_frame): Use it.
20473 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
20474
20475 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
20476 * sysdep.c (reset_sys_modes): Update for renames.
20477
20478 * keyboard.c (tty_read_avail_input): New function.
20479 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
20480 (syms_of_keyboard): Defsubr them.
20481 (Fset_input_meta_mode, Fset_quit_char): New functions.
20482 (Fset_input_mode): Split to above functions.
20483 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
20484 parameter. Use it in call to `read_char'.
20485 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
20486 Set wrong_kboard_jmpbuf correctly in recursive calls.
20487 Use current_kboard to access Vkeyboard_translate_table.
20488 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
20489 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
20490 Update longjmp invocations. Remember the original current_kboard,
20491 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
20492 changes it. Comment out unnecessary calls to
20493 `record_single_kboard_state' and `any_kboard_state'.
20494 Update recursive calls.
20495 (wrong_kboard_jmpbuf): Remove global variable.
20496 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
20497 Handle deleted interrupted_kboards correctly; that is a legal
20498 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
20499 and read_char calls. Abort if interrupted_kboard died in read_char.
20500 (any_kboard_state, single_kboard_state)
20501 (push_frame_kboard): Remove function.
20502 (pop_kboard): Switch out of single_kboard mode if the kboard has
20503 been deleted. Remove unused variable. Help debugging by not
20504 changing current_kboard unnecessarily. Set current_kboard to the
20505 kboard of the selected frame when the stored kboard object has
20506 been deleted before pop_kboard.
20507 (temporarily_switch_to_single_kboard): Change first parameter to a
20508 frame pointer. Throw an error when caller wants to change kboards
20509 while in single_kboard mode. Don't push_kboard if we weren't in
20510 single kboard state. Don't pop_kboard if we popped into any
20511 kboard state.
20512 (restore_kboard_configuration): Abort if pop_kboard changed the
20513 kboard in single_kboard mode. Call pop_kboard only after setting
20514 up single_kboard mode.
20515 (Frecursive_edit): Switch to single_kboard mode only in nested
20516 command loops.
20517 (cmd_error, command_loop, command_loop_1, timer_check):
20518 Comment out unnecessary call to `any_kboard_state' and
20519 `record_single_kboard_state'.
20520 (delete_kboard): Exit single_kboard mode if we have just deleted
20521 that kboard. Use FRAME_KBOARD.
20522 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
20523 `fatal_error_signal'.
20524 (record_single_kboard_state): Don't push_kboard if we weren't in
20525 single kboard state. Don't pop_kboard if we popped into any
20526 kboard state.
20527 (push_frame_kboard): Rename to push_kboard.
20528 (kbd_buffer_get_event): Use FRAME_TERMINAL.
20529 (read_avail_input): Read input from all terminals.
20530 (mark_kboards): Also mark Vkeyboard_translate_table.
20531 (kbd_buffer_store_event_hold): Simplify condition.
20532 (read_key_sequence): Reinitialize fkey and keytran at each replay.
20533 (Vkeyboard_translate_table): Move to struct kboard.
20534 (init_kboard): Initialize Vkeyboard_translate_table.
20535 (syms_of_keyboard): Use DEFVAR_KBOARD to define
20536 Vkeyboard_translate_table. Update doc strings. Update docs of
20537 local-function-key-map and function-key-map.
20538
20539 * terminal.c: New file.
20540
20541 * term.c: Include errno.h.
20542 (Vring_bell_function, device_list, initial_device)
20543 (next_device_id, ring_bell, update_begin, update_end)
20544 (set_terminal_window, cursor_to, raw_cursor_to)
20545 (clear_to_end, clear_frame, clear_end_of_line)
20546 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
20547 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
20548 (syms_of_term): Move their initialization to terminal.c.
20549 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
20550 (Ftty_display_color_cells)
20551 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
20552 (clear_tty_hooks, set_tty_hooks)
20553 (init_tty, maybe_fatal): New functions.
20554 (Ftty_type): Return nil if terminal is not on a tty instead of
20555 throwing an error. Doc update.
20556 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
20557 Doc update. Initialize new subrs and variables.
20558 (delete_tty): Use terminal->deleted.
20559 (tty_set_terminal_modes): Rename from set_terminal_modes.
20560 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
20561 (set_scroll_region): Rename to `tty_set_scroll_region'.
20562 (turn_on_insert): Rename to `tty_turn_on_insert'.
20563 (turn_off_insert): Rename to `tty_turn_off_insert'.
20564 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
20565 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
20566 (toggle_highligh): Rename to `tty_toggle_highlight'.
20567 (background_highlight): Rename to `tty_background_highlight'.
20568 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
20569 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
20570 (tty_set_scroll_region, tty_background_highlight)
20571 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
20572 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
20573 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
20574 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
20575 Add static modifier.
20576 (tty_reset_terminal_modes, tty_set_terminal_window)
20577 (tty_set_scroll_region, tty_background_highlight)
20578 (tty_highlight_if_desired, tty_cursor_to)
20579 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
20580 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
20581 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
20582 renames.
20583
205842007-08-28 Jan Djärv <jan.h.d@swipnet.se>
20585
20586 * keyboard.c: Qrtl is new.
20587 (parse_tool_bar_item): Handle :rtl keyword.
20588 (syms_of_keyboard): Intern :rtl keyword.
20589
20590 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
20591
20592 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
20593 so no Lisp code is executed.
20594 (file_for_image, find_rtl_image): New functions.
20595 (xg_get_image_for_pixmap): Use file_for_image.
20596 (update_frame_tool_bar): If direction is RTL, use RTL image if
20597 defined. Use Gtk stock images if defined.
20598
205992007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20600
20601 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
20602 for nonexistent or zero-width glyph in composition glyph.
20603
206042007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
20605
20606 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
20607
20608 * xdisp.c (Finvisible_p): New function.
20609 (syms_of_xdisp): defsubr it.
20610
206112007-08-24 Juanma Barranquero <lekktu@gmail.com>
20612
20613 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
20614 Doc fixes.
20615
206162007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20617
20618 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
20619
206202007-08-24 Martin Rudalics <rudalics@gmx.at>
20621
20622 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
20623 whether decoding has modified buffer contents.
20624
206252007-08-24 Jason Rumney <jasonr@gnu.org>
20626
20627 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
20628 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
20629 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
20630 (init_svg_functions) [HAVE_NTGUI]: New function.
20631 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
20632 (svg_load_image): Use them.
20633 (svg_load_image) [HAVE_NTGUI]: Implement background.
20634
206352007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20636
20637 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
20638 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
20639 (LIBX): Remove @RSVG_LIBS@.
20640 (LIBES): Add $(RSVG_LIBS).
20641
20642 * image.c (svg_load_image): Blend with specified background if exists.
20643 Use IMAGE_BACKGROUND. Add Mac OS Support.
20644
20645 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
20646 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
20647 Remove macros.
20648 [MAC_OSX] (socket_callback): Do nothing.
20649 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
20650 ReceiveNextEvent.
20651 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
20652 socket_callback.
20653 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
20654
206552007-08-22 Glenn Morris <rgm@gnu.org>
20656
20657 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
20658
206592007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
20660
20661 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
20662
20663 * image.c: Add support for SVG images. Some additional comments
20664 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
20665 (svg_image_p): New function to test for SVG image.
20666 (svg_load): New function to load SVG image.
20667 (svg_load_image): New function, helper for svg_load.
20668 (Qsvg): New Lisp_object.
20669 (svg_keyword_index): New enum.
20670 (svg_format): New static `image_keyword' struct.
20671 (svg_type): New static `image_type' struct.
20672 (librsvg/rsvg.h): Include it.
20673
206742007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20675
20676 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
20677
206782007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20679
20680 * lread.c (Qold_style_backquotes): New var.
20681 (syms_of_lread): Init and staticpro it.
20682 (load_warn_old_style_backquotes): New fun.
20683 (Fload): Use them to warn about old style backquotes.
20684 (end_of_file_error, Fload): Remove unused vars.
20685
20686 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
20687
20688 * lread.c (Vold_style_backquotes): New var.
20689 (syms_of_lread): Init and export it to Elisp.
20690 (read1): Set it when we find an old-style (back)quote.
20691
206922007-08-22 Jason Rumney <jasonr@gnu.org>
20693
20694 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
20695
206962007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
20697
20698 * puresize.h (BASE_PURESIZE): Increase to 1140000.
20699
207002007-08-19 Richard Stallman <rms@gnu.org>
20701
20702 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
20703
207042007-08-19 Andreas Schwab <schwab@suse.de>
20705
20706 * alloc.c (pure): Round PURESIZE up.
20707
207082007-08-17 Jan Djärv <jan.h.d@swipnet.se>
20709
20710 * xterm.c (handle_one_xevent): Remove check that mouse click is in
20711 active frame.
20712
207132007-08-16 Richard Stallman <rms@gnu.org>
20714
20715 * eval.c (Fcommandp): Add parens to clarify.
20716
20717 * minibuf.c (Fall_completions): Use enum for type of table.
20718
20719 * emacs.c (USAGE2): Improve text.
20720
207212007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
20722
20723 * term.c (tty_default_color_capabilities): Declare static
20724 variables in file scope, to avoid HPUX compiler problem.
20725
207262007-08-13 Jan Djärv <jan.h.d@swipnet.se>
20727
20728 * gtkutil.c (update_frame_tool_bar): Use -1 as index
20729 to gtk_toolbar_insert.
20730
207312007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
20732
20733 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
20734
20735 * insdel.c (reset_var_on_error): New fun.
20736 (signal_before_change, signal_after_change):
20737 Use it to reset (after|before)-change-functions to nil in case of error.
20738 Bind inhibit-modification-hooks to t.
20739 Don't bind (after|before)-change-functions to nil while they run.
20740
207412007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20742
20743 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
20744 filling pixmap with stippled background.
20745
207462007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20747
20748 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
20749 Don't use invisible frame as parent window for repositioning.
20750
207512007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20752
20753 * print.c (new_backquote_output): Rename from old_backquote_output.
20754 (print): Inverse its logic (according to its name) so as to match the
20755 behavior of new_backquote_flag in lread.c.
20756
207572007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20758
20759 * gmalloc.c (posix_memalign): New function.
20760
20761 * macterm.c (frame_highlight, frame_unhighlight): Don't call
20762 ActivateControl/DeactivateControl here.
20763 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
20764 frame-notice-user-settings is non-nil.
20765 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
20766 for kEventParamFMFontStyle.
20767 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
20768 mac_pass_command_to_system and mac_pass_control_to_system here.
20769 (XTread_socket): Call ActivateControl/DeactivateControl here.
20770 (XTread_socket) [TARGET_API_MAC_CARBON]:
20771 Check mac_pass_command_to_system and mac_pass_control_to_system here.
20772 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
20773 for window repositioning.
20774
207752007-08-08 Glenn Morris <rgm@gnu.org>
20776
20777 * Replace `iff' in doc-strings and comments.
20778
207792007-08-07 Chong Yidong <cyd@stupidchicken.com>
20780
20781 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
20782
207832007-08-07 Martin Rudalics <rudalics@gmx.at>
20784
20785 * fileio.c (Finsert_file_contents): Run format-decode and
20786 after_insert_file_functions on entire buffer when REPLACE is
20787 non-nil and inhibit modification_hooks and point_motion_hooks.
20788 For consistency, run after_insert_file_functions iff something
20789 got inserted. Move signal_after_change and update_compositions
20790 after code running after_insert_file_functions. Make sure that
20791 undo_list doesn't record intermediate steps of the decoding process.
20792
207932007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20794
20795 * emacs.c (main)
20796 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
20797 Call malloc_enable_thread on interactive startup.
20798
20799 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
20800 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
20801 [USE_PTHREAD]: Conditionalize with it.
20802 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
20803 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
20804 New functions.
20805
208062007-08-06 Chong Yidong <cyd@stupidchicken.com>
20807
20808 * xdisp.c (redisplay_window): When restoring original buffer
20809 position, make sure it is still valid.
20810
20811 * image.c (png_load): Ignore png-supplied background color.
20812
208132007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20814
20815 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
20816 Use kCFAbsoluteTimeIntervalSince1970.
20817
20818 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
20819 New variable.
20820 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
20821 event loop should be quit.
20822 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
20823 Quit dialog event loop if quit_dialog_event_loop is set.
20824
20825 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
20826 (Selection): New typedef. Use instead of ScrapRef.
20827 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
20828 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
20829 (mac_clear_selection): Rename from clear_scrap.
20830 (get_flavor_type_from_symbol): New argument SEL and subsume function of
20831 scrap_has_target_type. All uses changed.
20832 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
20833 (mac_selection_has_target_p): New functions.
20834 (mac_put_selection_value): Rename from put_scrap_string.
20835 (mac_get_selection_value): Rename from get_scrap_string.
20836 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
20837 (put_scrap_private_timestamp, scrap_has_target_type)
20838 (get_scrap_private_timestamp): Remove functions.
20839 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
20840 (x_own_selection, x_get_local_selection):
20841 Use mac_valid_selection_value_p.
20842 (x_own_selection): Don't use put_scrap_private_timestamp.
20843 Record OWNERSHIP-INFO into Vselection_alist instead.
20844 (x_get_local_selection): Don't check type if request is local.
20845 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
20846 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
20847
208482007-08-04 Jan Djärv <jan.h.d@swipnet.se>
20849
20850 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
20851 add comment explaining why.
20852
208532007-08-03 Richard Stallman <rms@gnu.org>
20854
20855 * fileio.c (Fvisited_file_modtime): Use make_time.
20856
208572007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
20858
20859 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
20860 build.
20861
208622007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
20863
20864 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
20865
208662007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
20867
20868 * puresize.h (BASE_PURESIZE): Increase to 1130000.
20869
208702007-07-30 Richard Stallman <rms@gnu.org>
20871
20872 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
20873
208742007-07-29 Jan Djärv <jan.h.d@swipnet.se>
20875
20876 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
20877
208782007-07-28 Nick Roberts <nickrob@snap.net.nz>
20879
20880 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
20881 remote default-directory.
20882
20883 * buffer.c (mode-line-format): Update doc string.
20884
208852007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20886
20887 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
20888 scroll bar gap.
20889 (x_scroll_bar_create): Set bar->fringe_extended_p.
20890 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
20891 on frame edge. Check fringe background extension. Don't clear
20892 extended fringe background area.
20893
20894 * w32term.h (struct scroll_bar): New member fringe_extended_p.
20895 (w32_fill_area): Enclose multiple statements with do ... while (0).
20896
20897 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
20898 Extend fringe background to scroll bar gap.
20899 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
20900 Set bar->fringe_extended_p.
20901 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20902 Put leftmost/rightmost scroll bars on frame edge. Check fringe
20903 background extension. Don't clear extended fringe background area.
20904
20905 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20906 New member fringe_extended_p.
20907
209082007-07-25 Glenn Morris <rgm@gnu.org>
20909
20910 * Relicense all FSF files to GPLv3 or later.
20911
20912 * COPYING: Switch to GPLv3.
20913
209142007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20915
20916 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
20917
20918 * data.c (Finteractive_form): Check for the presence of an
20919 `interactive-form' symbol property more thoroughly.
20920
20921 * data.c (Finteractive_form): Use an `interactive-form' property if
20922 present, analogous to the function-documentation property.
20923
209242007-07-24 Jason Rumney <jasonr@gnu.org>
20925
20926 * w32fns.c (x_real_positions): Get real position from OS instead of
20927 calculating it.
20928
209292007-07-23 Jason Rumney <jasonr@gnu.org>
20930
20931 * filelock.c (current_lock_owner): Allow for @ sign in username.
20932
209332007-07-22 Nick Roberts <nickrob@snap.net.nz>
20934
20935 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
20936 remote default-directory.
20937
20938 * buffer.c (mode-line-format): Describe above case in doc string.
20939
209402007-07-20 Eli Zaretskii <eliz@gnu.org>
20941
20942 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
20943 Define if not defined.
20944
209452007-07-18 Jason Rumney <jasonr@gnu.org>
20946
20947 * w32proc.c (w32_executable_type): Handle 64 bit executables.
20948
209492007-07-18 Richard Stallman <rms@gnu.org>
20950
20951 * data.c (Fsetq_default): Doc fix.
20952
20953 * eval.c (Fsetq): Doc fix.
20954
209552007-07-18 Juanma Barranquero <lekktu@gmail.com>
20956
20957 * coding.c (Ffind_operation_coding_system):
20958 * eval.c (For, Fand): Doc fixes.
20959 Reported by Johan Bockgård.
20960
209612007-07-18 Jan Djärv <jan.h.d@swipnet.se>
20962
20963 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
20964
20965 * xterm.h: Declare x_ewmh_activate_frame.
20966
20967 * xterm.c (x_ewmh_activate_frame): New function.
20968 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
20969
209702007-07-17 Martin Rudalics <rudalics@gmx.at>
20971
20972 * window.c (Fdisplay_buffer): If largest or LRU window is the
20973 only window, split it even if it is not eligible for splitting.
20974 This restores the original behavior broken by the 2007-07-15
20975 change.
20976
209772007-07-17 Glenn Morris <rgm@gnu.org>
20978
20979 * abbrev.c (abbrev_check_chars): New function.
20980 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
20981 Call abbrev_check_chars to check abbrev characters are word
20982 constituents. Doc fix.
20983
209842007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
20985
20986 * process.c (Fstart_process, Fmake_network_process)
20987 (read_process_output): Fix up last changes.
20988
209892007-07-16 Eli Zaretskii <eliz@gnu.org>
20990
20991 * makefile.w32-in (clean): Don't delete *~.
20992
209932007-07-16 Andreas Schwab <schwab@suse.de>
20994
20995 * window.c (Fdisplay_buffer): Use NILP.
20996 (Fset_window_scroll_bars): Likewise.
20997
209982007-07-15 Martin Rudalics <rudalics@gmx.at>
20999
21000 * window.c (window_min_size_2): New function.
21001 (window_min_size_1, size_window, Fdisplay_buffer)
21002 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21003 windows without mode- or header-lines when window-min-height is
21004 too small.
21005 (size_window): Reset nodelete_p after testing it, following an
21006 earlier note by Kim F. Storm.
21007 (display_buffer): Do not set split_height_threshold to twice the
21008 value of window_min_height to avoid changing the value of a
21009 customizable variable. Rather explicitly check whether the
21010 height of the window that shall be splitted is at least as large
21011 as split_height_threshold.
21012 (Fwindow_full_width_p): New defun.
21013 (syms_of_window): Defsubr it.
21014
21015 * window.h: Add EXFUN for Fwindow_full_width_p.
21016
210172007-07-14 Jason Rumney <jasonr@gnu.org>
21018
21019 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21020
210212007-07-14 Richard Stallman <rms@gnu.org>
21022
21023 * eval.c (maybe_call_debugger): New function.
21024 (find_handler_clause): Use maybe_call_debugger.
21025 Call it when the handler says `debug'.
21026 Eliminate DEBUGGER_VALUE_PTR.
21027 (Fsignal): Eliminate debugger_value.
21028 (Qdebug): New variable.
21029 (syms_of_eval): Initialize it.
21030
210312007-07-14 Juanma Barranquero <lekktu@gmail.com>
21032
21033 * eval.c (Fprogn):
21034 * keyboard.c (Ftrack_mouse):
21035 * print.c (Fwith_output_to_temp_buffer):
21036 * window.c (Fsave_window_excursion): Doc fix.
21037
210382007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21039
21040 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21041
210422007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21043
21044 * process.h (struct Lisp_Process): Turn slots infd, outfd,
21045 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21046 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21047 read_output_delay, and read_output_skip from Lisp_Objects to ints.
21048 Remove unused encoding_carryover.
21049 * process.c: Adjust all functions accordingly.
21050
210512007-07-12 Richard Stallman <rms@gnu.org>
21052
21053 * term.c: Include unistd.h only if HAVE_UNISTD_H.
21054
210552007-07-11 Jason Rumney <jasonr@gnu.org>
21056
21057 * makefile.w32-in (LIBS): Include OLE32.
21058
21059 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21060 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21061
210622007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21063
21064 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21065 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
21066 from a Lisp_Object into a bare pointer.
21067 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21068 Adjust the code correspondingly.
21069
21070 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
21071
21072 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
21073 (term_show_mouse_face): Remove unused var `j'.
21074 (handle_one_term_event): Remove unused vars `i' and `j'.
21075 Don't cast return value of ttyname since it's not necessary.
21076
210772007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21078
21079 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
21080 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
21081
21082 * fns.c (map_char_table): Use an array of int for `indices' rather than
21083 an array of Lisp_Objects (which are only ever integers anyway).
21084 (Fmap_char_table): Update caller.
21085 * lisp.h: Update prototype.
21086 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
21087 * fontset.c (Ffontset_info):
21088 * casetab.c (set_case_table): Update callers.
21089
21090 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
21091
21092 * keymap.c (struct accessible_keymaps_data)
21093 (struct where_is_internal_data): New structures.
21094 (accessible_keymaps_1, where_is_internal_1): Use them to change
21095 interface to adhere to the one used by map_keymap.
21096 (Faccessible_keymaps, where_is_internal): Use map_keymap.
21097 (accessible_keymaps_char_table, where_is_internal_2): Remove.
21098
21099 * keymap.h (map_keymap_function_t): More informative prototype.
21100
211012007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
21102
21103 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
21104 (looking_at_1): Don't change search_regs and last_thing_searched
21105 if `inhibit-changing-match-data' is non-nil.
21106 (string_match_1, search_buffer, set_search_regs): Likewise.
21107 (syms_of_search): Add Lisp level definition for
21108 `inhibit-changing-match-data' and set it to nil.
21109 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
21110 start and end of the match, instead of using values in search_regs.
21111
211122007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21113
21114 * minibuf.c (Fcompleting_read): New value `confirm-only'
21115 for `require-match'.
21116
211172007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21118
21119 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
21120 part of the 2007-06-27 change to syms_of_fileio.
21121
211222007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21123
21124 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
21125 Check WINDOWP before using XWINDOW. Consolidate return statements.
21126
211272007-06-27 Richard Stallman <rms@gnu.org>
21128
21129 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
21130
211312007-06-27 Juanma Barranquero <lekktu@gmail.com>
21132
21133 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
21134
211352007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21136
21137 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
21138 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
21139 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
21140 (_free_internal, memalign): Use them.
21141 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
21142 Initialize to PTHREAD_MUTEX_INITIALIZER.
21143 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
21144 (morecore_nolock): Rename from morecore. All uses changed.
21145 Use only nolock versions of internal allocation functions.
21146 (_malloc_internal_nolock, _realloc_internal_nolock)
21147 (_free_internal_nolock): New functions created from
21148 _malloc_internal, _realloc_internal, and _free_internal.
21149 (_malloc_internal, _realloc_internal, _free_internal): Use them.
21150 Copy hook value to automatic variable before its use.
21151 (memalign): Copy hook value to automatic variable before its use.
21152
211532007-06-26 Kenichi Handa <handa@m17n.org>
21154
21155 * coding.c (Ffind_operation_coding_system): Docstring improved.
21156 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
21157
211582007-06-25 David Kastrup <dak@gnu.org>
21159
21160 * keymap.c (Fcurrent_active_maps): Add `position' argument.
21161 (Fwhere_is_internal): Adjust call to `current-active-maps' to
21162 cater for additional parameter.
21163
21164 * keymap.h: Adjust number of parameters to `current-active-maps'.
21165
21166 * doc.c (Fsubstitute_command_keys): Adjust call of
21167 `current-active-maps'.
21168
211692007-06-25 David Kastrup <dak@gnu.org>
21170
21171 * callint.c (Fcall_interactively): Make the parsing of interactive
21172 specs somewhat more readable.
21173
211742007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21175
21176 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
21177 to scroll bar gap also when bitmap fills fringe. Draw only foreground
21178 if extended background has already been filled.
21179
211802007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21181
21182 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
21183 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
21184
21185 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
21186 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
21187 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
21188 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
21189 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
21190 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
21191 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
21192 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
21193 Run timers during dialog popup.
21194 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
21195
211962007-06-21 Jason Rumney <jasonr@gnu.org>
21197
21198 * image.c (convert_mono_to_color_image): Swap fore and background.
21199
212002007-06-20 Jason Rumney <jasonr@gnu.org>
21201
21202 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
21203 (w32_free_bdf_font): Unmap memory not handle.
21204
212052007-06-20 Sam Steingold <sds@gnu.org>
21206
21207 * gmalloc.c (__morecore): Fix the declaration to comply with the
21208 definition.
21209
212102007-06-20 Juanma Barranquero <lekktu@gmail.com>
21211
21212 * w32term.c (w32_delete_display): Remove leftover declaration.
21213 (w32_define_cursor, w32_initialize): Make static.
21214
21215 * w32.c (_wsa_errlist): Fix typo in error message.
21216 (init_environment): Ignore any environment variable from the
21217 registry having a null value.
21218
212192007-06-20 Glenn Morris <rgm@gnu.org>
21220
21221 * Makefile.in (LIBGIF): Default to -lgif.
21222
212232007-06-17 Jason Rumney <jasonr@gnu.org>
21224
21225 * w32menu.c (add_menu_item): Don't use multibyte string functions on
21226 unicode strings.
21227
212282007-06-16 Juanma Barranquero <lekktu@gmail.com>
21229
21230 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
21231 Fix typo in docstring.
21232
212332007-06-16 Eli Zaretskii <eliz@gnu.org>
21234
21235 * w32menu.c (add_menu_item): Escape `&' characters in menu items
21236 and their keybindings.
21237
212382007-06-15 Chong Yidong <cyd@stupidchicken.com>
21239
21240 * composite.c (update_compositions): Fix last fix.
21241
212422007-06-14 Jason Rumney <jasonr@gnu.org>
21243
21244 * w32.c (get_process_times_fn): New function pointer.
21245 (globals_of_w32): Intialize it if present in kernel32.dll.
21246 (w32_get_internal_run_time): New function.
21247
21248 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
21249
212502007-06-14 Kenichi Handa <handa@etlken.m17n.org>
21251
21252 * composite.c (update_compositions): Check the validness of
21253 compositions.
21254
212552007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21256
21257 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
21258 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
21259
21260 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
21261 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
21262
21263 * macgui.h (USE_MAC_TOOLBAR): New define.
21264
21265 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21266 Return immediately unless popup is activated.
21267
21268 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
21269 background to scroll bar gap.
21270 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
21271 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
21272 scroll bars on frame edge. Check fringe background extension.
21273 Don't clear extended fringe background area.
21274 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
21275 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
21276 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
21277 [USE_MAC_TOOLBAR]: New macros.
21278 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
21279 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
21280 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
21281 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
21282 [USE_MAC_TOOLBAR]: New functions.
21283 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
21284 manually if previous repositioning has failed.
21285 (mac_handle_keyboard_event): Use precomputed event kind.
21286 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
21287 as tool bar item click. Handle mouse movement over tool bar items.
21288
21289 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
21290 toolbar_win_gravity.
21291 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
21292 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
21293 Add externs.
21294
21295 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
21296 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
21297
212982007-06-14 Chong Yidong <cyd@stupidchicken.com>
21299
21300 * image.c (search_image_cache): Remove unused variable.
21301
213022007-06-13 Chong Yidong <cyd@stupidchicken.com>
21303
21304 * xfns.c, xmenu.c: Link to xaw3d if available.
21305
213062007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21307
21308 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
21309 frame_foreground and frame_background.
21310
21311 * image.c (lookup_image): Save frame foreground and background colors.
21312 (search_image_cache): Check if saved and current frame colors match.
21313
213142007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21315
21316 * regex.c (regex_compile): Remove the `regnum' counter.
21317 Use bufp->re_nsub instead. Add support for \(?N:RE\).
21318
213192007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21320
21321 * term.c: Include intervals.h to declare Fget_text_property.
21322
213232007-06-10 Jason Rumney <jasonr@gnu.org>
21324
21325 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
21326
213272007-06-08 Juanma Barranquero <lekktu@gmail.com>
21328
21329 * callint.c (Fcall_interactively):
21330 * editfns.c (Fdelete_and_extract_region):
21331 * fileio.c (Fread_file_name):
21332 * fns.c (Fmapconcat):
21333 * keyboard.c (cmd_error_internal):
21334 * keymap.c (Fkey_description):
21335 * lread.c (openp):
21336 * minibuf.c (read_minibuf):
21337 * search.c (wordify):
21338 * sunfns.c (sel_read):
21339 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
21340 * xfns.c (x_default_scroll_bar_color_parameter):
21341 * xmenu.c (menu_help_callback):
21342 * xselect.c (Fx_get_atom_name):
21343 * xterm.c (x_term_init): Use empty_unibyte_string.
21344
213452007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
21346
21347 * alloc.c (init_strings): Initialize canonical empty strings.
21348 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
21349 canonical empty string when the requested size is 0.
21350
21351 * emacs.c (empty_unibyte_string): Rename from empty_string.
21352 (empty_multibyte_string): New canonical empty string.
21353 (syms_of_emacs): Don't initialize empty_string.
21354
21355 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
21356 string, if appropriate.
21357 (empty_unibyte_string, empty_multibyte_string): New externs.
21358 (empty_string): Remove extern.
21359
21360 * lread.c (syms_of_lread): Use empty_unibyte_string.
21361
213622007-06-07 Jason Rumney <jasonr@gnu.org>
21363
21364 * s/ms-w32.h: Don't define HAVE_TZNAME.
21365
21366 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
21367
213682007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21369
21370 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
21371
21372 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
21373 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
21374
21375 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21376 Don't call next handler.
21377 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
21378 Remove argument. Install handler to application.
21379 (set_frame_menubar): Don't change deep_p.
21380 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
21381 FRAME_OUTER_TO_INNER_DIFF_Y.
21382 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
21383 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
21384 [HAVE_DIALOGS]: New macros.
21385 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
21386 Use them.
21387 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
21388
21389 * macselect.c [MAC_OSX] (install_service_handler): Rename from
21390 init_service_handler. All callers changed. Return OSStatus value.
21391
21392 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
21393 All callers changed so as not to call SetPortWindowPort.
21394 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
21395 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
21396 mac_draw_string_common.
21397 (mac_draw_image_string_qd): Likewise.
21398 (mac_draw_string_common): Use them. Add INLINE.
21399 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
21400 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
21401 GetGlobalMouse.
21402 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
21403 and FRAME_OUTER_TO_INNER_DIFF_Y.
21404 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
21405 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
21406 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
21407 repositioning window to mac_handle_window_event.
21408 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
21409 saving window location to mac_handle_window_event
21410 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
21411 (install_menu_target_item_handler): Remove argument in extern.
21412 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
21413 Also accept command events.
21414 (do_keystroke): New function created from XTread_socket.
21415 (init_command_handler): Remove functions.
21416 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
21417 and save window location by kEventWindowShowing and kEventWindowHiding
21418 handlers here. Don't call next handler for window state change and
21419 focus events.
21420 (mac_handle_application_event, mac_handle_keyboard_event)
21421 [TARGET_API_MAC_CARBON]: New functions.
21422 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
21423 kEventWindowShowing and kEventWindowHiding events. Move installation
21424 of mouse, font, text input and menu target item handlers to
21425 install_application_handler.
21426 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
21427 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21428 New function.
21429 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
21430 Register it.
21431 (XTread_socket) [TARGET_API_MAC_CARBON]:
21432 Consolidate SendEventToEventTarget calls.
21433 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
21434 Move application activation handler to mac_handle_application_event.
21435 Move keyboard handler to mac_handle_keyboard_event.
21436 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
21437 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
21438 init_command_handler. Call install_application_handler.
21439
21440 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
21441 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
21442
214432007-06-07 Glenn Morris <rgm@gnu.org>
21444
21445 * emacs.c (main): Use `emacs-copyright' in --version output.
21446
214472007-06-06 Chong Yidong <cyd@stupidchicken.com>
21448
21449 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
21450
214512007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21452
21453 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
21454
21455 * macgui.h: Replace WindowPtr with WindowRef.
21456
21457 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21458 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21459 Replace ControlHandle with ControlRef.
21460 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
21461
21462 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
21463 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
21464 Replace ControlHandle with ControlRef.
21465 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
21466 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
21467
21468 * macterm.h (struct scroll_bar): Rename member control_handle_low
21469 and control_handle_high to control_ref_low and control_ref_high.
21470 All uses changed.
21471 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
21472 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
21473 respectively. All uses changed.
21474 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
21475 (install_window_handler, remove_window_handler): Replace WindowPtr
21476 with WindowRef in externs.
21477
214782007-06-05 Juanma Barranquero <lekktu@gmail.com>
21479
21480 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
21481
214822007-06-03 Nick Roberts <nickrob@snap.net.nz>
21483
21484 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
21485
21486 * frame.c (Fmouse_position, Fmouse_pixel_position):
21487 Condition on HAVE_GPM too.
21488
21489 * term.c (term_mouse_highlight): Remove unused variables.
21490 (Fterm_open_connection): Set gpm_zerobased to 1.
21491 (term_mouse_movement, term_mouse_click, handle_one_term_event):
21492 Use zero based co-ordinates.
21493 (handle_one_term_event): Report a drag as mouse movement too.
21494
21495 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
21496
214972007-06-03 Chong Yidong <cyd@stupidchicken.com>
21498
21499 * image.c (search_image_cache): New function. Require background
21500 color match if background color is unspecified in the image spec.
21501 (uncache_image, lookup_image): Use it.
21502
215032007-06-01 Juanma Barranquero <lekktu@gmail.com>
21504
21505 * window.c (Fshrink_window): Reflow docstring.
21506
215072007-06-02 Chong Yidong <cyd@stupidchicken.com>
21508
21509 * Version 22.1 released.
21510
215112007-06-01 Richard Stallman <rms@gnu.org>
21512
21513 * xfns.c (x_encode_text): Add GCPRO.
21514
215152007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21516
21517 * xfns.c (x_set_name_internal): Save encoded name before
21518 x_encode_text in case string data is relocated.
21519
215202007-05-31 Richard Stallman <rms@gnu.org>
21521
21522 * buffer.c (syms_of_buffer): Doc fix.
21523
215242007-05-30 Nick Roberts <nickrob@snap.net.nz>
21525
21526 * sysdep.c (init_sys_modes): Add rather than replace with
21527 O_NONBLOCK.
21528
21529 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
21530 term_mouse_moveto.
21531
21532 * termhooks.h (term_mouse_moveto): New extern.
21533
21534 * term.c (mouse_face_window): Rename...
21535 (Qmouse_face_window): ...to this.
21536 (term_show_mouse_face, term_clear_mouse_face)
21537 (term_mouse_highlight): Use Qmouse_face_window.
21538 (term_mouse_moveto): New function.
21539 (term_mouse_position): Make it work.
21540 (syms_of_term): Uncomment assignment to mouse_position_hook.
21541 Staticpro Qmouse_face_window.
21542
215432007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21544
21545 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
21546 around current_column call.
21547
215482007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
21549
21550 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
21551 * xdisp.c (next_element_from_buffer):
21552 * window.c (delete_window):
21553 * term.c (term_mouse_highlight):
21554 * msdos.c (getdefdir):
21555 * macterm.c (mac_create_bitmap_from_bitmap_data)
21556 (init_font_name_table):
21557 * fns.c (Fsxhash):
21558 * data.c (Fmake_local_variable):
21559 * ccl.c (ccl_driver): Likewise.
21560
215612007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21562
21563 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
21564 Call mac_wakeup_from_rne on window size change.
21565
215662007-05-25 Chong Yidong <cyd@stupidchicken.com>
21567
21568 * image.c (uncache_image): Fix typo.
21569
215702007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
21571
21572 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
21573
215742007-05-22 Richard Stallman <rms@gnu.org>
21575
21576 * xterm.c (x_connection_closed): Remove NO_RETURN.
21577
215782007-05-22 Martin Rudalics <rudalics@gmx.at>
21579
21580 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
21581
215822007-05-21 Chong Yidong <cyd@stupidchicken.com>
21583
21584 * image.c (uncache_image): New function.
21585 (Fimage_refresh): New function.
21586
215872007-05-20 Jan Djärv <jan.h.d@swipnet.se>
21588
21589 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
21590
215912007-05-20 Nick Roberts <nickrob@snap.net.nz>
21592
21593 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
21594 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
21595
215962007-05-20 Nick Roberts <nickrob@snap.net.nz>
21597
21598 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
21599 conditional on [HAVE_GPM_H].
21600
216012007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
21602
21603 * syntax.c (skip_chars): Update syntax-table only after we checked that
21604 the new location is valid.
21605
216062007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21607
21608 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
21609 mac_get_window_bounds.
21610
216112007-05-20 Nick Roberts <nickrob@snap.net.nz>
21612
21613 * Makefile.in (LIBGPM): Allow it to be set from configure.
21614 If set then link Emacs with it.
21615
21616 * config.in: Regenerate.
21617
21618 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
21619 New externs.
21620
21621 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
21622 Include gpm.h.
21623 (handle_one_term_event, term_gpm): New externs.
21624
21625 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
21626 and allow it to be interrupted by SIGIO.
21627
21628 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
21629 (wait_reading_process_output): Wait on gpm_fd too.
21630 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
21631 (add_gpm_wait_descriptor_called_flag): New variable.
21632 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
21633
21634 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
21635 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
21636 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
21637 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
21638 (make_lispy_event): Add case GPM_CLICK_EVENT.
21639 (read_avail_input): Handle mouse input.
21640
21641 * term.c (write_glyphs_with_face): New function.
21642 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
21643 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
21644 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
21645 (mouse_face_face_id, term_gpm, pos_x, pos_y)
21646 (last_mouse_x, last_mouse_y): New variables.
21647 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
21648 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
21649 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
21650 (Fterm_close_connection): New functions.
21651 (term_init): Initialise mouse_face_window.
21652
216532007-05-19 Chong Yidong <cyd@stupidchicken.com>
21654
21655 * xdisp.c (redisplay_window): If first window line is a
21656 continuation line, recompute the new window start instead of
21657 recentering.
21658
216592007-05-18 Glenn Morris <rgm@gnu.org>
21660
21661 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
21662 Suggested by Alfred M. Szmidt <ams@gnu.org>.
21663
216642007-05-17 Glenn Morris <rgm@gnu.org>
21665
21666 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
21667
216682007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21669
21670 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
21671 dead key repeat and up events.
21672
216732007-05-14 Chong Yidong <cyd@stupidchicken.com>
21674
21675 * image.c (pbm_load): Check image size for monochrome pbm.
21676
216772007-05-13 Chong Yidong <cyd@stupidchicken.com>
21678
21679 * xterm.c (XTread_socket): Revert last change.
21680
216812007-05-12 Chong Yidong <cyd@stupidchicken.com>
21682
21683 * image.c (pbm_load): Correctly check image size for greyscale pbm.
21684
21685 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
21686
216872007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21688
21689 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
21690 mixup (YAILOM).
21691
216922007-05-07 Andreas Schwab <schwab@suse.de>
21693
21694 * keymap.c (Flookup_key): Fix typo in last change.
21695
216962007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21697
21698 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
21699 mapping for unibyte strings.
21700
217012007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21702
21703 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
21704 (Fx_popup_dialog) [MAC_OSX]: Likewise.
21705
217062007-04-29 Richard Stallman <rms@gnu.org>
21707
21708 * insdel.c (replace_range): For undo, record insertion first.
21709
217102007-04-29 Andreas Schwab <schwab@suse.de>
21711
21712 * lisp.h (VECSIZE): Use OFFSETOF.
21713
217142007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21715
21716 * xdisp.c (try_window_reusing_current_matrix): Fix number of
21717 disabled lines.
21718
217192007-04-28 Richard Stallman <rms@gnu.org>
21720
21721 * lread.c (read_escape): In a string, \s is always space.
21722
217232007-04-27 Jan Djärv <jan.h.d@swipnet.se>
21724
21725 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
21726
21727 * gtkutil.c (xg_update_menubar, create_menus): Create empty
21728 submenu for menu bar items.
21729
21730See ChangeLog.10 for earlier changes.
21731
21732;; Local Variables:
21733;; coding: utf-8
21734;; add-log-time-zone-rule: t
aac0c6e3
MR
21735;; End:
21736
e3eb1dae 21737 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
21738
21739 This file is part of GNU Emacs.
21740
21741 GNU Emacs is free software: you can redistribute it and/or modify
21742 it under the terms of the GNU General Public License as published by
21743 the Free Software Foundation, either version 3 of the License, or
21744 (at your option) any later version.
21745
21746 GNU Emacs is distributed in the hope that it will be useful,
21747 but WITHOUT ANY WARRANTY; without even the implied warranty of
21748 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21749 GNU General Public License for more details.
21750
21751 You should have received a copy of the GNU General Public License
21752 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21753
21754;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40