*** empty log message ***
[bpt/emacs.git] / src / ChangeLog
CommitLineData
5700d2cc
DL
12000-06-20 Dave Love <fx@gnu.org>
2
3 * fns.c (make_hash_table, maybe_resize_hash_table): Cast arg of
4 next_almost_prime.
5
6 * tparam.c [emacs]: Include lisp.h.
7
8 * termcap.c [emacs]: Test HAVE_FCNTL_H, not USG5. Include lisp.h
9 and unistd.h.
10
4a27bdfb
GM
112000-06-20 Gerd Moellmann <gerd@gnu.org>
12
a61d762c
GM
13 * keyboard.c (adjust_point_for_property): Check if display
14 property should be treated as intangible by looking at its
15 value.
16
17 * xdisp.c (single_display_prop_intangible_p)
18 (display_prop_intangible_p): New functions.
19
20 * dispextern.h (display_prop_intangible_p): Add prototype.
21
22 * xdisp.c (dump_glyph_row): Show type of glyph->object.
23
4a27bdfb
GM
24 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second
25 argument to sigprocmask.
26
27 * s/sco5.h (sigblock): Redefined to pass a pointer as second
28 argument to sigprocmask.
29
30 * syssignal.h (sigblock, sigunblock) [USG5_4]: Set
31 sigprocmask_set, and pass a pointer to it to sigprocmask.
32
33 * sysdep.c (sigprocmask_set): New variable.
34
35 * fileio.c (make_temp_name): Don't use `%s' in string passed to
36 report_file_error.
37
427ec082
SS
382000-06-20 Sam Steingold <sds@gnu.org>
39
40 * xrdb.c: Don't declare xmalloc, xrealloc.
41
8972fe79 422000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8972fe79
SM
43
44 * regex.c (re_match, re_match_2): Protect calls to alloca (0).
45 (re_comp): Cast gettext return value to avoid complaints when
46 !HAVE_LIBINTL.
47
074b6efe
DL
482000-06-20 Dave Love <fx@gnu.org>
49
f85c008a
DL
50 * m/stride.h, m/mips.h: Don't define HAVE_GETWD,
51 HAVE_GETTIMEOFDAY.
52
5700d2cc 53 * m/ibmrt-aix.h: Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK.
f85c008a
DL
54
55 * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare
56 HAVE_GETWD.
57
58 * m/alpha.h: Don't declare xmalloc, xrealloc.
59
0af4f205
DL
60 * s/ux4800.h: Don't declare GETTIMEOFDAY_ONE_ARGUMENT.
61
62 * s/usg5-4-2.h: Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.
63
64 * s/umips.h: Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY.
65
66 * s/cxux.h, s/gnu-linux.h, s/iris3-6.h, s/irix3-3.h: Don't declare
67 HAVE_GETWD.
68
074b6efe
DL
69 * keyboard.h (poll_for_input_1): Declare.
70
71 * getloadavg.c: Don't define NLIST_STRUCT (handled by configure).
72
73 * alloc.c (xmalloc, xrealloc, xfree): Define using POINTER_TYPE.
74
75 * doprnt.c: Don't declare xmalloc, xrealloc.
76
77 * lisp.h (x_set_tool_bar_lines, free_frame_xic, compose_text)
78 (getenv, ctime, getwd): Removed.
79 (xmalloc, xrealloc, xfree): Declare using POINTER_TYPE.
80
81 * xterm.h: Remove duplicate prototypes. Declare free_frame_xic,
82 x_set_tool_bar_lines.
83
84 * config.in: Add HAVE_GETWD. Move some definitions above
85 machine/system includes.
86
68a5e97b
KH
872000-06-20 Kenichi Handa <handa@etl.go.jp>
88
95417e1e
KH
89 * s/bsd386.h (HAVE_GETLOADAVG): Define it as 1.
90
68a5e97b
KH
91 * xfaces.c (font_list): Handle the case that REGISTRY doesn't
92 contain information about ENCODING.
93
94 * fontset.c (FONTSET_ASCII): Use the first element of char table
95 for an ASCII font, not defalt slot.
96 (fontset_ref_via_base): If FONTSET doesn't contain information for
97 C, try the default fontset.
98 (make_fontset): Don't copy the default fontset.
99 (fontset_font_pattern): Likewise.
100 (accumulate_font_info): If ELT is nil, use the corresponding
101 element in the default fontset.
102
3b4fa1b2
DL
1032000-06-19 Dave Love <fx@gnu.org>
104
943e731c
DL
105 * syntax.c (Fparse_partial_sexp): Doc fix.
106
107 * regex.h: Test PROTOTYPES as well as __STDC__.
108
3b4fa1b2
DL
109 * unexalpha.c: Include errno.h, string.h, unistd.h. Don't declare
110 errno, strerror. Put text after #endif in comment.
111
112 * xdisp.c (dump_glyph_matrix): Add `static' to declaration (for
113 pcc).
114
115 * xterm.c (x_frame_of_widget): Likewise.
116
cdf0357b
GM
1172000-06-19 Gerd Moellmann <gerd@gnu.org>
118
119 * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table
120 to Vfundamental_mode_abbrev_table.
121
122 * alloc.c (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
123 bogus objects are marked. This slows down GC by ~80 percent, but
124 it might be worth trying when debugging GC-related problems.
125 This feature requires conservative stack marking to be enabled.
126
127 * xterm.c (XTread_socket) <KeyPress>: In case XmbLookupString
128 returns XLookupChars, reset `modifiers' to zero.
129
998e9f8c
DL
1302000-06-19 Dave Love <fx@gnu.org>
131
132 * mktime.c: Unprotoized.
133
d1504184
GM
1342000-06-19 Richard Stallman <rms@caffeine.ai.mit.edu>
135
136 * data.c (set_internal): If variable is frame-local,
137 store the new value immediately into the frame parameter alist.
138
140c4ac6
KR
1392000-06-19 Ken Raeburn <raeburn@gnu.org>
140
14358466
KR
141 * xfns.c (jpeg_load): Fetch error-handling data first, then fill
142 in the custom handler pointer.
143
140c4ac6
KR
144 * keyboard.c (follow_key, read_key_sequence): Use XUINT on key
145 value, or checks for CHAR_META can fail when Lisp_Object is a
146 union type.
147 * keymap.c (get_keyelt): Likewise.
148
10d7bf84
KH
1492000-06-19 Kenichi Handa <handa@etl.go.jp>
150
151 * ccl.h (struct ccl_program): New member eol_type.
152 (struct ccl_spec): New member cr_carryover.
153
154 * ccl.c (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type.
155 (setup_ccl_program): Initialize ccl->eol_type to CODING_EOL_LF.
156
157 * coding.c (setup_coding_system) <4>: Reset member `cr_carryover'.
158 (ccl_coding_driver): On encoding, initialize ccl->eol_type.
159 (decode_eol_post_ccl): New function.
160 (decode_coding): Don't detect EOL format here for CCL based coding
161 systems.
162 (decode_coding) <coding_type_ccl>: Handle carryovered CR. Call
163 decode_eol_post_ccl after running the CCL program.
164 (code_convert_region): Don't detect EOL format here for CCL based
165 coding systems.
166 (decode_coding_string): Likewise.
167
52e386c2
KR
1682000-06-18 Ken Raeburn <raeburn@gnu.org>
169
170 * charset.c (update_charset_table): Use XINT on "iso_final_char"
171 when treating it as an integer.
172
173 * coding.h (encode_coding_string): Declare.
174
175 * keyboard.c (read_key_sequence): Use XINT on "pos" when treating
176 it as an integer.
177
178 * keymap.c (Fwhere_is_internal): Rename argument "keymap" to
179 "xkeymap" to avoid shadowing the "enum map_type" value that needs
180 to be passed to get_local_map.
181
182 * sound.c (Fplay_sound): Don't call make_number on
183 Frun_hook_with_args count argument.
184
185 * xterm.c (x_send_scroll_bar_event): Fudge lisp object/integer
186 for lisp objects in X event structure data field, when lisp
187 objects are represented with unions.
188 (x_scroll_bar_to_input_event): Ditto.
189
b357b9d4
KR
1902000-06-16 Ken Raeburn <raeburn@gnu.org>
191
192 * xdisp.c (decode_mode_spec): In "no_value" case, do NUL
37d034d3
KR
193 termination of string. Fix sense of test whether
194 Vline_number_display_limit is an integer.
b357b9d4 195
a871441d
GM
1962000-06-16 Gerd Moellmann <gerd@gnu.org>
197
a9021acd
GM
198 * xfaces.c (syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors
199 only if HAVE_X_WINDOWS.
200
6344985d
GM
201 * keymap.c (describe_buffer_bindings): Add `\f\n' in front
202 of titles.
203
427ec082 204 * dispnew.c (update_frame_1): Handle case that cursor vpos is
a871441d
GM
205 out of bounds.
206
228b083e
EZ
2072000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
208
209 * unexec.c (toplevel): Fix last change, so as not to deprive MSDOS
210 of its headers.
211
c25b53a2
KH
2122000-06-15 Kenichi Handa <handa@etl.go.jp>
213
214 * coding.c (decode_coding_emacs_mule): Always set src_base at the
215 start of the while loop.
216
a6981b11
GM
2172000-06-15 Gerd Moellmann <gerd@gnu.org>
218
e9924e52
GM
219 * atimer.c (alarm_signal_handler): Add forward declaration.
220
a6981b11
GM
221 * data.c (set_internal): Remove debug code.
222
25fa6deb
GM
2232000-06-14 Gerd Moellmann <gerd@gnu.org>
224
dce6b995
GM
225 * Makefile.in (bootstrap-temacs): Add `-I../src'.
226
9f817ea4
GM
227 * unexec.c (toplevel) [COFF]: Include coff.h.
228
229 * s/lynxos.h: New file.
230
231 * keymap.c (Fsingle_key_description): Enclose function key and
232 event symbol names in angle brackets.
233
8a4e3c0c
GM
234 * xdisp.c (setup_echo_area_for_printing): Call
235 message_log_maybe_newline if message_buf_print is not set.
236
237 * print.c (printchar, strout): Don't check message_buf_print
427ec082 238 before calling setup_echo_area_for_printing because that
8a4e3c0c
GM
239 function does something useful even when message_buf_print is
240 already set.
241
25fa6deb
GM
242 * xdisp.c (message_truncate_lines, Qmessage_truncate_lines): New
243 variables.
244 (ensure_echo_area_buffers): Initialize echo buffer's
245 truncate lines setting to nil.
246 (with_echo_area_buffer): Don't set the echo buffer's truncate
247 lines setting here.
8a4e3c0c 248 (set_message_1): Set it here instead, based on the value
25fa6deb
GM
249 of message_truncate_lines.
250 (resize_mini_window): Handle case that lines are truncated.
251 (syms_of_xdisp): Initialize Qmessage_truncate_lines. DEFVAR_BOOL
252 message-truncate-lines.
253
254 * keyboard.c (read_char): Bind message-truncate-lines to t
255 while displaying a help-echo.
256
257 * lisp.h (Qmessage_truncate_lines): External declaration.
258
163dcff3
GM
2592000-06-13 Gerd Moellmann <gerd@gnu.org>
260
1681ead6
GM
261 * xdisp.c (Vline_number_display_limit): Renamed from
262 line_number_display_limit.
263 (syms_of_xdisp): Use DEFVAR_LISP for line-number-display-limit.
264 Extend documentation string. Initialize
265 Vline_number_display_limit to nil meaning no limit.
266 (decode_mode_spec): Use Vline_number_display_limit with its new
267 meaning.
268
163dcff3
GM
269 * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype.
270
2712000-06-13 Richard Stallman <rms@caffeine.ai.mit.edu>
272
273 * frame.c (Fmodify_frame_parameters): Doc fix.
427ec082 274
163dcff3
GM
275 * xfns.c (x_set_frame_parameters): Comment fix.
276
277 * frame.c (store_frame_param): Call swap_in_global_binding if the
278 variable's current binding was chosen based on this frame.
279
280 * data.c (swap_in_global_binding): New function.
281
a704139d
EZ
2822000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
283
284 * msdos.c (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING
285 macro, instead AND with CODING_REQUIRE_ENCODING_MASK.
286
9b6610db
EZ
2872000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
288
289 * msdos.h (EMACS_MSDOS_H): Renamed from MSDOS_H_.
290
c68833d2
JR
2912000-06-12 Jason Rumney <jasonr@gnu.org>
292
293 * w32bdf.h (EMACS_W32BDF_H): Renamed from __W32BDF_H__
294
295 * w32.h (EMACS_W32_H): Renamed from _NT_H_
296
297 * w32gui.h (EMACS_W32GUI_H): Renamed from __W32GUI_H__
298
299 * w32inevt.h (EMACS_W32INEVT_H): Renamed from __NTINEVT_H__
300
ed1056b3
GM
3012000-06-12 Gerd Moellmann <gerd@gnu.org>
302
303 * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function.
304 (syms_of_xfaces): Defsubr Sdump_colors.
305 (x_free_colors): Don't treat b&w specially on default visual.
306 (x_free_dpy_colors): New function.
307 (free_face_colors): Don't check visual class; it's done
308 in x_free_colors.
309
310 * xterm.c (x_frame_of_widget): New function.
311 (x_alloc_nearest_color_for_widget): Use it.
312 (x_copy_dpy_color): New function.
313 (x_destroy_window): Free various colors.
314
5050a2ef
KH
3152000-06-12 Kenichi Handa <handa@etl.go.jp>
316
317 * ccl.h (EMACS_CCL_H): Renamed from _CCL_H.
318
319 * charset.h (EMACS_CHARSET_H): Renamed from _CHARSET_H.
320
321 * coding.h (EMASC_CODING_H): Renamed from _CODING_H.
322
323 * composite.h (EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H.
324
325 * fontset.h (EMACS_FONTSET_H): Renamed from _FONTSET_H.
326
fb1b041d
DL
3272000-06-11 Dave Love <fx@gnu.org>
328
329 * systime.h (EMACS_SYSTIME_H): Renamed from _SYSTIME_H.
330
ff96b5f4
EZ
3312000-06-11 Eli Zaretskii <eliz@is.elta.co.il>
332
333 * msdos.h: Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.
334
db8eeecd
GM
3352000-06-11 Gerd Moellmann <gerd@gnu.org>
336
ed1056b3 337 * xmenu.c (xmenu_show): Cast second parameter of lw_popup_menu
db8eeecd
GM
338 to `XEvent *'.
339
49b71c5f
KH
3402000-06-10 Kenichi Handa <handa@etl.go.jp>
341
c479bd55
KH
342 * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
343 (regex_compile): Fix the code for handling the case of single byte
344 char and multibyte char being mixed in a range within [...].
345
ff6a65c2
KH
346 * fileio.c (Finsert_file_contents): Be sure to setup src_multibyte
347 and dst_multibyte members of coding.
348
49b71c5f
KH
349 * charset.c (update_charset_table): Update the table
350 bytes_by_char_head.
351 (init_charset_once): Initialize elements of bytes_by_char_head to
352 1 except for leading codes for private charases.
353
354 * charset.h (CHARSET_8_BIT_GRAPHIC): Define as 0x80.
355 (UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte
356 sequence.
357
9e80b57d
KR
3582000-06-09 Ken Raeburn <raeburn@gnu.org>
359
360 * xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
361 access the data it doesn't point to.
362
f83fe4b4
GM
3632000-06-08 Gerd Moellmann <gerd@gnu.org>
364
365 * xterm.c (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which
db8eeecd 366 will be translated to a switch-frame event when reading the
f83fe4b4
GM
367 event queue. This is necessary because Emacs otherwise won't
368 perform a switch-frame to a new frame until some other event, for
369 example a keystroke event, forces it to do so. This has various
370 effects, one visible being that the cursor of a frame created with
371 C-x 5 2 or switched to with a window manager key binding like
372 A-TAB stays hollow because selected_window isn't on the newly
373 focused frame until the switch-frame is performed.
374
375 * keyboard.c (kbd_buffer_get_event): Handle FOCUS_IN_EVENT by
376 generating a switch-frame event if necessary.
377
378 * termhooks.h (enum event_kind): Add FOCUS_IN_EVENT.
379
380 * xdisp.c (handle_fontified_prop): Don't GCPRO local var `pos';
381 it's an integer.
382
0890801b
KH
3832000-06-08 Kenichi Handa <handa@etl.go.jp>
384
385 * fontset.c (Fset_fontset_font): The arg CHARACTER may be a
386 charset.
387
173cbca8
GM
3882000-06-07 Gerd Moellmann <gerd@gnu.org>
389
3091c2a6
GM
390 * window.c (displayed_window_lines): Take empty lines at
391 the bottom of a window into account.
427ec082 392
f38952fe
GM
393 * window.c (displayed_window_lines): New function.
394 (Fmove_to_window_line): Use displayed_window_lines to determine
395 the number of lines to move, instead of using the window's height.
396
397 * lread.c (readevalloop): If READCHARFUN sets point to ZV, arrange
398 to stop reading, even if the form read sets point to a different
399 value when evaluated.
400
427ec082 401 * xdisp.c (display_line): Fix code deciding in which line to
173cbca8
GM
402 put the cursor.
403
6ba6c818
KH
4042000-06-07 Kenichi Handa <handa@etl.go.jp>
405
406 * fileio.c (e_write): Free composition data if stored in
407 coding->cmp_data.
408
5f1aea9a
GM
4092000-06-06 Gerd Moellmann <gerd@gnu.org>
410
666852af
GM
411 * xdisp.c (display_line): Set row's and iterator's
412 starts_in_middle_of_char_p and ends_in_middle_of_char_p flags.
413 Set cursor even if row ends in the middle of a character.
414 (dump_glyph_row): Print values of new flags.
415 (redisplay_window) <cursor movement in unchanged window>: When
416 point has been moved forward, and PT is at the end of the cursor
417 row, don't place the cursor in the next row if the cursor row ends
418 in the middle of a character or at ZV.
419
420 * dispextern.h (struct it): Add starts_in_middle_of_char_p.
421 (struct glyph_row): Add starts_in_middle_of_char_p and
422 ends_in_middle_of_char_p.
423 (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P): Test row's
424 ends_in_middle_of_char_p flag.
425 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Likewise.
426
d13f3e2e
GM
427 * term.c (append_glyph): Revert change of 2000-06-06.
428
429 * xdisp.c (display_line): Revert change of 2000-06-06. Treat
430 padding glyph not fitting on line as whole character not
431 fitting on line.
432
5f1aea9a
GM
433 * xterm.c (x_produce_glyphs): Don't xassert `it->descent > 0';
434 this isn't true for images with `:ascent 100'.
435
10cda9b0
KH
4362000-06-06 Kenichi Handa <handa@etl.go.jp>
437
ed00559d
KH
438 * buffer.c (Fset_buffer_multibyte): Don't make the current buffer
439 as modified if it is originally unmodified.
440
10cda9b0
KH
441 * term.c (encode_terminal_code): Change the way to check if
442 terminal coding does any conversion.
443 (append_glyph): Set glyph->pixel_width correctly.
444
445 * xdisp.c (display_line): While checking line continuation, pay
446 attention to a padding glyph.
447
1969fae2
GM
4482000-06-05 Gerd Moellmann <gerd@gnu.org>
449
450 * xdisp.c (redisplay_window): Always use set_buffer_internal_1.
451
162ccef4
DL
4522000-06-05 Dave Love <fx@gnu.org>
453
f19f32dd
DL
454 * xdisp.c: Include fontset.h.
455
456 * xfns.c (x_real_positions): Declare tmp_nchildren as unsigned.
457
458 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
459
460 * dispnew.c: Conditionally include term.h.
461
462 * coding.h: Declare code_convert_string_norecord.
463
464 * frame.h (struct frame): Use volatile unconditionally.
465
466 * buffer.h: Remove Vbefore_change_function, Vafter_change_function.
467
468 * xmenu.c (menu_item_selection): Declare volatile unconditionally.
469
470 * systime.h: Protect against multiple inclusion.
471 (timezone) [USG5_4]: Define as time_t.
472
473 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
474 (Foptimize_char_table, make_temp_name): Declare.
475
476 * Makefile.in (xdisp.o): Depend on fontset.h.
477
478 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
479
480 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
481 (Foptimize_char_table, make_temp_name): Declare.
482
427ec082 483 * s/irix4-0.h:
162ccef4
DL
484 * s/irix5-0.h:
485 * s/netbsd.h: Don't define autoconfiscated MATHERR.
486
2082fe81
DL
4872000-06-02 Dave Love <fx@gnu.org>
488
489 * lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
490
dcf671d2
GM
4912000-06-02 Gerd Moellmann <gerd@gnu.org>
492
493 * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the
1969fae2 494 result face, set flags in that face indicating that colors may not
dcf671d2
GM
495 be freed.
496
497 * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character
498 glyph, use the ASCII NUL character to determine the face.
499
d42122a3
DL
5002000-06-02 Dave Love <fx@gnu.org>
501
502 * sysdep.c: Conditionally include stdlib.h, unistd.h.
503 (VFORK_RETURN_TYPE): Remove.
427ec082 504
d42122a3
DL
505 * config.in: Add NO_MATHERR.
506
dd432f16
DL
5072000-06-01 Dave Love <fx@gnu.org>
508
90aa4ea8
DL
509 * cmds.c (internal_self_insert): Don't check
510 Vbefore_change_function, Vafter_change_function.
511
512 * insdel.c (signal_before_change, signal_after_change): Likewise.
513
514 * buffer.c (Vbefore_change_function, Vafter_change_function):
515 Variables and their initializations deleted.
516
2330c9d4
DL
517 * callint.c (Fcall_interactively): Doc fix.
518
dd432f16
DL
519 * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern.
520
bf9e8804
DL
5212000-05-31 Dave Love <fx@gnu.org>
522
523 * textprop.c: Revert last change -- duplicated.
524
3694b4ab
GM
5252000-05-31 Gerd Moellmann <gerd@gnu.org>
526
527 * dispnew.c (find_glyph_row_slice, swap_glyphs_in_rows): Put
528 in #if 0.
529
530 * lisp.h (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'.
531
f14156cd
JR
5322000-05-31 Jason Rumney <jasonr@gnu.org>
533
8119aab8
JR
534 * search.c (Fre_search_forward, Fre_search_backward)
535 (Fposix_search_backward, Fposix_search_forward): Fix newlines in docs.
536
f14156cd
JR
537 * w32select.c (Fw32_set_clipboard_data): Change QNil to Qnil.
538
4aab9be3
JR
5392000-05-30 Jason Rumney <jasonr@gnu.org>
540
541 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: New macros.
542 [WINDOWSNT]: Add extern for Vw32_system_coding_system.
543
544 * dispextern.h (struct glyph) [WINDOWSNT]: Add w32_font_type
545 member.
546
547 * fileio.c (Fread_file_name) [HAVE_NTGUI]: Use file dialog.
548 (Fread_file_name) [HAVE_NTGUI, USE_MOTIF]: Do not attempt to
549 expand a nil default_filename.
550
551 * keyboard.c (make_lispy_event) [WINDOWS_NT]: Pass a window
552 pointer to glyph_to_pixel_coords, not a frame.
553
554 * makefile.nt (w32fns.obj, w32menu.obj): Add charset.h and
555 coding.h to dependencies.
556
557 * w32bdf.c (w32_load_bdf_font): Initialize font->double_byte_p.
558
559 * w32console.c (glyph_to_pixel_coords): Change first parameter to
560 window pointer to be consistent with w32term.c and xterm.c.
561
562 * w32fns.c: Format and doc changes to bring closer to xfns.c.
563 (VIETNAMESE_CHARSET): Define if not defined in system headers.
564 (Qline_spacing, Qcenter): New variables.
565 (Qw32_charset_*, w32_codepage_for_font): Moved from w32term.c.
566 (x_set_line_spacing): New function.
567 (x_set_frame_parameters): Use FRAME_NEW_WIDTH, FRAME_NEW_HEIGHT
568 macros.
569 (x_specified_cursor_type): New function.
570 (x_set_cursor_type): Use it.
571 (x_set_name, x_set_title): Use ENCODE_SYSTEM to encode titlebar
572 and icon strings.
573 (validate_x_resource_name, x_get_resource_string): Measure lengths
574 of external strings in bytes.
575 (w32_wnd_proc) [WM_MEASURE_ITEM]: Avoid calling
576 GetTextExtentPoint32 with NULL title.
577 (Fx_create_frame): Initialize Qline_spacing.
578 (w32_load_system_font): Initialize font->double_byte_p.
579 (x_to_w32_charset): Use Vw32_charset_info_alist.
580 (Image, busy cursor, tooltip functions): Merged changes from
581 xfns.c. Not yet functional on Windows.
582
583 * w32gui.h (W32FontStruct): Add double_byte_p member.
584
585 * w32inevt.c (NUM_TRANSLATED_MOUSE_BUTTONS): New constant.
586 (emacs_button_translation): Use it.
587 (do_mouse_event): Allow up to 32 mouse buttons by allowing any bit
588 in `mask' to be set.
589
590 * w32menu.c (single_submenu, w32_menu_show): Call ENCODE_SYSTEM on
591 menu strings.
592
593 * w32term.c: Format and doc changes to bring closer to xterm.c.
594 (w32_char_font_type): New enum.
595 (Qw32_charset_*, w32_codepage_for_font): Moved to w32fns.c.
596 (w32_per_char_metric): Use w32_char_font_type instead of unicode_p.
597 (w32_encode_char): New function.
598 (x_encode_char): Removed.
599 (x_get_glyph_and_face_encoding): Use w32_encode_char in place of
600 x_encode_char and w32_font_is_double_byte.
601 (x_produce_image_glyph): Use image_ascent.
602 (x_produce_glyphs): Use new version of w32_per_char_metric and
603 handle NULL return value. Allow extra line spacing.
604 (W32_TEXTOUT): Distinguish between Unicode and DBCS text.
605 (w32_get_glyph_overhangs): Remove unicode_p param. Use
606 w32_font_type member of glyph instead.
607 (x_draw_glyph_string): Draw underline and strike-out for BDF fonts.
608 (fast_find_position): Make sure not to consider rows not visible
609 in the window.
610 (w32_read_socket) [WM_MENUSELECT]: Cannot call
611 w32_menu_display_help with input blocked, as it can abort.
612 (x_display_and_set_cursor): Choose cursor depending
613 on buffer-local value of cursor_type.
614 (x_draw_bar_cursor): Add parameter WIDTH.
615
616 * w32term.h (CP_DEFAULT): Define.
617 (Fx_display_color_p, Fx_display_grayscale_p, image_ascent): Declare.
618
10fc3187
GM
6192000-05-30 Gerd Moellmann <gerd@gnu.org>
620
621 * search.c (Fre_search_forward, Fre_search_backward)
622 (Fposix_search_backward, Fposix_search_forward): Doc fix.
623
d0555360
KH
6242000-05-30 Kenichi Handa <handa@etl.go.jp>
625
626 * coding.c (detect_coding_iso2022): Fix code for checking
627 CODING_CATEGORY_MASK_ISO_8_2.
628
f1ad044f
SM
6292000-05-29 Stefan Monnier <monnier@cs.yale.edu>
630
631 * regex.c (PREFETCH_NOLIMIT): New function.
632 (re_match_2_internal): Use it and adjust the end_match_2 logic.
633
84ec3b4b
GM
6342000-05-29 Gerd Moellmann <gerd@gnu.org>
635
66254a13
GM
636 * syntax.c (find_defun_start): Move test for
637 open_paren_in_column_0_is_defun_start outside of the loop.
638
49e70dec
GM
639 * xdisp.c (redisplay_window): Really switch buffers when
640 displaying mode lines, and temporarily set selected_frame to the
641 frame of the window that's redisplayed.
642
84ec3b4b
GM
643 * xfaces.c (free_realized_faces): Block/unblock input.
644 (free_realized_multibyte_face): Ditto.
645
869a3a14
DL
6462000-05-29 Dave Love <fx@gnu.org>
647
648 * textprop.c (Qkeymap): New variable.
649 (syms_of_textprop): Intern it.
650
651 * keymap.c: Include intervals.h.
652 (Fkey_binding, Fwhere_is_internal): Deal with `keymap' property.
653
654 * Makefile.in (keymap.o): Depend on intervals.h.
655
656 * keyboard.c (menu_bar_items, tool_bar_items)
657 (Fexecute_extended_command): Deal with `keymap' property.
658 (read_key_sequence): Track map from `keymap' property as well as
659 `local_map'.
660
661 * intervals.c (get_local_map): Extra arg to allow looking for
662 `keymap' too.
663
664 * intervals.h (map_property): New enum.
665 (get_local_map): Extra arg using it.
666 (Qkeymap): Declare.
667
84ec3b4b 668 * lisp.h (get_local_map): Don't declare here.
869a3a14 669
89d0c844
KH
6702000-05-29 Kenichi Handa <handa@etl.go.jp>
671
672 * Makefile.in (callproc.o): Depend on composite.h.
673
674 * callproc.c: Include composite.h.
675 (Fcall_process): Handle composition correctly.
676
677 * coding.h (coding_allocate_composition_data): Extern it.
678 (coding_restore_composition): Likewise.
679
680 * coding.c (DECODE_COMPOSITION_START): If coding->cmp_data is not
681 yet allocated, finish decoding with result
682 CODING_FINISH_INSUFFICIENT_CMP.
683 (coding_allocate_composition_data): Make it non-static.
684 (coding_restore_composition): Likewise.
685
797a084a
EZ
6862000-05-29 Eli Zaretskii <eliz@is.elta.co.il>
687
688 * charset.c (syms_of_charset): Revert last change.
689
cf872af5
EZ
6902000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
691
692 * term.c (produce_glyphs): Treat characters from the eight-bit-*
693 charsets as unibyte, with 1-column screen width. Sent by Kenichi
694 Handa.
695
5b1ae051
EZ
6962000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
697
698 * charset.c (syms_of_charset): Set width of character sets
699 eight-bit-control and eight-bit-graphic to 1 column.
700
34ec9ebe
GM
7012000-05-26 Gerd Moellmann <gerd@gnu.org>
702
703 * config.in (HAVE_SPEED_T): New define.
704
705 * sysdep.c, terminfo.c (ospeed) [HAVE_SPEED_T]: Declare as
706 `extern speed_t'.
707
dd854dc2
DL
7082000-05-26 Dave Love <fx@gnu.org>
709
710 * coding.c (shrink_decoding_region): Initialize eol_conversion.
711
712 * data.c (Qsubrp, Qmany, Qunevalled): New variables.
713 (Fsubr_arity): New function.
714 (syms_of_data): Install them.
715
ba9f8f95
KH
7162000-05-26 Kenichi Handa <handa@etl.go.jp>
717
0f3e0672
KH
718 * charset.c (init_charset_once): Set the table bytes_by_char_head
719 correctly.
720
cebefb44
KH
721 * fontset.c (syms_of_fontset): Adjust the font name for ascii of
722 the default fontset to what Emacs uses by default.
0f3e0672
KH
723 (check_registry_encoding): This function deleted.
724 (Fset_fontset_font): Remove the adhoc condition for the default
725 fontset. Allow cons in FONTNAME.
cebefb44 726
0f3e0672
KH
727 * fns.c (map_char_table): Ignore char-table entries for
728 charsets eight-bit-control and eight-bit-graphic.
ba9f8f95 729
7a18af49
KR
7302000-05-25 Ken Raeburn <raeburn@gnu.org>
731
732 * emacs.c (main): Initialize keyboard syms before initializing
733 window code, so face names are available.
734
d2af47df
SM
7352000-05-25 Stefan Monnier <monnier@cs.yale.edu>
736
737 * regex.c (at_begline_loc_p): Also recognize the \\(?:^ case
738 of an anchor at the beginning of a shy-group.
739
fc6a6a4e
GM
7402000-05-25 Gerd Moellmann <gerd@gnu.org>
741
742 * xdisp.c (handle_invisible_prop): Don't try to skip over
743 invisible text if end of text is already reached.
744
005f0d35
DL
7452000-05-25 Dave Love <fx@gnu.org>
746
02513cdd
DL
747 * xdisp.c (Fdump_glyph_matrix): Declare the arg.
748
005f0d35
DL
749 * coding.c (encode_eol): Add null statement after label.
750
89f6ca4e
EZ
7512000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
752
753 * w16select.c (Fw16_set_clipboard_data): Fix the change from
754 2000-05-20.
755
a4e1759e
KH
7562000-05-25 Kenichi Handa <handa@etl.go.jp>
757
758 * ccl.c (ccl_driver): Fix previous change.
759
eacfd7fe
KH
7602000-05-25 Kenichi Handa <handa@etl.go.jp>
761
46ab33a9
KH
762 * coding.c (run_pre_post_conversion_on_str): Set point to the
763 beginning of buffer before calling coding->post_read_conversion.
764 (decode_coding_string): Give correct args to
765 run_pre_post_conversion_on_str.
766 (encode_coding_string): Likewise.
767
eacfd7fe
KH
768 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>
769 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
770 eight-bit-graphic correctly.
771
f8569325
DL
7722000-05-24 Kenichi HANDA <handa@etl.go.jp>
773
774 * fileio.c (Finsert_file_contents): Even if a file is not found,
775 execute codes for setting up coding system. Call
776 after-insert-file-functions unconditionally.
777
04545643
GM
7782000-05-24 Gerd Moellmann <gerd@gnu.org>
779
780 * callproc.c, emacs.c, sysdep.c (setpgrp): Don't define if USG and
781 BSD_PGRPS are not defined.
782
747d90ea
KH
7832000-05-24 Kenichi Handa <handa@etl.go.jp>
784
785 * charset.c (update_charset_table): Accept nil in LONG_NAME and
786 DESCRIPTION.
787 (syms_of_charset): Avoid building same strings.
788
716e3b88
GM
7892000-05-23 Gerd Moellmann <gerd@gnu.org>
790
791 * lread.c (Fload): Add a comment about the meaning of
792 Vuser_init_file being t.
793
794 * puresize.h (BASE_PURESIZE): Increase to 675000.
795
796 * s/gnu-linux.h (setpgrp): Don't define it here because this
797 prevents compilation on GNU/Linux systems with glib 2.2.
798
799 * callproc.c, emacs.c, sysdep.c (setpgrp) [HAVE_SETPGID]: Define
800 as setpgid.
427ec082 801
9aeb39fa
EZ
8022000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
803
804 * Makefile.in (SOME_MACHINE_LISP): Add disp-table.elc,
805 dos-vars.elc, ccl.elc, and codepage.elc, all loaded by the MS-DOS
806 version.
807 (MSDOS_SUPPORT): Add dos-vars.elc, ccl.elc, and codepage.elc.
808
29ced61b
KH
8092000-05-23 Kenichi Handa <handa@etl.go.jp>
810
0574a2ed
KH
811 * syntax.c (skip_chars): Use FETCH_STRING_CHAR_ADVANCE
812 unconditionally.
813
3d80f24d
KH
814 * msdos.c (IT_write_glyphs): Set coding->src_multibyte to 1.
815
816 * term.c (encode_terminal_code): Set coding->src_multibyte
817 properly.
818
29ced61b
KH
819 * coding.c (encode_eol): Fix a bug of DOS style EOL encoding.
820
d7e00792
KH
8212000-05-22 Kenichi Handa <handa@etl.go.jp>
822
c9d80d38
KH
823 * keyboard.c (read_char): Allow character codes 128..255 to be
824 handled by input-method-function.
825
d7e00792
KH
826 * insdel.c (adjust_markers_for_replace): Fix previous change.
827 (adjust_after_replace): If PREV_TEXT is nil, call
828 adjust_markers_for_insert, not adjust_markers_for_replace.
829
087121cc 8302000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
427ec082 831
087121cc
GM
832 * s/gnu-linux.h (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
833 (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF)
834 [HAVE_GRANDPT]: Define.
835 (C_SWITCH_SYSTEM): Add -D_XOPEN_SOURCE.
836
837 * sysdep.c (setup_pty): Treat case that UNIX98_PTYS is defined
838 like SYSV_PTYS.
839
840 * config.in (HAVE_GRANDPT, HAVE_GETPT): New defines.
841
842 * process.c (toplevel) [UNIX98_PTYS]: Include stdlib.h.
843
c9671f81
KH
8442000-05-20 Kenichi Handa <handa@etl.go.jp>
845
846 The following changes are to handle 8-bit characters in a
847 multibyte buffer/string without facing with byte combining
848 problem. Two new charsets eight-bit-control (for 0x80..0x9F) and
849 eight-bit-graphic (for 0xA0..0xFF) are introduced.
850
851 * Makefile.in (fns.o): Depend on charset.h.
852
853 * alloc.c (Fmake_byte_code): If BYTECODE-STRING is multibyte,
854 convert it to unibyte.
855 (make_string): Use parse_str_as_multibyte, not chars_in_text.
856
857 * buffer.c (advance_to_char_boundary): Don't use DEC_POS to find a
858 apparent char boundary.
859 (Fset_buffer_multibyte): Convert 8-bit characters in the range
860 0x80..0x9F to/from multibyte form.
861
862 * bytecode.c (Fbyte_code): If arg BYTESTR is multibyte, convert it
863 to unibyte.
864
865 * callproc.c (Fcall_process): Always encode an argument string if
866 it is multibyte. Setup src_multibyte and dst_multibyte members of
867 process_coding properly.
ce75fd23 868
c9671f81
KH
869 * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not
870 SPLIT_NON_ASCII_CHAR.
871
872 * ccl.c (CCL_WRITE_CHAR): Be sure to write single byte characters
873 as is.
874 (CCL_MAKE_CHAR): Use MAKE_CHAR, not MAKE_NON_ASCII_CHAR.
875
876 * charset.c (Qeight_bit_control, Qeight_bit_graphic): New
877 variables.
878 (SPLIT_CHARACTER_SEQ): This macro deleted.
879 (SPLIT_MULTIBYTE_SEQ): Assume that multibyte sequence at STR is
880 valid.
881 (CHAR_COMPONENTS_VALID_P): Handle new charsets; eight-bit-control
882 and eight-bit-graphic.
883 (char_to_string): Likewise. Signal an error for too large
884 character code.
885 (char_printable_p): Return 0 for 8-bit characters.
886 (update_charset_table): Update iso_charset_table only when a final
887 character is non-negative.
888 (find_charset_in_text): Renamed from find_charset_in_str.
889 Arguments and return value changed. Callers changed.
890 (Fdefine_charset): Args ISO-FINAL-CHAR and ISO-GRAPHIC-PLANE can
891 be -1 if CHARSET is used only internally.
892 (Fmake_char_internal): Handle new charsets; eight-bit-control and
893 eight-bit-graphic.
894 (Fcharset_after): Simplified.
895 (char_valid_p): Use SPLIT_CHAR, not SPLIT_NON_ASCII_CHAR.
896 (char_bytes): Return 2 for chars of the range 0xA0..0xFF.
897 (multibyte_chars_in_text): Simplified by assuming there's no
898 invalid multibyte sequence.
899 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte,
900 str_as_unibyte): New functions.
901 (Fstring): Simpified by assuming that byte combining never
902 happens.
903 (init_charset_once): Initialization for
904 LEADING_CODE_8_BIT_CONTROL.
905 (syms_of_charset): Intern and staticpro Qeight_bit_control and
906 Qeight_bit_graphic. Include them in Vcharset_list. Make charsets
907 eight-bit-control and eight-bit-graphic.
908
909 * charset.h (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL,
910 CHARSET_8_BIT_GRAPHIC): New macros.
911 (SINGLE_BYTE_CHAR_P): Make it faster by using casting.
912 (CHARSET_ISO_GRAPHIC_PLANE): Use XINT instead of XFASTINT.
913 (CHARSET_REVERSE_CHARSET): Likewise.
914 (CHARSET_VALID_P): Handle new charsets; eight-bit-control and
915 eight-bit-graphic.
916 (BYTES_BY_CHAR_HEAD, WIDTH_BY_CHAR_HEAD): Optimize for ASCII.
917 (CHAR_CHARSET, MAKE_CHAR, SPLIT_CHAR, CHAR_BYTES): Likewise.
918 (PARSE_MULTIBYTE_SEQ) [BYTE_COMBINING_DEBUG]: Abort if we
919 encounter an invalid multibyte sequence.
920 (PARSE_MULTIBYTE_SEQ) [not BYTE_COMBINING_DEBUG]: Assume multibyte
921 sequence is always valid.
922 (MAKE_NON_ASCII_CHAR, SPLIT_NON_ASCII_CHAR): These macros Deleted.
923 (UNIBYTE_STR_AS_MULTIBYTE_P, MULTIBYTE_STR_AS_UNIBYTE_P): New
924 macros.
925 (CHAR_STRING): For 8-bit characters, call char_to_string.
926 (INC_POS) [not BYTE_COMBINING_DEBUG]: Faster version. Assume
927 multibyte sequence is always valid.
928 (BUF_INC_POS) [not BYTE_COMBINING_DEBUG]: Likewise.
929 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte,
930 str_as_unibyte): Extern them.
931 (BCOPY_SHORT): Fix a bug.
932 (CHAR_LEN): This macro deleted. Callers changed to use
933 CHAR_BYTES.
934 (FETCH_STRING_CHAR_ADVANCE): Check multibyteness of STRING.
935 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): New macro.
936 (FETCH_CHAR_ADVANCE): Check multibyteness of the current buffer.
937
bd4bde7f 938 * coding.c (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->result to
c9671f81
KH
939 CODING_FINISH_INSUFFICIENT_SRC if there's not enough source.
940 (ONE_MORE_CHAR, EMIT_CHAR, EMIT_ONE_BYTE, EMIT_TWO_BYTE,
941 EMIT_BYTES): New macros.
942 (THREE_MORE_BYTES, DECODE_CHARACTER_ASCII,
943 DECODE_CHARACTER_DIMENSION1, DECODE_CHARACTER_DIMENSION2): These
944 macros deleted.
945 (CHECK_CODE_RANGE_A0_FF): This macro deleted.
946 (detect_coding_emacs_mule): Use UNIBYTE_STR_AS_MULTIBYTE_P to
947 check the validity of multibyte sequence.
948 (decode_coding_emacs_mule): New function.
949 (encode_coding_emacs_mule): New macro.
950 (detect_coding_iso2022): Use ONE_MORE_BYTE to fetch a byte from
951 the source.
952 (DECODE_ISO_CHARACTER): Just return a character code.
953 (DECODE_COMPOSITION_START): Set coding->result instead of result.
954 (decode_coding_iso2022, decode_coding_sjis_big5, decode_eol): Use
955 EMIT_CHAR to produced decoded characters. Exit the loop only by
956 macros ONE_MORE_BYTE or EMIT_CHAR. Don't handle the case of last
957 block here.
958 (ENCODE_ISO_CHARACTER): Don't translate character here. Produce
959 only position codes for an invalid character.
960 (encode_designation_at_bol): Return new destination pointer. 5th
961 arg DSTP is changed to DST.
962 (encode_coding_iso2022, decode_coding_sjis_big5): Get a character
963 from the source by ONE_MORE_CHAR. Don't handle the case of last
964 block here.
965 (DECODE_SJIS_BIG5_CHARACTER, ENCODE_SJIS_BIG5_CHARACTER): These
966 macros deleted.
967 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8,
968 detect_coding_utf_16, detect_coding_ccl): Use ONE_MORE_BYTE and
969 TWO_MORE_BYTES to fetch a byte from the source.
970 (encode_eol): Pay attention to coding->src_multibyte.
971 (detect_coding, detect_eol): Preserve members src_multibyte and
972 dst_multibyte.
973 (DECODING_BUFFER_MAG): Return 2 even for coding_type_raw_text.
974 (encoding_buffer_size): Set magnification to 3 for all coding
975 systems that require encoding.
976 (ccl_coding_driver): For decoding, be sure that the result is
977 valid multibyte sequence.
978 (decode_coding): Initialize coding->errors and coding->result.
979 For emacs-mule, call decode_coding_emacs_mule. For no-conversion
980 and raw-text, always call decode_eol. Handle the case of last
981 block here. If not coding->dst_multibyte, convert the resulting
982 sequence to unibyte.
983 (encode_coding): Initialize coding->errors and coding->result.
984 For emacs-mule, call encode_coding_emacs_mule. For no-conversion
985 and raw-text, always call encode_eol. Handle the case of last
986 block here.
987 (shrink_decoding_region, shrink_encoding_region): Detect cases
988 that we can't skip data more rigidly.
989 (code_convert_region): Setup src_multibyte and dst_multibyte
990 members of coding. For decoding, if the buffer is multibyte,
991 convert the source sequence to unibyte in advance. For encoding,
992 if the buffer is multibyte, convert the resulting sequence to
993 multibyte afterward.
994 (run_pre_post_conversion_on_str): New function.
995 (code_convert_string): Deleted and divided into the following two.
996 (decode_coding_string, encode_coding_string): New functions.
997 (code_convert_string1, code_convert_string_norecord): Call one of
998 above.
999 (Fdecode_sjis_char, Fdecode_big5_char): Use MAKE_CHAR instead of
1000 MAKE_NON_ASCII_CHAR.
1001 (Fset_terminal_coding_system_internal,
1002 Fset_safe_terminal_coding_system_internal): Setup src_multibyte
1003 and dst_multibyte members.
1004 (init_coding_once): Initialize iso_code_class with new enum
1005 ISO_control_0 and ISO_control_1.
1006
1007 * coding.h (enum iso_code_class_type): Member ISO_control_code is
1008 devided into ISO_control_0 and ISO_control_1.
1009 (struct coding_system): New members src_multibyte, dst_multibyte,
1010 errors, and result. Delete member fake_multibyte.
1011 (CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is
1012 nonzero.
1013 (CODING_REQUIRE_ENCODING): Return 1 if coding->src_multibyte is
1014 nonzero.
1015
1016 * data.c (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
1017 (Faset): Likewise.
1018
1019 * editfns.c (Fformat): Be sure to convert 8-bit characters to
1020 multibyte form.
1021 (Ftranspose_region) [BYTE_COMBINING_DEBUG]: Abort if byte
1022 combining occurs.
1023 (Ftranspose_region): Delete codes for handling byte combining.
1024
1025 * fileio.c (Finsert_file_contents): Setup src_multibyte and
1026 dst_multibyte members of coding. On handling REPLACE on unibyte
1027 buffer, convert the result of decode_coding to unibyte. On
1028 inserting into a mutibyte buffer, always call code_convert_region.
bd4bde7f 1029 (e_write): Setup coding->src_multibyte according to the
c9671f81
KH
1030 multibyteness of the source (buffer or string).
1031
1032 * fns.c (concat): Handle 8-bit characters correctly.
1033 (Fstring_as_unibyte): Be sure to make all 8-bit characters in
1034 unibyte in the result.
1035 (Fstring_as_multibyte): Be sure to make all 8-bit characters in
1036 valid multibyte form in the result.
1037 (map_char_table): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
1038 (Fbase64_encode_region, Fbase64_encode_string): If base64_encode_1
1039 return -1, signal an error.
1040 (base64_encode_1): New arg MULTIBYTE. Get each character by
1041 CHAR_STRING_AND_LENGTH if MULTIBYTE is nonzero. If a multibyte
1042 character is found, return -1.
1043 (Fbase64_decode_region): Delete codes for handling byte-combining.
1044 Treat each decoded byte as a unibyte character.
1045 (Fbase64_decode_string): Return unibyte string.
1046 (Fcompare_strings, concat, string_byte_to_char): Use
1047 FETCH_STRING_CHAR_ADVANCE_NO_CHECK instead off
1048 FETCH_STRING_CHAR_ADVANCE.
1049 (Fstring_lessp): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
1050 (mapcar1): If SEQ is string, always use FETCH_STRING_CHAR_ADVANCE.
1051
1052 * fontset.c (fontset_ref): Use SPLIT_CHAR instead of
1053 SPLIT_NON_ASCII_CHAR.
1054 (fontset_ref_via_base, fontset_set): Likewise
1055
1056 * insdel.c (adjust_markers_for_record_delete): Deleted.
1057 (adjust_markers_for_insert): Argument changed. Caller changed.
1058 (adjust_markers_for_replace): Likewise.
1059 (ADJUST_CHAR_POS, combine_bytes, byte_combining_error,
1060 CHECK_BYTE_COMBINING_FOR_INSERT): Deleted.
1061 (copy_text): Delete unused local varialbe c_save. For converting
1062 to multibyte, be sure to make all 8-bit characters in valid
1063 multibyte form.
1064 (count_size_as_multibyte): Handle 8-bit characters correctly.
1065 (insert_1_both, insert_from_string_1, insert_from_buffer_1,
1066 adjust_after_replace, replace_range, del_range_2)
1067 [BYTE_COMBINING_DEBUG]: Abort if byte combining occurs.
1068 (insert_1_both, insert_from_string_1, insert_from_buffer_1,
1069 adjust_after_replace, replace_range, del_range_2) Delete codes for
1070 handling byte combining.
1071 (adjust_before_replace): Deleted.
427ec082 1072
c9671f81
KH
1073 * keymap.c (Fsingle_key_description): Use SPLIT_CHAR instead of
1074 SPLIT_NON_ASCII_CHAR.
1075 (describe_vector): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
1076 (Faccessible_keymaps): Use FETCH_STRING_CHAR_ADVANCE
1077 unconditionally.
1078 (Fkey_description): Likewise.
1079
1080 * lread.c (read1): On reading multibyte string, be sure to make
1081 all 8-bit chararacters in valid multibyte form.
1082 (readchar): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
1083
1084 * print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE
1085 unconditionally.
1086
1087 * process.c (Fstart_process): GCPRO current_dir before calling
1088 Ffind_operation_coding_system. Encode arguments here.
1089 (create_process): Don't encode arguments here. Setup
1090 src_multibyte and dst_multibyte members of struct coding.
1091 (read_process_output): Setup src_multibyte and dst_multibyte
1092 members of struct coding. If the output is to multibyte buffer,
1093 always decode the output of the process. Adjust the
1094 representation of 8-bit characters to the multibyteness of the
1095 output.
1096 (send_process): Setup coding->src_multibyte according to the
1097 multibyteness of the source.
1098
1099 * search.c (wordify): Use FETCH_STRING_CHAR_ADVANCE
1100 unconditionally.
1101 (Freplace_match): Use FETCH_STRING_CHAR_ADVANCE and
1102 FETCH_STRING_CHAR_ADVANCE_NO_CHECK appropriately.
1103
1104 * term.c (produce_special_glyphs): Use CHAR_BYTES instead of
1105 CHAR_LEN.
1106
1107 * w16select.c (Fw16_set_clipboard_data): Setup members
1108 src_multibyte and dst_multibyte of coding. Adjusted for the
1109 change for find_charset_in_str.
1110 (Fw16_get_clipboard_data): Likewise.
1111
1112 * w32fns.c (w32_to_x_font): Setup members src_multibyte and
1113 dst_multibyte of coding.
1114 (x_to_w32_font): Likewise.
1115
1116 * w32select.c (Fw32_set_clipboard_data): Setup members
1117 src_multibyte and dst_multibyte of coding. Adjusted for the
1118 change for find_charset_in_str.
1119 (Fw32_get_clipboard_data): Likewise.
1120
1121 * xdisp.c (get_next_display_element): Handle 8-bit characters
1122 correctly.
1123 (next_element_from_display_vector): Use CHAR_BYTES instead of
1124 CHAR_LEN.
1125 (disp_char_vector): Use SPLIT_CHAR instead of
1126 SPLIT_NON_ASCII_CHAR.
1127
1128 * xselect.c (selection_data_to_lisp_data): Setup members
1129 src_multibyte and dst_multibyte of coding. Adjusted for the
1130 change for find_charset_in_str.
1131 (lisp_data_to_selection_data): Likewise.
1132
5f64c9e0
GM
11332000-05-19 Gerd Moellmann <gerd@gnu.org>
1134
2b63d473
GM
1135 * buffer.c (Fbury_buffer): Avoid trouble from burying a killed
1136 buffer.
1137
5f64c9e0
GM
1138 * dispextern.h (Vimage_types): Add extern declaration.
1139
1140 * xdisp.c (Vimage_types): Moved here from xfns.c.
1141 (syms_of_xdisp): Move `image-types' variable here from xfns.c.
1142
1143 * xfns.c (Vimages_types): Moved to xdisp.c.
1144 (syms_of_xfns): Move `image-types' to xdisp.c.
1145
1146 * w32fns.c (Vimage_types): Removed.
1147 (syms_of_w32fns): Remove `image-types'.
1148
813086ea
KH
11492000-05-18 Kenichi Handa <handa@etl.go.jp>
1150
1151 * fns.c (map_char_table): Pay attention to character number of
1152 charset. Check the validity of charset at the first level. For
1153 leaf nodes that has nil value, call C_FUNCTION or FUNCTION with
1154 the default value.
1155
1156 * fontset.c: Include "buffer.h".
1157 (fs_load_font): If the face has fontset, record the face ID in
1158 that fontset.
1159 (Finternal_char_font): New function.
1160 (accumulate_font_info): New function.
1161 (Ffontset_info): Rewritten for the new fontset implementation.
1162 (syms_of_fontset): Register Vdefault_fontset in the first element
1163 of Vfontset_table. Include Vdefault_fontset in
1164 Vfontset_alias_alist. Declare `internal-char-font' as a Lisp
1165 function.
1166
bdaebbf0
DL
11672000-05-16 Dave Love <fx@gnu.org>
1168
1169 * m/iris5d.h: Deleted -- unused.
1170
cb613bb8
GM
11712000-05-16 Gerd Moellmann <gerd@gnu.org>
1172
b15f3b77
GM
1173 * xdisp.c, w32.c, print.c, msdos.c, emacs.c: Use the term
1174 `invalid' instead of `illegal'.
1175
1176 * indent.c (Fmove_to_column): When ending within a tab, insert
1177 spaces first so that markers at the end of the tab get adjusted.
1178
835c1b36
GM
1179 * frame.c (frames_bury_buffer): Don't add a buffer to the frame's
1180 buffer list that wasn't selected in that frame.
1181
cb613bb8
GM
1182 * filelock.c (get_boot_time): To obtain an 8 char file name, which
1183 is needed on mescaline, use a 2 char prefix, and call
1184 make_temp_name with second arg non-zero.
1185
1186 * fileio.c (make_temp_name): New function, extracted from
1187 Fmake_temp_name.
1188 (Fmake_temp_name): Use it.
1189
f685bea9
EZ
11902000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
1191
1192 * window.c (coordinates_in_window): Subtract 1 when computing
1193 right_x.
1194
a1b8d58b
GM
11952000-05-15 Gerd Moellmann <gerd@gnu.org>
1196
1197 * Makefile.in (lisp): Add env.elc.
1198
1199 * callproc.c (Fgetenv_internal): Renamed from Fgetenv.
1200
a265079f
GM
12012000-05-12 Gerd Moellmann <gerd@gnu.org>
1202
1203 * search.c (Freplace_match): Handle case of `\N' in the
1204 replacement when there's no group N.
1205
da4496b6
GM
12062000-05-11 Gerd Moellmann <gerd@gnu.org>
1207
0ace421a
GM
1208 * xdisp.c (add_to_log): Don't pass the terminating NUL byte
1209 of the message to message_dolog.
1210
1172eb8d
GM
1211 * keyboard.c (read_char): Don't clear current message for help
1212 events; let the code handling help events handle this. Change
1213 code detecting help events that should be ignored.
1214
da4496b6
GM
1215 * xdisp.c (handle_single_display_prop): Don't try to set PT if
1216 we're interating over a string.
1217
0623e40f
DL
12182000-05-09 Dave Love <fx@gnu.org>
1219
1220 * fileio.c (Fwrite_region): If APPEND arg is an integer, seek to
1221 that offset before writing. Move gcpro region past call of
1222 Ffile_regular_p.
1223
bae2503b
DL
12242000-05-04 Dave Love <fx@gnu.org>
1225
1226 * buffer.c (syms_of_buffer) [auto-fill-function]: Doc fix.
1227
ec82fb2f
GM
12282000-05-04 Gerd Moellmann <gerd@gnu.org>
1229
1230 * insdel.c (insert_from_buffer_1): Adjust FROM position by number
1231 of inserted characters when BUF equals the current buffer, and PT
1232 is in front of or equal to FROM.
1233
cbf18892
GM
12342000-05-03 Gerd Moellmann <gerd@gnu.org>
1235
4ff40dd0
GM
1236 * xdisp.c (handle_single_display_prop): If display property value
1237 is invalid, or something not supported on the frame, restore
1238 iterator's position to what it was initially. Make sure to return
1239 0 for invalid and unsupported property values.
1240
cbf18892
GM
1241 * xterm.c (x_produce_glyphs) <composite chars>: Handle case
1242 that x_per_char_metric returns null.
1243
1b0672c3
GM
12442000-05-02 Gerd Moellmann <gerd@gnu.org>
1245
576da55d
GM
1246 * xterm.h (struct face): Add forward declaration.
1247 (struct image): Ditto.
1248 (image_ascent): Add prototype.
1249
1250 * xterm.c (x_produce_image_glyph, x_draw_image_foreground)
1251 (x_draw_image_relief, x_draw_image_foreground_1): Call function
1252 image_ascent instead of using IMAGE_ASCENT.
1253
1254 * dispextern.h (DEFAULT_IMAGE_HEIGHT): New macro.
1255 (IMAGE_ASCENT): Removed.
1256
1257 * xfns.c (Qcenter): New variable.
1258 (enum image_value_type): Add IMAGE_ASCENT_VALUE.
1259 (parse_image_spec): Handle IMAGE_ASCENT_VALUE.
1260 (image_ascent): New function.
1261 (lookup_image): Recognize `:ascent center'.
1262 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
1263 (tiff_format, gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
1264 (xbm_load): Don't set image's ascent here.
1265 (xbm_image_p, xpm_image_p, pbm_image_p, png_image_p)
1266 (jpeg_image_p, tiff_image_p, gif_image_p, gs_image_p): Don't
1267 check ascent values here.
1268 (Fimagep, Flookup_image [GLYPH_DEBUG]: Removed.
1269 (syms_of_xfns) [GLYPH_DEBUG]: Don't defsubr removed functions.
1270 (syms_of_xfns): Initialize Qcenter.
1271
1b0672c3
GM
1272 * eval.c (Fsignal): If lisp_eval_depth or spepdl_size are near
1273 to the limits, increase the limits.
1274
0d7811ed
KH
12752000-05-01 Kenichi Handa <handa@etl.go.jp>
1276
1277 * fontset.c (fs_load_font): By default, use 0x00..0x7f for ASCII.
1278 Check Vfont_encoding_alist against the full name of the opened
1279 font.
1280
a943a5ca
GM
12812000-04-28 Gerd Moellmann <gerd@gnu.org>
1282
1283 * xdisp.c (make_cursor_line_fully_visible): Handle case of rows
1284 taller than the window.
1285
5dba1e29
KH
12862000-04-28 Kenichi Handa <handa@etl.go.jp>
1287
1288 * xfaces.c (realize_x_face): Fix the argument of the second
1289 xassert. BASE_FACE may not be a face for ASCII.
1290
353964e3
GM
12912000-04-27 Gerd Moellmann <gerd@gnu.org>
1292
c76e04a8
GM
1293 * print.c (print_object): Treat print-length < 0 as nil.
1294
1295 * Makefile.in (termcapobj): Don't use TERMCAP_OBJ.
1296
1297 * s/freebsd.h (TERMCAP_OBJ): Removed.
1298 (LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000.
1299
1300 * lread.c (read1): Don't treat period followed by certain
1301 characters as symbol start.
1302
1303 * xfns.c (slurp_file): New function.
1304 (xbm_image_p): Handle case of in-memory XBM files.
1305 (xbm_scan): Rewritten to work on memory buffers instead of files.
1306 (xbm_read_bitmap_data): Renamed from xbm_read_bitmap_file_data.
1307 Work on memory buffers instead of files. If DATA is null test
1308 if buffer looks like an in-memory XBM file.
1309 (xbm_load_image): Renamed from xbm_load_image_file. Work on
1310 memory buffers instead of files.
1311 (xbm_file_p): New function.
1312 (xbm_load): Accept :data DATA where DATA is an in-memory XBM file.
1313
353964e3
GM
1314 * lread.c (end_of_file_error): New function.
1315 (read1): Call it instead of signaling `end-of-file' directly.
1316
427ec082 1317 * print.c (print_error_message): Print data of `end-of-file'
353964e3
GM
1318 with Fprinc instead of Fprin1.
1319
24d744ac
KR
13202000-04-26 Ken Raeburn <raeburn@gnu.org>
1321
1322 * window.c (freeze_window_start): Check that minibuffer scroll
1323 window isn't nil before extracting the window structure pointer
1324 from it.
1325
1326 * undo.c (record_delete): If we hit the end of the undo list, stop
1327 picking elements apart.
1328
7464346d
GM
13292000-04-26 Gerd Moellmann <gerd@gnu.org>
1330
1331 * xdisp.c (display_line): If lines are continued, restore
1332 iterator's ascent/descent information to the values before the
1333 first glyph not fitting on the line.
1334
612839b6
GM
13352000-04-25 Gerd Moellmann <gerd@gnu.org>
1336
1337 * xdisp.c (try_window_id) <all changes above window start>: Adjust
1338 positions in glyph matrix. Don't compute new window end
1339 positions.
1340
1341 * dispnew.c (increment_matrix_positions): Renamed from
1342 increment_glyph_matrix_buffer_positions.
1343 (increment_row_positions): Renamed from
1344 increment_glyph_row_buffer_positions.
1345
1346 * dispextern.h: Change names of renamed functions from dispnew.c
1347 in prototypes.
1348
cc181e95
GM
13492000-04-24 Gerd Moellmann <gerd@gnu.org>
1350
abfcc168
GM
1351 * fileio.c (Fdo_auto_save): Create directories for auto-save
1352 list file if necessary.
1353
cc181e95
GM
1354 * xdisp.c (init_iterator): Set iterator's extra_line_spacing
1355 from buffer or frame.
1356 (automatic_hscrolling_p): New variable.
1357 (hscroll_windows): Scroll windows horizontally only if automatic
1358 hscrolling is allowed.
1359 (syms_of_xdisp): New variable `automatic-hscrolling'.
1360
1361 * frame.h (struct frame): Add member extra_line_spacing.
1362
1363 * xfns.c (x_set_line_spacing): New function.
1364 (Fx_create_frame): Set line spacing from resources.
1365 (Qline_spacing): New variable.
1366 (syms_of_xfns): Initialize Qline_spacing.
427ec082 1367
cc181e95
GM
1368 * emacs.c (USAGE2): Add `--line-spacing' and `-lsp'.
1369
1370 * buffer.c (init_buffer_once): Handle extra_line_spacing.
1371 (syms_of_buffer): Add `default-line-spacing' and `line-spacing'.
abfcc168 1372 (reset_buffer): Don't initialize extra2 and extra3. Initialize
cc181e95
GM
1373 extra_line_spacing from default value.
1374 (init_buffer_once): Initialize default value of extra_line_spacing.
1375
1376 * buffer.h (struct buffer): Add extra_line_spacing, remove extra2
1377 and extra3.
1378
1379 * xterm.c (x_produce_glyphs): Remove reference to struct it's
1380 prompt_width. Add extra line spacing.
1381
1382 * term.c (produce_glyphs): Remove reference to struct it's
1383 prompt_width.
1384
1385 * dispextern.h (struct it): Remove member prompt_width, add
1386 extra_line_spacing.
1387
58827478
GM
13882000-04-22 Gerd Moellmann <gerd@gnu.org>
1389
1390 * dispnew.c (update_frame_line): When writing a whole line, make
1391 sure cursor is in the right row afterwards, otherwise a use of
1392 capability `ch' in cmgoto might leave the cursor in the row below.
1393
25a87f42
GM
13942000-04-21 Gerd Moellmann <gerd@gnu.org>
1395
1396 * lisp.h (struct Lisp_Buffer_Cons): Remove.
1397
1398 * keyboard.c (timer_check): Fix typo in comment.
1399
54edf5c2
KH
14002000-04-21 Kenichi Handa <handa@etl.go.jp>
1401
1402 * fontset.c (Fset_fontset_font): Fix docstring. Local variable
1403 name change: ch -> character.
1404
3a64eef5
GM
14052000-04-20 Gerd Moellmann <gerd@gnu.org>
1406
1407 * keyboard.c (echo_message_buffer): New variable.
1408 (echo_now): Set echo_message_buffer to the echo area buffer used
1409 to display the echo.
1410 (cancel_echoing): Reset echo_message_buffer to nil.
1411 (read_char): Code rewritten that handles canceling an echo or
1412 echoing a dash, respectively.
1413
1414 * fileio.c (Ffile_writable_p) [WINDOWSNT]: Return nil if parent
1415 directory doesn't exist.
1416
6142fdcb
DL
14172000-04-19 Dave Love <fx@gnu.org>
1418
1419 * fns.c (syms_of_fns): Defsubr mapc.
a9cacab7
DL
1420 (concat): Don't allow numeric args.
1421 (Fconcat): Doc change.
6142fdcb 1422
ac6b5352
SM
14232000-04-19 Stefan Monnier <monnier@cs.yale.edu>
1424
1425 * regex.c (re_match_2_internal): Don't shorten the strings anymore,
1426 instead define end_match(1|2) more carefully.
1427 Use GET_CHAR_BEFORE_2 for `begline'.
1428
cb9215e4
GM
14292000-04-19 Gerd Moellmann <gerd@gnu.org>
1430
5e3dac3f
GM
1431 * frame.h (SELECTED_FRAME): Change definition to compile cleanly
1432 on 64-bit systems where NULL is defined as `0'.
1433
1434 * xdisp.c (with_echo_area_buffer): Add more `int' parameters for
1435 the `variable argument list' to make it work on Alpha.
1436
cb9215e4
GM
1437 * m/alpha.h (_LP64) [!_LP64]: Define.
1438 (ORDINARY_LINK): Define for NetBSD.
1439
1440 * m/macppc.h (ORDINARY_LINK): Define for NetBSD.
427ec082 1441
f532dca0
DL
14422000-04-19 Dave Love <fx@gnu.org>
1443
c750667e
DL
1444 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Revert 2000-04-14
1445 change.
1446
1447 * Makefile.in (LIBS): Don't use.
1448 (GETLOADAVG_OBJ): Define again.
1449 (otherobj): Add GETLOADAVG_OBJ.
1450
f532dca0
DL
1451 * buffer.c (Fmake_indirect_buffer): Escape newline in doc.
1452
1c7e22fd
GM
14532000-04-18 Gerd Moellmann <gerd@gnu.org>
1454
f6d3257b
GM
1455 * lread.c (read_filtered_event): Cancel and start busy cursor.
1456
427ec082 1457 * xterm.c (x_produce_glyphs) <ASCII chars>: Take into account
1c7e22fd
GM
1458 that the per-character metrics may be null.
1459
e10f64e7
GM
14602000-04-17 Gerd Moellmann <gerd@gnu.org>
1461
0daee095
GM
1462 * buffer.c (clone_per_buffer_values): New function.
1463 (Fmake_indirect_buffer): Add optional argument CLONE. Call
1464 clone_per_buffer_values if CLONE is not nil.
1465
e10f64e7
GM
1466 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
1467
38687d43
DL
14682000-04-16 Dave Love <fx@gnu.org>
1469
1470 * Makefile.in: Remove obsolete localcpp stuff.
1471 (GETLOADAVG_OBJ): Don't define.
1472 (obj): Move LIBOBJS...
1473 (otherobj): ... to here.
1474 (MSDOS_OBJ): Convert to make variable -- preprocessing zapped
1475 whitespace-only lines after the continuation (Irix).
1476
c21c7262
GM
14772000-04-14 Gerd Moellmann <gerd@gnu.org>
1478
1479 * xfns.c (xpm_load) [DEBUG_X_COLORS]: Register colors.
1480
1481 * s/freebsd.h (LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
1482
314767c0
DL
14832000-04-14 Dave Love <fx@gnu.org>
1484
1485 * s/aix3-1.h, s/bsd4-2.h, s/bsd4-3.h, s/cxux.h, s/dgux.h, s/gnu.h:
1486 * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/rtu.h:
1487 * s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h:
1488 * s/usg5-3.h, s/xenix.h, s/umax.h: Don't define autoconfiscated
1489 NLIST_STRUCT.
1490
1491 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Don't define
1492 autoconfiscated HAVE_GETLOADAVG.
1493
1494 * s/nextstep.h, s/sco4.h, s/sco5.h: Don't define autoconfiscated
1495 BROKEN_MKTIME.
1496
a2522dca
GM
14972000-04-14 Gerd Moellmann <gerd@gnu.org>
1498
1499 * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes.
1500 (fill_in_lock_file_name): Avoid existing files that aren't
1501 links.
1502
33744b5d
DL
15032000-04-14 Dave Love <fx@gnu.org>
1504
c21c7262 1505 * Makefile.in (LIBS, LIBOBJS): New variable.
33744b5d
DL
1506 (INTERVAL_SRC): Convert to make variable.
1507 (INTERVAL_OBJ, MKTIME_OBJ, FLOAT_SUPPORT, FACE_SUPPORT)
1508 (HAVE_X_WINDOWS, OBJECTS_SYSTEM): Remove.
1509 (obj): Substitute INTERVAL_OBJ, add MKTIME_OBJ, GETLOADAVG_OBJ and
1510 add LIBOBJS.
1511 (SOME_MACHINE_OBJECTS): Remove interval stuff.
1512 (lisp): Substitute FACE_SUPPORT, FLOAT_SUP.
1513 (shortlisp): Add facemenu, float-sup, frame.
1514 (SOME_MACHINE_LISP): Remove them from here.
1515 (LIBES): Change unused LDLIBS to autoconf LIBS.
1516
1517 * config.in: Add BROKEN_MKTIME, NLIST_STRUCT, NLIST_NAME_UNION.
1518
9d3d5916
KH
15192000-04-14 Kenichi Handa <handa@etl.go.jp>
1520
1521 * composite.c (update_compositions): If FROM and TO are not in a
1522 valid range, do nothing.
1523
198e3c7a
GM
15242000-04-13 Gerd Moellmann <gerd@gnu.org>
1525
1526 * tparam.c (tparam1): Abort when encountering an unknown
1527 `%'-specifier.
1528
1529 * s/freebsd.h (TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as
1530 terminfo.o.
1531
1532 * Makefile.in (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
1533 as TERMCAP_OBJ.
1534
055a28c9
EZ
15352000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1536
1537 * fileio.c (a_write): Remove redundant semi-colons.
1538 (e_write): Return -1 if failed to write all the data.
1539 This fixes the changes made at 1999-12-15.
1540
f5c75033
DL
15412000-04-12 Dave Love <fx@gnu.org>
1542
1543 * fns.c (mapcar1): Test for null vals to support mapc.
1544 (Fmapc): New function.
1545
0c3cfc51
EZ
15462000-04-12 Eli Zaretskii <eliz@is.elta.co.il>
1547
1548 * msdos.c (NUM_MOUSE_BUTTONS): Define.
1549 (IT_frame_up_to_date): Support the buffer local value of
1550 cursor-type, if defined.
1551
33465a31
DL
15522000-04-10 Dave Love <fx@gnu.org>
1553
1554 * editfns.c (preceding-char, following-char): Doc fix.
1555
6ed56568
KR
15562000-04-10 Ken Raeburn <raeburn@gnu.org>
1557
1558 * Makefile.in (temacs): Revert 2000-03-12 change.
1559
7cf80d4e
JR
15602000-04-10 Jason Rumney <jasonr@gnu.org>
1561
1562 * xfaces.c (realize_face): Change FRAME_X_P to FRAME_WINDOW_P.
1563
34f3f342
GM
15642000-04-10 Gerd Moellmann <gerd@gnu.org>
1565
1a1b1895
GM
1566 * xdisp.c (setup_echo_area_for_printing): Choose an echo
1567 area buffer, if it's not set up yet.
1568
34f3f342
GM
1569 * indent.c (compute_motion): Set immediate_quit.
1570
be0dbdab
GM
15712000-04-09 Gerd Moellmann <gerd@gnu.org>
1572
c45be9ac
GM
1573 * xfaces.c (tty_suppress_bold_inverse_default_colors_p): New
1574 variable.
1575 (realize_tty_face): Suppress boldness if colors are the inverse of
1576 the default colors, and tty_suppress_bold_inverse_default_colors_p
1577 is set.
1578 (Ftty_suppress_bold_inverse_default_colors): New function.
1579 (syms_of_xfaces): Defsubr it.
1580
be0dbdab
GM
1581 * buffer.c (Frestore_buffer_modified_p): New function.
1582 (syms_of_buffer): Defsubr it.
1583
e8413c3b
KR
15842000-04-08 Ken Raeburn <raeburn@gnu.org>
1585
87f67317
KR
1586 * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
1587 charset id (int) argument, not a charset (Lisp_Object).
1588
e8413c3b
KR
1589 * coding.h (code_convert_string): Declare.
1590 * coding.c (code_convert_string_norecord): Pass an int, not a lisp
1591 object, as the fourth argument to code_convert_string.
1592
1593 * fontset.c (make_fontset_for_ascii_face): Use XINT on return
1594 value.
1595 (Fset_fontset_font): Use EQ to compare lisp objects.
1596
7c752c80
KR
15972000-04-05 Ken Raeburn <raeburn@gnu.org>
1598
c0333abc
KR
1599 * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for
1600 a pointer that looks like a lisp object.
1601 (SET_INTERVAL_OBJECT): Don't explicitly compare the object with
1602 zero, instead see whether it's an integer object, since they can't
1603 have intervals.
1604 (GET_INTERVAL_OBJECT): Simply assign to the destination.
1605
7c752c80
KR
1606 * dispnew.c (allocate_matrices_for_frame_redisplay,
1607 direct_output_forward_char): Use X(U)INT and make_number as needed
1608 to convert between (unsigned) int values and lisp integers.
1609 * keyboard.c (read_key_sequence): Likewise.
1610 * lread.c (substitute_object_recurse): Likewise.
1611 * fns.c (concat, hash_lookup, hash_remove): Likewise.
1612 * minibuf.c (do_completion, Fminibuffer_complete_word,
1613 Fminibuffer_completion_help): Likewise.
1614 * term.c (produce_special_glyphs): Likewise.
1615
1616 * fileio.c (Fwrite_region): Use EQ when comparing lisp objects.
1617 * print.c (print_preprocess, print_object): Likewise.
1618
1619 * search.c (compile_pattern): Use NILP when checking for nil.
1620
74e49b38
KR
1621 * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 &&
1622 __OPTIMIZE__]: Provide a GNU C macro version that handles
1623 lisp-object unions.
1624 (XSET) [!NO_UNION_TYPE]: Set the value field first, then the type
1625 field, to better cope with ENABLE_CHECKING and calls that modify a
1626 Lisp_Object using its old value.
1627
685e5ed2
GM
16282000-04-04 Gerd Moellmann <gerd@gnu.org>
1629
c407c570
GM
1630 * window.c (compare_window_configurations): Signal an error
1631 if parameters C1 or C2 aren't window configurations.
1632
685e5ed2
GM
1633 * bytecode.c (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/
1634 AFTER_POTENTIAL_GC calls around calls to functions that can
1635 signal an error and thus invoke the debugger.
1636
587a49ab
GM
16372000-04-03 Gerd Moellmann <gerd@gnu.org>
1638
62f20204
GM
1639 * fns.c (Fbase64_decode_region, Fbase64_decode_string): Signal
1640 an error if decoding fails.
1641
587a49ab
GM
1642 * keyboard.c (lispy_mouse_names): Variable removed.
1643 (Vlispy_mouse_stem): New variable.
1644 (syms_of_keyboard): Initialize Vlispy_mouse_stem.
1645 (make_lispy_event) <mouse_click, scroll_bar_click>: Don't abort
1646 for any mouse button number. Increase size of mouse_syms and
1647 button_down_location as needed. Call modify_event_symbol with
1648 different arguments.
1649 (make_lispy_event) <scroll_bar_click> [USE_TOOLKIT_SCROLL_BARS]:
1650 Call modify_event_symbol with different arguments.
1651 (make_lispy_event) <w32_scroll_bar_click> [WINDOWSNT]: Don't abort
1652 for any button number. Call modify_event_symbol with different
1653 arguments.
1654 (modify_event_symbol): Rename NAME_ALIST to NAME_ALIST_OR_STEM.
1655 Accept a string for NAME_ALIST_OR_STEM.
1656
1657 * lisp.h (larger_vector): Add prototype.
1658
1659 * fns.c (larger_vector): Make externally visible.
1660
1661 * termhooks.h (NUM_MOUSE_BUTTONS): Removed.
1662
2d1675e4
SM
16632000-04-02 Stefan Monnier <monnier@cs.yale.edu>
1664
1665 * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
1666 (RE_MULTIBYTE_P, RE_STRING_CHAR_AND_LENGTH): New macros.
1667 (GET_CHAR_BEFORE_2): Moved from charset.h plus fixed minor bug when
1668 we are between str1 and str2.
1669 (MAX_MULTIBYTE_LENGTH, CHAR_STRING) [!emacs]: Provide trivial default.
1670 (PATFETCH): Use `TRANSLATE'.
1671 (PATFETCH_RAW): Fetch multibyte char if applicable.
1672 (PATUNFETCH): Remove.
1673 (regex_compile): Rely on PATFETCH to do most of the multibyte magic.
1674 When writing a char, write it directly into the pattern buffer rather
1675 than going needlessly through a temp char-array.
1676 (re_match_2_internal): Similarly, rely on RE_STRING_CHAR to do the
1677 multibyte magic and remove the useless `#ifdef emacs'.
1678 (bcmp_translate): Don't compare as multibyte chars when in a unibyte
1679 buffer.
1680
1681 * regex.h (struct re_pattern_buffer): Make field `multibyte'
1682 conditional on `emacs'.
1683
1684 * charset.h (GET_CHAR_BEFORE_2): Moved to regex.c.
1685
cc2d8c6b
KR
16862000-04-01 Ken Raeburn <raeburn@gnu.org>
1687
1688 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand
1689 non-union-type versions of XMARK and friends here, because XMARK
1690 and friends won't work on an integer field if NO_UNION_TYPE is not
1691 defined.
1692 (make_number): Define as a function if it's not defined as a
1693 macro.
1694
09654086
KR
1695 * composite.c (run_composite_function): Use NILP when checking for
1696 nil.
1697 (syms_of_composite): Delete local var NARGS, pass an int as first
1698 argument to Fmake_hash_table.
1699
2387b382
KR
1700 * editfns.c (text_property_stickiness): Use NILP to test
1701 Lisp_Object boolean value.
1702 (Fmessage_or_box): Don't use NILP to test int variable.
c01fbf95
KR
1703 (Fformat): Use a temporary variable to avoid ENABLE_CHECKING
1704 problems reading from and changing the same lisp value in an
1705 XSETSTRING call.
1706
27660e89
GM
17072000-04-01 Gerd Moellmann <gerd@gnu.org>
1708
1709 * term.c (TN_no_color_video): New variable.
1710 (term_init): Intitialize TN_no_color_video.
1711 (enum no_color_bit): New enumeration.
1712 (MAY_USE_WITH_COLORS_P): New macro.
1713 (turn_on_face): Use it to determine if attributes may be used
1714 combined with colors.
1715
3578db3c
KR
17162000-04-01 Ken Raeburn <raeburn@gnu.org>
1717
1718 * window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
1719 with int lvalues via casts; instead, just yield lisp object
1720 lvalues.
1721 (enlarge_window): Variable sizep now points to Lisp_Object. Use
1722 proper accessor macros.
1723 (shrink_window_lowest_first): w->top is Lisp_Object; use XINT.
1724 (grow_mini_window): Fix typo getting int value of root->height.
1725
6fc556fd
KR
1726 * xdisp.c (compute_string_pos): Fix order of arguments to
1727 string_pos_nchars_ahead.
1728 (handle_fontified_prop, add_to_log): Pass int, not Lisp_Object, as
1729 count arg to variable-arg routines like Frun_hook_with_args and
1730 Fformat.
587a49ab
GM
1731 (back_to_previous_visible_line_start)
1732 (build_desired_tool_bar_string): Pass Lisp_Object, not int, to
6fc556fd
KR
1733 fixed-arg routines like Fget_char_property and Fmake_string.
1734 (reconsider_clip_changes): Use XINT when comparing integer lisp
1735 objects, or passing them as int arguments.
587a49ab
GM
1736 (mark_window_display_accurate, insert_left_trunc_glyphs)
1737 (append_space, extend_face_to_end_of_line): Use make_number when
6fc556fd
KR
1738 storing or passing integer values as lisp objects.
1739 (set_cursor_from_row, highlight_trailing_whitespace): Use
1740 INTEGERP, not implicit test against zero, for glyph object.
1741 (try_window_id): Don't use make_number when we want an int value.
1742
1743 * xfaces.c (xlfd_symbolic_value): Make last argument a
1744 Lisp_Object, to be consistent with callers.
1745 (Fbitmap_spec_p): Use XINT to get numeric value of height.
1746 (lface_hash): Apply XFASTINT to lisp values before folding in.
1747
1748 * xfns.c (Fx_show_tip): Use make_number to get lisp objects to
1749 fill in window width and height. Pass an int, not a lisp object,
1750 as first arg to Finsert.
1751
6e7b2457
GM
17522000-04-01 Gerd Moellmann <gerd@gnu.org>
1753
610d841e
GM
1754 * xfaces.c (realize_basic_faces): Block input while realizing
1755 the faces.
1756
6e7b2457
GM
1757 * keyboard.c (lispy_mouse_names): Add additional mouse names.
1758
1759 * termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15.
1760
aa110c0c
GM
17612000-03-31 Gerd Moellmann <gerd@gnu.org>
1762
1763 * xterm.c (x_produce_glyphs): When displaying unibyte text
610d841e 1764 or ASCII, handle case that per-char metric is null.
aa110c0c 1765
8801a864
KR
17662000-03-30 Ken Raeburn <raeburn@gnu.org>
1767
c6129d7e
KR
1768 * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
1769
8801a864
KR
1770 * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW,
1771 XSUBR, XBUFFER): Verify correct object type before returning
1772 pointer, using eassert.
1773 * frame.h (XFRAME): Likewise.
1774
1775 * buffer.c (Frename_buffer, Fset_buffer_multibyte,
1776 swap_out_buffer_local_variables, Fmove_overlay): Don't apply
1777 XSYMBOL, XBUFFER, etc, to values that may be nil or of the wrong
1778 type.
1779 * data.c (set_internal): Likewise.
1780 * dispextern.h (WINDOW_WANTS_MODELINE_P,
1781 WINDOW_WANTS_HEADER_LINE_P): Likewise.
1782 * fileio.c (auto_save_1): Likewise.
1783 * insdel.c (check_markers): Likewise.
1784 * marker.c (buf_charpos_to_bytepos, unchain_marker): Likewise.
1785 * undo.c (record_insert): Likewise.
1786 * vmsproc.c (child_sig): Likewise.
1787 * window.c (unshow_buffer, window_loop): Likewise.
1788 * xterm.c (x_erase_phys_cursor): Likewise.
1789
8e7af858
GM
17902000-03-30 Gerd Moellmann <gerd@gnu.org>
1791
1792 * xfns.c (free_image_cache): Free the cache structure itself
1793 last, after all its members have been freed.
1794
1795 * lisp.h (xstrdup): Add prototype.
1796
1797 * alloc.c (xstrdup): Moved here from xfaces.c.
1798 (allocating_for_lisp): Variable removed.
1799 (lisp_malloc): Block input around the calls to malloc and
1800 mem_insert.
1801
1802 * xfaces.c (realize_tty_face): Use find_symbol_value instead
1803 of Fsymbol_value.
1804 (xstrdup): Moved to alloc.c.
1805
e0b8c689
KR
18062000-03-29 Ken Raeburn <raeburn@gnu.org>
1807
b96f9fb7
KR
1808 * scroll.c (CHECK_BOUNDS): Renamed from CHECK.
1809
1810 * emacs.c (main): Fix sense of no-loadup test.
1811
e0b8c689
KR
1812 * config.in (ENABLE_CHECKING): Undef.
1813
1814 * lisp.h (struct interval): Replace "parent" field with a union of
1815 interval pointer and Lisp_Object; add new bitfield to use as
1816 discriminant. Change other flag fields to bitfields.
1817 (CHECK): New macro for consistency checking. If ENABLE_CHECKING
1818 is defined and the supplied test fails, print a message and
1819 abort.
1820 (eassert): New macro. Use CHECK to provide an assert-like
1821 facility.
1822
1823 * intervals.h (NULL_INTERVAL_P): Now applies only to real interval
1824 pointers; abort if the value looks like a lisp object.
1825 (NULL_INTERVAL_P, NULL_PARENT, HAS_PARENT, HAS_OBJECT, SET_PARENT,
1826 SET_OBJECT, INTERVAL_PARENT, GET_INTERVAL_OBJECT, COPY_PARENT):
1827 Modify for new interval parent definition.
1828
1829 * alloc.c (mark_interval_tree, MARK_INTERVAL_TREE,
1830 UNMARK_BALANCE_INTERVALS): Update references that need an
1831 addressable lisp object in the interval structure.
1832 (die): New function.
1833 (suppress_checking): New variable.
1834
1835 * intervals.c (interval_start_pos): Just return 0 if there's no
1836 parent object.
1837
f83c5440
GM
18382000-03-29 Gerd Moellmann <gerd@gnu.org>
1839
1840 * lread.c (read1): Accept `.' (period) as symbol start like in CL
1841 and earlier Emacs versions.
1842
1843 * keyboard.c (Ftop_level): Cancel busy-cursor.
1844
1845 * eval.c (call_debugger): Cancel busy-cursor.
1846
fdce64ff
KH
18472000-03-29 Kenichi Handa <handa@etl.go.jp>
1848
1849 * search.c (Freplace_match): Adjust multibyteness of the current
1850 buffer and NEWTEXT. Free allocated memory before signaling an
1851 error.
1852
f6a3f532
SM
18532000-03-28 Stefan Monnier <monnier@cs.yale.edu>
1854
1855 * regex.c (analyse_first): New function obtained by ripping out most
1856 of re_compile_fastmap and generalizing it a little bit so that it
1857 can also just return whether a given (sub)pattern can match the empty
1858 string or not.
1859 (regex_compile): Use `analyse_first' to decide whether the loop-check
1860 needs to be done or not for *, +, *? and +? (the loop check is costly
1861 for non-greedy repetition).
1862 (re_compile_fastmap): Delegate the actual work to `analyse_first'.
1863
e9b309ac
DL
18642000-03-28 Dave Love <fx@gnu.org>
1865
bb15bd9a
DL
1866 * s/gnu-linux.h (GC_SETJMP_WORKS): Define for i386, sparc, m68k,
1867 alpha.
1868
e9b309ac
DL
1869 * alloc.c: Include stdio.h. Test STDC_HEADERS, not __STDC__.
1870
ed0767d8
SM
18712000-03-27 Stefan Monnier <monnier@cs.yale.edu>
1872
1873 * regex.c (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as
1874 an expression.
1875 (enum re_opcode_t): Update description of succeed_n.
1876 (PATFETCH): Always define.
1877 (regex_compile): Use lookahead rather than PATUNFETCH (for repetition
1878 operators, char classes, shy-groups and intervals).
1879 Optimize special cases of intervals so as to only use succeed_n and
1880 jump_n when really needed.
1881 (re_compile_fastmap): Simplify handling of jump_n and succeed_n now
1882 that we don't have to handle the special cases any more.
1883 Simplify on_failure_jump handling as well.
1884
e11e7e46
JR
18852000-03-28 Jason Rumney <jasonr@gnu.org>
1886
1887 * lread.c (Fload): Move safe_p definition to above #ifdef DOS_NT.
1888
88faab89
GM
18892000-03-27 Gerd Moellmann <gerd@gnu.org>
1890
182ff242
GM
1891 * s/freebsd.h (GC_SETJMP_WORKS): Define.
1892
1893 * s/msdos.h (GC_SETJMP_WORKS): Define.
427ec082 1894
182ff242
GM
1895 * alloc.c (mark_maybe_object): New function.
1896 (mark_memory): Use it.
1897 (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): New macros.
1898 (setjmp_tested_p, longjmp_done): New variables.
1899 (test_setjmp): New function.
1900 (mark_stack) [!GC_SETJMP_WORKS]: Call test_setjmp.
1901 (init_alloc): Initialize setjmp_tested_p and longjmp_done.
1902
c1005d06
GM
1903 * xdisp.c (face_before_or_after_it_pos): Pass multibyteness
1904 to DEC_TEXT_POS and INC_TEXT_POS.
1905
1906 * dispnew.c (direct_output_for_insert): Use DEC_TEXT_POS
1907 with parameter MULTIBYTE_P.
1908
427ec082 1909 * dispextern.h (INC_TEXT_POS, DEC_TEXT_POS): Add parameter
c1005d06
GM
1910 MULTIBYTE_P.
1911
7439e5b9 1912 * editfns.c (Fsubst_char_in_region): Don't use INC_POS in unibyte
182ff242
GM
1913 buffers because it looks for multibyte character byte sequences
1914 which don't exist in unibyte text.
7439e5b9 1915
d9c545da
GM
1916 * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes.
1917
11fd416e 1918 * xfaces.c (register_color, unregister_color, unregister_colors)
d9c545da
GM
1919 [DEBUG_X_COLORS]: New functions.
1920 (x_free_colors) [DEBUG_X_COLORS]: Unregister colors.
1921
1922 * xfns.c (x_set_cursor_color): Get color reference counts right.
1923
1924 * xterm.c (x_copy_color): New function.
1925 (x_alloc_nearest_color) [DEBUG_X_COLORS]: Call register_color.
1926
1927 * buffer.h (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.
1928 (PER_BUFFER_VAR_OFFSET): Renamed from BUFFER_LOCAL_VAR_OFFSET.
1929 (PER_BUFFER_VAR_IDX): Renamed from BUFFER_LOCAL_VAR_IDX.
1930 (PER_BUFFER_VALUE_P): Renamed from BUFFER_HAS_LOCAL_VALUE_P.
1931 (SET_PER_BUFFER_VALUE_P): Renamed from SET_BUFFER_HAS_LOCAL_VALUE_P.
1932 (PER_BUFFER_IDX): Renamed from BUFFER_LOCAL_IDX.
1933 (PER_BUFFER_DEFAULT): Renamed from BUFFER_LOCAL_DEFAULT_VALUE.
1934 (PER_BUFFER_VALUE): Renamed from BUFFER_LOCAL_VALUE.
1935 (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL.
1936 (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE.
1937
11fd416e
GM
1938 * category.c, data.c, syntax.c, print.c, lread.c: Use new macro
1939 names for handling per-buffer variables.
d9c545da
GM
1940
1941 * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS
1942 instead of MAX_BUFFER_LOCAL_VARS.
1943 (last_per_buffer_idx): Renamed from max_buffer_local_idx.
1944
1945 * xfaces.c (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P.
1946
88faab89
GM
1947 * xfns.c (x_specified_cursor_type): New function.
1948 (x_set_cursor_type): Use it.
1949
1950 * buffer.h (struct buffer): Add cursor_type.
1951
d80f42b7
SM
19522000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1953
1954 * regex.c (enum re_opcode_t): New opcode on_failure_jump_nastyloop.
427ec082 1955 (print_partial_compiled_pattern, re_compile_fastmap): Handle new
88faab89 1956 opcode.
d80f42b7
SM
1957 (regex_compile): Use on_failure_jump_nastyloop for non-greedy loops.
1958 (re_match_2_internal): Add code for on_failure_jump_nastyloop when
1959 executing it as well as when popping it off the stack to find infinite
1960 loops in non-greedy repetition operators.
1961
89e80928
GM
19622000-03-26 Gerd Moellmann <gerd@gnu.org>
1963
3d4ff2dd
GM
1964 * doc.c (Qfunction_documentation): New variable.
1965 (syms_of_doc): Initialize Qfunction_documentation.
1966 (Fdocumentation): If FUNCTION is a symbol with non-nil
1967 `function-documentation' property, return a documentation derived
1968 from that.
1969
bd96bd79
GM
1970 * buffer.c (syms_of_buffer): Add default-cursor-type.
1971 (init_buffer_once): Don't let cursor_type have a local value
1972 in every buffer.
1973
19d1bc27
GM
1974 * xterm.c (x_display_and_set_cursor): Choose cursor depending
1975 on buffer-local value of cursor_type.
1976 (x_draw_bar_cursor): Add parameter WIDTH.
1977
1978 * buffer.c (reset_buffer): Initialize buffer's cursor_type.
1979 (init_buffer_once): Set default cursor_type value to t.
1980 Mark cursor_type as local everywhere.
1981 (syms_of_buffer): New per-buffer variable cursor-type.
1982
89e80928
GM
1983 * buffer.h (struct buffer): Remove member local_var_flags,
1984 add local_flags.
1985 (MAX_BUFFER_LOCAL_VARS): New macro.
1986 (BUFFER_LOCAL_VAR_OFFSET, BUFFER_LOCAL_VAR_IDX)
1987 (BUFFER_HAS_LOCAL_VALUE_P, SET_BUFFER_HAS_LOCAL_VALUE_P)
1988 (BUFFER_LOCAL_IDX, BUFFER_LOCAL_DEFAULT_VALUE, BUFFER_LOCAL_VALUE)
1989 (BUFFER_LOCAL_SYMBOL, BUFFER_LOCAL_TYPE): New macros.
1990
1991 * print.c (print_object): Use new macros for per-buffer
1992 variables.
1993
1994 * category.c (Fset_category_table): Use new macros for per-buffer
1995 variables.
1996
1997 * buffer.c (buffer_permanent_local_flags): Make a char array.
1998 (max_buffer_local_idx): New variable.
1999 (reset_buffer_local_variables, Fbuffer_local_variables): Rewritten
2000 for new handling of per-buffer variables.
2001 (buffer_slot_type_mismatch): Use new macros for per-buffer vars.
2002 (init_buffer_once): Initialize per-buffer vars differently.
2003 Set max_buffer_local_idx.
2004
2005 * syntax.c (Fset_syntax_table): Use new macros for per-buffer
2006 variables.
2007
2008 * lread.c (defvar_per_buffer): Use new macros for per-buffer
2009 variables.
2010
2011 * data.c (do_symval_forwarding, store_symval_forwarding)
2012 (find_symbol_value, set_internal, default_value, Fset_default)
2013 (Fkill_local_variable, Flocal_variable_p): Use new macros for
2014 per-buffer variables.
2015
2016 * Makefile.in (bootstrap-emacs): Use `mv -f' instead of `mv'.
2017
9a0dd3dc
GM
20182000-03-24 Gerd Moellmann <gerd@gnu.org>
2019
b68c375f
GM
2020 * xterm.c (x_term_init): Unblock input around call1 of
2021 Qvendor_specific_keysyms.
2022
9a0dd3dc
GM
2023 * syntax.c (open_paren_in_column_0_is_defun_start): New variable.
2024 (find_defun_start): Consider an open parenthesis in column 0
2025 a defun start only if open_paren_in_column_0_is_defun_start is set.
2026 (syms_of_syntax): New variable open-paren-in-column-0-is-defun-start.
2027
7973e637
SM
20282000-03-24 Stefan Monnier <monnier@cs.yale.edu>
2029
2030 * eval.c (Fautoload): Add entry in load-history (if after dump).
2031 * lread.c (load-history): Update docstring.
2032
39210e90
GM
20332000-03-24 Gerd Moellmann <gerd@gnu.org>
2034
2035 * indent.c (Fvertical_motion): Always use the current buffer.
2036 Temporarily change the window's buffer, if necessary.
2037
72db3ab5
GM
20382000-03-23 Gerd Moellmann <gerd@gnu.org>
2039
2040 * xterm.c (fast_find_position): Make sure not to consider rows
2041 not visible in the window.
2042
990b2375
SM
20432000-03-22 Stefan Monnier <monnier@cs.yale.edu>
2044
2045 * regex.c (enum syntaxcode): Provide default for non-Emacs.
2046 (re_compile_fastmap, re_match_2_internal): Undo Dave's previous fix.
2047
ff4df011
JR
20482000-03-22 Jason Rumney <jasonr@gnu.org>
2049
2050 * w32menu.c (single_submenu): Set help string to NULL if none.
2051 (w32_menu_show): Set help string correctly.
2052 (add-menu-item): Set help string in MIIM_DATA for menu item.
2053 Load SetMenuItemInfoA explicitly.
2054 (w32_menu_display_help): New function.
427ec082 2055
ff4df011
JR
2056 * w32fns.c (w32_wnd_proc): Handle WM_MENUSELECT message.
2057 (QCdata): Moved to xdisp.c.
2058
2059 * w32term.c (w32_read_socket): Handle WM_MENUSELECT message.
2060 (Vw32_charset_to_codepage_alist): Removed.
2061 (Vw32_charset_info_alist): New variable.
2062 (Qw32_charset_[ansi, default, symbol, shiftjis, hangul, gb2312,
2063 chinesebig5, oem, easteurope, turkish, baltic, russian, arabic,
2064 greek, hebrew, thai, johab, mac, unicode]): New symbols.
2065 (x_produce_glyphs): Remove out of date #ifdef 0'd section. Replace
2066 with TODO comment.
2067 (w32_codepage_for_font): Use Vw32_charset_info_alist.
2068 (syms_of_w32term): Remove Vw32_charset_to_codepage_alist.
2069 Define Vw32_charset_info_alist and w32_charset symbols.
2070
20712000-03-22 Jason Rumney <jasonr@gnu.org>
2072
2073 * makefile.nt (w32bdf.obj): Update dependencies.
2074
2075 * w32bdf.c: Include frame.h and dispextern.h before fontset.h.
2076
2077 * w32fns.c: Include fontset.h after dispextern.h.
2078 (Fx_create_frame): Do not create fontset.
2079 (w32_load_system_font): Doc fix.
2080 (Fx_close_connection): Free full_name if it is not shared.
2081
2082 * w32term.c: Include fontset.h after dispextern.h.
2083 (x_get_glyph_face_and_encoding): New parameter two_byte_p. Callers
2084 updated.
2085 (w32_per_char_metric): If PCM is invalid, delete and return NULL.
2086 (x_get_char_and_face_encoding): Use FACE_FOR_CHAR to get face_id.
2087 (w32_font_is_double_byte): New function, needs body.
2088 (x_append_glyph): Set glyph->glyph_not_available_p.
2089 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
2090 it->charset. If it->multibyte_p is zero and it->c is a multibyte
2091 character, convert it to a unibyte character.
2092 (struct glyph_string): Delete member `charset'.
2093 (W32_TEXTOUT): Temporarily remove charset_dim until another way of
2094 calculating it is found.
2095 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
2096 the case that per char metric is not available correctly.
2097 (x_fill_glyph_string): Handle the case that the specific glyph is
2098 not available correctly.
2099 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
2100 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
2101 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
2102 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
2103 fontset. Don't call FS_LOAD_FONT.
2104
439d5cb4
KR
21052000-03-22 Ken Raeburn <raeburn@gnu.org>
2106
2107 * intervals.h (NULL_INTERVAL): Cast to INTERVAL type.
2108 (INT_LISPLIKE): New macro.
2109 (NULL_INTERVAL_P): Use it.
2110 (INTERVAL_HAS_PARENT, INTERVAL_HAS_OBJECT, SET_INTERVAL_PARENT,
2111 SET_INTERVAL_OBJECT, INTERVAL_PARENT, COPY_INTERVAL_PARENT,
2112 GET_INTERVAL_OBJECT, INTERVAL_PARENT_OR_NULL): New macros.
2113
2114 * alloc.c (make_interval, gc_sweep): Use new macros; eliminate all
2115 explicit references to "parent" field of struct interval and
2116 associated unclean type conversions.
2117 * intervals.c (create_root_interval, root_interval, rotate_right,
2118 rotate_left, balance_possible_root_interval, split_interval_right,
2119 split_interval_left, interval_start_pos, find_interval,
2120 next_interval, previous_interval, update_interval,
2121 adjust_intervals_for_insertion, delete_node, delete_interval,
2122 adjust_intervals_for_deletion, merge_interval_right,
2123 merge_interval_left, reproduce_tree, graft_intervals_into_buffer,
2124 copy_intervals_to_string): Likewise.
2125 * intervals.h (AM_LEFT_CHILD, AM_RIGHT_CHILD, RESET_INTERVAL):
2126 Likewise.
2127 * syntax.c (update_syntax_table): Likewise.
2128
2129 * intervals.c (reproduce_tree_obj): New function, like
2130 reproduce_tree but takes a Lisp_Object for the parent. Declare
2131 with prototype.
2132 (graft_intervals_into_buffer): Use it when appropriate.
2133 (reproduce_tree): Declare with prototype.
2134 (balance_possible_root_interval): Check that the parent is a lisp
2135 object before trying to examine its type.
2136
ee1c5b21
GM
21372000-03-22 Gerd Moellmann <gerd@gnu.org>
2138
2139 * xfaces.c (lface_same_font_attributes_p): Compare font attributes
2140 as strings only if both are known to be strings.
2141
2142 * s/openbsd.h (LIBS_TERMCAP): Undef.
2143
1fb352e0
SM
21442000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2145
2146 * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default
2147 definitions for non-Emacs compilation.
2148 (enum re_opcode_t): Remove (not)wordchar and move (not)syntaxspec
2149 outside of `#ifdef emacs'.
2150 (print_partial_compiled_pattern): Update.
2151 (regex_compile): Use (not)syntaxspec(Sword) instead of (not)wordchar.
2152 (re_compile_fastmap): Merge handling of charset and charset_not (for
2153 emacs and non-emacs compilation as well).
2154 Similarly for (not)categoryspec and (not)syntaxspec.
2155 Don't use the fastmap when reaching `anychar' since the added
2156 complexity is not justified.
2157 (re_match_2_internal): Merge (not)wordchar (emacs and non-emacs)
2158 and (not)syntaxspec. Merge (not)categoryspec.
2159
fdaa1f77
KH
21602000-03-22 Kenichi Handa <handa@etl.go.jp>
2161
ff1a0d8e
KH
2162 * dispextern.h [!HAVE_WINDOW_SYSTEM] (FACE_SUITABLE_FOR_CHAR_P,
2163 FACE_FOR_CHAR): Define them differently for the configuration of
2164 --without-x.
fdaa1f77 2165
d152fb46
DL
21662000-03-21 Dave Love <fx@gnu.org>
2167
2168 * fontset.c (Fset_fontset_font, Ffontset_font): Fix newlines in
2169 doc string.
2170
d2cafc8c
GM
21712000-03-21 Gerd Moellmann <gerd@gnu.org>
2172
2173 * xfaces.c (check_lface_attrs) [GLYPH_DEBUG]: Fix syntax error.
2174 (lface_fully_specified_p): Don't check contents of
2175 LFACE_FONT_INDEX because that attribute is optional.
2176 (realize_x_face): Remove now unwarranted xassert.
2177
9111d4b5
KH
21782000-03-21 Kenichi HANDA <handa@etl.go.jp>
2179
2180 The following changes are to make font selection based on
2181 characters, not charset. In addition, they recover fontset
2182 facilities while utilizing the new font selection mechanism.
2183
6c4bfdc0
KH
2184 * Makefile.in (fontset.o): Depend on dispextern.h.
2185
2186 * alloc.c (mark_face_cache): Don't mark face->registry.
2187
9111d4b5
KH
2188 * dispextern.h (struct glyph): New member glyph_not_available_p.
2189 Use 22 bits for face_id.
2190 (enum lface_attribute_index): Add LFACE_FONT_INDEX.
2191 (struct face): Delete member registry, new member ascii_face.
2192 (FACE_SUITABLE_FOR_CHAR_P): Renamed from
2193 FACE_SUITABLE_FOR_CHARSET_P. Caller changed.
2194 (FACE_FOR_CHAR): Renamed from FACE_FOR_CHARSET. Caller changed.
2195 (struct it): Delete member charset, new member
2196 glyph_not_available_p.
2197
2198 * fontset.h (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
2199 (struct fontset_info, struct fontset_data): Structs removed.
2200 (allloc_fontset_data, free_fontset_data, fs_regiser_fontset,
2201 Vglobale_fontset_alist, font_idx_temp): Externs removed.
2202 (fs_load_font, fs_query_fontset): Adjusted for new argument.
2203 (fs_free_face_fontset, fontset_font_pattern,
2204 face_suitable_for_char_p, face_for_char,
2205 make_fontset_for_ascii_face): Extern them.
2206 (FS_LOAD_FONT): Adjusted for the change of fontset implementation.
2207 (FS_LOAD_FACE_FONT): New macro.
2208
2209 * fontset.c: All codes rewritten or adjusted for the change of
2210 fontset implementation. Now fontset is represented by char table.
2211 (Vglobal_fontset_alist, font_idx_temp, my_strcasetbl): Variables
2212 removed.
2213 (my_strcasecmp): Function removed.
2214 (Vfontset_table, next_fontset_id, Vdefault_fontset): New
2215 variables.
2216 (AREF, ASIZE): New macros.
2217 (FONTSET_FROM_ID, FONTSET_ID, FONTSET_NAME, FONTSET_FRAME,
2218 FONTSET_ASCII, FONTSET_BASE, BASE_FONTSET_P, FONTSET_REF,
2219 FONTSET_REF_VIA_BASE, FONTSET_SET): New macros.
2220 (fontset_ref, fontset_ref_via_base, fontset_set, make_fontset,
2221 fontset_id_valid_p, font_family_registry, fontset_name,
2222 fontset_ascii, free_face_fontset, face_suitable_for_char_p,
2223 face_for_char, make_fontset_for_ascii_face, fontset_font_pattern):
2224 New functions.
2225 (fs_load_font): New arg FACE. Caller changed.
2226 (fs_query_fontset): Argument changed. Caller changed.
2227 (Fquery_fontset): call fs_query_fontset.
2228 (fs_register_fontset, alloc_fontset_data, free_fontset_data):
2229 Functions removed.
2230 (clear_fontset_elements, check_registry_encoding,
2231 check_fontset_name): New functions.
2232 (syms_of_fontset): Set char-table-extra-slots property of fontset
2233 to 3. Staticpro and initialize Vfontset_table and
2234 Vdefault_fontset. Defsubr fontset_font and fontset_list.
2235
2236 * frame.h (struct frame): Member `fontset_data' removed.
2237 (FRAME_FONTSET_DATA): Macro removed.
2238
2239 * frame.c (make_frame): Don't allocate f->fontset_data.
2240 (Fdelete_frame): Don't free f->fontset_data.
2241
6c4bfdc0
KH
2242 * msdos.c (XMenuActivate): Args to lookup_derived_face changed.
2243
9111d4b5
KH
2244 * xdisp.c (charset_at_position): Function removed.
2245 (init_iterator): Don't set member charset of struct `it'.
2246 (handle_face_prop, reseat_to_string, set_iterator_to_next,
2247 next_element_from_display_vector, insert_left_trunc_glyphs):
2248 Likewise.
2249 (face_before_or_after_it_pos): Call FACE_FOR_CHAR, not
2250 FACE_FOR_CHARSET.
2251 (get_next_display_element, append_space,
2252 extend_face_to_end_of_line): Likewise.
2253
2254 * xfaces.c (Qx_charset_registry, Vface_default_registry):
2255 Variables removed.
2256 (clear_font_table, frame_update_line_height, load_face_font):
2257 Adjusted for the change of fontset implementation.
2258 (load_face_fontset_font): Function removed.
2259 (pixel_point_size): New function.
2260 (font_list): Argument type changed. Caller changed.
2261 (LFACE_FONT): New macro.
2262 (check_lface_attrs): Check attr[LFACE_FONT_INDEX].
2263 (set_lface_from_font_name): Type of arg FONTNAME is changed to
2264 Lisp_Object. Determine the font name by actually loading a font
2265 by the specified pattern. Set LFACE_FONT (lface) to the specified
2266 pattern. Even if a font is not found, don't try alternatives.
2267 (Finternal_set_lisp_face_attribute): Handle `font' slot in lface.
2268 (set_font_frame_param): If `font' is specified in lface, use it.
2269 (Finternal_get_lisp_face_attribute): Handle `font' slot in lface.
2270 (lface_same_font_attributes_p): Likewise.
2271 (make_realized_face): Arguent changed. Caller changed. Set
2272 face->ascii_face to face itself.
2273 (free_realized_face): Free face->fontset if face is for ASCII.
2274 (face_suitable_for_iso8859_1_p, face_suitable_for_charset_p,
2275 deduce_unibyte_registry, x_charset_registry): Functions removed.
2276 (free_realized_multibyte_face): New function.
2277 (lookup_face, lookup_named_face, lookup_derived_face): Argument
2278 changed. Caller changed.
2279 (try_font_list): Argument type changed.
2280 (face_fontset): Check `font' slot of ATTRS, not `family' slot.
2281 (choose_face_font): Argument changed. Handle fontset properly.
2282 (choose_face_fontset_font): Function removed.
2283 (realize_default_face, realize_named_face): Don't remove the
2284 former face here.
2285 (realize_face): Argument changed. Caller changed. Remove face
2286 with the arg former_face_id in advance. Load font for the new
2287 face.
2288 (realize_x_face): Argument changed. Caller changed. For a
2289 multibyte character, share fontset with base_face. For a single
2290 byte character, make a new realized fontset. Don't load a font
2291 here.
2292 (realize_tty_face): Argument changed. Caller changed.
2293 (compute_char_face): Call FACE_FOR_CHAR, not FACE_FOR_CHARSET.
2294 (face_at_buffer_position): Don't check multibyte_p for returning
2295 DEFAULT_FACE_ID.
2296 (face_at_string_position): Call FACE_SUITABLE_FOR_CHAR_P, not
2297 FACE_SUITABLE_FOR_CHARSET_P.
2298 (syms_of_xfaces): Remove code for Qx_charset_registry and
2299 Vface_default_registry.
2300
6c4bfdc0
KH
2301 * xterm.c: Include fontset.h after dispextern.h. Undo the changes
2302 related to PER_CHAR_METRIC done by Gerd on 2000-03-03.
9111d4b5
KH
2303 (x_per_char_metric): Don't try FONT->default_char. Even if
2304 pcm->width is zero, glyph bits may exist.
2305 (x_encode_char): Always initialize char2b->byte1.
2306 (x_get_char_face_and_encoding): Call FACE_FOR_CHAR to get face_id.
2307 (x_get_glyph_face_and_encoding): New arg two_byte_p. Caller
2308 changed.
2309 (x_append_glyph): Set glyph->glyph_not_available_p.
2310 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
2311 it->charset. Handle the case that per char metric is not
2312 available. If it->multibyte_p is zero and it->c is a multibyte
2313 character, convert it to a unibyte character.
2314 (struct glyph_string): Delete member `charset'.
2315 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
2316 the case that per char metric is not available correctly.
2317 (x_fill_glyph_string): Handle the case that the specific glyph is
2318 not available correctly.
2319 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
2320 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
2321 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
2322 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
2323 fontset. Don't call FS_LOAD_FONT.
2324
2325 * xfns.c (Fx_create_frame): Don't cal fs_register_fontset.
2326 (x_create_tip_frame): Likewise.
2327 (Fx_close_connection): Free full_name of font_info.
2328
2329 * fns.c (optimize_sub_char_table): New function.
2330 (Foptimize_char_table): New function.
2331 (syms_of_fns): Defsubr Soptimize_char_table.
2332
b33dd3b0
GM
23332000-03-20 Gerd Moellmann <gerd@gnu.org>
2334
2335 * buffer.c (Fset_buffer_modified_p): Set update_mode_lines
2336 only if buffer is displayed in some window.
2337
2338 * xdisp.c (handle_single_display_prop): Initialize local `value'.
2339 (try_window_reusing_current_matrix): Don't call scroll run
2340 function if run's current and desired position are the same;
2341 this prevents cursor flickering.
2342
4e8a9132
SM
23432000-03-19 Stefan Monnier <monnier@cs.yale.edu>
2344
2345 * regex.h (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.
2346
2347 * regex.c (RE_STRING_CHAR): New macro.
2348 (GET_CHAR_AFER_2): Remove.
2349 (RE_TRANSLATE, RE_TRANSLATE_P): New macros moved from regex.h.
2350 (enum re_opcode_t): Remove on_failure_jump_exclusive.
2351 (print_partial_compiled_pattern, re_compile_fastmap)
2352 (re_match_2_internal): Remove on_failure_jump_exclusive.
2353 (regex_compile): Turn optimizable P+ loops into PP*, so that the
2354 optimization only need to work for * (ie. can use of_keep_string_jump).
2355 Remove the special case for .*\n since it is now covered by the general
2356 optimization.
2357 (re_search_2): Don't bother with `room'.
2358 (skip_one_char): New function.
2359 (skip_noops): Simplify since `memory' is not needed any more.
2360 (mutually_exclusive_p): Restructure slightly to use `switch' and
2361 add handling for "all" remaining cases.
2362 (re_match_2_internal): Change on_failure_jump_smart to use
2363 on_failure_keep_string_jump (and redirect the end-of-loop jump)
2364 rather than on_failure_jump_exclusive.
2365
2136fdd4
GM
23662000-03-19 Gerd Moellmann <gerd@gnu.org>
2367
2368 * xfns.c (select_visual): Don't set dpyinfo->n_planes to the
2369 number of bits per RGB because it's everywhere used as the depth
2370 of the visual.
2371
2372 * term.c (calculate_costs): Remove code dealing with X frames.
2373
e53ae11c
RS
23742000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2375
2376 * lread.c (syms_of_lread): Doc fix for load-convert-to-unibyte.
2377
d7b511c4
GM
23782000-03-18 Gerd Moellmann <gerd@gnu.org>
2379
2380 * lread.c (read_integer): Unread the last char not consumed.
2381
16b5d424
GM
23822000-03-17 Gerd Moellmann <gerd@gnu.org>
2383
2384 * xterm.c (x_update_window_cursor): Don't update in frames
d7b511c4 2385 which are in the process of being deleted.
16b5d424 2386
1fa28578
GM
23872000-03-16 Gerd Moellmann <gerd@gnu.org>
2388
83488cce
GM
2389 * Makefile.in (mostlyclean): Add `*.core'.
2390 (clean): Add `bootstrap-emacs'.
2391
1fa28578
GM
2392 * lread.c (read_integer): New function.
2393 (read1): Support read syntax #o, #x, #b, #r.
2394
99633e97
SM
23952000-03-15 Stefan Monnier <monnier@cs.yale.edu>
2396
1fa28578
GM
2397 * regex.c (re_match_2): Fix string shortening (to fit `stop') to
2398 make sure POINTER_TO_OFFSET gives the same value before and after
2399 PREFETCH. Use `dfail' to guarantee "atomic" matching.
99633e97
SM
2400 (PTR_TO_OFFSET): Use POINTER_TO_OFFSET.
2401 (debug): Now only active if > 0 rather than if != 0.
2402 (DEBUG_*): Update for the new meaning of `debug'.
1fa28578
GM
2403 (print_partial_compiled_pattern): Add missing `succeed' case. Use
2404 CHARSET_* macros in the charset(_not) branch. Fix off-by-two bugs
2405 in `succeed_n', `jump_n' and `set_number_at'.
99633e97
SM
2406 (store_op1, store_op2, insert_op1, insert_op2)
2407 (at_begline_loc_p, at_endline_loc_p): Add prototype.
1fa28578
GM
2408 (group_in_compile_stack): Move to after its arg's types are
2409 declared and add a prototype.
99633e97 2410 (PATFETCH): Define in terms of PATFETCH_RAW.
1fa28578
GM
2411 (GET_UNSIGNED_NUMBER): Add the usual `do { ... } while(0)'
2412 wrapper.
99633e97 2413 (QUIT): Redefine as a nop except for NTemacs.
1fa28578
GM
2414 (regex_compile): Handle intervals {,M} as if it was {0,M}. Fix
2415 indentation of the greedy-op and shy-group code.
99633e97
SM
2416 (at_(beg|end)line_loc_p): Fix argument's types.
2417 (re_compile_fastmap): Ifdef out failure_stack_ptr to shut up gcc.
2418 (re_search_2): Use POS_AS_IN_BUFFER. Simplify `room' computation.
2419 (MATCHING_IN_FIRST_STRING): Remove.
1fa28578
GM
2420 (re_match_2): Use POS_AS_IN_BUFFER. Ifdef out failure_stack_ptr
2421 to shut up gcc. Use FIRST_STRING_P and POINTER_TO_OFFSET. Use
2422 QUIT unconditionally.
99633e97 2423
699238d9
GM
24242000-03-15 Gerd Moellmann <gerd@gnu.org>
2425
2426 * minibuf.c (Fminibuffer_complete): Set point to ZV if finding
2427 a sole completion.
2428
2429 * process.c (send_process): Add a hint that the function
2430 can call Lisp code to its comment.
2431
2432 * lread.c (load_dangerous_libraries): New variable.
2433 (Vbytecomp_version_regexp): New variable.
2434 (safe_to_load_p): New function.
2435 (Fload): Handle files not compiled with Emacs specially.
2436 (syms_of_lread): New Lisp variable load-dangerous-libraries.
2437
34e23e5a
GM
24382000-03-14 Gerd Moellmann <gerd@gnu.org>
2439
9c763cca
GM
2440 * lisp.h (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
2441
2442 * xterm.c (xim_close_dpy, xim_initialize): Use X11R6-style XIM
2443 support functions only if HAVE_X11R6_XIM is defined.
2444 (xim_instantiate_callback): Define only if HAVE_X11R6_XIM.
2445
2446 * s/sol2.h (INHIBIT_X11R6_XIM): Define.
2447
2448 * xfns.c (X_I18N_INHIBITED): Don't define.
2449 (create_frame_xic): Remove conditional compilation on
2450 X_I18N_INHIBITED.
2451 (x_kill_gs_process, x_window): Use FRAME_X_VISUAL.
2452
2453 * config.in (HAVE_X_I18N): Moved here from xterm.h.
2454 (HAVE_X11R6_XIM): Define.
2455
2456 * xterm.h (HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.
2457
34e23e5a
GM
2458 * xterm.c (x_term_init): Add support for X resource `synchronous'.
2459 If set, call XSynchronize.
2460
66f0296e
SM
24612000-03-13 Stefan Monnier <monnier@cs.yale.edu>
2462
34e23e5a
GM
2463 * regex.c: Declare a new type `re_char' used throughout the code
2464 for the string char type. It's `const unsigned char' to match the
2465 rest of Emacs. Consistently make sure all pointers to strings use
2466 it and make sure all pointers into the pattern use `unsigned
2467 char'.
66f0296e 2468 (re_match_2_internal): Use `PREFETCH+STRING_CHAR' instead of
34e23e5a
GM
2469 GET_CHAR_AFTER_2. Also merge wordbound and notwordbound to reduce
2470 code duplication.
66f0296e
SM
2471
2472 * charset.h (GET_CHAR_AFTER_2): Remove.
2473 (GET_CHAR_BEFORE_2): Use unsigned chars, like everywhere else.
2474
854a025c
KR
24752000-03-12 Ken Raeburn <raeburn@gnu.org>
2476
2477 * Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary
2478 variable before the invocation of YMF_PASS_LDFLAGS, in case both
2479 of them try to use backquotes.
2480
b9d2c7e2
DL
24812000-03-12 Dave Love <fx@gnu.org>
2482
2483 * unexelf.c: Restore changes of 1999-10-19.
2484 (unexec): Don't adjust bss for sbss type SHT_PROGBITS; otherwise
2485 fix its type and alignment; copy it from current process.
2486
5e5dff44
GM
24872000-03-12 Gerd Moellmann <gerd@gnu.org>
2488
9b2f3c38
GM
2489 * atimer.c (cancel_atimer): Break out of the loop as soon as timer
2490 has been found. Fix bug not computing timer's predecessor.
2491
427ec082 2492 * fileio.c (Fread_file_name): Handle case that DIR contains a
9172b88d
GM
2493 file name.
2494
e1cff360
GM
2495 * window.c (Fsave_window_excursion): Doc fix.
2496
5e5dff44
GM
2497 * xfns.c (x_defined_color): Rewritten to use
2498 x_allocate_nearest_color.
2499
e411ce4b
EZ
25002000-03-12 Eli Zaretskii <eliz@is.elta.co.il>
2501
2502 * msdos.c (vga_installed): New function, code moved from
2503 dos_set_window_size.
2504 (Qbar, Qcursor_type, outside_cursor): New variables.
2505 (syms_of_msdos): Intern and staticpro them.
2506 (dos_ttraw) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Save the cursor
2507 shape used outside Emacs when called for the first time.
2508 (dos_ttcooked) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Restore the
2509 cursor shape used outside Emacs.
2510 (msdos_set_cursor_shape, IT_set_cursor_type): New functions.
2511 (IT_frame_up_to_date): Call IT_set_cursor_type, in case the cursor
2512 type has changed.
2513 (IT_set_frame_parameters): Call IT_set_cursor_type if the frame
2514 parameters specify the cursor. Make qreverse a global
2515 variable (renamed to Qreverse).
2516
80460654
GM
25172000-03-09 Gerd Moellmann <gerd@gnu.org>
2518
2519 * fns.c (Fy_or_n_p): Cancel busy-cursor.
2520
95cd4c40
SM
25212000-03-08 Stefan Monnier <monnier@cs.yale.edu>
2522
2523 This is a big redesign of failure-stack and register handling, prompted
2524 by bugs revealed when trying to add shy-groups. Overall, what happened
2525 is that loops are now structured a little differently, groups can be
2526 shy and the code is a little simpler.
2527
2528 * regex.h: Update the copyright.
2529 (RE_SHY_GROUPS): New value.
2530 (RE_UNMATCHED_RIGHT_PAREN_ORD): Renumber.
2531 (RE_SYNTAX_EMACS): Add RE_SHY_GROUPS.
2532
80460654
GM
2533 * regex.c (enum re_opcode_t): Remove jump_past_alt,
2534 maybe_pop_jump, push_dummy_failure and dumy_failure_jump. Add
2535 on_failure_jump_(exclusive, loop and smart). Also fix the comment
2536 for (start|stop)_memory since they now only take one argument (the
2537 second has becomes unnecessary).
2538 (print_partial_compiled_pattern): Adjust for changes in
2539 re_opcode_t.
2540 (print_compiled_pattern): Use %ld to printf long ints and flush to
2541 make debugging a little easier.
95cd4c40
SM
2542 (union fail_stack_elt): Make the integer unsigned.
2543 (struct fail_stack_type): Add a `frame' element.
2544 (INIT_FAIL_STACK): Init `frame' as well.
2545 (POP_PATTERN_OP): New macro for re_compile_fastmap.
2546 (DEBUG_PUSH, DEBUG_POP): Remove.
2547 (NUM_REG_ITEMS): Remove.
2548 (NUM_NONREG_ITEMS): Adjust.
80460654
GM
2549 (FAILURE_PAT, FAILURE_STR, NEXT_FAILURE_HANDLE)
2550 (TOP_FAILURE_HANDLE): New macros for the cycle detection.
95cd4c40 2551 (ENSURE_FAIL_STACK): New macro for PUSH_FAILURE_(REG|POINT).
80460654
GM
2552 (PUSH_FAILURE_REG, POP_FAILURE_REG, CHECK_INFINITE_LOOP): New
2553 macros.
2554 (PUSH_FAILURE_POINT): Don't push registers any more. The pattern
2555 address pushed is not the destination of the jump but the source
2556 of it instead.
95cd4c40
SM
2557 (NUM_FAILURE_ITEMS): Remove.
2558 (POP_FAILURE_POINT): Adapt to the new stack structure (i.e. pop
80460654
GM
2559 registers before the actual failure point). Don't hardcode any
2560 meaning for str==NULL anymore.
95cd4c40 2561 (union register_info_type, REG_MATCH_NULL_STRING_P, IS_ACTIVE)
80460654
GM
2562 (MATCHED_SOMETHING, EVER_MATCHED_SOMETHING, SET_REGS_MATCHED):
2563 Remove.
95cd4c40
SM
2564 (REG_UNSET_VALUE): Use NULL (why not?).
2565 (compile_range): Remove declaration since it doesn't exist.
2566 (struct compile_stack_elt_t): Remove inner_group_offset.
2567 (old_reg(start|end), reg_info, reg_dummy, reg_info_dummy): Remove.
2568 (regex_grow_registers): Remove dead code.
2569 (FIXUP_ALT_JUMP): New macro.
80460654
GM
2570 (regex_compile): Add shy-groups Change loops to use
2571 on_failure_jump_smart&jump instead of
2572 on_failure_jump&maybe_pop_jump. Change + loops to eliminate the
2573 initial (dummy_failure_)jump. Remove c1_base (looks like unused
2574 variable to me). Use `jump' instead of `jump_past_alt' and don't
2575 bother with push_dummy_failure in alternatives since it is now
2576 unnecessary. Use FIXUP_ALT_JUMP. Eliminate a useless `#ifdef
2577 emacs' for (re)allocating the stack.
2578 (re_compile_fastmap): Remove dead variables i and num_regs. Exit
2579 from loop when bufp->can_be_null rather than jumping to `done'.
2580 Avoid jumping backwards so as to ensure termination. Use
2581 PATTERN_STACK_EMPTY and POP_PATTERN_OP. Improved handling of
2582 backreferences. Remove dead code in handling of `anychar'.
95cd4c40 2583 (skip_noops, mutually_exclusive_p): New functions taken from the
80460654
GM
2584 handling of `maybe_pop_jump' in re_match_2_internal. Slightly
2585 improve mutually_exclusive_p to handle ".+\n".
2586 (lowest_active_reg, highest_active_reg,
2587 NO_(LOWEST|HIGHEST)_ACTIVE_REG) Remove.
2588 (re_match_2_internal): Use %p instead of 0x%x when printf'ing
2589 ptrs. Don't SET_REGS_MATCHED anymore. Remove many dead
2590 variables. Push register (in `start_memory') on the stack rather
2591 than storing it in old_reg(start|end). Remove the cycle detection
2592 from `stop_memory', replaced by the use of on_failure_jump_loop
2593 for greedy loops. Add code for the new on_failure_jump_<foo>.
2594 Remove ad-hoc code in `on_failure_jump' to push more registers in
2595 the case of a loop. Take out code from `maybe_pop_jump' into
2596 separate functions and adapt it to the semantics of
2597 `on_failure_jump_smart'. Remove jump_past_alt, dummy_failure_jump
2598 and push_dummy_failure. Remove dummy_failure handling and
2599 handling of `failures to jump to on_failure_jump' (this last one
2600 was already dead code, it seems).
2601 (group_match_null_string_p, alt_match_null_string_p)
2602 (common_op_match_null_string_p): Remove.
95cd4c40 2603
7397acc4
DL
26042000-03-08 Dave Love <fx@gnu.org>
2605
2606 * config.in: Don't depend on __STDC__ for volatile.
2607 Add POINTER_TYPE, PTR, PROTOTYPES.
2608
2609 * hftctl.c, strftime.c: Use PROTOTYPES.
2610 * eval.c (find_handler_clause): Likewise.
2611
2612 * mem-limits.h: Use POINTER_TYPE.
2613
2614 * lisp.h (P_): Define based on PROTOTYPES, not __STDC__.
2615 (memory_warnings): Declare using POINTER_TYPE.
2616
5e91ff9e
GM
26172000-03-08 Gerd Moellmann <gerd@gnu.org>
2618
feab4fba
GM
2619 * xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor.
2620
25edb08f
GM
2621 * xdisp.c (display_echo_area): Temporarily inhibit garbage
2622 collection.
2623
5e91ff9e
GM
2624 * xfns.c: Remove obsolete code in #if 0.
2625 (Fx_focus_frame): New function.
2626
a735b7e1
KH
26272000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2628
2629 * coding.c (coding_category_name): Add coding-category-utf-8,
2630 coding-category-utf-16-be, coding-category-utf-16-le.
2631 (UTF_8_1_OCTET_P, UTF_8_EXTRA_OCTET_P, UTF_8_2_OCTET_LEADING_P,
2632 UTF_8_3_OCTET_LEADING_P, UTF_8_4_OCTET_LEADING_P,
2633 UTF_8_5_OCTET_LEADING_P, UTF_8_6_OCTET_LEADING_P): New macros.
2634 (detect_coding_utf_8): New function.
2635 (UTF_16_INVALID_P, UTF_16_HIGH_SURROGATE_P
2636 UTF_16_LOW_SURROGATE_P): New macros.
2637 (detect_coding_utf_16): New function
2638 (detect_coding_mask): When priorities are specified, skip any
2639 categories that have `nil' coding-system. Fix bug of returning
2640 wrong mask when PRIORITIES is specified and detect_coding_XXX()
2641 returns a mask not set in PRIORITIES.
2642 (detect_eol_type_in_2_octet_form): New function.
2643 (detect_eol): selects detect_eol_type_XXX to call according to
2644 cooding->category_idx.
2645 (detect_coding_system): Remove `nil' coding-system in the result.
2646 (Fupdate_coding_systems_internal): Update all coding-categories.
2647
2648 * coding.h (CODING_CATEGORY_IDX_UTF_8,
2649 CODING_CATEGORY_IDX_UTF_16_BE, CODING_CATEGORY_IDX_UTF_16_LE): New
2650 macros.
2651 (CODING_CATEGORY_IDX_RAW_TEXT, CODING_CATEGORY_IDX_BINARY,
2652 CODING_CATEGORY_IDX_MAX): Adjusted for the above macros.
2653 CODING_CATEGORY_IDX_UTF_16_LE.
2654 (CODING_CATEGORY_MASK_UTF_8, CODING_CATEGORY_MASK_UTF_16_BE,
2655 CODING_CATEGORY_MASK_UTF_16_LE): New macros.
2656 (CODING_CATEGORY_MASK_ANY): Include the above macros.
2657 (CODING_CATEGORY_MASK_UTF_16_BE_LE): New macro.
2658
9994cc69
GM
26592000-03-07 Gerd Moellmann <gerd@gnu.org>
2660
e9b4e5ff
GM
2661 * doc.c (Fdocumentation_property): If value is not a string,
2662 and doesn't refer to etc/DOC, evaluate it to obtain a string.
2663
f7daf1e1
GM
2664 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to
2665 close the display with XtCloseDisplay. This caused a bus error
2666 on OpenWindows.
2667
9994cc69
GM
2668 * minibuf.c (Fminibuffer_complete): Move point to ZV when input is
2669 complete but not unique.
2670
4336c705
GM
26712000-03-06 Gerd Moellmann <gerd@gnu.org>
2672
18bb0684
GM
2673 * process.c (send_process): Remove local variable `procname' that
2674 might become invalid when a GC happens. Instead, access the
2675 process name slot directly.
2676
4336c705
GM
2677 * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and
2678 orig_height if set.
2679
2680 * frame.c (set_menu_bar_lines_1): Adjust window's orig_top and
2681 orig_height if set.
2682
515d0d0e
EZ
26832000-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2684
2685 * msdos.c (IT_note_mouse_highlight): Return immediately if frame's
2686 glyph matrices have been freed.
2687
100b3cbb
GM
26882000-03-05 Gerd Moellmann <gerd@gnu.org>
2689
50df5e5a 2690 * Makefile.in (tags): Include ../lwlib/TAGS in TAGS.
6178bc23 2691 (bootstrap-temacs): Set LC_ALL to C like for temacs.
50df5e5a
GM
2692
2693 * xfns.c (QCdata): Moved to xdisp.c.
2694
2695 * xdisp.c (QCdata): Moved here from xfns.c.
2696 (syms_of_xdisp): Initialize QCdata.
2697
2698 * frame.h (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define.
2699
2700 * window.c (coordinates_in_window): Use
2701 FRAME_INTERNAL_BORDER_WIDTH_SAFE instead of
2702 FRAME_INTERNAL_BORDER_WIDTH.
2703
100b3cbb 2704 * xdisp.c (try_window_id): Recompute unchanged information if
4336c705 2705 it is obviously invalid.
100b3cbb
GM
2706
2707 * xterm.c (x_term_init): Create a colormap if not using the
2708 default visual.
2709
2710 * xterm.h (select_visual): Change prototype.
2711
2712 * xfns.c (select_visual): Rewritten. Recognize user-specified
2713 visual classes.
2714 (visual_classes): New variable.
2715
64d739c4
GM
27162000-03-04 Gerd Moellmann <gerd@gnu.org>
2717
2718 * xfns.c (x_defined_color, x_set_mouse_color, lookup_rgb_color)
2719 (lookup_pixel_color, x_laplace, x_build_heuristic_mask)
2720 (png_load): Access colormap of frame using FRAME_X_COLORMAP.
2721 (x_decode_color): Don't handle allocation of white and black
2722 specially.
2723 (x_window) [USE_X_TOOLKIT]: Set XtNvisual, XtNdepth, and
2724 XtNcolormap resources.
2725 (x_window) [!USE_X_TOOLKIT]: Pass colormap to XCreateWindow.
2726 (Fx_create_frame): Initialize color members of x_output structure.
2727 (xpm_load): Pass colormap to XPM lib.
2728
2729 * xfaces.c (x_free_colors): Access colormap of frame using
2730 FRAME_X_COLORMAP. Be paranoid about freeing black and white
2731 when default colormap is used.
2732
2733 * xterm.c (x_term_init): Set Colormap member of x_display_info
2734 structure. Copy colormap if resource `privateColormap' is
2735 specified (PseudoColor only).
2736 (x_setup_relief_color): Access colormap of frame using
2737 FRAME_X_COLORMAP.
2738
2739 * xterm.h (struct x_display_info): Add Colormap member `cmap'.
2740 (FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros.
2741
c3cee013
JR
27422000-03-04 Jason Rumney <jasonr@gnu.org>
2743
2744 * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or
2745 other non-platform-specific equivalents.
64d739c4 2746 [WINDOWSNT]: Include w32term.h, fontset.h and define X
c3cee013
JR
2747 specific functions and macros as their w32 equivalents where
2748 non-platform-specifics are not available.
2749 [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM.
2750 (x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions.
2751 (clear_font_table) [WINDOWSNT]: Call w32_unload_font.
2752 (frame_update_line_height): Use macros to access f->output_data.
2753 (defined_color): Remove FIXME comments; fixed.
2754 (x_face_list_fonts, prepare_face_for_display): Put X specifics
2755 into #ifdef blocks. Add WINDOWSNT blocks.
2756 (Fx_list_fonts): Use macros for accessing font data.
2757 (set_lface_from_font_name): Different default fonts for X and
2758 WINDOWSNT.
2759 (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as
2760 scalable for backward compatibility.
64d739c4 2761 (realize_tty_face) [MSDOS]: Do the same for WINDOWSNT.
c3cee013
JR
2762 (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default.
2763
64d739c4 2764 * emacs.c (main) [HAVE_NTGUI]: Call syms_of_xfaces instead of
c3cee013
JR
2765 syms_of_w32faces.
2766
2767 * makefile.nt (w32faces.obj): Remove.
2768 (xfaces.obj): Add.
2769
807cc41c
JR
27702000-03-03 Jason Rumney <jasonr@gnu.org>
2771
2772 * keyboard.c (make_lispy_event): Call buffer_posn_from_coords with
2773 correct parameters.
2774
0007072a
KR
27752000-03-03 Ken Raeburn <raeburn@gnu.org>
2776
2777 * unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
2778 standard ELF definitions here if the system header does not.
2779
71a6ba55
GM
27802000-03-03 Gerd Moellmann <gerd@gnu.org>
2781
2782 * xterm.c (PER_CHAR_METRIC): Removed.
2783 (x_per_char_metric_1, x_default_char): New functions.
2784 (x_per_char_metric): If font's default char is invalid, return
2785 metrics of a suitably chosen usable default char.
2786 (x_draw_glyph_string_foreground): If font has an invalid default
64d739c4
GM
2787 char, replace occurrences of unprintable chars with a suitably
2788 chosen usable default char.
71a6ba55 2789
900fa1f1
GM
27902000-03-02 Gerd Moellmann <gerd@gnu.org>
2791
42f55fe0
GM
2792 * xterm.c (note_mouse_highlight): Return quickly if frame's
2793 glyph matrices have been freed.
2794
2795 * dispnew.c (free_glyphs): Block input while freeing matrices.
2796
900fa1f1
GM
2797 * xfns.c (x_clear_image, x_kill_gs_process): Use x_free_colors.
2798
2799 * xterm.c (x_alloc_lighter_color, x_setup_relief_color): Use
2800 x_free_colors.
2801
2802 * dispextern.h (x_free_colors): Add prototype.
2803
2804 * xfaces.c (x_free_colors): New function.
2805 (unload_color, free_face_colors): Use it.
2806
2f950292
EZ
28072000-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2808
2809 * msdos.h (FRAME_INTERNAL_BORDER_WIDTH): Define to zero.
2810
2811 * window.c [MSDOS]: Include msdos.h.
2812
54d04320
DL
28132000-03-02 Dave Love <fx@gnu.org>
2814
2815 * m/powerpcle.h, m/sparc.h: Don't set C_OPTIMIZE_SWITCH.
2816
2817 * m/mips-siemens.h, m/news-r6.h, m/news-risc.h, m/tekxd88.h: Don't
2818 set C_OPTIMIZE_SWITCH for gcc.
2819
0ba93ac4
KH
28202000-03-02 Kenichi Handa <handa@etl.go.jp>
2821
2822 * coding.c (coding_save_composition): Be sure to allocate
2823 composition data area in coding even if there's no composition in
2824 the current run.
2825
a2bc11d4
JR
28262000-03-01 Jason Rumney <jasonr@gnu.org>
2827
2828 * w32term.c: Equivalent changes to those made to xterm.c on
2829 2000-02-25 and 2000-02-24.
2830
2831 * w32fns.c: Equivalent changes to those made to xfns.c on
2832 2000-02-25 and 2000-02-21.
2833
2834 * sysdep.c: [WINDOWSNT]: Use sys_read and sys_write to ensure
2835 correct line-end convention is followed.
2836
2837 * w32menu.c [HAVE_BOXES]: Remove #undef.
2838 (single_keymap_panes): Remove code for simulating checkmarks.
2839 (single_menu_item): Remove notbuttons_ptr argument. Callers changed.
2840 Remove code for drawing simulated checkmarks.
2841 (w32_menu_show): make unibyte help string correctly.
2842 (add_menu_item): draw standard Windows checkmarks. Draw radio
2843 buttons as radio buttons if possible.
2844
72d19d75
GM
28452000-03-01 Gerd Moellmann <gerd@gnu.org>
2846
2df636f4
GM
2847 * sysdep.c (start_of_text): Don't define this function for NetBSD
2848 with ELF.
2849
427ec082 2850 * m/pmax.h (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]:
2df636f4
GM
2851 Don't define.
2852 (UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o.
2853 (LINKER): Don't undef if __NetBSD__ is defined.
2854
2855 * m/mips.h (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define.
2856
2857 * fileio.c [__NetBSD__]: Define `unix'.
2858
72d19d75
GM
2859 * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay.
2860
ed4d0512
GM
28612000-02-29 Gerd Moellmann <gerd@gnu.org>
2862
50b1039f
GM
2863 * atimer.c (start_atimer): Don't abort when timers are stopped.
2864 (append_atimer_lists): New function.
2865 (cancel_atimer, stop_other_atimers, run_all_atimers): Handle
2866 arbitrary lists of stopped and running atimers.
2867
ed4d0512
GM
2868 * atimer.c (cancel_atimer): Handle canceling an atimer when
2869 some timers are stopped.
2870
2871 * xfns.c (cancel_busy_cursor): Set busy_cursor_atimer to null
2872 after canceling it.
2873
2874 * fns.c (maybe_resize_hash_table): Handle case of new size
2875 coming out as being the same as old size.
2876
387023ee
JR
28772000-02-27 Jason Rumney <jasonr@gnu.org>
2878
2879 * makefile.nt: Add atimer.h to dependencies.
2880 * w32.c (init_environment): Set Vw32_num_mouse_buttons here.
2881 * w32console.c: Only disable window system features for dispextern.h
2882 (initialize_w32_display): Build a display info for the console.
2883 * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17.
2884 * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN,
2885 WM_LBUTTON_UP, WM_RBUTTON_UP]: Do not treat 4 or more button mice
2886 as 2 button mice.
2887 * w32gui.h (struct W32FontStruct): Revert last change after change
2888 to xdisp.c.
2889 * w32menu.c (single_submenu): Set up help string.
2890 [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip.
2891 (w32_dialog_show): Set up help string.
2892 * w32term.c (w32_display_info_for_display): Remove unused function.
2893 (w32_draw_bitmap): Use pre-built bitmaps.
2894 (w32_initialize_display_info): New function to initialize parts of
2895 display info that are common to both GUI and console frames.
2896 (w32_term_init): Use w32_initialize_display_info. Do not set
2897 Vw32_num_mouse_buttons here, as it is not called for console
2898 frames. Build bitmaps for indicating truncated lines etc.
2899 (x_delete_display): Destroy pre-built bitmaps.
2900 * xdisp.c (handle_single_display_prop): Use FONT_HEIGHT macro.
2901 (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM.
2902
4516715a
DL
29032000-02-27 Dave Love <fx@gnu.org>
2904
2905 * lisp.h: Add a bunch of prototypes.
2906
171ca836
KH
29072000-02-26 Kenichi Handa <handa@etl.go.jp>
2908
2909 * keyboard.c (read_char): Set `usec' correctly.
2910
4013921d
KH
29112000-02-25 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2912
2913 * ccl.c (ccl_driver) [CCL_MapMultiple]: When the mapped value is
2914 `lambda', set reg[RRR] to the map index.
2915 (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set
2916 reg[RRR] to 0. Otherwise, set it to -1.
2917
9244a058
GM
29182000-02-25 Gerd Moellmann <gerd@gnu.org>
2919
2df636f4 2920 * emacs.c (main): Remove code snippet commented out with `//'.
9244a058 2921
f43d79c1 29222000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
427ec082 2923
f43d79c1
GM
2924 * fileio.c (Ffile_symlink_p): If result starts with a `/'
2925 and contains a `:', prepend `/:'.
2926
2927 * window.c (select_window_1): If selected_window is nil,
2928 don't "swap out" the buffer's point.
2929 (Fset_window_configuration): Set selected_window to nil
2930 before calling Fselect_window.
2931 (unshow_buffer): Don't set point in buffer from window's point
2932 if another more recently selected window also shows the buffer.
2933
bed0c171
GM
29342000-02-25 Gerd Moellmann <gerd@gnu.org>
2935
449c3c52
GM
2936 * keyboard.c (recursive_edit_1): Cancel busy-cursor.
2937
f5b58615
GM
2938 * xfns.c (inhibit_busy_cursor, busy_count): Removed.
2939 (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed.
2940 (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay): New
2941 variables.
2942 (DEFAULT_BUSY_CURSOR_DELAY): New define.
2943 (start_busy_cursor, cancel_busy_cursor, show_busy_cursor)
2944 (hide_busy_cursor): New functions.
2945 (syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay.
2946
2947 * minibuf.c (read_minibuf): Cancel busy-cursor.
2948
2949 * keyboard.c (command_loop_1): Call start_busy_cursor before
2950 Fcommand_execute and cancel_busy_cursor after it.
2951 (timer_check): Remove busy-cursor code.
2952 (Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy
2953 cursor timer.
2954
2955 * process.c (wait_reading_process_input): Remove busy-cursor code.
2956
2957 * eval.c (Fsignal): Call cancel_busy_cursor instead of
2958 Fx_hide_busy_cursor.
2959
2960 * dispextern.h (Fx_show_busy_cursor, Fx_hide_busy_cursor):
2961 Remove prototyoes.
2962 (start_busy_cursor, cancel_busy_cursor): Add prototypes.
2963
2964 * lisp.h (Fx_hide_busy_cursor): Remove prototype.
2965
2966 * xterm.c (XTread_socket): Remove busy-cursor code.
2967
4eb8436f
GM
2968 * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function.
2969 (build_frame_matrix_from_leaf_window): Put code handling
2970 glyph row's not being a slice of a frame row in #if 0.
2971 (sync_window_with_frame_matrix_rows): New function.
2972 (frame_row_to_window): New function.
2973 (mirror_line_dance): Handle copies between windows.
2974
3cb65b0e
GM
2975 * lread.c (Fload): Use `xfree' instead of `free'.
2976 (init_obarray): Use `xmalloc' instead of `malloc'.
2977
bed0c171
GM
2978 * window.c (Fset_window_buffer): Set WINDOW to the window
2979 after decoding.
2add4349
GM
2980 (coordinates_in_window): Take frame's internal border width
2981 into account.
bed0c171 2982
42088c12
GM
29832000-02-24 Gerd Moellmann <gerd@gnu.org>
2984
2985 * xterm.c (x_display_and_set_cursor): Display cursor of
2986 non-selected windows depending on the setting of
2987 cursor_in_non_selected_windows.
2988
2989 * xdisp.c (cursor_in_non_selected_windows): New variable.
2990 (syms_of_xdisp): DEFVAR_BOOL it.
2991
d1e103b2
GM
29922000-02-23 Gerd Moellmann <gerd@gnu.org>
2993
723e779c
GM
2994 * data.c (Fstring_to_number): If number is greater than what
2995 fits into an integer, return a float.
2996
d1e103b2
GM
2997 * eval.c (specbind): Remove references to
2998 keyword_symbols_constant_flag.
2999
3000 * data.c (keyword_symbols_constant_flag): Removed.
3001 (Fmakunbound, set_internal, syms_of_data): Remove references to
3002 keyword_symbols_constant_flag.
3003
3004 * bytecode.c (Fbyte_code): Remove keyword_symbols_constant_flag.
3005
214f877f
KH
30062000-02-23 Kenichi Handa <handa@etl.go.jp>
3007
3008 * syntax.c (multibyte_syntax_as_symbol): New variable.
3009 (syms_of_syntax): Declare it as a Lisp variable.
3010 (SYNTAX_WITH_MULTIBYTE_CHECK): New macro.
3011 (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are
3012 nonzero, treat all multibyte characters as symbol.
42088c12 3013 (init_syntax_once): Give syntax `word' to all multibyte
214f877f
KH
3014 characters.
3015
130adcb7
EZ
30162000-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3017
3cb65b0e 3018 * frame.c (Fdelete_frame): Don't let echo_area_window remain on
130adcb7
EZ
3019 a deleted frame.
3020
17cbbf95
GM
30212000-02-21 Gerd Moellmann <gerd@gnu.org>
3022
3023 * frame.c (Fmouse_position): GCPRO retval instead of x and y.
3024
3025 * xfns.c (x_window_to_frame, x_any_window_to_frame)
3026 (x_non_menubar_window_to_frame): Check the busy-cursor window.
3027
beb0bc36
DL
30282000-02-21 Dave Love <fx@gnu.org>
3029
3030 * frame.c (Vmouse_position_function): New variable.
3031 (Fmouse_position): Use it.
3032 (syms_of_frame): Install it.
3033
3034 * charset.c (find_charset_in_str): Fix use of `c' instead of `c1'.
3035
1d92afcd
GM
30362000-02-20 Gerd Moellmann <gerd@gnu.org>
3037
3038 * fileio.c (Finsert_file_contents): Unbind the binding of
3039 standard-output done by temp_output_buffer_setup.
329eed9f
GM
3040
3041 * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless
3042 Vmocklisp_arguments is nil. Inline Fcar and Fcdr.
3043 (specbind, unbind_to): Handle most common case of non-constant
3044 symbol with trivial value specially.
3045
3046 * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case.
3047
2d06696f
RS
30482000-02-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3049
3050 * data.c (Fmake_variable_buffer_local): Doc fix.
3051 Init found_for_buffer to 0.
3052 (Fmake_variable_frame_local): If the variable has already
3053 been buffer-local, set the check_frame field.
3054
1d4311c3
EZ
30552000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3056
3057 * msdos.c (IT_write_glyphs): Allocate a larger screen_buf as data
3058 produced for CODING_MODE_LAST_BLOCK requires.
3059
2dc95ddd
DL
30602000-02-18 Dave Love <fx@gnu.org>
3061
3062 * keyboard.c (echo_keystrokes): Remove declaration.
3063 (Vecho_keystrokes) New variable.
3064 (read_char, record_menu_key, read_key_sequence): Use it to allow
3065 use of float value.
3066 (syms_of_keyboard): Change Vecho_keystrokes declaration.
3067
3068 * lread.c: Undef feature selection macros before defining.
3069
f0930f35
GM
30702000-02-18 Gerd Moellmann <gerd@gnu.org>
3071
3072 * data.c (let_shadows_buffer_binding_p): Ignore specbindings
3073 for symbols other than the symbol in question.
3074
e3d4de90
DL
30752000-02-17 Dave Love <fx@gnu.org>
3076
3077 * s/sol2.h (C_DEBUG_SWITCH): Define to allow optimization.
3078
0b378936
GM
30792000-02-17 Gerd Moellmann <gerd@gnu.org>
3080
d621caf7
GM
3081 * emacs.c (main): Use #if GC_MARK_STACK instead of #ifdef.
3082
0b378936
GM
3083 * alloc.c (enum mem_type): Compile unconditionally.
3084
3b451f74
EZ
30852000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
3086
3087 * xfaces.c (tty_defined_color): Don't return faulire indication
3088 for unspecified-fg and unspecified-bg pseudo-colors.
3089
10689a01
GM
30902000-02-17 Gerd Moellmann <gerd@gnu.org>
3091
1216f5e4
GM
3092 * alloc.c (mark_object): Don't mark symbol names in pure space.
3093 (gc_sweep): Don't unmark symbol names in pure space.
3094
3095 * lisp.h (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)
3096 (GC_MARK_STACK_CHECK_GCPROS, GC_USE_GCPROS_CHECK_ZOMBIES)
3097 [GC_MARK_STACK]: New defines.
427ec082 3098 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, UNGCPRO)
1216f5e4
GM
3099 [GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS]: Define as no-ops.
3100
3101 * emacs.c (main) [GC_MARK_STACK]: Initialize stack_base.
3102
3103 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use
3104 allocate_buffer instead of xmalloc.
3105
3106 * alloc.c (toplevel): Include setjmp.h.
3107 (PURE_POINTER_P): New define.
3108 (enum mem_type) [GC_MARK_STACK]: New enumeration.
3109 (Vdead) [GC_MARK_STACK]: New variable.
3110 (lisp_malloc): Add parameter TYPE, call mem_insert if
3111 GC_MARK_STACK is defined.
3112 (allocate_buffer): New function.
427ec082 3113 (lisp_free) [GC_MARK_STACK]: Call mem_delete.
1216f5e4
GM
3114 (free_float) [GC_MARK_STACK]: Set type to Vdead.
3115 (free_cons) [GC_MARK_STACK]: Set car to Vdead.
3116 (stack_base, mem_root, mem_z) [GC_MARK_STACK]: New variables.
3117 (MEM_NIL) [GC_MARK_STACK]: New define.
3118 (struct mem_node) [GC_MARK_STACK]: New structure.
3119 (mem_init, mem_find, mem_insert, mem_delete, mem_insert_fixup)
3120 (mem_delete_fixup, mem_rotate_left, mem_rotate_right)
3121 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
3122 (live_misc_p, live_vector_p, live_buffer_p, mark_memory)
3123 (mark_stack) [GC_MARK_STACK]: New functions.
3124 (Fgarbage_collect) [GC_MARK_STACK]: Call mark_stack.
3125 (clear_marks): Removed.
3126 (gc_sweep): Set free conses' car, free floats' type, free
3127 symbols' function to Vdead. Use lisp_free to free buffers.
3128 (init_alloc_once): Initialize Vdead.
3129 (survives_gc_p): Return non-zero for pure objects.
3130
3131 * alloc.c: Add comments throughout the file.
3132
2503c8b1
GM
3133 * atimer.c (stop_other_atimers): Don't call cancel_atimer because
3134 that unblocks alarms.
3135
8389e1e2
GM
3136 * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c,
3137 emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h,
3138 Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'.
3139
10689a01 3140 * frame.c (make_frame): Set frame initiallly to `garbaged'.
427ec082 3141
bfc17d18
KH
31422000-02-17 Kenichi Handa <handa@etl.go.jp>
3143
4a09dee0
KH
3144 * xdisp.c (decode_mode_spec_coding): Delete superfluous code to
3145 avoid infinite error signaling. Allocate sufficient memory for
3146 eol_str in the case that eoltype is Lisp_Int.
bfc17d18 3147
2b927d02
SM
31482000-02-17 Stefan Monnier <monnier@cs.yale.edu>
3149
3150 * syntax.c (Fforward_comment): Undo the previous change, since cc-mode
3151 depends on the previous behavior.
3152
b49cb764
GM
31532000-02-16 Gerd Moellmann <gerd@gnu.org>
3154
3155 * sysdep.c (vfork) [!HAVE_VFORK]: Removed.
3156
99e95407
GM
31572000-02-15 Gerd Moellmann <gerd@gnu.org>
3158
3159 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN): Define.
3160
3161 * process.c (send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]:
b49cb764 3162 Workaround for FreeBSD bug. Clear output queue after EAGAIN in
99e95407
GM
3163 write(2).
3164
6ffd3cf7
RS
31652000-02-15 Richard M. Stallman <rms@gnu.org>
3166
3167 * data.c (set_internal): Don't make variable buffer-local
3168 if within a let-binding for the same buffer.
3169 (let_shadows_buffer_binding_p): New function.
3170
3171 * eval.c (specbind): For buffer-local value,
3172 record the current buffer also.
3173 (unbind_to): Cope with that change.
3174
cad53475
GM
31752000-02-15 Gerd Moellmann <gerd@gnu.org>
3176
3177 * window.c (Fsave_window_excursion): Doc fix.
3178
1aa963c8
SM
31792000-02-15 Stefan Monnier <monnier@cs.yale.edu>
3180
3181 * syntax.c (back_comment): Make sure we only consider comment-starters
3182 of the relevant style and return -1 in case of a failure to find the
3183 beginning of the comment.
3184 (Fforward_comment): If back_comment fails, go back to the position just
3185 after the comment-end.
3186 (scan_lists): Add comment describing a very minor bug.
3187
b9b84fd3
SM
31882000-02-14 Stefan Monnier <monnier@cs.yale.edu>
3189
3190 * minibuf.c (Ftry_completion, Fall_completions): Add a reference to
3191 `completion-regexp-list' in the docstring.
3192
3a28db80
DL
31932000-02-14 Dave Love <fx@gnu.org>
3194
3195 * xfaces.c (tty_defined_color): Declare color_idx unsigned long.
3196
fb4a568d
SM
31972000-02-14 Stefan Monnier <monnier@cs.yale.edu>
3198
3199 * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
3200 to Emacs' syntax. Also fix the comment about set/not-set meanings
3201 since Emacs syntax is not the value 0 any more.
3202 * search.c (compile_pattern_1): Remove RE_CHAR_CLASSES from the syntax
3203 since it's now part of RE_SYNTAX_EMACS.
3204
1063ebb5
DL
32052000-02-12 Dave Love <fx@gnu.org>
3206
3207 * frame.h (SELECTED_FRAME): Use NULL, not 0 to avoid warnings on
3208 Alpha.
3209
fb07a302
GM
32102000-02-12 Gerd Moellmann <gerd@gnu.org>
3211
3212 * xdisp.c (syms_of_xdisp): Doc fix for scroll-conservatively.
3213
aaf2320c
DL
32142000-02-12 Dave Love <fx@gnu.org>
3215
3216 * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc.
3217
3218 * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h:
fb07a302
GM
3219 * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h, s/bsd4-3.h:
3220 * s/hpux.h: Don't define HAVE_VFORK.
aaf2320c
DL
3221
3222 * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST.
3223
3224 * s/nextstep.h: Don't define HAVE_ALLOCA.
3225
3226 * config.in: Add vfork bits.
3227
eedf8bde
GM
32282000-02-12 Gerd Moellmann <gerd@gnu.org>
3229
3230 * process.c (Fopen_network_stream) [POLL_FOR_INPUT]: Register
3231 unwind function to undo the effect of stopping atimers.
3232
3233 * keyboard.c (bind_polling_period): Stop all timers except
3234 poll_timer.
3235
3236 * atimer.c (stopped_atimers): New variable.
3237 (stop_other_atimers, run_all_atimers, unwind_stop_other_atimers):
3238 New functions.
3239
3240 * atimer.h (stop_other_atimers, run_all_atimers)
3241 (unwind_stop_other_atimers): Add function prototypes.
427ec082 3242
eedf8bde
GM
3243 * s/hpux10.h (HAVE_XRMSETDATABASE): Define if not already defined.
3244
8476c2f8
KR
32452000-02-11 Ken Raeburn <raeburn@gnu.org>
3246
3247 * Makefile.in (LIBX): Link in tiff library before jpeg, since tiff
3248 library may depend on jpeg.
3249 (atimer.o): Depends on atimer.c.
3250
0e85e4a3
KH
32512000-02-11 Kenichi Handa <handa@etl.go.jp>
3252
3253 * insdel.c (del_range_1): Call update_compositions.
3254 (del_range_both): Call update_compositions just once..
3255
97fa0cc8
DL
32562000-02-10 Dave Love <fx@gnu.org>
3257
3258 * xfns.c (create_frame_xic): Fix initialization of automatic
3259 aggregates for pcc.
3260
25566a3c
KH
32612000-02-09 Kenichi Handa <handa@etl.go.jp>
3262
3263 * ccl.c (CCL_MAKE_CHAR): New macro.
3264 (ccl_driver) <CCL_TranslateCharacter>: Check the validity of
3265 registers by CCL_MAKE_CHAR before calling translate_char.
3266 <CCL_TranslateCharacterConstTbl> Likewise.
3267
69da54ba
DL
32682000-02-08 Dave Love <fx@gnu.org>
3269
3270 * lread.c (__EXTENSIONS__): Define.
3271
f7136ee8
GM
32722000-02-08 Gerd Moellmann <gerd@gnu.org>
3273
3274 * puresize.h (BASE_PURESIZE): Increase to 650000.
3275
7768790b
EZ
32762000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
3277
3278 * msdos.c (XMenuActivate): Turn off the cursor after displaying
3279 the help message.
3280
38fd211b
EZ
32812000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
3282
3283 * s/msdos.h (INTERNAL_TERMINAL): Add capabilities se, so, us, ue,
3284 md, mh, mb, mr, and me to the fake termcap entry.
3285
66e4690f
KR
32862000-02-06 Ken Raeburn <raeburn@gnu.org>
3287
3288 * sound.c (sound_cleanup): Don't call device close routine if the
3289 function pointer is null.
3290
a75dfea0
AI
32912000-02-06 Andrew Innes <andrewi@gnu.org>
3292
3293 * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
3294 around image definitions and prototypes.
3295 (gamma_correct) [WINDOWSNT]: New prototype.
3296
3297 * w32term.c (x_make_frame_visible): Replace call to
3298 input_poll_signal with poll_for_input.
3299
3300 * window.c [WINDOWSNT]: Include w32term.h.
3301
3302 * xdisp.c [WINDOWSNT]: Include w32term.h.
3303
3304 * makefile.nt: Add dependencies on w32gui.h.
3305 (OBJ1): Include atimer.obj.
3306 ($(BLD)\atimer.obj): New dependency rule.
3307
3308 * w32.c (sigmask): New function (does nothing).
3309 (sigunblock): Ditto.
3310
3311 * frame.c [WINDOWSNT]: Include w32term.h.
3312
3313 * w32gui.h (struct W32FontStruct): Add ascent and descent slots.
3314
3315 * lread.c (syms_of_lread): Fix literal newlines.
3316
3317 * emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around
3318 the string constant limit (2048 bytes) in MSVC.
3319 (main): Ditto.
3320
59ddecde
GM
33212000-02-05 INOUE Seiichiro <inoue@ainet.or.jp>
3322
3323 * xterm.c (x_display_and_set_cursor) [HAVE_X_I18N]: Set pre-edit
3324 area.
3325 (x_display_cursor) [HAVE_X_I18N]: Don't set it here.
3326 (XTread_socket) [HAVE_X_I18N]: <KeyPress, KeyRelease>: Don't
3327 dispatch the event.
3328
07590973
DL
33292000-02-04 Dave Love <fx@gnu.org>
3330
3331 * fileio.c: Remove some unused vars.
3332 (_GNU_SOURCE): Define (for euidaccess).
3333
3334 * lread.c (_XOPEN_SOURCE): Declare (for ftello).
3335
3336 * minibuf.c (read_minibuf_noninteractive): Remove undeclared
3337 gcpro1, gcpro2.
3338 (read_minibuf): Deal with allow_props correctly.
3339
649351f9
EZ
33402000-02-03 Eli Zaretskii <eliz@is.elta.co.il>
3341
3342 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Enlarge to 60000.
3343
66e4690f 33442000-02-03 Ken Raeburn <raeburn@gnu.org>
f1b9c7c1
KR
3345
3346 * search.c (compile_pattern): If a cache entry has a nil regexp,
3347 fill in that entry instead of clobbering a previously cached
3348 string regexp.
3349
66e4690f 33502000-02-02 Ken Raeburn <raeburn@gnu.org>
15c9cf81
KR
3351
3352 * puresize.h (BASE_PURESIZE): Increase to 610000.
3353
d240a249
GM
33542000-02-02 Gerd Moellmann <gerd@gnu.org>
3355
3356 * frame.c (Fframe_parameters): Add GCPRO because tty_color_name
3357 can GC.
3358
ca91fb26
KH
33592000-02-02 Kenichi Handa <handa@etl.go.jp>
3360
25660570
KH
3361 * ccl.c (ccl_driver) <CCL_WriteExprRegister>: Set jump_address
3362 instead of incrementing ic directly.
3363 <CCL_WriteExprConst> Likewise.
3364 <ccl_set_expr>: Set ic to jump_address.
3365
ca91fb26
KH
3366 * fileio.c (e_write): Fix the handling of
3367 CODING_FINISH_INSUFFICIENT_SRC.
3368
2ede9689
DL
33692000-02-01 Dave Love <fx@gnu.org>
3370
3371 * editfns.c (Fpropertize): Doc fix.
3372
3373 * process.c (Fstart_process): Doc fix.
3374
3375 * eval.c: Fix various doc strings not to duplicate information
3376 from help-manyarg-func-alist.
3377
3378 * window.c (Fset_window_margins): Don't make interactive. Doc
3379 fix.
3380
3381 * doc.c (Vhelp_manyarg_func_alist): New variable.
3382 (Fdocumentation): Use it.
3383 (syms_of_doc): Define it.
3384
b6680a0e
GM
33852000-01-31 Gerd Moellmann <gerd@gnu.org>
3386
2cb750ba
GM
3387 * xterm.c (xim_open_dpy): Remove unused local variable.
3388
74e9213b
GM
3389 * emacs.c (USAGE): Use term `display options' instead of `X
3390 options'.
3391
3392 * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: New function.
3393 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
3394
b6680a0e
GM
3395 * fns.c (sweep_weak_table): New function.
3396 (sweep_weak_hash_tables): Use it. Keep on marking until there
3397 is no more change.
3398
994c5afe
GM
33992000-01-30 Gerd Moellmann <gerd@gnu.org>
3400
3401 * xterm.c (x_delete_display): Update next_noop_dpyinfo to ensure
3402 that XTread_socket does not crash by trying to call XNoOp on a
3403 closed display.
427ec082 3404
f00276e3
JR
34052000-01-30 Jason Rumney <jasonr@gnu.org>
3406
3407 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
3408 Change selected_frame to SELECTED_FRAME ().
3409 (w32_console_mouse_position): Remove #ifndef MULE from around
3410 `insist' parameter.
3411
3412 * makefile.nt: Remove dosfns.obj.
3413
3414 * term.c (term_init) [WINDOWSNT]: Initialize TN_max_colors.
3415
3416 * w32fns.c (w32_defined_color): Check for valid frame before
3417 applying gamma correction. Eliminate dependency on frame elsewhere.
3418 (w32_load_system_font): Switch FIXED_PITCH and VARIABLE_PITCH.
3419 (w32_to_x_font): Use resx and resy not height_in and width_in.
3420 (x_to_w32_font): Doc fix.
3421 (xlfd_strip_height): New function to strip and return font height.
3422 (w32_font_match): Compare height separately from rest of xlfd
3423 spec, using xlfd_strip_height.
3424
3425 * w32term.c (w32_term_init): Swap resx and height_in, resy and
3426 width_in. Use w32_defined_color in place of defined_color.
3427
3428 * w32faces.c: Merge more of DOS and X specifics in preparation for
3429 merge with xfaces.c.
3430 (defined_color): Remove FIXME comment.
3431 (tty_color_name): Provide w32-specific function.
3432 (realize_tty_face): Handle FACE_TTY_DEFAULT*_COLOR specially.
3433
3434 * w32console.c (turn_on_face, turn_off_face): Removed.
3435 (w32_face_attributes): New function.
3436 (Global_variables): Reduce scope where possible.
3437 (clear_frame, ins_del_lines, scroll_line): Use char_attr_normal as
3438 fill attribute.
3439 (hl_mode): Don't modify text attributes.
3440 (write_glyphs): Don't do anything if len <= 0. Use
3441 w32_face_attributes to get attributes for drawing. Write
3442 terminating codes using char_attr_normal.
3443 (reset_terminal_modes, set_terminal_modes): Turn off highlight.
3444 (update_begin, update_end): Likewise.
3445 (vga_stdcolor_name): New function.
3446 (initialize_w32_display): Remove char_attr_reverse and char_attr.
3447 (Fset_screen_color): Remove char_attr_reverse.
3448
b08e8bb2
GM
34492000-01-29 Gerd Moellmann <gerd@gnu.org>
3450
3451 * xfns.c (xic_set_preeditarea): Take window parameter and
3452 window-relative pixel-positions.
3453
3454 * xterm.c (x_display_cursor): Set XIC pre-edit area only if window
3455 is its frame's selected window.
3456 (xim_instantiate_callback): Likewise.
3457
3458 * xfns.c (x_create_im): Removed.
3459 (DEFAULT_STYLE, DEFAULT_FONT): Removed.
3460 (supported_xim_styles): Renamed from supported_styles.
3461 (best_xim_style): Renamed from best_style.
3462 (create_frame_xic): Renamed from xic_create_frame.
3463 (free_frame_xic): Renamed from xic_destroy_frame.
427ec082 3464
b08e8bb2
GM
34652000-01-29 INOUE Seiichiro <inoue@ainet.or.jp>
3466
3467 * xterm.c (XTread_socket) [HAVE_X_I18N]: If event is for none of
3468 our frames, call XFilterEvent with 2nd parameter `None'.
3469 (XTread_socket) <KeyPress> [HAVE_X_I18N]: Handle XmbLookupString
3470 returning XBufferOverflow.
3471 (XTread_socket) <ConfigureNotify> [HAVE_X_I18N]: Set XIC status
3472 area.
3473 (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area.
3474 (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset.
3475 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
3476 (xim_initialize, xim_close)
3477 [HAVE_X_I18N && HAVE_X11R6]: New functions.
3478 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
3479 (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
3480 (x_delete_display) [HAVE_X_I18N]: Call xim_close.
3481
3482 * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
3483 and `xim_styles'.
3484 (struct x_output) [HAVE_X_I18N]: Remove member `xim', add
3485 `xic_style' and `xic_xfs'.
3486 (FRAME_MENUBAR_HEIGHT, FRAME_X_XIM, FRAME_X_XIM_STYLES)
3487 (FRAME_XIC_STYLE, FRAME_XIC_FONTSET): New macros.
3488 (FRAME_XIM): Removed.
3489
3490 * xfns.c (supported_styles): New variable.
3491 (DEFAULT_STYLE, DEFAULT_FONT): New macros
3492 (xic_create_xfontset, best_style, xic_create_frame)
3493 (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea)
3494 (xic_set_xfontset): New functions.
3495
142e109c
DL
34962000-01-28 Dave Love <fx@gnu.org>
3497
3498 * s/irix6-5.h: Revert last change after change to irix5-0.h.
3499
3500 * m/iris4d.h (C_SWITCH_MACHINE): Don't use -G0.
3501
b02786f9
GM
35022000-01-28 Gerd Moellmann <gerd@gnu.org>
3503
d060bc9f
GM
3504 * buffer.c (Fother_buffer): Don't call Fset_buffer_major_mode
3505 for *scratch* if it already existed.
3506
b02786f9
GM
3507 * emacs.c (USAGE): New macro.
3508 (main): Use it to display usage information.
3509
2c52d7e4
EZ
35102000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3511
3512 Support for the menu-help feature:
3513
3514 * msdos.h: Change prototypes of XMenuAddSelection and
3515 XMenuActivate.
3516
3517 * msdos.c (IT_clear_end_of_line): Print the extent of the cleared
3518 part of the line to the termscript file.
3519 (IT_clear_to_end): Clear the entire line, not just its beginning.
3520 (menu_help_message, prev_menu_help_message): New variables.
3521 (IT_menu_make_room): Make room for the help_text member.
3522 (IT_menu_display): New argument disp_help; all callers changed.
3523 If disp_help is non-zero, store the help text of the active menu
3524 item in menu_help_message.
3525 (XMenuAddPane): Initialize the help_text member to NULL.
3526 (XMenuAddSelection): New argument help_text. Store it in the
3527 XMenu structure.
3528 (XMenuActivate): New argument help_callback. If the value of
3529 menu_help_message has changed since the last time, display the
3530 menu help message text while waiting for the mouse to move. Clear
3531 the echo area before exiting.
3532 (XMenuDestroy): Free the help_text member.
3533
ffe0bcd1
GM
35342000-01-27 Gerd Moellmann <gerd@gnu.org>
3535
3536 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT]: Pass help to
3537 XMenuAddSelection. Pass help callback to XMenuActivate.
3538 (menu_help_callback) [!USE_X_TOOLKIT]: New function.
3539
50dbd23f
EZ
35402000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3541
3542 * atimer.c (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS
3543 and EMACS_SET_USECS.
3544
f5941bf8
GM
35452000-01-26 Dave Love <fx@gnu.org>
3546
6c67ddee
DL
3547 * editfns.c (Fchar_after, Fchar_before): Doc fix.
3548
f5941bf8
GM
3549 * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
3550 an error may be signalled.
3551
9e49c990
GM
35522000-01-26 Gerd Moellmann <gerd@gnu.org>
3553
fc3cb460
GM
3554 * s/irix6-5.h [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef
3555 LD_SWITCH_SYSTEM inherited from irix5-0.h.
3556
9e49c990
GM
3557 * bytecode.c (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
3558
d0c037d8
GM
35592000-01-25 Gerd Moellmann <gerd@gnu.org>
3560
3561 * charset.c (Fstring): If there is a multibyte char among
3562 the args, always return a multibyte string.
3563
e12489f9
GM
35642000-01-25 Gerd Moellmann <gerd@gnu.org>
3565
3566 * sysdep.c (sys_select): Turn atimers off and on instead of
3567 recording and restoring old alarm handler
3568
3569 * process.c (toplevel): Include atimer.h.
3570 (create_process_1): Rewritten.
3571 (create_process): Use atimers instead of alarm.
3572 (wait_reading_process_input) [hpux]: Turn atimers off instead
3573 of turning off SIGALRM.
3574 (wait_reading_process_input): Turn off atimers instead off
3575 calling stop_polling.
3576
3577 * emacs.c (main): Call init_atimer.
3578
3579 * keyboard.c (toplevel): Include systime.h and atimer.h.
3580 (polling_for_input): Removed because unused.
3581 (input_poll_signal) [POLL_FOR_INPUT]: Removed.
3582 (poll_timer): New variable.
3583 (poll_for_input, poll_for_input_1): New functions.
3584 (start_polling, stop_polling): Rewritten.
3585
3586 * keyboard.h (polling_for_input): Removed.
427ec082 3587
e12489f9
GM
3588 * atimer.h, atimer.c: New files.
3589
3590 * Makefile.in (obj): Add atimer.o.
3591 (atimer.o): New target.
3592
3593 * blockinput.h (pending_atimers): Add extern declaration.
3594 (UNBLOCK_INPUT): Rewritten. Handle pending atimers.
3595
3596 * lisp.h (popup_activated_flag): Add extern declaration.
3597
3598 * xmenu.c (popup_activated_flag): Make externally visible.
3599 (popup_activate_callback) [USE_MOTIF]: Increment
3600 popup_activated_flag.
3601 (popup_deactivate_callback) [USE_MOTIF]: Decrement it.
3602
3603 * xterm.c (toplevel): Include atimer.h.
3604 (toolkit_scroll_bar_interaction): New variable.
3605 (Fxt_process_timeouts): Removed.
3606 (x_process_timeouts): New function.
3607 (xt_action_hook): Clear toolkit_scroll_bar_interaction.
3608 (x_send_scroll_bar_event): Set toolkit_scroll_bar_interaction.
3609 (x_make_frame_visible): Call poll_for_input_1 instead of
3610 input_poll_signal. Don't call alarm.
3611 (x_initialize): Install timer calling x_process_timeouts.
427ec082 3612
1e5279b9
DL
36132000-01-24 Dave Love <fx@gnu.org>
3614
6c67ddee 3615 * s/irix5-0.h: Don't set LD_SWITCH_SYSTEM -- we use unexelf now.
1e5279b9
DL
3616 Don't use -cckr -- apparently not now necessary.
3617
edf6aeb8
EZ
36182000-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3619
3620 * msdos.c (IT_menu_display): Truncate long menu lines at the right
3621 screen boundary.
3622
9badad41
JR
36232000-01-23 Jason Rumney <jasonr@gnu.org>
3624
3625 * w32fns.c (w32_defined_color): Apply gamma correction before
3626 trying to map to the palette.
3627 (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame
3628 to w32_clear_rect.
3629
3630 * w32term.c (w32_fill_rect): Do not try to deal with NULL hdc
3631 here. Callers changed to always pass real device context.
3632 (w32_draw_bitmap): Likewise.
3633 (w32_get_glyph_overhangs): Likewise.
3634 (w32_draw_box_rect): Make use of s->hdc rather than getting a new
3635 one.
3636 (w32_set_vertical_scroll_bar): Pass correct HWND parameters to
3637 pfnSetScrollInfo and SetScrollRange.
3638 (x_get_char_face_and_encoding): Don't turn iso8859-1 characters
3639 back into MULE characters after decoding them.
3640 (x_get_glyph_face_and_encoding): Likewise.
3641 (w32_per_char_metric): Use GetCharExtentPoint32W as fallback when
3642 GetCharABCWidthsW fails, since this is defined on Windows 9x.
3643 (x_produce_glyphs): Calculate per char metrics for a character
3644 that we know exists in default font when font_not_found_p is true.
3645
63bd786b
JR
36462000-01-22 Jason Rumney <jasonr@gnu.org>
3647
3648 * makefile.nt (intervals.obj, composite.obj): New modules.
3649 (composite.h): Added as dependency where appropriate.
3650
3651 * w32gui.h (XGCValue): New struct for emulating X GCs.
3652
3653 * w32term.h (XCharStruct): New struct for emulating X.
3654
3655 * w32console.c (turn_on_face, turn_off_face): New functions.
3656 (change_line_highlight): New prototype for new redisplay.
3657 (write_glyphs): Support multibyte text. Support faces.
3658
3659 * w32faces.c: Complete rewrite for new redisplay based on new
3660 xfaces.c.
3661
3662 * w32fns.c: Use SELECTED_FRAME macro in place of selected_frame
3663 throughout. struct frame * in place of FRAME_PTR.
3664 Skeleton support for images, toolbars, tooltips from xfns.c.
3665 (Fx_create_frame): Use system default for default scroll bar
3666 width.
3667 (w32_get_arg): Renamed from x_get_arg.
3668 (Fx_file_dialog): New function.
3669 (w32_list_fonts): Check cache before asking system.
3670 (Vw32_enable_synthesized_fonts): New variable.
3671 (Vw32_enable_italics): Obsolete, removed.
3672
3673 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
3674 Use SELECTED_FRAME macro.
3675
3676 * w32menu.c: Add skeleton support for help strings on menus.
3677 (add_menu_item): Native checkbox and radio support added, but not
3678 yet enabled due to bugs.
3679 (push_menu_item): Add parameters type, selection and help.
3680 Callers updated.
3681 Formatting changes to reduce unnecessary diffs with xmenu.c.
3682
3683 * w32select.c (Fw32_set_clipboard_data): Update call to
3684 find_charset_in_str.
3685
3686 * w32term.c: Complete rewrite for new redisplay based on new
3687 xterm.c with necessary sections merged back in from old w32term.c.
3688
6ffd3cf7 36892000-01-21 Richard M. Stallman <rms@gnu.org>
b50c9214
RS
3690
3691 * data.c (set_internal): Further fix in same criterion.
3692
6ffd3cf7 36932000-01-20 Richard M. Stallman <rms@gnu.org>
8cc95642
RS
3694
3695 * data.c (set_internal): Fix the criteria for whether
3696 to swap out the old cached binding.
3697
60af03f1
DL
36982000-01-19 Dave Love <fx@gnu.org>
3699
3700 * lread.c: (syms_of_lread) [user-init-file]: Doc change.
3701
f9be074f
KH
37022000-01-18 Kenichi Handa <handa@etl.go.jp>
3703
3704 * regex.c (re_compile_fastmap): While checking a range table for
3705 `charset', skip flag bits for a character class correctly.
3706
52b8dbf9
GM
37072000-01-17 Gerd Moellmann <gerd@gnu.org>
3708
d36100c9
GM
3709 * m/news-risc.h (LD_SWITCH_MACHINE): Define differently for GCC.
3710
52b8dbf9
GM
3711 * xfns.c (x_window): Call lw_create_widget with new parameter
3712 list.
3713
3714 * widget.c (EmacsFrameSetCharSize): Change size of children first
3715 because of problems with main window geometry management under
3716 Lesstif.
3717
3718 * xmenu.c (enum menu_item_idx): New enumeration replacing defines
3719 MENU_ITEMS_ITEM_.*.
3720 (MENU_ITEMS_ITEM_HELP): New enumerator.
3721 (push_menu_item): Add parameter HELP. Record help in menu_items.
3722 (single_menu_item, single_submenu, list_of_items): Call
3723 push_menu_item with new parameter.
3724 (single_submenu): Set help string in widget value.
3725 (menu_highlight_callback): New function.
3726 (set_frame_menubar): Call lw_create_widget with new
3727 parameter list.
3728 (xmenu_show, xdialog_show): Ditto.
3729
3139018f
GM
37302000-01-13 Gerd Moellmann <gerd@gnu.org>
3731
3732 * sound.c (Fplay_sound): Improve doc string.
3733
83c8f461
RS
37342000-01-11 Richard M. Stallman <rms@gnu.org>
3735
3736 * lisp.h (set_internal): Enter the new arg.
3737
3738 * eval.c (specbind): Record buffer-local variables specially,
3739 indicating which buffer's binding was saved.
3740 (unbind_to): Restore buffer-local variables specially
3741 in the proper buffer.
3742
3743 * data.c (set_internal): New arg BUF.
427ec082 3744
83c8f461
RS
3745 * eval.c (specbind, unbind_to): Pass new arg to set_internal.
3746 * data.c (Fset): Pass new arg to set_internal.
3747 * bytecode.c (Fbyte_code): Pass new arg to set_internal.
427ec082 3748
1fab1775
GM
37492000-01-11 Gerd Moellmann <gerd@gnu.org>
3750
3751 * .gdbinit: Adapt to new strings. Add xbacktrace, xreload,
3752 xprintsym.
3753
83c8f461 37542000-01-11 Richard M. Stallman <rms@gnu.org>
6f59462e
RS
3755
3756 * minibuf.c (Ftry_completion): Doc fix.
3757
7a85e4df
GM
37582000-01-11 Gerd Moellmann <gerd@gnu.org>
3759
3760 * keyboard.c (Fclear_this_command_keys): Clear recent_keys
3761 vector, too.
3762
a970dae4
AS
37632000-01-11 Andreas Schwab <schwab@suse.de>
3764
3765 * coding.c (code_convert_region): Initialize total_skip.
3766
c65d14ee
DL
37672000-01-08 Dave Love <fx@gnu.org>
3768
3769 * eval.c (Fuser_variable_p): Check customizability too.
3770
834938d2
GM
37712000-01-07 Gerd Moellmann <gerd@gnu.org>
3772
3773 * minibuf.c (Fcompleting_read): Doc fix.
3774
e0303cd6
GM
37752000-01-05 Gerd Moellmann <gerd@gnu.org>
3776
8a26744b
GM
3777 * s/freebsd.h (C_SWITCH_SYSTEM): Add -I /usr/local/include and
3778 -L /usr/local/lib.
3779
e0303cd6
GM
3780 * xfns.c (x_create_im): New function to set IM and IC of a frame.
3781 Check that input style is supported before trying to create an
3782 IC for it.
3783 (x_window): Call x_create_im.
427ec082 3784
2e471eb5
GM
37852000-01-04 Gerd Moellmann <gerd@gnu.org>
3786
560a7bd2
GM
3787 * xfns.c (current_gif_memory_src): New variable.
3788 (gif_load): Record the address of the current memory source
3789 in current_gif_memory_src.
3790 (gif_read_from_memory): Use current_gif_memory_src.
3791
f9ee84a3
GM
3792 * systime.h (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
3793 macros statement form.
3794
d1299cde
GM
3795 * sound.c (struct sound): Renamed from struct sound_file.
3796 (struct sound): Add members `data' and `header_size'.
3797 (enum sound_attr): Add SOUND_DATA.
3798 (current_sound, current_sound_device): Variables renamed from
3799 sound_file and sound_device.
3800 (parse_sound): Parse :data.
3801 (parse_sound): Handle sound data in strings.
3802 (find_sound_type): Function renamed from find_sound_file_type.
427ec082 3803 (wav_init, au_init): Fail if sound's header_size is smaller than
d1299cde
GM
3804 needed header size.
3805 (wav_play, au_play): Play sounds from string data.
3806
2e471eb5
GM
3807 * puresize.h (BASE_PURE_SIZE): Increase to 600000.
3808
3809 * lisp.h: Add prototype for allocate_string_data.
3810
3811 * alloc.c (Fgarbage_collect): Return number of live and free
3812 strings.
3813
3814 * alloc.c (mark_buffer): Remove code in #if 0.
3815 (gc_sweep): Ditto.
3816 (UNMARK_BALANCE_INTERVALS): Give the macro statement form.
3817 (strings_consed): New variable.
3818 (allocate_string): Set it.
3819 (syms_of_alloc): Add DEFVAR_INT for strings_consed.
3820 (Fmemory_use_counts): Return strings_consed. Use Flist.
3821
3822 * alloc.c: General cleanup in comments etc. Remove conditional
3823 compilation for `standalone'.
3824
3825 * lisp.h (struct Lisp_String): Make DATA member `unsigned char *'.
3826
3827 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P):
3828 (GC_STRING_BYTES, GC_STRING_CHARS): New macros.
3829 (DONT_COPY_FLAG): Removed.
3830 (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros.
3831 (struct sdata, struct sblock): New
3832 (struct string_block): Rewritten.
3833 (STRINGS_IN_STRING_BLOCK): New macro.
3834 (oldest_sblock, current_sblock, total_strings, total_free_strings)
3835 (large_sblocks, string_blocks, string_free_list): New variables.
3836 (NEXT_FREE_LISP_STRING, SDATA_OF_STRING, SDATA_SIZE): New macros.
3837 (init_strings): Rewritten.
3838 (allocate_string, allocate_string_data, compact_small_strings)
3839 (free_large_strings, sweep_strings): New functions.
3840 (STRING_BLOCK_SIZE, STRING_BLOCK_OUTSIZE)
3841 (struct string_block_head, current_string_block)
3842 (first_string_block, large_string_blocks, STRING_FULLSIZE)
3843 (STRING_PAD): Removed.
3844 (make_uninit_multibyte_string, make_pure_string): Rewritten.
3845 (Fgarbage_collect): Don't set mark bit in large strings.
3846 (mark_object): Mark strings differently. Mark symbol names
3847 differently.
3848 (survives_gc_p): Test marked strings differently.
427ec082 3849 (gc_sweep): Sweep strings differently, unmark strings in
2e471eb5
GM
3850 symbol names.
3851 (compact_strings): Removed.
3852
42608ba8
EZ
38532000-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3854
3855 * xfaces.c (syms_of_xfaces): defsubr Scolor_gray_p and
3856 Scolor_supported_p even if HAVE_X_WINDOWS is not defined.
3857
e0a09e1a
KH
38582000-01-04 Kenichi Handa <handa@etl.go.jp>
3859
dd9f0750 3860 * fileio.c (Finsert_file_contents): Signal error if visiting file
427ec082 3861 in a non-empty buffer.
dd9f0750 3862
3c0f3b15 3863 * term.c (encode_terminal_code): Fix the previous change.
e0a09e1a 3864
44cd3ae5
GM
38652000-01-03 Gerd Moellmann <gerd@gnu.org>
3866
3867 * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to
3868 Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.
3869
3870 * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU.
3871
c182a70f
EZ
38722000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3873
3874 * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
3875 need to test for MSDOS frames.
3876
24480d5b
EZ
38772000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3878
3879 * dosfns.c (unspecified_colors): Remove.
3880 (msdos_stdcolor_idx): Use global variables unspecified_fg and
3881 unspecified_bg.
3882 (msdos_stdcolor_name): Return strings for unspecified fore- and
3883 back-ground colors.
3884
3885 * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove.
aaf2320c 3886 (syms_of_xfaces): Remove their staticpro's.
24480d5b
EZ
3887 (tty_color_name): Return Lisp strings for unspecified fore- and
3888 back-ground colors.
3889 (Finternal_set_lisp_face_attribute): Remove the special treatment
3890 for Qunspecified_{f,b}g.
3891 (realize_default_face): Replace Qunspecified_{f,b}g with a Lisp
3892 string.
3893
047f434a
GM
38942000-01-03 Gerd Moellmann <gerd@gnu.org>
3895
3896 * xdisp.c (reseat_at_next_visible_line_start): Position before
3897 newline only if ending up on a newline.
3898 (next_element_from_ellipsis): Return success. Handle case of
3899 displaying no ellipsis. Fix case of ellipsis defined in display
3900 table.
3901 (next_element_from_buffer): Return 0 if next_element_from_ellipsis
3902 returns 0.
3903
d684c676
EZ
39042000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3905
3906 * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p.
3907 (Fcolor_supported_p): Renamed from face-color-supported-p.
3908
5fe1d139
EZ
39092000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3910
3911 * xfaces.c (tty_defined_color): Pass frame to tty-color-desc. The
3912 list of colors renamed to tty-defined-color-alist.
3913 (tty_color_name): Pass the frame to tty-color-by-index.
3914 (realize_tty_face): tty-color-alist is now a function which
3915 accepts the frame as argument.
3916
3917 * term.c (Ftty_display_color_p): Accept an optional argument
3918 FRAME.
3919
816be8b8
EZ
39202000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3921
3922 * term.c (insert_glyphs): Pass glyph, not &glyph, to
3923 encode_terminal_code.
3924
b635321e
EZ
39252000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3926
3927 * dispnew.c (mode_line_string): Support termcap frames as well.
3928
9b784e96
GM
39292000-01-01 Gerd Moellmann <gerd@gnu.org>
3930
27189709
GM
3931 * syntax.c (Fforward_word): Undo previous change.
3932
3933 * editfns.c (Fconstrain_to_field): Don't constrain if
3934 inhibit-field-text-motion is non-nil.
3935 (Fline_beginning_position): Undo previous change.
3936 (Fline_end_position): Ditto.
3937
3938 * syntax.c (Fforward_word): Notice field boundaries only if
3939 inhibit-field-text-motion is nil.
3940
3941 * lisp.h: Add extern declaration for Vinhibit_field_text_motion.
3942
3943 * editfns.c (Vinhibit_field_text_motion): New variable.
3944 (inhibit-field-text-motion): New DEFVAR_LISP.
3945 (Fline_beginning_position, Fline_end_position): Notice field
3946 boundaries only if inhibit-field-text-motion is nil.
3947
45158a91
GM
3948 * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE.
3949 All calls adjusted.
3950 (x_build_heuristic_mask): Likewise.
3951 (xbm_load_image_from_file): Change error output.
3952 (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load)
3953 (gif_load, gs_load, x_kill_gs_process): Ditto.
3954
9b784e96
GM
3955 * xfns.c (gif_load): Avoid sign extension and thus out of bounds
3956 color indices when accessing raster pixels.
63cec32f
GM
3957 (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only
3958 one of :file or :data.
3959 (enum pbm_keyword_index): Add PBM_DATA.
3960 (pbm_format): Add :data.
3961 (pbm_image_p): Allow either :file or :data.
3962 (pbm_read_file): New function.
3963 (pbm_scan_number): Rewritten to read from string.
3964 (pbm_load): Support :data.
9b784e96 3965
5ad6a5fb
GM
39661999-12-31 Gerd Moellmann <gerd@gnu.org>
3967
3968 * xfns.c: New image functions adapted to Emacs conventions.
3969 (png_load, tiff_load, jpeg_load, gif_load): Always GCPRO local
3970 variable `file'.
3971
63448a4d
WP
39721999-12-31 William M. Perry <wmperry@aventail.com>
3973
3974 * xfns.c (jpeg_format): Added the :data keyword
3975 (jpeg_image_p): JPEG is valid with :file _or_ :data
3976 (jpeg_memory_src): Defined new JPEG image source to read from a
3977 memory buffer.
3978 (jpeg_load): Pay attention to the :data keyword if specified.
3979 Instantiates a jpeg_memory_src instead of jpeg_stdio_src if
3980 found.
3981 (png_format): Added the :data keyword
3982 (png_image_p): PNG is valid with :file _or_ :data
3983 (png_read_from_memory): New PNG read function to read from a
3984 memory buffer.
3985 (png_load): Pay attention to the :data keyword if specified. Uses
3986 png_set_read_fn() instead of png_init_io() if specified.
3987 (tiff_format): Added the :data keyword for TIFF images.
3988 (tiff_image_p): TIFF is valid with :file _or_ :data
3989 (tiff_read_from_memory): Defined new TIFF I/O functions to read
3990 from a memory buffer.
3991 (tiff_load): Pay attention to the :data keyword if specified.
3992 Uses TIFFClientOpen() instead of TIFFOpen() if specified.
3993 (gif_format): Added the :data keyword
3994 (gif_image_p): GIF is valid with :file _or_ :data
3995 (gif_read_from_memory): New GIF input function to read from a
3996 memory buffer.
c65d14ee 3997 (gif_load): Pay attention to the :data keyword. Uses DGifOpen()
63448a4d
WP
3998 instead of DGifOpenFileName() if specified.
3999
c880678e
GM
40001999-12-31 Gerd Moellmann <gerd@gnu.org>
4001
4002 * xdisp.c (next_element_from_buffer): Change assertion at the end
4003 because it doesn't hold when there's an overlay string at the end
4004 from which we deliver an image.
4005
8ccb9a54
EZ
40061999-12-30 Eli Zaretskii <eliz@is.elta.co.il>
4007
4008 * msdos.c (IT_update_begin): Don't dereference members of struct
4009 window for deleted windows.
4010
12ce2351
GM
40111999-12-30 Gerd Moellmann <gerd@gnu.org>
4012
a915c648
GM
4013 * abbrev.c (Fexpand_abbrev): If expanding an abbrev which has only
4014 a hook, and the hook has a non-nil `no-self-insert' property, let
4015 the return value of the hook specify whether an expansion took
4016 place. If it returns nil, no expansion has been performed.
4017
12ce2351
GM
4018 * xterm.c (x_make_frame_visible): Wait for frame becoming visible
4019 differently.
4020
04ee4f45
EZ
40211999-12-30 Eli Zaretskii <eliz@is.elta.co.il>
4022
4023 * msdos.c (IT_write_glyphs): Track last changes to struct glyph.
4024
7f4bc0c3
EZ
40251999-12-29 Eli Zaretskii <eliz@is.elta.co.il>
4026
4027 * dispnew.c (mode_line_string): Support MS-DOS frames.
4028
dac204bc
GM
40291999-12-29 Gerd Moellmann <gerd@gnu.org>
4030
4031 * eval.c (syms_of_eval): Initialize debugger_may_continue.
4032
7b712ad8
KH
40331999-12-29 Kenichi Handa <handa@etl.go.jp>
4034
4035 * process.c (read_process_output): Fix the args CHARPOS and LENINS
4036 to signal_after_change.
4037
adb9900f
EZ
40381999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
4039
41ad069b
EZ
4040 * msdos.c (dos_set_window_size) [__DJGPP__ > 1]: If the frame
4041 dimensions changed, invalidate the mouse highlight info.
4042 (disable_mouse_highlight, help_echo, previous_help_echo): New
4043 variables.
4044 (IT_set_mouse_pointer, show_mouse_face, clear_mouse_face)
4045 (fast_find_position, IT_note_mode_line_highlight)
4046 (IT_note_mouse_highlight): New functions.
4047 (IT_update_begin): If the redisplay affects the window where the
4048 mouse highlight is, clear the highlight. If the frame where the
4049 highlight was displayed was killed, invalidate the highlight
4050 info.
4051 (IT_update_end): Reset the highlight flag. Reset the mouse
4052 highlight-defer flag.
4053 (IT_frame_up_to_date): New function, if mouse highlight was
4054 deferred due to GC, do it now.
4055 (internal_terminal_init): Initialize mouse-highlight related
4056 members of the_only_x_display. Assign IT_frame_up_to_date to
4057 frame_up_to_date_hook.
4058 (dos_rawgetc): If the mouse moved, update mouse highlight. If
4059 help_echo changed value, generate a HELP_EVENT event.
4060 (syms_of_msdos): Staticpro help_echo and previous_help_echo.
4061
adb9900f
EZ
4062 * msdos.h (struct display_info): New.
4063 (struct x_output): Add the display_info member.
4064 (FRAME_X_DISPLAY_INFO): New macro.
4065
481b5054
GM
40661999-12-28 Gerd Moellmann <gerd@gnu.org>
4067
4068 * xdisp.c (try_window_id): Compute BEG_UNCHANGED and END_UNCHANGED
4069 if MODIFF > 1.
6448a6b3 4070 (dump_glyph_row): Adapt to changes in struct glyph.
481b5054
GM
4071
4072 * buffer.c (modify_overlay): Always compute unchanged info.
4073
a2882b0d
KH
40741999-12-27 Kenichi Handa <handa@etl.go.jp>
4075
4076 * dispextern.h (FACE_FROM_ID): Cast the arg ID to `unsigned'.
4077
89ba5b5f
KH
40781999-12-27 Kenichi Handa <handa@etl.go.jp>
4079
4080 The following changes are to use more bits for face IDs.
4081
4082 * lisp.h (GLYPH): Defined as `int', not `unsigned int'. Now the
4083 lowest 8 bits are single byte character code, the bits above are
4084 face ID.
481b5054 4085 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjusted for the change
89ba5b5f 4086 above.
481b5054
GM
4087 (FAST_MAKE_GLYPH, FSST_GLYPH_FACE): Likewise.
4088 (GLYPH_MASK_REV_DIR, GLYPH_MASK_PADDING): Macros deleted.
89ba5b5f
KH
4089
4090 * charset.h (CHAR_BYTES): Use ((1 << CHARACTERBITS) - 1) instead
4091 of GLYPH_MASK_CHAR.
4092
4093 * charset.c (char_bytes): Use ((1 << CHARACTERBITS) - 1) instead
4094 of GLYPH_MASK_CHAR.
4095
4096 * dispextern.h (struct glyph): Make face_id and padding_p the top
4097 level members. Change members in union `u'.
4098 (GLYPH_EQUAL_P): Check also members face_id and padding_p.
4099 (GLYPH_CHAR_AND_FACE_EQUAL_P): New macro.
4100 (SET_CHAR_GLYPH): Adjusted for the change of struct glyph.
4101 (CHAR_GLYPH_PADDING_P): Likewise.
4102 (GLYPH_FROM_CHAR_GLYPH): Likewise. Always return -1 for multibyte
4103 characters.
4104
481b5054 4105 * dispnew.c (line_hash_code, direct_output_for_insert): Adjusted
89ba5b5f
KH
4106 for the change of struct glyph.
4107 (line_draw_cost): Adjusted for the change of
4108 GLYPH_FROM_CHAR_GLYPH.
4109 (count_match): Use macro GLYPH_CHAR_AND_FACE_EQUAL_P.
4110
4111 * term.c (encode_terminal_code): Adjusted for the change of struct
4112 glyph and GLYPH_FROM_CHAR_GLYPH.
481b5054 4113 (write_glyphs, insert_glyphs, append_glyph): Adjusted for the
89ba5b5f
KH
4114 change of struct glyph.
4115
4116 * xdisp.c: All codes adjusted for the change of struct glyph.
4117
4118 * xterm.c: All codes adjusted for the change of struct glyph.
4119
5bcd116c
KH
41201999-12-27 Kenichi Handa <handa@etl.go.jp>
4121
4122 * composite.h (struct composition): Change the order of declaring
4123 members to reduce the byte size of the structure.
4124
f21b06b7
GM
41251999-12-25 Gerd Moellmann <gerd@gnu.org>
4126
4127 * search.c (looking_at_1): Reset immediate_quit before modifying
4128 global data.
4129
e36557c9
KH
41301999-12-24 Kenichi Handa <handa@etl.go.jp>
4131
4132 * process.c (read_process_output): Fix the arg FROM to
4133 update_compositions.
4134
83c8f461 41351999-12-22 Richard M. Stallman <rms@gnu.org>
f7c9e039
RS
4136
4137 * search.c (Freplace_match): For nonliteral replacement in buffer,
4138 construct all the new text first, then insert all at once.
4139
0b863bd9
DL
41401999-12-22 Dave Love <fx@gnu.org>
4141
4142 * xfns.c (Fx_show_tip): Gcpro `timeout' too.
4143
6d8e8ef3
GM
41441999-12-22 Gerd Moellmann <gerd@gnu.org>
4145
28d7281d
GM
4146 * xfns.c (Fx_create_frame): Move x_default_parameter calls that
4147 lead to size changes to after the X window has been created.
4148
e22ef6eb 4149 * xfaces.c (realize_x_face): Don't use uninitialized local
6d8e8ef3
GM
4150 variable in xassert.
4151
8affcced
KH
41521999-12-22 Kenichi Handa <handa@etl.go.jp>
4153
4154 * xfaces.c (face_color_supported_p): Check by tty_defined_color
6d8e8ef3 4155 only when the frame is not for a window system.
8affcced 4156
f2be1146
GM
41571999-12-22 Gerd Moellmann <gerd@gnu.org>
4158
deca1348
GM
4159 * buffer.c (Fset_buffer_multibyte): Arrange for a thorough
4160 redisplay after changing the multibyteness of a buffer.
4161
f2be1146
GM
4162 * xterm.c (XTread_socket): At the beginning of the loop, pass the
4163 frame's X window to XFilterEvent instead of None because that's
4164 the X window for which the IC was created. This makes dead
4165 accents work when the pointer is not in Emacs' frame.
4166 (XTread_socket) <KeyPress>: Don't call XFilterEvent here.
4167
a744a2ec
DL
41681999-12-20 Dave Love <fx@gnu.org>
4169
4170 * xfns.c (Fx_show_tip): Add missing UNGCPRO.
4171
9e6985ed
GM
41721999-12-19 Gerd Moellmann <gerd@gnu.org>
4173
4174 * eval.c (debugger_may_continue): New variable.
4175 (syms_of_eval): Add a DEFVAR_BOOL for it.
4176 (call_debugger): Bind it.
4177
3b620731
EZ
41781999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
4179
4180 * msdos.c (IT_set_face): Don't swap face colors when highlight or
4181 fp->tty_reverse_p is set, unless the computed colors are identical
4182 to frame colors. Print both original and computed colors to
4183 termscript file.
4184 (IT_write_glyphs): Track the changes in handling of composite
4185 characters.
4186 (IT_set_frame_parameters): Don't set frame colors from
4187 unspecified-fg and unspecified-bg pseudo-colors.
4188
0f9a51c4
DL
41891999-12-17 Dave Love <fx@gnu.org>
4190
4191 * data.c (Fkeywordp): New function.
4192 (syms_of_data): Install it.
4193
363e4e42
EZ
41941999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4195
4196 * xfaces.c (tty_defined_color): Fix last change.
4197
cfad01b4
GM
41981999-12-15 Gerd Moellmann <gerd@gnu.org>
4199
4200 * xdisp.c (redisplay_window) <optional new window start>: Check
4201 that window start is in [BEGV..ZV].
4202
f9d2fdc4
EZ
42031999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4204
4205 * dispextern.h (FACE_TTY_DEFAULT_FG_COLOR)
4206 (FACE_TTY_DEFAULT_BG_COLOR): New macros.
4207
4208 * xfaces.c (Qunspecified_fg, Qunspecified_bg): New variables.
4209 (syms_of_xfaces): Initialize and staticpro them.
4210 (tty_defined_color): If the color name is unspecified-fg or
4211 unspecified-bg, return FACE_TTY_DEFAULT_FG_COLOR and
4212 FACE_TTY_DEFAULT_BG_COLOR, respectively, as the pixel value.
4213 (tty_color_name): If the color pixel value is either
4214 FACE_TTY_DEFAULT_FG_COLOR or FACE_TTY_DEFAULT_BG_COLOR, return
4215 Qunspecified_fg or Qunspecified_bg, respectively.
4216 (Finternal_set_lisp_face_attribute): Allow values Qunspecified_fg
4217 and Qunspecified_bg for foreground and background colors.
4218 (realize_default_face): If the foreground and background colors
4219 are not specified, default to Qunspecified_fg and Qunspecified_bg.
4220 (realize_tty_face): By default, set the face colors to
4221 FACE_TTY_DEFAULT_FG_COLOR and FACE_TTY_DEFAULT_BG_COLOR.
4222 [MSDOS]: Handle FACE_TTY_DEFAULT_FG_COLOR and
4223 FACE_TTY_DEFAULT_BG_COLOR when face colors are not defined.
4224 Reverse the colors if the default colors were reversed.
4225
4226 * dispnew.c (init_display): Initialize the frame pixels of the
4227 initial frame to FACE_TTY_DEFAULT_FG_COLOR and
4228 FACE_TTY_DEFAULT_BG_COLOR.
4229
4230 * term.c (turn_on_face): If the default fore- and background
4231 colors are reversed, enter inverse video mode. Don't send color
4232 escape sequences for unspecified foreground and background colors.
4233 (turn_off_face): Handle unspecified-fg and unspecified-bg colors.
4234
4235 * dosfns.c (unspecified_colors): New variable.
4236 (msdos_stdcolor_idx): Handle unspecified-fg and unspecified-bg
4237 color names, return FACE_TTY_DEFAULT_FG_COLOR and
4238 FACE_TTY_DEFAULT_BG_COLOR, respectively.
4239 (msdos_stdcolor_name): Handle FACE_TTY_DEFAULT_FG_COLOR and
4240 FACE_TTY_DEFAULT_BG_COLOR, return Qunspecified_fg and
4241 Qunspecified_bg, respectively.
4242
4243 * msdos.c (IT_set_face): Support FACE_TTY_DEFAULT_FG_COLOR and
4244 FACE_TTY_DEFAULT_BG_COLOR as pixel values.
4245
e19539f1
KH
42461999-12-15 Kenichi Handa <handa@etl.go.jp>
4247
4248 * coding.c (code_convert_region): Fix the secoding arg to
4249 update_compositions.
4250
5ec14d3c
KH
42511999-12-15 Kenichi Handa <handa@etl.go.jp>
4252
4253 The following changes are for the new composition mechanism. We
4254 have deleted `composition' charset and composite characters,
4255 instead introduced a special text property `composition'.
4256
4257 * Makefile.in (INTERVAL_SRC): Include composite.h.
4258 (INTERVAL_OBJ): Include composite.o.
4259 (SOME_MACHINE_OBJECTS): Include composite.o.
4260 (casefiddle.o) (dispnew.o) (indent.o) (process.o) (search.o)
4261 (syntax.o) (window.o) (xdisp.o) (xfaces.o) (xterm.o) (print.o):
4262 Depend on composite.h.
4263 (doc.o): Depend on charset.h.
4264 (keyboard.o) (textprop.o) (intervals.o): Depend on INTERVAL_SRC.
4265 (composite.o): New target.
427ec082 4266
5ec14d3c
KH
4267 * alloc.c (Fmake_string): Adjusted for the change of CHAR_STRING.
4268
4269 * callproc.c (Fcall_process): Call code_convert_string to encode
4270 arguments. Use CODING_REQUIRE_DECODING to check if the process
4271 output should be decoded.
4272
4273 * casefiddle.c: Include composite.h.
4274 (casify_object): Use MAX_MULTIBYTE_LENGTH to allocate memory for a
4275 multibyte character. Adjusted for the change of CHAR_STRING.
4276 (casify_region): Likewise. Call update_compositions.
4277
4278 * category.h (CATEGORY_SET): Delete codes for a composite
4279 character.
4280
4281 * category.c (word_boundary_p): Delete codes for a composite
4282 character.
4283 (Fmake_category_table): New function.
4284 (syms_of_category): Defsubr it.
4285
4286 * ccl.c (CCL_WRITE_CHAR): Adjusted for the change of CHAR_STRING.
4287 (ccl_driver): Delete codes for a composite character.
4288
4289 * charset.h: In this entry, just `Modified' means that codes for a
4290 composite character is deleted.
4291 (LEADING_CODE_COMPOSITION) (CHARSET_COMPOSITION)
4292 (charset_composition) (MIN_CHAR_COMPOSITION)
4293 (MAX_CHAR_COMPOSITION) (GENERIC_COMPOSITION_CHAR)
4294 (COMPOSITE_CHAR_P) (MAKE_COMPOSITE_CHAR) (COMPOSITE_CHAR_ID)
4295 (PARSE_COMPOSITE_SEQ) (PARSE_CHARACTER_SEQ): Deleted.
4296 (MAX_CHAR) (CHARSET_VALID_P) (CHARSET_DEFINED_P) (CHARSET_AT)
4297 (FIRST_CHARSET_AT) (SAME_CHARSET_P) (MAKE_NON_ASCII_CHAR)
4298 (PARSE_MULTIBYTE_SEQ) (SPLIT_NON_ASCII_CHAR) (CHAR_PRINTABLE_P):
4299 Modified.
4300 (SPLIT_STRING): Call split_string, not split_non_ascii_string.
4301 (CHAR_STRING): Delete WORKBUF argument. Call char_string, not
4302 non_ascii_char_to_string.
4303 (STRING_CHAR): Call string_to_char, not string_to_non_ascii_char.
4304 (STRING_CHAR_AND_LENGTH): Likewise.
4305 (FETCH_CHAR_ADVANCE): New macro.
4306 (MAX_COMPONENT_COUNT) (struct cmpchar_info): Deleted.
4307 (MAX_MULTIBYTE_LENGTH): New macro.
4308 (MAX_LENGTH_OF_MULTI_BYTE_FORM): Deleted.
4309 (find_charset_in_str): Argument adjusted.
4310 (CHAR_LEN): Modified.
427ec082 4311
5ec14d3c
KH
4312 * charset.c: In this entry, just `Modified' means that codes for a
4313 composite character is deleted.
4314 (Qcomposition) (leading_code_composition)
4315 (charset_composition) (min_composite_char) (cmpchar_table)
4316 (cmpchar_table_size) (n_cmpchars): Deleted.
4317 (SPLIT_COMPOSITE_SEQ): Deleted.
4318 (SPLIT_MULTIBYTE_SEQ): Modified.
4319 (char_to_string): Renamed from non_ascii_char_to_string.
4320 Modified.
4321 (string_to_char): Renamed from string_to_non_ascii_char.
4322 (split_string): Renamed from split_non_ascii_string.
4323 (char_printable_p) (Fsplit_char)
4324 (Ffind_charset_region) (Ffind_charset_string) (char_valid_p)
4325 (char_bytes) (Fchar_width) (strwidth): Modified.
4326 (find_charset_in_str): Argument CMPCHARP deleted. Modified.
4327 (Fstring): Adjusted for the change of CHAR_STRING. Modified.
4328 (hash_string) (CMPCHAR_HASH_TABLE_SIZE) (cmpchar_hash_table)
4329 (CMPCHAR_HASH_SIZE) (CMPCHAR_HASH_USED) (CMPCHAR_HASH_CMPCHAR_ID)
4330 (str_cmpchar_id) (cmpchar_component) (Fcmpcharp)
4331 (Fcmpchar_component) (Fcmpchar_cmp_rule) (Fcmpchar_cmp_rule_p)
4332 (Fcmpchar_cmp_count): Deleted.
4333 (Fcompose_string): Implemented by Emacs Lisp in composite.el.
4334 (init_charset_once): Modified.
4335 (syms_of_charset): Modified.
4336
4337 * cmds.c (internal_self_insert): Adjusted for the change of
4338 CHAR_STRING.
4339
4340 * coding.h (emacs_code_class_type): Delete the member
4341 EMACS_leading_code_composition.
4342 (COMPOSING_NO) (COMPOSING_WITH_RULE_HEAD) (COMPOSING_NO_RULE_HEAD)
4343 (COMPOSING_WITH_RULE_TAIL) (COMPOSING_NO_RULE_TAIL)
4344 (COMPOSING_WITH_RULE_RULE) (COMPOSING_HEAD_P)
4345 (COMPOSING_WITH_RULE_P): Macros deleted.
4346 (COMPOSITION_DATA_SIZE) (COMPOSITION_DATA_MAX_BUNCH_LENGTH): New
4347 macros.
4348 (struct composition_data): New structure.
4349 (CODING_FINISH_INSUFFICIENT_CMP): New macro.
4350 (struct coding_system): New members composition_rule_follows,
4351 cmp_data, cmp_data_start, cmp_data_index.
4352 (coding_save_composition) (coding_free_composition_data)
4353 (coding_adjust_composition_offset): Extern them.
4354
4355 * coding.c: Include composite.h.
4356 (DECODE_CHARACTER_ASCII): Don't handle composition here.
4357 (DECODE_CHARACTER_DIMENSION1): Likewise. Don't check the validity
4358 of multibyte code here.
4359 (DECODE_CHARACTER_DIMENSION2): Likewise.
4360 (detect_coding_emacs_mule): Change the case label from
4361 EMACS_leading_code_composition to 0x80.
4362 (detect_coding_iso2022): Handle new composition sequence.
4363 (DECODE_ISO_CHARACTER): Likewise.
4364 (check_composing_code): Deleted.
4365 (coding_allocate_composition_data): New function.
4366 (CODING_ADD_COMPOSITION_START) (CODING_ADD_COMPOSITION_END)
4367 (CODING_ADD_COMPOSITION_COMPONENT) (DECODE_COMPOSITION_START)
4368 (DECODE_COMPOSITION_END) (DECODE_COMPOSITION_RULE): New macros.
4369 (decode_coding_iso2022): Handle new composition sequence.
4370 (ENCODE_ISO_CHARACTER): Don't check composition here.
4371 (ENCODE_COMPOSITION_RULE) (ENCODE_COMPOSITION_START): New macros.
4372 (ENCODE_COMPOSITION_NO_RULE_START)
4373 (ENCODE_COMPOSITION_WITH_RULE_START): Deleted.
4374 (ENCODE_COMPOSITION_END): Handle new composition sequence.
4375 (ENCODE_COMPOSITION_FAKE_START): New macro.
4376 (encode_coding_iso2022): Handle new composition sequence.
4377 (ENCODE_SJIS_BIG5_CHARACTER): Delete superfluous `;' at the tail.
4378 (encode_coding_sjis_big5): Ignore composition.
4379 (setup_coding_system): Initialize new members of struct
4380 coding_system. Enable composition only when the coding system has
4381 `composition' property t.
4382 (coding_free_composition_data) (coding_adjust_composition_offset)
4383 (coding_save_composition) (coding_restore_composition): New
4384 functions.
4385 (code_convert_region): Call coding_save_composition for encoding
4386 and coding_allocate_composition_data for decoding. Don't skip
4387 ASCII characters if we handle composition on encoding. Call
4388 signal_after_change with Check_BORDER.
4389 (code_convert_string): Call coding_save_composition for encoding
4390 and coding_allocate_composition_data for decoding. Don't skip
4391 ASCII characters if we handle composition on encoding.
4392 (code_convert_string1): Set Vlast_coding_system_used after calling
4393 code_convert_string.
4394 (code_convert_string_norecord): Disable composition.
4395 (Fset_terminal_coding_system_internal): Likewise.
4396 (Fset_safe_terminal_coding_system_internal): Likewise.
4397 (Fset_keyboard_coding_system_internal): Likewise.
4398 (init_coding_once): Set emacs_code_class[0x80] to
4399 EMACS_invalid_code.
4400
4401 * composite.h: New file.
4402
4403 * composite.c: New file.
4404
4405 * data.c (Faref): Delete codes for a composite character..
4406 (Faset): Likewise. Adjusted for the change of CHAR_STRING.
4407
4408 * dispextern.h (enum glyph_type): New member COMPOSITE_GLYPH.
4409 (struct glyph): Add new sub-structure cmp to the union `u'.
4410 (enum display_element_type): New member IT_COMPOSITION.
4411 (enum prop_idx): New member COMPOSITION_PROP_IDX.
4412 (struct it): New members cmp_id, cmp_len.
4413
4414 * dispnew.c (direct_output_forward_char): Check point moving into
4415 or out of a composition. If so, give up direct method.
4416
4417 * doprnt.c (doprnt1): Adjusted for the change of CHAR_STRING.
4418
4419 * editfns.c (Fchar_to_string): Adjusted for the change of
4420 CHAR_STRING.
4421 (general_insert_function): Likewise.
4422 (Finsert_char): Likewise.
4423 (Fsubst_char_in_region): Likewise. Call update_compositions.
4424 (Ftranslate_region): Call update_compositions.
4425 (Ftranspose_regions): Call update_compositions.
4426
4427 * emacs.c (main): Call syms_of_composite.
4428
4429 * fileio.c (Fsubstitute_in_file_name): Adjusted for the change of
4430 CHAR_STRING.
4431 (Finsert_file_contents): Set Vlast_coding_system_used before
4432 calling signal_after_change. Call update_compositions if some
4433 texts are inserted..
4434 (Fwrite_region): Adjusted for the change of a_write and e_write.
4435 (a_write): Argument changed. Work based on character position,
4436 not byte position.
4437 (e_write): Argument changed. Handle new way of composition.
4438
4439 * fns.c (Flength): The length of char-table is MAX_CHAR.
4440 (concat): Adjusted for the change of CHAR_STRING.
4441 (Ffillarray): Adjusted for the change of CHAR_STRING.
4442 (Fset_char_table_default): Delete codes for a composite character.
4443 (hash_put): Return hash index.
4444
4445 * fontset.h (struct font_info): New member vertical_centering.
4446 (Vvertical_centering_font_regexp): Extern it.
4447
4448 * fontset.c (Vvertical_centering_font_regexp): New variable.
4449 (syms_of_fontset): Declare it as a Lisp variable and initialize.
4450 Set Vignore_relative_composition to nil.
4451 (fs_load_font): Initialize `vertical_centering' of struct
4452 font_info.
4453
4454 * indent.c (check_composition): New function.
4455 (MULTIBYTE_BYTES_WIDTH): Call STRING_CHAR_AND_LENGTH with
4456 MAX_MULTIBYTE_LENGTH, not MAX_LENGTH_OF_MULTI_BYTE_FORM.
4457 (current_column_1): Handle new way of composition.
4458 (Fmove_to_column): Likewise.
4459 (compute_motion): Likewise.
4460
4461 * insdel.c (copy_text): Adjusted for the change of CHAR_STRING.
4462 (insert_char): Likewise.
4463 (insert): Call update_compositions.
4464 (insert_and_inherit): Likewise.
4465 (insert_before_markers): Likewise.
4466 (insert_before_markers_and_inherit): Likewise.
4467 (insert_from_string): Likewise.
4468 (insert_from_string_before_markers): Likewise.
4469 (insert_from_buffer): Likewise.
4470 (replace_range): Likewise.
4471 (count_combining_composition): Deleted.
4472 (count_combining_before): Delete codes for a composite character.
4473 (count_combining_after): Likewise.
4474 (del_range_1): Call update_compositions.
4475 (del_range_byte): Likewise.
4476 (del_range_both): Likewise.
4477 (Fcombine_after_change_execute): Likewise.
4478
4479 * intervals.h: Include composite.h.
4480 (get_property_and_range): Extern it.
4481 (Vtext_property_default_nonsticky): Extern it.
427ec082 4482
5ec14d3c
KH
4483 * intervals.c (adjust_intervals_for_insertion): To check stickines
4484 of properties, pay attention to text-property-default-nonsticky.
4485 (merge_properties_sticky): Likewise.
4486 (get_property_and_range): New function.
4487
4488 * keyboard.c (Vdisable_point_adjustment): New variable.
4489 (Vglobal_disable_point_adjustment): New variable.
4490 (syms_of_keyboard): Declare them as Lisp variables.
4491 (command_loop_1): Check them and call adjust_point_for_property if
4492 necessary.
4493 (adjust_point_for_property): New function.
4494
4495 * keymap.c (push_key_description): Adjusted for the change of
4496 CHAR_STRING.
4497 (Ftext_char_description): Likewise.
4498
4499 * lisp.h (QCtest, QCweakness, Qequal): Extern them.
4500 (hash_put): Adjusted for the change of the definition.
4501 (signal_after_change): Likewise.
4502 (check_point_in_composition): Extern it.
4503
4504 * lread.c (readchar): Adjusted for the change of CHAR_STRING.
4505 Delete a code that handles an invalid too-long multibyte sequence
4506 because we are now sure that we never encounter with such a
4507 sequence.
4508 (read_multibyte): Use macro MAX_MULTIBYTE_LENGTH, not
4509 MAX_LENGTH_OF_MULTI_BYTE_FORM.
4510 (init_obarray): Likewise.
4511 (read1): Likewise. Adjusted for the change of CHAR_STRING.
4512
4513 * print.c (printchar): Adjusted for the change of CHAR_STRING.
4514
4515 * process.c: Include composite.h.
4516 (read_process_output): Call update_compositions.
4517
4518 * regex.c (regex_compile): Adjusted for the change of CHAR_STRING.
4519
4520 * search.c (search_buffer): Adjusted for the change of CHAR_STRING.
4521
4522 * syntax.h (SYNTAX_ENTRY_INT): Delete codes for a composite
4523 character.
4524
4525 * term.c (encode_terminal_code): Delete codes for a composite
4526 character. Adjusted for the change of CHAR_STRING.
4527 (produce_glyphs): When called, it->what can be IT_COMPOSITION.
4528 Delete codes for a composite character.
4529
4530 * textprop.c (Vtext_property_default_nonsticky): New variable
4531 (syms_of_textprop): Declare it as a Lisp variable.
4532
4533 * window.c (Frecenter): Clear all caches of compositions.
4534
4535 * xdisp.c (it_props): Add an entry for composition.
4536 (face_before_or_after_it_pos): For composition, check face of a
4537 character after the composition.
4538 (handle_composition_prop): New function.
4539 (get_next_display_element): Adjusted for the change of
4540 CHAR_STRING.
4541 (set_iterator_to_next): Handle the case that it->method ==
4542 next_element_from_composition.
4543 (next_element_from_composition): New function.
4544 (message_dolog): Adjusted for the change of CHAR_STRING.
4545 (set_message_1): Likewise.
4546 (check_point_in_composition): New function.
4547 (reconsider_clip_changes): If point moved into or out of
4548 composition, set b->clip_changed to 1 to force updating of the
4549 screen.
4550 (disp_char_vector): Delete codes for a composite character.
4551 (decode_mode_spec_coding): Adjusted for the change of CHAR_STRING.
4552
4553 * xfaces.c (choose_face_fontset_font): Delete codes for a
4554 composite character.
4555 (realize_x_face): Likewise. Change a place to set local variable
4556 `f' to avoid a bug of GCC 2.8.1 on Solaris.
4557
4558 * xfns.c: Include intervals.h.
4559 (syms_of_xfns): Make `display' property nonsticky by default.
4560
4561 * xselect.c (lisp_data_to_selection_data): Adjusted for the change
4562 for find_charset_in_str.
4563
4564 * xterm.h (struct x_output): Change member font_baseline to
4565 baseline_offset.
4566
4567 * xterm.c (x_append_glyph): Setup members of struct glyph properly
4568 for composition.
4569 (x_append_composite_glyph): New function.
4570 (VCENTER_BASELINE_OFFSET): New macro.
4571 (x_produce_glyphs): If it->what == IT_COMPOSITION, setup members
4572 of struct it for the composition. Cache pixel offsets in the
4573 struct composition. Delete codes for a composite character.
4574 Handle Vignore_relative_composition in composition code.
4575 (struct glyph_string): Delete member cmpcharp, add new member cmp.
4576 (x_set_cursor_gc): Check s->cmp, not s->cmpcharp.
4577 (x_compute_glyph_string_overhangs): Likewise.
4578 (x_get_glyph_overhangs): Delete codes for a composite character.
4579 (x_right_overwritten): Check s->cmp, not s->cmpcharp.
4580 (x_draw_glyph_string_background): Likewise. Delete codes for
4581 checking s->gidx for a composition.
4582 (x_draw_glyph_string_foreground): Delete code for a composite
4583 character.
4584 (x_draw_composite_glyph_string_foreground): New function.
4585 (x_draw_glyph_string_box): Check s->cmp, not s->cmpcharp.
4586 (x_draw_glyph_string): Handle the case of COMPOSITE_GLYPH.
4587 (struct work): Deleted.
4588 (x_fill_composite_glyph_string): Argument changed. Mostly
4589 rewritten for that.
4590 (x_fill_glyph_string): Don't check CHARSET_COMPOSITION.
4591 (BUILD_CHAR_GLYPH_STRINGS): Don't handle composition here.
4592 (BUILD_COMPOSITE_GLYPH_STRING): New macro.
4593 (BUILD_GLYPH_STRINGS): For composition, call
4594 BUILD_COMPOSITE_GLYPH_STRING.
4595 (x_new_font): Initialize f->output_data.x->baseline_offset, not
4596 f->output_data.x->font_baseline.
4597
c3c60f13
GM
45981999-12-14 Gerd Moellmann <gerd@gnu.org>
4599
4600 * xterm.c (show_mouse_face): Don't use updated_area, use
4601 TEXT_AREA.
4602
83c8f461 46031999-12-12 Richard M. Stallman <rms@gnu.org>
c838eb57
RS
4604
4605 * minibuf.c (Fall_completions): Doc fix.
4606
83c8f461 46071999-12-12 Richard M. Stallman <rms@gnu.org>
c838eb57
RS
4608
4609 * macros.c (Fstart_kbd_macro): Handle case where last-kbd-macro
4610 has been changed by the Lisp code.
4611
d8eccf12
GM
46121999-12-12 Gerd Moellmann <gerd@gnu.org>
4613
4614 * xfns.c: Indentation fixes.
4615
ae56feae
SM
46161999-12-10 Stefan Monnier <monnier@cs.yale.edu>
4617
4618 * xterm.c (x_initialize): Only setup xaw3d_* if they've been declared.
4619
dfa1c6ae
GM
46201999-12-10 Gerd Moellmann <gerd@gnu.org>
4621
4622 * frame.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
4623 [!MSDOS && !WINDOWSNT && !macintosh]: Moved here from xterm.h.
4624
4625 * xterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Moved
4626 to frame.h.
4627
ec18280f
SM
46281999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4629
4630 * keyboard.c (Qratio): New symbol.
4631 (scroll_bar_parts): Add `Qratio' to it.
4632 (syms_of_keyboard): Init `Qratio'.
4633 * termhooks.h (scroll_bar_part): Add `scroll_bar_move_ratio'.
4634 * xterm.c (#includes): Allow compilation with only Xaw.
4635 (xaw3d_arrow_scroll, xaw3d_pick_top): New variables.
4636 (xt_action_hook): Replace XAW3D by XAW.
4637 (xaw3d_jump_callback): Renamed to xaw_jump_callback.
4638 (xaw_jump_callback): Renamed from xaw3d_jump_callback.
4639 Determine epsilon dynamically and don't try to be too clever.
4640 (xaw3d_scroll_callback): Renamed to xaw_scroll_callback.
4641 (xaw_scroll_callback): Renamed from xaw3d_scroll_callback.
4642 Handle both Xaw3d with arrow-scrollbars and with Xaw-style
4643 scrollbar (using `ratio').
4644 (x_create_toolkit_scroll_bar): Try to detect which style of Xaw3d
4645 scrollbar we have so as to set it up more optimally and to fix
4646 xaw3d_arrow_scroll and xaw3d_pick_top.
4647 (x_set_toolkit_scroll_bar_thumb): Try to maintain 2 spare pixels at the
4648 bottom of the Xaw3d scrollbar, to work around its tendency to refuse
4649 shrinking the thumb. Also make sure that `XawScrollbarSetThumb'
4650 is not ignored, using a major gross hack.
4651 (x_initialize): Init default values for xaw3d_arrow_scroll and
4652 xaw3d_pick_top.
4653
83b6d970
DL
46541999-12-09 Dave Love <fx@gnu.org>
4655
4656 * frame.h: (PIX_TYPE) [! HAVE_X_WINDOWS]: Define PIX_TYPE.
4657
3648c842
GM
46581999-12-08 Gerd Moellmann <gerd@gnu.org>
4659
4660 * eval.c: Remove conditional compilation on `standalone'.
4661 (call_debugger): When entering the debugger while redisplaying,
4662 reset redisplaying_p, and go back to the top-level if the debugger
4663 returns.
4664
05e71564
GM
46651999-12-07 Gerd Moellmann <gerd@gnu.org>
4666
4667 * xfaces.c (x_set_menu_resources_from_menu_face): Make sure
4668 basic faces are realized before trying to use face `menu'.
4669
4670 * window.c (delete_window): Block input for the time window
4671 matrices are being changed.
4672
b46cd536
DL
46731999-12-07 Dave Love <fx@gnu.org>
4674
4675 * lread.c (Fintern_soft): Fix newlines in doc string.
4676
96acb1f7
GM
46771999-12-07 Alexandre Oliva <oliva@dcc.unicamp.br>
4678
4679 * unexelf.c: Include <syms.h>, not <sym.h> on IRIX. Removed
4680 duplicate definition of ElfW.
4681 (find_section): Copied from unexsgi.c.
4682 (unexec): Use find_section. Adjust whitespace. Initialize
4683 new_data2_offset based on old_data, not sbss (this fixes a bug on
4684 IRIX6). Change #ifdef __mips to __sgi, since it's IRIX-specific.
4685 Adjust test for presence of .mdebug section to the new return
4686 value of find_section.
427ec082 4687
96acb1f7
GM
46881999-12-07 Gerd Moellmann <gerd@gnu.org>
4689
4690 * unexelf.c: Merge changes from 20.5.
4691 (unexec): Handle .lit4 and .lit8 unconditionally.
4692
4693 * m/iris4d.h (UNEXEC) [USG5_4]: Use unexelf.o instead of
4694 unexsgi.o again.
427ec082 4695
96acb1f7
GM
4696 * m/iris5d.h (UNEXEC): Likewise.
4697
7dae4502
SM
46981999-12-06 Stefan Monnier <monnier@cs.yale.edu>
4699
4700 * editfns.c (Fdelete_and_extract_region): New function.
05e71564
GM
4701 (syms_of_editfns): Register it.
4702 * insdel.c (del_range): Update del_range_1 call.
7dae4502
SM
4703 (del_range_1, del_range_2): Add a ret_string argument to
4704 request that the deleted text be returned.
4705 (del_range_byte, del_range_both): Update del_range_2 call.
05e71564 4706 * lisp.h (del_range_1, del_range_2): Change prototype
7dae4502
SM
4707 * casefiddle.c (casify_region): Update del_range_1 call.
4708 * coding.c (code_convert_region): Update del_range_2 call.
4709 * fileio.c (Finsert_file_contents): Update del_range_2 call.
4710
397e4fae
GM
47111999-12-06 Gerd Moellmann <gerd@gnu.org>
4712
4713 * xfaces.c (set_lface_from_font_name): Fix incomplete merge.
4714
3d973f71
GM
47151999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
4716
4717 * lread.c (Fintern_soft): Accept a symbol argument.
427ec082 4718
740e985f
EZ
47191999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4720
4721 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 40000.
809f3d51
EZ
4722
4723 * insdel.c (adjust_markers_for_delete): Fix last change.
4724
2d764c78
EZ
47251999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4726
4727 Changes for automatic remapping of X colors on terminal frames:
4728
4729 * xfaces.c (XColor) [!HAVE_X_WINDOWS]: Provide a typedef for non-X
4730 frames.
4731 (Vface_tty_color_alist): Remove.
4732 (tty_defined_color): New function.
4733 (defined_color): Rewrite to support any type of frame.
4734 (tty_color_name): New function.
4735 (face_color_supported_p, Fface_color_gray_p,
4736 Fface_color_supported_p): Support non-X frames.
4737 (load_color): Enclose the color name in quotes, in the log
4738 messages. Remove DOS-specific version of load_color.
4739 (realize_tty_face): Take the supported colors from
4740 tty-color-alist. Support translation of X colors to the closest
4741 tty color, for both MSDOS and tty frames.
4742 [MSDOS]: Don't invert face colors if they were taken from the
4743 frame colors.
4744 (Fface_register_tty_color, Fface_clear_tty_colors): Remove.
4745
4746 * frame.h (struct x_output) [!MSDOS, !WINDOWSNT, !HAVE_X_WINDOWS]:
4747 Define a mostly empty surrogate.
4748 (tty_display): Declare.
4749
4750 * frame.c (make_terminal_frame) [!macintosh]: Don't use
4751 tty_display.
4752 (Fframe_parameters): Don't invert colors of non-FRAME_WINDOW_P
4753 frames when the frame's param_alist includes 'reverse.
4754 (tty_display): Define.
4755 (make_terminal_frame) [!MSDOS]: Assign &tty_display to the
4756 output_data.x member.
4757 (Fframe_parameters): Return foreground and background color names
4758 on tty frames as well, in addition to MSDOS frames.
4759
4760 * msdos.h (DisplayWidth, DisplayHeight): Changes for Lisp_Object
4761 selected_frame.
4762 (struct x_output): Remove unused members; document who uses each
4763 member.
4764 (FRAME_PARAM_FACES, FRAME_N_PARAM_FACES, FRAME_DEFAULT_PARAM_FACE,
4765 FRAME_MODE_LINE_PARAM_FACE, FRAME_COMPUTED_FACES,
4766 FRAME_N_COMPUTED_FACES, FRAME_SIZE_COMPUTED_FACES,
4767 FRAME_DEFAULT_FACE, FRAME_MODE_LINE_FACE, unload_color): Remove
4768 unused macro definintions.
4769
4770 * msdos.c (IT_set_frame_parameters): Don't call
4771 recompute_basic_faces, the next redisplay will, anyway.
4772 (x_current_display): Remove unused variable.
4773 Many functions: changes for Lisp_object selected_frame.
4774 (IT_set_face): If the tty_reverse_p flag is set for the face,
4775 reverse the foreground and background colors.
4776 (Fmsdos_remember_default_colors): New function.
4777 (syms_of_msdos): Defsubr it.
4778 (IT_set_frame_parameters): Use initial_screen_colors[] when
4779 creating a new frame. If the frame parameters include 'reverse,
4780 swap the foreground and background colors.
4781 (internal_terminal_init): Initialize initial_screen_colors to -1.
4782 (syms_of_msdos): Add DEFVAR_BOOL for x-stretch-cursor, to shut up
4783 cus-start.el.
4784
4785 * Makefile.in (lisp, shortlisp): Add lisp/term/tty-colors.elc.
4786
4787 * xfns.c (x_defined_color): Rename from defined_color. All
4788 callers changed.
4789 (Fxw_color_defined_p): Renamed from Fx_color_defined_p;
4790 all callers changed.
4791 (Fxw_color_values): Renamed from Fx_color_values; all callers
4792 changed.
4793 (Fxw_display_color_p): Renamed from Fx_display_color_p; all
4794 callers changed.
4795 (x_window_to_frame, x_any_window_to_frame,
4796 x_non_menubar_window_to_frame, x_menubar_window_to_frame,
4797 x_top_window_to_frame): Use !FRAME_X_P instead of
4798 f->output_data.nothing.
4799 * xterm.h (x_defined_color): Rename from defined_color.
4800
4801 * w32fns.c (x_window_to_frame): Use FRAME_W32_P instead of
4802 f->output_data.nothing.
4803 (Fxw_color_defined_p): Renamed from Fx_color_defined_p;
4804 all callers changed.
4805 (Fxw_color_values): Renamed from Fx_color_values; all callers
4806 changed.
4807 (Fxw_display_color_p): Renamed from Fx_display_color_p; all
4808 callers changed.
4809
4810 * dispextern.h (tty_color_name): Add prototype.
4811
4812 * xmenu.c (menubar_id_to_frame): Use FRAME_WINDOW_P instead of
4813 f->output_data.nothing.
4814 * w32menu.c (menubar_id_to_frame): Likewise.
4815 * w32term.h (w32_output): Declare.
4816
4817 * dosfns.c (Qmsdos_color_translate): Remove.
4818 (msdos_stdcolor_name): Now returns a Lisp_Object.
4819 * dosfns.h (Qmsdos_color_translate): Remove.
4820
4821 * s/msdos.h (INTERNAL_TERMINAL): Add entries for color support.
4822
b3e5232e
KH
48231999-12-06 Kenichi Handa <handa@etl.go.jp>
4824
4825 * fileio.c (decide_coding_unwind): Renamed from
4826 set_auto_coding_unwind.
4827 (Finsert_file_contents): Make single unwind protect to call both
4828 Vset_auto_coding_function and Ffind_operation_coding_system.
4829
4830 * insdel.c (adjust_markers_for_delete): Make it non-static.
4831
db0e466c
SM
48321999-12-04 Stefan Monnier <monnier@cs.yale.edu>
4833
4834 * regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy
4835 operators and handle them properly.
4836 * regex.h (RE_ALL_GREEDY): New option.
4837 (RE_UNMATCHED_RIGHT_PAREN_ORD): Moved to the end where alphabetic
4838 sorting would put it.
4839 (RE_SYNTAX_AWK, RE_SYNTAX_GREP, RE_SYNTAX_EGREP)
4840 (_RE_SYNTAX_POSIX_COMMON): Use the new option to keep old behavior.
4841
22afa6e8
DL
48421999-12-04 Dave Love <d.love@dl.ac.uk>
4843
4844 * m/arm.h: New file.
4845
40afb967
DL
48461999-12-03 Dave Love <fx@gnu.org>
4847
4848 * editfns.c (Fmessage_or_box): Use use_dialog_box.
4849
ddf8eff5
GM
48501999-12-02 Gerd Moellmann <gerd@gnu.org>
4851
4852 * s/usg5-4.h (LIBS_SYSTEM): Add -lgen because that's needed
4853 for building with Motif.
4854
4855 * m/iris4d.h (UNEXEC) [USG5_4]: Use unexsgi.o instead of
4856 unexelf.o.
427ec082 4857
ddf8eff5
GM
4858 * m/iris5d.h (UNEXEC): Use unexsgi.o instead of unexelf.o.
4859
fa09a82d
DL
48601999-12-01 Dave Love <fx@gnu.org>
4861
4862 * emacs.c (main): Set LANG=C iff AX3_2 defined.
4863
ddf8eff5
GM
48641999-11-28 Gerd Moellmann <gerd@gnu.org>
4865
4866 * systime.h (EMACS_TIME_CMP, EMACS_TIME_EQ, EMACS_TIME_NE)
4867 (EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT,EMACS_TIME_LE): New
4868 macros.
4869
4870 * config.in (HAVE_SETITIMER, HAVE_UALARM): New.
4871
fa09a82d
DL
48721999-11-28 eliz <eliz@dlpx1>
4873
4874 * emacs.c (synchronize_locale): Avoid compiler warnings about
4875 pointer type mismatch.
4876
f9632fc8
GM
48771999-11-28 Gerd Moellmann <gerd@gnu.org>
4878
717d0121
GM
4879 * window.c (Fwindow_end): Don't call temp_set_pt_both with
4880 out of range position.
4881
427ec082 4882 * xterm.c (XTread_socket) <ClientMessage, Xatom_Scrollbar>:
f9632fc8
GM
4883 Switch off busy-cursor by setting inhibit_busy_cursor to 2.
4884
59c65f1e
EZ
48851999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4886
613a8346
EZ
4887 * charset.c (Fmake_char_internal): Print the charset ID when
4888 signalling an error.
4889
59c65f1e
EZ
4890 * emacs.c (synchronize_locale): Avoid compiler warnings about
4891 pointer type mismatch.
4892
83c8f461 48931999-11-26 Richard M. Stallman <rms@gnu.org>
d01f3570
RS
4894
4895 * editfns.c (Fdelete_field): Make it noninteractive. Return nil.
4896
18df9369
GM
48971999-11-26 Gerd Moellmann <gerd@gnu.org>
4898
65a3ccf7
GM
4899 * puresize.h (BASE_PURESIZE): Increase to 550000.
4900
b3b98592
GM
4901 * textprop.c (set_text_properties): New function. Like
4902 Fset_text_properties, but with additional parameter
4903 SIGNAL_AFTER_CHANGE_P. If that is nil, don't signal after
4904 changes.
4905 (Fset_text_properties): Use it.
4906
4907 * insdel.c (insert_1_both): Call set_text_properties with last
4908 parameter nil so that no after changes will be signaled.
4909
4910 * lisp.h: Add prototype for set_text_properties.
4911
18df9369
GM
4912 * xfaces.c (set_lface_from_font_name): Fix previous change.
4913 (recompute_basic_faces): Change assert to abort.
4914
71a8e74b
DL
49151999-11-25 Dave Love <fx@gnu.org>
4916
4917 * fns.c (Fnthcdr, Fnreverse): Inline cdr.
4918 (Fmember, Fdelq, Fdelete): Inline car.
4919 (Fy_or_n_p): Doc fix.
4920
bc6a5782
GM
49211999-11-25 Gerd Moellmann <gerd@gnu.org>
4922
3221576b 4923 * xfaces.c (set_lface_from_font_name): New parameter may_fail_p.
18df9369 4924 Callers changed. If specified font name is bogus, and may_fail_p
3221576b
GM
4925 is not set, try to use a reasonable default.
4926
bc6a5782
GM
4927 * dispnew.c (direct_output_for_insert): Set glyph row's
4928 displays_text_p flag. Correct window's window_end_vpos if
4929 necessary.
4930
0c8559bb
PE
49311999-11-25 Paul Eggert <eggert@twinsun.com>
4932
4933 * emacs.c (fixup_locale): Don't bother to record initial locale.
4934 (synchronize_locale): If the desired locale is nil,
4935 treat it as if it were the empty string,
4936 so that we set the locale from the environment.
4937
35737351
KH
49381999-11-25 Kenichi Handa <handa@etl.go.jp>
4939
4940 * fileio.c (Finsert_file_contents): Set buffer-file-coding-system
4941 of the current buffer via Fset.
4942
5562b47f
DL
49431999-11-24 Dave Love <fx@gnu.org>
4944
5562b47f
DL
4945 * xfaces.c: Don't duplicate Qmode_line definition done elsewhere.
4946
4947 * xfns.c: Don't duplicate Qdisplay definition done elsewhere.
4948
00da0e4a
GM
49491999-11-24 Gerd Moellmann <gerd@gnu.org>
4950
4951 * lisp.h (enum pvec_type): Put PVEC_FLAG in #if 0.
4952
4953 * emacs.c (PVEC_FLAG): New variable.
4954
b1775dc1
GM
49551999-11-23 Gerd Moellmann <gerd@gnu.org>
4956
4957 * unexaix.c (unexec): Use unsigned instead of uintptr_t because
4958 that fails on IBM PowerPC, AIX 4.2.
427ec082 4959
08de6200
EZ
49601999-11-22 Eli Zaretskii <eliz@is.elta.co.il>
4961
4962 * buffer.c (syms_of_buffer): Add %z, %Z, %m and %& to the doc
4963 string of mode-line-format. Remove the obsolete %t.
4964
02fda8ff
GM
49651999-11-22 Gerd Moellmann <gerd@gnu.org>
4966
f2fa858f
GM
4967 * dispnew.c (direct_output_for_insert): Increment glyph positions
4968 for glyphs from buffer text only.
4969
02fda8ff
GM
4970 * emacs.c (gdb_valbits, gdb_gctypebits, gdb_emacs_intbits)
4971 (gdb_data_seg_bits): New variables.
427ec082 4972
02fda8ff
GM
4973 * lisp.h (enum gdb_lisp_params): Put in #if 0, since it doesn't
4974 work on systems not allowing enumerators > INT_MAX, and it
4975 won't work if EMACS_INT is long long.
4976
1b0d24e7
PE
49771999-11-22 Paul Eggert <eggert@twinsun.com>
4978
4979 Port to SunOS 4.1.x again. Help out with Alpha port.
4980 Rename messages-locale to system-messages-locale,
4981 and likewise for time-locale.
427ec082 4982
1b0d24e7
PE
4983 * callproc.c (strerror): Remove decl.
4984 * fileio.c (strerror): Likewise.
4985 * process.c (strerror): Likewise.
4986 * emacs.c (strerror): Likewise.
4987 (Vsystem_messages_locale): Renamed from Vmessages_locale.
4988 All uses changed.
4989 (Vprevious_system_messages_locale): Likewise, from
4990 Vprevious_messages_locale.
4991 (Vsystem_time_locale): Likewise, from Vtime_locale.
4992 (Vprevious_system_time_locale): Likewise, from Vprevious_time_locale.
4993 (ABORT_RETURN_TYPE): New macro.
4994 (abort): Return type is now ABORT_RETURN_TYPE.
4995 (main): Always invoke init_signals, even if POSIX_SIGNALS is not
4996 defined.
4997 (syms_of_emacs): messages-locale -> system-messages-locale,
4998 previous-messages-locale -> previous-system-messages-locale,
4999 time-locale -> system-time-locale,
5000 previous-time-locale -> previous-system-time-locale.
5001
5002 * gmalloc.c (PP, __ptr_t): Assume ANSI C if STDC_HEADERS is defined.
5003 (const): Do not define; that's config.h's job.
5004 (<limits.h>): Include if HAVE_LIMITS_H is defined.
5005 (CHAR_BIT): Move test for definedness outside of limits.h condition.
5006 (<stddef.h>): Include if STDC_HEADERS is defined.
5007 (FREE_RETURN_TYPE): New macro.
5008 (free): Return type is now FREE_RETURN_TYPE.
5009
5010 * lisp.h (synchronize_system_time_locale): Renamed from
5011 synchronize_time_locale. All uses changed.
5012 (synchronize_system_messages_locale): Likewise, from
5013 synchronize_messages_locale.
5014
5015 * m/alpha.h (malloc, realloc, calloc): Remove decls;
5016 stdlib.h now does this.
5017
5018 * process.c (sys_siglist): Remove.
5019
5020 * s/sunos4-0.h (ABORT_RETURN_TYPE, FREE_RETURN_TYPE):
5021 New macros.
5022
5023 * syntax.c (scan_sexps_forward): Use abort, not assert.
5024
5025 * sysdep.c (my_sys_siglist): New var.
5026 (sys_siglist): New macro. Remove old initialized vars of same name.
5027 (init_signals): Initialize sys_siglist.
5028
5029 * xfns.c (abort): Remove decl; stdlib.h now does this.
5030
0dcd5b54
DL
50311999-11-18 Dave Love <fx@gnu.org>
5032
946173ad
DL
5033 * filelock.c: Add forward declaration for get_boot_time_1.
5034
0dcd5b54
DL
5035 * dispnew.c (Finternal_show_cursor_p): Fix doc string.
5036
71447e8f
GM
50371999-11-18 Gerd Moellmann <gerd@gnu.org>
5038
5039 * buffer.h (struct buffer_text): Add comment about moving
5040 buffer text if REL_ALLOC is defined.
5041
eeedff63
KH
50421999-11-18 Kenichi Handa <handa@etl.go.jp>
5043
5044 * lisp.h (KEY_DESCRIPTION_SIZE): New macro.
5045
5046 * keyboard.c (echo_char): Use KEY_DESCRIPTION_SIZE to check free
5047 memory for push_key_description.
5048
5049 * keymap.c (Fsingle_key_description): Use KEY_DESCRIPTION_SIZE to
5050 allocate memory for push_key_description.
5051 (describe_buffer_bindings): Likewise.
5052
5d7e4a2c
GM
50531999-11-17 Gerd Moellmann <gerd@gnu.org>
5054
5055 * xfns.c (Fx_show_busy_cursor): Doc-fix.
5056 (Fx_hide_busy_cursor): Ditto.
5057
50581999-11-17 Marco Walther <walther@siemens-pyramid.com>
5059
5060 * unexsni.c (unexec): Handle .rel.dyn section.
5061
b5b41e02
DL
50621999-11-16 Dave Love <fx@gnu.org>
5063
5064 * doc.c (Fdocumentation): Remove gcpro here too.
5065
e35b6123
GM
50661999-11-16 Gerd Moellmann <gerd@gnu.org>
5067
5068 * keyboard.c (command_loop_1): Remove no_redisplay.
5069
83c8f461 50701999-11-16 Richard M. Stallman <rms@gnu.org>
0a14b9bb
GM
5071
5072 * print.c (PRINTPREPARE): Don't call setup_echo_area_for_printing
5073 in noninteractive.
5074
b05d3bee
GM
50751999-11-14 Gerd Moellmann <gerd@gnu.org>
5076
5bcfeb49
GM
5077 * xdisp.c (ensure_echo_area_buffers): New.
5078 (with_echo_area_buffer): Use it.
5079 (setup_echo_area_for_printing): Ditto.
5080
b05d3bee
GM
5081 * buffer.c (indicate-empty-lines): Doc-fix.
5082
9b2e6e4c
GM
50831999-11-12 Gerd Moellmann <gerd@gnu.org>
5084
e7f90eab
GM
5085 * term.c (term_init): If "op" isn't available, don't support color
5086 because we can't switch back to the default foreground and
5087 background.
5088
9b2e6e4c
GM
5089 * doc.c (Fdocumentation_property): Remove GCPRO because
5090 Fsubstitute_command_keys gcpro's the string.
5091
1bf21027
KH
50921999-11-12 Kenichi Handa <handa@etl.go.jp>
5093
5094 * editfns.c (Ftranslate_region): Check the buffer multibyteness.
5095
3bc6df53
GM
50961999-11-11 Gerd Moellmann <gerd@gnu.org>
5097
5098 * print.c, keymap.c, indent.c, insdel.c, keyboard.c, intervals.c,
5099 lread.c, textprop.c, undo.c, emacs.c, lisp.h, intervals.h,
5100 buffer.h, config.in, Makefile.in: Remove USE_TEXT_PROPERTIES.
5101
35a5514b
GM
51021999-11-10 Gerd Moellmann <gerd@gnu.org>
5103
5104 * xfns.c (QCuser_data): Removed.
5105 (syms_of_xfns): Initialization of QCuser_data removed.
5106 (parse_image_spec): Don't handle :user-data specially. Allow
5107 unknown keys. Remove parameter ALLOW_OTHER_KEYS.
5108 (xbm_image_p, xbm_load, xpm_image_p, pbm_image_p, png_image_p)
5109 (tiff_image_p, jpeg_image_p, gif_image_p, gs_image_p): Call
5110 parse_image_spec accordingly.
5111
83c8f461 51121999-11-09 Richard M. Stallman <rms@gnu.org>
4ea68fcc
RS
5113
5114 * cmds.c (Fbeginning_of_line): Doc fix.
5115 (Fend_of_line): Doc fix.
5116
5117 * editfns.c (Fline_beginning_position): If N is not 1,
5118 pass t to Fconstrain_to_field for ESCAPE-FROM-EDGE.
5119
5120 * syntax.c (Fforward_word): Handle fields even if would have hit
5121 an edge of the buffer. Return nil if affected by fields.
5122
83c8f461 51231999-11-09 Richard M. Stallman <rms@gnu.org>
4ea68fcc
RS
5124
5125 * editfns.c (preceding_pos): Function deleted.
5126 (text_property_stickiness): Decrement POS directly.
5127 Fix a confusion that used PT instead of POS.
5128
5129 * editfns.c (find_field): Properly handle the case
5130 of a field boundary where `field' inherits from neither side.
5131
5132 * editfns.c (Ffield_beginning, Ffield_end): Doc fixes.
5133 (Ferase_field, Ffield_string, Ffield_string_no_properties): Doc fixes.
5134
fa9aabf6
GM
51351999-11-08 Gerd Moellmann <gerd@gnu.org>
5136
5137 * bytecode.c (Fbyte_code) <BinsertN, Bcall>: Do the
5138 BEFORE_POTENTIAL_GC before DISCARD.
5139
4015b3c0
GM
51401999-11-07 Gerd Moellmann <gerd@gnu.org>
5141
033a5fa3
GM
5142 * alloc.c (Fgarbage_collect): Call unmark_byte_stack.
5143
5144 * lisp.h: Add prototype for unmark_byte_stack.
5145
5146 * bytecode.c (mark_byte_stack): Use XMARKBIT and XMARK.
5147 (unmark_byte_stack): Renamed from relocate_byte_pcs. Use
5148 XUNMARK.
5149
55b064bd
GM
5150 * xdisp.c (resize_mini_window): Fix computation of needed
5151 mini-window height.
5152
5153 * alloc.c, buffer.c, editfns.c, xdisp.c: Remove conditional
5154 compilation on USE_TEXT_PROPERTIES.
01e9b9df 5155
4015b3c0 5156 * Fbyte_code: Use block statements in cases and declare v1 and v2
60af03f1 5157 locally there. Rearrange case statements so that those most
4015b3c0
GM
5158 frequently executed come first. Avoid goto's in frequently
5159 executed cases.
5160
fe512f27
GM
51611999-11-05 Gerd Moellmann <gerd@gnu.org>
5162
dd59e217
GM
5163 * bytecode.c (Fbyte_code): Use BEFORE_POTENTIAL_GC and
5164 AFTER_POTENTIAL_GC around internal_catch.
5165
bcf28080
GM
5166 * alloc.c (Fgarbage_collect): Call mark_byte_stack and
5167 relocate_byte_pcs.
5168 (init_alloc_once, init_alloc): Set byte_stack_list to null.
5169
5170 * eval.c (struct catchtag): Add member byte_stack.
5171 (internal_catch, Fcondition_case, internal_condition_case)
dd59e217 5172 (internal_condition_case_1): Save value of byte_stack_list in
bcf28080
GM
5173 catchtag.
5174 (unwind_to_catch): Restore byte_stack_list from catchtag.
5175
5176 * lisp.h: Add prototypes for new functions in bytecode.c.
5177 Add extern declaration for byte_stack_list.
5178
5179 * bytecode.c (struct byte_stack): New.
5180 (byte_stack_list, mark_byte_stack, relocate_byte_pcs): New
5181 (BEFORE_POTENTIAL_GC, AFTER_POTENTIAL_GC): New.
5182 (FETCH, PUSH, POP, DISCARD, TOP, MAYBE_GC): Rewritten.
5183 (HANDLE_RELOCATION): Removed.
5184 (Fbyte_code): Use byte_stack structures.
5185
4d59c34c
GM
5186 * filelock.c (Ffile_locked_p): Make FILENAME a required argument.
5187
fe512f27
GM
5188 * buffer.c (syms_of_buffer): Extend documentation of
5189 mode-line-format.
5190
60b64cd6
GM
51911999-11-04 Gerd Moellmann <gerd@gnu.org>
5192
5193 * editfns.c (Fdelete_field): Renamed from Ferase_field.
5194
5195 * minibuf.c (do_completion, Fminibuffer_complete_word): Use
5196 Ferase_field instead of Fdelete_field.
5197
b51b619b
GM
51981999-11-03 Gerd Moellmann <gerd@gnu.org>
5199
5200 * dispnew.c (Finternal_show_cursor): Change it to set the
5201 cursor on/off, not toggle its state.
5202 (Finternal_show_cursor_p): New.
5203 (syms_of_display): Defsubr Sinternal_show_cursor_p.
5204
5865af0d
DL
52051999-11-03 Dave Love <fx@gnu.org>
5206
5207 * charset.c (split_non_ascii_string): Define return value.
5208
82a700f3
GM
52091999-11-03 Gerd Moellmann <gerd@gnu.org>
5210
edfef199
GM
5211 * minibuf.c (string_to_object): New.
5212 (read_minibuf_noninteractive): New.
5213 (read_minibuf): Call read_minibuf_noninteractive if
5214 noninteractive. Use string_to_object.
5215
82a700f3
GM
5216 * doc.c (Fdocumentation_property): Fix bug bypassing UNGCPRO.
5217
b5540f0d
DL
52181999-11-02 Dave Love <fx@gnu.org>
5219
e69dcd60
DL
5220 * gnu-linux.h: Use SIGCHLD, not SIGCLD (not in glibc 2.1).
5221
827a1788
DL
5222 * process.c: Define _GNU_SOURCE before config.h to get strsignal
5223 declared with glibc2.
b5540f0d 5224
a69a6e61
GM
52251999-11-02 Gerd Moellmann <gerd@gnu.org>
5226
5227 * lisp.h (QUIT): Give it statement form.
5228
87e21fbd
DL
52291999-11-02 Dave Love <fx@gnu.org>
5230
5231 * eval.c (init_eval): Conditionalize declaration of gcpro_level.
5232
1b335865
GM
52331999-11-02 Gerd Moellmann <gerd@gnu.org>
5234
9fb5e03d
GM
5235 * xfns.c (QCuser_data): New.
5236 (syms_of_xfns): Initialize QCuser_data.
5237 (parse_image_spec): Ignore :user-data DATA properties.
5238
1b335865
GM
5239 * xdisp.c (display_line): Set charpos of first glyph in blank
5240 lines not corresponding to any text to -1, even if no glyphs are
5241 filled in in that line.
5242
e76f1c44
GM
52431999-11-01 Gerd Moellmann <gerd@gnu.org>
5244
427ec082 5245 * xfns.c (png_load) [PNG_READ_sRGB_SUPPORTED]: Put code using
36fcd3d9
GM
5246 png_get_sRGB in #ifdef.
5247
111259b4
GM
5248 * dispnew.c (Finternal_show_cursor): Renamed from Fshow_cursor.
5249 (syms_of_display): Use the new name.
5250
dd5c96e8
GM
5251 * textprop.c (verify_interval_modification): Signal text-read-only
5252 instead of calling error.
5253
db8878fb
GM
5254 * data.c (Qtext_read_only): New built-in error.
5255 (syms_of_data): Initialize it.
5256
5257 * lisp.h: Add extern declaration for Qtext_read_only.
5258
e76f1c44
GM
5259 * syntax.c: Remove whitespace after open or in front of closing
5260 parentheses.
5261
83c8f461 52621999-11-01 Richard M. Stallman <rms@gnu.org>
cb3a6c48
GM
5263
5264 * Makefile.in (w16select.o, sound.o): Don't depend on lisp.h.
5265
7843e09c
GM
52661999-10-31 Gerd Moellmann <gerd@gnu.org>
5267
575ed805
GM
5268 * xdisp.c (resize_mini_window): Compute needed height differently.
5269
7843e09c
GM
5270 * fns.c (Flength): Unroll loop over lists.
5271
5272 * xdisp.c (append_space): Return non-zero if space was appended.
5273 (display_line): Set charpos of first glyph to -1 only if that
5274 glyph is the space added by append_glyph.
5275
83c8f461 52761999-10-30 Richard M. Stallman <rms@gnu.org>
cb3a6c48
GM
5277
5278 * print.c (strout): Consider `noninteractive' and use stdout
5279 only when PRINTCHARFUN is t.
5280
5281 * lisp.h (struct gcpro) [DEBUG_GCPRO]: New field `level'.
5282 (gcpro_level): Declare it extern.
5283 [DEBUG_GCPRO] (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
5284 Alternate definitions that set `level' and increment `gcpro_level'.
5285 [DEBUG_GCPRO] (UNGCPRO): Alternate definition that checks gcpro_level.
5286
5287 * eval.c [DEBUG_GCPRO] (gcpro_level): New variable.
5288 (init_eval) [DEBUG_GCPRO]: Initialize it.
5289 (unwind_to_catch) [DEBUG_GCPRO]: Set gcpro_level
5290 from remaining gcprolist.
5291
3636f7a3
KH
52921999-10-29 Kenichi Handa <handa@etl.go.jp>
5293
5294 * coding.c (code_convert_region): Update `dst' correctly.
5295
a2ad7096
GM
52961999-10-28 Gerd Moellmann <gerd@gnu.org>
5297
5298 * fns.c (Fmemq, Fassq, Frassq, assq_no_quit, Fassoc)
5299 (Frassoc): Rewritten.
5300
1e3196e8
GM
53011999-10-27 Noah Friedman <friedman@splode.com>
5302
5303 * s/gnu-linux.h [HAVE_DEV_PTMX]: Redefine FIRST_PTY_LETTER to 'z'.
5304 Define PTY_NAME_SPRINTF.
5305 Redefine PTY_TTY_NAME_SPRINTF.
5306 * config.in: Add undef for HAVE_DEV_PTMX.
5307
83c8f461 53081999-10-26 Richard M. Stallman <rms@gnu.org>
4ea68fcc
RS
5309
5310 * regex.c (POP_FAILURE_POINT): Use failure_id.integer
5311 as arg to DEBUG_POP and DEBUG_PRINT.
5312
83c8f461 53131999-10-27 Richard M. Stallman <rms@gnu.org>
17dbfaad
GM
5314
5315 * data.c (Qad_activate_internal): Renamed from Qad_activate.
5316 (Ffset): Call Qad_activate_internal.
5317 (syms_of_data): Initialize Qad_activate_internal.
5318
26922151
GM
53191999-10-27 Gerd Moellmann <gerd@gnu.org>
5320
5321 * xdisp.c (echo_area_display) [HAVE_X_WINDOWS]: Do nothing if
5322 Vterminal_frame is selected and Vwindow_system is non-nil.
5323
67a5596f
GM
53241999-10-26 Gerd Moellmann <gerd@gnu.org>
5325
2bea706b
GM
5326 * xdisp.c (echo_area_display): Put previous change in #if 0.
5327
67a5596f
GM
5328 * emacs.c (standard_args): Add `file' as synonym for `visit',
5329 `execute' as synonym for `eval'.
5330 (main): Add new options to usage message.
5331
81dc5de5
GM
53321999-10-25 Gerd Moellmann <gerd@gnu.org>
5333
5334 * data.c (Qhash_table): New.
5335 (Ftype_of): Return it for hash tables.
5336 (syms_of_data): Initialize Qhash_table.
5337
83c8f461 53381999-10-25 Richard M. Stallman <rms@gnu.org>
bd3c545d
GM
5339
5340 * regex.c (POP_FAILURE_POINT): Extract failure_id as an integer.
5341
66e4690f 53421999-10-24 Ken Raeburn <raeburn@gnu.org>
3a7093d8 5343
7539e11f
KR
5344 * alloc.c: Undef HIDE_LISP_IMPLEMENTATION before including
5345 lisp.h.
5346
5347 * buffer.c (Fbuffer_list, Fget_file_buffer, get_truename_buffer,
5348 Fbuffer_local_variables, Fother_buffer, record_buffer,
5349 set_buffer_internal_1, Fbury_buffer, Fkill_all_local_variables,
5350 swap_out_buffer_local_variables, overlays_at, overlays_in,
5351 overlay_touches_p, overlay_strings, recenter_overlay_lists,
5352 fix_overlays_in_range, fix_overlays_before, Foverlay_get,
5353 Foverlay_put, report_overlay_modification, evaporate_overlays):
5354 Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member
5355 references.
5356 * data.c (Fcar, Fcar_safe, Fcdr, Fcdr_safe, Fsetcar, Fsetcdr,
5357 swap_in_symval_forwarding, set_internal, default_value,
5358 Fset_default, Fmake_variable_buffer_local, Fmake_local_variable,
5359 Fmake_variable_frame_local, Flocal_variable_p,
5360 Flocal_variable_if_set_p, arithcompare, Fzerop, cons_to_long,
5361 Fnumber_to_string, float_arith_driver, Fadd1, Fsub1): Likewise.
5362 * dispnew.c (Fframe_or_buffer_changed_p): Likewise.
5363 * emacs.c (main): Likewise.
5364 * fontset.c (fs_load_font, fs_register_fontset,
5365 CACHED_FONTSET_NAME, CACHED_FONTSET_REGEX, Fquery_fontset,
5366 Fnew_fontset, Fset_fontset_font): Likewise.
5367 * frame.c (do_switch_frame, next_frame, prev_frame,
5368 other_visible_frames, Fdelete_frame, Fvisible_frame_list):
5369 Likewise.
5370 * keyboard.c (read_char, help_char_p, event_to_kboard,
5371 kbd_buffer_get_event, timer_start_idle, timer_check,
5372 make_lispy_event, apply_modifiers, reorder_modifiers,
5373 Fevent_convert_list, lucid_event_type_list_p, menu_bar_items,
5374 menu_bar_one_keymap, menu_item_eval_property_1, parse_menu_item,
5375 tool_bar_items, read_char_x_menu_prompt, read_key_sequence,
5376 Fcommand_execute, Fexecute_extended_command): Likewise.
5377 * minibuf.c (read_minibuf, get_minibuffer, Ftry_completion,
5378 Fall_completions): Likewise.
5379 * window.c (Fset_window_margins): Likewise.
5380
5381 * callint.c (quotify_args): Don't explicitly use struct
5382 Lisp_Cons, use Lisp_Object and XCAR/XCDR instead.
5383
3a7093d8
KR
5384 * s/netbsd.h (HAVE_GETLOADAVG): Define as 1.
5385 (UNEXEC, START_FILES, LIB_STANDARD, LIB_GCC): Define ELF versions,
5386 if __ELF__ is defined.
5387
2a3d7146
GM
53881999-10-24 Gerd Moellmann <gerd@gnu.org>
5389
5390 * window.c (Fnext_window): Add a QUIT in the loop.
5391
8ac52782
GM
53921999-10-23 Gerd Moellmann <gerd@gnu.org>
5393
427ec082 5394 * Makefile.in (bootstrap, bootstrap-emacs, bootstrap-temacs):
8ac52782
GM
5395 New targets.
5396
05f0d15a
DL
53971999-10-22 Dave Love <fx@gnu.org>
5398
5399 * emacs.c (main): Enable profiling conditional on __linux also.
5400
882fb0e6
GM
54011999-10-20 Gerd Moellmann <gerd@gnu.org>
5402
5403 * xrdb.c (x_load_resources): Set default resources for resource
5404 classes instead of for the specific Emacs.
5405
b5f5bc31
GM
54061999-10-19 Gerd Moellmann <gerd@gnu.org>
5407
66f4dd69
GM
5408 * s/freebsd.h (HAVE_GETLOADAVG): Define as 1 because config.h
5409 defines it that way.
427ec082 5410
b5f5bc31
GM
5411 * xdisp.c (echo_area_display) [HAVE_X_WINDOWS]: Do nothing
5412 if selected_frame is equal to Vterminal_frame.
5413
68c45bf0 54141999-10-19 Paul Eggert <eggert@twinsun.com>
427ec082 5415
68c45bf0 5416 Add support for large files, 64-bit Solaris, system locale codings.
427ec082 5417
68c45bf0
PE
5418 * Makefile.in (emacs): Set the LC_ALL environment variable to "C"
5419 when dumping, so that the dumped Emacs doesn't have stray locale info.
5420 (dired.o): Depend on systime.h.
5421 (editfns.o): Depend on coding.h.
5422
5423 * alloc.c, buffer.c, callproc.c, ccl.c, charset.c, coding.c, data.c,
5424 dispnew.c, editfns.c, emacs.c, filelock.c, floatfns.c, hftctl.c,
5425 keyboard.c, process.c, sysdep.c, unexelf.c, unexhp9k800.c,
5426 unexsunos4.c, vmsfns.c, vmsgmalloc.c, w32faces.c, w32menu.c, w32term.c,
5427 w32xfns.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
5428 Include <config.h> before any system include files.
5429
5430 * alloc.c, buffer.c, ccl.c, data.c, editfns.c, emacs.c, eval.c,
5431 fileio.c, filelock.c, frame.c, insdel.c, keymap.c, lread.c,
5432 m/alpha.h, print.c, search.c, sysdep.c, xdisp.c, xfaces.c, xfns.c,
5433 xmenu.c, xterm.c:
5434 Do not include <stdlib.h>, as <config.h> does this now.
5435
5436 * callproc.c (Fcall_process):
5437 Synchronize messages locale before invoking strerror.
5438 Decode resulting string with locale-coding-system.
5439
5440 * coding.c (Vlocale_coding_system): New var.
5441 (syms_of_coding): Adjust to above change.
5442 (emacs_strerror): New function.
5443
5444 * coding.h (emacs_strerror, Vlocale_coding_system): New decls.
427ec082 5445
68c45bf0
PE
5446 * config.in (HAVE_STDIO_EXT_H, HAVE_TM_GMTOFF, HAVE___FPENDING,
5447 HAVE_FTELLO, HAVE_GETLOADAVG, HAVE_MBLEN, HAVE_MBRLEN,
5448 HAVE_STRSIGNAL): New macros.
5449 (BITS_PER_LONG): Default to 64 if _LP64 is defined.
5450 <stdlib.h>: Include if HAVE_STDLIB_H is defined and NOT_C_CODE isn't.
5451
5452 * dired.c: Include "systime.h".
5453 (Ffile_attributes): Do not cast s.st_size to int; this loses
5454 information if int is 32 bits but st_size and EMACS_INT are larger.
5455 Treat large device numbers like large inode numbers.
5456
5457 * dispnew.c (PENDING_OUTPUT_COUNT): Use __fpending if available.
5458
5459 * editfns.c: Include coding.h.
5460 (emacs_strftime): Remove decl.
5461 (emacs_strftimeu): New decl.
5462 (emacs_memftimeu): Renamed from emacs_memftime; new arg UT.
5463 Use emacs_strftimeu instead of emacs_strftime.
5464 (Fformat_time_string): Convert format string using
5465 Vlocale_coding_system, and convert result back. Synchronize time
5466 locale before invoking lower level function. Invoke
5467 emacs_memftimeu, passing ut, instead of emacs_memftime.
427ec082 5468
68c45bf0
PE
5469 * emacs.c: Include <locale.h> if HAVE_SETLOCALE is defined.
5470 (Vmessages_locale, Vprevious_messages_locale, Vtime_locale,
5471 Vprevious_time_locale): New variables.
5472 (main): Invoke setlocale early, so that initial error messages are
5473 localized properly. But skip locale-setting if LC_ALL is "C".
5474 Fix up locale when it's safe to do so.
5475 (fixup_locale): Moved here from xterm.c.
5476 (synchronize_locale, synchronize_time_locale,
5477 synchronize_messages_locale): New functions.
5478 (syms_of_emacs): Accommodate above changes.
5479
5480 * fileio.c (report_file_error): Convert strerror output according
5481 to Vlocale_coding_system.
5482 (Finsert_file_contents): Check for arithmetic overflow in
5483 computations that depend on file size. Report IO errors
5484 with emacs_strerror, not strerror.
5485
5486 * fns.c (Fgethash): Declare dflt parameter.
5487
5488 * gmalloc.c: Do not define const to nothing if HAVE_CONFIG_H
5489 is defined; that's config.h's job.
5490
5491 * lisp.h (EMACS_INT, BITS_PER_EMACS_INT, EMACS_UINT): If _LP64,
5492 default these values to long, BITS_PER_LONG, and unsigned long.
5493 (VALBITS, MARKBIT, XINT): Do not assume 32-bit EMACS_INT.
5494 (PNTR_COMPARISON_TYPE): Default to EMACS_UINT, not to unsigned int.
5495 (code_convert_string_norecord, fixup_locale,
5496 synchronize_messages_locale, synchronize_time_locale,
5497 emacs_open, emacs_close, emacs_read, emacs_write): New decls.
5498 All Emacs callers of open, close, read, write changed to use
5499 emacs_open, emacs_close, emacs_read, emacs_write.
5500
5501 * lread.c (file_offset, file_tell): New macros. All uses of ftell
5502 changed to file_tell.
5503 (saved_doc_string_position, prev_saved_doc_string_position): Now
5504 of type file_offset.
5505 (init_lread): Do not fix locale here; fixup_locale now does this.
5506
5507 * m/amdahl.h, s/usg5-4.h:
5508 (NSIG): Remove.
5509 (NSIG_MINIMUM): New macro.
5510
5511 * m/cydra5.h, m/dpx2.h, m/mips.h, m/pfa50.h, m/sps7.h, m/stride.h,
5512 m/ustation.h, s/gnu-linux.h, s/hpux.h, s/iris3-5.h, s/iris3-6.h,
5513 s/umips.h, s/usg5-4.h:
5514 (SIGIO): Do not undef.
5515 (BROKEN_SIGIO): New macro.
5516
5517 * m/ustation.h:
5518 (SIGTSTP): Do not undef.
5519 (BROKEN_SIGTSTP): New macro.
5520
5521 * s/gnu-linux.h:
5522 (SIGPOLL, SIGURG): Do not undef.
5523 (BROKEN_SIGPOLL, BROKEN_SIGURG): New macros.
5524
5525 * s/ptx4.h:
5526 (SIGINFO): Do not undef.
5527 (BROKEN_SIGINFO): New macros.
427ec082 5528
68c45bf0
PE
5529 * m/delta.h, s/ptx.h, s/template.h: Doc fix.
5530
5531 * mktime.c, strftime.c: Update to glibc 2.1.2 version, with
5532 some Emacs-related changes merged.
5533
5534 * print.c (float_to_string): Prepend "-" to representation of a
5535 NaN if the NaN is negative.
5536
5537 * process.c (sys_siglist): Omit if HAVE_STRSIGNAL.
5538 (wait_reading_process_input): Use emacs_strerror, not strerror.
427ec082 5539
68c45bf0
PE
5540 * process.c (status_message, sigchld_handler): Synchronize locale,
5541 then use strsignal istead of sys_siglist.
5542 * w32proc.c (sys_wait): Likewise.
427ec082 5543
68c45bf0
PE
5544 * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h,
5545 s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/osf1.h, s/rtu.h,
5546 s/sunos4-1.h, s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h,
5547 s/usg5-2.h, s/usg5-3.h, s/xenix.h:
5548 (open, close, read, write, INTERRUPTIBLE_OPEN,
5549 INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Remove.
5550
5551 * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): New macros.
5552
5553 * sysdep.c (sys_read, sys_write, read, write, sys_close, close,
5554 sys_open, open): Remove.
5555 (emacs_open, emacs_close, emacs_read, emacs_write): Always define;
5556 the old INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE, and INTERRUPTIBLE_IO
5557 macros are no longer used.
5558 (emacs_open): Renamed from sys_open. Merge BSD4_1 version.
5559 (emacs_close): Renamed from sys_close.
5560 (emacs_read): Renamed from sys_read.
5561 (emacs_write): Renamed from sys_write.
5562 (sys_siglist): Do not declare if HAVE_STRSIGNAL.
5563 (dup2): Do not print error on failure; the real dup2 doesn't.
5564 (strsignal): New function, defined if !HAVE_STRSIGNAL.
5565
5566 * syssignal.h (SIGINFO): Undef if defined and if BROKEN_SIGINFO
5567 is defined.
5568 (SIGIO, SIGPOLL, SIGTSTP, SIGURG): Likewise.
5569 (NSIG): If less than NSIG_MINIMUM, define to NSIG_MINIMUM.
5570 (strsignal): Declare if !HAVE_STRSIGNAL.
5571
5572 * unexelf.c (ElfBitsW, ELFSIZE, ElfExpandBitsW): New macros.
5573 (ElfW): Define in terms of ElfExpandBitsW.
5574
5575 * w32proc.c (sys_siglist): Remove decl.
5576
5577 * xdisp.c (decode_mode_spec): 3rd arg is int, not char, to comply
5578 with ANSI C.
5579 (display_string): Declare face_string_pos arg.
5580
5581 * xfns.c (Fx_show_tip): Declare timeout param.
5582
5583 * xterm.c: No need to include locale.h.
5584 (x_alloc_lighter_color, x_setup_relief_color):
5585 Pass arg as double, not float, for compatibility with ANSI C.
5586 (fixup_locale): Move to emacs.c.
5587 (x_term_init): Do not setlocale or fixup locale; the main program
5588 does this now.
5589
2f0b74ea
DL
55901999-10-18 Dave Love <fx@gnu.org>
5591
5592 * doc.c (Fdocumentation_property): Gcpro `tem'.
5593
471aa4a0
KH
55941999-10-18 Kenichi Handa <handa@etl.go.jp>
5595
5596 * lread.c (Fload): Calculate bytes of filename correctly.
5597 (openp): Likewise.
5598
aca2020b
KH
55991999-10-18 Keisuke Nishida <kxn30@po.cwru.edu>
5600
5601 * print.c (print_preprocess): In case print-circle is nil,
5602 add OBJ to Vprint_number_table only when OBJ is a symbol.
5603
1f5fe392 56041999-10-18 Kenichi Handa <handa@etl.go.jp>
b843d1ae
KH
5605
5606 * coding.c (code_convert_string): Add record_unwind_protect to
5607 assure setting inhibit_pre_post_conversion back to zero. Take
5608 care of the multibyteness of the working buffer.
5609
5610 * coding.c (inhibit_pre_post_conversion): New variable.
5611 (setup_coding_system): If inhibit_pre_post_conversion is nonzero,
5612 ignore post-read-conversion and pre-write-conversion property of
5613 the coding system.
5614 (code_convert_region_unwind): New function.
5615 (code_convert_region): Set inhibit_pre_post_conversion to 1 while
5616 running pre-write-conversion and post-read-conversion.
5617 (code_convert_string): Likewise.
5618
cd876a91
GM
56191999-10-17 Miles Bader <miles@gnu.org>
5620
5621 * editfns.c: Doc fix.
5622
56231999-10-17 Miles Bader <miles@gnu.org>
5624
5625 * editfns.c (Fconstrain_to_field): Make sure we don't violate the
5626 argument preconditions of find_before_next_newline in the case
5627 where both ONLY_IN_LINE and ESCAPE_FROM_EDGE are set and OLD_POS
5628 was indeed at the edge.
5629
56301999-10-17 Miles Bader <miles@gnu.org>
5631
5632 * minibuf.c (Fminibuffer_complete_and_exit): Supply value for new
5633 ESCAPE_FROM_EDGE parameter to Ffield_beginning.
5634
5635 * editfns.c (text_property_eq, text_property_stickiness): Don't
5636 use initializers for auto variables of type Lisp_Object.
5637 (find_field): Likewise. Use braces around nested ifs.
5638 (Fline_end_position): Store the raw eol in a variable, so that the
5639 final expression doesn't look so ugly.
5640 (Fconstrain_to_field): Doc fix.
5641 (preceding_pos): Renamed from `preceeding_pos'.
5642 (text_property_stickiness, find_field): Call preceding_pos,
5643 not preceeding_pos.
5644
56451999-10-17 Miles Bader <miles@gnu.org>
5646
5647 * editfns.c (Ffield_string_no_properties): New function.
5648 (text_property_stickiness, preceeding_pos): New functions.
5649 (Ffield_string): Remove PROPS parameter.
5650 (find_field): Add MERGE_AT_BOUNDARY parameter.
5651 Rewrite to use stickiness of `field' property to resolve
5652 ambiguous cases.
5653 (Ffield_beginning, Ffield_end): Add ESCAPE_FROM_EDGE parameter.
5654 (Fconstrain_to_field): Likewise.
5655 (syms_of_editfns): Init Sfield_string_no_properties.
427ec082 5656 (Ffield_string, Ferase_field, Ffield_end):
cd876a91
GM
5657 Supply new MERGE_AT_BOUNDARY argument to find_field.
5658 (Fline_beginning_position, Fline_end_position): Supply new
5659 ESCAPE_FROM_EDGE parameter to Fconstrain_to_field.
5660 Pass a value of Qt for the ONLY_IN_LINE argument to
5661 Fconstrain_to_field (only matters if N != 1).
5662 * syntax.c (Fforward_word): Supply new ESCAPE_FROM_EDGE parameter
5663 to Fconstrain_to_field.
5664
5665 * minibuf.c (Fminibuffer_complete_word): Use
5666 Ffield_beginning to find the prompt end.
5667
56681999-10-17 Miles Bader <miles@gnu.org>
5669
5670 * editfns.c (Fconstrain_to_field): Add get/set-current-point
5671 behavior when NEW_POS is nil.
5672 (find_field): Use XSETFASTINT instead of make_number.
5673 * minibuf.c (Fminibuffer_complete_and_exit): Test for an empty
5674 input string by seeing where the field begins, instead of
5675 looking at text-properties.
5676
56771999-10-17 Miles Bader <miles@gnu.org>
5678
5679 * editfns.c (Qfield): New variable.
5680 (find_field, Ferase_field, Ffield_string,
5681 Ffield_beginning, Ffield_end, Fconstrain_to_field): New functions.
5682 (Fline_beginning_position, Fline_end_position): Constrain to any field.
5683 (make_buffer_string_both): Remove minibuffer-prompt hack.
5684 (syms_of_editfns): Initialize Qfield, and subr entries for
5685 field functions above.
5686 * minibuf.c (read_minibuf): Don't save minibuffer prompt length on
5687 minibuf_save_list.
5688 Don't initialize minibuffer prompt length.
5689 Wrap prompt text-properties around the entire prompt.
5690 Add 'prompt text-property to prompt.
5691 Get final value with Ffield_string instead of make_buffer_string.
5692 (read_minibuf_unwind): Don't restore minibuffer prompt length from
5693 minibuf_save_list.
5694 (do_completion): Get minibuffer input with Ffield_string
5695 instead of Fbuffer_string.
5696 Erase minibuffer input with Ferase_field instead of erase_buffer.
5697 (Fminibuffer_complete_and_exit): Likewise.
5698 Test whether buffer is empty by looking for the 'prompt text
5699 property at the end.
5700 Set prompt length by looking for the end of the prompt text property,
5701 and save prompt length for later use (since there is no longer a
5702 buffer variable to get it from).
5703 (Fminibuffer_prompt_width, Fminibuffer_prompt_end): Functions removed.
5704 (syms_of_minibuf): Remove initializations of
5705 Sminibuffer_prompt_width and Sminibuffer_prompt_end.
5706 * buffer.h (struct buffer): Remove prompt_end_charpos field.
427ec082 5707 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer, Fkill_buffer):
cd876a91
GM
5708 Don't initialize prompt_end_charpos field.
5709 * syntax.c (Fforward_word): Likewise.
5710 Constrain to any field.
5711
3f6f7508
GM
57121999-10-16 Gerd Moellmann <gerd@gnu.org>
5713
5714 * window.c (enum save_restore_action): New.
5715 (save_restore_orig_size): Change parameter list. Add
5716 functionality to check for valid orig_top and orig_height members
5717 in a window tree.
5718 (grow_mini_window): Call save_restore_orig_size with new parameter
5719 list.
5720 (shrink_mini_window): Restore old window sizes only if old
5721 size information is valid in all windows in a window tree.
427ec082 5722
06482119
GM
57231999-10-15 Gerd Moellmann <gerd@gnu.org>
5724
2710454d
GM
5725 * xmenu.c (set_frame_menubar): Don't call
5726 x_set_menu_resources_from_menu_face here.
5727 (update_frame_menubar): Call x_set_menu_resources_from_menu_face.
5728
06482119
GM
5729 * xfns.c (gif_load): Fix handling of interlaced GIFs.
5730
17fa2837
DL
57311999-10-14 Dave Love <fx@gnu.org>
5732
5733 * xdisp.c (handle_fontified_prop): GCPRO `pos'.
5734
45f93416
GM
57351999-10-14 Gerd Moellmann <gerd@gnu.org>
5736
5737 * process.c (Fopen_network_stream): Don't loop if gethostbyname
5738 fails and h_errno is TRY_AGAIN.
5739
c765b723
DL
57401999-10-13 Dave Love <fx@gnu.org>
5741
5742 * filelock.c (lock_file): Move gcpro of `fn'.
5743
dace7f4e
GM
57441999-10-10 Gerd Moellmann <gerd@gnu.org>
5745
5746 * keyboard.c (auto-save-interval): Fix documentation.
427ec082 5747
83c8f461 57481999-10-09 Richard M. Stallman <rms@gnu.org>
73fb36f1
RS
5749
5750 * print.c (print): When removing objects from Vprint_number_table,
5751 only scan the newly added objects.
5752 (print_preprocess): If OBJ is a gensym, and print-continuous-numbering,
5753 unconditionally force it to stay in the table.
5754
85177c86
GM
57551999-10-09 Gerd Moellmann <gerd@gnu.org>
5756
5757 * xfns.c (prepare_image_for_display): Don't try to load image if
5758 loading it failed before.
5759 (lookup_image, prepare_image_for_display): Remember if loading the
5760 image failed.
5761 (xpm_load): Add missing UNBLOCK_INPUT.
5762
5763 * dispextern.h (struct image): New member load_failed_p.
5764
11e4de5d
SM
57651999-10-08 Stefan Monnier <monnier@cs.yale.edu>
5766
f28eba7b 5767 * fileio.c (Fmake_temp_name): Add a reference to `make-temp-file'
11e4de5d
SM
5768 in the docstring.
5769
f1da8f06
GM
57701999-10-08 Gerd Moellmann <gerd@gnu.org>
5771
5772 * xterm.c (XTread_socket) <ClientMessage, WM_TAKE_FOCUS>:
5773 Don't call XSetInputFocus because that can generate additional
5774 FocusIn events.
427ec082 5775
c37bbd4f
GM
57761999-10-07 Jeffrey C Honig <jch@bsdi.com>
5777
5778 * bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
5779
83c8f461 57801999-10-07 Richard M. Stallman <rms@gnu.org>
78cc5c64
GM
5781
5782 * process.c (wait_reading_process_input): When trying to suck
5783 input from one process, for accept-process-output,
5784 exit that loop if we get EAGAIN or EWOULDBLOCK.
5785
577d9e2f
GM
57861999-10-07 Gerd Moellmann <gerd@gnu.org>
5787
5788 * xfaces.c (Qbitmap_spec_p): Replaces Qpixmap_spec_p.
5789 (Fbitmap_spec_p): Replaces Fpixmap_spec_p.
5790 (load_pixmap): Use Fbitmap_spec_p and Qbitmap_spec_p instead of
5791 Fpixmap_spec_p and Qpixmap_spec_p.
5792 (load_face_colors, check_lface_attrs,
5793 merge_face_vector_with_property,
5794 Finternal_set_lisp_face_attribute): Use Fbitmap_spec_p.
5795 (syms_of_xfaces): Initialize Qbitmap_spec_p, defsubr
5796 Fbitmap_spec_p.
5797
f5737ad2
GM
57981999-10-07 Gerd Moellmann <gerd@gnu.org>
5799
5800 * xdisp.c (display_menu_bar): Use MENU_FACE_ID instead of
5801 MODE_LINE_FACE_ID.
5802
5803 * xfaces.c (toplevel) [USE_MOTIF]: Include some Motif headers.
5804 (struct x_resources) [USE_X_TOOLKIT]: New.
5805 (xm_apply_resources, xm_set_menu_resources_from_menu_face)
5806 [USE_MOTIF]: New.
5807 (xl_apply_resources, xl_set_menu_resources_from_menu_face)
5808 [USE_LUCID]: New.
5809 (x_set_menu_resources_from_menu_face) [USE_X_TOOLKIT]: New.
5810 (Qmenu): New.
5811 (syms_of_xfaces): Initialize Qmenu.
5812 (realize_basic_faces): Realize face `menu'.
5813 (resolve_face_name): New.
5814 (lface_from_face_name): Use it.
5815 (Finternal_set_lisp_face_attribute): Ditto.
5816 (Fpixmap_spec_p): Rewritten. Extend doc string.
5817
5818 * xmenu.c (set_frame_menubar, xmenu_show): Call
5819 x_set_menu_resources_from_menu_face.
5820
5821 * dispextern.h (enum face_id): Add MENU_FACE_ID.
5822 (toplevel): Include X11/Intrinsic.h.
5823
6a1aa823
DL
58241999-10-03 Ken'ichi Handa <handa@gnu.org>
5825
5826 * coding.c (DECODE_CHARACTER_ASCII): Decode ASCII invocated to GR
5827 correctly.
5828
26901792
DL
58291999-09-30 Kenichi Handa <handa@etl.go.jp>
5830
5831 * category.c (modify_lower_category_set): Set default value of
5832 TABLE correctly.
5833
5834 * minibuf.c (Fminibuffer_complete_word): Calculate string byte
5835 size correctly.
5836
58371999-09-29 Gerd Moellmann <gerd@gnu.org>
5838
5839 * editfns.c (Fpropertize): Renamed from Fproperties.
5840
58411999-09-29 Gerd Moellmann <gerd@gnu.org>
5842
5843 * xdisp.c (resize_mini_window): Do nothing if frame is an X
5844 frame that hasn't been initialized yet.
5845
83c8f461 58461999-09-28 Richard M. Stallman <rms@gnu.org>
a04f1a93
PR
5847
5848 * keymap.c (Fsingle_key_description): Make tem big enough.
5849 (describe_buffer_bindings): Make buf big enough.
5850
83c8f461 58511999-09-27 Richard M. Stallman <rms@gnu.org>
d177c583
PR
5852
5853 * intervals.c (get_local_map): Use indirect_function,
5854 not Findirect_function.
5855
26901792
DL
58561999-09-27 Dave Love <fx@gnu.org>
5857
5858 * cm.h: Remove unneeded declaration of ospeed.
5859
58601999-09-26 Gerd Moellmann <gerd@gnu.org>
5861
5862 * lisp.h (toplevel): Add prototype for
5863 next_single_char_property_change.
5864
5865 * textprop.c (next_single_char_property_change): New.
5866
5867 * xdisp.c (display_prop_end, invisible_text_between_p): Use
5868 next_single_char_property_change.
5869
58701999-09-25 Gerd Moellmann <gerd@gnu.org>
5871
5872 * editfns.c (Fproperties): New.
5873 (syms_of_editfns): Defsubr it.
5874
5875 * xfns.c (lookup_image): Set image's timestamp because it's
5876 used when we look it up.
5877
58781999-09-23 Gerd Moellmann <gerd@gnu.org>
5879
5880 * window.c (enlarge_window): Add window parameter instead of using
5881 selected_window.
5882 (Fdisplay_buffer): Call it with window parameter instead of
5883 setting selected_window.
5884 (Fenlarge_window, Fshrink_window): Ditto.
5885 (shrink_mini_window): If there is no recorded height and position
5886 info, resize mini-window to height 1.
5887
5888 * xfns.c (image_error): Use add_to_log.
5889
5890 * xfaces.c (load_pixmap): Call add_to_log without frame parameter.
5891 (load_face_font_or_fontset, load_color,
5892 merge_face_vector_with_property): Ditto.
5893
5894 * dispextern.h: Add prototype for add_to_log.
5895
5896 * xfaces.c (add_to_log): Move to xdisp.c.
5897
5898 * xdisp.c (add_to_log): Moved from xfaces.c. Remove frame
5899 parameter.
5900
59011999-09-23 Gerd Moellmann <gerd@gnu.org>
5902
5903 * xterm.c (XTread_socket) <MotionNotify>: Change #ifdef
5904 USE_X_TOOLKIT to #ifdef USE_TOOLKIT_SCROLL_BARS.
5905
5906 * xdisp.c (resize_mini_window): Use grow_mini_window and
5907 shrink_mini_window.
5908
5909 * window.c (window_min_size): Add parameter ignore_fixed_p.
5910 (change_window_height): Call window_min_size with new parameter.
5911 (shrink_window_lowest_first, save_restore_orig_size,
5912 grow_mini_window, shrink_mini_window): New.
5913 (make_window, replace_window): Initialize orig_top and
5914 orig_height.
5915 (enlarge_window): Renamed from change_window_height. Make it
5916 static.
5917 (Fdisplay_buffer, Fenlage_window, Fshrink_window): Call
5918 enlarge_window instead of change_window_height.
5919
5920 * window.h (struct window): New members orig_top, orig_height.
5921 (toplevel): Add prototypes for grow_mini_window and
5922 shrink_mini_window. Remove prototype for change_window_height.
5923
59241999-09-21 Eli Zaretskii <eliz@gnu.org>
5925
5926 * frame.c (frame_name_fnn_p): Fix previous change.
5927
59281999-09-20 Gerd Moellmann <gerd@gnu.org>
5929
5930 * minibuf.c (toplevel): Move include of stdio.h to other includes.
5931
5932 * dispnew.c (direct_output_for_insert): Cast arguments to
5933 safe_bcopy to char *.
5934
5935 * lread.c (readchar): Remove unused variables.
5936 (read_filtered_event, read1, Fmapatoms): Ditto.
5937 (toplevel): Include intervals.h.
5938
5939 * eval.c (Fsignal): Remove unused variables.
5940 (Fcommandp, do_autoload): Ditto.
5941
5942 * lisp.h: Add prototype for safe_bcopy, fatal.
5943
5944 * editfns.c (init_editfns): Remove unused variables.
5945 (Fgoto_char, Fchar_after, Fformat): Ditto.
5946 (message_text, message_length): Put in #ifndef HAVE_MENUS.
5947
5948 * data.c (find_symbol_value): Remove unused variables.
5949 (Faref, Fstring_to_number): Ditto.
5950 (toplevel): Include stdio.h.
5951 (Fnumber_to_string): Cast XINT to long for %ld.
5952
5953 * casefiddle.c (casify_object): Remove unused variables.
5954 (casify_region): Ditto.
5955
427ec082 5956 * filelock.c (get_boot_time): Put local variable used in
26901792
DL
5957 conditinally compiled section in #ifdef.
5958 (toplevel): Include stdio.h.
5959
5960 * keymap.c (Flookup_key, Faccessible_keymaps, describe_vector,
5961 keys_of_keymap, syms_of_keymap): Remove unused variables.
5962
59631999-09-20 Gerd Moellmann <gerd@gnu.org>
5964
5965 * xdisp.c (sync_frame_with_window_matrix_rows): Disable frame rows
5966 whose corresponding window rows have been disabled in
5967 try_window_id.
5968
59691999-09-20 Gerd Moellmann <gerd@gnu.org>
5970
5971 * xdisp.c (compute_window_start_on_continuation_line): Handle case
5972 that window start is out of range.
5973 (handle_display_prop, handle_single_display_prop): Replace
5974 marginal area specifications like `left-margin' with `(margin
5975 left-margin)'.
5976 (Qmargin): New.
5977 (syms_of_xdisp): Initialize Qmargin.
5978
59791999-09-19 Gerd Moellmann <gerd@gnu.org>
5980
5981 * syntax.c (update_syntax_table, find_defun_start, back_comment,
5982 describe_syntax, skip_chars): Remove unused variables.
5983 (back_comment, forw_comment): Add braces to if-statement with
5984 if-else as dependent statement.
5985
5986 * process.c (list_processes_1): Remove unused variables.
5987 (Fopen_network_stream, create_process): Add parentheses to
5988 conditional expressions.
5989 (create_process): Put declaration of sigchld in #if 0.
5990 (Fopen_network_stream): Removed unused variables.
5991 (Fopen_network_stream, wait_reading_process_input,
5992 wait_reading_process_input, send_process, send_process): Ditto.
5993 (toplevel): Add prototypes for set_waiting_for_input and
5994 keyboard_bit_set.
5995
5996 * abbrev.c (Fexpand_abbrev): Remove unused variables.
5997
5998 * textprop.c (Fset_text_properties): Remove unused variables.
5999 (text_property_list, verify_interval_modification,
6000 interval_has_all_properties): Ditto.
6001
6002 * callproc.c (toplevel) [HAVE_UNISTD_H]: Include unistd.h.
6003 (Fcall_process): Remove unused variable.
6004
6005 * keyboard.c (Frecursive_edit): Remove unused variable.
6006 (command_loop_1, safe_run_hooks, kbd_buffer_get_event,
6007 timer_check, make_lispy_event, menu_bar_items,
6008 menu_bar_one_keymap, menu_bar_item, parse_menu_item,
6009 parse_tool_bar_item, read_char_x_menu_prompt, read_key_sequence,
6010 kbd_buffer_get_event, make_lispy_event, read_char_x_menu_prompt,
6011 read_key_sequence): Ditto. Fread_key_sequence,
6012 Fread_key_sequence_vector, Fsuspend_emacs): Ditto.
6013 (read_key_sequence) [GOBBLE_FIRST_EVENT]: Put local variables only
6014 used when GOBBLE_FIRST_EVENT is defined in #ifdef
6015 (Fexecute_extended_command): Cast XINT to long for %ld.
6016 (toplevel) [HAVE_UNISTD_H]: Include unistd.h.
6017 (toplevel): Include sys/types.h.
6018
6019 * lisp.h (RETURN_UNGCPRO): Use do-while (0) idiom.
6020 (toplevel): Add prototypes for stuff_char, and
6021 code_convert_string_norecord.
6022
60231999-09-19 Gerd Moellmann <gerd@gnu.org>
6024
6025 * buffer.h: Add prototype for r_re_alloc.
6026
6027 * insdel.c (copy_text): Removed unused variables.
6028 (count_combining_after, count_combining_after, insert_1_both,
6029 insert_from_string_1, insert_from_buffer_1, check_markers): Ditto.
6030 (adjust_after_replace, replace_range): Add parentheses to logical
6031 expressions. Remove unused variables.
6032 (CHECK_BYTE_COMBINING_FOR_INSERT): Add parentheses to logical
6033 expression.
6034
6035 * alloc.c (Fgarbage_collect): Remove unused variable.
6036 (compact_strings): Add parentheses around assignments in
6037 conditional context.
6038 (toplevel): Put declaration of unused function clear_marks
6039 in #if 0 like its definition.
6040
6041 * lisp.h: Add prototype for shrink_regexp_cache,
6042 sweep_weak_hash_tables.
6043
60441999-09-19 Dave Love <fx@gnu.org>
6045
6046 * process.c (Fopen_network_stream): Use strerror, not gai_strerror.
6047
6048 * doc.c (read_bytecode_char): Declare arg.
6049
6050 * lisp.h: Declare Fcurrent_message, Fmake_temp_name,
6051 read_bytecode_char, Fx_hide_busy_cursor, getloadavg.
6052
60531999-09-18 Richard Stallman <rms@gnu.org>
6054
6055 * xdisp.c (echo_area_display): Turn off code that returned
6056 without doing anything when using a terminal frame.
6057
83c8f461 60581999-09-17 Richard M. Stallman <rms@gnu.org>
27271329
PR
6059
6060 * unexelf.c (unexec): Don't get confused by a short section
6061 just before the bss section.
6062
26901792
DL
60631999-09-16 Gerd Moellmann <gerd@gnu.org>
6064
6065 * emacs.c (main): Remove unused variables.
6066 (sort_args, Fkill_emacs, Fkill_emacs): Ditto.
6067
6068 * lisp.h: Add prototype for uninterrupt_malloc, memory_warnings,
6069 init_fileio_once, syms_of_sound, init_xfns, init_fns
6070 init_sound, check_message_stack.
6071
6072 * emacs.c (toplevel) [HAVE_UNISTD_H]: Include unistd.h.
6073
6074 * intervals.c (rotate_right, rotate_left): Add braces to avoid
6075 ambiguous else warning.
6076 (split_interval_left): Remove unused variables.
6077 (previous_interval, adjust_intervals_for_deletion,
6078 set_point_both, set_point_both, set_intervals_multibyte_1): Ditto.
6079 (icount, idepth, zero_length): Move into #if 0 section below
6080 original position where these are used.
6081
6082 * buffer.h [REL_ALLOC]: Add prototypes for r_alloc and r_alloc_free.
6083
6084 * buffer.c (Fkill_buffer): Remove unused variables.
6085 (Fkill_buffer, overlays_at, overlays_in, recenter_overlay_lists,
6086 fix_overlays_in_range, Fmove_overlay, Fprevious_overlay_change,
6087 init_buffer_once, (syms_of_buffer): Ditto.
6088
6089 * xrdb.c (get_fallback): Remove unused variable.
6090 (x_load_resources): Ditto. Put local variable used for Motif only
6091 in #ifdef USE_MOTIF.
6092
60931999-09-16 Gerd Moellmann <gerd@gnu.org>
6094
6095 * minibuf.c (read_minibuf): Remove unused variables.
6096 (read_minibuf, Fread_buffer, scmp, Fcompleting_read): Ditto.
6097 (do_completion): Move assignment out of conditional context.
6098 (Fdisplay_completion_list): Add parentheses to conditional expression.
6099
6100 * cm.c (toplevel) [HAVE_TERMCAP_H]: Include termcap.h.
6101
6102 * lisp.h: Add prototype for no_switch_window.
6103
6104 * window.c (Fset_window_buffer): Remove unused variables.
6105 (Fset_window_margins): Ditto.
6106
6107 * xdisp.c (resize_mini_window): Temporarily set the selected
6108 window's or Vminibuf_scroll_window's height to "fixed" around
6109 the call the change_window_height.
6110
6111 * window.c (window_fixed_size_p): Check window's height_fixed_p
6112 flag.
6113
6114 * window.h (struct window): New member height_fixed_p.
6115
6116 * dispnew.c (direct_output_forward_char): Don't use this method
6117 if showing a message or a message was just cleared because we
6118 might need to resize the mini-window.
6119
61201999-09-16 Gerd Moellmann <gerd@gnu.org>
6121
6122 * frame.c (Fdelete_frame): Correct local variable pointing to
6123 selected frame after selecting new frame.
6124
61251999-09-15 Richard Stallman <rms@gnu.org>
6126
6127 * puresize.h (BASE_PURESIZE): Increase to 525000.
6128
6129 * filelock.c (Vtemporary_file_directory): New variable.
6130 (syms_of_filelock): Set up Lisp variable.
6131
61321999-09-15 Gerd Moellmann <gerd@gnu.org>
6133
6134 * term.c (OUTPUT_IF, OUTPUT1_IF): Use do-while.
6135 (encode_terminal_code): Remove unused variables.
6136 (turn_off_face): Ditto.
6137 (toplevel): Include termcap.h if HAVE_TERMCAP_H.
6138
6139 * dispnew.c (update_frame_line): If writing whole desired line,
6140 don't clear to end of line if already at the end.
6141
61421999-09-15 Gerd Moellmann <gerd@gnu.org>
6143
6144 * xdisp.c (resize_mini_window): Don't report changed window
6145 height if it actually hasn't changed.
6146
427ec082 6147 * widget.c (set_frame_size, EmacsFrameSetCharSize): Remove
26901792
DL
6148 unused variables.
6149 (mark_shell_size_user_specified): Put in #if 0 because not used.
6150 (create_frame_gcs): Put in #if 0 because currently unused.
6151 (first_frame_p): Ditto.
6152
6153 * xmenu.c (single_menu_item, Fx_popup_menu, Fx_popup_menu,
6154 single_submenu, update_frame_menubar, set_frame_menubar,
6155 free_frame_menubar, xmenu_show, xdialog_show): Remove unused
6156 variables.
6157
6158 * print.c (PRINTFULLP): Removed because it is no longer used and
6159 is misleading.
6160 (Ferror_message_string): Remove unused variables.
6161 (print_object): Cast argument of sprintf to long for `%ld'
6162 specifier. Remove unused variable.
6163
61641999-09-14 Gerd Moellmann <gerd@gnu.org>
6165
6166 * sound.c (Fplay_sound): Remove usused variables.
6167 (be2hs): Put in #if 0 because it's currently not used.
6168
61691999-09-14 Ken Raeburn <raeburn@gnu.org>
6170
6171 * print.c (Ferror_message_string, print_error_message,
6172 print_object): Use XCAR, XCDR and XFLOAT_DATA instead of explicit
6173 member access.
6174
61751999-09-14 Gerd Moellmann <gerd@gnu.org>
6176
6177 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Put code in do-while.
6178
6179 * frame.c (Fnext_frame): Remove unused variable(s).
6180 (Fprevious_frame, Fmouse_pixel_position, frame_name_fnn_p): Ditto.
6181 (store_frame_param): Add parentheses to conditional expression.
6182 (Fmodify_frame_parameters): Remove unused variables.
6183 (Fmodify_frame_parameters, Fset_frame_size, Fset_frame_position):
6184 Ditto.
6185
6186 * xfns.c (x_set_background_color): Remove unused variable(s).
6187 (x_set_border_pixel): Ditto.
6188 (x_set_menu_bar_lines): Put local variable used only for
6189 non-toolkit case in #ifdef/#endif.
6190 (x_figure_window_size): Remove unused variable(s).
427ec082 6191 (x_figure_window_size, x_window, lookup_image,
26901792
DL
6192 xbm_read_bitmap_file_data, x_build_heuristic_mask, pbm_load,
6193 png_load, jpeg_load, gif_load, x_create_tip_frame,
6194 x_create_tip_frame, Fx_show_tip, x_set_border_pixel): Ditto.
6195
6196 * xterm.c (x_scroll_bar_handle_click): Compile only if
6197 not USE_TOOLKIT_SCROLL_BARS.
6198 (x_scroll_bar_set_handle, x_scroll_bar_note_movement): Ditto.
6199
6200 * dispextern.h: Add prototypes for gamma_correct and
6201 x_kill_gs_process.
6202
6203 * xterm.c (x_produce_glyphs): Remove unused variable(s).
6204 (x_alloc_nearest_color_for_widget, note_tool_bar_highlight,
6205 x_set_toolkit_scroll_bar_thumb): Ditto.
6206 (x_scroll_bar_create): Move local variable to the
6207 conditionally compiled section of code where it is used.
6208 (x_scroll_bar_create): Remove unused variable(s).
6209 (x_scroll_bar_remove, XTread_socket): Ditto.
6210 (XTread_socket) <ConfigureNotify>: Move variables used for
6211 non-toolkit case into conditionally compiled section of code.
6212
6213 * window.h (freeze_window_starts): Fix typo in prototype.
6214
6215 * xdisp.c (display_echo_area_1, try_window_id): Remove unused
6216 variable(s).
6217
6218 * lisp.h: Add prototype for debug_print.
6219
6220 * dispextern.h (xassert) [GLYPH_DEBUG]: Change definition
6221 to use do-while.
6222
6223 * fns.c (SXHASH_COMBINE): Add missing parentheses.
6224 (Fchar_table_range, Fset_char_table_default, mapcar1,
6225 Fyes_or_no_p, sweep_weak_hash_tables): Remove unused variable(s).
6226
6227 * lisp.h: Add prototype for getloadavg.
6228
62291999-09-14 Andreas Schwab <schwab@gnu.org>
6230
6231 * process.c (Fopen_network_stream): Avoid socket decriptor leak.
6232
6233 * lisp.h: Declare close_file_unwind.
6234
62351999-09-14 Richard Stallman <rms@gnu.org>
6236
6237 * filelock.c (get_boot_time): Make the temp name in the proper dir.
6238
62391999-09-13 Gerd Moellmann <gerd@gnu.org>
6240
6241 * xdisp.c (redisplay_window): Make sure start_at_line_beg
6242 is always set correctly.
6243
62441999-09-13 Dave Love <fx@gnu.org>
6245
6246 * xdisp.c (move_it_in_display_line_to): Make type consistent with
6247 declaration.
6248
62491999-09-13 Gerd Moellmann <gerd@delysid.gnu.org>
6250
6251 * xdisp.c (QCfile): Move here from xfns.c.
6252 (syms_of_xdisp): Initialize it.
6253 (message2_nolog): Change for Lisp_Object selected_frame.
6254 (message3_nolog, message_with_string, message,
6255 setup_echo_area_for_printing, truncate_echo_area,
6256 prepare_menu_bars, redisplay_internal, Fdump_tool_bar_row): Ditto.
6257
62581999-09-13 Dave Love <fx@gnu.org>
6259
6260 * xterm.c: Don't continue #define args for benefit of old cc.
6261 (xt_action_hook): Indent #error for benefit of K&R cc.
6262
62631999-09-13 Gerd Moellmann <gerd@delysid.gnu.org>
6264
6265 * xterm.c (XTcursor_to): Change for Lisp_Object selected_frame.
6266 (x_clear_frame, XTring_bell, XTmouse_position, XTread_socket): Ditto.
6267 (XRINGBELL): Removed.
6268
62691999-09-13 Dave Love <fx@gnu.org>
6270
6271 * xfns.c (x_put_x_image): Make type consistent with declaration.
6272
6273 * fns.c (Fmake_hash_table): Fix string continuation.
6274
62751999-09-13 Gerd Moellmann <gerd@delysid.gnu.org>
6276
6277 * xfns.c (QCfile): Moved to xdisp.c.
6278 (syms_of_xfns): Don't initialize QCfile.
6279 (check_x_frame): Change for Lisp_Object selected_frame.
6280 (check_x_display_info, x_get_resource_string): Ditto.
6281
62821999-09-13 Gerd Moellmann <gerd@gnu.org>
6283
6284 * minibuf.c (choose_minibuf_frame): Don't try to set the
6285 mini-buffer window's buffer, if the buffer is invalid.
6286
6287 * xfns.c (QCfile): Moved to xdisp.c.
6288 (syms_of_xfns): Don't initialize QCfile.
6289
6290 * xdisp.c (QCfile): Move here from xfns.c.
6291 (syms_of_xdisp): Initialize it.
6292
6293 * lisp.h (selected_frame): Add external declaration.
6294
6295 * xselect.c (x_own_selection): Change for Lisp_Object selected_frame.
6296 (Fx_store_cut_buffer_internal): Ditto.
6297 (Fx_rotate_cut_buffers_internal): Ditto.
6298
6299 * xfaces.c (frame_or_selected_frame): Change for Lisp_Object
6300 selected_frame.
6301 (Finternal_set_lisp_face_attribute): Ditto.
6302 (Finternal_get_lisp_face_attribute): Ditto.
6303 (Finternal_lisp_face_empty_p): Ditto.
6304 (Fdump_face): Ditto.
6305
6306 * term.c (OUTPUT): Change for Lisp_Object selected_frame.
6307 (OUTPUT_IF, ring_bell, set_terminal_modes, reset_terminal_modes,
6308 set_terminal_window, set_scroll_region, reassert_line_highlight,
6309 change_line_highlight, cursor_to, raw_cursor_to, clear_to_end,
6310 clear_end_of_line, clear_end_of_line_raw, clear_end_of_line_raw,
6311 encode_terminal_code, write_glyphs, term_init): Ditto.
6312
6313 * sysdep.c (reset_sys_modes): Change for Lisp_Object selected_frame.
6314 (kbd_input_ast, read_input_waiting): Ditto.
6315
6316 * minibuf.c (choose_minibuf_frame): Change for Lisp_Object
6317 selected_frame.
6318 (read_minibuf): Ditto.
6319
6320 * keyboard.c (command_loop_1): Change for Lisp_Object
6321 selected_frame.
6322 (cmd_error_internal, command_loop_1, read_char,
6323 kbd_buffer_get_event, read_avail_input,
6324 read_char_minibuf_menu_prompt, read_key_sequence, Fsuspend_emacs,
6325 interrupt_signal, quit_throw_to_read_char): Ditto.
6326
6327 * fontset.c (Ffont_info): Change for Lisp_Object selected_frame.
6328 (Ffontset_info): DItto.
6329
6330 * emacs.c (handle_USR1_signal): Change for Lisp_Object selected_frame.
6331
6332 * dispnew.c (selected_frame): Make it a Lisp_Object.
6333 (adjust_frame_glyphs_initially): Change for Lisp_Object selected_frame.
6334 (direct_output_for_insert, direct_output_forward_char,
6335 init_display): Ditto.
6336
6337 * data.c (swap_in_symval_forwarding): Change for Lisp_Object
6338 selected_frame.
6339 (set_internal): Ditto.
6340
6341 * buffer.c (Fother_buffer): Change for Lisp_Object selected_frame.
6342 (record_buffer): Ditto.
6343
6344 * frame.c (Fmake_terminal_frame): Use SELECTED_FRAME.
6345 (do_switch_frame): Change for Lisp_Object selected_frame.
6346 (Fselected_frame): Ditto.
6347 (Fframe_first_window): Use SELECTED_FRAME.
6348 (Fframe_root_window): Change for Lisp_Object selected_frame.
6349 (Fframe_selected_window, Fset_frame_selected_window, Fnext_frame,
6350 Fprevious_frame, other_visible_frames, Fdelete_frame,
6351 Fmouse_position, Fmouse_pixel_position, Fmake_frame_visible,
6352 Fmake_frame_invisible, Ficonify_frame, Fraise_frame, Flower_frame,
6353 Fframe_parameters, Fmodify_frame_parameters, Fframe_char_height,
6354 Fframe_char_width, Fframe_pixel_height, Fframe_pixel_width,
6355 Fset_frame_height, Fset_frame_width): Ditto.
6356
63571999-09-13 Gerd Moellmann <gerd@gnu.org>
6358
6359 * xdisp.c (message2_nolog): Change for Lisp_Object selected_frame.
6360 (message3_nolog, message_with_string, message,
6361 setup_echo_area_for_printing, truncate_echo_area,
6362 prepare_menu_bars, redisplay_internal, Fdump_tool_bar_row): Ditto.
6363
6364 * xmenu.c (Fx_popup_menu): Change for Lisp_Object selected_frame.
6365 (Fx_popup_dialog): Ditto.
6366
6367 * xfns.c (check_x_frame): Change for Lisp_Object selected_frame.
6368 (check_x_display_info, x_get_resource_string): Ditto.
6369
6370 * xterm.c (XTcursor_to): Change for Lisp_Object selected_frame.
6371 (x_clear_frame, XTring_bell, XTmouse_position, XTread_socket): Ditto.
6372 (XRINGBELL): Removed.
6373
6374 * window.c (Fminibuffer_window): Change for Lisp_Object
6375 selected_frame.
6376 (Fwindow_at, Fprevious_window, window_loop, select_window_1,
6377 display_buffer_1, Fdisplay_buffer, temp_output_buffer_show,
6378 Fcurrent_window_configuration, init_window_once): Ditto.
6379
6380 * frame.h (SELECTED_FRAME): New.
6381
63821999-09-12 Ken Raeburn <raeburn@gnu.org>
6383
6384 * category.c (word_boundary_p): Use XCAR and XCDR.
6385 * ccl.c (ccl_driver, resolve_symbol_ccl_program,
6386 Fregister_code_conversion_map): Likewise.
6387 * coding.c (setup_coding_system, detect_coding_system,
6388 Ffind_operation_coding_system, Fset_coding_priority_internal):
6389 Likewise.
6390 * doc.c (get_doc_string, Fdocumentation,
6391 store_function_docstring): Likewise.
6392 * editfns.c (save_restriction_restore): Likewise.
6393 * eval.c (Fcond, Fmacroexpand, Fcondition_case, wants_debugger,
6394 skip_debugger, find_handler_clause, Fautoload, Fapply,
6395 run_hook_with_args, run_hook_list_with_args, Ffetch_bytecode):
6396 Likewise.
6397 * fileio.c (Ffind_file_name_handler, Finsert_file_contents,
6398 Fwrite_region, do_auto_save_unwind, Fdo_auto_save,
6399 Fread_file_name): Likewise.
6400 * filelock.c (unlock_all_files): Likewise.
6401 * insdel.c (Fcombine_after_change_execute): Likewise.
6402 * intervals.c (adjust_intervals_for_insertion): Likewise.
6403 * keymap.c (get_keymap_1, Fkeymap_parent, Fset_keymap_parent,
6404 Fset_keymap_parent, fix_submap_inheritance, access_keymap,
6405 store_in_keymap, Fcopy_keymap, define_as_prefix,
6406 current_minor_maps, Faccessible_keymaps,
6407 accessible_keymaps_char_table, Fkey_description,
6408 Fwhere_is_internal, where_is_internal_2, where_is_internal_1,
6409 describe_buffer_bindings, describe_map_tree, shadow_lookup,
6410 describe_map): Likewise.
6411 * lread.c (Fload, load_unwind, close_load_descs, read_vector,
6412 read_list, init_lread): Likewise.
6413 * search.c (Fmatch_data): Likewise.
6414 * sunfns.c (Fsun_menu_internal): Likewise.
6415 * syntax.c (describe_syntax): Likewise.
6416 * undo.c (record_insert, record_delete, Fundo_boundary,
6417 truncate_undo_list): Likewise.
6418 * vmsproc.c (child_sig): Likewise.
6419
6420 * editfns.c (Fformat): Use XFLOAT_DATA.
6421
64221999-09-12 Gerd Moellmann <gerd@gnu.org>
6423
6424 * keyboard.c (command_loop_1): Resize mini-window to the
6425 exact size of a message displayed, if any.
6426
6427 * xdisp.c (resize_mini_window): Add parameter exact_p. Resize
6428 to exact size if exact_p is non-zero.
6429 (display_echo_area_1): Call resize_mini_window with
6430 new parameter.
6431 (redisplay_internal): Ditto.
6432 (resize_echo_area_axactly): New.
6433
6434 * minibuf.c (read_minibuf_unwind): Call resize_mini_window with
6435 new parameter.
6436
6437 * dispextern.h: Change prototype of resize_mini_window.
6438 Add prototype for resize_echo_area_axactly.
6439
6440 * xfaces.c (Fx_family_fonts): Replaces Fx_font_list.
6441 (syms_of_xfaces): Defsubr accordingly.
6442
6443 * xdisp.c (hscroll_window_tree): Choose cursor row from
6444 desired or current matrix.
6445 (redisplay_internal): Hscroll before updating.
6446
64471999-09-12 Gerd Moellmann <gerd@gnu.org>
6448
6449 * syntax.c (Fforward_word): Use prompt_end_charpos instead
6450 of minibuffer_prompt_length.
6451
6452 * minibuf.c (read_minibuf): Use prompt_end_charpos instead
6453 of minibuffer_prompt_length.
6454 (read_minibuf_unwind): Ditto.
6455 (Fminibuffer_complete_and_exit): Ditto.
6456 (Fminibuffer_complete_word): Ditto.
6457 (Fminibuffer_prompt_end): Ditto.
6458
6459 * editfns.c (Fbuffer_string): Use prompt_end_charpos instead
6460 of minibuffer_prompt_length.
6461 (Fline_beginning_position): Ditto.
6462
6463 * buffer.c (Fget_buffer_create): Use prompt_end_charpos instead
6464 of minibuffer_prompt_length.
6465 (Fmake_indirect_buffer): Ditto.
6466 (Fkill_buffer): Ditto.
6467 (Ferase_buffer): Ditto.
6468
6469 * buffer.h (prompt_end_charpos): Replaces
6470 minibuffer_prompt_length.
6471
427ec082 6472 * minibuf.c (read_minibuf): Return mini-buffer contents
26901792
DL
6473 without the prompt.
6474
6475 * editfns.c (make_buffer_string_both): Take out the code
6476 to handle mini-buffer prompts.
6477 (Fbuffer_string): Handle the prompt here, instead.
6478
6479 * xfaces.c (lface_from_face_name): Resolve face aliases.
6480 (Qmode_line): Replaces Qmodeline.
6481 (realize_basic_faces): Use Qmode_line.
6482 (syms_of_xfaces): Initialize Qmode_line.
6483
64841999-09-12 Gerd Moellmann <gerd@gnu.org>
6485
6486 * minibuf.c (read_minibuf): Set minibuf_prompt_width to the
6487 current column after inserting prompt.
6488 (Fminibuffer_prompt_width): Return minibuf_prompt_width.
6489
6490 * xfaces.c (Qframe_update_face_colors): New.
6491 (syms_of_xfaces): Initialize call.
6492 (update_face_from_frame_parameter): Call that function when
6493 the frame's background changes.
6494
64951999-09-12 Richard Stallman <rms@gnu.org>
6496
6497 * insdel.c (del_range_1): Don't treat minibuffer prompt specially.
6498
64991999-09-12 Ken Raeburn <raeburn@gnu.org>
6500
6501 * alloc.c (Fcons, pure_cons, Fpurecopy, Fgarbage_collect,
6502 mark_object, mark_buffer): Use XCAR and XCDR.
6503 * bytecode.c (Fbyte_code): Likewise.
6504 * callint.c (Fcall_interactively, Fprefix_numeric_value):
6505 Likewise.
6506 * callproc.c (Fcall_process, Fcall_process_region, child_setup,
6507 getenv_internal): Likewise.
6508 * dired.c (file_name_completion): Likewise.
6509 * fns.c (Fsafe_length, concat, Fcopy_alist, Fmember, Fmemq, Fassq,
6510 assq_no_quit, Fassoc, Frassq, Frassoc, Fdelq, Fdelete, Freverse,
6511 Fplist_get, Fplist_put, internal_equal, mapcar1): Likewise.
6512 * indent.c (Fcompute_motion): Likewise.
6513 * process.c (decode_status, Fprocess_status, Fprocess_exit_status,
6514 list_processes_1, Fstart_process, Fopen_network_stream,
6515 wait_reading_process_input, read_process_output_call,
6516 kill_buffer_processes, sigchld_handler, exec_sentinel_unwind,
6517 status_notify, wait_reading_process_input): Likewise.
6518 * textprop.c (PLIST_ELT_P, property_value, set_properties,
6519 extend_property_ranges): Likewise.
6520 * w32faces.c (Fpixmap_spec_p, merge_face_list): Likewise.
6521 * w32fns.c (x_window_to_frame, x_set_frame_parameters,
6522 x_report_frame_params, x_set_cursor_type, x_icon_type,
6523 x_figure_window_size, Fx_create_frame, w32_load_system_font,
6524 w32_load_font, enum_font_cb2, w32_list_bdf_fonts, w32_list_fonts,
6525 w32_list_synthesized_fonts, w32_find_ccl_program, Fx_list_fonts,
6526 Fw32_find_bdf_fonts, w32_find_bdf_fonts_in_dir,
6527 x_display_info_for_name, Fx_display_list): Likewise.
6528 * w32menu.c (menubar_id_to_frame, single_keymap_panes,
6529 Fx_popup_menu, Fx_popup_dialog): Likewise.
6530 * w32proc.c (Fw32_set_keyboard_layout): Likewise.
6531 * w32term.c (x_window_to_scroll_bar, w32_read_socket,
6532 w32_term_init, x_delete_display): Likewise.
6533 * xfns.c (x_window_to_frame, x_any_window_to_frame,
6534 x_non_menubar_window_to_frame, x_menubar_window_to_frame,
6535 x_top_window_to_frame, x_set_frame_parameters,
6536 x_report_frame_params, x_set_cursor_type, x_icon_type,
6537 x_figure_window_size, Fx_create_frame, x_display_info_for_name,
6538 Fx_display_list, x_create_tip_frame): Likewise.
6539 * xmenu.c (menubar_id_to_frame, single_keymap_panes,
6540 Fx_popup_menu, Fx_popup_dialog): Likewise.
6541 * xselect.c (x_own_selection, x_get_local_selection,
6542 x_handle_selection_request, x_handle_selection_clear,
6543 x_clear_frame_selections, wait_for_property_change_unwind,
6544 wait_for_property_change, x_handle_property_notify,
6545 copy_multiple_data, x_get_foreign_selection,
6546 lisp_data_to_selection_data, clean_local_selection_data,
6547 x_handle_selection_notify, Fx_get_selection_internal,
6548 x_disown_buffer_selections): Likewise.
6549 * xterm.c (x_window_to_scroll_bar, XTread_socket, x_list_fonts,
6550 x_load_font, x_find_ccl_program, x_term_init, x_delete_display):
6551 Likewise.
6552
6553 * alloc.c (make_float, make_pure_float, Fpurecopy): Use
6554 XFLOAT_DATA.
6555 * bytecode.c (Fbyte_code): Likewise.
6556 * floatfns.c (extract_float, Fexpt, Fabs, rounding_driver,
6557 fmod_float): Likewise.
6558
65591999-09-11 Richard Stallman <rms@gnu.org>
6560
6561 * xdisp.c (run_window_scroll_functions): If hook functions switch
6562 buffers, switch back after.
6563
65641999-09-11 Ken Raeburn <raeburn@gnu.org>
6565
6566 * charset.h (GET_TRANSLATION_TABLE): Use XCDR.
6567 * frame.h (FOR_EACH_FRAME): Use XCAR and XCDR.
6568 (PIXEL_X_FROM_CANON_X, PIXEL_Y_FROM_CANON_Y): Use XFLOAT_DATA.
6569 * keyboard.h (EVENT_HEAD, EVENT_START, EVENT_END, POSN_WINDOW,
6570 POSN_BUFFER_POSN, POSN_WINDOW_POSN, POSN_TIMESTAMP): Use XCAR and
6571 XCDR.
6572 * syntax.h (SYNTAX, SYNTAX_WITH_FLAGS, SYNTAX_MATCH): Use XCAR and
6573 XCDR.
6574
65751999-09-10 Richard Stallman <rms@gnu.org>
6576
6577 * xterm.c (XTread_socket): In XSetInputFocus, use RevertToParent,
6578 not RevertToPointerRoot.
6579 (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
6580 Fix the code to clear around the scroll bar.
6581
65821999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6583
6584 * print.c: Support print-circle and related features.
6585 (Vprint_gensym_alist): Removed.
6586 (Vprint_circle, Vprint_continuous_numbering, print_number_index
6587 Vprint_number_table): New variables.
6588 (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): New macros.
6589 (PRINTPREPARE, PRINTFINISH): Don't set Vprint_gensym_alist.
6590 (print, print_preprocess, print_preprocess_string, print_object):
6591 New/modified functions with print-circle feature. Use
6592 Vprint_number_table instead of Vprint_gensym_alist for print-gensym.
6593 (syms_of_print): Defined new Lisp variables `print-circle',
6594 `print-continuous-numbering', `print-number-table'.
6595
65961999-09-10 Gerd Moellmann <gerd@gnu.org>
6597
6598 * xfns.c (x_build_heuristic_mask): Accept a list `(R G B)'
6599 as background color specification instead of an integer.
6600 (image-cache-eviction-delay): Replaces image-eviction-seconds.
6601 (Vimage_cache_eviction_delay): Replaces Vimage_eviction_seconds.
6602 (clear_image_cache, syms_of_xfns): Use it.
6603 (Qpostscript): Replaces Qghostscript.
6604 (gs_type): Use it.
6605 (gs_image_p): Ditto.
6606 (syms_of_xfns): Initialize Qpostscript.
6607
66081999-09-10 Richard Stallman <rms@gnu.org>
6609
6610 * buffer.c (Ferase_buffer): Don't erase the minibuffer prompt.
6611
66121999-09-09 Richard Stallman <rms@gnu.org>
6613
6614 * editfns.c (Fline_beginning_position): Handle minibuffer prompt here.
6615
6616 * cmds.c (Fbeginning_of_line): Don't handle minibuffer prompt here.
6617
66181999-09-09 Gerd Moellmann <gerd@gnu.org>
6619
6620 * fns.c (Fmakehash): Accept just one optional argument TEST.
6621
6622 * xfns.c (QCindex): New.
6623 (syms_of_xfns): Initialize QCindex.
6624 (gif_load): Use it instead of `:image'.
6625
66261999-09-09 Richard Stallman <rms@gnu.org>
6627
6628 * fileio.c (Fwrite_region): Finish renaming CONFIRM to MUSTBENEW.
6629 (Fwrite_region) [DOS_NT]: Handle `excl' here too.
6630
66311999-09-08 Gerd Moellmann <gerd@gnu.org>
6632
6633 * xdisp.c (Qwhen): Replaces QCwhen.
6634 (syms_of_xdisp): Initialized it instead of QCwhen.
6635 (handle_single_display_prop): Use it instead of QCwhen.
6636
66371999-09-08 Ken'ichi Handa <handa@gnu.org>
6638
6639 * charset.c (translate_char): Reset MSBs of arguments of
6640 MAKE_CHAR.
6641 (CHAR_COMPONENTS_VALID_P): Fix for ASCII.
6642
66431999-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6644
6645 * editfns.c (Fbufsize): Accept an extra BUFFER parameter.
6646
6647 * fns.c (Fbase64_decode_region): Don't place point outside of the
6648 current accessible portion.
6649
66501999-09-07 Richard Stallman <rms@gnu.org>
6651
6652 * keymap.c (fix_submap_inheritance): Do nothing if the proper
6653 parent is an ancestor of SUBMAP; otherwise, add it as the
6654 ultimate ancestor.
6655
66561999-09-07 Gerd Moellmann <gerd@gnu.org>
6657
6658 * xdisp.c (handle_single_display_prop): Change conditional
6659 display property to `:when FORM . VALUE'.
6660
66611999-09-07 Richard Stallman <rms@gnu.org>
6662
6663 * fileio.c (Fwrite_region): Doc fix.
6664
66651999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6666
6667 * fileio.c (Qexcl): New variable.
6668 (report_file_error): Handle EEXIST specially.
6669 (Fwrite_region): Special handling for CONFIRM = `excl'.
6670 (syms_of_fileio): Initialize Qexcl.
6671
66721999-09-07 Gerd Moellmann <gerd@gnu.org>
6673
6674 * xfns.c (x_set_foreground_color): Call
6675 update_face_from_frame_parameter.
6676 (x_set_background_color): Ditto.
6677 (x_set_mouse_color): Ditto.
6678 (x_set_cursor_color): Ditto.
6679 (x_set_border_color): Ditto.
6680 (x_set_scroll_bar_foreground): Ditto.
6681 (x_set_scroll_bar_background): Ditto.
6682
6683 * xfaces.c (recompute_basic_faces): Clear face cache.
6684 (Finternal_set_lisp_face_attribute): Modify frame parameters
6685 if attributes of certain faces are changed.
6686 (update_face_from_frame_parameter): New.
6687
6688 * xfaces.c (realize_basic_faces): Realize new basic faces.
6689
6690 * dispextern.h (SCROLL_BAR_FACE_ID, BORDER_FACE_ID,
6691 CURSOR_FACE_ID, MOUSE_FACE_ID): New.
6692
6693 * xfaces.c (Qscroll_bar, Qcursor, Qborder, Qmouse): New.
6694 (syms_of_xfaces): Intialize new symbols.
6695
6696 * fns.c (Fmakehash): Take one argument, test, make all the
6697 rest keyword arguments.
6698
6699 * window.c (Fset_window_margins): Make window the first argument.
6700 (set_window_buffer): Call Fset_window_margins with window as first
6701 argument.
6702
67031999-09-07 Gerd Moellmann <gerd@gnu.org>
6704
6705 * xfaces.c (Qfringe): Replaces Qmargin.
6706
67071999-09-07 Kenichi Handa <handa@etl.go.jp>
6708
6709 * charset.h: Lots of comments fixed.
6710 (PARSE_MULTIBYTE_SEQ): Make it work also for ASCII string.
6711 (STRING_CHAR_AND_CHAR_LENGTH): This macro removed.
6712
6713 * charset.c : Lots of comments fixed.
6714 (SPLIT_MULTIBYTE_SEQ): Make it work also for ASCII string.
6715 (CHAR_COMPONENTS_VALID_P): Name changed from
6716 CHAR_COMPONENT_VALID_P. Caller changed.
6717
67181999-09-06 Richard Stallman <rms@gnu.org>
6719
6720 * insdel.c (syms_of_insdel): Define Lisp variable
6721 inhibit-modification-hooks.
6722
67231999-09-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
6724
6725 * s/aix4-2.h (ALIGN_DATA_RELOC): Undefined to support new
6726 unexaix.c.
6727
6728 * s/aix3-1.h (ALIGN_DATA_RELOC): Defined to support new unexaix.c.
6729
67301999-09-06 Dave Love <fx@gnu.org>
6731
6732 * unexaix.c: New version incorporating Michael Sperber's changes
6733 from XEmacs. Should solve problems on AIX 4.3.
6734
6735 * lread.c (Vbyte_boolean_vars): New variable.
6736 (defvar_bool, syms_of_lread): Use it.
6737
67381999-09-05 Richard Stallman <rms@gnu.org>
6739
6740 * minibuf.c (read_minibuf): Put all three properties on the
6741 same range, the whole prompt.
6742
67431999-09-05 Gerd Moellmann <gerd@gnu.org>
6744
6745 * sound.c (Qplay_sound_functions): Replaces Qplay_sound_hook.
6746 (Fplay_sound, syms_of_sound): Use it.
6747 (parse_sound): Allow float volume values in the range [0, 1].
6748 (Fplay_sound): Ditto.
6749
6750 * window.c (Fset_window_vscroll): Make window the first argument,
6751 amount to scroll the second. Take non-negative vscroll as
6752 argument.
6753 (Fwindow_vscroll): Return non-negative vscroll.
6754
6755 * xfns.c (Fx_show_tip): Improve documentation.
6756
67571999-09-05 Gerd Moellmann <gerd@gnu.org>
6758
6759 * buffer.c, buffer.h, dispextern.h, dispnew.c, keyboard.c,
6760 window.c, xdisp.c, xfaces.c, xterm.c, keyboard.h: Change
6761 `top-line' and `top_line' to `header-line' and `header_line'.
6762 Likewise for similar spellings.
6763
67641999-09-05 Gerd Moellmann <gerd@gnu.org>
6765
6766 * xdisp.c (row_containing_pos): New.
6767 (try_window_id): Use it.
6768
6769 * alloc.c, dispextern.h, dispnew.c, frame.c, frame.h, keyboard.c,
6770 lisp.h, termhooks.h, window.c xdisp.c, xfaces.c, xfns.c, xterm.c:
6771 Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
6772 Likewise for upper-case etc.
6773
67741999-09-05 Gerd Moellmann <gerd@gnu.org>
6775
6776 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
6777 Fix reference to renamed variable.
6778
67791999-09-04 Gerd Moellmann <gerd@gnu.org>
6780
6781 * window.c (Qwindow_size_fixed): Replaces Qfixed_window_size.
427ec082 6782 (window_fixed_size_p): Use Qwindow_size_fixed instead of
26901792
DL
6783 Qfixed_window_size.
6784 (syms_of_window): Ditto.
6785
6786 * fns.c (Fmakehash): Exchange optional test and size arguments.
6787
67881999-09-03 Gerd Moellmann <gerd@gnu.org>
6789
6790 * xterm.c (XTset_vertical_scroll_bar): Block input when clearing
6791 under newly created scroll bar.
6792 (expose_window): If window is not yet fully initialized, do
6793 nothing. This can happen when toolkit scroll bars are used and a
6794 window is split. Reconfiguring the scroll bars will generate an
6795 expose for a newly created window.
6796
6797 * frame.h (struct frame): New member `gamma'.
6798
6799 * xfns.c: Include math.h. Add extern declaration for atof in case
6800 we don't see one.
6801 (Qscreen_gamma): New.
6802 (struct x_frame_parm_table): Add prototypes, add
6803 x_set_screen_gamma.
6804 (gamma_correct): New function.
6805 (defined_color): Call it.
6806 (x_set_screen_gamma): New.
6807 (x_set_title): Add parameter old_value.
6808 (RES_TYPE_FLOAT): New.
6809 (x_get_arg): Handle RES_TYPE_FLOAT.
6810 (Fx_create_frame): Call x_default_parameter for `screen-gamma'.
6811 (lookup_pixel_color): Change call to x_alloc_nearest_color to
6812 new prototype.
6813 (lookup_rgb_color): Ditto.
6814 (syms_of_xfns): Initialize Qscreen_gamma.
6815
6816 * xterm.c (x_alloc_nearest_color_for_widget) [USE_X_TOOLKIT]:
6817 New. Allocate color for lwlib widgets.
6818 (x_alloc_nearest_color): Change parameter list include the
6819 frame on which to allocate colors. Gamma-correct colors.
6820 (x_alloc_lighter_color): Call x_alloc_lighter_color with new
6821 parameter list.
6822
6823 * xterm.h: Change protorype of x_alloc_nearest_color.
6824
68251999-09-03 Richard Stallman <rms@gnu.org>
6826
6827 * callproc.c: Delete the system-independent include of stdlib.h
6828 (leaving only the one in the WINDOWSNT conditional).
6829
68301999-09-03 Andrew Choi <choi@cs.hku.hk>
6831
6832 * callproc.c (call-process) [macintosh]: Call mac_run_command in
6833 sysdep.c. The Mac code is modeled after the DOS code.
427ec082 6834
26901792
DL
6835 * dispextern.h [macintosh]: Include macterm.h to define substitute X
6836 Window types and macros.
6837
6838 * frame.h: Do nothing if included a second time.
6839 (enum output_method): Add mac_output frame type.
6840 (union output_data): Add new alternative `mac'.
6841 (FRAME_MAC_P): New macro.
427ec082 6842
26901792
DL
6843 * frame.c (Fframep) [macintosh]: Handle mac frame type.
6844 (syms_of_frame_1): Initialize Qmac.
6845 (make_terminal_frame) [macintosh]: Initialize output_data.mac fields.
6846 (Fmake_terminal_frame) [macintosh]: Add an alternate error check.
6847 (Fmodify_frame_parameters) [macintosh]: Call
6848 mac_set_frame_parameter in macterm.c.
427ec082 6849
26901792
DL
6850 * keyboard.c [macintosh]: Set KBD_BUFFER_SIZE to a smaller value
6851 (512) because Mac compilers limit local data of a function to 32K.
427ec082 6852
26901792
DL
6853 * make-docfiles.c: Correctly handle input files with Mac-style
6854 eol's.
427ec082 6855
26901792 6856 * sysdep.c: Define numerous routines to emulate Unix system calls.
427ec082 6857
26901792
DL
6858 * xfaces.c: on MacOS, define the set of colors listed in rgb.txt
6859 file of an X Window environment.
427ec082 6860
26901792
DL
6861 * xfaces.c: on MacOS, define the Lisp functions x-display-color-p,
6862 x-display-grayscale, x-color-defined-p, and x-color-values.
427ec082 6863
26901792
DL
6864 * sysdep.c [macintosh] (stat, fstat, mkdir, rmdir, utime, access)
6865 (open, creat, unlink, read, write, rename, fopen, pause, alarm)
6866 (signal, sleep, gmtime, localtime, ctime, time, index, mktemp)
6867 (getpwuid, getpwnam, dup, dup2, isatty, getgid, getegid, getuid)
6868 (geteuid, getpid, getenv, uname, opendir, closedir, readdir, getwd.):
6869 New functions, replacing POSIX features.
427ec082 6870
26901792
DL
6871 * sysdep.c [macintosh] (Mac2UnixPathname, Unix2MacPathname, CheckAlarm)
6872 (InitMyPasswd, GetTempDirName, mystrchr, mystrtok, mystrcpy):
6873 (InitEmacsPasswdDir, run_mac_command): New subroutines.
6874
6875 * sysdep.c [macintosh] (targetTicks, alarm_signal_func, myPasswdName)
6876 (myPasswd, emacsPasswdDir, emacsPasswd, myPasswdInited, mask)
6877 (myPasswdDir, TempDirName, sys_siglist): New variables.
6878
6879 * sysdep.c [macintosh] (execvp, wait, croak, fork, kill, sigsetmask)
6880 (sigblock, request_sigio, unrequest_sigio, setpgrp, pipe, symlink)
6881 (link, lstat, readlink, umask, chmod, sbrk, fsync, ioctl):
6882 Define empty stubs so Emacs will link.
6883
68841999-09-03 Gerd Moellmann <gerd@gnu.org>
6885
6886 * xdisp.c: Use XCAR and XCDR instead of XCONS.
6887
6888 * window.h: New member frozen_window_start_p.
6889
6890 * window.c (foreach_window, foreach_window_1): New.
6891 (freeze_window_start, freeze_window_starts): New.
6892 (make_window): Initialize frozen_window_start_p.
6893 (replace_window): Ditto.
6894 (Fset_window_point): Remove references to deleted variables.
6895 (Fset_window_start): Ditto.
6896
6897 * xdisp.c (Vresize_mini_config, resize_mini_frame,
6898 resize_mini_initial_height): Removed.
6899 (syms_of_xdisp): Remove references to these variables.
6900 (resize_mini_window): Don't save window configuration, freeze
6901 window starts instead. Enlarge window until displaying an empty
6902 buffer, then shrink it. Make the function externally visible.
6903 (redisplay_window): Treat frozen window start like forced start,
6904 but accept point outside of the window.
6905
6906 * dispextern.h: Add function prototype for resize_mini_window.
6907
6908 * minibuf.c (read_minibuf_unwind): Resize mini-window when
6909 reaching minibuf_level 0.
6910
6911 * lisp.h: Remove extern declarations for variables deleted from
6912 xdisp.c.
6913
6914 * dispnew.c (adjust_frame_glyphs): Remove reference to
6915 Vresize_mini_config.
6916
69171999-09-03 Gerd Moellmann <gerd@gnu.org>
6918
6919 * xfns.c (x_set_scroll_bar_width): Change conditional compilation
6920 to USE_TOOLKIT_SCROLL_BARS.
6921
6922 * xterm.c (x_scroll_bar_create): Don't clear under scroll bar
6923 here.
6924 (XTset_vertical_scroll_bar): Clarify position computations. Clear
6925 under newly created scroll bar. Put toolkit scroll bars in the
6926 middle of the area reserved for the scroll bar.
6927
69281999-09-03 Kenichi Handa <handa@etl.go.jp>
6929
6930 The following changes are for the new handling of mulitbyte
6931 sequence. Now, except for a composite character, no multibyte
6932 character in string/buffer has trailing garbage bytes. For
6933 instance, the length of string "\201\300\300" is now 2, the first
6934 character is Latin-1 A-grave, the second is raw \300.
6935
6936 * charset.h (MAKE_NON_ASCII_CHAR): Handle the case that C1 or C2
6937 are negative.
6938 (MAKE_CHAR): Don't set MSBs of C1 and C2 to 0.
6939 (VALID_MULTIBYTE_CHAR_P): This macro deleted.
6940 (PARSE_COMPOSITE_SEQ): New macro.
6941 (PARSE_CHARACTER_SEQ): New macro.
427ec082 6942 (PARSE_MULTIBYTE_SEQ): New macro.
26901792
DL
6943 (CHAR_PRINTABLE_P): New macro.
6944 (STRING_CHAR): Adjusted for the change of string_to_non_ascii_char.
6945 (STRING_CHAR_AND_LENGTH): Likewise.
6946 (STRING_CHAR_AND_CHAR_LENGTH): Define it as STRING_CHAR_AND_LENGTH.
6947 (INC_POS): Use the macro PARSE_MULTIBYTE_SEQ.
6948 (DEC_POS, BUF_INC_POS, BUF_DEC_POS): Likewise,
6949
6950 * charset.c (SPLIT_COMPOSITE_SEQ): New macro.
6951 (SPLIT_CHARACTER_SEQ): New macro.
6952 (SPLIT_MULTIBYTE_SEQ): New macro.
6953 (CHAR_COMPONENT_VALID_P): New macro.
6954 (non_ascii_char_to_string): Generate a multibyte sequence as far
6955 as possible.
6956 (string_to_non_ascii_char): The 4th arg exclude_tail_garbage is
6957 deleted. Caller changed. Use the macro SPLIT_MULTIBYTE_SEQ.
6958 (split_non_ascii_string): Likewise.
6959 (multibyte_form_length): Use the macro PARSE_MULTIBYTE_SEQ.
6960 (char_printable_p): New function.
6961 (translate_char): Check character by NATNUMP instead of INTEGERP.
6962 (unibyte_char_to_multibyte): Call char_valid_p instead of
6963 VALID_MULTIBYTE_CHAR_P.
6964 (Fmake_char_internal): Check the arguments more rigidly.
6965 (Fcharset_after): Use the macro SPLIT_MULTIBYTE_SEQ.
6966 (char_valid_p): Check the validity by CHAR_COMPONENT_VALID_P.
6967 (Fmultibyte_char_to_unibyte): Check the validity of character by
6968 CHAR_VALID_P.
6969 (chars_in_text): Call multibyte_chars_in_text.
6970 (multibyte_chars_in_text): Use the macro PARSE_MULTIBYTE_SEQ.
6971 (Fcompose_string): Use the macro STRING_CHAR_AND_LENGTH instead of
6972 STRING_CHAR_AND_CHAR_LENGTH (which is obsolete now).
6973
6974 * data.c (Faset): Adjust the way to check byte-combining
6975 possibility for the new handling of multibyte sequence.
6976
6977 * editfns.c (Fsubst_char_in_region): Likewise.
6978
6979 * fns.c (count_combining): Use the macro PARSE_MULTIBYTE_SEQ.
6980 (string_char_to_byte): Likewise.
6981 (string_byte_to_char): Likewise.
6982
6983 * indent.c (MULTIBYTE_BYTES_WIDTH): Delete the 2nd arg C. Use the
6984 macro STRING_CHAR_AND_LENGTH. Caller changed.
6985
6986 * insdel.c (count_combining_composition): New function.
6987 (count_combining_before): Adjust the way to check byte-combining
6988 possibility for the new handling of multibyte sequence. Call
6989 count_combining_composition for a composite character.
6990 (count_combining_after): Likewise.
6991
6992 * print.c (print_string): Use the macro STRING_CHAR_AND_LENGTH.
6993 (print): Likewise.
6994
6995 * dispextern.h (struct it): Change the size of the member
6996 `ctl_chars'.
6997
6998 * xdisp.c (get_next_display_element): Display incomplete multibyte
6999 sequence (e.g. \222\300) by octal form.
7000
70011999-09-02 Gerd Moellmann <gerd@gnu.org>
7002
7003 * xterm.h (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Change from 2 to 0.
7004
7005 * fns.c (Fhash_table_weakness): Replaces Fhash_table_weak.
7006 (cmpfn_eql, sxhash): Use XFLOAT_DATA.
7007
70081999-09-02 Gerd Moellmann <gerd@gnu.org>
7009
7010 * buffer.c (set_buffer_internal): Never set
7011 windows_or_buffers_changed.
7012
7013 * xdisp.c (try_window_id): Reset first_unchanged_at_end_row
7014 if we have displayed to the bottom of the window.
7015
7016 * syntax.c (Fforward_word): Stop at a mini-buffer prompt end
7017 in both directions. Extend documentation.
7018
70191999-09-01 Gerd Moellmann <gerd@gnu.org>
7020
7021 * minibuf.c (read_minibuf): Flush display after setting cursor to
7022 column 0.
7023
70241999-08-31 Gerd Moellmann <gerd@gnu.org>
7025
7026 * s/freebsd.h (__FreeBSD_version): Don't define it if it is
7027 already defined. This avoids a warning from buffer.c.
7028
70291999-08-30 Gerd Moellmann <gerd@gnu.org>
7030
7031 * xterm.h (FRAME_X_FLAGS_AREA_COLS): Define it as the total width
7032 of both margins.
7033 (FRAME_X_FLAGS_AREA_WIDTH): Likewise.
7034 (FRAME_X_LEFT_FLAGS_AREA_WIDTH): New.
7035 (FRAME_X_RIGHT_FLAGS_AREA_WIDTH): New.
7036
7037 * frame.h (FRAME_WINDOW_WIDTH_ARG): Add in FRAME_FLAGS_AREA_COLS
7038 once instead of twice.
7039 (FRAME_LEFT_FLAGS_AREA_WIDTH): New.
7040
7041 * xterm.c: Remove unused bitmaps.
7042 (continued_bits, continuation_bits, overlay_bits): Change images.
7043 (x_draw_vertical_border): Use FRAME_X_RIGHT_FLAGS_AREA_WIDTH
7044 instead of FRAME_X_FLAGS_AREA_WIDTH.
7045 (x_after_update_window_line): Ditto.
7046 (x_draw_bitmap): Likewise.
7047 (x_draw_row_bitmaps): Likewise.
7048 (x_draw_glyph_string_box): Likewise.
7049 (x_draw_glyphs): Likewise.
7050 (x_scroll_run): Likewise.
7051 (expose_window_tree): Likewise.
7052 (note_mode_line_highlight): Likewise.
7053 (XTset_vertical_scroll_bar): Likewise.
7054 (x_clip_to_row): Likewise.
7055 (x_set_window_size): Likewise.
7056
7057 * xfns.c (x_figure_window_size): Use FRAME_FLAGS_AREA_COLS instead
7058 of 2 * that value.
7059
7060 * xdisp.c (window_box_width): Use FRAME_FLAGS_AREA_COLS instead of
7061 2 * that value.
7062 (window_box_left): Use FRAME_LEFT_FLAGS_AREA_WIDTH instead of
7063 FRAME_FLAGS_AREA_WIDTH.
7064
7065 * window.c (coordinates_in_window): Use
7066 FRAME_LEFT_FLAGS_AREA_WIDTH instead of FRAME_FLAGS_AREA_WIDTH.
7067 (window_internal_width): Subtract FRAME_FLAGS_AREA_WIDTH once
7068 instead of twice.
7069
427ec082 7070 * widget.c (set_frame_size): Set flags_area_extra to
26901792
DL
7071 FRAME_FLAGS_AREA_WIDTH instead of 2 * that width.
7072 (EmacsFrameSetCharSize): Ditto.
7073
7074 * dispnew.c (mode_line_string): Add FRAME_LEFT_FLAGS_AREA_WIDTH
7075 instead of FRAME_FLAGS_AREA_WIDTH.
7076
7077 * dispextern.h (WINDOW_DISPLAY_PIXEL_WIDTH): Subtract
7078 FRAME_FLAGS_AREA_COLS once.
7079 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X): Add
7080 FRAME_LEFT_FLAGS_AREA_WIDTH instead of FRAME_FLAGS_AREA_WIDTH.
7081
70821999-08-30 Gerd Moellmann <gerd@gnu.org>
7083
7084 * freebsd.h (C_SWITCH_SYSTEM): Added to let configure find headers
7085 in /usr/X11R6/include which are checked for with AC_CHECK_HEADER.
7086
70871999-08-30 Gerd Moellmann <gerd@gnu.org>
7088
7089 * fns.c (QCweakness): Replaces QCweak.
7090 (Fmake_hash_table): Ditto.
7091 (Fmakehash): Ditto.
7092 (syms_of_fns): Ditto.
7093
70941999-08-29 Richard Stallman <rms@gnu.org>
7095
7096 * search.c (compile_pattern_1): Enable RE_CHAR_CLASSES for regexp.
7097
7098 * sysdep.c (read_input_waiting): Pass read_socket_hook just 4 args.
7099
7100 * syntax.h (SYNTAX_COMMENT_NESTED, SYNTAX_FLAGS_COMMENT_NESTED):
7101 Add support for nested comments.
7102
863476d1
SM
7103 * syntax.c (Fforward_comment, scan_lists, scan_sexps_forward):
7104 Consolidate the forward comment code into the new `forw_comment'.
7105 (forw_comment): New subroutine. Added support for nested comments.
7106 (lisp_parse_state, back_comment, Fmodify_syntax_entry)
7107 (Fparse_partial_sexp): Add support for nested comments.
26901792
DL
7108
71091999-08-28 Ken Raeburn <raeburn@gnu.org>
7110
7111 * lisp.h (struct Lisp_Cons, XCAR, XCDR, struct Lisp_Float): Change
7112 names of structure elements if HIDE_LISP_IMPLEMENTATION is
7113 defined, to help detect code that uses knowledge of the Lisp
7114 internals that it shouldn't have.
7115 (XFLOAT_DATA): New macro.
7116
71171999-08-25 Gerd Moellmann <gerd@gnu.org>
7118
7119 * syntax.c (Fforward_word): If in a mini-buffer and moving
7120 backwards, stop in front of the prompt to prevent accidentially
7121 moving into the read-only prompt.
7122
7123 * window.c (Frecenter): Clear frame if called with nil or no arg.
7124
7125 * xdisp.c (resize_mini_window): Don't resize if
7126 Vmax_mini_window_height is nil. Otherwise, use a default if
7127 Vmax_mini_window_height is not ot a number.
7128 (syms_of_xdisp): Extend documentation of Vmax_mini_window_height.
7129
71301999-08-25 Alexandre Oliva <oliva@dcc.unicamp.br>
7131
7132 * unexelf.c: Merge IRIX debugging info patch from unexsgi.c
7133 * m/iris4d.h: Use unexelf for IRIX 5.*.
7134 * m/iris5d.h: Use unexelf for IRIX 6.*.
7135 * unexsgi.c: Deleted.
7136
7137 * unexelf.c: Auto-detect .sbss section.
7138 (round_up): Make it static.
7139 (unexec): Declare alignment as Elf Word. Skip ``Program
7140 segment above .bss'' test on MIPS without .sbss.
7141 Copy sections .got and .sdata1 sections. Adjust offsets in
7142 sections .sdata, .lit4, .lit8, .got and .sdata1.
7143
71441999-08-25 Gerd Moellmann <gerd@gnu.org>
7145
7146 * xdisp.c (try_window_id): Remove typo.
7147
71481999-08-24 Gerd Moellmann <gerd@gnu.org>
7149
7150 * xdisp.c (try_window_id): Recognize case that PT == ZV and in
7151 unchanged text at the bottom when computing the cursor position.
7152 (message3_nolog): Raise frame only if minibuffer_auto_raise is
7153 set.
7154
7155 * lisp.h (PVEC_TYPE_MASK): Add the bit for hash tables.
7156
71571999-08-24 Gerd Moellmann <gerd@gnu.org>
7158
7159 * xfaces.c (Qmargin): Replacement for Qbitmap_area.
7160 (realize_basic_faces): Replace Qmargin for Qbitmap_area.
7161 (syms_of_xfaces): Ditto.
7162
7163 * window.c (Fset_window_point): Reset Vresize_mini_config.
7164 (Fset_window_start): Ditto.
7165 (set_window_buffer): Ditto.
7166
7167 * dispnew.c (adjust_frame_glyphs): Reset Vresize_mini_config.
7168
7169 * xdisp.c (redisplay_window): Don't ever test just_this_one_p
7170 before calling try_window.
7171 (echo_area_display): If height has changed, update other windows.
7172 (resize_mini_frame, resize_mini_initial_height): New.
7173 (resize_mini_window): Save/restore window configuration
7174 differently.
7175
427ec082 7176 * lisp.h (Vresize_mini_config, resize_mini_frame,
26901792
DL
7177 resize_mini_initial_height): Add extern declarations.
7178
7179 * xterm.c (expose_window_tree): Fix typo CANON_Y_UNIT to
7180 CANON_X_UNIT.
7181
7182 * xfns.c [HAVE_JPEG]: Work around a warning about HAVE_STDLIB_H
7183 being redefined in jconfig.h.
7184
71851999-08-23 Ken'ichi Handa <handa@gnu.org>
7186
7187 * coding.h: Include "ccl.h" instead of "../src/ccl.h".
7188
71891999-08-22 Gerd Moellmann <gerd@gnu.org>
7190
7191 * alloc.c (mark_glyph_matrix): Mark strings only.
7192
7193 * xdisp.c (redisplay_internal): Clear garbaged frames after
7194 resizing mini-window.
7195
71961999-08-22 Gerd Moellmann <gerd@gnu.org>
7197
7198 * xdisp.c (unwind_with_echo_area_buffer): Use
7199 set_buffer_internal_1 instead of set_buffer_internal.
7200 (with_echo_area_buffer): Ditto.
7201
7202 * buffer.c (set_buffer_internal): Set windows_or_buffers_changed
7203 only if buffer is displayed somewhere.
7204
7205 * buffer.h (BUF_COMPUTE_UNCHANGED): New.
7206
7207 * insdel.c (gap_left): Use BUF_COMPUTE_UNCHANGED.
7208 (gap_right): Ditto.
7209 (modify_region): Ditto.
7210
7211 * buffer.c (modify_overlay): Use BUF_COMPUTE_UNCHANGED.
7212
7213 * xdisp.c (Vresize_mini_config): New.
7214 (resize_mini_window): Use it to save restore original window
7215 configuration
7216 (syms_of_xdisp): Initialize it.
7217
7218 * buffer.h (struct buffer): Add prevent_redisplay_optimizations_p.
7219
7220 * dispextern.h (struct glyph_matrix): Add buffer, begv, and zv.
7221
7222 * xdisp.c (reconsider_clip_changes): New.
7223 (redisplay_internal, redisplay_window): Call it.
7224 (mark_window_display_accurate, redisplay_internal): Set current
7225 matrix' buffer, begv, zv.
7226
7227 * window.c (Fset_window_hscroll): Set
7228 prevent_redisplay_optimizations_p instead of clip_changed.
7229 (Fset_window_hscroll): Ditto.
7230 (temp_output_buffer_show): Ditto.
7231 (Fset_window_vscroll): Ditto.
7232
7233 * buffer.c (reset_buffer): Set clip_changed to 0 and
7234 prevent_redisplay_optimizations_p to 1.
7235 (Fget_buffer_create): Set prevent_redisplay_optimizations_p to 1.
7236
7237 * buffer.h (BUF_UNCHANGED_MODIFIED, UNCHANGED_MODIFIED,
7238 BUF_OVERLAY_UNCHANGED_MODIFIED, OVERLAY_UNCHANGED_MODIFIED,
7239 BUF_BEG_UNCHANGED, BEG_UNCHANGED, BUF_END_UNCHANGED,
7240 END_UNCHANGED): New.
7241 (struct buffer_text): Add beg_unchanged, end_unchanged,
7242 unchanged_modified, overlay_unchanged_modified.
7243
7244 * window.h (beg_unchanged, end_unchanged, unchanged_modified,
7245 overlay_unchanged_modified): Removed.
7246 (with_echo_area_unwind_data): Don't save beg/end_unchanged.
7247 (unwind_with_echo_area_buffer): Don't restore them.
7248 (debug_beg_unchanged, debug_end_unchanged) [GLYPH_DEBUG]: Removed.
7249 (text_outside_line_unchanged_p, redisplay_internal,
7250 try_scrolling): Use/set buffer-specific beg/end_unchanged.
7251 (redisplay_window): Let try_window_id be called if more than one
7252 window is displayed. Use/set buffer-specific beg/end_unchanged.
7253 (get_last_unchanged_at_beg_row, get_first_unchanged_at_end_row,
7254 try_window_id):
7255 Use buffer-specific beg/end_unchanged.
7256
7257 * window.h (beg_unchanged, end_unchanged, unchanged_modified,
7258 overlay_unchanged_modified): Remove extern declarations.
7259
7260 * keyboard.c (command_loop_1): Set beg/end_unchanged per
7261 buffer.
7262
7263 * insdel.c (gap_left): Compute beg/end_unchanged per buffer.
7264 (gap_right): Ditto.
7265 (adjust_after_replace): Likewise.
7266 (replace_range, del_range_2, modify_region): Likewise.
7267
7268 * dispnew.c (direct_output_for_insert): Set beg_unchanged
7269 and unchanged_modified per buffer.
7270
7271 * coding.c (code_convert_region): Compute beg/end_unchanged per
7272 buffer.
7273
7274 * buffer.c (modify_overlay): Compute beg/end_unchanged
7275 per buffer.
427ec082 7276 (Fget_buffer_create): Initialize new members of the buffer
26901792
DL
7277 structure.
7278
72791999-08-22 Gerd Moellmann <gerd@gnu.org>
7280
7281 * lisp.h: Add prototype for copy_hash_table and Fcopy_hash_table.
7282
7283 * fns.c (Qkey, Qvalue): Renamed from Qkey_weak, and Qvalue_weak.
7284 (Qkey_value_weak): Removed.
7285 (make_hash_table): Use nil, `key', `value', t for weakness.
7286 (Fmake_hash_table): Ditto.
7287 (copy_hash_table): New.
7288 (Fcopy_hash_table): New.
7289
72901999-08-22 Gerd Moellmann <gerd@gnu.org>
7291
7292 * xfns.c: Call change_frame_size and do_pending_window_change with
427ec082 7293 new parameter.
26901792
DL
7294
72951999-08-21 Gerd Moellmann <gerd@gnu.org>
7296
7297 * xdisp.c (resize_mini_window): Do it for truncate-lines t as
7298 well.
427ec082 7299 (redisplay_internal): Resize mini-window only if text might
26901792
DL
7300 have changed.
7301 (display_echo_area): Reset displayed echo_area_buffer to nil
7302 at the end if we're displaying a nil message.
7303
73041999-08-21 Gerd Moellmann <gerd@gnu.org>
427ec082 7305
26901792
DL
7306 * fns.c (hash_lookup): Test with EQ before calling key comparion
7307 function.
7308 (hash_remove): Ditto.
7309 (cmpfn_eq): Removed.
7310 (cmpfn_eql): Don't test with EQ.
7311 (cmpfn_equal): Ditto.
7312 (make_hash_table): Set comparison function for `eq' to null.
7313
7314 * buffer.c, cmds.c, editfns.c, indent.c, insdel.c, buffer.h:
7315 Remove conditional compilation on NO_PROMPT_IN_BUFFER.
7316
7317 * dispextern.h (NO_PROMPT_IN_BUFFER): Removed.
7318
7319 * window.c, widget.c, process.c, keyboard.c, frame.c, xdisp.c,
7320 xterm.c: Call change_frame_size and do_pending_window_change with
7321 new parameter.
7322
7323 * dispnew.c (do_pending_window_change): Add parameter `safe'.
7324 (change_frame_size): Ditto.
7325 (change_frame_size_1): Ditto. Deley size changes if redisplaying
7326 and not called from a safe place.
7327 (window_change_signal): Call change_frame_size with new parameter.
7328
7329 * dispextern.h: Change prototypes for do_pending_window_change
7330 and change_frame_size.
7331
7332 * xfaces.c (face_at_buffer_position): Don't xassert that
427ec082 7333 window's buffers equals current_buffer; this is not the
26901792
DL
7334 case during echo area display.
7335
73361999-08-21 Gerd Moellmann <gerd@gnu.org>
7337
7338 * xdisp.c, minibuf.c: Remove conditional compilation on
7339 NO_PROMPT_IN_BUFFER.
7340
7341 * minibuf.c (Fminibuffer_prompt_end): New.
7342 (syms_of_minibuf): Defsubr it. Remove
7343 minibuffer-prompt-in-buffer.
7344 (Fminibuffer_prompt_width): Return 0 if not in mini-buffer.
7345 Extend documentation.
7346
7347 * xdisp.c (get_next_display_element): Display \r as ^M.
7348
7349 * xterm.c (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Clear
7350 under scroll bar widget.
7351
73521999-08-21 Gerd Moellmann <gerd@gnu.org>
7353
7354 * xdisp.c (minibuffer_scroll_overlap): Removed because not used
7355 anywhere.
7356 (unwind_redisplay): Return nil.
7357 (clear_garbaged_frames): New.
7358 (redisplay_internal): Use it.
7359 (echo_area_display): Ditto.
7360 (resize_mini_window): Mew.
7361 (display_echo_area_1): Use it to resize echo area window.
7362 (redisplay_internal): Use it to resize active mini-window.
7363
7364 * dispextern.h, lisp.h: Add function prototypes.
7365
427ec082 7366 * dispnew.c (set_window_cursor_after_update): Do the
26901792
DL
7367 cursor_in_echo_area case only for a mini-window showing
7368 a message. Don't let cursor end up after the end of a row.
7369
7370 * xdisp.c (echo_area_glyphs, echo_area_message,
7371 echo_area_glyphs_length, previous_echo_glyphs,
7372 previous_echo_area_message, previous_echo_area_glyphs_length):
7373 Removed.
7374 (Vmessage_stack, echo_area_buffer, echo_buffer,
7375 display_last_displayed_message_p, Vwith_echo_area_save_vector): New.
7376 (message2_nolog): Use set_message and clear_message.
7377 (message3): Rename parameter len to nbytes to make clear what
7378 it is.
7379 (message3_nolog): Ditto. Use set_message and clear_message.
7380 (update_echo_area): Rewritten.
7381 (with_echo_area_buffer): New.
7382 (with_echo_area_buffer_unwind_data, unwind_with_area_buffer): New.
7383 (setup_echo_area_for_printing): New.
7384 (display_echo_area, display_echo_area_1): New.
7385
7386 (current_message, current_message_1): New.
427ec082 7387 (push_message, restore_message, pop_message,
26901792
DL
7388 check_message_stack): New.
7389 (truncate_echo_area): Rewritten.
7390 (truncate_message_1): New.
7391 (set_message, set_message_1, clear_message): New.
7392 (echo_area_display): Rewritten.
7393 (redisplay_internal): Check for needed echo area update
7394 differently.
7395 (redisplay_preserve_echo_area): Rewritten.
427ec082 7396 (redisplay_window): Check for mini-window displaying echo area
26901792
DL
7397 message differently.
7398 (syms_of_xdisp): Initialize Vmessage_stack and echo area buffers.
7399 Remove initialzation of removed variables.
7400 (init_xdisp): Remove references to removed variables.
7401
7402 * dispnew.c (adjust_frame_message_buffer): Removed references
7403 to echo_area_glyphs and previous_echo_glyphs.
7404 (direct_output_for_insert): Check for mini-window displaying
7405 echo area message differently.
7406 (update_frame): Likewise.
7407 (set_window_cursor_after_update): Likewise. In echo area,
7408 don't try to set cursor on rows that aren't enabled.
7409
7410 * print.c: Remove conditional compilation on `standalone'.
7411 (glyph_len, str_to_glyph_cpy, str_to_glyph_ncpy,
427ec082 7412 glyph_to_str_cpy): Remove that section because GLYPHs are no
26901792
DL
7413 longer used in that way.
7414 (PRINTDECLARE): Add multibyte.
7415 (PRINTPREPARE, PRINTFINISH): Handle printcharfun t differently.
7416 (printbufidx): Removed.
7417 (printchar, strout): Rewritten.
7418
7419 * keyboard.c (ok_to_echo_at_next_pause): Make it a pointer to
7420 a struct kboard.
7421 (echo_kboard): New.
7422 (echo_now): Set echo_kboard to the current kboard.
7423 (cancel_echoing): Set echo_kboard to null.
7424 (cmd_error_internal): Use clear_message, remove references
7425 to echo_area_glyphs and echo_area_message.
7426 (command_loop_1): Check for echo area messages differently.
7427 (read_char): Likewise.
7428 (record_menu_key): Use clear_message.
7429 (Fexecute_extended_command): Check for echo area messages
7430 differently. Use push_message, restore_message, pop_message.
7431
7432 * alloc.c (Fgarbage_collect): Use push_message, restore_message,
7433 pop_message.
7434
7435 * emacs.c (shut_down_emacs): Call check_message_stack.
7436
7437 * lisp.h: Add function prototypes and extern declarations for
7438 new functions and variables.
7439
7440 * fileio.c (Fdo_auto_save): Use push_message, restore_message,
7441 pop_message.
7442
427ec082 7443 * minibuf.c (read_minibuf): Use clear_message instead of
26901792
DL
7444 setting echo_area_glyphs.
7445 (Fminibuffer_completion_help): Ditto.
7446
7447 * editfns.c (Fcurrent_message): Rewritten.
7448
7449 * frame.c, window.h: Remove references to echo_area_glyphs
7450 and previous_echo_glyphs.
7451
74521999-08-21 Dave Love <fx@gnu.org>
7453
7454 * aix3-2-5.h (C_DEBUG_SWITCH): Use -g -O.
7455 * aix4-1.h: Likewise.
7456
7457 * irix6-5.h (C_DEBUG_SWITCH): Set for debug and optimize.
7458
74591999-08-20 Gerd Moellmann <gerd@gnu.org>
7460
7461 * xfns.c: Remove tiff34 prefix from include.
7462
74631999-08-20 Dave Love <fx@gnu.org>
7464
7465 * cm.c: Revert previous change.
7466
74671999-08-19 Gerd Moellmann <gerd@gnu.org>
7468
7469 * xterm.c (XTset_vertical_scroll_bar): Fix previous change. Clear
7470 under scroll bar with width FRAME_SCROLL_BAR_COLS.
7471
74721999-08-18 Dave Love <fx@gnu.org>
7473
7474 * callproc.c, filelock.c, insdel.c, sysdep.c, xmenu.c: Use
7475 stdlib.h.
7476
7477 * doprnt.c: Use stdlib.h, unistd.h.
7478
7479 * config.in: Add HAVE_TERMCAP_H.
7480
7481 * cm.c: Use termcap.h.
7482
74831999-08-18 Gerd Moellmann <gerd@gnu.org>
7484
7485 * xfns.c (x_window) [USE_X_TOOLKIT]: Remove test for
7486 FRAME_X_WINDOW (f) being null at the of the function. If widgets
7487 cannot be created we will already have crashed earlier. Call
7488 lw_set_main_areas with a null menu-bar widget, so that we have
7489 a reasonable default.
7490 (Fx_create_frame): Rearranged so that Lisp errors during frame
7491 initialization cause less damage. Initialize menu bar widget
7492 here.
7493
74941999-08-18 Gerd Moellmann <gerd@gnu.org>
427ec082 7495
26901792
DL
7496 * dispnew.c (update_frame_line): Fix previous change. If writing
7497 whole line clear to end of frame.
7498
74991999-08-17 Gerd Moellmann <gerd@gnu.org>
7500
7501 * window.c (Fcoordinates_in_window_p): Return `left-bitmap-area'
7502 and `right-bitmap-area' if position is in the bitmap areas. This
7503 avoids an error when clicking on the bitmap areas. Instead, they
7504 are currently treated like clicks inside the window.
7505 (coordinates_in_window): Return 5 and 6 for bitmap areas.
7506 (Qleft_bitmap_area, Qright_bitmap_area): New.
7507 (syms_of_window): Initialize new symbols.
7508
7509 * dispnew.c (update_frame_line): If writing whole line,
7510 don't write trailing spaces unless we must.
7511
7512 * xdisp.c (unwind_redisplay): New. Resets flag redisplaying_p.
7513 (redisplay_internal): Register unwind_redisplay with
7514 register_unwind_protect.
7515 (try_window_reusing_current_matrix): If new start > old start,
7516 give up if start pos of first reusable row is not equal to new
7517 start.
7518
7519 * eval.c (Fsignal): Don't reset redisplaying_p here.
7520
7521 * xterm.c (expose_area): If row extends face to end of line,
7522 write the whole line.
7523
75241999-08-16 Gerd Moellmann <gerd@gnu.org>
7525
7526 * dispextern.h (struct it): Remove member
7527 show_trailing_whitespace_p.
7528
7529 * dispnew.c (direct_output_for_insert): Use
7530 Vshow_trailing_whitespace instead of former iterator member
7531 show_trailing_whitespace_p.
7532 (direct_output_forward_char): Don't do it if hightlighting
7533 trailing whitespace.
7534
7535 * xdisp.c (Qshow_trailing_whitespace): Removed.
7536 (Vshow_trailing_whitespace): Added.
7537 (init_iterator): Remove initialization code for
7538 show_trailing_whitespace_p.
7539 (redisplay_internal): Don't try cursor movement in this_line
7540 if showing trailing whitespace.
7541 (redisplay_window): Likewise for cursor movement in current
7542 matrix and try_window_id.
7543 (try_window_reusing_current_matrix): Likewise.
7544 (trailing_whitespace_p): Return 0 if trailing whitespace is
7545 in front of point.
7546 (display_line): Use Vshow_trailing_whitespace instead of
7547 former iterator member show_trailing_whitespace_p.
7548 (syms_of_xdisp): Add DEFVAR_LISP for show-trailing-whitespace.
7549
75501999-08-16 Gerd Moellmann <gerd@gnu.org>
7551
7552 * window.c (Fpos_visible_in_window_p): Rewritten.
7553
7554 * xfaces.c (add_to_log): Renamed from display_message.
7555 Don't display messages in echo area.
7556
7557 * xterm.c (x_draw_glyph_string_box): Use the background width
7558 of the glyph string for the width of the box.
7559
75601999-08-16 Stefan Monnier <monnier@cs.yale.edu>
7561
7562 * syntax.c (Fforward_comment): Set comstyle for Scomment_fence.
7563
75641999-08-16 Geoff Voelker <voelker@cs.washington.edu>
7565
7566 * xfns.c, w32fns.c (x_set_frame_parameters): Set foreground and
7567 background first, and then set other parameters that might
7568 depend upon their new values.
7569
75701999-08-15 Gerd Moellmann <gerd@gnu.org>
7571
7572 * xfaces.c (Vfont_list_limit): New.
7573 (syms_of_xfaces): Make it a user-variable.
7574 (DEFAULT_FONT_LIST_LIMIT): New.
7575 (sorted_font_list): If Vfont_list_limit is an integer > 0, list
7576 maximally that number of fonts, otherwise use
7577 DEFAULT_FONT_LIST_LIMIT.
427ec082 7578 (Fx_font_family_list): Bind `font-list-limit' to higher values
26901792
DL
7579 until we have all fonts.
7580 (Fxfont_list): Additionally return the full names of fonts and
7581 their registry and encoding.
7582
427ec082 7583 * xterm.c (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
26901792
DL
7584 Simplify clearing "under" scroll bar.
7585
7586 * window.c (Qfixed_window_size): New.
7587 (syms_of_window): Initialiaze it.
7588 (check_all_windows): Add return type void.
7589 (window_fixed_size_p): New. Return non-zero if window
7590 is fixed-size.
7591 (window_min_size_1): New.
7592 (window_min_size): Handle fixed-size windows.
7593 (size_window): New. Rewritten combination of set_window_height and
7594 set_window_width that handles fixed-size windows.
7595 (set_window_height): Call it.
7596 (set_window_width): Call it.
7597 (Fsplit_window): Give an error on attempt to split a fixed-size
7598 window.
7599 (change_window_height): Partly rewritten to handle fixed-size
7600 windows.
7601
76021999-08-13 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7603
7604 * process.c (Fopen_network_stream): Fix previous change.
7605
76061999-08-13 Karl Heuer <kwzh@gnu.org>
7607
7608 * xdisp.c (line_number_display_limit_width): New var.
7609 (decode_mode_spec): Use it instead of hardcoded value.
7610 (syms_of_xdisp): Defvar it.
7611
76121999-08-13 Richard M. Stallman <rms@gnu.org>
7613
7614 * eval.c (run_hook_list_with_args): Gcpro `globals'.
7615 (run_hook_with_args): Likewise.
7616
7617 * window.h (struct window): New field too_small_ok.
7618
427ec082 7619 * window.c (set_window_height, set_window_width):
26901792
DL
7620 If window starts out "too small", set its too_small_ok flag.
7621 If window's too_small_ok flag is set, don't delete it
7622 unless it is so small it would cause a crash.
7623
76241999-08-13 Gerd Moellmann <gerd@gnu.org>
7625
7626 * window.c (MINSIZE): Removed.
7627 (window_min_size): New.
7628 (set_window_height): Use window_min_size.
7629 (change_window_height): Ditto.
7630
76311999-08-12 Gerd Moellmann <gerd@gnu.org>
7632
7633 * indent.c (vmotion): Don't add in mini-buffer prompt width
7634 if prompts are inserted into mini-buffer.
7635
76361999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7637
7638 * config.in: Add HAVE_GETADDRINFO.
7639 * process.c (Fopen_network_stream): Use getaddrinfo.
7640
76411999-08-11 Gerd Moellmann <gerd@gnu.org>
7642
7643 * xdisp.c (get_overlay_arrow_glyph_row): Set the charpos of
7644 glyphs to -1.
7645
7646 * xdisp.c (face_before_or_after_it_pos): If position after
7647 or before iterator's current position in the buffer is out
7648 of bounds, return the iterator's original face id.
7649
7650 * dispnew.c (mirror_make_current): If desired row isn't enabled,
7651 just swap glyphs pointers between current and desired row.
7652 (build_frame_matrix_from_leaf_window) [GLYPH_DEBUG]: Copy
7653 desired matrix method string to current matrix.
7654
76551999-08-11 Kenichi Handa <handa@etl.go.jp>
7656
7657 * lisp.h (CHAR_MODIFIER_MASK): New macro.
7658
7659 * lread.c (read_escape): For Control modifier, pay attention to
7660 multibyte character.
7661 (read1): Likewise. Singal error or a multibyte character which
7662 has a modifer bit. Check validity of Shift modifer.
7663
7664 * charset.c (non_ascii_char_to_string): Handle modifier bits as
7665 the same as Lisp reader.
7666
76671999-08-10 Richard M. Stallman <rms@gnu.org>
7668
7669 * charset.h (BCOPY_SHORT): Fix typo `unsigined'.
7670
76711999-08-10 Alexandre Oliva <oliva@dcc.unicamp.br>
7672
7673 * unexelf.c [__linux__ && __alpha__] (HAS_SBSS_SECTION): Define.
7674
76751999-08-10 Eli Zaretskii <eliz@gnu.org>
7676
7677 * msdos.c (IT_set_face): Abort if the default face is not realized
7678 and cached.
7679 (IT_write_glyphs): Reset the screen face to the default face
7680 before writing glyphs.
7681
7682 * xfaces.c (realize_default_face) [MSDOS]: Don't take default
7683 colors from the frame here.
7684 (realize_tty_face) [MSDOS]: Do it here. Update the face
7685 attributes with the actual name of the color taken from the
7686 frame.
7687
7688 * dosfns.c (msdos_stdcolor_name): Remove const from return value.
7689 * dosfns.h (msdos_stdcolor_name): Ditto for the prototype.
7690
7691 * frame.c (Fframe_parameters): Swap foreground and background
7692 colors returned in frame parameters if the frame has reverse in
7693 its parameter alist.
7694 (Fmake_terminal_frame): Make a unique copy of face_alist for
7695 each frame.
7696
76971999-08-07 Richard Stallman <rms@gnu.org>
7698
7699 * buffer.c (Fprevious_overlay_change): Just return
7700 the answer obtained from overlays_at.
7701
7702 * xfns.c (xpm_load) [!XpmAllocCloseColors]:
7703 Use XpmCloseness and attrs.closeness instead.
7704
77051999-08-06 Richard Stallman <rms@gnu.org>
7706
7707 * lread.c (Feval_buffer): New arg DO_ALLOW_PRINT.
7708
77091999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7710
427ec082 7711 * dired.c (directory_files_internal, Fdirectory_files_and_attributes,
26901792
DL
7712 Ffile_attributes_lessp): New functions.
7713 (Fdirectory_files): Use directory_files_internal.
7714 (syms_of_dired): Initialize Fdirectory_files_and_attributes,
7715 Ffile_attributes_lessp.
7716
7717 * w32.c (stat): Check for directory ending in separator when
7718 doing readdir fast path.
7719
7720 * w32fns.c (x_set_icon_type): Support setting frame icons.
7721 * w32term.c (x_bitmap_icon): New function.
7722 (x_make_frame_visible, x_iconify_frame): Invoke x_bitmap_icon.
427ec082 7723
26901792
DL
77241999-08-06 Gerd Moellmann <gerd@gnu.org>
7725
7726 * xdisp.c (set_iterator_to_next): After delivering a character
7727 from a display vector, restore face and charset to what they were
7728 before the display vector was processed.
7729
77301999-08-06 Gerd Moellmann <gerd@gnu.org>
7731
7732 * xdisp.c (reseat_at_next_visible_line_start): New parameter
7733 on_newline_p.
7734 (set_iterator_to_next): After delivering last char
427ec082 7735 from display vector, reseat on next visible line start if
26901792
DL
7736 dpvec_char_len < 0.
7737 (next_element_from_buffer): Set dpvec_char_len to -1 for
7738 selective display.
7739
77401999-08-06 Gerd Moellmann <gerd@gnu.org>
7741
7742 * xdisp.c (compute_line_metrics): If first line's physical ascent
7743 is larger than its logical ascent, use the physical ascent, and
7744 make the row taller. Set row's overlapping_p flag.
7745
7746 * dispnew.c (redraw_overlapping_rows): Use flag overlapping_p.
7747 (direct_output_for_insert): Ditto.
7748
7749 * dispextern.h (struct glyph_row): Add overlapping_p.
7750
7751 * xterm.c (x_draw_phys_cursor_glyph): Redraw overlaps.
7752
7753 * dispextern.h (MATRIX_ROW_OVERLAPS_PRED_P): New.
7754 (MATRIX_ROW_OVERLAPS_SUCC_P): New.
7755
7756 * dispnew.c (direct_output_for_insert): Don't use this method if
7757 row is overlapped by others.
7758 (update_text_area): Write full line if current line is overlapped.
7759 (redraw_overlapped_rows): New.
7760 (update_window): Call it.
7761 (redraw_overlapping_rows): New.
7762 (update_window): Call it.
7763 (scrolling_window): Make sure overlapped_p flag in current rows is
7764 unchanged.
7765 (row_equal_p): Take rows overlapped_p flag into account.
7766
7767 * dispextern.h (struct glyph_row): Add flag overlapped_p.
7768
7769 * xterm.c (x_fix_overlapping_area): New.
7770 (x_redisplay_interface): Add x_fix_overlapping_area.
7771
7772 * dispnew.c (adjust_glyphs): Block input while adjusting matrices.
7773
77741999-08-06 Gerd Moellmann <gerd@gnu.org>
7775
7776 * xterm.c (x_draw_glyphs): Add parameter overlaps_p.
7777 (struct glyph_string): Add member for_overlaps_p.
7778 (x_get_glyph_string_clip_rect): If glyph string draws foreground
7779 of overlapping rows, clip to window bottom.
7780 (x_fill_glyph_string): Add parameter overlaps_p.
7781 (x_fill_composite_glyph_string): Ditto.
7782 (BUILD_GLYPH_STRINGS): Ditto.
7783 (BUILD_CHAR_GLYPH_STRINGS): Ditto.
7784 (x_draw_glyph_string): Don't draw anything but the foreground
7785 if glyph string draws row overlaps.
7786
7787 * dispnew.c (direct_output_for_insert): Don't use this
7788 optimization for rows that overlap others.
7789 (update_window_line): Return non-zero if display has changed.
7790 (update_text_area): Ditto.
7791 (update_window): Record if display has been changed.
7792
7793 * dispextern.h (MATRIX_ROW_OVERLAPPING_P): New.
7794
7795 * dispextern.h (struct redisplay_interface): Add
7796 fix_overlapping_area.
7797
7798 * xterm.c (x_append_glyph): Set glyph flag overlaps_vertically_p.
7799
7800 * dispextern.h (struct glyph): Add overlaps_vertically_p.
7801
7802 * xterm.c (x_produce_image_glyph): Compute iterator's physical
7803 ascent and descent.
7804 (x_produce_stretch_glyph): Ditto.
7805 (x_produce_glyphs): Ditto.
7806
7807 * xdisp.c (init_iterator): Reset physical line height info
7808 after producing special glyphs.
7809 (display_toolbar_line): Set physical line height info.
7810 (compute_line_metrics): Ditto.
7811 (display_line): Ditto.
7812 (display_string): Ditto.
7813
7814 * term.c (produce_glyphs): Set iterator's physical height
7815 information.
7816
7817 * dispnew.c (blank_row): Compute glyph row's physical height.
7818 (row_equal_p): Take physical row heights into account.
7819 (direct_output_for_insert): Ditto.
7820 (update_text_area): Ditto.
7821
7822 * dispextern.h (struct glyph_row): Add phys_ascent and
7823 phys_height.
7824 (struct it): Add phys_ascent, phys_descent, max_phys_ascent,
7825 max_phys_descent.
7826
78271999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7828
7829 * buffer.c (switch_to_buffer_1): New subroutine, taken out from
7830 Fswitch_to_buffer.
7831 (no_switch_buffer): New function.
7832 (Fswitch_to_buffer): Call them. Don't get confused
7833 by "same-window" buffers in a dedicated frame.
7834
7835 * window.c (display-buffer): Don't get confused
7836 by "same-window" buffers in a dedicated frame.
7837
78381999-08-04 Andreas Schwab <schwab@gnu.org>
7839
7840 * insdel.c (insert_from_string_1): Check gap size against number
7841 of outgoing bytes, not incoming bytes.
7842
78431999-08-03 Tom Breton <tob@world.std.com>
7844
7845 * lread.c (read1): Added circular reading code to #N=.
7846 (SUBSTITUTE): New macro.
7847 (seen_list): New variable.
7848 (substitute_object_in_subtree): New function.
7849 (substitute_object_recurse): New function.
7850 (substitute_in_interval): New function.
7851
78521999-08-02 Eli Zaretskii <eliz@gnu.org>
7853
7854 * Makefile.in (frame.o, sysdep.o, xfaces.o): Depend on dosfns.h.
7855
7856 * frame.c (make_terminal_frame): Don't call init_frame_faces if
7857 noninteractive, for termcap frames as well.
7858
7859 * sysdep.c (init_sys_modes): Call init_frame_faces for termcap
7860 frames.
7861
78621999-08-01 Richard Stallman <rms@gnu.org>
7863
7864 * fns.c (internal_equal): Correct overlay comparison.
7865
83c8f461 78661999-07-31 Richard M. Stallman <rms@gnu.org>
26901792 7867
427ec082 7868 * xfns.c (x_set_internal_border_width):
26901792
DL
7869 Call do_pending_window_change. Don't block input, don't call XFlush.
7870 (x_set_vertical_scroll_bars): Call do_pending_window_change.
7871 (x_set_scroll_bar_width, x_set_font): Likewise.
7872
7873 * frame.c (Fset_frame_height): Call do_pending_window_change.
7874 (Fset_frame_width, Fset_frame_size): Likewise.
7875
7876 * xterm.c (x_set_window_size): When calling change_frame_size,
7877 specify 1 for DELAY.
7878
7879 * widget.c (EmacsFrameSetCharSize): Don't call
7880 do_pending_window_change here.
7881
78821999-07-30 Dave Love <fx@gnu.org>
7883
7884 * config.in: Add HAVE_STDLIB_H.
7885
78861999-07-30 Richard M. Stallman <rms@gnu.org>
7887
7888 * process.c (create_process): Detect failure of `pipe'.
7889
78901999-07-30 Keisuke Nishida <kei@psn.net>
7891
7892 * alloc.c (allocate_vectorlike): Add missing increment.
7893
7894 * data.c (Fdefalias): Call Ffset instead of duplicating code.
7895
7896 * keymap.c (get_keymap_1, get_keyelt): Check the type of OBJECT
7897 before calling indirect_function.
7898
78991999-07-30 Eli Zaretskii <eliz@gnu.org>
7900
7901 * dispextern.h (load_color, lookup_derived_face): Declare
7902 prototypes.
7903
7904 * dispnew.c (init_display) [MSDOS]: Don't initialize frame faces,
7905 it will be done later.
7906
7907 * frame.c (make_terminal_frame) [MSDOS]: Don't call
7908 init_frame_faces if non-interactive.
7909 (Fframe_parameters) [MSDOS]: Replace indexing into colornames[]
7910 array with a call to msdos_stdcolor_name. The font name is now
7911 "ms-dos", consistent with realize_tty_face.
7912
7913 * keyboard.c (cmd_error_internal): Don't kill Emacs if this is an
7914 MSDOS frame.
7915
7916 * window.c (Fset_window_configuration) [MSDOS]: Don't call
7917 x_set_toolbar_lines.
7918
7919 * xfaces.c (load_color): Remove static from definition and remove
7920 prototype.
7921 [MSDOS]: Add a DOS-specific version of load_color.
7922 (lookup_face): Replace FRAME_TERMCAP_P with !FRAME_WINDOW_P.
7923 (lookup_derived_face): New function.
7924 (realize_default_face): Support MSDOS frames.
7925 [MSDOS]: If fore/background colors are unspecified, inherit them
7926 from the frame.
7927 (realize_face): Support MSDOS frames.
7928 (realize_tty_face): Support MSDOS frames.
7929 [MSDOS]: If the face color is not in Vface_tty_color_alist, call
7930 load_color to try to find a suitable approximation. If the face
7931 is inverse-video, swap the foreground and background colors.
7932
7933 * dosfns.c (msdos_stdcolor_name, msdos_stdcolor_idx): New
7934 functions.
7935
7936 * dosfns.h (msdos_stdcolor_name, msdos_stdcolor_idx): Declare.
7937
7938 * msdos.h: Remove redundant declarations (most of them are now in
7939 dispextern.h).
7940
7941 * msdos.c (IT_set_face): Rewritten for the new redisplay engine.
7942 Use default frame colors if the face doesn't specify them; invert
7943 the colors if highlight is ON.
7944 (IT_write_glyphs): Rewritten for the new redisplay engine.
7945 (IT_change_line_highlight): Add (unused) parameter Y, since that's
7946 how the hook is called by term.c.
7947 (IT_copy_glyphs): New function, copies an area of the display in
7948 video RAM.
7949 (IT_insert_glyphs): Rewritten to DTRT instead of aborting, since
7950 redisplay now calls it even if char_ins_del_ok is zero.
7951 (IT_set_frame_parameters): Prototype changed. Calls the new
7952 load_color. Puts the new fore/background colors into the default
7953 face on current frame.
7954 (IT_menu_display): Rewritten to handle the new struct glyph
7955 instead of a char array.
7956 (XMenuActivate): Call lookup_derived_face to create and use
7957 special faces for the pop-up and drop-down menus.
7958
79591999-07-29 Gerd Moellmann <gerd@gnu.org>
7960
7961 * xterm.c (x_set_toolkit_scroll_bar_thumb): Don't call
7962 XawScrollbarSetThumb if thumb parameters haven't changed because
7963 that function apparently isn't optimized for this case.
7964
79651999-07-29 Eli Zaretskii <eliz@gnu.org>
7966
7967 * msdos.c (getdefdir): Don't return failure indication when
7968 _fixpath sets errno to ENOSYS.
7969
79701999-07-28 Gerd Moellmann <gerd@gnu.org>
7971
7972 * xdisp.c (string_char_and_length): New. Use it everywhere
7973 instead of STRING_CHAR_AND_LENGTH in xdisp.c.
7974
79751999-07-28 Kenichi Handa <handa@etl.go.jp>
7976
7977 * fns.c (count_combining): New function.
7978 (struct textprop_rec): New structure.
7979 (concat): Copy text properties correctly when byte combining
7980 occurs.
7981
79821999-07-28 Gerd Moellmann <gerd@gnu.org>
7983
7984 * xterm.c (x_setup_relief_color): Don't try smart color allocation
7985 if display is mono.
7986 (x_draw_row_bitmaps): If face has stipple, don't switch
7987 to foreground color for clearing areas, and set the fill style.
7988
7989 * xfaces.c (load_face_colors): Load background color if setting
7990 stipple, too.
427ec082 7991 (prepare_face_for_display): Use FillOpaqueStippled instead of
26901792
DL
7992 FillStippled.
7993
79941999-07-26 Ken'ichi Handa <handa@gnu.org>
7995
7996 * xterm.c (x_find_ccl_program): Add casting.
7997
7998 * w32fns.c (w32_find_ccl_program): Add casting.
7999
80001999-07-27 Gerd Moellmann <gerd@gnu.org>
8001
8002 * dispextern.h (struct glyph_row): Flag internal_border_p removed.
8003
8004 * xfns.c (x_create_tip_frame): Don't set bitmapIcon resource
8005 because this will try to access a nonexisting widget.
8006
80071999-07-26 Markus Rost <rost@gnu.org>
8008
427ec082 8009 * fns.c (Fgethash): Fix order of variables (patch by gerd).
26901792
DL
8010 (Fputhash): Ditto.
8011 (Fremhash): Ditto.
8012
80131999-07-26 Gerd Moellmann <gerd@gnu.org>
427ec082 8014
26901792
DL
8015 * widget.c (EmacsFrameSetCharSize): Don't add XtNborderWidth
8016 value to frame width and height.
8017
8018 * xterm.c (x_get_glyph_string_clip_rect): Take internal border
8019 into account for full-width windows. Don't add scroll bar width
8020 to width of clip rect.
8021 (x_draw_glyph_string_box): Add 1 to right x of full width lines.
8022 (x_set_glyph_string_background_width): Add 1 to background width.
8023 (x_draw_glyphs): Take internal border into account for full-width
8024 lines.
8025
80261999-07-26 Richard M. Stallman <rms@gnu.org>
8027
8028 * xfns.c (x_set_mouse_color): Always unload the old color.
8029 Don't allow nil as color value.
427ec082 8030 (x_set_cursor_color, x_set_background_color, x_set_foreground_color):
26901792
DL
8031 Always unload the old color.
8032
8033 * indent.c (Fmove_to_column): Extend end of line only if FORCE is t.
8034
80351999-07-26 Karl Heuer <kwzh@gnu.org>
8036
8037 * fns.c (Fy_or_n_p): Doc fix.
8038
80391999-07-26 Kenichi Handa <handa@etl.go.jp>
8040
8041 * ccl.h (setup_ccl_program): The type is changed to `int'.
8042
8043 * ccl.c (ccl_driver) <CCL_Call>: Now CCL program ID to call may be
8044 stored in the following CCL code. Adjusted for the change of
8045 Vccl_program_table.
8046 (resolve_symbol_ccl_program): Adjusted for the new style of
8047 embedded symbols (SYMBOL . PROP) in CCL compiled code. Return Qt
8048 is resolving failed.
8049 (ccl_get_compiled_code): New function.
8050 (setup_ccl_program): Function type changed from `void' to `int'.
8051 Resolve symbols in CCL_PROG.
8052 (Fccl_program_p): New function.
8053 (Fccl_execute): Get compiled CCL code by just calling
8054 setup_ccl_program.
8055 (Fccl_execute_on_string): Likewise.
8056 (Fregister_ccl_program): Adjusted for the change of
8057 Vccl_program_table.
8058
8059 * coding.c (setup_coding_system): Get compiled CCL code by just
8060 calling setup_ccl_program.
8061
8062 * xterm.c (x_find_ccl_program): Get compiled CCL code by just
8063 calling setup_ccl_program.
8064
8065 * w32fns.c (w32_find_ccl_program): Get compiled CCL code by just
8066 calling setup_ccl_program.
8067
80681999-07-23 Gerd Moellmann <gerd@gnu.org>
8069
8070 * xfaces.c (frame_update_line_height): Just use the height of the
8071 frame's fontset or font, instead of taking face fonts into
8072 account.
8073
8074 * xdisp.c (get_next_display_element): Display DEL as `^?'.
8075
80761999-07-23 Richard M. Stallman <rms@gnu.org>
8077
8078 * window.c (Fsplit_window): For default size, round up for left window.
8079
80801999-07-21 Joe Ramey <ramey@ti.com>
8081
8082 * filelock.c (lock_if_free): Return -1 if check_lock_owner
8083 has returned -1 (lockfile exists but is not a symlink?).
8084
80851999-07-20 Gerd Moellmann <gerd@gnu.org>
8086
8087 * xterm.c (x_draw_bar_cursor): Use scratch_cursor_gc to
8088 because of a change in cursor_gc made in 20.4.
8089
80901999-07-19 Gerd Moellmann <gerd@gnu.org>
8091
8092 * xterm.c (x_calc_absolute_position): Subtract menu bar height
8093 for YNegative, if using X toolkit.
8094
427ec082 8095 * xfns.c (x_real_positions): Don't subtract window borders
26901792
DL
8096 from positions returned.
8097
80981999-07-17 Gerd Moellmann <gerd@gnu.org>
8099
8100 * xrdb.c (x_load_resources): Set double-click time defaults
8101 for Motif list boxes from double-click-time.
8102
8103 * fns.c (Vhash_table_tests): Remvoed.
8104 (Qhash_table_test): New.
8105 (syms_of_fns): Initialize Qhash_table_test.
8106 (Fmake_hash_table): Look up user-defined tests in symbol prop
8107 `hash-table-test'.
8108 (Fdefine_hash_table_test): Store test and hash function as
8109 symbol prop `hash-table-test'.
8110 (make_hash_table): Add parameters user_test and user_hash.
8111
8112 * window.c (set_window_buffer): Set window margins for tty
8113 frames, too.
8114 (Fset_window_margins): Ditto.
8115
8116 * term.c (append_glyph): Use glyph area of iterator instead of
8117 always TEXT_AREA.
8118
8119 * dispnew.c (update_frame_1): Add left margin width to cursor
8120 hpos.
8121 (direct_output_for_insert): Ditto.
8122 (direct_output_forward_char): Ditto.
8123
8124 * dispnew.c (adjust_glyph_matrix): Set glyph matrix' top_line_p.
8125
8126 * dispextern.h (struct glyph_matrix): Add top_line_p.
8127
81281999-07-16 Gerd Moellmann <gerd@gnu.org>
8129
8130 * frame.h (FRAME_WINDOW_REDISPLAY_P): Removed. Use FRAME_WINDOW_P
8131 instead.
8132
8133 * fns.c (cmpfn_eq): Add hash code parameters.
8134 (cmpfn_eql): Ditto.
8135 (cmpfn_equal): Ditto, and compare hash codes before calling Fequal.
8136 (cmpfn_user_defined): Likewise.
8137
81381999-07-15 Gerd Moellmann <gerd@gnu.org>
8139
8140 * lisp.h (DEFAULT_REHASH_THRESHOLD): Changed to 0.8.
8141
8142 * fns.c (maybe_resize_hash_table): Correct computation of
8143 index vector size.
8144 (make_hash_table): Ditto.
8145 (Fmakehash): New.
8146
8147 * xdisp.c (echo_area_display): Don't call redraw_garbaged_frames.
8148
8149 * alloc.c (gc_sweep): Call sweep_weak_hash_tables.
8150 (survives_gc_p): Make it externally visible.
8151 (mark_object): Ditto.
8152
8153 * fns.c (remove_hash_entry): Removed.
8154 (sweep_weak_hash_tables): New.
8155
8156 * print.c (print): Print more information about hash tables.
8157
8158 * xfns.c (image_spec_hash): Removed.
8159 (lookup_image): Use sxhash instead of image_spec_hash.
8160 (image_spec_equal_p): Removed.
8161 (lookup_image): Use Fequal instead of image_spec_equal_p.
8162
81631999-07-14 Gerd Moellmann <gerd@gnu.org>
8164
8165 * lisp.h (P_): Moved to top of file.
8166
8167 * fns.c (make_hash_table): Set new members.
8168
8169 * alloc.c (mark_object): Mark hash table's user_hash_function.
8170 Mark index vector for weak hash tables.
8171
8172 * lisp.h (struct Lisp_Hash_Table): Add user_cmp_function,
8173 user_hash_function, cmpfn, and hashfn.
8174
8175 * fns.c (build_hash): Removed.
8176 (hash_test): Removed.
8177 (cmpfn_eq, cmpfn_eql, cmpfn_equal, cmpfn_user_defined): New.
8178 (hashfn_eq, hashfn_eql, hashfn_equal, hashfn_user_defined): New.
8179
81801999-07-13 Gerd Moellmann <gerd@gnu.org>
8181
8182 * alloc.c (survives_gc_p): New.
8183
8184 * print.c (print): Add hash table handling.
8185
8186 * alloc.c (mark_object): Add code to mark hash tables.
8187
8188 * lisp.h (GC_HASH_TABLE_P): New.
8189
8190 * emacs.c (main): Call init_fns.
8191
8192 * fns.c (init_fns): New.
8193
8194 * fns.c: Add hash table implementation.
8195
8196 * lisp.h (PVEC_HASH_TABLE): New.
8197 (struct Lisp_Hash_Table): New.
8198 (XHASH_TABLE): New.
8199 (XSET_HASH_TABLE): New.
8200 (HASH_TABLE_P): New.
8201 (CHECK_HASH_TABLE): New.
8202 (DEFAULT_HASH_SIZE): New.
8203 (DEFAULT_REHASH_THRESHOLD): New.
8204 (DEFAULT_REHASH_SIZE): New.
8205
8206 * xterm.c (x_draw_glyphs): Add parameters real_start and real_end.
8207 (x_write_glyphs): Compute overwritten cursor using real start
8208 and end positions of display.
8209 (x_insert_glyphs): Ditto.
8210
82111999-07-10 Gerd Moellmann <gerd@gnu.org>
8212
8213 * keyboard.c (read_char): Use message3_nolog to show help-echo.
8214
8215 * dispnew.c (blank_row): Add y-position as parameter. Compute
8216 visible height.
8217
8218 * xdisp.c (next_element_from_string): Give padding spaces
8219 a position of -1.
8220
427ec082 8221 * dispnew.c (adjust_glyph_matrix): Some work to support
26901792
DL
8222 marginals areas on tty frames in a future version.
8223 (allocate_matrices_for_frame_redisplay): Ditto.
8224
8225 * xdisp.c (display_line): At ZV, set glyph row's displays_text_p
8226 to zero if number of glyphs in the row is <= 1.
8227
82281999-07-09 Gerd Moellmann <gerd@gnu.org>
8229
8230 * dispnew.c (buffer_posn_from_coords): Take left marginal area
8231 into account.
8232
8233 * xdisp.c (handle_display_prop): Don't reset area if handing
8234 a property from a string that came from a `display' property.
8235 (handle_single_display_prop): Don't handle recursive `display'
8236 properties.
8237 (handle_single_display_prop): Handle some display property
8238 forms for terminal frames.
8239 (Qimage): Moved here from xfns.c.
8240
8241 * dispextern.h (struct it): New field string_from_display_prop_p.
8242
8243 * xterm.c (x_clip_to_row): Don't let clip_rect include top
8244 line.
8245
82461999-07-08 Gerd Moellmann <gerd@gnu.org>
8247
8248 * xdisp.c (handle_single_display_prop): Handle `:when FORM'.
8249
8250 * window.c (set_window_buffer): Set window's vscroll to zero.
8251
8252 * xdisp.c (QCwhen): New.
8253 (display_prop_end): New.
8254 (handle_single_display_prop): Use it.
8255 (debug_method_add): Print buffer name if tracing.
8256 (try_window_reusing_current_matrix): Compute visible height
8257 of reused rows. Fix cursor position calculation in case of
8258 top-line.
8259
8260 * dispextern.h (struct redisplay_interface): Add parameter
8261 cursor_on_p to update_window_end_hook.
8262
8263 * xterm.c (x_update_window_end): Add parameter cursor_on_p.
8264
82651999-07-07 Gerd Moellmann <gerd@gnu.org>
8266
427ec082 8267 * xdisp.c (redisplay_internal): Ensure that redisplayinp_p
26901792
DL
8268 doesn't become negative when decrementing it.
8269
8270 * eval.c (Fsignal): Reset redisplaying_p to zero.
8271
8272 * xdisp.c (try_window_reusing_current_matrix): Call hooks
8273 for window update.
8274 (try_window_id): Ditto.
8275
8276 * xterm.c (x_clear_end_of_line): Handle top-line correctly.
8277 (x_scroll_run): Ditto.
8278 (any_help_event_p): New.
8279 (x_initialize): Set it to zero.
8280 (XTread_socket): Clear help echo only if any_help_event_p.
8281
8282 * xdisp.c (init_iterator): Set top_line_p.
8283 (start_display): Use correct initial y if top-line is present.
8284 (make_cursor_line_fully_visible): Bug fixes for top-line.
8285 (try_scrolling): Ditto.
8286 (try_window_reusing_current_matrix): Ditto.
8287
8288 * dispextern.h (struct it): Add top_line_p.
8289
8290 * dispnew.c (shift_glyph_matrix): Move some computations out
8291 of the loop.
8292
427ec082 8293 * dispnew.c (margin_glyphs_to_reserve): Use NUMBERP and
26901792
DL
8294 XFLOATINT.
8295
82961999-07-06 Gerd Moellmann <gerd@gnu.org>
8297
8298 * dispnew.c (update_frame_1): When setting cursor in echo area,
8299 skip only over padding spaces at the end.
8300
8301 * xfaces.c (realize_tty_face): Set face's font_name field to
8302 "tty".
8303
8304 * term.c (update_end): Turn cursor on only if selected window's
8305 cursor_off_p flag is not set.
8306
83071999-07-05 Gerd Moellmann <gerd@gnu.org>
8308
8309 * term.c (TS_cursor_visible): Renamed from TS_visual_mode.
8310 (TS_cursor_normal): Renamed from TS_end_visual_mode.
8311 (TS_cursor_invisible): New.
8312 (term_init): Initialize TS_cursor_invisible.
8313 (tty_hide_cursor): New.
8314 (tty_show_cursor): New.
8315 (update_end): Show tty cursor.
8316 (update_begin): Hide tty cursor to prevent cursor flickering
8317 during redisplays triggered by timers (stealth fontification).
8318
8319 * keyboard.c (make_lispy_event) <TOOLBAR_EVENT>: Apply modifiers.
8320
8321 * xterm.c (XTread_socket) [USE_MOTIF] <KeyPress>: Catch events
8322 in scroll bars.
8323 (x_handle_toolbar_click): Set modifier bits.
8324
83251999-07-04 Gerd Moellmann <gerd@gnu.org>
8326
8327 * keyboard.c (kbd_store_ptr): Declare it as a volatile pointer
8328 instead of a pointer to a volatile input_event.
427ec082 8329 (kbd_buffer_store_event): Remove volatile modifier from
26901792
DL
8330 declaration of local variable `sp'.
8331 (Fdiscard_input): Don't cast when assigning kbd_store_ptr
8332 to kbd_fetch_ptr.
8333
83341999-07-03 Gerd Moellmann <gerd@gnu.org>
8335
8336 * xdisp.c (try_window_id): Set beg_unchanged and end_unchanged
8337 only if buffer is modified. Return quickly if changes are
8338 above window start.
8339
83401999-07-02 Gerd Moellmann <gerd@gnu.org>
8341
8342 * dispextern.h (HSCROLL_WINDOWS): Removed.
8343
8344 * xdisp.c (mark_window_display_accurate): Don't set
8345 w->region_showing.
8346 (redisplay_internal): Don't call redraw_garbaged_frames.
8347
83481999-07-01 Gerd Moellmann <gerd@gnu.org>
8349
8350 * xdisp.c (echo_area_display): Don't display truncation marks
8351 for messages because 20.4 doesn't do it either.
8352 (redisplay_window): Case same window start. Instead of giving
8353 up when cursor is partially visible, make it fully visible.
8354 (mark_window_display_accurate): Some cleanup. Record window's
8355 last cursor information.
8356 (debug_method_add): Improved.
8357 (redisplay_internal): Record last cursor info only if not
8358 consider_all_windows_p.
8359
8360 * dispnew.c (update_window): Update top line after scrolling.
8361 (blank_row): Renamed from make_empty_enabled_row.
8362 (increment_glyph_row_buffer_positions): Increment positions
8363 in buffers, only.
8364
8365 * window.c (Fcoordinates_in_window_p): Add top-line to doc
8366 string.
8367
83681999-06-30 Gerd Moellmann <gerd@gnu.org>
8369
8370 * dispnew.c (update_window): Check that updated row is visible.
8371
8372 * xterm.c (x_draw_row_bitmaps): Check for invisible rows at
8373 top of window differently.
8374
8375 * xdisp.c (try_window_reusing_current_matrix): Don't do it
8376 if region is showing.
8377
8378 * dispnew.c (adjust_glyph_matrix): Check w->vscroll when
8379 avoiding matrix reallocation. Set window_vscroll in matrix.
8380
8381 * dispextern.h (struct glyph_matrix): Add member window_vscroll.
8382
26901792
DL
8383 * xdisp.c (debug_method_add): New.
8384 (debug_redisplay_method): Removed.
8385 (try_window_reusing_current_matrix): Handle case where old
8386 window start is the same as new window start.
8387
8388 * dispextern.h (struct glyph_matrix) [GLYPH_DEBUG]: Make `method'
8389 an array instead of a pointer.
8390
26901792
DL
8391 * xfns.c (Fx_show_tip): Undo previous change.
8392
8393 * xterm.c (x_append_glyph): Clear glyph->u.val.
8394
8395 * dispextern.h (struct glyph): Increase size of face_id bit-field
8396 for CHAR_GLYPH to 12.
8397
83981999-06-29 Gerd Moellmann <gerd@gnu.org>
8399
8400 * xfaces.c (x_charset_registry): Make it externally visible.
8401
84021999-06-28 Gerd Moellmann <gerd@gnu.org>
8403
427ec082 8404 * dispnew.c (update_window): Use mode_line_p flag of rows
26901792
DL
8405 instead of WINDOW_WANTS_MODELINE_P.
8406
8407 * xterm.c (clear_mouse_face): Make externally visible.
8408
8409 * xfns.c (Fx_show_tip): Clear mouse face before showing tip.
8410
8411 * xterm.c (expose_line): Handle exposure of top-lines.
8412
8413 * xterm.c (XTframe_up_to_date): Don't call note_mouse_highlight
8414 if mouse_face_mouse_frame is null.
8415
8416 * xdisp.c (redisplay_window): If window is echo_area_window,
8417 and update_mode_line is set, update menubar and toolbar.
8418
8419 * dispnew.c (space_glyph): Set its charpos to -1.
8420 (update_frame_1): Ignore trailing padding spaces.
8421
8422 * xdisp.c (next_element_from_c_string): Set position of padding
8423 glyphs to -1.
8424
84251999-06-27 Gerd Moellmann <gerd@gnu.org>
8426
8427 * xfns.c (x_laplace_read_row): Use XQueryColors instead of
8428 XQueryColor.
8429
8430 * xdisp.c (display_menu_bar): Remove unwarranted assertion.
8431 (set_cursor_from_row): Skip over glyphs having a null object at
8432 the start of rows.
8433 (insert_left_trunc_glyphs): Use charpos < 0 to indicate truncation
8434 glyphs.
8435 (handle_invisible_prop): Compute next change only when needed.
8436 (handle_face_prop): Don't correct DEFAULT_FACE_ID if in the mode
8437 line.
8438
84391999-06-26 Gerd Moellmann <gerd@gnu.org>
8440
8441 * xrdb.c (x_load_resources): Don't set resource for double-click
8442 time.
8443
8444 * xdisp.c (try_window_id): Return quickly if all changes are
8445 below the window's current matrix end.
8446
8447 * dispextern.h (MATRIX_ROW_PARTIALLY_VISIBLE_P): Remove window
8448 parameter.
8449
8450 * xdisp.c (try_window_reusing_current_matrix): Set no_scrolling_p
8451 in desired not in current matrix.
8452 (try_window_reusing_current_matrix): Rotate matrices starting
8453 at start_vpos instead of 0.
8454
8455 * xterm.c (expose_window): Use window_text_bottom_y.
8456 (fast_find_position): Ditto.
8457
8458 * xdisp.c (redisplay_window): Use window_text_bottom_y.
8459 (try_window_reusing_current_matrix): Ditto.
8460 (get_last_unchanged_at_beg_row): Ditto.
8461 (init_iterator): Ditto.
8462
8463 * dispnew.c (allocate_matrices_for_window_redisplay): Allocate one
8464 more row.
8465 (check_matrix_invariants): Use window_text_bottom_y.
8466 (update_window): Ditto.
8467 (scrolling_window): Ditto.
8468
8469 * xdisp.c (window_text_bottom_y): New.
8470
84711999-06-25 Gerd Moellmann <gerd@gnu.org>
8472
8473 * xterm.c (XTread_socket): Set mouse_face_frame to zero after
8474 clearing mouse face.
8475 (XTread_socket) <EnterNotify> [LESSTIF_VERSION]: If
8476 event.xcrossing.focus is not set, and focus is in the menu bar,
8477 set focus frame as if event.xcrossing.focus were set.
8478
84791999-06-24 Gerd Moellmann <gerd@gnu.org>
8480
8481 * keyboard.c (make_lispy_event): Handle mouse on top lines.
8482 * keyboard.c (make_lispy_movement): Ditto.
8483
8484 * window.c (coordinates_in_window): Return 4 if on top line.
8485 (Fcoordinates_in_window_p): Return `top-line' if on top line.
8486
8487 * xdisp.c (window_box_height): Subtract top line height.
8488 (window_box): Add top line height to top y position if top line
8489 exists.
8490 (init_iterator): If base_face_id is TOP_LINE_FACE_ID, set row to
8491 the top line row of the window. Set initial y-position to
8492 window's top line height plus delta.
8493 (start_display): Choose start glyph row depending on whether
8494 window has a top line.
8495 (try_scrolling): Take top line height into account for aggressive
8496 scrolling.
8497 (compute_window_start_on_continuation_line): Take top line into
8498 account.
427ec082 8499 (redisplay_window): Ditto. If top line height has changed,
26901792
DL
8500 trigger a new redisplay.
8501 (try_window_reusing_current_matrix): Take top line into account.
8502 (find_last_row_displaying_text): Ditto.
8503 (get_last_unchanged_at_beg_row): DItto.
8504 (try_window_id): Ditto.
8505 (compute_line_metrics): Ditto.
8506
8507 * dispnew.c (shift_glyph_matrix): Compute visible row height
8508 taking top line of window into account.
8509 (update_window): Update top line. If scrolling_window detects
8510 that all rows are equal, only set cursor.
8511 (update_window_line): Call after_update_window_line_hook if
8512 mode_line_p flag of rows has changed.
8513 (scrolling_window): Add parameter top_line_p. Return -1 if
8514 all rows are equal.
8515 (mode_line_string): Add parameter mode_line_p. Handle strings
8516 in top lines.
8517
8518 * dispextern.h (MATRIX_TOP_LINE_ROW): New.
8519 (MATRIX_FIRST_TEXT_ROW): New.
8520 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Use row's visible_height.
8521 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P): New.
8522 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): New.
8523 (MATRIX_TOP_LINE_HEIGHT): New.
8524 (CURRENT_MODE_LINE_HEIGHT): Use estimate_mode_line_height.
8525 (CURRENT_TOP_LINE_HEIGHT): New.
8526 (DESIRED_TOP_LINE_HEIGHT): New.
8527 (WINDOW_DISPLAY_TOP_LINE_HEIGHT): New.
8528 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE): Replaces
8529 WINDOW_DISPLAY_TEXT_AREA_PIXEL_HEIGHT.
8530 (WINDOW_DISPLAY_TEXT_HEIGHT): New.
8531
8532 * xterm.c (x_after_update_window_line): Don't draw bitmaps for top
8533 lines.
8534 (x_draw_row_bitmaps): Take top line into account when clearing
8535 bitmap area.
8536 (x_estimate_mode_line_height): Replacement for
8537 x_frame_mode_line_height.
8538 (x_get_glyph_string_clip_rect): Take top line into account.
8539 (x_clear_end_of_line): Ditto.
8540 (note_mode_line_highlight): Add parameter mode_line_p. Handle
8541 top lines.
8542 (note_mouse_highlight): Call note_mode_line_highlight for top lines.
8543 (x_erase_phys_cursor): Take top line into account.
8544
8545 * xdisp.c (window_box_height): Subtract top line height if
8546 window wants a top line.
8547 (display_mode_lines): New.
8548 (redisplay_window): Call it.
8549 (display_mode_line): Add parameters face_id and format.
8550
8551 * dispextern.h (CURRENT_TOP_LINE_HEIGHT): New.
8552 (MATRIX_TOP_LINE_HEIGHT): New.
8553
8554 * xterm.c (x_frame_mode_line_height): Add parameter face_id.
8555
8556 * term.c (estimate_mode_line_height): Renamed from
8557 frame_mode_line_height. Add parameter face_id.
8558 (estimate_mode_line_height_hook): Renamed from
8559 frame_mode_line_height_hook.
8560 (produce_special_glyphs_hook): Removed.
8561 (produce_glyphs_hook): Removed.
8562
85631999-06-23 Gerd Moellmann <gerd@gnu.org>
8564
8565 * dispextern.h (WINDOW_WANTS_TOP_LINE_P): New.
8566 (struct glyph_row): Add mode_line_p.
8567
8568 * xfaces.c (realize_basic_faces): Realize face `top-line'.
8569 (Qtop_line): New.
8570 (syms_of_xfaces): Initialize Qtop_line.
8571
8572 * dispextern.h (TOP_LINE_FACE_ID): New.
8573
8574 * buffer.c (init_buffer_once): Set default for
8575 top_line_format to nil.
8576 (init_buffer_once): Init top_line_format.
8577 (default-top-line-format): New.
8578 (top-line-format): New buffer-local variable.
8579
8580 * buffer.h: Add top_line_format.
8581
8582 * xdisp.c (overlay_arrow_changed_p): Removed because not used.
8583
85841999-06-17 Dave Love <fx@gnu.org>
8585
8586 * xfns.c: Move the PNG section before the JPEG one to avoid
8587 problems surrounding setjmp.h/png.h on GNU/Linux.
427ec082 8588
26901792
DL
85891999-06-17 Gerd Moellmann <gerd@gnu.org>
8590
8591 * xfns.c (x_kill_gs_process): Don't free colors.
8592
85931999-06-17 Dave Love <fx@gnu.org>
8594
8595 * s/gnu-linux.h: Zap spurious ~.
8596
85971999-06-16 Gerd Moellmann <gerd@gnu.org>
8598
8599 * xfns.c (gif_load): Improve multi-image support.
8600
86011999-06-15 Gerd Moellmann <gerd@gnu.org>
8602
8603 * xfns.c (gif_load): Support multi-image files.
8604
8605 * Makefile.in (LIBGIF): Use libungif.
8606
8607 * configure.in (HAVE_GIF): Use libungif instead of libgif
8608 because the former doesn't contain patented compression code.
8609
8610 * xdisp.c (compute_window_start_on_continuation_line): Don't
8611 do it if line start is too far away from window start.
8612
86131999-06-14 Gerd Moellmann <gerd@gnu.org>
8614
8615 * buffer.c (init_buffer_once): Set buffer_local_flags for
8616 scroll_*_aggressively.
8617 (syms_of_buffer): Add DEFVAR_PER_BUFFER for scroll-*-aggressively.
8618 (init_buffer_once): Set defaults for these variables.
8619 (syms_of_buffer): Add default-scroll-*-aggressively.
8620
8621 * buffer.h (scroll_up_aggressively): New.
8622 (scroll_down_aggressively): New.
8623
8624 * Makefile.in (LIBPNG): Add -lz -lm in case we're linking with
8625 a static PNG library.
8626
8627 * configure.in (HAVE_PNG): Add -lz -lm when checking for PNG lib
8628 in case it's a static library.
8629
8630 * Makefile.in (ctagsfiles): Split so that files starting
8631 with an `x' are found before files starting with `w32'.
8632 (ctagsfiles1): New.
8633 (ctagsfiles2): New.
8634 (TAGS): Use ctagsfiles[12] instead of ctagsfiles.
8635
8636 * xdisp.c (compute_window_start_on_continuation_line): New.
8637 (redisplay_window): Use it.
8638 (INFINITY): New.
8639 (reseat_to_string): Use it.
8640 (hscroll_window_tree): Ditto.
8641 (compute_window_start_on_continuation_line): Ditto.
8642 (redisplay_window): Don't force display with a new window start.
8643
86441999-06-06 Gerd Moellmann <gerd@gnu.org>
8645
8646 * xfns.c (x_report_frame_params): Don't report `outer-window-id'
8647 if widget not present.
8648
8649 * xdisp.c (prepare_menu_bars): Ignore tooltip frame.
8650
86511999-06-04 Gerd Moellmann <gerd@gnu.org>
8652
8653 * xfaces.c (recompute_basic_faces)[GLYPH_DEBUG]: Check return
8654 value of realize_basic_faces.
8655 (load_face_font_or_fontset): Store full font name in face.
8656 (realize_default_face): Use full font name.
8657
26901792
DL
8658 * xterm.c (x_produce_glyphs): Set member char_to_display.
8659 (x_append_glyph): Store char_to_display in glyphs.
8660
8661 * dispextern.h (struct it): Add char_to_display.
8662
8663 * xfns.c (x_set_font): Don't call face-set-after-frame-default
8664 if faces haven't been initialized.
8665 (Fx_create_frame): Call face-set-after-frame-default after
8666 faces have been initialized, and widget has been created.
8667
8668 * puresize.h (BASE_PURESIZE): Increased.
8669
86701999-06-01 Gerd Moellmann <gerd@gnu.org>
8671
8672 * xfaces.c (set_lface_from_font_name): Add parameter force_p.
8673 (Finternal_set_lisp_face_attribute): If frame is t when
8674 :font attribute is set, use the selected frame.
8675 (clear_face_cache): Add parameter clear_fonts_p.
8676 (Fclear_face_cache): Add optional parameter thorougly.
8677
8678 * xfaces.c (face_numeric_value): Return -1 if symbol is not
8679 in table.
8680 (Fclear_face_cache): New.
8681 (choose_face_fontset_font): If fontset doesn't contain font
8682 pattern for the given charset, use CHARSET_ASCII.
8683 (Finternal_set_lisp_face_attribute): Fix handling of nil
8684 stipple attribute.
8685 (Finternal_set_lisp_face_attribute): Fix handling of changing
8686 font-related face attributes of the default face.
8687 (set_lface_from_font_name): Set only attributes that aren't
8688 specified.
8689
86901999-05-31 Gerd Moellmann <gerd@gnu.org>
8691
8692 * xfaces.c (SCALABLE_FONTS): Define this to enable scalable
8693 font support.
8694 (Vscalable_fonts_allowed) [SCALABLE_FONTS]: New.
8695 (x_face_list_fonts): Add parameter scalable_fonts_p. Handle
8696 scalable fonts depending on the setting of SCALABLE_FONTS.
8697 (first_font_matching): List more than one font to find the
8698 first non-scalable matching font.
8699 (sorted_font_list): Let x_face_list_fonts return scalable fonts
8700 depending on SCALABLE_FONTS.
8701 (better_font_p): New parameter compare_pt_p. If zero, don't
8702 compare point sizes of fonts.
8703 (exact_face_match_p) [SCALABLE_FONTS]: New.
8704 (build_scalable_font_name) [SCALABLE_FONTS]: New.
8705 (may_use_scalable_font_p) [SCALABLE_FONTS]: New.
8706 (best_matching_font) [SCALABLE_FONTS]: Handle scalable fonts.
8707 (syms_of_xfaces): Add scalable-fonts-allowed.
8708
87091999-05-26 Gerd Moellmann <gerd@gnu.org>
8710
8711 * xfns.c (png_load): Let PNG lib handle gamma. Construct
8712 mask only if image contains simple transparency information.
8713 Otherwise, combine image with frame background color.
8714
8715 * configure.in (--with-png, HAVE_PNG): New.
8716
8717 * config.in (HAVE_PNG): New.
8718
8719 * Makefile.in: Add PNG library.
8720
8721 * xfns.c: Add PNG support.
8722
87231999-05-25 Gerd Moellmann <gerd@gnu.org>
8724
8725 * xdisp.c (init_xdisp): Initialize echo_area_message and
8726 previous_echo_area_message to nil.
8727
8728 * keyboard.c (read_char): Rename local variable echo_area_message
8729 because it shadows the global one.
8730
87311999-05-05 Gerd Moellmann <gerd@gnu.org>
8732
8733 * xterm.c (note_mode_line_highlight): Restructured.
8734
8735 * window.c (coordinates_in_window): Handle windows that don't have
8736 a mode line because their buffer's mode-line-format is nil.
8737 Recognize the mode line under x positions that correspond to
8738 flags areas and left scroll bar.
8739
87401999-05-02 Dave Love <fx@gnu.org>
8741
8742 * xterm.c (note_mouse_highlight): Separate help-echo processing
8743 from check on mouse-face so that it works generally.
8744
87451999-04-21 Gerd Moellmann <gerd@gnu.org>
8746
8747 * sound.c (Fplay_sound): Run hook play-sound-hook.
8748 (Qplay_sound_hook): New.
8749
87501999-04-20 Gerd Moellmann <gerd@gnu.org>
8751
8752 * xdisp.c (update_echo_area): Handle echo_area_message.
8753
87541999-04-19 Gerd Moellmann <gerd@gnu.org>
8755
8756 * editfns.c (Fmessage): Use message3.
8757
8758 * print.c (printchar): Set echo_area_message to nil.
8759 (strout): Ditto.
8760
8761 * minibuf.c (read_minibuf): Reset echo message strings to nil.
8762 (Fminibuffer_completion_help): Ditto.
8763
8764 * keyboard.c (cmd_error_internal): Set echo_areA_message.
8765 (command_loop_1): Test echo_areA_message.
8766 (read_char): Ditto.
8767 (record_menu_key): Set echo_area_message to nil.
8768 (Fexecute_extended_command): Test echo_area_message.
8769 (Fexecute_extended_command): Handle echo_area_message.
8770
8771 * fileio.c (Fdo_auto_save): Handle the case that echo_area_message
8772 is set.
8773
8774 * editfns.c (Fcurrent_message): If echo_area_message is set,
8775 return a substring of that string.
8776
8777 * dispnew.c (direct_output_for_insert): Test echo_area_message
8778 in addition to echo_area_glyphs.
8779 (set_window_cursor_after_update): Ditto.
8780 (update_frame_1): Ditto.
8781
8782 * alloc.c (Fgarbage_collect): Use message3_nolog to display
8783 old Lisp message string.
8784
8785 * xdisp.c (echo_area_message): New.
8786 (previous_echo_area_message): New.
8787 (syms_of_xdisp): Initialize and staticpro new variables.
8788 (echo_area_display): Display echo_area_message if set.
8789 (message2_nolog): Set echo_area_message and
8790 previous_echo_area_message.
8791 (echo_area_display): Set previous_echo_area_message.
8792 (redisplay_internal): Display echo area if echo_area_message
8793 or previous_echo_area_message are set.
8794 (redisplay_preserve_echo_area): Test/set echo_area_message and
8795 previous_echo_area_message.
8796 (redisplay_window): Test echo_area_message.
8797 (message3_nolog): New.
8798 (message3): New.
8799
8800 * editfns.c (Fformat): Add text properties to the result string
8801 from properties of the format string and properties of string
8802 arguments.
8803
8804 * textprop.c (text_property_list): New.
8805 (add_text_properties_from_list): New.
8806 (extend_property_ranges): New.
8807
88081999-03-29 Gerd Moellmann <gerd@gnu.org>
8809
8810 * xfaces.c (Qraised, Qsunken, QCshadow): Removed.
8811 (QCline_width, QCstyle, Qpressed_button, Qreleased_button): New.
8812 Use these symbols for the box face attribute instead of the
8813 removed ones.
8814
88151999-03-12 Gerd Moellmann <gerd@gnu.org>
8816
8817 * xfaces.c (realize_tty_face): Don't set alt_char_p of face.
8818 Correct wrong test for slant.
8819
88201999-03-10 Gerd Moellmann <gerd@gnu.org>
8821
8822 * xfaces.c: Use `unspecified' for unspecified face attributes,
8823 use t and nil for on/off.
8824
88251999-03-06 Gerd Moellmann <gerd@gnu.org>
8826
8827 * buffer.c (syms_of_buffer): Extend doc string of
8828 mode-line-format.
8829
8830 * xfaces.c (x_face_list_fonts): New parameter try_alternatives_p.
8831 (first_font_matching): New.
8832 (set_lface_from_font_name): Use it if font name is a pattern.
8833 (font_field_wildcard_p): Removed.
8834
8835 * dispnew.c (shift_glyph_matrix): Add `window' parameter.
8836 Recompute visible height of rows.
8837
8838 * xterm.c (note_mouse_highlight): Reorder code for help-echo.
8839 Don't accept non-strings for help-echo from overlays.
8840
88411999-03-04 Dave Love <fx@gnu.org>
8842
8843 * xterm.c (note_mouse_highlight): Check overlays for help-text
8844 property.
8845 (XTread_socket): Fix compiler warning.
427ec082 8846
26901792
DL
88471999-03-05 Gerd Moellmann <gerd@gnu.org>
8848
427ec082 8849 * xterm.c (note_mouse_highlight): Don't restrict number of
26901792
DL
8850 overlay to 10. Call overlays_at so that it doesn't try to
8851 extend the vector.
8852
8853 * xdisp.c (compute_line_metrics): Compute glyph row's visible
8854 height.
8855
8856 * dispnew.c (row_equal_p): Compare visible row height, only.
8857 (update_text_area): Draw whole line if visible heights of
8858 rows differ.
8859 (update_window_line): Call after_update_window_line_hook
8860 if visible row height has changed.
8861
8862 * dispextern.h (MATRIX_ROW_VISIBLE_HEIGHT): Removed.
8863 (struct glyph_row): New member visible_height.
8864
8865 * xfaces.c (font_field_wildcard_p): New.
8866 (set_lface_from_font_name): Remove parameter force_p. Accept
8867 font names containing wildcards.
8868
88691999-03-04 Gerd Moellmann <gerd@gnu.org>
8870
8871 * xterm.c (x_after_update_window_line): Clear internal border
8872 when windows_or_buffers_changed.
8873
8874 * dispextern.h (WINDOW_WANTS_MODELINE_P): Return zero if window's
8875 buffer has a nil mode_line_format.
8876
88771999-03-03 Gerd Moellmann <gerd@gnu.org>
8878
8879 * xterm.c (x_setup_relief_colors): Use either background color
8880 or specified color.
8881
8882 * xfaces.c (realize_x_face): Set face->use_box_color_for_shadows_p.
8883
8884 * dispextern.h (struct face): Add use_box_color_for_shadows_p.
8885
8886 * xterm.c (x_draw_box_rect): New.
8887 (x_draw_glyph_string_box): Renamed from
8888 x_draw_glyph_string_relief. Call x_draw_box_rect.
8889
8890 * xfns.c (QCrelief): New.
8891 (syms_of_xfns): Initialize it.
8892
8893 * dispextern.h (struct glyph): Rename left_shadow_p to
8894 left_box_line_p, right_shadow_p to right_box_line_p.
8895 (MAX_RELIEF_THICKNESS): Removed.
8896 (struct it): Rename members having `relief' in their names
8897 to contain `box' instead.
8898
8899 * xfaces.c (realize_x_face): Handle new box attribute values.
8900 (QCrelief, Qbox): Removed.
8901 (QCshadow, QCcolor, Qraised, Qsunken): New.
8902 (syms_of_xfaces): Initialize new symbols.
8903
89041999-03-02 Gerd Moellmann <gerd@gnu.org>
8905
8906 * dispextern.h (LFACE_RELIEF_INDEX): Removed.
8907
8908 * xfaces.c (LFACE_RELIEF): Removed.
8909 (merge_face_vector_with_property): Remove handling of `:relief'.
8910 (Finternal_set_lisp_face_attribute): Ditto.
8911 (Finternal_set_lisp_face_attribute_from_resource): Ditto.
8912 (Finternal_get_lisp_face_attribute): Ditto.
8913 (realize_default_face): Ditto.
8914 (lface_hash): Don't compute hash from relief.
8915
8916 * dispextern.h (struct face): Replace member `relief' by
8917 `box_line_width'. Add member `box'.
8918 (face_box_type): New.
8919
8920 * xterm.c (x_produce_glyphs): If face has overline, add overline
8921 thickness + 1 to ascent.
8922
89231999-03-01 Gerd Moellmann <gerd@gnu.org>
8924
8925 * xterm.c (x_draw_glyph_string): Draw underline, overline,
8926 strike-through, and boxes.
8927 (x_draw_glyph_string_underline): Removed.
8928
8929 * xfaces.c (QCoverline, QCstrike_through, QCbox): New.
8930 (Qoverline, Qstrike_through, Qbox): New.
8931 (syms_of_xfaces): Define these symbols.
8932 (check_lface_attrs): Add checks for overline, strike-through,
8933 and box.
8934 (Finternal_set_lisp_face_attribute): Set new attributes.
8935 (LFACE_OVERLINE, LFACE_STRIKE_THROUGH, LFACE_BOX): New.
8936 (load_color): Handle new attributes.
8937 (realize_x_face): Ditto.
8938 (merge_face_vector_with_property): Ditto.
8939 (free_face_colors): Ditto.
8940 (Finternal_set_lisp_face_attribute_from_resource): Ditto.
8941 (Finternal_get_lisp_face_attribute): Ditto.
8942 (Finternal_lisp_face_attribute_values): Ditto.
8943
8944 * dispextern.h (lface_attribute_index): Add enumerators for
8945 overstrike, strike-through, and box.
8946 (struct face): Add members for overline, strike-through, and
8947 box.
8948
89491999-02-17 Dave Love <fx@gnu.org>
8950
8951 * s/gnu-linux.h s/gnu.h s/irix5-0.h s/netbsd.h s/sco4.h s/sco5.h
8952 s/template.h (NARROWPROTO): Define on the basis of relevant X cf
8953 files.
8954
89551999-02-16 Gerd Moellmann <gerd@gnu.org>
8956
8957 * keyboard.c (toolbar_items): Call access_keymap with third
8958 parameter 1, so that we don't get inherited toolbar item
8959 definitions.
8960
8961 * xdisp.c (redisplay_internal): In optimization 1, don't decrement
8962 the window end vpos when in empty first line of window.
8963
89641999-02-15 Gerd Moellmann <gerd@gnu.org>
8965
8966 * xfaces.c (set_font_frame_param): New.
8967 (Finternal_set_lisp_face_attribute): Call it.
8968
8969Sun Feb 14 10:54:02 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8970
8971 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
8972 Accept specifications of color for underline.
8973
89741999-02-13 Gerd Moellmann <gerd@gnu.org>
8975
8976 * xfaces.c (Finternal_set_lisp_face_attribute): If parameter
8977 `frame' is t, operate on face defaults for new frames. If it
8978 is nil, operate on the selected frame.
8979
89801999-02-12 Gerd Moellmann <gerd@gnu.org>
8981
8982 * dispnew.c (check_matrix_invariants): Put it in #if 0.
8983 (update_window): Put the call to check_matrix_invariants in #if 0.
8984
8985Sun Feb 7 09:58:49 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8986
8987 * dispextern.h: Remove all else block of UNDERLINE_COLOR.
8988 Remove definition of UNDERLINE_COLOR.
8989
8990Mon Jan 4 04:43:41 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8991
8992 * xfaces.c (free_face_colors): Free the color for underline.
8993
8994 * xterm.c (x_draw_glyph_string_underline): Set the color for underline
8995 to the GC.
8996
8997Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8998
8999 * dispextern.h (UNDERLINE_COLOR): Defined.
9000 (struct face): Added two new members.
9001 underline_color, underline_defaulted_p.
9002
427ec082 9003 * xfaces.c (merge_face_vector_with_property):
26901792 9004 (check_lface_attrs): Accept the string value for underline.
427ec082 9005 (Finternal_set_lisp_face_attribute): Likewise.
26901792
DL
9006
9007 * xfaces.c (load_color): Change the last argument type to enum
9008 lface_attribute_index from int. And addec code for underling coloring.
9009 (load_face_colors): Pass LFACE_*_INDEX to load_color.
427ec082 9010
26901792
DL
90111999-02-12 Gerd Moellmann <gerd@gnu.org>
9012
9013 * xfns.c (Fx_image_header): Removed.
9014
90151999-02-07 Gerd Moellmann <gerd@gnu.org>
9016
9017 * xterm.c: Don't include <bitmaps/gray>.
9018 (x_term_init): Use gray_bitmap_width and gray_bitmap_height.
9019
9020 * xfns.c (Fx_image_header): Add missing `\n\'.
9021 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits): New.
9022
90231999-02-01 Gerd Moellmann <gerd@gnu.org>
9024
9025 * xterm.c (x_scroll_bar_create): Set background pixel from
9026 specified scroll bar color.
9027 (x_scroll_bar_set_handle): Use scroll bar foreground color.
9028
9029 * xfns.c (x_set_scroll_bar_foreground): Remove all scroll bars.
9030 (x_set_scroll_bar_background): Ditto.
9031
9032 * xterm.c (x_create_toolkit_scroll_bar): Set scroll bar colors.
9033
9034 * xfns.c (x_default_scroll_bar_color_parameter): New.
9035 (Fx_create_frame): Call it.
9036
90371999-01-31 Gerd Moellmann <gerd@gnu.org>
9038
9039 * xfns.c (Fx_create_frame): Initialize scroll bar pixel color
427ec082 9040 values in x_output structure.
26901792
DL
9041 (Qscroll_bar_foreground, Qscroll_bar_background): New.
9042 (syms_of_xfns): Initialize these symbols.
9043
9044 * xterm.h (struct x_output): Add scroll bar pixel colors.
9045
9046 * xfns.c (x_frame_parms): Add entries for scroll bar colors.
9047 (x_set_scroll_bar_foreground): New.
9048 (x_set_scroll_bar_background): New.
9049
26901792
DL
90501999-01-12 Gerd Moellmann <gerd@gnu.org>
9051
9052 * xdisp.c (handle_single_display_prop): New.
9053 (handle_display_prop): Call it.
9054 (handle_raise_prop): Removed.
9055 (handle_height_prop): Removed.
9056 (handle_space_width_prop): Removed.
9057 (handle_face_prop): Remove handling of raised text.
9058 (handle_display_prop): Do it here.
9059
9060 * dispextern.h (DISPLAY_PROP_IDX): Replaces GLYPH_PROP_IDX.
9061 (RAISE_PROP_IDX): Removed.
9062 (HEIGHT_PROP_IDX): Removed.
9063 (SPACE_WIDTH_PROP_IDX): Removed.
9064
9065 * xdisp.c (Qdisplay): Replaces Qglyph.
9066 (handle_display_prop): Formerly handle_glyph_prop.
9067
90681999-01-11 Gerd Moellmann <gerd@gnu.org>
9069
9070 * xdisp.c (reseat_to_string): Set position in display vector to -1.
9071 (handle_stop): Set position in display vector to -1. Don't
9072 check overlay strings when set up to deliver characters from a
9073 display vector.
9074 (set_iterator_to_next): At the end of a run of characters from a
9075 display vector, check whether the display vector display replaces
9076 the display of a character.
9077
90781999-01-05 Gerd Moellmann <gerd@gnu.org>
9079
9080 * xfaces.c (init_frame_faces): Don't realize faces if frame's
9081 X window hasn't been created yet.
9082
90831998-12-06 Gerd Moellmann <gerd@gnu.org>
9084
9085 * sound.c: New.
9086
90871998-12-04 Gerd Moellmann <gerd@gnu.org>
9088
9089 * config.in (HAVE_SOUND): New.
9090
9091 * emacs.c (main): Call syms_of_sound and init_sound.
9092
9093 * Makefile.in (obj): Add sound.o.
9094
9095 * configure.in: Add checks for machine/soundcard.h and sys/soundcard.h.
9096
9097 * config.in (HAVE_MACHINE_SOUNDCARD_H): New.
9098 (HAVE_SYS_SOUNDCARD_H): New.
9099
91001998-12-03 Gerd Moellmann <gerd@gnu.org>
9101
9102 * buffer.h (struct buffer): indicate_empty_lines renamed from
9103 indicate_zv_lines.
9104
9105 * buffer.c (indicate-empty-lines): Renamed from indicate_zv_lines.
9106 (default-indicate-zv-lines): Likewise.
9107
9108 * dispextern.h (struct glyph_row): Rename indicate_zv_line_p
9109 to indicate_empty_line_p.
9110
9111 * xdisp.c (reseat_at_next_visible_line_start): Reset method
9112 to next_element_from_buffer.
9113
9114 * frame.c (make_frame): Set n_current_toolbar_items to 0.
9115
9116 * xdisp.c (handle_face_prop): Allow symbols of the form `N+'
9117 and `N-'.
9118
9119 * xfns.c (xbm_scan): New.
9120 (xbm_read_hexint): Removed.
9121 (xbm_read_bitmap_file_data): Use xbm_scan.
9122
9123 * fileio.c (Finsert_file_contents): Prevent redisplay optimizations.
9124
91251998-12-02 Gerd Moellmann <gerd@gnu.org>
9126
9127 * xfns.c (xbm_read_hexint): New.
9128 (xbm_read_bitmap_file_data): New.
9129 (xbm_load_image_from_file): Call xbm_read_bitmap_file_data
9130 instead of XReadBitmapFileData.
9131
9132 * xdisp.c (handle_raise_prop): Compute voffset from current font.
9133
9134 * xfaces.c (face_with_height): New.
9135
9136 * xdisp.c (eval_handler): Renamed from eval_mode_handler.
9137 (eval_form): Renamed from eval_mode_element.
9138 (handle_face_prop): Use it.
9139 (Qheight): Replaces Qsmaller.
9140 (handle_height_prop): Replaces handle_smaller_prop.
427ec082 9141 (handle_face_prop): If iterator's font_height is not an
26901792
DL
9142 integer, evaluate it to get the font height to use.
9143
9144 * dispextern.h (HEIGHT_PROP_IDX): Replaces SMALLER_PROP_IDX.
9145 (struct it): Use `font_height' instead of `smaller'.
9146
91471998-12-01 Gerd Moellmann <gerd@gnu.org>
9148
9149 * xdisp.c (reseat_1): New.
9150 (reseat): Call it.
9151 (move_it_vertically_backward): Ditto.
9152 (redisplay_window): Don't abort when cursor not found in recenter.
9153
91541998-11-30 Gerd Moellmann <gerd@gnu.org>
9155
9156 * xdisp.c (reseat_at_next_visible_line_start): When not
9157 currently delivering display elements from the current buffer,
9158 restore buffer position first.
9159 (init_from_display_pos): Don't set IT's position from the
9160 position passed to this function.
9161
91621998-11-28 Gerd Moellmann <gerd@gnu.org>
9163
9164 * config.in (PROTO): Removed.
9165
9166 * xterm.h: Change PROTO to P_.
9167
91681998-11-26 Gerd Moellmann <gerd@gnu.org>
9169
9170 * xterm.c (take_vertical_position_into_account): New.
9171 (x_produce_image_glyph): Call it.
9172 (x_produce_stretch_glyph): Ditto.
9173 (x_produce_glyphs): Ditto.
9174 (x_fill_glyph_string): Adjust base line for glyph's voffset.
9175 (x_fill_composite_glyph_string): Ditto.
9176 (x_fill_image_glyph_string): Ditto.
9177 (x_fill_stretch_glyph_string): Ditto.
9178
9179 * xdisp.c (display_line): Always compute row height from
9180 max_ascent and max_descent.
9181
9182 * dispextern.h (struct glyph): Add voffset.
9183 (struct it): Replace height by descent, max_height by max_descent.
9184
9185 * xterm.c (x_append_glyph): Set voffset
9186 (x_append_stretch_glyph): Ditto.
9187 (x_produce_image_glyph): Ditto.
9188 (x_produce_glyphs): Take voffset into account.
9189 (x_produce_image_glyph): Ditto.
9190 (x_produce_stretch_glyph): Ditto.
9191
9192 * dispextern.h (struct it): Add voffset.
9193 * xdisp.c (push_it): Save voffset.
9194 (pop_it): Restore it.
9195
9196 * xdisp.c (it_props): Add entry for `raise'.
9197 (handle_raise_prop): New.
9198
9199 * dispextern.h (RAISE_PROP_IDX): New.
9200
9201 * xdisp.c (Qraise): New.
9202 (syms_of_xdisp): Define Qraised.
9203
9204 * xterm.c (x_scroll_bar_move): Clear to the left and right
9205 of toolkit scroll bars differently.
9206 (x_scroll_bar_move): Removed.
9207 (XTset_vertical_scroll_bar): Move code from x_scroll_bar_move here.
9208
9209 * dispextern.h: Make it compilable --with-x=no.
9210 * alloc.c: Ditto.
9211 * emacs.c: Ditto.
9212 * dispnew.c: Ditto.
9213 * keyboard.c: Ditto.
9214 * term.c: Ditto.
9215 * xdisp.c: Ditto.
9216 * xfaces.c: Ditto.
9217 * xfns.c: Ditto.
9218 * xmenu.c: Ditto.
9219
92201998-11-25 Gerd Moellmann <gerd@gnu.org>
9221
9222 * xterm.c (XTread_socket): Cancel help-echo when leaving frame.
9223
92241998-11-24 Gerd Moellmann <gerd@gnu.org>
9225
9226 * xterm.c (x_set_toolkit_scroll_bar_thumb): When dragging,
9227 update slider size, only.
9228 (xm_scroll_callback): Set dragging member of the scroll bar.
9229 (xt_action_hook): Reset last_scroll_bar_part.
9230 (XTredeem_scroll_bar): Reset bar->dragging to nil.
9231
26901792
DL
9232 * xfns.c (Fx_hide_busy_cursor): Don't try to hide busy cursor
9233 window on newly created frames that don't have one.
9234
92351998-11-23 Gerd Moellmann <gerd@gnu.org>
9236
9237 * xdisp.c (restore_overlay_strings): Removed.
9238 (restore_dpvec): Removed.
9239 (init_from_display_pos): Inline both functions above.
9240
9241 * xfns.c (IMAGE_NON_NEGATIVE_INTEGER_VALUE): New.
9242 (parse_image_spec): Handle it.
9243 (xbm_format): Use it.
9244 (xpm_format): Ditto.
9245 (pbm_format): Ditto.
9246 (jpeg_format): Ditto.
9247 (tiff_format): Ditto.
9248 (gif_format): Ditto.
9249 (gs_format): Ditto.
9250
9251 * xdisp.c (set_window_cursor): Removed.
9252 (redisplay_internal): Case cursor motion in cursor line of
9253 selected window; use set_cursor_from_row.
9254
92551998-11-22 Gerd Moellmann <gerd@gnu.org>
9256
9257 * widget.c (EmacsFrameSetCharSize): Take widget's border width
9258 into account.
9259
92601998-11-21 Gerd Moellmann <gerd@gnu.org>
9261
9262 * xterm.c (expose_frame): Redraw menu bar window.
9263
9264 * xdisp.c (display_menu_bar): Record hpos instead of x-position
9265 in menu item.
9266
9267 * dispnew.c (change_frame_size_1): Use FRAME_TOP_MARGIN instead
9268 of FRAME_TOOLBAR_LINES. Use `f' instead of `frame'.
9269
9270 * widget.c (set_frame_size): Use FRAME_SCROLL_BAR_COLS
9271 to determine vertical_scroll_bar_extra.
9272 (EmacsFrameSetCharSize): Ditto.
9273 * xfns.c (x_figure_window_size): Ditto.
9274
9275 * xterm.c (x_draw_row_bitmaps): Draw in `bitmap-area' face.
9276 (x_draw_bitmap): Ditto.
9277
9278 * dispextern.h (face_id): New id BITMAP_AREA_FACE_ID.
9279 * xfaces.c (realize_basic_faces): Realize it.
9280
92811998-11-20 Gerd Moellmann <gerd@gnu.org>
9282
9283 * xmenu.c (xmenu_show): Add workaround for remaining button grab
427ec082 9284 under LessTif Use the widget of the frame as parent for the
26901792
DL
9285 menu, again.
9286
92871998-11-19 Gerd Moellmann <gerd@gnu.org>
9288
9289 * xterm.c (XTread_socket): Inhibit busy cursor for EnterNotify.
9290 When EnterNotify, don't generate a mouse movement event if
9291 notification is from a busy-cursor child window.
9292
9293 * xterm.h (struct x_output): Add busy_window, remove cursor.
9294
9295 * xfns.c (Fx_show_busy_cursor): Formerly Fx_display_busy_cursor.
9296 Use a transparent window to display the busy-cursor.
9297 (Fx_hide_busy_cursor): Formerly Fx_undisplay_busy_cursor.
9298
92991998-11-17 Gerd Moellmann <gerd@gnu.org>
9300
9301 * xdisp.c (check_window_end): New, for debugging.
9302 (CHECK_WINDOW_END): New.
9303 (try_window_id): Use it.
9304
9305 * xterm.c (process_expose_from_menu): Return int.
9306
9307 * keyboard.c (kbd_buffer_get_event): Set flag to prevent recording
9308 TOOLBAR_EVENT events in last_nonmenu_event.
9309
93101998-11-16 Gerd Moellmann <gerd@gnu.org>
9311
9312 * xdisp.c (redisplay_window): If windows_or_buffers_changed,
9313 window end isn't reliable, so set window_end_valid to nil.
9314 (redisplay_internal): If overlay arrow has changed, set
9315 windows_or_buffers_changed to redisplay thoroughly.
9316
9317 * dispnew.c (adjust_glyph_matrix): Invalidate window end, if
9318 necessary.
9319
9320 * xfns.c (file_dialog_cb): New.
9321 (Fx_file_dialog): New.
9322 * fileio.c (Fread_file_name): Call it.
9323
427ec082 9324 * xrdb.c (x_load_resources): Add default resoures for file
26901792
DL
9325 selection dialog.
9326
93271998-11-14 Gerd Moellmann <gerd@gnu.org>
9328
9329 * xterm.c (note_mouse_highlight): Don't highlight when popup
9330 is active.
9331
26901792
DL
9332 * keyboard.c (timer_check): Inhibit busy cursor around calls to
9333 timer-event-handler. This busy cursor tends to be anoying if
9334 fontifying stealthily.
9335
9336 * dispnew.c (direct_output_for_insert): Give up if current row
9337 contains trailing whitespace.
9338
93391998-11-13 Gerd Moellmann <gerd@gnu.org>
9340
9341 * dispextern.h (prop_idx): Add FONTIFIED_PROP_IDX.
9342
9343 * xdisp.c (handle_fontified_prop): New.
9344 (Vfontification_functions): New.
9345 (Qfontification_functions): New.
9346 (it_props): Add handle_fontified_prop.
9347
93481998-11-12 Gerd Moellmann <gerd@gnu.org>
9349
9350 * xmenu.c (xmenu_show): Use the frame's edit_widget as parent.
9351 Otherwise, under LessTif, after the popup has gone, all button
9352 press events come in for the frame's widget, and release events
9353 come in for the edit_widget.
9354 * xterm.c (XTread_socket): Remove workaround for that problem.
9355 (x_set_toolkit_scroll_bar_thumb): Add workaround for LessTif
9356 XmScrollBarSetValues.
9357 (SET_SAVED_MENU_EVENT): Give it statement form.
9358
26901792
DL
9359 * xfaces.c (display_message): If waiting_for_input, don't display
9360 the message.
9361
9362 * window.c (scroll_command): If not acting on current_buffer,
9363 make redisplay consider all windows.
9364
9365 * xfns.c (Fx_hide_tip): Return t if tooltip was open.
9366
9367 * xdisp.c (handle_glyph_prop): Set it->object for images to
9368 the object having the glyph property.
9369
9370 * xterm.c (x_draw_row_bitmaps): Don't draw if row is completely
9371 invisible.
9372
93731998-11-11 Gerd Moellmann <gerd@gnu.org>
9374
9375 * xterm.h (struct x_display_info): Add gray pixmap. * xterm.c
9376 (x_term_init): Create the gray pixmap.
9377 (x_setup_relief_color): Use it.
9378 (x_get_glyph_string_clip_rect): Draw a toolbar window over the
9379 internal border at the top of a frame.
9380 (x_init_glyph_string): Likewise.
427ec082 9381 (x_draw_glyph_string_relief): Correct right x by 1 pixel for
26901792
DL
9382 full-width lines.
9383 (XTflash): Don't flash the toolbar window.
9384
9385 * xterm.c (XTread_socket): Workaround for LessTif popup menus
9386 in case of ButtonPress events.
9387
93881998-11-10 Gerd Moellmann <gerd@gnu.org>
9389
9390 * xrdb.c (x_load_resources): Add grey background colors as
9391 defaults for menus, scroll bars, and dialogs.
9392
9393 * insdel.c (prepare_to_modify_buffer): Move setting
9394 windows_or_buffers_changed from modify_region here.
9395
9396 * xfns.c (Fx_show_tip): Inhibit redisplay.
9397 (Fx_hide_tip): Ditto.
9398 (Fx_image_header): New.
9399
94001998-11-09 Gerd Moellmann <gerd@gnu.org>
9401
9402 * dispnew.c (clear_window_matrices): Set window_end_valid to nil
9403 when clearing current window matrices.
9404
94051998-11-08 Gerd Moellmann <gerd@gnu.org>
9406
9407 * xdisp.c (handle_glyph_prop): Don't set an iterator's buffer
9408 position from a string position. Use the right end position
9409 if the property spans a whole overlay string.
9410
94111998-11-07 Gerd Moellmann <gerd@gnu.org>
9412
9413 * xmenu.c (menubar_selection_callback): Remove workaround for
9414 Lesstif not calling XmNpopdownCallback because it doesn't
9415 handle the case where users don't select any menu item.
9416
26901792
DL
9417 * insdel.c (modify_region): Set windows_or_buffers_changed.
9418
9419 * buffer.c (set_buffer_internal): Don't set
9420 windows_or_buffers_changed.
9421
26901792
DL
9422 * xmenu.c (HAVE_BOXES): Define if USE_X_TOOLKIT.
9423
26901792
DL
9424 * xmenu.c (menubar_selection_callback): Add workaround for
9425 Lesstif not calling XmNpopdownCallback.
9426
9427 * xdisp.c (eval_mode_element): New.
9428 (eval_mode_handler): New.
9429 (display_mode_element): Use eval_mode_element.
9430
9431 * xdisp.c (display_mode_element): Allow `(:eval FORM)'.
9432 Remove code looking at text props of default value.
9433
9434 * xmenu.c (HAVE_BOXES): Define if using Lucid menus.
9435
26901792
DL
94361998-11-06 Gerd Moellmann <gerd@gnu.org>
9437
427ec082 9438 * xmenu.c (single_submenu): Set button_type of menu to
26901792
DL
9439 BUTTON_TYPE_NONE.
9440 (single_submenu): Likewise for panes and menu items.
9441 (set_frame_menubar): Set button_type of menu bar to none.
9442 (xmenu_show): Likewise.
9443 (single_submenu): Set widget values selected slot.
9444 (xmenu_show): Likewise.
9445
26901792
DL
9446 * xmenu.c (push_menu_item): Add parameters `type' and
9447 `selected'. Store it in menu_items.
9448 (MENU_ITEMS_ITEM_TYPE): New.
9449 (MENU_ITEMS_ITEM_SELECTED): New.
9450 (MENU_ITEMS_ITEM_LENGTH): Increase by two.
9451
9452 * xfns.c (clear_image_cache): Get the current time, before
9453 doing anything.
9454 (cache_image): Set prev pointer of next image.
9455 (clear_image_cache): Clear current matrices if any image was
9456 freed.
9457
9458 * xterm.c (XTread_socket): Set inhibit_busy_cursor.
9459
9460 * xfns.c (x_set_cursor): New.
9461 (Fx_display_busy_cursor): New.
9462 (Fx_undisplay_busy_cursor): New.
9463
9464 * xterm.h (struct x_output): Add busy_cursor.
9465
9466 * xfns.c (Vx_busy_pointer_shape): New.
9467 (x_set_mouse_color): Create busy cursor.
9468
9469 * process.c (wait_reading_process_input): Show and hide busy
9470 cursor.
9471
9472 * keyboard.c (command_loop_1): Display busy cursor.
9473
9474 * eval.c (Fsignal): Hide busy cursor.
9475
9476 * buffer.c (set_buffer_internal): Don't set
9477 windows_or_buffers_changed.
9478
9479 * xterm.c (redo_mouse_highlight): New.
9480
94811998-11-04 Gerd Moellmann <gerd@gnu.org>
9482
26901792
DL
9483 * xfns.c (x_create_x_image_and_pixmap): Add depth parameter.
9484 (x_build_heuritic_mask): New.
9485 (lookup_image): Call it.
9486
9487 * xterm.c (note_toolbar_highlight): Always set up help_echo.
9488 (previous_help_echo): New.
9489 (XTread_socket): Generate help event with nil message when
9490 leaving a region with help-echo.
9491 (note_mouse_highlight): Handle `help-echo' over text.
9492 (XTread_socket): Dispatch VisibilityNotify, CirculateNotify,
9493 CirculateRequest.
9494 (clear_mouse_face): Don't clear if tooltip is shown.
9495 (XTread_socket): Redo mouse-highlight after tooltip is gone.
9496 Avoid SET_FRAME_GARBAGED when tooltip is mapped.
9497
9498 * keyboard.c (Vshow_help_function): New.
9499 (read_char): Use it.
9500
95011998-11-03 Gerd Moellmann <gerd@gnu.org>
9502
9503 * xfns.c (x_create_tip_frame): New.
9504 (Fx_show_tip): New.
9505 (Fx_hide_tip): New.
9506
427ec082 9507 * xterm.c (x_destroy_window): Handle case that we don't have
26901792
DL
9508 a widget.
9509
9510 * dispextern.h (struct glyph_row): Rename no_marginal_areas_p
9511 to full_width_p. Add internal_border_p.
9512
95131998-11-02 Gerd Moellmann <gerd@gnu.org>
9514
9515 * xterm.c (note_mode_line_highlight): Check the charpos of
9516 the glyph under the mouse pointer before accessing text
9517 properties at that position.
9518
95191998-11-01 Gerd Moellmann <gerd@gnu.org>
9520
9521 * xterm.c (x_draw_image_relief): Handle toolbar_button_relief.
9522
9523 * xdisp.c (auto-raise-toolbar-buttons): New.
9524 (build_desired_toolbar_string): Handle the flag.
9525 (toolbar-button-margin): New.
9526 (toolbar-button-relief): New.
9527 (build_desired_toolbar_string): Use margin and relief.
9528
9529 * xterm.c (x_set_toolkit_scroll_bar_thumb): Remove workaround
9530 for FreeBSD.
9531 (note_mode_line_highlight): New.
9532 (note_mouse_highlight): Call it.
9533
95341998-10-31 Gerd Moellmann <gerd@gnu.org>
9535
9536 * s/freebsd.h (NARROWPROTO): New.
9537
9538 * xdisp.c (display_string): New parameter face_string.
9539 (display_mode_element): When displaying a symbol with a string
9540 value, use text properties from the symbol's default value, maybe.
9541
9542 * xrdb.c (x_load_resources): Add font defaults for menus and
9543 dialogs.
9544
95451998-10-30 Gerd Moellmann <gerd@gnu.org>
9546
9547 * xfns.c (Fx_create_frame): Try 12pt Courier font first.
9548
95491998-10-29 Gerd Moellmann <gerd@gnu.org>
9550
9551 * xterm.c (x_produce_glyphs): Fix bug causing glyphs to be
9552 produced for characters with codes < 32 under certain
9553 circumstances.
9554
9555 * xdisp.c (redisplay_window): Handle values of PT in front
9556 of invisible, intangible text.
427ec082 9557 (try_window_id): Set overlay_arrow_seen to zero before
26901792
DL
9558 displaying lines.
9559 (display_mode_element): Assign to glyphs written for a mode
9560 line spec `%x' as object the Lisp format string, as position
9561 the position of the `%' in that string.
9562 (display_string): If displaying a C string, optionally get
9563 the face to use from a Lisp string.
9564
9565 * xterm.c (expose_window_tree): Include mode line height.
9566
9567 * xfns.c (Fx_create_frame): Add toolbar height to frame height.
9568
95691998-10-27 Gerd Moellmann <gerd@gnu.org>
9570
9571 * xterm.c (note_mouse_highlight): Change mouse pointer shape
9572 over mode line.
9573
95741998-10-26 Gerd Moellmann <gerd@gnu.org>
9575
9576 * window.c (coordinates_in_window): Use CURRENT_MODE_LINE_HEIGHT.
9577
9578 * xdisp.c (redisplay_window): If mode line height has changed,
9579 arrange for a thorough immediate redisplay using the correct mode
9580 line height.
9581 (window_box_height): Use CURRENT_MODE_LINE_HEIGHT.
9582
9583 * dispextern.h (MATRIX_MODE_LINE_HEIGHT): New.
9584 (CURRENT_MODE_LINE_HEIGHT): New.
9585 (DESIRED_MODE_LINE_HEIGHT): New.
9586
9587 * keyboard.c (make_lispy_event): Add string and string position
9588 info to mouse-click events.
9589 (read_key_sequence): Handle `local-map' property of mode line
9590 strings.
9591
9592 * keyboard.h (POSN_STRING): New.
9593
95941998-10-25 Gerd Moellmann <gerd@gnu.org>
9595
9596 * dispnew.c (mode_line_string): Mew.
9597
9598 * xterm.c (xt_action_hook): New.
9599 (x_create_toolkit_scroll_bar): Add action hook.
9600 (xm_scroll_callback): Implement dragging.
9601
9602 * keyboard.c (Qend_scroll): New.
9603 (scroll_bar_parts): Add it.
9604
9605 * termhooks.h (scroll_bar_end_scroll): New.
9606
9607 * xterm.c (XTread_socket): Bug fix.
9608
96091998-10-24 Gerd Moellmann <gerd@gnu.org>
9610
9611 * xdisp.c (redisplay_window): Finish scroll bars after
9612 redisplaying toolbar.
9613
9614 * keyboard.c (scroll_bar_parts): Add Qtop and Qbottom.
9615 (syms_of_keyboard): Add Qbottom.
9616
9617 * termhooks.h (scroll_bar_to_top): New.
9618 (scroll_bar_to_bottom): New.
9619
9620 * xdisp.c (redisplay_window): Always resize toolbar window if
9621 auto_resize_toolbar_p is non-zero.
9622 (auto_resize_toolbar_p): Renamed from auto_resize_toolbar.
9623 (window_box): New.
9624 (window_box_height): New.
9625 (window_box_width): New.
9626 (window_box_left): New.
9627 (window_box_right): New.
9628 (window_box_edges): New.
9629
96301998-10-23 Gerd Moellmann <gerd@gnu.org>
9631
9632 * xterm.c (x_set_toolkit_scroll_bar_thumb): Kluge for call to
9633 XawScrollbarSetThumb in FreeBSD.
9634 (x_create_toolkit_scroll_bar): Set resource "beNiceToColormap"
9635 to true.
9636
9637 * window.c (get_phys_cursor_glyph): Return null if cursor vpos
9638 is out of range.
9639
9640 * xterm.c (x_create_toolkit_scroll_bar): Set scroll_bar_pixel.
9641 (x_term_init): Initialize it.
9642
9643 * xterm.h (struct x_display_info): Add scroll_bar_pixel.
9644
9645 * xterm.c (x_create_toolkit_scroll_bar): Set LessTif scroll bar's
9646 cursor.
9647
96481998-10-22 Gerd Moellmann <gerd@gnu.org>
9649
9650 * keyboard.c (make_lispy_event): Handle scroll_bar_click
9651 differently when using toolkit scroll bars.
9652
9653 * xterm.c (x_send_scroll_bar_event): New.
9654 (x_scroll_bar_to_input_event): New.
9655 (xaw3d_scroll_callback): New.
9656 (xaw3d_jump_callback): New.
9657 (xm_scroll_callback): New.
9658 (x_toolkit_scroll_p): New.
9659 (XTread_socket): Handle scroll bar client message.
9660 (x_term_init): Initialize Xatom_Scrollbar.
9661 (x_scroll_bar_create): Set cursor.
9662 (xm_scroll_callback):
9663 (x_create_toolkit_scroll_bar): New.
9664 (x_set_toolkit_scroll_bar_thumb): New.
9665 (x_scroll_bar_create): Call x_create_toolkit_scroll_bar.
9666 (XTset_vertical_scroll_bar): Call x_set_toolkit_scroll_bar_thumb.
9667
9668 * xterm.h (struct x_display_info): Add Xatom_Scrollbar.
9669
96701998-10-21 Gerd Moellmann <gerd@gnu.org>
9671
9672 * xterm.c (x_scroll_bar_remove): Handle toolkit scroll bars.
9673 (XTread_socket): Don't handle mouse button events for scroll bars
9674 if using toolkit scroll bars.
9675 (XTset_vertical_scroll_bar): Set thumb size and position for
9676 Athena scroll bar.
9677
9678 * xterm.h (scroll_bar): Add x_widget_low and x_widget_high.
9679
9680 * xterm.c (XTread_socket): Dispatch expose event to widget
9681 if using toolkit scroll bars.
9682 (x_scroll_bar_expose): Make no-op for toolkit scroll bars.
427ec082 9683 (x_scroll_bar_create): Create and show a scroll bar widget
26901792
DL
9684 if using toolkit scroll bars.
9685 (x_scroll_bar_move): Handle tookit scroll bars.
9686
9687 * Makefile.in (LIBW): Use Xaw3d if present.
9688
9689 * configure.in (USE_TOOLKIT_SCROLL_BARS): New.
9690 (HAVE_XAW3D): New.
427ec082 9691
26901792
DL
9692 * config.in (USE_TOOLKIT_SCROLL_BARS): New.
9693 (HAVE_XAW3D): New.
9694
427ec082 9695 * xterm.c (XTset_vertical_scroll_bar): Correct position of
26901792
DL
9696 right vertical scroll bar.
9697
96981998-10-20 Gerd Moellmann <gerd@gnu.org>
9699
9700 * xfns.c (xpm_load): Support reading XPM images from string
9701 buffers containing data in the same format as an XPM file.
9702 Support `:color-symbols'.
9703 (xpm_format): Add `:data'.
9704 (xpm_keyword_index): Add XPM_DATA.
9705 (syms_of_xfns): Add `:color-symbols'.
9706 (xpm_keyword_index): Add XPM_COLOR_SYMBOLS.
9707 (xpm_valid_color_symbols_p): New.
9708 (xpm_image_p): Call it.
9709
9710 * xdisp.c (build_desired_toolbar_string): Add `:algorithm'
9711 attribute to the image if item is not enabled.
9712
9713 * xfns.c (x_laplace): New.
9714 (x_laplace_read_row): New.
9715 (x_laplace_write_row): New.
9716 (lookup_image): Handle common image attributes here. New
9717 attribute `:algorithm'.
9718
9719 * xfaces.c (clear_face_cache): Call clear_image_cache.
9720
9721 * xterm.c (x_inverted_image_mask): Removed.
9722 (x_draw_image_foreground_1): New.
9723 (x_draw_image_glyph_string): Draw images with mask to a temporary
9724 pixmap to reduce flickering.
9725
9726 * xdisp.c (redisplay_toolbar): Handle auto-resize-toolbars.
9727 (display_toolbar_line): Remove parameter `margin'.
9728
97291998-10-19 Gerd Moellmann <gerd@gnu.org>
9730
9731 * xdisp.c (toolbar_lines_needed): New.
9732 (auto-resize-toolbars): New.
9733
9734 * xfns.c (cache_image): Correct call to xrealloc.
9735
9736 * dispnew.c (Fset_toolbar_height): Removed.
9737
9738 * xdisp.c (init_xdisp): Use FRAME_TOP_MARGIN instead of
9739 FRAME_MENU_BAR_LINES.
9740
9741 * window.c (Fdelete_other_windows): Use FRAME_TOP_MARGIN
9742 instead of FRAME_MENU_BAR_LINES.
9743 (check_frame_size): Ditto.
9744
9745 * dispnew.c (adjust_frame_glyphs_initially): Use FRAME_TOP_MARGIN
9746 instead of FRAME_MENU_BAR_LINES.
9747 (adjust_frame_glyphs_for_frame_redisplay): Ditto.
9748 (build_frame_matrix): Ditto.
9749 (change_frame_size_1): Ditto.
9750
9751 * frame.h (FRAME_TOOLBAR_LINES): New.
9752 (FRAME_TOP_MARGIN): New.
9753
9754 * window.c (struct save_window_data): Add frame_toolbar_lines.
9755 (Fset_window_configuration): Handle toolbar lines.
9756 (Fcurrent_window_configuration): Save toolbar lines.
9757
9758 * frame.c (syms_of_frame_1): Add Qtoolbar_lines.
9759
9760 * xfns.c (Fx_create_frame): Add default parameter for toolbar.
9761
9762 * frame.h (struct frame): Rename top_margin to toolbar_lines.
9763
9764 * xfns.c (x_frame_parms): Add `toolbar-lines'.
9765 (x_set_toolbar_lines): New.
9766
9767 * keyboard.c (cmd_error_internal): Bug fix.
9768
9769 * xterm.c: Remove double include of syssignal.h.
9770
97711998-10-18 Gerd Moellmann <gerd@gnu.org>
9772
9773 * xterm.c (x_toolbar_item): New.
9774 (x_handle_toolbar_click): Use it.
9775 (note_toolbar_highlight): Use it.
9776
9777 * keyboard.c (syms_of_keyboard): Staticpro toolbar_item_properties
9778 and toolbar_items_vectors.
9779
9780 * xterm.c (help_echo): New.
9781 (draw_glyphs_face): Add DRAW_IMAGE_RAISED and DRAW_IMAGE_SUNKEN.
9782 (x_set_glyph_string_gc): Handle them.
9783 (x_after_update_window_line): Don't do anything in pseudo-windows.
9784 (x_produce_image_glyph): Take image margin and face relief into
9785 account.
9786 (x_get_glyph_string_clip_rect): Handle pseudo-windows.
9787 (x_draw_glyph_string_background): Optimize case when face has
9788 relief.
9789 (x_setup_relief_color): Take frame instead of glyph string
9790 parameter.
9791 (x_draw_relief_rect): New.
9792 (x_draw_glyph_string_relief): Call it.
9793 (x_draw_image_glyph_string_foreground): Handle margin and image
9794 relief.
9795 (x_draw_image_glyph_string_background): Ditto.
9796 (expose_frame): Redraw toolbar window.
9797 (expose_window): Don't draw cursor for pseudo-windows.
9798 (x_y_to_hpos_vpos): Handle pseudo-windows.
9799 (frame_to_window_pixel_xy): New.
9800 (note_mouse_highlight): Call note_toolbar_highlight.
9801 (x_handle_toolbar_click): New.
9802 (note_toolbar_highlight): New.
9803 (show_mouse_face): Change int parameter `hl' to parameter of
9804 type enum draw_glyphs_face. Handle image highlighting.
9805 (XTread_socket): Return a HELP_EVENT input event if help_echo is
9806 non-nil. Use x_handle_toolbar_click.
9807
9808 * termhooks.h (event_kind): Add HELP_EVENT, TOOLBAR_EVENT.
9809
9810 * xfns.c (image_value_type): Add IMAGE_INTEGER_VALUE,
9811 IMAGE_BOOL_VALUE.
9812 (parse_image_spec): Handle them.
9813 (image_spec_value): Additional parameter found.
427ec082 9814 (free_image): Remove image from the vector `images' of the
26901792
DL
9815 image cache.
9816 (clear_image_cache): Additional parameter force_p.
9817 (Fclear_image_cache): New.
9818 (x_find_image_file): New.
9819 (xbm_load): Handle `:margin' and `:relief'. Use
9820 x_find_image_file.
9821 (xpm_load): Likewise.
9822 (pbm_load): Likewise.
9823 (jpeg_load): Likewise.
9824 (tiff_load): Likewise.
9825 (gif_load): Likewise.
9826
9827 * keyboard.c (Qhelp_echo): New symbol.
9828 (read_char): Handle `toolbar' and `help_echo' events.
9829 (kbd_buffer_get_event): Handle HELP_ECHO input event.
9830 (make_lispy_event): Handle TOOLBAR_EVENT.
9831 (toolbar_items): New.
9832 (process_toolbar_item): New.
9833 (PROP): New.
9834 (init_toolbar_items): New.
9835 (append_toolbar_item): New.
9836 (read_char_x_menu_prompt): Handle `toolbar' event.
9837 (read_key_sequence): Ditto.
9838
9839 * xfaces.c (Qtoolbar): New.
9840 (realize_basic_faces): Realize `toolbar' face.
9841 (face_at_string_position): Remove parameter modeline_p, add
9842 base_face_id.
9843
9844 * xfns.c (xbm_load_image_from_file): Don't use Xmu function
9845 to read data.
9846
98471998-10-17 Gerd Moellmann <gerd@gnu.org>
9848
9849 * xdisp.c (init_iterator): Replace parameter modeline_p with
9850 base_face_id.
9851 (next_element_from_string): Call get_next_display_element
9852 recursively after handling text properties.
9853 (prepare_menu_bars): Call update_toolbar.
9854 (update_toolbar): New.
9855 (build_desired_toolbar_string): New.
9856 (display_toolbar_line): New.
9857 (redisplay_toolbar): New.
9858 (toolbar_item_info): New.
9859 (redisplay_window): Call redisplay_toolbar.
9860 (Fdump_toolbar_row): New. Defined if compiled with GLYPH_DEBUG.
9861
9862 * dispnew.c (clear_current_matrices): Clear matrices of toolbar
9863 window.
9864 (clear_desired_matrices): Ditto.
9865 (adjust_frame_glyphs_for_window_redisplay): Make toolbar window.
9866 (free_glyphs): Free matrices of toolbar window.
9867 (update_frame): Update toolbar window.
9868 (change_frame_size_1): Take toolbar into account.
9869 (Fset_toolbar_height): New.
9870
9871 * dispextern.h (struct it): Remove member modeline_p, add
9872 base_face_id.
9873 (struct image): Add members relief and margin.
9874 (IMAGE_ASCENT): Include margin in height.
9875
98761998-10-14 Gerd Moellmann <gerd@gnu.org>
9877
9878 * xfns.c (Fclear_image_cache): New.
9879
9880 * xfaces.c (realize_basic_faces): Realize toolbar face.
9881 (face_at_string_position): Remove parameter modeline_p, add
9882 base_face_id.
9883
9884 * dispextern.h (enum face_id): Add TOOLBAR_FACE_ID.
9885
98861998-10-13 Gerd Moellmann <gerd@gnu.org>
9887
9888 * keyboard.c (syms_of_keyboard): Intern `:help'.
9889
98901998-10-12 Gerd Moellmann <gerd@gnu.org>
9891
9892 * xterm.c (note_toolbar_highlight): New.
9893 (note_mouse_highlight): Call it.
9894
9895 * window.c (window_from_coordinates): Additional parameter toolbar_p.
9896 (coordinates_in_window): Handle toolbar window.
9897
9898 * keyboard.c (toolbar_items): New.
9899 (process_toolbar_item): New.
9900 (parse_toolbar_item): New.
9901 (init_toolbar_items): New.
9902 (append_toolbar_item): New.
9903
9904 * dispextern.h (enum toolbar_item_idx): New.
9905 (enum toolbar_item_image): New.
9906
9907 * frame.h (struct frame): Add toolbar-related members.
9908
9909 * xfaces.c (face_at_string_position): Remove assertion that
9910 current_buffer == window's buffer. This is not the case when
9911 called for the toolbar window.
9912
9913 * frame.c (make_frame): Initialize toolbar members.
9914
9915 * alloc.c (mark_object): Mark toolbar data of frames.
9916
9917 * frame.h (struct frame): Add toolbar-related members
9918 toolbar_window, desired_toolbar_items, current_toolbar_items,
9919 desired_toolbar_string, current_toolbar_string,
9920 n_desired_toolbar_items, n_current_toolbar_items. Add
9921 window_height.
9922
9923 * xterm.c (x_after_update_window_line): Don't draw bitmap
9924 areas for pseudo-windows.
9925 (expose_frame): Handle toolbar window.
9926 (expose_window): Don't do cursor stuff for pseudo-windows.
9927
9928 * xdisp.c (display_menu_bar): Correct calls to init_iterator.
9929
99301998-10-11 Gerd Moellmann <gerd@gnu.org>
9931
9932 * frame.c (make_frame): Initialize toolbar_window.
9933
9934 * alloc.c (mark_object): Make the toolbar window.
9935
9936 * dispnew.c (update_frame): Update frame's toolbar_window.
9937 (clear_current_matrices): Likewise.
9938 (clear_desired_matrices): Likewise.
9939 (adjust_frame_glyphs_for_window_redisplay): Make toolbar_window.
9940 (free_glyphs): Free the toolbar window and its matrices.
9941
9942 * frame.h (struct frame): Add toolbar_window.
9943
9944 * xterm.c (x_draw_glyph_string_relief): Handle mouse-face
9945 with relief.
9946
99471998-10-10 Gerd Moellmann <gerd@gnu.org>
9948
427ec082 9949 * dispnew.c (buffer_posn_from_coords): Don't screw up if
26901792
DL
9950 window start is not in the range BEGV..ZV.
9951
99521998-10-09 Gerd Moellmann <gerd@gnu.org>
9953
9954 * xdisp.c (try_scrolling): Experimentally handle the case
9955 that scroll-preserve-screen-position is set to `always'.
9956
9957 * window.c (Vscroll_preserve_screen_position): Replacement for
9958 scroll_preserve_screen_position.
9959
99601998-10-08 Gerd Moellmann <gerd@gnu.org>
9961
9962 * dispnew.c: Don't initialize auto structs; the HP/UX compiler
9963 doesn't like it.
9964 * xdisp.c: Ditto.
9965
9966 * xdisp.c (make_cursor_line_fully_visible): Adjust this_line_y.
9967
99681998-10-06 Gerd Moellmann <gerd@gnu.org>
9969
427ec082 9970 * minibuf.c (Fminibuffer_complete_word): Fix computation of
26901792
DL
9971 i_byte when prompts are inserted into minibuffers.
9972
9973 * dispextern.h (FRAME_INTERNAL_BORDER_WIDTH_SAFE): New.
9974 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X): Use it.
9975 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y): Ditto.
9976
99771998-10-04 Gerd Moellmann <gerd@gnu.org>
9978
9979 * xdisp.c (make_cursor_line_fully_visible): New.
9980 (try_scrolling): New.
9981 (redisplay_window): Move scrolling code to try_scrolling.
9982 (make_cursor_line_fully_visible): Handle case of window too small
9983 to show a single line.
9984 (redisplay_window): Case forced window start---use
9985 make_cursor_line_fully_visible.
9986 (redisplay_window): Case cursor movement via current matrix.
9987 If ending up on a partially visible line, make it fully visible
9988 instead of recentering.
9989 (try_scrolling): Additional parameter scroll_smoothly.
9990
9991 * xterm.c (x_draw_bitmap): Don't XClearArea under the pixmap.
9992
99931998-09-28 Gerd Moellmann <gerd@gnu.org>
9994
9995 * window.c (window_scroll_pixel_based): Bug fix: vpos used
9996 instead of y-position for scroll-preserved-screen-position.
9997
99981998-09-07 Gerd Moellmann <gerd@gnu.org>
9999
10000 * dispnew.c (update_frame_line): If current row is not enabled,
10001 write the whole line.
10002
100031998-09-06 Gerd Moellmann <gerd@gnu.org>
10004
10005 * lisp.h (HAVE_FACES): Removed.
10006
10007 * dispextern.h (HAVE_FACES): Removed.
10008
10009 * config.in (HAVE_FACES): Removed.
10010
10011 * dispnew.c (HAVE_FACES): Removed.
10012
10013 * xdisp.c (HAVE_FACES): Removed.
10014
10015 * xfaces.c (HAVE_FACES): Removed.
10016
100171998-09-05 Gerd Moellmann <gerd@gnu.org>
10018
10019 * xdisp.c (init_iterator): If face_change_count is non-zero,
10020 free realized faces.
10021
10022 * xfaces.c (free_all_realized_faces): Make it externally visible.
10023 (Finternal_set_lisp_face_attribute): Increment
10024 windows_or_buffers_changed.
10025
10026 * dispnew.c (direct_output_for_insert): Give up if
10027 face_change_count is non-zero.
10028 (direct_output_forward_char): Ditto.
10029
10030 * xfaces.c (face_change_count): New.
10031
100321998-09-04 Gerd Moellmann <gerd@gnu.org>
10033
10034 * xterm.c (x_draw_bar_cursor): Don't draw if cursor hpos is out
10035 of range.
10036
100371998-09-03 Gerd Moellmann <gerd@gnu.org>
10038
10039 * term.c (Ftty_display_color_p): New.
10040
100411998-09-02 Gerd Moellmann <gerd@gnu.org>
10042
10043 * xfaces.c (Ftty_defined_colors): New.
10044
10045 * xterm.c (x_produce_glyphs): Fix computation of
10046 contains_overlapping_glyphs_p for ASCII.
10047
10048 * dispnew.c (Fshow_cursor): Don't change cursor state while
10049 redisplaying.
10050 (direct_output_for_insert): If a glyph with lbearing or rbearing
10051 is among the new glyphs, set row flag contains_overlapping_glyph_p.
10052
100531998-09-01 Gerd Moellmann <gerd@gnu.org>
10054
10055 * term.c (OUTPUT_IF): Make replacement text have statement form.
10056 (OUTPUT1_IF): Ditto.
10057 (TS_italic_mode, TS_end_italic_mode): Removed.
10058 (TS_bold_mode): Removed.
10059 (TS_underscore_mode, TS_end_underscore_mode): Removed.
10060 (TS_enter_bold_mode, TS_enter_dim_mode, TS_enter_blink_mode): New.
10061 (TS_enter_reverse_mode): New.
10062 (TS_enter_underline_mode, TS_exit_underline_mode): New.
10063 (TN_magic_cookie_glitch_ul): New.
10064 (TS_enter_alt_charset_mode, TS_exit_alt_charset_mode): New.
10065 (TS_exit_attribute_mode): New.
10066 (TN_max_colors, TN_max_pairs, TS_orig_pairs): New.
10067 (TS_set_foreground, TS_set_background): New.
10068 (reset_terminal_modes): Switch colors back to default.
10069 (write_glyphs): Turn face on before writing text, turn it off
10070 afterwards.
10071 (insert_glyphs): Ditto.
10072 (term_init): Initialize new terminal capability variables.
10073 (turn_on_face): Turn a face on.
10074 (turn_off_face): Turn a face off.
10075
10076 * lisp.h (MAKE_GLYPH): Remove test for frame type.
10077 (GLYPH_CHAR): Ditto.
10078 (GLYPH_FACE): Ditto.
10079
10080 * xfaces.c (Vface_tty_color_alist): New.
10081 (face-register-tty-color): New.
10082 (face-clear-tty-colors): New.
10083
10084 * dispextern.h (FACE_TTY_DEFAULT_COLOR): New.
10085 (struct it): Remove member faces_p since we now always have faces.
10086
100871998-08-31 Gerd Moellmann <gerd@gnu.org>
10088
10089 * dispextern.h (struct face): Add tty appearance flags.
10090
10091 * xdisp.c (init_iterator): Always handle faces.
10092 (extend_face_to_end_of_line): Handle tty frames.
10093
10094 * dispnew.c (clear_glyph_matrix): Allow a null matrix to be
10095 passed in.
10096
100971998-08-30 Gerd Moellmann <gerd@gnu.org>
10098
10099 * xfaces.c (realize_default_face): Use empty strings to indicate
10100 that the face should use the default foreground/background
427ec082 10101 color of the terminal. Fill font-related attributes with
26901792
DL
10102 appropriate values for tty frames.
10103
10104 * emacs.c (main): Call syms_of_xfaces before init_window_once.
10105
10106 * xfaces.c (realize_default_face): If face `default' is not
10107 yet known, create it.
10108
10109 * frame.c (make_terminal_frame): Call init_frame_faces
10110 unconditionally.
10111
10112 * xfaces.c (init_frame_faces): Make it work for tty frames.
10113 (free_frame_faces): Ditto.
10114 (clear_face_cache): Ditto.
10115 (recompute_basic_faces): Ditto.
10116 (Fframe_face_alist): Ditto.
10117 (free_realized_face): Ditto.
10118 (prepare_face_for_display): Ditto.
10119 (clear_face_gcs): Ditto.
10120 (lookup_face): Ditto.
10121 (smaller_face): Ditto.
10122 (realize_default_face): Ditto.
10123 (realize_face): Ditto.
10124 (realize_face): Dispatch to functions depending on the frame type.
10125 (realize_x_face): X way of realizing faces.
10126 (realize_tty_face): TTY way of realizing faces.
10127
101281998-08-29 Gerd Moellmann <gerd@gnu.org>
10129
10130 * xfaces.c (realize_face): Remove parameter unibyte_registry,
10131 compute it instead.
10132 (lookup_face): Remove local variable unibyte_registry.
10133
101341998-08-22 Gerd Moellmann <gerd@gnu.org>
10135
10136 * xterm.c (x_draw_glyph_string_relief): Draw top and bottom lines
10137 1 pixel longer.
10138
427ec082 10139 * xdisp.c (face_before_or_after_it_pos): Fix computation
26901792
DL
10140 of face in buffer.
10141
10142 * editfns.c (make_buffer_string_both): If prompt in buffer,
10143 prevent start > end.
10144
10145 * indent.c (Fvertical_motion): Set current_buffer to window's
10146 buffer if it isn't already.
10147
101481998-08-21 Gerd Moellmann <gerd@gnu.org>
10149
10150 * dispextern.h (GLYPH_DEBUG): Use default 0.
10151
10152 * xdisp.c (it_props): New member `smaller'.
10153 (init_iterator): Initialize it.
10154 (Qsmaller): New.
10155 (push_it): Save value of `smaller' value on the stack.
10156 (pop_it): Restore `smaller' from the stack.
10157 (handle_smaller_prop): New.
10158 (handle_face_prop): Use `smaller' text property to select a
10159 suitable face.
10160
10161 * dispextern.h (SMALLER_PROP_IDX): New.
10162 (struct it): Add member `smaller'.
10163
10164 * xfaces.c (smaller_face): New.
10165
10166 * frame.h (FRAME_WINDOW_WIDTH_ARG): Add bitmap area widths.
10167
10168 * dispnew.c (allocate_matrices_for_window_redisplay): Compute
10169 total pixel width of window differently.
10170
10171 * xdisp.c (init_iterator): Compute width of mode line differently.
10172
10173 * dispextern.h (WINDOW_DISPLAY_PIXEL_WIDTH): Subtract width
10174 of bitmap areas.
10175
10176 * window.c (Fsplit_window): Include width of bitmap areas in
10177 window width.
10178 (window_internal_width): Subtract width of bitmap areas from
10179 total width.
10180
101811998-08-18 Gerd Moellmann <gerd@gnu.org>
10182
10183 * xdisp.c: Functions reordered for better readability.
10184
10185 * dispnew.c (update_text_area): Handle glyphs with arbitrary
10186 lbearing.
10187 (update_window_tree): Parameter no_scrolling_p removed.
10188 (update_single_window): Ditto.
10189
10190 * xterm.c (x_get_char_font_and_encoding): Renamed to
10191 x_get_char_face_and_encoding.
10192
10193 * dispnew.c (update_text_area): Don't call get_glyph_overhangs
10194 if end of current row reached.
10195
10196 * xterm.c (x_get_glyph_face_and_encoding): New.
10197 (x_get_glyph_overhangs): Call it.
10198
10199 * xdisp.c (Qshow_trailing_whitespace): New.
10200 (Qtrailing_whitespace): New.
10201 (enum prop_handled): New.
10202 (struct props, it_props): New.
10203 (next_overlay_change): New. Works like Fnext_overlay_change
10204 but doesn't use xmalloc.
10205 (handle_stop): Restructured.
10206 (face_before_or_after_it_pos): Case iteration over a string: fix
10207 handling of face before current position.
10208
102091998-08-16 Gerd Moellmann <gerd@gnu.org>
10210
10211 * dispnew.c (adjust_glyph_matrix): Don't optimize matrix
10212 reallocation matrix if fonts_changed_p.
10213 (update_text_area): Handle glyphs with lbearing.
10214
102151998-08-14 Gerd Moellmann <gerd@gnu.org>
10216
10217 * xdisp.c (struct props): New.
10218 (it_props): New.
10219 (compute_prop_info): New.
10220 (handle_stop): New.
10221
10222 * textprop.c (validate_interval_range): Make it externally
10223 visible.
10224
10225 * dispnew.c (direct_output_for_insert): Remove calls
10226 to compute_stop_pos.
10227
10228 * dispextern.h (struct it): Remove check_charpos,
10229 next_overlay_pos. Add what_changes.
10230
102311998-08-10 Gerd Moellmann <gerd@gnu.org>
10232
10233 * xterm.c (note_mouse_highlight): Set BEGV_BYTE, ZV_BYTE.
10234
10235 * xfaces.c (Vx_unibyte_registry_and_encoding): Removed. Use
10236 face_default_registry instead.
10237
10238 * syntax.c (scan_sexps_forward): Set up syntax table before
10239 jumping to initial state label.
10240
102411998-08-09 Gerd Moellmann <gerd@gnu.org>
10242
10243 * dispnew.c (check_matrix_invariants): Handle case of row end pos
10244 >= ZV specially.
10245
102461998-08-08 Gerd Moellmann <gerd@gnu.org>
10247
10248 * xdisp.c (redisplay_window): Case cursor movement---if cursor
10249 ends up in partially visible row, try to scroll. Case forced
10250 window start---handle windows not tall enough to show a single
10251 line.
10252
10253 * window.h (struct window): Member dy renamed vscroll.
10254
10255 * xterm.c (x_list_fonts): Re-activate suppression of scalable
10256 fonts.
10257 (x_draw_stretch_glyph_string): Set clipping if using GC that
10258 hasn't set it yet.
10259
10260 * xdisp.c (redisplay_window): Case forced window start -
10261 don't let cursor end on partially visible row. Use desired
10262 matrix to find a suitable PT if it doesn't appear.
10263 (decode_mode_spec): Merged with 20.2.97.
10264 (try_window_reusing_current_matrix): Give up if old or
10265 new display is vscrolled.
10266 (redisplay_window): Reset vscrolling if forced window start,
10267 or if recentering.
10268
102691998-08-06 Gerd Moellmann <gerd@gnu.org>
10270
10271 * xfaces.c (realize_default_face): Use the fontset name instead of
10272 the alias for the family attribute of the default face because we
10273 can't easily determine a good alias from fontset-alias-alist.
10274 (face_fontset): Use Fquery_fontset to find the fontset.
10275 (font_list): Additional pattern parameter.
10276 (try_font_list): Ditto.
10277 (set_lface_from_font_name): Set face family from font foundry
10278 and family.
10279 (font_list): If family contains a hyphen, build pattern differently.
10280
102811998-08-05 Gerd Moellmann <gerd@gnu.org>
10282
10283 * xfaces.c (free_realized_faces): Increment windows_or_buffers_-
10284 changed instead of setting the frame garbaged.
10285
10286 * xfaces.c (lface_equal_p): Don't assume equal Lisp types for
10287 all attribute values. This is wrong if values are unspecified,
10288 i.e. nil.
10289
10290 * xdisp.c (try_window_id): Give up if window start changed.
10291
10292 * xfaces.c (make_realized_face): Store registry as Lisp object.
10293 (load_face_font_or_fontset): Compute registry of a face
10294 differently. Make it `eq' to Vx_unibyte_registry_and_encoding if
10295 possible.
10296
10297 * dispextern.h (FACE_SUITABLE_FOR_CHARSET_P): Compare registries
10298 differently.
10299
10300 * alloc.c (mark_face_cache): Mark the registry member of faces.
10301
10302 * dispextern.h (struct face): Make registry a Lisp string.
10303
103041998-08-04 Gerd Moellmann <gerd@gnu.org>
10305
10306 * xterm.c (x_get_char_font_and_encoding): Additional parameter
10307 multibyte_p. Handle unibyte text.
10308 (x_append_glyph): Set the multibyte_p flag of glyphs.
10309 (x_produce_image_glyph): Ditto.
10310 (x_append_stretch_glyph): Ditto.
10311 (x_produce_glyphs): Handle unibyte text like ASCII.
10312
10313 * xdisp.c (push_it): Save the multibyte flag of an iterator on the
10314 stack.
10315 (pop_it): Restore it.
10316 (face_before_or_after_it_pos): Handle the case that the string or
10317 buffer is unibyte.
10318 (get_overlay_strings): Set the multibyte flag of the iterator if
10319 the new overlay string is multibyte.
10320 (get_glyph_property): Likewise.
10321 (get_next_display_element): Don't check for charset changes in
10322 unibyte text.
10323 (append_space): Compute face differently for unibyte text.
10324 (extend_face_to_end_of_line): Don't return quickly if face has
10325 stipple.
10326
10327 * xfaces.c (load_face_font_or_fontset): Store registry and
10328 encoding of the font in the registry member of the face.
10329 (make_realized_face): Additional parameter `registry'.
10330 (free_realized_face): Free the registry of a realized face.
10331 (face_suitable_for_charset_p): Function form of the macro
10332 with the same name in uppercase.
10333 (lookup_face): Use Vx_unibyte_registry_and_encoding if charset < 0.
10334 (choose_face_font): New parameter unibyte_registry.
10335 (choose_face_fontset_font): Ditto.
10336 (realize_default_face): Remember the registry and encoding of
10337 the specified frame font in Vx_unibyte_registry_and_encoding.
10338 (face_at_buffer_position): Handle unibyte.
10339 (face_at_string_position): Likewise.
427ec082 10340 (realize_face): New parameter unibyte_registry.
26901792
DL
10341 (compute_char_face): Handle the unibyte case.
10342
10343 * dispextern.h (struct glyph): Add bit multibyte_p.
10344 (struct face): New member registry holding the registry and
10345 encoding of the X font of the face.
10346 (FACE_UNIBYTE_P): Value is non-zero if face is for unibye text.
10347 (enum face_id): Add BASIC_FACE_ID_SENTINEL.
10348 (FACE_SUITABLE_FOR_CHARSET_P): Handle charset < 0 meansing unibyte
10349 text.
10350 (struct iterator_stack_entry): Add multibyte_p.
10351
10352 * xdisp.c (string_pos): Use string_char_to_byte.
10353 (char_charset): Removed.
10354
103551998-08-03 Gerd Moellmann <gerd@gnu.org>
10356
10357 * xterm.c (x_draw_image_glyph_string_foreground): Draw a
10358 rectangle for a block cursor over an image without a mask.
10359 (x_stretch_block_cursor): Added. Non-zero means don't draw
10360 a block cursor over a stretch as wide as that stretch.
10361 (x_draw_stretch_glyph_string): Use it.
10362 (x_draw_hollow_cursor): Ditto.
10363
10364 * minibuf.c (read_minibuf): Use minibuf_prompt instead of prompt.
10365 (read_minibuf): Add front-sticky text property for prompt.
10366
10367 * xdisp.c (char_charset): Return charset of a character,
10368 depending on whether or not multi-byte characters are enabled.
10369
10370 * xfaces.c (Fset_face_charset_registry): Removed.
10371 (x_charset_registry): Determine registry from charset plist.
10372
103731998-08-02 Gerd Moellmann <gerd@gnu.org>
10374
10375 * xdisp.c (get_next_display_element): Don't check for charset
10376 changes if multi-byte characters are not enabled.
427ec082 10377
26901792 10378 * xdisp.c (echo_area_display): Use the flush function from the
427ec082 10379 redisplay interface.
26901792
DL
10380 * keyboard.c (detect_input_pending_run_timers): Likewise.
10381
10382 * dispextern.h (produce_*glyphs_hook): Removed.
10383 * term.c (produce_*glyphs): Ditto.
10384 (cursor_to): Remove pixel position parameters.
10385
10386 * dispnew.c: Remove hooks for window-based redisplay, introduce
10387 a redisplay interface structure.
10388
10389 * xterm.c (x_per_char_metric): Return default char metrics if per
10390 char metric exists but contains a zero width. Adobe Courier seems
10391 to contain such characters.
10392
10393 * xdisp.c (compute_line_metrics): Compute the width of rows
10394 without stopping at glyphs with zero width.
10395
103961998-08-01 Gerd Moellmann <gerd@gnu.org>
10397
10398 * xdisp.c (display_mode_line): If nothing was displayed at all,
10399 display a space.
10400 (hscroll_window_tree): Don't subtract 1 from target point if equal
10401 to ZV and window is not the selected window.
10402
10403 * dispnew.c (check_matrix_invariants): Remove check for window
10404 start at BEGV or after newline. This happens in rare cases
10405 intentionally.
10406
104071998-07-31 Gerd Moellmann <gerd@gnu.org>
10408
10409 * xfaces.c (x_charset_registry): Use STRING_BYTES.
10410 (syms_of_xfaces): Add Vface_default_registry.
10411 (x_charset_registry): Use it.
10412
10413 * xdisp.c (run_window_scroll_functions): Run window scroll functions.
10414 (redisplay_window): Use it.
10415
10416 * dispnew.c (update_text_area): Handle lbearing of deleted text
10417 by backing up one character.
10418
104191998-07-30 Gerd Moellmann <gerd@gnu.org>
10420
427ec082 10421 * dispnew.c (adjust_glyph_matrix): Use a different check to
26901792
DL
10422 decide to do nothing.
10423
10424 * xfaces.c (face_at_string_position): Additional parameter
10425 mode_line_p. If non-zero, merge with the mode line face
10426 instead of the default face.
10427 * dispextern.h (struct it): Add mode_line_p.
10428 * xdisp.c (init_iterator): Set it.
10429 (compute_face_in_string): Use it.
10430 (face_before_or_after_it_pos): Handle strings.
10431 (get_next_display_element): Don't look for relief end in C strings.
10432 (next_element_from_string): Deliver string position instead of
10433 buffer position.
10434
10435 * xterm.c (x_flush): Flush X output buffer.
10436 (XTflash): Use it.
10437
10438 * xfaces.c (lface_from_face_name): Renamed from lface_from_symbol.
10439 Allow strings as face names.
10440
10441 * xfns.c (forall_images_in_image_cache): Check that frame is
10442 alive.
10443
10444 * widget.c (EmacsFrameDestroy): Remove call to free_frame_faces;
10445 it's also called from x_destroy_window. Since this function is
10446 called from X, freeing stuff allocated with xmalloc is dangerous
10447 here, anyway.
10448
10449 * xfaces.c (free_realized_faces): Don't clear current matrices
10450 of a frame being destroyed.
10451
427ec082 10452 * frame.c (make_frame): Call set_window_buffer instead of
26901792
DL
10453 Fset_window_buffer.
10454
10455 * window.c (set_window_buffer): Extracted from Fset_window_buffer,
10456 with an additional argument specifying whether or not hooks may
10457 be called.
10458 (Fset_window_buffer): Call it.
10459
10460 * dispnew.c (clear_desired_matrices): Check that frame has
10461 a valid root window before clearing matrices in the window tree.
10462 (clear_current_matrices): Ditto.
10463 (clear_window_matrices): If GLYPH_DEBUG, check that hchild and
10464 vchild are valid windows if not nil.
10465
10466 * xfaces.c (merge_face_vector_with_property): Allow :reverse-video
10467 for :inverse-video.
10468 (Finternal_set_lisp_face_attribute): Ditto.
10469 (Finternal_set_lisp_face_attribute_from_resource): Ditto.
10470 (Finternal_get_lisp_face_attribute): Ditto.
10471 (Finternal_lisp_face_attribute_values): Ditto.
10472 (syms_of_xfaces): Define the symbol `:reverse-video'.
10473
10474 * xdisp.c (get_glyph_property): Renamed from
10475 fill_iterator_from_glyph_property.
10476 (next_element_from_buffer): Handle case that no `glyph' property
10477 was found correctly.
10478 (display_line): Extend face to end of line only if we have faces.
10479
104801998-07-29 Gerd Moellmann <gerd@gnu.org>
10481
10482 * dispnew.c (Fshow_cursor): Renamed from blink_cursor. Take
10483 additional window argument.
10484
10485 * xdisp.c (reseat_at_previous_visible_line_start): Renamed from
10486 set_iterator_to_previous_visible_line_start.
10487 (reseat_at_next_visible_line_start): Likewise.
10488 (compute_stop_pos): Renamed from set_iterator_stop_pos.
10489 (face_before_or_after_it_pos): Renamed from get_face_at_it_pos.
10490 (compute_face_in_buffer): Renamed from
10491 compute_face_at_iterator_position.
10492 (compute_face_in_string): Renamed from
10493 compute_face_at_iterator_string_position.
10494 (get_space_width): Renamed from get_iterator_space_width.
10495 (next_overlay_string): Renamed from
10496 set_iterator_to_next_overlay_string.
10497 (get_overlay_strings): Renamed from
10498 get_overlay_strings_at_iterator_position.
10499 (restore_overlay_strings): Renamed from
10500 setup_overlay_strings_from_glyph_pos.
10501 (restore_dpvec): Renamed from setup_iterator_dpvec_from_glyph_pos.
10502 (init_from_display_pos): Renamed from init_iterator_from_glyph_pos.
10503 (init_to_row_start): Renamed from init_iterator_to_row_start.
10504 (init_to_row_end): Formerly init_iterator_to_next_row_start.
10505
10506 * xterm.c: Merge with 20.2.97.
10507 (x_produce_glyphs): Use x_append_stretch_glyph for tabs.
10508
10509 * dispextern.h (struct glyph): Replace text_pos position with
10510 simple charpos.
10511
10512 * xdisp.c (this_line_start_pos): Use struct text_pos.
10513 (this_line_end_pos): Renamed from .*endpos; use struct text_pos.
10514 (enum move_it_result): Renamed from move_iterator_result.
10515 (string_pos_nchars_ahead): Compute text_pos in a string from a
10516 known text_pos plus a character delta.
10517 (string_pos): Compute text_pos in string from charpos.
10518 (c_string_pos): Likewise for a C string.
10519 (number_of_chars): Return number of characters in a possibly
10520 multi-byte C string.
10521 (check_it): Renamed from check_iterator. Check that charpos and
10522 bytepos are in sync.
10523 (push_it): Renamed from save_iterator_settings.
10524 (pop_it): Renamed from restore_iterator_settings.
10525 (move_it_.*): Renamed from move_iterator_.*.
10526 (charset_at_position): Take charpos/bytepos into account.
10527 (back_to_previous_line_start): Set iterator to previous line start.
10528 (forward_to_next_line_start): Set iterator to next line start.
427ec082 10529 (back_to_previous_visible_line_start): Renamed from
26901792
DL
10530 move_iterator_previous_visible_line_start.
10531 (set_iterator_to_next_visible_line_start): Handle charpos/bytepos.
10532 (get_face_at_it_pos): Renamed from get_face_from_cursor_pos.
10533 Handle charpos/bytepos.
10534 (compute_face_at_iterator_position): Handle charpos/bytepos.
10535 (compute_face_at_iterator_string_position): Likewise.
10536 (get_iterator_space_width): Likewise.
10537 (load_overlay_strings): Likewise.
10538 (get_overlay_strings_at_iterator_position): Likewise.
10539 (reseat_iterator): Take a text_pos position argument.
10540 (setup_iterator_overlay_strings_from_glyph_pos): Handle charpos/
10541 bytepos.
10542 (init_iterator): Take additional bytepos parameter.
10543 (reseat_iterator_to_string): Handle charpos/bytepos.
10544 (start_display): Take a text_pos parameter. Handle charpos/bytepos.
10545 (next_element_from_string): Handle charpos/bytepos.
10546 (next_element_from_c_string): Likewise.
10547 (fill_iterator_from_glyph_property): Likewise.
10548 (next_element_from_buffer): Likewise.
10549 (set_iterator_to_next): Increment charpos and bytepos of an iterator.
10550 (move_iterator_in_display_line_to): Handle charpos/bytepos.
10551 (move_it_to): Likewise.
10552 (move_it_vertically_backward): Likewise.
10553 (move_it_vertically): Likewise.
10554 (move_it_by_lines): Likewise.
10555 (hscroll_window_tree): Likewise.
10556 (redisplay_internal): Likewise.
10557 (set_cursor_from_row): Likewise.
10558 (redisplay_window): Likewise.
10559 (try_window): Take a text_pos parameter. Handle charpos/bytepos.
10560 (try_window_reusing_current_matrix): Handle charpos/bytepos.
10561 (get_first_unchanged_at_end_row): Compute and return delta_bytes.
10562 (try_window_id): Handle charpos/bytepos.
10563 (Ftrace_redisplay_toggle): Return Qnil.
10564 (get_overlay_arrow_glyph_row): Handle charpos/bytepos.
10565 (insert_left_trunc_glyphs): Likewise.
10566
10567 * dispnew.c: `Merge' with 20.2.97 (it's really too different to
10568 do a real merge).
10569 (increment_glyph_matrix_buffer_positions): Add parameter delta_bytes.
10570 (increment_glyph_row_buffer_positions): Ditto.
10571 (copy_glyph_row_contents): Ditto.
10572 (check_matrix_invariants): Add additional checks for charpos/
10573 bytepos consistency.
10574 (direct_output_for_insert): Changed for charpos/bytepos.
427ec082 10575 (buffer_posn_from_coords): Likewise. Put code dealing with
26901792
DL
10576 `direction-reversed' in #if 0.
10577
10578 * xterm.h: Merge with 20.2.97.
427ec082 10579
26901792
DL
10580 * frame.h: Merge with 20.2.97.
10581
10582 * window.h: Merge with 20.2.97. Add window_end_bytepos.
10583
10584 * dispextern.h (MATRIX_ROW_START_CHARPOS): Get charpos of a row
10585 start.
10586 (MATRIX_ROW_START_BYTEPOS): Likewise for the byte position.
10587 (MATRIX_ROW_END_CHARPOS): Likewise for the row end.
10588 (MATRIX_ROW_END_BYTEPOS): Likewise for the row end byte position.
10589 (struct it): Various members renamed from .*pos to .*charpos.
10590 (IT_CHARPOS): Access current buffer character position of an
10591 iterator.
10592 (IT_BYTEPOS): Access current buffer byte position of an iterator.
10593 (IT_STRING_CHARPOS): Access current string character position of
10594 an iterator.
10595 (IT_STRING_BYTEPOS): Access current string byte position of
10596 an iterator.
10597 (globally): Add function prototypes from 20.2.97.
10598
10599 * everywhere: Use P_ instead of PROTO for function prototypes
10600 because everyone else seems to use P_.
10601
10602 * dispextern.h (struct text_pos): Structure describing a charpos/
10603 bytepos position in text.
10604 (BYTEPOS): Access the byte position part of a text_pos.
10605 (CHARPOS): Likewise for the character position.
10606 (SET_TEXT_POS): Set a text_pos from a character and byte position.
10607 (INC_TEXT_POS, DEC_TEXT_POS): Increment/decrement a text position.
10608 (SET_TEXT_POS_FROM_MARKER): Set a text_pos from a marker.
10609 (SET_MARKER_FROM_TEXT_POS): Set a marker from a text_pos.
10610 (TEXT_POS_EQUAL_P): Compare two text_pos structures for equality.
10611 (struct display_pos): Renamed from glyph_pos. Use struct text_pos
10612 for buffer and string positions.
10613 (struct glyph): Use text_pos.
10614 (struct it): Renamed from display_iterator. Use text_pos.
10615
106161998-07-23 Gerd Moellmann <gerd@gnu.org>
10617
10618 * xfns.c (x_kill_gs_process): Get image colors from XImage of a
10619 pixmap.
10620
106211998-07-21 Gerd Moellmann <gerd@gnu.org>
10622
10623 * dispextern.h (struct glyph_row): New flag indicate_zv_line_p.
10624 * xterm.c (x_draw_row_bitmaps): Use it.
10625 * dispnew.c (row_equal_p): Ditto.
10626 (update_window_line): Ditto.
10627
10628 * xfns.c (prepare_image_for_display): Don't set loading_failed_p
10629 flag of images.
10630
10631 * dispextern.h (struct image): Removed member loading_failed_p.
10632 It's probably better to have the chance to try to load an image
10633 again.
10634
106351998-07-20 Gerd Moellmann <gerd@gnu.org>
10636
10637 * xterm.c (x_draw_bitmap): Draw bitmap for empty lines ending
10638 at ZV if `indicate-zv-lines' is non-nil.
10639 (x_draw_row_bitmaps): Compute bitmap for `indicate-zv-lines'.
10640
10641 * dispnew.c (row_equal_p): Compare displays_text_p and
10642 ends_at_zv_p flags of rows.
10643 (update_window_line): Ditto.
10644
10645 * buffer.h (struct buffer): New member indicate_zv_lines.
10646
10647 * buffer.c (init_buffer_once): Add default for `indicate-zv-lines'.
10648 (init_buffer_once): New variable `default-indicate-zv-lines'.
10649 (syms_of_buffer): New buffer-local varianle `indicate-zv-lines'.
10650
10651 * xdisp.c (redisplay_window): Don't try moving the cursor
10652 if current glyph row w->last_cursor.vpos isn't enabled.
10653
10654 * xterm.c (bitmap_type): Add ZV_LINE_BITMAP.
10655
10656 * window.c (Fset_window_vscroll): Allow only negative scroll
10657 values. Others don't seem to make sense, and this way it's easy
10658 to restore a vscroll of zero.
10659
10660 * xterm.c (x_inverted_image_mask): Check that pixmap could be
10661 allocated.
10662 (x_draw_image_glyph_string_background): Don't clip if pixmap
10663 could not be created.
10664
10665 * xfns.c (xbm_load_image_from_file): Check that pixmap could
10666 be created.
10667 (xbm_load): Ditto.
10668 (gs_load): Ditto.
10669
10670 * xterm.c (x_get_glyph_overhangs): Take image and stretch
10671 glyphs into account.
10672
10673 * xfaces.c (realize_default_face): Don't set font family of
10674 the default face from the fontset alias name for `fontset-startup'.
10675
10676 * xfns.c (gs_load): Pass frame's pixel foreground and background
10677 color to the Lisp loader.
10678
106791998-07-19 Gerd Moellmann <gerd@gnu.org>
10680
10681 * xfns.c (tiff_image_p, tiff_load): Support TIFF images via
10682 libtiff34.
10683
10684 * configure.in (--with-tiff, HAVE_TIFF): Added.
10685
10686 * config.in (HAVE_TIFF): Added.
10687
10688 * Makefile.in (LIBTIFF): Added.
10689
10690 * xfns.c (jpeg_image_p, jpeg_load): Support JPEG images.
10691
10692 * Makefile.in (LIBJPEG): Added.
10693
10694 * xfns.c (resource_types): Enumerators renamed to RES_TYPE_NUMBER,
10695 RES_TYPE_BOOLEAN etc. because of conflict of `boolean' with
10696 jpeglib.h.
10697
427ec082 10698 * configure.in (HAVE_JPEG, --with-jpeg): Added. On systems
26901792
DL
10699 where the library is installed in /usr/local/lib, e.g. FreeBSD,
10700 configure must be run with `--x-includes=/usr/X11R6/include:
10701 /usr/local/include --x-libraries=/usr/X11R6/lib:/usr/local/lib'.
10702
107031998-07-18 Gerd Moellmann <gerd@gnu.org>
10704
10705 * config.in (HAVE_JPEG): Added.
10706
10707 * xfns.c (ct_init): Initialize color table used to map RGB colors
10708 from images to X pixel colors.
10709 (ct_free): Free color table.
10710 (ct_lookup): Look an RGB color up.
10711 (ct_allocated_colors): Get vector of allocated colors.
427ec082 10712 (pbm_image_p): Test if image specification is a valid PPM
26901792
DL
10713 image specification.
10714 (pbm_scan_number): Scan a decimal ASCII number from a file.
10715 (pbm_load): Load a PPM image.
10716
10717 * window.c (Fset_window_vscroll): Adjust glyph matrix if
10718 necessary. Take canonical character units as parameter.
10719 (Fwindow_vscroll): Return canonical character units.
10720
10721 * dispnew.c (allocate_matrices_for_window_redisplay): Add negative
10722 w->dy to display height for which glyph rows must be allocated.
10723
107241998-07-17 Gerd Moellmann <gerd@gnu.org>
10725
10726 * xfaces.c (face_at_string_position): Merge in region face
10727 so that it won't overwrite the font in the region.
10728 (face_at_buffer_position): Ditto.
10729 (realize_basic_faces): Don't realize region face.
10730
10731 * dispextern.h (enum face_id): REGION_FACE_ID removed.
10732
10733 * xterm.c (x_set_glyph_string_background_width): Don't let
10734 cursor face extend to end of line.
10735
10736 * xdisp.c (append_space): If adding space of default face,
10737 make sure glyph ist produced with right face.
10738
10739 * xterm.c (x_clear_glyph_string_rect): Draw a rectangle in the
10740 background color of a glyph string.
10741 (x_draw_glyph_string_background): Call it.
10742 (x_draw_glyph_string_bg_rect): Ditto.
10743 (x_draw_stretch_glyph_string): Ditto.
10744
107451998-07-15 Gerd Moellmann <gerd@gnu.org>
10746
10747 * xdisp.c (init_iterator): Initialize it->current_y to the
10748 window's vscroll w->dy.
10749
10750 * window.c (Fwindow_vscroll): Return number of pixels window
10751 is vscrolled smoothly.
10752 (Fset_window_vscroll): Set the number.
10753
10754 * xdisp.c (move_iterator_to): Recognize case MOVE_TO_POS and
10755 to_pos in truncated part of a line.
10756
107571998-07-14 Gerd Moellmann <gerd@gnu.org>
10758
10759 * xdisp.c (move_iterator_in_display_line_to): If very first glyph
10760 doesn't fit on the line, truncate it, despite truncate_lines nil.
10761 (display_line): Ditto.
10762
10763 * xfns.c: Experimental support for Ghostscript images.
10764
10765 * xterm.c (x_term_init): Initialize new atoms DONE and PAGE.
10766 (XTread_socket): React on events from Ghostscript.
10767 (expose_frame): If width or height are zero, redraw entire frame.
10768 (XTread_socket): Call expose_frame after receiving event from
10769 Ghostscript.
10770
10771 * xterm.h (struct x_display_info): Add atoms DONE and PAGE
10772 for Ghostscript support.
10773
10774 * xdisp.c (redisplay_internal): Return quickly if called
10775 recursively.
10776
10777 * alloc.c (NSTATICS): Increased to 1024.
10778
107791998-07-08 Gerd Moellmann <gerd@gnu.org>
10780
10781 * xterm.c (x_append_stretch_glyph): Append a stretch glyph to an
10782 iterator's glyph row.
10783 (x_produce_stretch_glyph): Call it.
10784 (x_produce_glyphs): Handle `space-width' property; call
10785 x_append_stretch_glyph.
10786
10787 * xdisp.c (syms_of_xdisp): Add symbol `space-width' used as a text
10788 property.
10789 (get_iterator_space_width): Determine value of `space-width'
10790 property at iterator's position.
10791 (reseat_iterator): Call it.
10792 (next_element_from_string): Ditto.
10793 (next_element_from_buffer): Ditto.
10794 (init_iterator): Initialize space_width of iterator.
10795 (redisplay_internal): Don't goto end_of_redisplay if PT hasn't
10796 moved, but cursor blinks.
10797 (redisplay_internal): Set w->last_cursor_off_p after update.
10798
10799 * dispextern.h (enum iterator_prop_idx): Add SPACE_WIDTH_PROP_IDX.
10800 (struct display_iterator): Add new member space_width.
10801
10802 * window.h (struct window): Add last_cursor_off_p.
10803
108041998-07-07 Gerd Moellmann <gerd@gnu.org>
10805
10806 * Saved.
10807
10808 * window.c (Fpos_visible_in_window_p): Case window not up to
10809 date---return nil if iterator hasn't reached position.
10810
108111998-07-06 Gerd Moellmann <gerd@gnu.org>
10812
10813 * xdisp.c (text_outside_line_unchanged_p): Fix case that
10814 overlays have changed.
10815 (redisplay_window): Case cursor movement. Don't try it if
10816 last_cursor.vpos is out of range.
10817
10818 * xdisp.c (set_cursor_from_row): Set this_line_.* variables. This
10819 way, the display optimization for the line containing the cursor
10820 is used more frequently, esp. when we have a blinking cursor.
10821 (display_line): Don't set this_line_.* variables.
10822
10823 * xterm.c (x_redraw_cursor): Removed.
10824 (x_display_and_set_cursor): Set cursor type depending on
10825 cursor_off_p flag of window.
10826
10827 * dispnew.c (redraw_cursor_hook): Removed.
10828 (Fblink_cursor): Additional parameter on_p to set the cursor_off_p
10829 member of the selected window.
10830
10831 * xfaces.c (Fface_font): Added for compatibility with 20.2.
10832
10833 * xterm.c (x_y_to_hpos_vpos): Return null if not over text.
10834 Return glyph area under x/y.
10835 (note_mouse_highlight): Use x_y_to_hpos_vpos in its new form.
10836
10837 * keyboard.c (detect_input_pending_run_timers): Call gobble_input
10838 after redisplaying.
10839
108401998-07-05 Gerd Moellmann <gerd@gnu.org>
10841
10842 * xdisp.c (text_outside_line_unchanged_p): Test if changes
10843 are all outside of a line of text.
10844 (redisplay_internal): Use it.
10845
108461998-06-30 Gerd Moellmann <gerd@gnu.org>
10847
10848 * xdisp.c (next_element_from_buffer): After skipping over
10849 invisible text, look for the `glyph' property.
10850 (set_iterator_stop_pos): Ignore check positions in front
10851 of an iterator's current position.
10852
10853 * xterm.c (show_mouse_face): Don't act on rows that don't exist
10854 anymore or which are marked as not having valid contents.
10855
10856 * xfaces.c (Finternal_set_lisp_face_attribute): Don't free
10857 realized faces if new attribute value is equal to old value.
10858
108591998-06-29 Gerd Moellmann <gerd@gnu.org>
10860
10861 * xfaces.c (Finternal_make_lisp_face): Increment
10862 lface_id_to_name_size when lface_id_to_name is reallocated.
10863
108641998-06-27 Gerd Moellmann <gerd@gnu.org>
10865
10866 * xdisp.c (set_iterator_stop_pos): Compute initial stop_pos
10867 as minimum of endpos and overlay_pos.
10868 (load_overlay_strings): Set next_overlay_pos of iterator to
10869 -1 if we don't have to check for more overlay strings.
10870
108711998-05-09 Gerd Moellmann <gerd@gnu.org>
10872
10873 * xdisp.c (set_iterator_to_next_visible_line_start): Don't
10874 do anything if iterator is at ZV because scan_buffer doesn't
10875 work otherwise.
10876
10877 * xterm.c (x_encode_char): Inline it.
10878 (x_get_char_font_and_encoding): Simplified.
10879 (x_per_char_metric): Inline it.
10880
10881 * xterm.c (x_draw_glyph_string_relief): Use clipping.
10882
10883 * xdisp.c (get_next_display_element): Check for end of relief
10884 face moved here from next_element_from_buffer.
10885
10886 * xterm.c (x_produce_image_glyph): Add relief thickness.
10887 (x_produce_stretch_glyph): Ditto.
10888
108891998-05-08 Gerd Moellmann <gerd@gnu.org>
10890
10891 * xdisp.c (fill_iterator_from_glyph_property): Handle glyph
10892 property value (space :width WIDTH :height HEIGHT :ascent ASCENT).
10893
10894 * xterm.c (x_produce_stretch_glyph): Produce a stretch glyph
10895 from a glyph property.
10896 (x_produce_glyphs): Use it.
10897
10898 * xdisp.c (set_iterator_to_next): Handle next_element_from_stretch.
10899
427ec082 10900 * xterm.c (x_produce_image_glyph): Add to current_x only if
26901792
DL
10901 in text area.
10902 (x_produce_glyphs): Ditto.
10903
427ec082 10904 * xdisp.c (display_line): Compute row height from glyphs in
26901792
DL
10905 marginal areas.
10906
427ec082 10907 * xterm.c (x_draw_image_glyph_string_background): Draw
26901792 10908 background of an image glyph string.
427ec082 10909 (x_draw_glyph_string_bg_rect): Draw a rectangular region of
26901792
DL
10910 the background of a glyph string.
10911 (x_draw_image_glyph_string_foreground): Draw the foreground of
10912 an image glyph string.
10913 (x_inverted_image_mask): Return the inverted mask of an image.
10914
10915 * xfns.c (x_draw_image): Removed.
10916
10917 * dispextern.h (struct image_type): Remove drawing function.
10918
10919 * xfaces.c (load_face_colors): Swap colors if face is inverse.
10920
10921 * xdisp.c (get_next_display_element): In marginal areas, translate
10922 newlines, tabs, etc. like normal control characters.
10923
10924 * xfaces.c (Fface_color_supported_p): Transpose parameters frame
10925 and color.
10926 (free_realized_faces): Set frame garbaged.
10927
10928 * xfaces.c (syms_of_xfaces): Add defsubr for
10929 internal-lisp-face-attribute-values.
10930
109311998-05-07 Gerd Moellmann <gerd@gnu.org>
10932
10933 * xterm.c (x_produce_image_glyph): Don't add glyph if area is
10934 full.
10935 (x_produce_image_glyph): Set IT->nglyphs to 1.
10936 (x_draw_image_glyph_string): Use inverted mask to draw background.
10937
10938 * dispextern.h (struct image_type): Additional clipping rect
10939 parameters for drawing functions.
10940
427ec082 10941 * xterm.c (x_get_glyph_string_clip_rect): Get clip rect for
26901792
DL
10942 a glyph string.
10943 (x_draw_image_glyph_string): Use it and pass the rect to the
10944 image drawing function.
10945
10946 * xdisp.c (fill_iterator_from_glyph_property): Use position of
10947 first character with `glyph' property as image position. Set
10948 iterator back to that position as long as the image hasn't been
10949 consumed with set_iterator_to_next.
10950 (set_cursor_from_row): Accept when glyph with given position is
10951 not found in the row. Set cursor x to end of line in that case,
10952 so that we can hscroll.
10953 (redisplay_internal): Correct computation of delta by which
10954 positions have changed in redisplay optimization for cursor
10955 row of selected window.
10956
10957 * xdisp.c (display_line): Remove start_pos.
427ec082 10958 (display_line): Fix bug preventing display optimization for
26901792
DL
10959 cursor line of selected window.
10960 (next_element_from_buffer): Avoid XSETBUFFER, use it->w->buffer
10961 instead.
10962
10963 * dispnew.c (update_text_area): Use GLYPH_EQUAL_P.
10964 (update_text_area): Take glyph pixel width into account
10965 when trying to find a resync point.
10966 (row_equal_p): Compare glyphs in all areas.
10967
109681998-05-06 Gerd Moellmann <gerd@gnu.org>
10969
10970 * xterm.c (x_produce_glyphs): Don't add glyph if area is full.
10971
10972 * dispextern.h (struct glyph_row): Use unsigned hash value.
10973
10974 * xdisp.c (display_line): Simplified and made faster by setting
10975 the cursor with set_cursor_from_row.
10976 (set_cursor_from_row): Handle rows of desired matrix.
10977
109781998-05-05 Gerd Moellmann <gerd@gnu.org>
10979
10980 * xdisp.c (set_cursor_from_row): Don't put cursor on glyphs
10981 with type != CHAR_GLYPH.
10982 (fill_iterator_from_glyph_property): Return void. Set
10983 method to next_element_from_image.
10984 (next_element_from_image): Dummy function for delivering a
10985 single image id.
10986 (set_iterator_to_next): Add method next_element_from_image.
10987 (redisplay_window): When recentering, and cursor vpos is -1
10988 after display, assume middle of window is in first line displayed
10989 in window, and display again.
427ec082 10990 (fill_iterator_from_glyph_property): Assign image glyph
26901792
DL
10991 the position of the first character having the glyph property.
10992
10993 * dispextern.h (IMAGE_ASCENT): Compute ascent of image.
10994 * xfns.c (x_draw_image): Use it.
10995 * xterm.c (x_produce_image_glyph): Use it.
10996
10997 * xterm.c (x_produce_image_glyph): Set iterator's pixel_width.
10998
10999 * Makefile.in: Extraneous #define of LIBXPM removed.
11000
11001 * xterm.c (x_produce_glyphs): Produce a STRETCH_GLYPH for tabs.
427ec082 11002 (x_fill_stretch_glyph_string): Fill a glyph string from a
26901792
DL
11003 stretch glyph.
11004 (x_compute_glyph_string_overhangs): Compute overhangs only
11005 for text glyph strings.
11006 (x_draw_stretch_glyph_string): Draw a stretch glyph string.
11007 (x_draw_glyph_string): Call it.
11008
11009 * dispextern.h (glyph_type): Add STRETCH_GLYPH.
11010 (struct glyph): Add sub-structure for stretchable glyphs.
11011 (GLYPH_EQUAL_P): Compare glyph type and u.val.
11012
11013 * xdisp.c (get_overlay_arrow_glyph_row): Put face code into
11014 #ifdef HAVE_FACES.
11015
11016 * xterm.c (x_produce_glyphs): Use ASCII face for spaces of a TAB.
11017
11018 * xdisp.c (fill_iterator_from_glyph_property): Renamed from
11019 setup_iterator_from_glyph_property. Don't do it for terminal
11020 frames.
11021
11022 * xterm.c (x_produce_image_glyph): Produce glyph for image
11023 that can't be loaded.
11024
11025 * xfns.c (lookup_image): If image can't be loaded, set its
11026 width and height so that we can draw a rectangle.
11027 (x_draw_image): Draw a rectangle for images that don't have
11028 a pixmap.
11029 (make_image): Set hash value.
11030 (image_spec_equal_p): Use image_spec_value.
11031
11032 * xterm.c (expose_frame): Don't try to redraw if basic faces
11033 haven't benn realized yet.
427ec082 11034 (x_draw_image_glyph_string): Fill background only if image
26901792
DL
11035 is not as tall as row.
11036
110371998-05-04 Gerd Moellmann <gerd@gnu.org>
11038
11039 * Makefile.in (LIBXPM): If not already defined, define to -lXpm.
11040 (LIBX)[HAVE_X11]: Add LIBXPM.
11041
11042 * xfns.c (xpm_image_p): Implementation of image type functions
11043 for XPM.
11044 (xpm_load): Ditto.
11045
11046 * dispextern.h (struct image): Add mask pixmap for XPM.
11047
11048 * xfns.c (x_draw_image): Handle images with masks.
11049
11050 * configure.in: --with-xpm added. Code detecting -lXpm added.
11051
11052 * config.in: Add HAVE_XPM.
11053
11054 * xfns.c (xbm_draw): Removed.
11055 (x_draw_image): Default implementation for drawing images.
11056 (xbm_keyword_index): Remove XBM_DEPTH.
11057 (xbm_format): Remove `:depth'.
11058 (xbm_image_spec_from_file): Removed to reduce consing.
427ec082 11059 (xbm_load_image_from_file): Added for the same reason.
26901792 11060
427ec082 11061 * xterm.c (x_fill_image_glyph_string): Don't set ybase of
26901792
DL
11062 glyph string.
11063 (x_draw_image_glyph_string): Pass ybase to image draw function.
11064
11065 * xfns.c (make_image): Set default baseline.
11066
11067 * xterm.c (x_produce_image_glyph): Compute ascent of image
11068 from its height and baseline percentage.
11069
11070 * xfns.c (xbm_keyword_index): Add XBM_BASELINE.
11071 (xbm_format): Add description for `:baseline'.
11072 (xbm_image_spec_from_file): Add keywords from original spec to
11073 result.
11074 (xbm_load): Set baseline of image.
11075 (xbm_image_p): Check range for baseline.
11076
11077 * dispextern.h (struct image): Add member baseline.
11078
11079 * xdisp.c (dump_glyph_matrix): Handle image glyphs.
11080
11081 * term.c (produce_glyphs): Change assertion to allow DISP_IMAGE.
11082
11083 * xdisp.c (get_next_display_element): Do character translations
11084 only if delivering characters.
11085
110861998-05-03 Gerd Moellmann <gerd@gnu.org>
11087
427ec082 11088 * dispextern.h (ITERATOR_AT_END_OF_LINE_P): Test for
26901792
DL
11089 DISP_CHARACTER.
11090
11091 * xterm.c (x_produce_image_glyph): Poduce image glyphs.
11092 (x_produce_glyphs): Call x_produce_glyphs for DISP_IMAGE.
11093
110941998-05-02 Gerd Moellmann <gerd@gnu.org>
11095
11096 * xfns.c (prepare_image_for_display): Set image timestamp.
11097 (clear_image_cache): Clear images if image's timestamp +
11098 Vimage_eviction_seconds is > now.
11099 (syms_of_xfns): New variables image-eviction-seconds, and
11100 image-types.
11101 (add_image_format): Add to image-types.
11102 (xbm_load): Support new image spec format.
11103 (x_alloc_image_color): Allocate a color for an image.
11104
11105 * dispextern.h (struct image): Add timestamp.
11106
11107 * xfns.c (xbm_image_p): Allow bool-vectors, vectors of strings and
11108 vectors of bool-vectors.
11109 (xbm_lisp_object_from_file): Build new format image spec.
11110
111111998-05-01 Gerd Moellmann <gerd@gnu.org>
11112
11113 * xfaces.c (init_frame_faces): Initialize image cache.
11114 (free_frame_faces): Free it.
11115
11116 * xterm.c (x_delete_display): Don't free image cache.
11117
11118 * emacs.c (main): Call init_xfns.
11119
111201998-04-30 Gerd Moellmann <gerd@gnu.org>
11121
11122 * alloc.c (mark_object): Mark objects in image cache.
11123
427ec082 11124 * xfns.c (x_set_internal_border_width): Correct call to
26901792
DL
11125 widget_store_internal_border_width.
11126
11127 * widget.c (widget_store_internal_border): Return void.
11128
11129 * xfns.c (x_destroy_bitmap): Use xfree instead of free. Return
11130 void.
11131 (init_x_parm_symbols): Return void.
11132 (x_report_frame_params): Ditto.
11133 (x_set_border_pixel): Ditto.
11134 (syms_of_xfns): Ditto.
11135 (x_destroy_all_bitmaps): Use xfree instead of free.
11136
11137 * xterm.h (FRAME_X_IMAGE_CACHE): Access the image cache of a frame.
11138
11139 * xterm.c (x_term_init): Initialize image_cache of display info.
11140 (x_delete_display): Free image cache.
11141
11142 * xterm.h (struct x_display_info): Add image_cache.
11143
11144 * xfns.c (make_image_cache): Allocate a new image cache.
11145 (free_image_cache): Free an image cache.
11146 (make_image): Allocate an image.
11147 (free_image): Free an image.
11148
11149 * dispextern.h (struct image): Structure describing an image.
11150 (struct image_cache): Structure describing an image cache.
11151
111521998-04-29 Gerd Moellmann <gerd@gnu.org>
11153
11154 * xdisp.c (check_iterator_glyph_property): Return int. Value is
11155 non-zero if iterator is filled with something to return.
11156 (next_element_from_buffer): Immediately return if
11157 setup_iterator_from_glyph_prop has filled iterator with pixmap.
11158 (next_element_from_string): Likewise.
11159
11160 * xfaces.c (load_pixmap): Allow to pass null for W_PTR and H_PTR.
11161
11162 * dispextern.h (struct glyph): Add pixmap_id.
11163 (display_element_type): Add DISP_PIXMAP.
11164
11165 * xmenu.c (popup_get_selection): Use xmalloc/xfree instead of
11166 malloc/free.
11167
11168 * xfaces.c (clear_font_table): Free fonts not used by fontsets.
11169 (clear_face_cache): Call it.
11170
11171 * xterm.c (x_query_font): Don't look at empty font table slots.
11172 (x_compute_min_glyph_bounds): Likewise.
11173 (x_term_init): Initialize font_table to null.
11174 (x_load_font): Change allocation of font_info structures so
11175 that it is possible to free fonts.
11176
427ec082 11177 * xfns.c (Fx_close_connection): Use xfree instead of free.
26901792
DL
11178 Only free fonts from filled font table entries.
11179
11180 * xfaces.c (best_matching_font): Support use of scalable fonts.
11181 (Fface_scalable_fonts_mode): Toggle use of scalable fonts.
11182
11183 * xterm.h (struct x_display_info): Remove screen_dpi, add resx
11184 and resy.
11185 * xterm.c (x_term_init): Compute resx and resy.
11186
11187 * xfaces.c (split_font_name): Don't reject scalable fonts.
11188
427ec082 11189 * xterm.c (x_list_fonts): Set code exclusing scalable fonts
26901792
DL
11190 in #if 0.
11191
11192 * xfaces.c (xlfd_point_size): Return 0 for fonts whose real
11193 point size cannot be determined.
11194
11195 * xterm.h (FRAME_SMALLEST_CHAR_WIDTH): Return smallest character
11196 width over all fonts on a frame.
11197 (FRAME_SMALLEST_FONT_HEIGHT): Likewise for font height.
11198 * dispnew.c (adjust_frame_glyphs_for_window_redisplay): Use these
11199 macros.
11200
11201 * xterm.c (x_font_min_bounds): Moved here from xfaces.c.
11202 (x_compute_min_char_bounds): Formerly min_char_bounds in xfaces.c.
11203 (x_load_font): Use x_compute_min_char_bounds.
11204
11205 * xterm.h (struct x_display_info): New members smallest_char_width
11206 and smallest_font_height.
11207
112081998-04-28 Gerd Moellmann <gerd@gnu.org>
11209
11210 * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Call function with
11211 the same name if GC of face is zero.
11212
11213 * dispextern.h (struct face): Member non_ascii_gc removed.
11214
11215 * xterm.c (x_get_char_font_and_encoding): Return face's font
427ec082 11216 for characters < 0177 in default face. Prepare face for
26901792
DL
11217 display before returning it.
11218 (x_produce_glyphs): Use it->charset.
11219 (x_get_char_font_and_encoding): Simplified.
11220 (x_encode_char): Remove parameter `font'.
11221
11222 * xfaces.c (choose_face_font): If registry from charset symbol
11223 doesn't contain a `-', make it a pattern by appending "*-*".
11224
11225 * xdisp.c (check_iterator_glyph_property): Adjust limit for
11226 glyph_check_pos computation to character boundary.
11227
112281998-04-27 Gerd Moellmann <gerd@gnu.org>
11229
11230 * fontset.h (FONT_INFO_FROM_ID): Return null if ID is invalid.
11231
11232 * xfaces.c (ascii_face_of_lisp_face): Get the id of the realized
11233 ASCII face for a given Lisp face id.
11234
11235 * xdisp.c (set_iterator_stop_pos): Take glyph_check_pos into
11236 account.
427ec082 11237 (reseat_iterator): Set glyph_check_pos. Handle case where
26901792
DL
11238 new position is < original position.
11239 (check_iterator_glyph_property): Handle glyph property in strings.
11240 (next_element_from_string): Call above function.
11241 (next_element_from_display_vector): Handle faces in glyphs.
11242 (get_next_display_element): Set face_id of glyphs for
11243 control chars to zero.
11244
11245 * Makefile.in (term.o): Add dependency on dispextern.h.
11246
11247 * xdisp.c (syms_of_xdisp): Add symbol `glyph'.
11248 (display_line): Handle marginal areas.
11249 (move_iterator_in_display_line_to): Likewise.
11250
11251 * xfaces.c (Finternal_make_lisp_face): Assign Lisp faces an id.
11252
11253 * xfaces.c (face_at_buffer_position): Don't merge with nil
11254 text property.
11255 (face_at_string_position): Ditto.
11256
11257 * dispextern.h (struct display_iterator): Use a stack of saved
11258 values instead of saving check positions etc. individually.
11259
11260 * xdisp.c (set_iterator_to_next): If end of Lisp string reached,
11261 maybe pop the iterator's stack.
11262 (save_iterator_settings): Push a value on iterator's stack.
11263 (get_overlay_strings_at_iterator_position): Use it.
11264 (restore_iterator_settings): Pop the stack.
11265 (set_iterator_to_next_overlay_string): Use it.
11266
11267 * xfaces.c (try_font_list): Use alternative font families.
11268
112691998-04-26 Gerd Moellmann <gerd@gnu.org>
11270
11271 * xfaces.c (Fset_face_font_sort_order): Set the order in which
11272 font selection matches fonts.
11273 (Fface_font_sort_order): Return the font sort order.
11274 (best_matching_font): Find best matching font based on sort order.
11275 (cmp_font_names): Sort by given sort order.
11276
11277 * dispextern.h (struct display_iterator): New member faces_p.
11278 * xdisp.c (init_iterator): Initialize it->faces_p.
11279 (compute_face_at_iterator_string_position): Use it.
11280 (compute_face_at_iterator_position): Use it.
11281 (init_iterator): Use it.
11282 (display_mode_line): Ditto.
11283
11284 * xdisp.c (get_next_display_element): Put code choosing a face
11285 when the charset changes in #ifdef HAVE_FACES.
11286
427ec082 11287 * dispextern.h (FACE_FOR_CHARSET): Replacement for function
26901792
DL
11288 lookup_face_for_charset.
11289
11290 * xfaces.c (free_font_names): Renamed from free_split_font_names.
11291 (free_all_realized_faces): Renamed from remove_all_realized_faces.
11292
112931998-04-25 Gerd Moellmann <gerd@gnu.org>
11294
11295 * xfaces.c (best_matching_font): Return the name of the best
11296 matching font in an array of font_name structures.
11297 (choose_face_font): Use it.
11298 (choose_face_fontset_font): Use it.
11299 (find_best_weight_font): If final font found has same weight as
11300 the font we started with, return the original font because it is a
11301 better match for the resolution of the display.
11302 (find_best_slant_font): Likewise.
11303 (merge_face_vector_with_property): Check more invalid attribute
11304 values.
11305 (lface_suitable_for_charset_p): Replaced by a macro with the same
11306 name in upper-case.
11307
113081998-04-24 Gerd Moellmann <gerd@gnu.org>
11309
11310 * dispextern.h (struct face): Member
11311 fontset_chosen_for_realization_p removed.
11312
11313 * xfaces.c (cache_face): If face->fontset >= 0, add face to the
11314 end of the collision list, so that we find more specific faces
11315 first.
11316 (lookup_face_for_charset): Look up a new face if face->fontset >=
11317 0, and charset != CHARSET_COMPOSITION.
11318
11319 * xfaces.c (split_font_name): Return zero if point size of font
11320 couldn't be computed.
11321 (realize_default_face): Use ASCII font of a fontset to determine
11322 font-related attributes of the default face.
11323 (face_fontset): Return fontset id for face family.
11324 (font_list): Additional parameter font_pattern. If non-nil,
11325 return fonts matching that pattern.
11326
113271998-04-23 Gerd Moellmann <gerd@gnu.org>
11328
11329 * xfaces.c (choose_face_fontset): If new fontset cannot be
11330 constructed, or fontset name cannot be split, return the id of the
11331 standard fontset.
11332
11333 * xterm.c (XTframe_up_to_date): Check that frame is an X frame.
11334 When Emacs starts, it may be called for the initial frame which
11335 isn't an X frame.
11336
11337 * dispextern.h (struct face): New members foreground_defaulted_p,
11338 background_defaulted_p.
11339 (struct face): Members `mask' and `cache' removed.
11340
11341 * xfaces.c (load_color): Set them.
11342 (free_face_colors): Check them.
427ec082 11343 (xlfd_point_size): Return -1 if resolution or point size of
26901792
DL
11344 font unknown.
11345
11346 * xfaces.c (free_font): Removed.
11347 (load_face_font_or_fontset): Renamed from load_font.
11348 (load_face_font_or_fontset): Use message2 instead of signalling.
11349 (load_color): Likewise.
11350 (load_pixmap): Likewise.
11351
11352 * xterm.h (struct x_display_info): Add screen_dpi.
11353 * xterm.c (x_term_init): Initialize it.
11354 * xfaces.c (xlfd_point_size): Use it.
11355 (split_font_name): Compute numeric XLFD_RESY.
427ec082 11356 (cmp_font_names): Make fonts with an y-resolution more
26901792
DL
11357 similar to that of the frame appear first in the result.
11358
11359 * xfaces.c (cache_face): If fontset_chosen_for_realization_p
11360 is set for the face to cache, add it to the end of the collision
11361 list.
11362 (try_font_list): If fonts for given family and registry cannot
11363 be found, first try to keep the registry, and choose a different
11364 family.
11365 (choose_face_font): Allow nfonts == 0.
11366 (try_font_list): Give up if no font matches given registry.
11367
113681998-04-22 Gerd Moellmann <gerd@gnu.org>
11369
11370 * xterm.c (x_get_char_font_and_encoding): Get font_info from
11371 font info id of the face.
11372
11373 * xfaces.c (load_font): Set font_info_id.
11374 (realize_face): Ditto.
11375
11376 * dispextern.h (struct face): Change member font_info to
11377 font_info_id.
11378
11379 * fontset.h (FONT_INFO_ID): Build an ID from a font_info pointer.
11380 (FONT_INFO_FROM_ID): Get a font_info pointer from an ID.
11381
11382 * xdisp.c (extend_face_to_end_of_line): If IT's current charset
11383 isn't ASCII, get the ASCII face before adding a space.
11384 (append_space): Likewise.
11385 (insert_left_trunc_glyphs): Initialize truncate_it's charset
11386 to -1 so that it will compute the right face for the truncation
11387 glyphs.
11388
11389 * xfaces.c (realize_face): Set
11390 face->fontset_chosen_for_realization_p.
11391 (lookup_face_for_charset): If fontset wasn't specified originally
11392 and new charset != CHARSET_COMPOSITION, get a new face for that
11393 charset.
11394
11395 * dispextern.h (struct face): New member
11396 fontset_chosen_for_realization_p_specified_p. Set to 1 when
11397 realize_face has chosen a fontset to display composite characters
11398 for a Lisp face not specifying a fontset.
11399
11400 * xdisp.c (extend_face_to_end_of_line): Move tests for default
11401 face and line already filled here. Don't do anything if current
11402 face hasn't a relief or has a background equal to the frame
11403 background.
11404
11405 * xfaces.c (split_font_name): Additional parameter numeric_p.
11406 Don't compute numeric values if it is non-zero.
11407 (choose_face_fontset): Call split_font_name with numeric_p == 0.
427ec082 11408 (choose_face_fontset): Print a message if fontset contains a
26901792
DL
11409 font whose name cannot be split into fields.
11410
114111998-04-21 Gerd Moellmann <gerd@gnu.org>
11412
427ec082 11413 * xfaces.c (try_font_list): Try to load a list of fonts,
26901792
DL
11414 possibly using less restrictive patterns.
11415 (choose_face_font): Use it.
11416
11417 * xterm.c (x_get_char_font_and_encoding): For charset !=
11418 CHARSET_ASCII use font_info of face if face hasn't a fontset set.
11419
11420 * dispextern.h (struct face): New member font_info.
11421
11422 * xfaces.c (load_font): Use FS_LOAD_FONT to load fonts for faces
11423 specifying a fontset as well as those not having a fontset.
11424 (free_font): Make it empty.
11425 (realize_face): Use changed load_font.
11426
11427 * xterm.c (x_get_char_font_and_encoding): If face doesn't
11428 fit for charset, get the right one.
11429
11430 * xfaces.c (load_font): Take frame and name parameter, return
11431 font.
11432 (free_font): Likewise.
11433 (split_font_name): Compute numeric values for height, swidth etc.
11434 (cmp_font_names): Use them.
11435 (find_best_width_font): Ditto.
11436 (find_best_height_font): Ditto.
11437 (find_best_weight_font): Ditto.
11438 (find_best_slant_font): Ditto.
11439 (lface_hash): Add weight, slant, swidth and relief to hash value.
11440 (lface_equal_p): Make it faster.
11441 (lface_from_symbol): Use assq_no_quit.
11442 (Fnote_default_face_changed): Removed.
11443 (cmp_font_names): Use strcmp instead of xstricmp.
11444 (face_charset_registries): Removed.
11445
114461998-04-20 Gerd Moellmann <gerd@gnu.org>
11447
11448 * frame.h (CHECK_FRAME): Give this macro a statement form.
11449 (CHECK_LIVE_FRAME): Ditto.
11450
11451 * xfaces.c (find_best_width_font): Find the best matching font
11452 for a given width.
11453 (find_best_height_font): Likewise for height.
11454 (find_best_weight_font): Likewise for weight.
11455 (find_best_slant_font): Likewise for slant.
11456 (choose_face_font): Use them.
11457 (get_lface_attributes): Always return frame-local face attrs.
427ec082 11458 (Finternal_merge_in_global_face): Merge local face with
26901792
DL
11459 global face attributes.
11460
11461 * xfaces.c (check_lface_attrs, check_lface): Check consistency of
11462 Lisp face attributes.
11463
114641998-04-19 Gerd Moellmann <gerd@gnu.org>
11465
11466 * xfaces.c (Finternal_set_lisp_face_attribute): Add :bold
11467 and :italic for compatibility.
11468 (Finternal_set_lisp_face_attribute_from_resource): Handle
427ec082 11469 :bold and :italic. Handle boolean resource values for
26901792
DL
11470 :underline and :italic.
11471
11472 * xfns.c (display_x_get_resource): Make it externally visible.
11473
11474 * xfaces.c (lface_from_symbol): Take a frame as parameter.
11475 If that frame is non-null, return the frame-local face.
11476 (Finternal_make_lisp_face): Additional frame argument.
11477 (lface_attributes): Get face attributes from global and frame-local
11478 definitions.
11479 (Finternal_lisp_face_equal_p): Additional frame argument.
11480 (merge_lisp_face_vector_with_property): Ditto.
11481 (Frealize_basic_faces): Removed.
11482 (Finternal_get_lisp_face_attribute): Additional frame argument.
11483 (Finternal_lisp_face_p): Ditto.
11484 (load_color) [MSDOS]: Removed because it isn't clear how
11485 to do this for MS-DOS.
11486
11487 * xfaces.c (lface_from_symbol): Get global face definition
11488 from face-global-alist.
11489
11490 * xfaces.c (Finternal_set_lisp_face_attribute): Allow `t'
11491 as values for :underline and :inverse-video.
11492 (Finternal_set_lisp_face_attribute): Allow nil values.
11493
114941998-04-17 Gerd Moellmann <gerd@gnu.org>
11495
11496 * xfaces.c (Finternal_make_lisp_face): Return Lisp face vector.
11497
11498 * xfaces.c (syms_of_xfaces): Add Vall_faces.
11499 (Finternal_make_lisp_face): Add new face to Vall_faces.
11500
11501 * xdisp.c (echo_area_display): Remove code recomputing faces.
11502 (redisplay_internal): Ditto.
11503 (init_iterator): Do it here.
11504
11505 * xfaces.c (choose_face_font): Check that swidth doesn't change
11506 for subusequent attributes.
11507 (xlfd_point_size): Return int.
11508
11509 * xdisp.c (redisplay_internal, echo_area-display): If realized
11510 faces have been cleared, call recompute_basic_faces.
11511
11512 * xfaces.c (recompute_basic_faces): Free realized faces. Reset
11513 face_attributes_changed_p.
427ec082 11514 (remove_all_realized_faces): Remove all realized faces on
26901792
DL
11515 all frames.
11516 (Finternal_set_lisp_face_attribute): Call remove_all_realized_faces.
11517
11518 * xdisp.c (redisplay_internal): If face attributes have been
11519 changed since the last redisplay, recompute basic faces.
11520 (echo_area_display): Ditto.
11521
11522 * xfaces.c (clear_face_gcs): Renamed from clear_realized_face_cache.
11523
11524 * xfaces.c (min_char_bounds): If face cache not yet present,
11525 don't try to get font dimensions from faces.
11526
11527 * xterm.c (x_frame_mode_line_height): If face cache not present
11528 set, return default height.
11529
11530 * alloc.c (mark_face_cache): Check for null faces. Correct
11531 index bug.
11532
11533 * dispextern.h (struct face): Renamed from struct rface. Member
11534 underline renamed underline_p. Make it a bit-field.
11535
11536 * xfaces.c (init_frame_faces): Allocate face cache.
11537 (free_frame_faces): Free face cache.
11538 (recompute_basic_faces): Realize basic faces only if face cache is
11539 allocated, i.e. after init_frame_faces has been called.
11540
11541 * frame.c (make_frame): Initialze face cache with null.
11542
11543 * xfaces.c (same_size_fonts): Removed.
11544
427ec082 11545 * xterm.c (x_set_glyph_string_gc): Add post-condition
26901792
DL
11546 s->gc != 0.
11547 (x_set_mouse_face_gc): Ditto.
11548 (x_set_mode_line_face_gc): Ditto.
11549
427ec082
SS
11550 * xfaces.c (realize_default_face): Return int. Value is
11551 zero if frame params don't contain enough information to
26901792
DL
11552 realize the default face.
11553 (realize_basic_faces): Ditto.
11554 (init_frame_faces): Realize basic faces.
11555
11556 * xfns.c (x_set_font): First store real font name in frame
11557 parameters, then call recompute_basic_faces.
11558
11559 * xfaces.c (recompute_basic_faces): Call realize_basic_faces.
11560
115611998-04-16 Gerd Moellmann <gerd@gnu.org>
11562
11563 * xfaces.c (syms_of_xfaces): Correct calls to defsubr.
11564
11565 * xfns.c (Fx_face_fixed_p): Removed.
11566 (Fx_list_fonts): Moved to xfaces.c.
11567
11568 * xfaces.c (compute_face_at_buffer_pos): Renamed to
11569 face_at_buffer_position. Parameter charset removed; always
11570 compute face for CHARSET_ASCII.
11571 (face_at_string_position): Renamed from
11572 compute_face_at_string_pos. Parameter charset removed; always
11573 compute for CHARSET_ASCII.
427ec082 11574 (lookup_face_for_charset): Take frame parameter instead of
26901792
DL
11575 face_cache.
11576 (lookup_face): Ditto.
11577 (compute_char_face): Renamed from compute_glyph_face.
11578
11579 * xdisp.c (init_iterator): Initialize charset member.
11580 (reseat_iterator_to_string): Ditto.
11581 (get_charset_at_buffer_position): Determine charset at
11582 buffer position in current_buffer.
11583 (reseat_iterator): Call above function.
11584 (compute_face_at_iterator_position): Call
11585 compute_face_at_buffer_pos.
11586 (compute_face_at_iterator_string_position): Call
11587 compute_face_at_string_pos.
11588 (get_face_from_id): Removed.
11589 (get_face_from_cursor_pos): Call compute_face_at_buffer_pos.
11590 Call get_charset_at_buffer_position.
11591 (reseat_iterator): Determine face if charset at pos differs
11592 from iterator's charset.
11593 (reseat_iterator_to_glyph_pos): Removed.
11594
11595 * xfaces.c (compute_face_at_bufpos): Remove parameter charset.
11596 Determine charset from buffer position.
11597 (compute_string_char_face): Renamed to compute_face_at_string_pos.
11598 (compute_face_at_bufpos): Renamed to compute_face_at_buffer_pos.
11599
11600 * dispextern.h (struct display_iterator): Add member charset.
11601
116021998-04-15 Gerd Moellmann <gerd@gnu.org>
11603
11604 * xfaces.c (compute_char_face): Removed.
11605
11606 * xdisp.c (get_overlay_arrow_glyph_row): Use compute_glyph_face
11607 with new parameter list.
11608
11609 * xfaces.c (region_face): Removed.
11610 (allocate_face): Removed.
11611 (copy_face): Ditto.
11612 (face_eql): Removed.
11613 (intern_face): Removed.
11614 (clear_face_cache): Removed.
11615 (load_font): Ditto.
11616 (unload_font): Ditto.
11617 (load_color): Ditto.
11618 (unload_color): Ditto.
11619 (new_computed_face): Ditto.
11620 (intern_computed_face): Ditto.
11621 (ensure_face_ready): Ditto.
11622 (merge_faces): Ditto.
11623 (compute_base_face): Ditto.
11624 (merge_face_list): Ditto.
11625 (Fmake_face_internal): Removed.
11626 (Fset_face_attribute_internal): Ditto.
11627 (face_name_id_number): Removed.
11628 (Fframe_face_alist): Ditto.
11629 (Fset_frame_face_alist): Ditto.
11630 (Finternal_next_face_id): Ditto.
11631
11632 * xterm.h (struct x_output): Remove computed_faces, and
11633 param_faces. Remove macros accessing them.
11634
11635 * xfaces.c: Entirely new face implementation added.
11636
116371998-04-11 Gerd Moellmann <gerd@gnu.org>
11638
11639 * dispextern.h (struct glyph_pos): Member `bufpos' renamed
11640 `charpos'.
11641
116421998-04-10 Gerd Moellmann <gerd@gnu.org>
11643
11644 * xterm.c (x_scroll_bar_move): Clear only regions not covered by
11645 scroll bar window to reduce flickering. Clear entire height.
11646
11647 * xdisp.c (move_iterator_vertically_backward): Set iterator's
11648 current_x and hpos to zero after moving to previous line
11649 start.
11650
116511998-04-03 Gerd Moellmann <gerd@gnu.org>
11652
11653 * frame.h (FRAME_FACE_CACHE): Access to a frame's face cache.
11654
11655 * xfaces.c (xlfd_point_size): Compute relative point size of
11656 fonts from font and frame resolution.
11657 (sort_fonts): New function to sort fonts, temporarily setting
11658 font_frame to the frame in effect.
11659 (xlfd_point_size): Take additional frame parameter to be able
11660 to get at the display's resolution.
11661
11662 * xterm.c (x_setup_relief_colors): Use WHITE_PIX_DEFAULT and
11663 BLACK_PIX_DEFAULT.
11664 (x_setup_relief_color): Use FRAME_X_SCREEN instead of default
11665 screen of display.
11666
116671998-03-31 Gerd Moellmann <gerd@gnu.org>
11668
11669 * xfaces.c (choose_face_fontset): Instantiate fontsets.
11670
11671 * fontset.h: Add external declarations for Vfontset_alias_alist
11672 and Vglobal_fontset_alist.
11673
11674 * xfaces.c (merge_lisp_face_vector_with_property): Simplified.
11675 (realize_default_face): If frame parameters contain an artificial
11676 font name naming a fontset, set the family of the default face to
11677 the fontset name given by the registry.
11678
11679 * Makefile.in (alloc.o): Add dependency to dispextern.h.
11680
116811998-03-22 Gerd Moellmann <gerd@gnu.org>
11682
11683 * alloc.c (mark_object): Add function prototype. Add cast to
11684 Lisp_Object pointer in call to mark_object for symbol names
11685 because this otherwise gives a warning from gcc 2.8.1.
11686 (mark_face_cache): Mark Lisp objects in realized faces.
11687
116881998-03-19 Gerd Moellmann <gerd@gnu.org>
11689
11690 * frame.h (struct frame): Add member face_cache.
11691
11692 * alloc.c (mark_object): Mark face cache.
11693 (mark_face_cache): Mark Lisp faces in face cache of frame.
11694
11695 * frame.c (make_frame): Initialize face_cache.
11696 (Fdelete_frame): Free it.
11697
116981998-03-18 Gerd Moellmann <gerd@gnu.org>
11699
11700 * xfaces.c: Very first skeleton of functions for face realization,
11701 face merging, face cache etc.
11702
11703 * dispextern.h (struct rface): Realized faces. Will replace
11704 struct face when tested.
11705 (struct face_cache): Realized face caches.
11706
11707 * xdisp.c (init_iterator): Initialize area member of display
11708 iterator.
11709
117101998-03-17 Gerd Moellmann <gerd@gnu.org>
11711
11712 * xterm.c (x_append_glyph): Use it->area to store glyphs.
11713
11714 * dispextern.h (struct display_iterator): New member area.
11715
11716 * xterm.c (note_overwritten_text_cursor): Note when the text
11717 cursor of a window is overwritten.
11718
11719 * xdisp.c (set_cursor_from_row): If PT is not found in the
11720 row, display the cursor at the start of the row.
11721
11722 * dispnew.c (direct_output_forward_char): Call
11723 set_cursor_from_row.
11724
11725 * xdisp.c (setup_iterator_overlay_strings_from_glyph_pos): If
11726 position is not in an overlay string, set iterator's position and
11727 method explicitly so.
427ec082 11728 (set_cursor_from_row): Correct cursor position calculation.
26901792
DL
11729 Make it externally visible.
11730 (redisplay_window): Call set_cursor_from_row so that there is only
11731 one place where the cursor position is calculated from a current
11732 row.
11733
11734 * dispextern.h (struct display_iterator): New member
11735 overlay_strings_at_end_processed_p.
11736
11737 * xdisp.c (check_iterator): Perform sanity checks on
11738 display_iterators.
11739 (next_element_from_buffer): Check for overlay strings at ZV.
11740
117411998-03-16 Gerd Moellmann <gerd@gnu.org>
11742
11743 * buffer.c (init_buffer_once): Add left_margin_width and
11744 right_margin_width to buffer_local_flags.
11745
11746 * dispnew.c (margin_glyphs_to_reserve): Function computing
11747 number of glyphs to reserve for a marginal area.
11748 (adjust_glyph_matrix): Call it.
11749 (adjust_frame_glyphs_for_frame_redisplay): Return if frame
11750 is not alive.
11751
11752 * window.c (Fset_window_margins): Allow floats.
11753
11754 * buffer.c (syms_of_buffer): Add buffer-local variables
11755 left-margin-width and right-margin-width. Add defaults
11756 default-left-margin-width and default-right-margin-width.
11757
11758 * buffer.h (struct buffer): New members left_margin_width
11759 and right_margin_width.
11760
11761 * window.c (Fset_window_margins): Make window the last and
11762 optional argument.
11763
11764 * xterm.c (x_draw_glyphs): Compute x-positions for rows with
11765 flag no_marginal_areas_p differently.
11766 (x_clear_end_of_line): Ditto.
11767 (x_draw_glyph_string_relief): Compute width of relief differently
11768 for rows with flag no_marginal_areas_p.
11769
11770 * dispnew.c (update_window_line): Update marginal areas only
11771 for rows that don't have no_marginal_areas_p set.
11772
11773 * xdisp.c (display_mode_line): Set row's flag no_marginal_areas_p.
11774 (display_menu_bar): Ditto.
11775
11776 * dispextern.h (struct glyph_row): New member no_marginal_areas_p.
11777
11778 * dispnew.c (adjust_glyph_matrix): Compute glyph pointers for
11779 marginal areas in window-based redisplay.
11780
11781 * dispextern.h (struct glyph_matrix): New members
11782 left_margin_glyphs and right_margin_glyphs.
11783
117841998-03-15 Gerd Moellmann <gerd@gnu.org>
11785
11786 * minibuf.c (read_minibuf_unwind): Return Lisp_Object.
11787
11788 * charset.c (non_ascii_char_to_string): Use char type parameters
11789 because the function is used that way from outside. Use unsigned
11790 char internally.
11791
11792 * window.c (change_window_height): Return void.
11793 (make_dummy_parent): Return void.
11794 (init_window_once): Return void.
11795 (syms_of_window): Ditto.
11796 (keys_of_window): Ditto.
11797 (delete_window): Correct return with and without value.
11798
11799 * buffer.c (record_buffer): Return void.
11800
11801 * marker.c (unchain_marker): Return void.
11802
11803 * window.c (unshow_buffer): Return void.
11804 (replace_window): Ditto.
11805 (delete_window): Ditto.
11806
11807 * term.c (delete_glyphs_hook): Void return type.
11808 (ring_bell_hook): Ditto.
11809 (set_terminal_window_hook): Ditto.
11810
11811 * sysdep.c (init_sigio): Return void.
11812
11813 * xterm.c (x_set_window_size): Return void.
11814 (x_calc_absolute_position): Ditto.
11815 (x_set_offset): Ditto.
11816 (x_focus_on_frame): Ditto.
11817 (x_unfocus_frame): Ditto.
11818 (x_make_frame_visible): Ditto.
11819 (x_make_frame_invisible): Ditto.
11820 (x_iconify_frame): Ditto.
11821 (x_destroy_window): Ditto.
11822 (x_wm_set_window_state): Ditto.
11823 (x_wm_set_icon_pixmap): Ditto.
11824 (x_wm_set_icon_position): Ditto.
11825 (x_initialize): Ditto.
11826 (x_error_quitter): Ditto.
11827 (x_destroy_window): Use xfree instead of free.
11828
11829 * keyboard.c (clear_waiting_for_input): Return void.
11830
11831 * xterm.c (x_wm_set_size_hint): Return void.
11832 (x_raise_frame): Ditto.
11833 (refreshicon): Ditto.
11834 (x_error_catcher): Ditto.
11835 (x_clear_errors): Ditto.
11836
11837 * keyboard.c (record_asynch_buffer_change): Return void.
11838
11839